Pull request #3111 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from ec1a1f4188a4e162f0c69a562fc6279109941c58+2a4efc596d6299a706f2b1b5ea90705279ab33b1 (a806cfcece139ff1622227d4771207b2a55257a6) Running in Durability level: MAX_SURVIVABILITY 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 69a7e166112f335804d9fea76440e5140e47f034 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 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3111/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-3111/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-24525 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [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/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit ec1a1f4188a4e162f0c69a562fc6279109941c58 Merge succeeded, producing ec1a1f4188a4e162f0c69a562fc6279109941c58 Checking out Revision ec1a1f4188a4e162f0c69a562fc6279109941c58 (PR-3111) > git config core.sparsecheckout # timeout=10 > git checkout -f ec1a1f4188a4e162f0c69a562fc6279109941c58 # 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 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ec1a1f4188a4e162f0c69a562fc6279109941c58 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-02T06:08:28.532Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-02T06:08:28.846Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-02T06:08:29.025Z] ========================================================= [2021-02-02T06:08:29.025Z] EdgeX Global Pipelines Version Info [2021-02-02T06:08:29.025Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:08:30.639Z] ------------------- [2021-02-02T06:08:30.639Z] stable info: [2021-02-02T06:08:30.639Z] ------------------- [2021-02-02T06:08:30.639Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:08:30.639Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:08:30.639Z] Message: update stable to v1.0.179 [2021-02-02T06:08:31.609Z] ------------------- [2021-02-02T06:08:31.609Z] experimental info: [2021-02-02T06:08:31.609Z] ------------------- [2021-02-02T06:08:31.609Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-02T06:08:31.609Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-02T06:08:31.609Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-02T06:08:31.986Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-02T06:08:32.184Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-02T06:08:32.319Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-02T06:08:32.479Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-02T06:08:32.619Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-02T06:08:32.738Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-02T06:08:32.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-02T06:08:32.982Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-02T06:08:33.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-02T06:08:33.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-02T06:08:33.373Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-02T06:08:33.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-02T06:08:33.649Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-02T06:08:33.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-02T06:08:33.890Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:08:34.012Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-02T06:08:34.127Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-02T06:08:34.244Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-02T06:08:34.360Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-02T06:08:34.481Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-02T06:08:34.597Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-02T06:08:34.798Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-02T06:08:34.961Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-02T06:08:35.122Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3111 [Pipeline] echo [2021-02-02T06:08:35.279Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3111 [Pipeline] echo [2021-02-02T06:08:35.411Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3111 [Pipeline] echo [2021-02-02T06:08:35.564Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ec1a1f4188a4e162f0c69a562fc6279109941c58 [Pipeline] echo [2021-02-02T06:08:35.698Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ec1a1f4 [Pipeline] echo [2021-02-02T06:08:35.839Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:08:36.166Z] provisioning config files... [2021-02-02T06:08:36.201Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config7993626499590767794tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:08:36.646Z] ---> docker-login.sh [2021-02-02T06:08:36.646Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:08:36.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:37.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:37.178Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:37.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:37.178Z] [2021-02-02T06:08:37.178Z] Login Succeeded [2021-02-02T06:08:37.178Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:08:37.178Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:37.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:37.178Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:37.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:37.178Z] [2021-02-02T06:08:37.178Z] Login Succeeded [2021-02-02T06:08:37.178Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:08:37.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:37.444Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:37.444Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:37.444Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:37.444Z] [2021-02-02T06:08:37.444Z] Login Succeeded [2021-02-02T06:08:37.444Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:08:37.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:37.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:37.711Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:37.711Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:37.711Z] [2021-02-02T06:08:37.711Z] Login Succeeded [2021-02-02T06:08:37.711Z] docker.io [2021-02-02T06:08:37.711Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:08:38.003Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:08:38.003Z] Configure a credential helper to remove this warning. See [2021-02-02T06:08:38.003Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:08:38.003Z] [2021-02-02T06:08:38.003Z] Login Succeeded [2021-02-02T06:08:38.003Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:08:38.056Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:08:38.611Z] ++ 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-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] ++ dirname cmd/core-command/Dockerfile [2021-02-02T06:08:38.611Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] ++ dirname cmd/core-data/Dockerfile [2021-02-02T06:08:38.611Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-02T06:08:38.611Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.611Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-02T06:08:38.611Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-02T06:08:38.611Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-02T06:08:38.611Z] ++ cut -d/ -f2 [2021-02-02T06:08:38.612Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-02T06:08:38.729Z] 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-02-02T06:08:39.856Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:08:39.856Z] [2021-02-02T06:08:39.856Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:08:40.294Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:08:40.295Z] latest: Pulling from edgex-devops/git-semver [2021-02-02T06:08:40.295Z] 31603596830f: Pulling fs layer [2021-02-02T06:08:40.295Z] 2a8b12db71e7: Pulling fs layer [2021-02-02T06:08:40.295Z] 6ca5941a6612: Pulling fs layer [2021-02-02T06:08:40.295Z] ecc8261a40a4: Pulling fs layer [2021-02-02T06:08:40.295Z] ecc8261a40a4: Waiting [2021-02-02T06:08:40.585Z] 31603596830f: Verifying Checksum [2021-02-02T06:08:40.585Z] 31603596830f: Download complete [2021-02-02T06:08:40.852Z] 2a8b12db71e7: Verifying Checksum [2021-02-02T06:08:40.852Z] 2a8b12db71e7: Download complete [2021-02-02T06:08:40.852Z] 31603596830f: Pull complete [2021-02-02T06:08:41.120Z] 2a8b12db71e7: Pull complete [2021-02-02T06:08:41.120Z] ecc8261a40a4: Verifying Checksum [2021-02-02T06:08:41.120Z] ecc8261a40a4: Download complete [2021-02-02T06:08:41.120Z] 6ca5941a6612: Verifying Checksum [2021-02-02T06:08:41.120Z] 6ca5941a6612: Download complete [2021-02-02T06:08:42.098Z] 6ca5941a6612: Pull complete [2021-02-02T06:08:42.366Z] ecc8261a40a4: Pull complete [2021-02-02T06:08:42.366Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-02T06:08:42.366Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-02T06:08:42.366Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-02T06:08:42.497Z] prd-centos7-docker-4c-2g-24525 does not seem to be running inside a container [2021-02-02T06:08:42.550Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-02T06:08:45.084Z] $ docker top a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-02T06:08:45.537Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:08:45.537Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:08:45.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:08:45.766Z] $ docker exec a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb ssh-agent [2021-02-02T06:08:45.941Z] SSH_AUTH_SOCK=/tmp/ssh-DjQ2RFhcIGsz/agent.11 [2021-02-02T06:08:45.941Z] SSH_AGENT_PID=16 [2021-02-02T06:08:45.952Z] Running ssh-add (command line suppressed) [2021-02-02T06:08:46.073Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3888824774547624474.key (/w/workspace/edgex-go/1@tmp/private_key_3888824774547624474.key) [2021-02-02T06:08:46.128Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:08:46.501Z] + git tag --points-at HEAD [Pipeline] } [2021-02-02T06:08:46.533Z] $ docker exec --env ******** --env ******** a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb ssh-agent -k [2021-02-02T06:08:46.656Z] unset SSH_AUTH_SOCK; [2021-02-02T06:08:46.656Z] unset SSH_AGENT_PID; [2021-02-02T06:08:46.656Z] echo Agent pid 16 killed; [2021-02-02T06:08:46.705Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-02T06:08:46.892Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-02T06:08:46.892Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-02T06:08:47.051Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-02T06:08:47.055Z] $ docker exec a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb ssh-agent [2021-02-02T06:08:47.220Z] SSH_AUTH_SOCK=/tmp/ssh-bFSHBmVwQac9/agent.45 [2021-02-02T06:08:47.220Z] SSH_AGENT_PID=51 [2021-02-02T06:08:47.227Z] Running ssh-add (command line suppressed) [2021-02-02T06:08:47.344Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2810750213020685733.key (/w/workspace/edgex-go/1@tmp/private_key_2810750213020685733.key) [2021-02-02T06:08:47.397Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-02T06:08:47.951Z] + git semver init [2021-02-02T06:08:47.951Z] # -> Open(): unable to determine branch for HEAD [2021-02-02T06:08:47.951Z] # $GIT_DIR = /w/workspace/edgex-go/1/.git [2021-02-02T06:08:47.951Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/1 [2021-02-02T06:08:47.951Z] # $SEMVER_REMOTE_NAME = origin [2021-02-02T06:08:47.951Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-02T06:08:47.951Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-02T06:08:47.951Z] # $SEMVER_BRANCH = PR-3111 [2021-02-02T06:08:47.951Z] # $SEMVER_TEMP = /tmp/semver-453193276 [2021-02-02T06:08:47.951Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-02T06:09:14.641Z] # '/tmp/semver-453193276' -> '/w/workspace/edgex-go/1/.semver' [2021-02-02T06:09:15.596Z] # -> Force: false [2021-02-02T06:09:15.596Z] # $SEMVER_DIR = /w/workspace/edgex-go/1/.semver [Pipeline] } [2021-02-02T06:09:15.638Z] $ docker exec --env ******** --env ******** a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb ssh-agent -k [2021-02-02T06:09:15.950Z] unset SSH_AUTH_SOCK; [2021-02-02T06:09:15.950Z] unset SSH_AGENT_PID; [2021-02-02T06:09:15.950Z] echo Agent pid 51 killed; [2021-02-02T06:09:16.047Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-02T06:09:16.615Z] + git semver [Pipeline] } [2021-02-02T06:09:16.656Z] $ docker stop --time=1 a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb [2021-02-02T06:09:18.170Z] $ docker rm -f a5d2de238f6bb15a64eb97195592d8c3e281e5dff398bfcc3607a732483f34cb [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:09:18.730Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-02T06:09:19.309Z] Stashed 1 file(s) [Pipeline] echo [2021-02-02T06:09:19.334Z] [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-02-02T06:09:21.405Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:09:21.725Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:09:22.043Z] + sudo service docker restart [2021-02-02T06:09:22.043Z] + true [2021-02-02T06:09:22.043Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-02T06:09:22.656Z] ========================================================= [2021-02-02T06:09:22.657Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-02T06:09:22.657Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:09:23.087Z] + 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-02-02T06:09:26.414Z] Sending build context to Docker daemon 327.4MB [2021-02-02T06:09:26.414Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:09:26.414Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:09:26.414Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-02T06:09:26.414Z] 188c0c94c7c5: Pulling fs layer [2021-02-02T06:09:26.414Z] 0ef7d3d256c8: Pulling fs layer [2021-02-02T06:09:26.414Z] de9db76c5a1d: Pulling fs layer [2021-02-02T06:09:26.414Z] bca2f99d35d6: Pulling fs layer [2021-02-02T06:09:26.414Z] 93359f2a8cfa: Pulling fs layer [2021-02-02T06:09:26.414Z] 7c6f9722023f: Pulling fs layer [2021-02-02T06:09:26.414Z] a35cf1a2eb13: Pulling fs layer [2021-02-02T06:09:26.414Z] 93359f2a8cfa: Waiting [2021-02-02T06:09:26.414Z] 7c6f9722023f: Waiting [2021-02-02T06:09:26.414Z] a35cf1a2eb13: Waiting [2021-02-02T06:09:26.414Z] bca2f99d35d6: Waiting [2021-02-02T06:09:26.414Z] de9db76c5a1d: Verifying Checksum [2021-02-02T06:09:26.414Z] de9db76c5a1d: Download complete [2021-02-02T06:09:26.414Z] 0ef7d3d256c8: Verifying Checksum [2021-02-02T06:09:26.414Z] 0ef7d3d256c8: Download complete [2021-02-02T06:09:26.414Z] 93359f2a8cfa: Verifying Checksum [2021-02-02T06:09:26.414Z] 93359f2a8cfa: Download complete [2021-02-02T06:09:26.414Z] 7c6f9722023f: Verifying Checksum [2021-02-02T06:09:26.414Z] 7c6f9722023f: Download complete [2021-02-02T06:09:26.414Z] 188c0c94c7c5: Verifying Checksum [2021-02-02T06:09:26.414Z] 188c0c94c7c5: Download complete [2021-02-02T06:09:27.815Z] 188c0c94c7c5: Pull complete [2021-02-02T06:09:27.815Z] 0ef7d3d256c8: Pull complete [2021-02-02T06:09:27.815Z] de9db76c5a1d: Pull complete [2021-02-02T06:09:29.214Z] a35cf1a2eb13: Verifying Checksum [2021-02-02T06:09:29.214Z] a35cf1a2eb13: Download complete [2021-02-02T06:09:29.481Z] bca2f99d35d6: Verifying Checksum [2021-02-02T06:09:29.481Z] bca2f99d35d6: Download complete [2021-02-02T06:09:35.684Z] Still waiting to schedule task [2021-02-02T06:09:35.684Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-02T06:09:36.131Z] bca2f99d35d6: Pull complete [2021-02-02T06:09:36.131Z] 93359f2a8cfa: Pull complete [2021-02-02T06:09:36.131Z] 7c6f9722023f: Pull complete [2021-02-02T06:09:39.476Z] a35cf1a2eb13: Pull complete [2021-02-02T06:09:39.476Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-02T06:09:39.769Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-02T06:09:39.769Z] ---> a62c8e92a672 [2021-02-02T06:09:39.769Z] 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-02-02T06:09:39.769Z] ---> Running in ff8070e8fd64 [2021-02-02T06:09:40.728Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:09:41.681Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:09:43.086Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:09:43.349Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:09:43.613Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:09:43.613Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:09:55.862Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:09:55.862Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:09:56.125Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:09:56.125Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:09:56.125Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:09:56.389Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:09:56.389Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:09:56.652Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:09:56.652Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:09:56.652Z] OK: 233 MiB in 51 packages [2021-02-02T06:09:59.967Z] Removing intermediate container ff8070e8fd64 [2021-02-02T06:09:59.967Z] ---> 2cff4c022ffd [2021-02-02T06:09:59.967Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:10:00.232Z] ---> Running in 8f4c71d5a3af [2021-02-02T06:10:00.232Z] Removing intermediate container 8f4c71d5a3af [2021-02-02T06:10:00.232Z] ---> 244314bf4fbc [2021-02-02T06:10:00.232Z] Step 5/6 : COPY go.mod . [2021-02-02T06:10:00.500Z] ---> 039b93daef1f [2021-02-02T06:10:00.500Z] Step 6/6 : RUN go mod download [2021-02-02T06:10:00.765Z] ---> Running in 2e2c78fa7476 [2021-02-02T06:10:32.942Z] Removing intermediate container 2e2c78fa7476 [2021-02-02T06:10:32.942Z] ---> 2a8566eb8a7e [2021-02-02T06:10:32.942Z] Successfully built 2a8566eb8a7e [2021-02-02T06:10:32.942Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:10:33.299Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:10:33.299Z] . [Pipeline] withDockerContainer [2021-02-02T06:10:33.433Z] prd-centos7-docker-4c-2g-24525 does not seem to be running inside a container [2021-02-02T06:10:33.494Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-02T06:10:34.378Z] $ docker top 4e6e2c72b7cdf4a563dc38d4d9cb2578078b7e0fb479615bd0c361e379c075be -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:10:34.976Z] + go version [2021-02-02T06:10:34.976Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-02T06:10:35.015Z] $ docker stop --time=1 4e6e2c72b7cdf4a563dc38d4d9cb2578078b7e0fb479615bd0c361e379c075be [2021-02-02T06:10:36.381Z] $ docker rm -f 4e6e2c72b7cdf4a563dc38d4d9cb2578078b7e0fb479615bd0c361e379c075be [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:10:37.410Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-02T06:10:37.410Z] . [Pipeline] withDockerContainer [2021-02-02T06:10:37.548Z] prd-centos7-docker-4c-2g-24525 does not seem to be running inside a container [2021-02-02T06:10:37.603Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-x86_64 cat [2021-02-02T06:10:38.715Z] $ docker top c5051452707988f5623515716889f66bbc056142e8f79f639cb7c3c2488598c5 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:10:38.989Z] ========================================================= [2021-02-02T06:10:38.989Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:10:38.989Z] ========================================================= [Pipeline] sh [2021-02-02T06:10:39.333Z] + make test [2021-02-02T06:10:39.333Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:10:49.523Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:11:18.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:11:18.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:11:18.432Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:11:18.432Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:11:18.432Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:11:21.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:11:21.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:11:21.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:11:21.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:11:21.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:11:21.370Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:11:24.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:11:24.788Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:11:24.788Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:11:27.389Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.118s coverage: 46.0% of statements [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:11:27.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:11:27.390Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.058s coverage: 100.0% of statements [2021-02-02T06:11:30.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.242s coverage: 27.1% of statements [2021-02-02T06:11:30.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:11:30.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:11:30.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:11:30.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:11:30.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.046s coverage: 100.0% of statements [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:11:30.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.038s coverage: 100.0% of statements [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:11:30.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.173s coverage: 65.8% of statements [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:11:30.820Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:11:31.094Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.484s coverage: 82.3% of statements [2021-02-02T06:11:31.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:31.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:31.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:11:31.094Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:11:33.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.437s coverage: 28.6% of statements [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:11:33.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.087s coverage: 100.0% of statements [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:11:33.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.035s coverage: 100.0% of statements [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:11:33.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.112s coverage: 86.7% of statements [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:11:33.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.130s coverage: 97.5% of statements [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:11:33.712Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 78.3% of statements [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:11:33.712Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:11:37.118Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.526s coverage: 92.8% of statements [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:11:37.118Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.075s coverage: 0.1% of statements [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:11:37.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 45.5% of statements [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.094s coverage: 79.5% of statements [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.033s coverage: 94.1% of statements [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.062s coverage: 96.3% of statements [2021-02-02T06:11:37.119Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-02-02T06:11:49.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.067s coverage: 94.4% of statements [2021-02-02T06:11:49.498Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.176s coverage: 92.9% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.121s coverage: 87.2% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.045s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.126s coverage: 75.5% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.105s coverage: 80.8% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.065s coverage: 87.2% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.211s coverage: 63.5% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.040s coverage: 91.3% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.035s coverage: 73.7% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.075s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.377s coverage: 68.9% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.107s coverage: 37.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.344s coverage: 84.0% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.057s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.137s coverage: 47.1% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.058s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.048s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.894s coverage: 29.1% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.081s coverage: 99.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.076s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.053s coverage: 0.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:12:01.902Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:12:01.902Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.085s coverage: 87.9% of statements [2021-02-02T06:12:01.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:12:01.903Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:12:01.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.074s coverage: 100.0% of statements [2021-02-02T06:12:01.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.043s coverage: 32.1% of statements [2021-02-02T06:12:01.903Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.068s coverage: 100.0% of statements [2021-02-02T06:12:01.903Z] GO111MODULE=on go vet ./... [2021-02-02T06:12:24.655Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-24538 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws [2021-02-02T06:12:24.747Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:12:30.514Z] using credential edgex-jenkins-ssh [2021-02-02T06:12:30.610Z] Cloning the remote Git repository [2021-02-02T06:12:30.678Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:12:30.812Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:12:30.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:12:30.901Z] > git --version # timeout=10 [2021-02-02T06:12:30.919Z] > git --version # 'git version 2.17.1' [2021-02-02T06:12:30.924Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:12:31.027Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:12:34.290Z] gofmt -l . [2021-02-02T06:12:34.290Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:12:34.290Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:12:35.255Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:12:35.859Z] + ls -al . [2021-02-02T06:12:35.859Z] total 680 [2021-02-02T06:12:35.859Z] drwxrwxr-x 10 1001 1001 4096 Feb 2 06:12 . [2021-02-02T06:12:35.859Z] drwxr-xr-x 4 root root 28 Feb 2 06:10 .. [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:08 .dockerignore [2021-02-02T06:12:35.859Z] drwxrwxr-x 8 1001 1001 179 Feb 2 06:08 .git [2021-02-02T06:12:35.859Z] drwxrwxr-x 3 1001 1001 125 Feb 2 06:08 .github [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:08 .gitignore [2021-02-02T06:12:35.859Z] drwx------ 3 1001 1001 60 Feb 2 06:09 .semver [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:08 .sonarcloud.properties [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:08 Attribution.txt [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:08 CONTRIBUTING.md [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:08 Dockerfile.build [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:08 Jenkinsfile [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:08 LICENSE [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:08 Makefile [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:08 README.md [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:08 SECURITY.md [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:09 VERSION [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:08 ZMQWindows.md [2021-02-02T06:12:35.859Z] drwxrwxr-x 2 1001 1001 117 Feb 2 06:08 bin [2021-02-02T06:12:35.859Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:08 cmd [2021-02-02T06:12:35.859Z] -rw-r--r-- 1 root root 574984 Feb 2 06:12 coverage.out [2021-02-02T06:12:35.859Z] -rw-r--r-- 1 root root 1054 Feb 2 06:12 go.mod [2021-02-02T06:12:35.859Z] -rw-r--r-- 1 root root 19515 Feb 2 06:12 go.sum [2021-02-02T06:12:35.859Z] drwxrwxr-x 8 1001 1001 127 Feb 2 06:08 internal [2021-02-02T06:12:35.859Z] drwxrwxr-x 4 1001 1001 26 Feb 2 06:08 openapi [2021-02-02T06:12:35.859Z] drwxrwxr-x 4 1001 1001 71 Feb 2 06:08 snap [2021-02-02T06:12:35.859Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:08 version.go [Pipeline] sh [2021-02-02T06:12:36.243Z] + '[' -e coverage.out ] [2021-02-02T06:12:36.243Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:12:36.525Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:12:36.871Z] + make build [2021-02-02T06:12:36.871Z] 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-02-02T06:12:42.235Z] 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-02-02T06:12:52.404Z] 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-02-02T06:12:53.361Z] 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-02-02T06:12:55.322Z] 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-02-02T06:12:55.590Z] 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-02-02T06:12:55.220Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:12:55.286Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:12:55.339Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:12:55.432Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:12:55.433Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:12:55.466Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T06:12:56.130Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:12:56.608Z] Merge succeeded, producing ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:12:56.609Z] Checking out Revision ec1a1f4188a4e162f0c69a562fc6279109941c58 (PR-3111) [2021-02-02T06:12:58.211Z] 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-02-02T06:12:56.154Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:12:56.184Z] > git checkout -f ec1a1f4188a4e162f0c69a562fc6279109941c58 # timeout=10 [2021-02-02T06:12:56.510Z] > git remote # timeout=10 [2021-02-02T06:12:56.534Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:12:56.555Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:12:56.567Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:12:56.594Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:12:56.617Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:12:56.640Z] > git checkout -f ec1a1f4188a4e162f0c69a562fc6279109941c58 # timeout=10 [2021-02-02T06:13:00.145Z] 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-02-02T06:13:01.110Z] 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-02-02T06:13:01.267Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-02-02T06:13:01.349Z] > git --version # timeout=10 [2021-02-02T06:13:01.359Z] > git --version # 'git version 2.17.1' [2021-02-02T06:13:01.376Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-02T06:13:02.547Z] 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-02-02T06:13:03.300Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:13:03.504Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T06:13:03.732Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-02T06:13:04.100Z] + sudo service docker+ restart [2021-02-02T06:13:04.100Z] true [2021-02-02T06:13:04.904Z] 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-02-02T06:13:05.861Z] 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] withEnv [Pipeline] { [Pipeline] wrap [2021-02-02T06:13:06.231Z] provisioning config files... [2021-02-02T06:13:06.276Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config6623743363915525944tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:13:06.730Z] ---> docker-login.sh [2021-02-02T06:13:06.730Z] nexus3.edgexfoundry.org:10001 [2021-02-02T06:13:07.719Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [2021-02-02T06:13:07.836Z] $ docker stop --time=1 c5051452707988f5623515716889f66bbc056142e8f79f639cb7c3c2488598c5 [2021-02-02T06:13:07.995Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:07.995Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:07.995Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:07.995Z] [2021-02-02T06:13:07.995Z] Login Succeeded [2021-02-02T06:13:07.995Z] nexus3.edgexfoundry.org:10002 [2021-02-02T06:13:08.597Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:13:08.597Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:08.597Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:08.597Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:08.597Z] [2021-02-02T06:13:08.597Z] Login Succeeded [2021-02-02T06:13:08.597Z] nexus3.edgexfoundry.org:10003 [2021-02-02T06:13:09.202Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:13:09.202Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:09.202Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:09.202Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:09.202Z] [2021-02-02T06:13:09.202Z] Login Succeeded [2021-02-02T06:13:09.202Z] nexus3.edgexfoundry.org:10004 [2021-02-02T06:13:09.625Z] $ docker rm -f c5051452707988f5623515716889f66bbc056142e8f79f639cb7c3c2488598c5 [2021-02-02T06:13:09.834Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-02T06:13:09.834Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:09.834Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:09.834Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:09.834Z] [2021-02-02T06:13:09.834Z] Login Succeeded [2021-02-02T06:13:09.834Z] docker.io [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-02T06:13:10.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:11.725Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:11.725Z] [2021-02-02T06:13:11.725Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:11.911Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-02T06:13:11.911Z] Configure a credential helper to remove this warning. See [2021-02-02T06:13:11.911Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-02T06:13:11.911Z] [2021-02-02T06:13:11.911Z] Login Succeeded [2021-02-02T06:13:11.911Z] ---> docker-login.sh ends [Pipeline] } [2021-02-02T06:13:12.022Z] Deleting 1 temporary files [Pipeline] // wrap [2021-02-02T06:13:12.150Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:12.150Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-02T06:13:12.150Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-02T06:13:12.150Z] ca9280d653b3: Pulling fs layer [2021-02-02T06:13:12.150Z] 7e9c9ca2126c: Pulling fs layer [2021-02-02T06:13:12.150Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-02T06:13:12.150Z] cbdbe7a5bc2a: Download complete [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-02T06:13:12.735Z] cbdbe7a5bc2a: Pull complete [2021-02-02T06:13:12.736Z] ca9280d653b3: Download complete [Pipeline] echo [2021-02-02T06:13:12.790Z] ========================================================= [2021-02-02T06:13:12.790Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-02T06:13:12.790Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:13.279Z] + 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-02-02T06:13:13.704Z] 7e9c9ca2126c: Verifying Checksum [2021-02-02T06:13:13.704Z] 7e9c9ca2126c: Download complete [2021-02-02T06:13:13.967Z] ca9280d653b3: Pull complete [2021-02-02T06:13:15.945Z] Sending build context to Docker daemon 166MB [2021-02-02T06:13:15.945Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-02T06:13:15.945Z] Step 2/6 : FROM ${BASE} [2021-02-02T06:13:15.945Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-02T06:13:15.945Z] 5f621e34cdf4: Pulling fs layer [2021-02-02T06:13:15.945Z] a4357932f1b6: Pulling fs layer [2021-02-02T06:13:15.945Z] 18c013af1878: Pulling fs layer [2021-02-02T06:13:15.945Z] 00ac8860ef70: Pulling fs layer [2021-02-02T06:13:15.945Z] 63d7cb157983: Pulling fs layer [2021-02-02T06:13:15.945Z] b116817d02f9: Pulling fs layer [2021-02-02T06:13:15.945Z] 00ac8860ef70: Waiting [2021-02-02T06:13:15.945Z] 63d7cb157983: Waiting [2021-02-02T06:13:15.945Z] 745a02a5169b: Pulling fs layer [2021-02-02T06:13:15.945Z] 745a02a5169b: Waiting [2021-02-02T06:13:15.945Z] b116817d02f9: Waiting [2021-02-02T06:13:15.945Z] 18c013af1878: Verifying Checksum [2021-02-02T06:13:15.945Z] 18c013af1878: Download complete [2021-02-02T06:13:15.946Z] a4357932f1b6: Verifying Checksum [2021-02-02T06:13:15.946Z] a4357932f1b6: Download complete [2021-02-02T06:13:15.946Z] 63d7cb157983: Verifying Checksum [2021-02-02T06:13:15.946Z] 63d7cb157983: Download complete [2021-02-02T06:13:15.946Z] b116817d02f9: Verifying Checksum [2021-02-02T06:13:15.946Z] b116817d02f9: Download complete [2021-02-02T06:13:16.223Z] 5f621e34cdf4: Download complete [2021-02-02T06:13:16.843Z] 5f621e34cdf4: Pull complete [2021-02-02T06:13:17.463Z] a4357932f1b6: Pull complete [2021-02-02T06:13:17.744Z] 18c013af1878: Pull complete [2021-02-02T06:13:19.720Z] 745a02a5169b: Verifying Checksum [2021-02-02T06:13:19.720Z] 745a02a5169b: Download complete [2021-02-02T06:13:20.618Z] 7e9c9ca2126c: Pull complete [2021-02-02T06:13:20.618Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-02T06:13:20.618Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:20.618Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-02T06:13:20.703Z] 00ac8860ef70: Verifying Checksum [2021-02-02T06:13:20.703Z] 00ac8860ef70: Download complete [2021-02-02T06:13:20.909Z] prd-centos7-docker-4c-2g-24525 does not seem to be running inside a container [2021-02-02T06:13:20.984Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose:latest cat [2021-02-02T06:13:24.503Z] $ docker top fbdf4cd45a31b4a46d018dd1e8923f5cec2ae770e0648f3266070bcf8e5b3cd8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:25.384Z] + grep parallel [2021-02-02T06:13:25.384Z] + docker-compose build --help [2021-02-02T06:13:26.378Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:13:26.676Z] $ docker stop --time=1 fbdf4cd45a31b4a46d018dd1e8923f5cec2ae770e0648f3266070bcf8e5b3cd8 [2021-02-02T06:13:28.128Z] $ docker rm -f fbdf4cd45a31b4a46d018dd1e8923f5cec2ae770e0648f3266070bcf8e5b3cd8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:13:28.890Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-02T06:13:28.890Z] . [Pipeline] withDockerContainer [2021-02-02T06:13:29.027Z] prd-centos7-docker-4c-2g-24525 does not seem to be running inside a container [2021-02-02T06:13:29.084Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-02-02T06:13:29.816Z] $ docker top 48ba1fb3bc638c48dc89ade0db053e21cdaca0d441311608fb8f035fd88f62eb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:13:30.409Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:13:31.841Z] Building docker-core-command-go ... [2021-02-02T06:13:31.841Z] Building docker-core-data-go ... [2021-02-02T06:13:31.841Z] Building docker-core-metadata-go ... [2021-02-02T06:13:31.841Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:13:31.841Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:13:31.841Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:13:31.841Z] Building docker-support-notifications-go ... [2021-02-02T06:13:31.841Z] Building docker-support-scheduler-go ... [2021-02-02T06:13:31.841Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:13:31.841Z] Building docker-sys-mgmt-agent-go [2021-02-02T06:13:31.841Z] Building docker-security-secretstore-setup-go [2021-02-02T06:13:31.841Z] Building docker-support-notifications-go [2021-02-02T06:13:31.841Z] Building docker-core-metadata-go [2021-02-02T06:13:31.841Z] Building docker-security-proxy-setup-go [2021-02-02T06:13:32.030Z] 00ac8860ef70: Pull complete [2021-02-02T06:13:32.030Z] 63d7cb157983: Pull complete [2021-02-02T06:13:32.030Z] b116817d02f9: Pull complete [2021-02-02T06:13:35.490Z] 745a02a5169b: Pull complete [2021-02-02T06:13:35.490Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-02T06:13:35.490Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-02T06:13:35.490Z] ---> b7e6874047d6 [2021-02-02T06:13:35.490Z] 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-02-02T06:13:39.876Z] ---> Running in ae9b96e73135 [2021-02-02T06:13:40.491Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:13:41.482Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:13:42.467Z] (1/12) Installing libmagic (5.38-r0) [2021-02-02T06:13:42.467Z] (2/12) Installing file (5.38-r0) [2021-02-02T06:13:42.467Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-02T06:13:42.742Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-02T06:13:47.064Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-02T06:13:47.064Z] (6/12) Installing patch (2.7.6-r6) [2021-02-02T06:13:47.064Z] (7/12) Installing build-base (0.5-r2) [2021-02-02T06:13:47.064Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-02T06:13:47.339Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-02T06:13:47.339Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-02T06:13:47.617Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-02T06:13:47.617Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-02T06:13:47.617Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:13:47.617Z] OK: 217 MiB in 51 packages [2021-02-02T06:13:53.052Z] Removing intermediate container ae9b96e73135 [2021-02-02T06:13:53.052Z] ---> 12b0c604ea67 [2021-02-02T06:13:53.052Z] Step 4/6 : WORKDIR /edgex-go [2021-02-02T06:13:53.052Z] ---> Running in b39089b31cf0 [2021-02-02T06:13:53.052Z] Removing intermediate container b39089b31cf0 [2021-02-02T06:13:53.052Z] ---> ba129f480ff3 [2021-02-02T06:13:53.052Z] Step 5/6 : COPY go.mod . [2021-02-02T06:13:53.652Z] ---> 8ed06239e441 [2021-02-02T06:13:53.652Z] Step 6/6 : RUN go mod download [2021-02-02T06:13:53.928Z] ---> Running in c2f1dadc643b [2021-02-02T06:14:10.914Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:10.914Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:10.914Z] ---> 2a8566eb8a7e [2021-02-02T06:14:10.914Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:14:10.914Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:10.914Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:10.914Z] ---> 2a8566eb8a7e [2021-02-02T06:14:10.914Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:14:10.914Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:10.914Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:10.914Z] ---> 2a8566eb8a7e [2021-02-02T06:14:10.914Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:14:10.914Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:10.914Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:10.914Z] ---> 2a8566eb8a7e [2021-02-02T06:14:10.914Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:14:10.914Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:14:10.914Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:14:10.914Z] ---> 2a8566eb8a7e [2021-02-02T06:14:10.914Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:14:10.914Z] ---> Running in 33097d02a99d [2021-02-02T06:14:10.914Z] ---> Running in 526e93f800a8 [2021-02-02T06:14:10.914Z] ---> Running in a60c65817a99 [2021-02-02T06:14:10.914Z] ---> Running in fdf6488c5213 [2021-02-02T06:14:10.914Z] ---> Running in 3448e407e091 [2021-02-02T06:14:10.914Z] Removing intermediate container 33097d02a99d [2021-02-02T06:14:10.914Z] ---> 850dd40d330a [2021-02-02T06:14:10.914Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:10.914Z] Removing intermediate container 526e93f800a8 [2021-02-02T06:14:10.914Z] ---> e23f29f189f3 [2021-02-02T06:14:10.914Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:10.914Z] Removing intermediate container a60c65817a99 [2021-02-02T06:14:10.914Z] ---> 212e22c2d386 [2021-02-02T06:14:10.914Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:10.914Z] Removing intermediate container 3448e407e091 [2021-02-02T06:14:10.914Z] ---> 5d58fd1ed8ba [2021-02-02T06:14:10.914Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:10.914Z] Removing intermediate container fdf6488c5213 [2021-02-02T06:14:10.914Z] ---> ded23ff51ffb [2021-02-02T06:14:10.914Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:14:10.914Z] ---> Running in 2e32aa29900a [2021-02-02T06:14:10.914Z] ---> Running in 7fc72d846902 [2021-02-02T06:14:10.914Z] ---> Running in fd6bcb911740 [2021-02-02T06:14:10.914Z] ---> Running in db70f72729af [2021-02-02T06:14:10.914Z] ---> Running in 169fb8b56c79 [2021-02-02T06:14:11.199Z] Removing intermediate container fd6bcb911740 [2021-02-02T06:14:11.199Z] ---> 76320bc477b2 [2021-02-02T06:14:11.199Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:14:11.199Z] Removing intermediate container db70f72729af [2021-02-02T06:14:11.199Z] ---> 9ae6144267f4 [2021-02-02T06:14:11.199Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:14:11.199Z] Removing intermediate container 169fb8b56c79 [2021-02-02T06:14:11.199Z] ---> 200acd68b626 [2021-02-02T06:14:11.199Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:14:11.199Z] Removing intermediate container 2e32aa29900a [2021-02-02T06:14:11.199Z] ---> 9e7203a218f9 [2021-02-02T06:14:11.199Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:14:11.199Z] Removing intermediate container 7fc72d846902 [2021-02-02T06:14:11.199Z] ---> 6cfb782f936b [2021-02-02T06:14:11.199Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:14:11.481Z] ---> Running in 1ba9a71d2a25 [2021-02-02T06:14:11.481Z] ---> Running in fce5108124d9 [2021-02-02T06:14:11.481Z] ---> Running in 0fda98e6c105 [2021-02-02T06:14:11.481Z] ---> Running in d0d41e08a0d0 [2021-02-02T06:14:11.481Z] ---> Running in d40e81fa78e1 [2021-02-02T06:14:12.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:12.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:12.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:12.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:12.960Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:13.543Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:13.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:13.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:13.807Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:14.073Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:14:14.650Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:14.650Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:14.924Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:15.194Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:15.465Z] OK: 233 MiB in 51 packages [2021-02-02T06:14:15.465Z] Removing intermediate container 1ba9a71d2a25 [2021-02-02T06:14:15.465Z] ---> b6f12102ba78 [2021-02-02T06:14:15.465Z] Step 6/23 : COPY go.mod . [2021-02-02T06:14:15.738Z] Removing intermediate container fce5108124d9 [2021-02-02T06:14:15.738Z] ---> fa4a0cea0b5b [2021-02-02T06:14:15.738Z] Step 6/22 : COPY go.mod . [2021-02-02T06:14:16.049Z] Removing intermediate container d0d41e08a0d0 [2021-02-02T06:14:16.049Z] ---> fde6bbb0270a [2021-02-02T06:14:16.049Z] Step 6/21 : COPY go.mod . [2021-02-02T06:14:16.049Z] ---> ad8bf031468d [2021-02-02T06:14:16.049Z] Step 7/23 : RUN go mod download [2021-02-02T06:14:16.049Z] Removing intermediate container 0fda98e6c105 [2021-02-02T06:14:16.049Z] ---> 7512223fe94a [2021-02-02T06:14:16.049Z] Step 6/26 : COPY go.mod . [2021-02-02T06:14:16.049Z] ---> a51961c6cb48 [2021-02-02T06:14:16.049Z] Step 7/22 : RUN go mod download [2021-02-02T06:14:16.049Z] ---> Running in c079f987d0d5 [2021-02-02T06:14:16.320Z] ---> Running in 215084a621d8 [2021-02-02T06:14:16.320Z] ---> ad9708221704 [2021-02-02T06:14:16.320Z] Step 7/21 : RUN go mod download [2021-02-02T06:14:16.930Z] ---> Running in d0df5b7c949e [2021-02-02T06:14:16.930Z] ---> 74955b506c60 [2021-02-02T06:14:16.930Z] Step 7/26 : RUN go mod download [2021-02-02T06:14:16.930Z] Removing intermediate container d40e81fa78e1 [2021-02-02T06:14:16.930Z] ---> a19a2496af56 [2021-02-02T06:14:16.930Z] Step 6/24 : COPY go.mod . [2021-02-02T06:14:17.204Z] ---> Running in 5e6bdfdcb948 [2021-02-02T06:14:17.473Z] ---> a0bd7ed841da [2021-02-02T06:14:17.473Z] Step 7/24 : RUN go mod download [2021-02-02T06:14:17.473Z] ---> Running in 6a3fcb3a2696 [2021-02-02T06:14:19.449Z] Removing intermediate container 215084a621d8 [2021-02-02T06:14:19.449Z] ---> 8afdee6510ce [2021-02-02T06:14:19.449Z] Step 8/22 : COPY . . [2021-02-02T06:14:19.736Z] Removing intermediate container c079f987d0d5 [2021-02-02T06:14:19.736Z] ---> 0d3df5586c09 [2021-02-02T06:14:19.736Z] Step 8/23 : COPY . . [2021-02-02T06:14:19.736Z] Removing intermediate container d0df5b7c949e [2021-02-02T06:14:19.736Z] ---> 00b7d5cb804e [2021-02-02T06:14:19.736Z] Step 8/21 : COPY . . [2021-02-02T06:14:20.332Z] Removing intermediate container 6a3fcb3a2696 [2021-02-02T06:14:20.332Z] ---> 516816ee6e3e [2021-02-02T06:14:20.332Z] Step 8/24 : COPY . . [2021-02-02T06:14:20.795Z] Removing intermediate container c2f1dadc643b [2021-02-02T06:14:20.795Z] ---> 65faa5efce18 [2021-02-02T06:14:21.070Z] Successfully built 65faa5efce18 [2021-02-02T06:14:21.070Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:14:21.449Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:14:21.449Z] . [Pipeline] withDockerContainer [2021-02-02T06:14:21.826Z] prd-ubuntu18.04-docker-arm64-4c-16g-24538 does not seem to be running inside a container [2021-02-02T06:14:21.943Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-02T06:14:23.664Z] $ docker top 242abc3234b0900decbb851fcc15f59b6e77c95b8973770de5c8856ba11f2f8f -eo pid,comm [2021-02-02T06:14:23.714Z] Removing intermediate container 5e6bdfdcb948 [2021-02-02T06:14:23.714Z] ---> cd6450467594 [2021-02-02T06:14:23.714Z] Step 8/26 : COPY . . [Pipeline] { [Pipeline] sh [2021-02-02T06:14:24.855Z] + go version [2021-02-02T06:14:24.855Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-02T06:14:24.921Z] $ docker stop --time=1 242abc3234b0900decbb851fcc15f59b6e77c95b8973770de5c8856ba11f2f8f [2021-02-02T06:14:26.870Z] $ docker rm -f 242abc3234b0900decbb851fcc15f59b6e77c95b8973770de5c8856ba11f2f8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:14:28.175Z] + docker inspect -f . ci-base-image-arm64 [2021-02-02T06:14:28.175Z] . [Pipeline] withDockerContainer [2021-02-02T06:14:28.459Z] prd-ubuntu18.04-docker-arm64-4c-16g-24538 does not seem to be running inside a container [2021-02-02T06:14:28.563Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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 ******** ci-base-image-arm64 cat [2021-02-02T06:14:30.159Z] $ docker top 92210893f8c6bdf4d2b4f811bfa3500cbf4688409df61a8f2f5d8dc1d0db4116 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-02T06:14:30.570Z] ========================================================= [2021-02-02T06:14:30.570Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-02T06:14:30.570Z] ========================================================= [Pipeline] sh [2021-02-02T06:14:31.237Z] + make test [2021-02-02T06:14:31.237Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-02T06:14:58.058Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-02T06:15:02.816Z] ---> 76864bcbb287 [2021-02-02T06:15:02.817Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:15:02.817Z] ---> ed1925263d99 [2021-02-02T06:15:02.817Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:15:02.817Z] ---> cbb144381101 [2021-02-02T06:15:02.817Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:15:02.817Z] ---> Running in 5cb9530581bb [2021-02-02T06:15:02.817Z] ---> Running in 1629d92201dc [2021-02-02T06:15:02.817Z] ---> 94a397d5571b [2021-02-02T06:15:02.817Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:15:02.817Z] ---> 038d2712cec0 [2021-02-02T06:15:02.817Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:15:02.817Z] ---> Running in ec954d09a6e9 [2021-02-02T06:15:02.817Z] ---> Running in 9f05bcfa31cd [2021-02-02T06:15:02.817Z] ---> Running in 3602f705bdc8 [2021-02-02T06:15:03.849Z] 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-02-02T06:15:03.849Z] 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-02-02T06:15:03.849Z] 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-02-02T06:15:03.849Z] 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-02-02T06:15:03.849Z] 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-02-02T06:15:36.261Z] 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-02-02T06:15:36.261Z] 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-02-02T06:15:39.779Z] Removing intermediate container 1629d92201dc [2021-02-02T06:15:39.779Z] ---> 257c992a0b6e [2021-02-02T06:15:39.779Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:15:40.772Z] ---> Running in 03d83d8a2b1f [2021-02-02T06:15:41.042Z] Removing intermediate container 9f05bcfa31cd [2021-02-02T06:15:41.042Z] ---> 3156496741e6 [2021-02-02T06:15:41.042Z] [2021-02-02T06:15:41.042Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:15:41.313Z] 3.12: Pulling from library/alpine [2021-02-02T06:15:41.934Z] 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-02-02T06:15:42.213Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:15:42.213Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:15:42.213Z] ---> 389fef711851 [2021-02-02T06:15:42.213Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:15:44.798Z] ---> Running in bc0b057310fc [2021-02-02T06:15:45.074Z] Removing intermediate container 5cb9530581bb [2021-02-02T06:15:45.074Z] ---> 8f84445c9a90 [2021-02-02T06:15:45.074Z] [2021-02-02T06:15:45.074Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:15:45.074Z] ---> 389fef711851 [2021-02-02T06:15:45.074Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:15:45.074Z] Removing intermediate container ec954d09a6e9 [2021-02-02T06:15:45.074Z] ---> 8c6b294d973e [2021-02-02T06:15:45.074Z] [2021-02-02T06:15:45.074Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:15:45.074Z] ---> 389fef711851 [2021-02-02T06:15:45.074Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:15:45.349Z] ---> Running in 2da690049673 [2021-02-02T06:15:45.628Z] ---> Running in 1756792fe75f [2021-02-02T06:15:45.907Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:46.199Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:46.489Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:15:46.489Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:46.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:46.489Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:15:46.489Z] OK: 6 MiB in 16 packages [2021-02-02T06:15:48.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:48.478Z] Removing intermediate container 03d83d8a2b1f [2021-02-02T06:15:48.478Z] ---> 5a695bc1a67d [2021-02-02T06:15:48.478Z] [2021-02-02T06:15:48.478Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:15:48.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:48.478Z] 20.10.0: Pulling from library/docker [2021-02-02T06:15:48.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:48.478Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:48.478Z] Removing intermediate container 3602f705bdc8 [2021-02-02T06:15:48.478Z] ---> 1bc2cf069699 [2021-02-02T06:15:48.478Z] [2021-02-02T06:15:48.478Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:15:48.478Z] ---> 389fef711851 [2021-02-02T06:15:48.478Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:15:48.478Z] ---> Running in aaf8621ce540 [2021-02-02T06:15:48.478Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:15:48.768Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:15:48.768Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:15:48.768Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:15:48.768Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:48.768Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:15:48.768Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:15:48.768Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:15:48.768Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:15:48.768Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:15:48.768Z] OK: 7 MiB in 18 packages [2021-02-02T06:15:49.049Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:49.049Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:49.049Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:15:49.647Z] OK: 7 MiB in 19 packages [2021-02-02T06:15:49.647Z] Removing intermediate container bc0b057310fc [2021-02-02T06:15:49.647Z] ---> 2420cca30e81 [2021-02-02T06:15:49.647Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:50.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:50.257Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:50.257Z] ---> Running in f2b81f7a5ad0 [2021-02-02T06:15:50.535Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:15:50.535Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:50.535Z] OK: 6 MiB in 15 packages [2021-02-02T06:15:51.492Z] Removing intermediate container f2b81f7a5ad0 [2021-02-02T06:15:51.492Z] ---> 7f0c9979b097 [2021-02-02T06:15:51.492Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:15:52.121Z] ---> Running in 02362687ffa0 [2021-02-02T06:15:52.121Z] Removing intermediate container 1756792fe75f [2021-02-02T06:15:52.121Z] ---> 0e743b7df9bb [2021-02-02T06:15:52.121Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:15:52.121Z] Removing intermediate container 2da690049673 [2021-02-02T06:15:52.121Z] ---> ac27f6bde9d1 [2021-02-02T06:15:52.121Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:15:52.121Z] ---> Running in 0f8d53507789 [2021-02-02T06:15:52.389Z] ---> Running in 4e13a76cc6fd [2021-02-02T06:15:52.713Z] Removing intermediate container 02362687ffa0 [2021-02-02T06:15:52.713Z] ---> b2df54001939 [2021-02-02T06:15:52.713Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:15:52.713Z] Removing intermediate container aaf8621ce540 [2021-02-02T06:15:52.713Z] ---> fd965f7da581 [2021-02-02T06:15:52.713Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:15:52.713Z] ---> Running in d6dd38f96091 [2021-02-02T06:15:52.713Z] ---> Running in d5a7729648eb [2021-02-02T06:15:52.713Z] Removing intermediate container 0f8d53507789 [2021-02-02T06:15:52.713Z] ---> 2ea9253901f5 [2021-02-02T06:15:52.713Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:15:52.984Z] Removing intermediate container 4e13a76cc6fd [2021-02-02T06:15:52.984Z] ---> 7c73aa9125fc [2021-02-02T06:15:52.984Z] Step 13/24 : WORKDIR / [2021-02-02T06:15:52.984Z] ---> Running in 43dd1f0bbae1 [2021-02-02T06:15:53.957Z] ---> Running in 2bade5ba4d75 [2021-02-02T06:15:54.225Z] Removing intermediate container d6dd38f96091 [2021-02-02T06:15:54.225Z] ---> 03ffe1685d26 [2021-02-02T06:15:54.225Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:15:54.225Z] Removing intermediate container d5a7729648eb [2021-02-02T06:15:54.502Z] ---> c0c95711113a [2021-02-02T06:15:54.503Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:54.503Z] ---> Running in 8416087a5da5 [2021-02-02T06:15:54.503Z] Removing intermediate container 43dd1f0bbae1 [2021-02-02T06:15:54.503Z] ---> 79351ca23d86 [2021-02-02T06:15:54.503Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:15:54.771Z] Removing intermediate container 2bade5ba4d75 [2021-02-02T06:15:54.772Z] ---> c6a89b765a69 [2021-02-02T06:15:54.772Z] 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-02-02T06:15:54.772Z] ---> ad846a44345c [2021-02-02T06:15:54.772Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:15:54.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-02T06:15:54.882Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-02T06:15:55.042Z] Removing intermediate container 8416087a5da5 [2021-02-02T06:15:55.043Z] ---> 4254e6a3cbe9 [2021-02-02T06:15:55.043Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:15:55.043Z] ---> f89b7e76c0f8 [2021-02-02T06:15:55.043Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:15:55.043Z] ---> Running in 08abba72b1f9 [2021-02-02T06:15:55.317Z] ---> baec8c6a51c7 [2021-02-02T06:15:55.317Z] 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-02-02T06:15:55.317Z] Removing intermediate container 08abba72b1f9 [2021-02-02T06:15:55.317Z] ---> ebe8e5466b2a [2021-02-02T06:15:55.317Z] Step 15/23 : WORKDIR / [2021-02-02T06:15:55.579Z] ---> Running in 8f99f4eae57f [2021-02-02T06:15:55.846Z] ---> f14d15335e86 [2021-02-02T06:15:55.846Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:56.142Z] ---> 97ee6fe33991 [2021-02-02T06:15:56.142Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:56.142Z] ---> 7b9f79c1d6f6 [2021-02-02T06:15:56.142Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:15:56.142Z] Removing intermediate container 8f99f4eae57f [2021-02-02T06:15:56.142Z] ---> b6ebc8d54688 [2021-02-02T06:15:56.142Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:15:56.423Z] ---> da7dbea956de [2021-02-02T06:15:56.423Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:15:56.699Z] ---> 679515cb6e44 [2021-02-02T06:15:56.699Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:15:56.974Z] ---> Running in f7d19a118708 [2021-02-02T06:15:56.974Z] ---> ba335b109094 [2021-02-02T06:15:56.974Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:15:56.974Z] ---> b311169a25e6 [2021-02-02T06:15:56.974Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:15:56.974Z] ---> Running in 18ef568bfe97 [2021-02-02T06:15:57.266Z] ---> df912bfccc44 [2021-02-02T06:15:57.266Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:15:57.266Z] Removing intermediate container f7d19a118708 [2021-02-02T06:15:57.266Z] ---> 0c97b4f79a05 [2021-02-02T06:15:57.266Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:57.540Z] ---> Running in cae0dc2b131e [2021-02-02T06:15:57.809Z] Removing intermediate container 18ef568bfe97 [2021-02-02T06:15:57.809Z] ---> 2391ebc1243d [2021-02-02T06:15:57.809Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:15:57.809Z] ---> Running in b8e80dcf4e12 [2021-02-02T06:15:57.809Z] Removing intermediate container cae0dc2b131e [2021-02-02T06:15:57.809Z] ---> db03a5b49157 [2021-02-02T06:15:57.809Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:15:58.078Z] ---> 5c764dd4ec24 [2021-02-02T06:15:58.078Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:15:58.078Z] ---> 47fddaaf4f42 [2021-02-02T06:15:58.078Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:15:58.078Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:15:58.078Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:15:58.078Z] ---> aefe523efa57 [2021-02-02T06:15:58.078Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:15:58.078Z] ---> Running in 4b8d96b19a34 [2021-02-02T06:15:58.343Z] ---> Running in cf22c97b2276 [2021-02-02T06:15:58.343Z] Removing intermediate container b8e80dcf4e12 [2021-02-02T06:15:58.343Z] ---> 4a4bb71d0dd2 [2021-02-02T06:15:58.343Z] Step 19/21 : LABEL arch=x86_64 [2021-02-02T06:15:58.614Z] ---> Running in 1599b8c80e29 [2021-02-02T06:15:58.614Z] ---> e500e1b10e5e [2021-02-02T06:15:58.614Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:15:58.614Z] ---> ac2fe1314c7a [2021-02-02T06:15:58.614Z] 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-02-02T06:15:58.614Z] Removing intermediate container 4b8d96b19a34 [2021-02-02T06:15:58.614Z] ---> f2506286d2d8 [2021-02-02T06:15:58.614Z] Step 21/22 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:15:58.614Z] ---> Running in e186e998c084 [2021-02-02T06:15:58.887Z] ---> Running in 6903c618580f [2021-02-02T06:15:58.887Z] ---> Running in 5bcd0c278733 [2021-02-02T06:15:58.887Z] Removing intermediate container 1599b8c80e29 [2021-02-02T06:15:58.887Z] ---> 39aecefbd316 [2021-02-02T06:15:58.887Z] Step 20/21 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:15:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:59.165Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:15:59.165Z] Removing intermediate container e186e998c084 [2021-02-02T06:15:59.165Z] ---> 506d6b85616c [2021-02-02T06:15:59.165Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:15:59.165Z] ---> Running in ca14575a0cab [2021-02-02T06:15:59.454Z] Removing intermediate container 5bcd0c278733 [2021-02-02T06:15:59.454Z] ---> 71a215b8c7c3 [2021-02-02T06:15:59.454Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:15:59.454Z] ---> Running in 5b1a044d601f [2021-02-02T06:15:59.454Z] ---> Running in 8cfc742d9988 [2021-02-02T06:15:59.454Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:15:59.454Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:15:59.454Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:15:59.454Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:15:59.722Z] OK: 12 MiB in 22 packages [2021-02-02T06:15:59.722Z] Removing intermediate container ca14575a0cab [2021-02-02T06:15:59.722Z] ---> 130a04fcf207 [2021-02-02T06:15:59.722Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:15:59.722Z] Removing intermediate container 5b1a044d601f [2021-02-02T06:15:59.722Z] ---> 4d047133f7d1 [2021-02-02T06:15:59.722Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:15:59.722Z] Removing intermediate container 8cfc742d9988 [2021-02-02T06:15:59.722Z] ---> 9e76f9e180f2 [2021-02-02T06:15:59.722Z] [2021-02-02T06:15:59.723Z] ---> Running in de74b250ac94 [2021-02-02T06:15:59.988Z] ---> Running in 17be36e93ca5 [2021-02-02T06:15:59.988Z] Successfully built 9e76f9e180f2 [2021-02-02T06:16:00.261Z] Removing intermediate container de74b250ac94 [2021-02-02T06:16:00.261Z] ---> 0acae7f19007 [2021-02-02T06:16:00.261Z] [2021-02-02T06:16:00.261Z] Successfully tagged docker-support-notifications-go:latest [2021-02-02T06:16:00.261Z]  Building docker-support-notifications-go ... done Building docker-security-bootstrapper-go [2021-02-02T06:16:00.261Z] Removing intermediate container 17be36e93ca5 [2021-02-02T06:16:00.261Z] ---> d82372011bf1 [2021-02-02T06:16:00.261Z] Step 22/23 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:16:00.317Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-02T06:16:00.317Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-02T06:16:00.317Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-02T06:16:00.528Z] Successfully built 0acae7f19007 [2021-02-02T06:16:00.528Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-02T06:16:00.528Z]  Building docker-security-proxy-setup-go ... done Building docker-core-command-go [2021-02-02T06:16:00.795Z] ---> Running in ba35c02e3778 [2021-02-02T06:16:00.795Z] Removing intermediate container cf22c97b2276 [2021-02-02T06:16:00.795Z] ---> 57ab3c14186c [2021-02-02T06:16:00.795Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:16:00.795Z] Removing intermediate container 6903c618580f [2021-02-02T06:16:00.795Z] ---> cedae72e17b1 [2021-02-02T06:16:00.795Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:16:00.795Z] ---> Running in 100a05c14089 [2021-02-02T06:16:01.061Z] ---> Running in d82312eeaec7 [2021-02-02T06:16:01.061Z] Removing intermediate container ba35c02e3778 [2021-02-02T06:16:01.061Z] ---> f34a3002e434 [2021-02-02T06:16:01.061Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:16:01.662Z] ---> Running in ff9ede8d070a [2021-02-02T06:16:02.635Z] Removing intermediate container 100a05c14089 [2021-02-02T06:16:02.635Z] ---> d057735606f7 [2021-02-02T06:16:02.635Z] Step 22/24 : LABEL arch=x86_64 [2021-02-02T06:16:03.217Z] Removing intermediate container d82312eeaec7 [2021-02-02T06:16:03.217Z] ---> 78c66de28448 [2021-02-02T06:16:03.217Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:16:04.378Z] ---> Running in 01897e874463 [2021-02-02T06:16:04.378Z] Removing intermediate container ff9ede8d070a [2021-02-02T06:16:04.378Z] ---> 332c6ae1277e [2021-02-02T06:16:04.378Z] [2021-02-02T06:16:04.378Z] ---> Running in 6a3282ee67d8 [2021-02-02T06:16:05.380Z] Successfully built 332c6ae1277e [2021-02-02T06:16:06.933Z] Successfully tagged docker-core-metadata-go:latest [2021-02-02T06:16:06.933Z]  Building docker-core-metadata-go ... done Building docker-core-data-go [2021-02-02T06:16:07.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-02T06:16:07.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-02T06:16:07.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-02T06:16:07.052Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-02T06:16:07.052Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-02T06:16:07.052Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-02T06:16:07.904Z] Removing intermediate container 01897e874463 [2021-02-02T06:16:07.905Z] ---> 02bd0f0d8ca5 [2021-02-02T06:16:07.905Z] Step 23/24 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:16:08.189Z] Removing intermediate container 6a3282ee67d8 [2021-02-02T06:16:08.189Z] ---> 94764bc4effb [2021-02-02T06:16:08.189Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:16:08.462Z] ---> Running in 593dc8049bb1 [2021-02-02T06:16:08.734Z] ---> Running in 22ceb993ca07 [2021-02-02T06:16:09.315Z] Removing intermediate container 22ceb993ca07 [2021-02-02T06:16:09.315Z] ---> 83bb6da7900c [2021-02-02T06:16:09.315Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:16:09.315Z] Removing intermediate container 593dc8049bb1 [2021-02-02T06:16:09.315Z] ---> 4607da584175 [2021-02-02T06:16:09.315Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:16:09.586Z] ---> Running in 4924d6e8d440 [2021-02-02T06:16:11.015Z] Removing intermediate container 4924d6e8d440 [2021-02-02T06:16:11.015Z] ---> 64bc37bf0c3e [2021-02-02T06:16:11.015Z] [2021-02-02T06:16:12.445Z] Successfully built 64bc37bf0c3e [2021-02-02T06:16:13.955Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-02T06:16:13.955Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-02T06:16:13.955Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-02T06:16:15.105Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-02T06:16:15.105Z] Building docker-support-scheduler-go [2021-02-02T06:16:15.387Z]  Building docker-security-secretstore-setup-go ... done  ---> abe6df6dad2b [2021-02-02T06:16:15.387Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:16:16.393Z] ---> 7d7cddee011d [2021-02-02T06:16:16.393Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:16:18.400Z] ---> eb1a5b1664e4 [2021-02-02T06:16:18.400Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:16:19.003Z] ---> Running in 16cf8ccf8b1c [2021-02-02T06:16:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.390s coverage: 46.0% of statements [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-02T06:16:20.710Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-02T06:16:20.710Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.180s coverage: 100.0% of statements [2021-02-02T06:16:21.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:21.035Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:21.314Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:16:21.314Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:16:21.314Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:16:21.314Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:16:22.296Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:16:22.296Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:16:22.296Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:16:25.791Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:25.791Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:25.791Z] ---> 2a8566eb8a7e [2021-02-02T06:16:25.791Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:16:25.791Z] ---> Using cache [2021-02-02T06:16:25.791Z] ---> ded23ff51ffb [2021-02-02T06:16:25.791Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:25.791Z] ---> Using cache [2021-02-02T06:16:25.791Z] ---> 200acd68b626 [2021-02-02T06:16:25.791Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:16:25.791Z] ---> Using cache [2021-02-02T06:16:25.791Z] ---> b6f12102ba78 [2021-02-02T06:16:25.791Z] Step 6/23 : COPY go.mod . [2021-02-02T06:16:25.791Z] ---> Using cache [2021-02-02T06:16:25.791Z] ---> ad8bf031468d [2021-02-02T06:16:25.791Z] Step 7/23 : RUN go mod download [2021-02-02T06:16:25.791Z] ---> Using cache [2021-02-02T06:16:25.791Z] ---> 0d3df5586c09 [2021-02-02T06:16:25.791Z] Step 8/23 : COPY . . [2021-02-02T06:16:25.791Z] ---> Using cache [2021-02-02T06:16:25.791Z] ---> 038d2712cec0 [2021-02-02T06:16:25.791Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:16:26.142Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:26.142Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:26.142Z] ---> 2a8566eb8a7e [2021-02-02T06:16:26.142Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:16:26.142Z] ---> Using cache [2021-02-02T06:16:26.142Z] ---> ded23ff51ffb [2021-02-02T06:16:26.142Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:26.142Z] ---> Using cache [2021-02-02T06:16:26.142Z] ---> 200acd68b626 [2021-02-02T06:16:26.142Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:16:26.142Z] ---> Using cache [2021-02-02T06:16:26.142Z] ---> b6f12102ba78 [2021-02-02T06:16:26.142Z] Step 6/31 : COPY go.mod . [2021-02-02T06:16:26.142Z] ---> Using cache [2021-02-02T06:16:26.142Z] ---> ad8bf031468d [2021-02-02T06:16:26.142Z] Step 7/31 : RUN go mod download [2021-02-02T06:16:26.142Z] ---> Using cache [2021-02-02T06:16:26.142Z] ---> 0d3df5586c09 [2021-02-02T06:16:26.142Z] Step 8/31 : COPY . . [2021-02-02T06:16:26.142Z] ---> Using cache [2021-02-02T06:16:26.142Z] ---> 038d2712cec0 [2021-02-02T06:16:26.142Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:16:27.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.565s coverage: 27.1% of statements [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-02T06:16:27.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.056s coverage: 100.0% of statements [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-02T06:16:27.473Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.097s coverage: 100.0% of statements [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-02T06:16:27.473Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-02T06:16:27.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.314s coverage: 65.8% of statements [2021-02-02T06:16:27.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-02T06:16:27.750Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-02T06:16:28.747Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.718s coverage: 82.3% of statements [2021-02-02T06:16:28.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-02T06:16:28.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:16:28.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-02T06:16:28.747Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-02T06:16:28.800Z] ---> Running in 42ffd76d42c3 [2021-02-02T06:16:28.800Z] ---> Running in c63f5214f35a [2021-02-02T06:16:28.800Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:16:28.800Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:16:28.800Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:16:28.800Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:16:28.800Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:16:29.415Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:16:29.415Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:16:30.069Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:16:30.449Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:16:30.449Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:16:31.011Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:16:31.011Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:16:31.011Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:16:31.011Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:16:31.011Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:16:31.404Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:16:31.404Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:16:31.405Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:16:31.848Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:16:31.848Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:16:31.848Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:16:31.848Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:16:31.848Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:16:32.228Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:16:32.228Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:16:32.228Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:16:32.524Z] 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-02-02T06:16:32.524Z] 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-02-02T06:16:32.807Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:16:32.807Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:32.807Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:32.807Z] ---> 2a8566eb8a7e [2021-02-02T06:16:32.807Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:16:32.807Z] ---> Using cache [2021-02-02T06:16:32.807Z] ---> ded23ff51ffb [2021-02-02T06:16:32.807Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:32.807Z] ---> Using cache [2021-02-02T06:16:32.807Z] ---> 200acd68b626 [2021-02-02T06:16:32.807Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:16:33.472Z] OK: 71 MiB in 55 packages [2021-02-02T06:16:33.744Z] ---> Running in 29f538206529 [2021-02-02T06:16:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.149s coverage: 28.6% of statements [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-02T06:16:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-02T06:16:35.506Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.112s coverage: 100.0% of statements [2021-02-02T06:16:35.506Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-02T06:16:35.782Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:35.787Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.450s coverage: 86.7% of statements [2021-02-02T06:16:35.787Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-02T06:16:36.773Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:16:37.380Z] OK: 233 MiB in 51 packages [2021-02-02T06:16:39.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.371s coverage: 97.5% of statements [2021-02-02T06:16:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-02T06:16:39.215Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.124s coverage: 78.3% of statements [2021-02-02T06:16:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-02T06:16:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-02T06:16:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-02T06:16:39.215Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-02T06:16:40.108Z] Removing intermediate container 29f538206529 [2021-02-02T06:16:40.108Z] ---> 733f1a5c0b45 [2021-02-02T06:16:40.108Z] Step 6/23 : COPY go.mod . [2021-02-02T06:16:41.115Z] ---> d176f9468930 [2021-02-02T06:16:41.115Z] Step 7/23 : RUN go mod download [2021-02-02T06:16:41.390Z] ---> Running in 02ff9514756e [2021-02-02T06:16:46.456Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:16:46.456Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:16:46.456Z] ---> 2a8566eb8a7e [2021-02-02T06:16:46.456Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:16:46.456Z] ---> Using cache [2021-02-02T06:16:46.456Z] ---> ded23ff51ffb [2021-02-02T06:16:46.456Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:16:46.456Z] ---> Using cache [2021-02-02T06:16:46.456Z] ---> 200acd68b626 [2021-02-02T06:16:46.456Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:16:46.456Z] ---> Using cache [2021-02-02T06:16:46.456Z] ---> b6f12102ba78 [2021-02-02T06:16:46.456Z] Step 6/22 : COPY go.mod . [2021-02-02T06:16:46.456Z] ---> Using cache [2021-02-02T06:16:46.456Z] ---> ad8bf031468d [2021-02-02T06:16:46.456Z] Step 7/22 : RUN go mod download [2021-02-02T06:16:46.456Z] ---> Using cache [2021-02-02T06:16:46.456Z] ---> 0d3df5586c09 [2021-02-02T06:16:46.456Z] Step 8/22 : COPY . . [2021-02-02T06:16:46.456Z] ---> Using cache [2021-02-02T06:16:46.456Z] ---> 038d2712cec0 [2021-02-02T06:16:46.456Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:16:46.790Z] Removing intermediate container 02ff9514756e [2021-02-02T06:16:46.790Z] ---> 722412fa8525 [2021-02-02T06:16:46.790Z] Step 8/23 : COPY . . [2021-02-02T06:16:47.541Z] ---> Running in 7305c43506f5 [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.384s coverage: 92.8% of statements [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.209s coverage: 0.1% of statements [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-02T06:16:47.542Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.103s coverage: 45.5% of statements [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.092s coverage: 79.5% of statements [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.095s coverage: 94.1% of statements [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.103s coverage: 96.3% of statements [2021-02-02T06:16:47.542Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.077s coverage: 87.5% of statements [2021-02-02T06:16:50.965Z] 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-02-02T06:16:58.295Z] Removing intermediate container 16cf8ccf8b1c [2021-02-02T06:16:58.295Z] ---> 3750e6b6698b [2021-02-02T06:16:58.295Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:16:59.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.077s coverage: 94.4% of statements [2021-02-02T06:16:59.947Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-02-02T06:17:00.297Z] ---> Running in fbe6bf874355 [2021-02-02T06:17:02.905Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T06:17:11.551Z] Collecting docker-compose==1.23.2 [2021-02-02T06:17:11.551Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:17:11.835Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:17:11.835Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:17:13.274Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:17:13.274Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.124s coverage: 92.9% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.043s coverage: 100.0% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.076s coverage: 75.5% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.056s coverage: 80.8% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.118s coverage: 87.2% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.208s coverage: 91.4% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.508s coverage: 63.5% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.087s coverage: 91.3% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.103s coverage: 100.0% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.060s coverage: 73.7% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.069s coverage: 100.0% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.785s coverage: 68.9% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.312s coverage: 37.0% of statements [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-02T06:17:15.071Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.459s coverage: 84.0% of statements [2021-02-02T06:17:15.071Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.090s coverage: 100.0% of statements [2021-02-02T06:17:16.772Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:17:16.773Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:17:16.773Z] Removing intermediate container 42ffd76d42c3 [2021-02-02T06:17:16.773Z] ---> c24ee136554c [2021-02-02T06:17:16.773Z] [2021-02-02T06:17:16.773Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:17:16.773Z] ---> 389fef711851 [2021-02-02T06:17:16.773Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:17:17.036Z] ---> Using cache [2021-02-02T06:17:17.036Z] ---> fd965f7da581 [2021-02-02T06:17:17.036Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:17:17.036Z] ---> Using cache [2021-02-02T06:17:17.036Z] ---> 03ffe1685d26 [2021-02-02T06:17:17.036Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:17:17.623Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:17:17.623Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:17:17.623Z] ---> b499b3590801 [2021-02-02T06:17:17.623Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:17:18.211Z] ---> Running in 2e3356ea5b32 [2021-02-02T06:17:18.211Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:17:18.495Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:17:18.495Z] ---> Running in f245d76869b2 [2021-02-02T06:17:18.495Z] Removing intermediate container c63f5214f35a [2021-02-02T06:17:18.495Z] ---> 61e0aee94b2b [2021-02-02T06:17:18.495Z] [2021-02-02T06:17:18.495Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:17:18.495Z] ---> 389fef711851 [2021-02-02T06:17:18.495Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:17:18.765Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:17:18.765Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:17:18.765Z] ---> Running in 015207e6767e [2021-02-02T06:17:18.765Z] Removing intermediate container 2e3356ea5b32 [2021-02-02T06:17:18.765Z] ---> c7c4921d8de6 [2021-02-02T06:17:18.765Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:17:19.047Z] ---> Running in 01b69b8836af [2021-02-02T06:17:19.047Z] Removing intermediate container 015207e6767e [2021-02-02T06:17:19.047Z] ---> e4bc956529c0 [2021-02-02T06:17:19.047Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:17:19.317Z] ---> Running in e0c15fa6ca54 [2021-02-02T06:17:19.317Z] Removing intermediate container 01b69b8836af [2021-02-02T06:17:19.317Z] ---> 091936a5e021 [2021-02-02T06:17:19.317Z] Step 15/23 : WORKDIR / [2021-02-02T06:17:19.593Z] 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-02-02T06:17:19.593Z] ---> Running in 3da212ea2bb3 [2021-02-02T06:17:19.593Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:17:19.593Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:17:19.873Z] Removing intermediate container 3da212ea2bb3 [2021-02-02T06:17:19.873Z] ---> 331c61b7e8e1 [2021-02-02T06:17:19.873Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:19.873Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:17:19.873Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:17:20.476Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:20.748Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:20.748Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:17:20.748Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:17:20.748Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:21.022Z] OK: 6 MiB in 16 packages [2021-02-02T06:17:21.022Z] ---> cc9db720b960 [2021-02-02T06:17:21.022Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:17:21.299Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:17:21.299Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:17:21.579Z] 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-02-02T06:17:21.579Z] 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-02-02T06:17:21.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.379s coverage: 47.1% of statements [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-02T06:17:21.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.174s coverage: 100.0% of statements [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-02T06:17:21.831Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.101s coverage: 100.0% of statements [2021-02-02T06:17:21.831Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-02T06:17:21.860Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:17:21.860Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:17:21.861Z] 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-02-02T06:17:22.143Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:17:22.143Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:17:22.143Z] ---> d8cb3c13fb8c [2021-02-02T06:17:22.143Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:22.417Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:17:22.417Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:17:22.417Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:17:22.417Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:17:22.417Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:17:22.417Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:17:22.417Z] Removing intermediate container e0c15fa6ca54 [2021-02-02T06:17:22.417Z] ---> edfb92b67e5f [2021-02-02T06:17:22.417Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:17:22.690Z] ---> Running in 72017435fd3a [2021-02-02T06:17:22.690Z] Installing collected packages: urllib3, idna, requests, docopt, texttable, jsonschema, websocket-client, dockerpty, cached-property, PyYAML, docker-pycreds, docker, docker-compose [2021-02-02T06:17:22.690Z] Attempting uninstall: urllib3 [2021-02-02T06:17:22.690Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:17:22.690Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:17:24.116Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:17:24.387Z] ---> d19447a4dee7 [2021-02-02T06:17:24.388Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:17:25.811Z] Attempting uninstall: idna [2021-02-02T06:17:25.811Z] Found existing installation: idna 2.9 [2021-02-02T06:17:25.811Z] Uninstalling idna-2.9: [2021-02-02T06:17:26.089Z] Successfully uninstalled idna-2.9 [2021-02-02T06:17:26.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.054s coverage: 29.1% of statements [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-02T06:17:26.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.214s coverage: 99.0% of statements [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-02T06:17:26.163Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.084s coverage: 100.0% of statements [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-02T06:17:26.163Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-02T06:17:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.134s coverage: 100.0% of statements [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-02T06:17:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-02T06:17:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.049s coverage: 100.0% of statements [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-02T06:17:26.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.104s coverage: 87.9% of statements [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-02T06:17:26.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-02T06:17:27.101Z] ---> Running in c217dd25f825 [2021-02-02T06:17:27.101Z] Removing intermediate container 72017435fd3a [2021-02-02T06:17:27.101Z] ---> 1670fb5eca29 [2021-02-02T06:17:27.101Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:17:27.387Z] Attempting uninstall: requests [2021-02-02T06:17:27.387Z] Found existing installation: requests 2.23.0 [2021-02-02T06:17:27.387Z] Uninstalling requests-2.23.0: [2021-02-02T06:17:27.610Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.057s coverage: 100.0% of statements [2021-02-02T06:17:27.664Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:17:27.664Z] ---> Running in 7655a181e7f9 [2021-02-02T06:17:27.664Z] Removing intermediate container 7305c43506f5 [2021-02-02T06:17:27.664Z] ---> dbc4578ad2bf [2021-02-02T06:17:27.664Z] [2021-02-02T06:17:27.664Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:17:27.664Z] ---> 389fef711851 [2021-02-02T06:17:27.664Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:17:27.664Z] ---> Using cache [2021-02-02T06:17:27.664Z] ---> fd965f7da581 [2021-02-02T06:17:27.664Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:17:27.664Z] ---> Using cache [2021-02-02T06:17:27.664Z] ---> 03ffe1685d26 [2021-02-02T06:17:27.664Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:17:27.957Z] Running setup.py install for docopt: started [2021-02-02T06:17:27.957Z] Removing intermediate container c217dd25f825 [2021-02-02T06:17:27.957Z] ---> 403c99725051 [2021-02-02T06:17:27.957Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:28.242Z] ---> Running in 2eb73dbee1e5 [2021-02-02T06:17:28.242Z] ---> Running in 910b3cd17e9d [2021-02-02T06:17:28.242Z] Removing intermediate container 7655a181e7f9 [2021-02-02T06:17:28.242Z] ---> 99306e293aed [2021-02-02T06:17:28.242Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:17:28.593Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.058s coverage: 32.1% of statements [2021-02-02T06:17:28.864Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-02-02T06:17:29.461Z] GO111MODULE=on go vet ./... [2021-02-02T06:17:29.694Z] ---> Running in 68b17e318853 [2021-02-02T06:17:29.694Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:17:29.694Z] Running setup.py install for texttable: started [2021-02-02T06:17:29.989Z] Removing intermediate container 2eb73dbee1e5 [2021-02-02T06:17:29.989Z] ---> 1b10ea06e06a [2021-02-02T06:17:29.989Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:17:30.273Z] Removing intermediate container 910b3cd17e9d [2021-02-02T06:17:30.273Z] ---> 0c274dc0b91d [2021-02-02T06:17:30.273Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:17:30.273Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:17:30.273Z] ---> Running in 395e06073c6a [2021-02-02T06:17:30.549Z] ---> Running in 917587ccfaac [2021-02-02T06:17:31.137Z] Running setup.py install for dockerpty: started [2021-02-02T06:17:31.137Z] Removing intermediate container 395e06073c6a [2021-02-02T06:17:31.137Z] ---> be77e1a86178 [2021-02-02T06:17:31.137Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:31.423Z] Removing intermediate container 917587ccfaac [2021-02-02T06:17:31.423Z] ---> 747f6b204109 [2021-02-02T06:17:31.423Z] Step 22/23 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:17:31.423Z] ---> Running in 922e88c5b53a [2021-02-02T06:17:31.720Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:17:31.989Z] Running setup.py install for PyYAML: started [2021-02-02T06:17:31.989Z] Removing intermediate container 922e88c5b53a [2021-02-02T06:17:31.989Z] ---> 4f2b7e27087e [2021-02-02T06:17:31.989Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:17:31.989Z] ---> 9233fbdc16ba [2021-02-02T06:17:31.989Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:17:31.989Z] Removing intermediate container 68b17e318853 [2021-02-02T06:17:31.989Z] ---> ebf39f8cf636 [2021-02-02T06:17:31.989Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-02T06:17:32.258Z] ---> Running in 3893af977209 [2021-02-02T06:17:32.258Z] ---> Running in 3558cec4c9e7 [2021-02-02T06:17:32.552Z] Removing intermediate container 3893af977209 [2021-02-02T06:17:32.552Z] ---> c7003350c663 [2021-02-02T06:17:32.552Z] [2021-02-02T06:17:32.832Z] Removing intermediate container 3558cec4c9e7 [2021-02-02T06:17:32.832Z] ---> 2ec6b66f8a99 [2021-02-02T06:17:32.832Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:17:33.106Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:17:33.106Z] Successfully built c7003350c663 [2021-02-02T06:17:33.387Z] Successfully tagged docker-core-command-go:latest [2021-02-02T06:17:33.387Z]  Building docker-core-command-go ... done  ---> 499173e27d79 [2021-02-02T06:17:33.387Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:34.357Z] ---> d48f35d4ee5f [2021-02-02T06:17:34.357Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:17:34.637Z] ---> Running in 5926162b662f [2021-02-02T06:17:34.637Z] ---> 53b7e304d7ca [2021-02-02T06:17:34.637Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:17:34.918Z] 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.57.0 [2021-02-02T06:17:35.510Z] ---> Running in 508c91c0526c [2021-02-02T06:17:35.790Z] Removing intermediate container 508c91c0526c [2021-02-02T06:17:35.790Z] ---> 295754f2c886 [2021-02-02T06:17:35.790Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:36.076Z] ---> Running in 6eb15ef28891 [2021-02-02T06:17:36.718Z] Removing intermediate container 6eb15ef28891 [2021-02-02T06:17:36.718Z] ---> de09a223b818 [2021-02-02T06:17:36.718Z] Step 20/22 : LABEL arch=x86_64 [2021-02-02T06:17:36.997Z] ---> Running in fa4816a3d3b9 [2021-02-02T06:17:38.957Z] Removing intermediate container fa4816a3d3b9 [2021-02-02T06:17:38.957Z] ---> 788c592d4e61 [2021-02-02T06:17:38.957Z] Step 21/22 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:17:38.957Z] Removing intermediate container fbe6bf874355 [2021-02-02T06:17:38.957Z] ---> 570803db4c31 [2021-02-02T06:17:38.957Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:17:39.224Z] ---> Running in 5de9d9203e3c [2021-02-02T06:17:39.224Z] ---> Running in 7ec15ce778cc [2021-02-02T06:17:39.224Z] Removing intermediate container 5926162b662f [2021-02-02T06:17:39.224Z] ---> 377c5cb103ae [2021-02-02T06:17:39.224Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:39.827Z] Removing intermediate container 5de9d9203e3c [2021-02-02T06:17:39.827Z] ---> 16ed28cc9034 [2021-02-02T06:17:39.827Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:17:39.827Z] ---> Running in f9c4078735bb [2021-02-02T06:17:39.827Z] ---> ae66102a3201 [2021-02-02T06:17:39.827Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:17:40.288Z] Removing intermediate container f9c4078735bb [2021-02-02T06:17:40.288Z] ---> e1071a23a3be [2021-02-02T06:17:40.288Z] [2021-02-02T06:17:40.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:40.601Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:40.601Z] Successfully built e1071a23a3be [2021-02-02T06:17:40.601Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-02T06:17:40.971Z]  Building docker-support-scheduler-go ... done (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:17:40.971Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:17:40.971Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:17:40.971Z] ---> 5e2a29e194a4 [2021-02-02T06:17:40.971Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:17:40.971Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:40.971Z] OK: 72 MiB in 58 packages [2021-02-02T06:17:41.787Z] ---> 6afb06dc552f [2021-02-02T06:17:41.787Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:17:42.516Z] Removing intermediate container 7ec15ce778cc [2021-02-02T06:17:42.516Z] ---> bde72d688c8a [2021-02-02T06:17:42.516Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:17:42.516Z] ---> 243808acdb7a [2021-02-02T06:17:42.516Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:17:42.516Z] ---> Running in ff085f04598d [2021-02-02T06:17:44.477Z] Removing intermediate container ff085f04598d [2021-02-02T06:17:44.477Z] ---> a13b8d97563b [2021-02-02T06:17:44.477Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:44.477Z] ---> 3320b98875fe [2021-02-02T06:17:44.477Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:17:44.477Z] ---> Running in d2f25613f1aa [2021-02-02T06:17:44.477Z] ---> Running in f9df997eeac1 [2021-02-02T06:17:44.741Z] Removing intermediate container d2f25613f1aa [2021-02-02T06:17:44.741Z] ---> d565b050213f [2021-02-02T06:17:44.741Z] Step 24/26 : LABEL arch=x86_64 [2021-02-02T06:17:44.741Z] ---> Running in 79dbd1f51836 [2021-02-02T06:17:45.016Z] Removing intermediate container f9df997eeac1 [2021-02-02T06:17:45.016Z] ---> 5c66aea8dba7 [2021-02-02T06:17:45.016Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:17:45.016Z] Removing intermediate container 79dbd1f51836 [2021-02-02T06:17:45.016Z] ---> 6a1b3079e91a [2021-02-02T06:17:45.016Z] Step 25/26 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:17:45.286Z] ---> Running in e79d9190074d [2021-02-02T06:17:46.693Z] ---> 69a0058beece [2021-02-02T06:17:46.693Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:17:47.289Z] Removing intermediate container e79d9190074d [2021-02-02T06:17:47.289Z] ---> e19b9ad1b46e [2021-02-02T06:17:47.289Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:17:47.289Z] ---> Running in 7e35a86e2c1a [2021-02-02T06:17:47.556Z] Removing intermediate container f245d76869b2 [2021-02-02T06:17:47.556Z] ---> 0c3012c8a29c [2021-02-02T06:17:47.556Z] [2021-02-02T06:17:47.556Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:17:47.556Z] ---> 389fef711851 [2021-02-02T06:17:47.556Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:17:47.556Z] ---> Running in 60d41b59f19d [2021-02-02T06:17:47.822Z] ---> Running in 4429a07f23be [2021-02-02T06:17:47.822Z] Removing intermediate container 60d41b59f19d [2021-02-02T06:17:47.822Z] ---> bbb091a120ec [2021-02-02T06:17:47.822Z] [2021-02-02T06:17:48.084Z] Removing intermediate container 4429a07f23be [2021-02-02T06:17:48.084Z] ---> a543b62a13c6 [2021-02-02T06:17:48.084Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:17:48.084Z] Successfully built bbb091a120ec [2021-02-02T06:17:48.347Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-02T06:17:48.347Z]  Building docker-sys-mgmt-agent-go ... done  ---> Running in e37cd5c4e6a6 [2021-02-02T06:17:48.609Z] Removing intermediate container e37cd5c4e6a6 [2021-02-02T06:17:48.609Z] ---> bf6c57abb94d [2021-02-02T06:17:48.609Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:17:48.609Z] ---> Running in c97ffcdb7340 [2021-02-02T06:17:48.891Z] Removing intermediate container 7e35a86e2c1a [2021-02-02T06:17:48.891Z] ---> f3119a179269 [2021-02-02T06:17:48.891Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:17:48.891Z] Removing intermediate container c97ffcdb7340 [2021-02-02T06:17:48.891Z] ---> a834993c2719 [2021-02-02T06:17:48.891Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:17:48.891Z] ---> Running in 2098456c475f [2021-02-02T06:17:48.891Z] ---> Running in 5f0f9c5ab360 [2021-02-02T06:17:49.176Z] Removing intermediate container 2098456c475f [2021-02-02T06:17:49.176Z] ---> 121c4213ffb6 [2021-02-02T06:17:49.176Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:17:49.444Z] ---> Running in fda040313979 [2021-02-02T06:17:49.722Z] Removing intermediate container fda040313979 [2021-02-02T06:17:49.722Z] ---> 12946e0a7529 [2021-02-02T06:17:49.722Z] Step 29/31 : LABEL arch=x86_64 [2021-02-02T06:17:49.986Z] ---> Running in aa4066e1656b [2021-02-02T06:17:50.249Z] Removing intermediate container aa4066e1656b [2021-02-02T06:17:50.249Z] ---> 271deee6ecae [2021-02-02T06:17:50.249Z] Step 30/31 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:17:50.249Z] ---> Running in 7716a46b18be [2021-02-02T06:17:50.512Z] Removing intermediate container 5f0f9c5ab360 [2021-02-02T06:17:50.512Z] ---> a7e209fe5aba [2021-02-02T06:17:50.512Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:17:50.512Z] ---> Running in d6bcb11efb72 [2021-02-02T06:17:50.512Z] Removing intermediate container 7716a46b18be [2021-02-02T06:17:50.512Z] ---> 15213fd655b2 [2021-02-02T06:17:50.512Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:17:50.776Z] ---> Running in 9250972232e0 [2021-02-02T06:17:51.048Z] Removing intermediate container 9250972232e0 [2021-02-02T06:17:51.048Z] ---> 99780bc91da3 [2021-02-02T06:17:51.048Z] [2021-02-02T06:17:51.335Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:51.599Z] Successfully built 99780bc91da3 [2021-02-02T06:17:51.871Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-02T06:17:52.137Z]  Building docker-security-bootstrapper-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-02T06:17:52.715Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:17:52.979Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:17:52.979Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:17:52.979Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:17:53.243Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:17:53.510Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:17:53.510Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:17:53.510Z] OK: 8 MiB in 20 packages [2021-02-02T06:17:54.087Z] Removing intermediate container d6bcb11efb72 [2021-02-02T06:17:54.087Z] ---> b2b3199899f9 [2021-02-02T06:17:54.087Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:17:54.664Z] ---> 1784d67ac116 [2021-02-02T06:17:54.664Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:17:55.661Z] ---> b7dd80721f55 [2021-02-02T06:17:55.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:17:55.945Z] ---> 19bc3f2fd374 [2021-02-02T06:17:55.945Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:17:55.945Z] ---> Running in dc659581ec93 [2021-02-02T06:17:56.214Z] Removing intermediate container dc659581ec93 [2021-02-02T06:17:56.214Z] ---> cd6b47520036 [2021-02-02T06:17:56.214Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:17:56.480Z] ---> Running in bb8117e2aaf7 [2021-02-02T06:17:56.480Z] Removing intermediate container bb8117e2aaf7 [2021-02-02T06:17:56.480Z] ---> d0ecad71d00f [2021-02-02T06:17:56.480Z] Step 21/23 : LABEL arch=x86_64 [2021-02-02T06:17:56.480Z] ---> Running in 288a3205e00e [2021-02-02T06:17:56.745Z] Removing intermediate container 288a3205e00e [2021-02-02T06:17:56.745Z] ---> 1af068447a8a [2021-02-02T06:17:56.745Z] Step 22/23 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:17:56.745Z] ---> Running in 18b2699b44a8 [2021-02-02T06:17:57.010Z] Removing intermediate container 18b2699b44a8 [2021-02-02T06:17:57.010Z] ---> 8d65a808130f [2021-02-02T06:17:57.010Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:17:57.010Z] ---> Running in eede8f870585 [2021-02-02T06:17:57.275Z] Removing intermediate container eede8f870585 [2021-02-02T06:17:57.275Z] ---> dd96a311ce0f [2021-02-02T06:17:57.275Z] [2021-02-02T06:17:57.275Z] Successfully built dd96a311ce0f [2021-02-02T06:17:57.545Z] Successfully tagged docker-core-data-go:latest [2021-02-02T06:17:57.830Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-02T06:17:57.882Z] $ docker stop --time=1 48ba1fb3bc638c48dc89ade0db053e21cdaca0d441311608fb8f035fd88f62eb [2021-02-02T06:17:59.602Z] $ docker rm -f 48ba1fb3bc638c48dc89ade0db053e21cdaca0d441311608fb8f035fd88f62eb [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:18:00.239Z] + docker images [2021-02-02T06:18:00.239Z] + grep docker [2021-02-02T06:18:00.501Z] docker-core-data-go latest dd96a311ce0f 3 seconds ago 22.3MB [2021-02-02T06:18:00.501Z] docker-security-bootstrapper-go latest 99780bc91da3 10 seconds ago 23.8MB [2021-02-02T06:18:00.501Z] docker-sys-mgmt-agent-go latest bbb091a120ec 13 seconds ago 313MB [2021-02-02T06:18:00.501Z] docker-support-scheduler-go latest e1071a23a3be 21 seconds ago 17MB [2021-02-02T06:18:00.501Z] docker-core-command-go latest c7003350c663 28 seconds ago 16.9MB [2021-02-02T06:18:00.501Z] docker-security-secretstore-setup-go latest 64bc37bf0c3e About a minute ago 24.6MB [2021-02-02T06:18:00.501Z] docker-core-metadata-go latest 332c6ae1277e About a minute ago 18.8MB [2021-02-02T06:18:00.501Z] docker-security-proxy-setup-go latest 0acae7f19007 2 minutes ago 24.4MB [2021-02-02T06:18:00.501Z] docker-support-notifications-go latest 9e76f9e180f2 2 minutes ago 16.9MB [2021-02-02T06:18:00.501Z] docker 20.10.0 aefe523efa57 7 weeks 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-02-02T06:18:16.624Z] Still waiting to schedule task [2021-02-02T06:18:16.624Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-02T06:18:51.264Z] gofmt -l . [2021-02-02T06:18:51.264Z] [ "`gofmt -l .`" = "" ] [2021-02-02T06:18:51.264Z] ./bin/test-go-mod-tidy.sh [2021-02-02T06:18:51.264Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-02T06:18:51.951Z] + ls -al . [2021-02-02T06:18:51.951Z] total 708 [2021-02-02T06:18:51.951Z] drwxrwxr-x 9 1001 1001 4096 Feb 2 06:18 . [2021-02-02T06:18:51.951Z] drwxr-xr-x 4 root root 4096 Feb 2 06:14 .. [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 11 Feb 2 06:12 .dockerignore [2021-02-02T06:18:51.951Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:13 .git [2021-02-02T06:18:51.951Z] drwxrwxr-x 3 1001 1001 4096 Feb 2 06:12 .github [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 872 Feb 2 06:12 .gitignore [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 166 Feb 2 06:12 .sonarcloud.properties [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 7859 Feb 2 06:12 Attribution.txt [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 3804 Feb 2 06:12 CONTRIBUTING.md [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 931 Feb 2 06:12 Dockerfile.build [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 863 Feb 2 06:12 Jenkinsfile [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 10775 Feb 2 06:12 LICENSE [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 6001 Feb 2 06:12 Makefile [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 6524 Feb 2 06:12 README.md [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 6755 Feb 2 06:12 SECURITY.md [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 5 Feb 2 06:09 VERSION [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 4131 Feb 2 06:12 ZMQWindows.md [2021-02-02T06:18:51.951Z] drwxrwxr-x 2 1001 1001 4096 Feb 2 06:12 bin [2021-02-02T06:18:51.951Z] drwxrwxr-x 15 1001 1001 4096 Feb 2 06:12 cmd [2021-02-02T06:18:51.951Z] -rw-r--r-- 1 root root 574984 Feb 2 06:17 coverage.out [2021-02-02T06:18:51.951Z] -rw-r--r-- 1 root root 1054 Feb 2 06:18 go.mod [2021-02-02T06:18:51.951Z] -rw-r--r-- 1 root root 19515 Feb 2 06:18 go.sum [2021-02-02T06:18:51.951Z] drwxrwxr-x 8 1001 1001 4096 Feb 2 06:12 internal [2021-02-02T06:18:51.951Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:12 openapi [2021-02-02T06:18:51.951Z] drwxrwxr-x 4 1001 1001 4096 Feb 2 06:12 snap [2021-02-02T06:18:51.951Z] -rw-rw-r-- 1 1001 1001 168 Feb 2 06:12 version.go [Pipeline] sh [2021-02-02T06:18:52.618Z] + '[' -e coverage.out ] [2021-02-02T06:18:52.618Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-02T06:18:52.652Z] Warning: overwriting stash ‘coverage-report’ [2021-02-02T06:18:53.959Z] Stashed 1 file(s) [Pipeline] sh [2021-02-02T06:18:54.672Z] + make build [2021-02-02T06:18:54.672Z] 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-02-02T06:19:07.069Z] 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-02-02T06:19:22.469Z] Running on prd-ubuntu18.04-docker-8c-8g-24543 in /w/workspace/edgexfoundry_edgex-go_PR-3111 [Pipeline] { [Pipeline] ws [2021-02-02T06:19:22.557Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2021-02-02T06:19:24.731Z] using credential edgex-jenkins-ssh [2021-02-02T06:19:24.782Z] Cloning the remote Git repository [2021-02-02T06:19:24.803Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:19:24.872Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2021-02-02T06:19:24.897Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:19:24.898Z] > git --version # timeout=10 [2021-02-02T06:19:24.911Z] > git --version # 'git version 2.17.1' [2021-02-02T06:19:24.911Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:19:24.936Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:19:29.242Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-02T06:19:32.419Z] Merging remotes/origin/master commit 2a4efc596d6299a706f2b1b5ea90705279ab33b1 into PR head commit ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:19:32.551Z] Merge succeeded, producing ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:19:32.551Z] Checking out Revision ec1a1f4188a4e162f0c69a562fc6279109941c58 (PR-3111) [2021-02-02T06:19:31.825Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:19:31.832Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-02T06:19:31.841Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-02T06:19:31.851Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-02T06:19:31.851Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:19:31.855Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3111/head:refs/remotes/origin/PR-3111 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-02T06:19:32.428Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:19:32.434Z] > git checkout -f ec1a1f4188a4e162f0c69a562fc6279109941c58 # timeout=10 [2021-02-02T06:19:32.512Z] > git remote # timeout=10 [2021-02-02T06:19:32.521Z] > git config --get remote.origin.url # timeout=10 [2021-02-02T06:19:32.526Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-02T06:19:32.531Z] > git merge 2a4efc596d6299a706f2b1b5ea90705279ab33b1 # timeout=10 [2021-02-02T06:19:32.538Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-02T06:19:32.552Z] > git config core.sparsecheckout # timeout=10 [2021-02-02T06:19:32.556Z] > git checkout -f ec1a1f4188a4e162f0c69a562fc6279109941c58 # timeout=10 [2021-02-02T06:19:33.553Z] 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-02-02T06:19:36.285Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [2021-02-02T06:19:36.307Z] > git --version # timeout=10 [2021-02-02T06:19:36.311Z] > git --version # 'git version 2.17.1' [2021-02-02T06:19:36.315Z] fatal: bad object 69a7e166112f335804d9fea76440e5140e47f034 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:19:37.554Z] + echo snap-build.sh [2021-02-02T06:19:37.554Z] snap-build.sh [2021-02-02T06:19:37.554Z] + SNAP_BASE_DIR=. [2021-02-02T06:19:37.554Z] + '[' '!' -z /w/workspace/edgex-go/1 ']' [2021-02-02T06:19:37.554Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/1 [2021-02-02T06:19:37.554Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/1]' [2021-02-02T06:19:37.554Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/1] [2021-02-02T06:19:37.554Z] + cd /w/workspace/edgex-go/1 [2021-02-02T06:19:37.554Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-02T06:19:37.554Z] Reading package lists... [2021-02-02T06:19:37.554Z] Building dependency tree... [2021-02-02T06:19:37.554Z] Reading state information... [2021-02-02T06:19:37.815Z] The following packages were automatically installed and are no longer required: [2021-02-02T06:19:37.815Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-02T06:19:37.815Z] uidmap xdelta3 [2021-02-02T06:19:37.815Z] Use 'sudo apt autoremove' to remove them. [2021-02-02T06:19:37.815Z] The following packages will be REMOVED: [2021-02-02T06:19:37.815Z] lxd* lxd-client* [2021-02-02T06:19:38.077Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-02T06:19:38.077Z] After this operation, 31.7 MB disk space will be freed. [2021-02-02T06:19:38.961Z] 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-02-02T06:19:39.153Z] (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-02-02T06:19:39.153Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:19:39.947Z] 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-02-02T06:19:40.096Z] Removing lxd dnsmasq configuration [2021-02-02T06:19:40.097Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:19:40.357Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-02T06:19:41.300Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-02T06:19:41.568Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-02T06:19:41.568Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-02T06:19:42.515Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-02T06:19:42.775Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-02T06:19:44.161Z] + sudo snap remove --purge lxd [2021-02-02T06:19:44.161Z] snap "lxd" is not installed [2021-02-02T06:19:44.161Z] + sudo groupadd --force --system lxd [2021-02-02T06:19:44.161Z] ++ whoami [2021-02-02T06:19:44.161Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-02T06:19:44.161Z] + newgrp - lxd [2021-02-02T06:19:44.161Z] + sudo snap install lxd [2021-02-02T06:19:45.377Z] 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-02-02T06:19:50.774Z] 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-02-02T06:19:52.305Z] 2021-02-02T06:19:49Z INFO Waiting for automatic snapd restart... [2021-02-02T06:19:56.162Z] 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-02-02T06:20:00.464Z] 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-02-02T06:20:03.850Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T06:20:04.619Z] lxd 4.10 from Canonical* installed [2021-02-02T06:20:04.619Z] + sudo lxd init --auto [2021-02-02T06:20:08.155Z] 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-02-02T06:20:11.579Z] 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-02-02T06:20:14.634Z] + sudo snap install --classic snapcraft [Pipeline] } [2021-02-02T06:20:18.409Z] $ docker stop --time=1 92210893f8c6bdf4d2b4f811bfa3500cbf4688409df61a8f2f5d8dc1d0db4116 [2021-02-02T06:20:20.753Z] $ docker rm -f 92210893f8c6bdf4d2b4f811bfa3500cbf4688409df61a8f2f5d8dc1d0db4116 [2021-02-02T06:20:21.248Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:20:21.248Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-02T06:20:21.248Z] + patch --verbose -p1 [2021-02-02T06:20:21.248Z] Hmm... Looks like a unified diff to me... [2021-02-02T06:20:21.248Z] The text leading up to this was: [2021-02-02T06:20:21.248Z] -------------------------- [2021-02-02T06:20:21.248Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-02T06:20:21.248Z] |From: Tony Espy [2021-02-02T06:20:21.248Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-02T06:20:21.248Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-02T06:20:21.248Z] | [2021-02-02T06:20:21.248Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-02T06:20:21.248Z] |optimize the snap CI check run for pull requests. When [2021-02-02T06:20:21.248Z] |applied, it essentially strips out everything (apps and [2021-02-02T06:20:21.248Z] |parts) from the snapcraft.yaml file except those required [2021-02-02T06:20:21.248Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-02T06:20:21.248Z] |catch changes to edgex-go that break the snap build. [2021-02-02T06:20:21.248Z] | [2021-02-02T06:20:21.248Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-02T06:20:21.248Z] |to update this patch file, otherwise it may fail to apply, [2021-02-02T06:20:21.248Z] |resulting in a failed snap build CI check in the associated [2021-02-02T06:20:21.248Z] |pull request. [2021-02-02T06:20:21.248Z] | [2021-02-02T06:20:21.248Z] |Note - in addition to applying this patch, the pipeline also [2021-02-02T06:20:21.248Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-02T06:20:21.248Z] |need to build the finally binary .snap file (and it won't [2021-02-02T06:20:21.248Z] |work with the patch applied). This further reduces the build [2021-02-02T06:20:21.248Z] |time. [2021-02-02T06:20:21.248Z] |--- [2021-02-02T06:20:21.248Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-02T06:20:21.248Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-02T06:20:21.248Z] | [2021-02-02T06:20:21.248Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-02T06:20:21.248Z] |index 1e537489..faf42425 100644 [2021-02-02T06:20:21.248Z] |--- a/snap/snapcraft.yaml [2021-02-02T06:20:21.248Z] |+++ b/snap/snapcraft.yaml [2021-02-02T06:20:21.248Z] -------------------------- [2021-02-02T06:20:21.248Z] patching file snap/snapcraft.yaml [2021-02-02T06:20:21.248Z] Using Plan A... [2021-02-02T06:20:21.248Z] Hunk #1 succeeded at 73. [2021-02-02T06:20:21.248Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-02T06:20:21.249Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-02T06:20:21.249Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-02T06:20:21.249Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-02T06:20:21.249Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-02T06:20:21.249Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-02T06:20:21.249Z] Hunk #8 succeeded at 342. [2021-02-02T06:20:21.249Z] Hmm... Ignoring the trailing garbage. [2021-02-02T06:20:21.249Z] done [2021-02-02T06:20:21.249Z] + sudo snapcraft prime --use-lxd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2021-02-02T06:20:22.200Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-02T06:20:22.200Z] 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-02-02T06:20:22.200Z] - README.md [2021-02-02T06:20:22.200Z] - snapcraft.yaml.orig [2021-02-02T06:20:22.200Z] [2021-02-02T06:20:22.200Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:20:22.773Z] Launching a container. [2021-02-02T06:20:23.016Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:23.016Z] [2021-02-02T06:20:23.016Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:20:23.445Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:23.445Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-02T06:20:23.445Z] 29e5d40040c1: Pulling fs layer [2021-02-02T06:20:23.445Z] 1ce36da41761: Pulling fs layer [2021-02-02T06:20:23.445Z] 25b303627fd3: Pulling fs layer [2021-02-02T06:20:24.424Z] 29e5d40040c1: Verifying Checksum [2021-02-02T06:20:24.424Z] 29e5d40040c1: Download complete [2021-02-02T06:20:24.699Z] 1ce36da41761: Download complete [2021-02-02T06:20:24.974Z] 29e5d40040c1: Pull complete [2021-02-02T06:20:26.408Z] 1ce36da41761: Pull complete [2021-02-02T06:20:26.679Z] 25b303627fd3: Verifying Checksum [2021-02-02T06:20:26.679Z] 25b303627fd3: Download complete [2021-02-02T06:20:35.005Z] Waiting for container to be ready [2021-02-02T06:20:35.005Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-02T06:20:35.005Z] [2021-02-02T06:20:36.813Z] 25b303627fd3: Pull complete [2021-02-02T06:20:36.814Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-02T06:20:36.814Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:36.814Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-02T06:20:37.098Z] prd-ubuntu18.04-docker-arm64-4c-16g-24538 does not seem to be running inside a container [2021-02-02T06:20:37.172Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-devops/edgex-compose-arm64:latest cat [2021-02-02T06:20:38.319Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-02T06:20:38.894Z] Waiting for network to be ready... [2021-02-02T06:20:39.154Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:20:39.154Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:20:39.727Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:20:39.727Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:20:39.727Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:20:40.299Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:20:40.299Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:20:40.300Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:20:40.300Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:20:40.300Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:20:40.300Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:20:40.300Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:20:40.300Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:20:40.300Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:20:40.300Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:20:40.300Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:20:40.300Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:20:40.300Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:20:40.405Z] $ docker top bf2a961000d017b7d176193172d629cf8bd7b81dde524ead8fc6ca9a585a53e3 -eo pid,comm [2021-02-02T06:20:40.565Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [Pipeline] { [2021-02-02T06:20:40.829Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:20:40.829Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:20:40.829Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:20:40.829Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:20:40.829Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:20:40.829Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:20:40.829Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:20:40.829Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [Pipeline] sh [2021-02-02T06:20:41.596Z] + + grep parallel [2021-02-02T06:20:41.596Z] docker-compose build --help [2021-02-02T06:20:43.372Z] Fetched 23.9 MB in 4s (5497 kB/s) [2021-02-02T06:20:44.314Z] Reading package lists... [2021-02-02T06:20:44.314Z] Reading package lists... [2021-02-02T06:20:44.576Z] Building dependency tree... [2021-02-02T06:20:44.576Z] Reading state information... [2021-02-02T06:20:44.576Z] The following additional packages will be installed: [2021-02-02T06:20:44.576Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:20:44.576Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:20:44.576Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:20:44.576Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-02T06:20:44.576Z] Suggested packages: [2021-02-02T06:20:44.576Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-02T06:20:44.576Z] Recommended packages: [2021-02-02T06:20:44.576Z] gnupg libsasl2-modules [2021-02-02T06:20:44.576Z] The following NEW packages will be installed: [2021-02-02T06:20:44.576Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-02T06:20:44.576Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-02T06:20:44.576Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-02T06:20:44.576Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-02T06:20:44.576Z] The following packages will be upgraded: [2021-02-02T06:20:44.576Z] gpg gpg-agent gpgconf libudev1 [2021-02-02T06:20:44.837Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-02T06:20:44.837Z] Need to get 3533 kB of archives. [2021-02-02T06:20:44.837Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-02T06:20:44.837Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-02T06:20:44.837Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-02T06:20:45.097Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-02T06:20:45.360Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-02T06:20:45.360Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-02T06:20:45.360Z] Get:6 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-02-02T06:20:45.360Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-02T06:20:45.360Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-02T06:20:45.360Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-02T06:20:45.360Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-02T06:20:45.360Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-02T06:20:45.360Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-02T06:20:45.360Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-02T06:20:45.360Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-02T06:20:45.360Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-02T06:20:45.620Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-02T06:20:45.620Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-02T06:20:45.620Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-02T06:20:45.620Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-02T06:20:45.620Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-02T06:20:45.620Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-02T06:20:45.620Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-02T06:20:45.620Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:20:45.620Z] Fetched 3533 kB in 1s (3435 kB/s) [2021-02-02T06:20:45.881Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:20:45.881Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:20:45.881Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:20:45.881Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:20:45.932Z] --parallel Build images in parallel. [Pipeline] } [2021-02-02T06:20:45.962Z] $ docker stop --time=1 bf2a961000d017b7d176193172d629cf8bd7b81dde524ead8fc6ca9a585a53e3 [2021-02-02T06:20:46.159Z] Selecting previously unselected package udev. [2021-02-02T06:20:46.159Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-02T06:20:46.159Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:20:46.159Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-02T06:20:46.738Z] Selecting previously unselected package libfuse2:amd64. [2021-02-02T06:20:46.738Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:20:46.738Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:20:47.009Z] Selecting previously unselected package fuse. [2021-02-02T06:20:47.009Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-02T06:20:47.009Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:20:47.272Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:20:47.272Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:20:47.533Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:20:47.533Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:20:47.800Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:20:47.938Z] $ docker rm -f bf2a961000d017b7d176193172d629cf8bd7b81dde524ead8fc6ca9a585a53e3 [2021-02-02T06:20:48.061Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:20:48.322Z] Selecting previously unselected package libksba8:amd64. [2021-02-02T06:20:48.322Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-02T06:20:48.322Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:20:48.322Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-02T06:20:48.322Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:48.322Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-02T06:20:48.582Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-02T06:20:48.583Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:48.583Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:48.583Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-02T06:20:48.583Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:48.583Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:20:48.843Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-02T06:20:48.843Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:48.843Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:49.013Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-02T06:20:49.013Z] . [2021-02-02T06:20:49.103Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-02T06:20:49.103Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:49.103Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:49.103Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-02T06:20:49.103Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:49.103Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] withDockerContainer [2021-02-02T06:20:49.359Z] prd-ubuntu18.04-docker-arm64-4c-16g-24538 does not seem to be running inside a container [2021-02-02T06:20:49.368Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-02T06:20:49.368Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:49.368Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:49.368Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-02T06:20:49.368Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:49.368Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:49.430Z] $ 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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@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-arm64:latest cat [2021-02-02T06:20:49.631Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-02T06:20:49.631Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-02T06:20:49.631Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:49.631Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-02T06:20:49.631Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:20:49.631Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:20:49.631Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-02T06:20:49.631Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-02T06:20:49.631Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:20:49.893Z] Selecting previously unselected package libldap-common. [2021-02-02T06:20:49.893Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-02T06:20:49.893Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:20:49.893Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-02T06:20:49.893Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-02T06:20:49.893Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:20:50.154Z] Selecting previously unselected package dirmngr. [2021-02-02T06:20:50.154Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:20:50.154Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:20:50.154Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:20:50.415Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-02T06:20:50.415Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-02T06:20:50.415Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:20:50.415Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-02T06:20:50.415Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-02T06:20:50.415Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:50.415Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-02T06:20:50.415Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:20:50.675Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-02T06:20:50.844Z] $ docker top f87391b4738c8c1d73bb12f0d6cee4c3350134335c6e0d69d5349dfd8aa0765d -eo pid,comm [2021-02-02T06:20:50.936Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-02T06:20:50.936Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:50.936Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-02T06:20:51.197Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-02T06:20:51.197Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-02T06:20:51.197Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:51.197Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:51.197Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:51.197Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:51.197Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:51.197Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-02T06:20:51.197Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [Pipeline] { [Pipeline] sh [2021-02-02T06:20:51.458Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-02T06:20:51.458Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-02T06:20:51.458Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:20:51.717Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-02T06:20:51.717Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-02T06:20:51.717Z] This means they are not meant to be enabled using systemctl. [2021-02-02T06:20:51.717Z] Possible reasons for having this kind of units are: [2021-02-02T06:20:51.717Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-02T06:20:51.717Z] .wants/ or .requires/ directory. [2021-02-02T06:20:51.717Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-02T06:20:51.717Z] a requirement dependency on it. [2021-02-02T06:20:51.717Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-02T06:20:51.717Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-02T06:20:51.717Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-02T06:20:51.717Z] instance name specified. [2021-02-02T06:20:51.979Z] Reading package lists... [2021-02-02T06:20:52.013Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-02T06:20:52.239Z] Building dependency tree... [2021-02-02T06:20:52.239Z] Reading state information... [2021-02-02T06:20:52.239Z] The following additional packages will be installed: [2021-02-02T06:20:52.239Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-02T06:20:52.239Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-02T06:20:52.239Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-02T06:20:52.239Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-02T06:20:52.239Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-02T06:20:52.239Z] Suggested packages: [2021-02-02T06:20:52.239Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-02T06:20:52.239Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-02T06:20:52.239Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-02T06:20:52.239Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-02T06:20:52.239Z] systemd-container policykit-1 [2021-02-02T06:20:52.239Z] Recommended packages: [2021-02-02T06:20:52.239Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-02T06:20:52.505Z] The following NEW packages will be installed: [2021-02-02T06:20:52.505Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-02T06:20:52.505Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-02T06:20:52.505Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-02T06:20:52.505Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-02T06:20:52.505Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-02T06:20:52.505Z] The following packages will be upgraded: [2021-02-02T06:20:52.505Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-02T06:20:52.505Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-02T06:20:52.505Z] Need to get 35.2 MB of archives. [2021-02-02T06:20:52.505Z] After this operation, 141 MB of additional disk space will be used. [2021-02-02T06:20:52.505Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-02T06:20:52.505Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-02T06:20:53.076Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-02T06:20:53.337Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-02T06:20:53.337Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-02T06:20:53.337Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-02T06:20:53.337Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-02T06:20:53.337Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-02T06:20:53.337Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-02T06:20:53.337Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-02T06:20:53.337Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-02T06:20:53.337Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-02T06:20:53.337Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-02T06:20:53.337Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-02T06:20:53.337Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-02T06:20:53.337Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-02T06:20:53.337Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-02T06:20:53.337Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-02T06:20:53.597Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-02T06:20:53.597Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-02T06:20:53.598Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-02T06:20:53.598Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-02T06:20:53.598Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-02T06:20:53.598Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-02T06:20:53.598Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-02T06:20:53.598Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-02T06:20:53.598Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-02T06:20:53.598Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-02T06:20:53.598Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-02T06:20:53.598Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-02T06:20:54.981Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:20:54.981Z] Fetched 35.2 MB in 2s (15.7 MB/s) [2021-02-02T06:20:54.981Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:20:54.981Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:20:54.981Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:20:55.551Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:20:55.552Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:20:55.552Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-02T06:20:55.811Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:20:55.812Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:20:55.812Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:20:55.812Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-02T06:20:56.072Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-02T06:20:56.072Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-02T06:20:56.072Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-02T06:20:56.298Z] Building docker-core-command-go ... [2021-02-02T06:20:56.298Z] Building docker-core-data-go ... [2021-02-02T06:20:56.298Z] Building docker-core-metadata-go ... [2021-02-02T06:20:56.298Z] Building docker-security-bootstrapper-go ... [2021-02-02T06:20:56.298Z] Building docker-security-proxy-setup-go ... [2021-02-02T06:20:56.298Z] Building docker-security-secretstore-setup-go ... [2021-02-02T06:20:56.298Z] Building docker-support-notifications-go ... [2021-02-02T06:20:56.298Z] Building docker-support-scheduler-go ... [2021-02-02T06:20:56.298Z] Building docker-sys-mgmt-agent-go ... [2021-02-02T06:20:56.298Z] Building docker-security-bootstrapper-go [2021-02-02T06:20:56.298Z] Building docker-support-scheduler-go [2021-02-02T06:20:56.298Z] Building docker-core-command-go [2021-02-02T06:20:56.298Z] Building docker-support-notifications-go [2021-02-02T06:20:56.298Z] Building docker-security-secretstore-setup-go [2021-02-02T06:20:56.333Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-02T06:20:56.333Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-02T06:20:56.610Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-02T06:20:56.904Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-02T06:20:56.904Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:20:56.904Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:20:57.166Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-02T06:20:57.166Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:20:57.166Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:20:57.432Z] Selecting previously unselected package libexpat1:amd64. [2021-02-02T06:20:57.432Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-02T06:20:57.432Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:20:57.432Z] Selecting previously unselected package python3.6-minimal. [2021-02-02T06:20:57.432Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:20:57.432Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:20:57.695Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:20:57.957Z] Checking for services that may need to be restarted...done. [2021-02-02T06:20:57.957Z] Checking for services that may need to be restarted...done. [2021-02-02T06:20:57.957Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:20:57.957Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-02T06:20:57.957Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:20:58.528Z] Selecting previously unselected package python3-minimal. [2021-02-02T06:20:58.528Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-02T06:20:58.528Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:20:58.528Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:20:58.528Z] Selecting previously unselected package mime-support. [2021-02-02T06:20:58.528Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-02T06:20:58.792Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-02T06:20:58.792Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-02T06:20:58.792Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-02T06:20:58.792Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:20:58.792Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-02T06:20:58.792Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:20:58.792Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:20:59.065Z] Selecting previously unselected package python3.6. [2021-02-02T06:20:59.065Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-02T06:20:59.065Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:20:59.327Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-02T06:20:59.327Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:20:59.327Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:20:59.327Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-02T06:20:59.587Z] Selecting previously unselected package python3. [2021-02-02T06:20:59.587Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-02T06:20:59.587Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-02T06:20:59.587Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-02T06:20:59.587Z] Selecting previously unselected package multiarch-support. [2021-02-02T06:20:59.587Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:20:59.587Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:20:59.855Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-02T06:20:59.855Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-02T06:20:59.855Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-02T06:20:59.855Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-02T06:20:59.855Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:21:00.125Z] Selecting previously unselected package libbsd0:amd64. [2021-02-02T06:21:00.125Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-02T06:21:00.125Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:21:00.125Z] Selecting previously unselected package sudo. [2021-02-02T06:21:00.125Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:00.394Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:21:00.394Z] Selecting previously unselected package apparmor. [2021-02-02T06:21:00.394Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:21:00.394Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:21:00.657Z] Selecting previously unselected package libedit2:amd64. [2021-02-02T06:21:00.657Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-02T06:21:00.657Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:21:00.657Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-02T06:21:00.657Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:00.657Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:00.924Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-02T06:21:00.925Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:00.925Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:00.925Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-02T06:21:00.925Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-02T06:21:00.925Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:21:00.925Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-02T06:21:00.925Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:00.925Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:01.193Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-02T06:21:01.193Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:01.193Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:01.193Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-02T06:21:01.193Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-02T06:21:01.193Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:21:01.460Z] Selecting previously unselected package openssh-client. [2021-02-02T06:21:01.460Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-02T06:21:01.460Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:21:01.724Z] Selecting previously unselected package squashfs-tools. [2021-02-02T06:21:01.724Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:21:01.724Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:21:01.724Z] Selecting previously unselected package snapd. [2021-02-02T06:21:01.724Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-02T06:21:01.724Z] Unpacking snapd (2.48+18.04) ... [2021-02-02T06:21:04.326Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-02T06:21:04.326Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-02T06:21:04.326Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-02T06:21:04.326Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-02T06:21:04.326Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-02T06:21:04.326Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:04.326Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:21:04.326Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-02T06:21:04.326Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-02T06:21:04.899Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-02T06:21:04.899Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-02T06:21:04.899Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-02T06:21:04.899Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:04.899Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:04.899Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-02T06:21:05.470Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-02T06:21:05.470Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:05.470Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-02T06:21:05.470Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-02T06:21:05.470Z] running python rtupdate hooks for python3.6... [2021-02-02T06:21:05.470Z] running python post-rtupdate hooks for python3.6... [2021-02-02T06:21:05.730Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-02T06:21:07.122Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-02T06:21:07.122Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-02T06:21:07.122Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-02T06:21:07.383Z] Setting up snapd (2.48+18.04) ... [2021-02-02T06:21:07.645Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-02T06:21:07.906Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-02T06:21:08.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-02T06:21:08.168Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-02T06:21:08.430Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:21:08.430Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-02T06:21:08.691Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-02T06:21:08.691Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-02T06:21:08.952Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-02T06:21:08.952Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-02T06:21:09.214Z] /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-02-02T06:21:09.214Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-02T06:21:09.214Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:21:10.156Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:21:10.156Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:21:10.156Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:21:11.368Z] Reading package lists... [2021-02-02T06:21:11.368Z] Reading package lists... [2021-02-02T06:21:11.627Z] Building dependency tree... [2021-02-02T06:21:11.627Z] Reading state information... [2021-02-02T06:21:11.627Z] Calculating upgrade... [2021-02-02T06:21:11.888Z] The following packages will be upgraded: [2021-02-02T06:21:11.888Z] advancecomp base-files bash binutils binutils-common [2021-02-02T06:21:11.888Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-02T06:21:11.888Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-02T06:21:11.888Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-02T06:21:11.888Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-02T06:21:11.888Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-02T06:21:11.888Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-02T06:21:11.888Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-02T06:21:11.888Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-02T06:21:11.888Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-02T06:21:11.888Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-02T06:21:11.888Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-02T06:21:11.888Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-02T06:21:11.888Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-02T06:21:11.888Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-02T06:21:11.888Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:21:11.888Z] Need to get 63.8 MB of archives. [2021-02-02T06:21:11.888Z] After this operation, 5205 kB of additional disk space will be used. [2021-02-02T06:21:11.888Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-02T06:21:12.171Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-02T06:21:12.171Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-02T06:21:12.171Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-02T06:21:12.171Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-02T06:21:12.171Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-02T06:21:12.171Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-02T06:21:12.171Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-02T06:21:12.171Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-02T06:21:12.171Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-02T06:21:12.171Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-02T06:21:12.171Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-02T06:21:12.171Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-02T06:21:12.171Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-02T06:21:12.171Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-02T06:21:12.171Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-02T06:21:12.171Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-02T06:21:12.171Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-02T06:21:12.171Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-02T06:21:12.171Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-02T06:21:12.171Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-02T06:21:12.443Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-02T06:21:12.443Z] 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-02-02T06:21:12.443Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-02T06:21:12.443Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-02T06:21:12.443Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-02T06:21:12.443Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-02T06:21:12.443Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-02T06:21:12.443Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-02T06:21:12.443Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-02T06:21:12.443Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-02T06:21:12.443Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-02T06:21:12.443Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-02T06:21:12.443Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-02T06:21:12.443Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-02T06:21:12.443Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-02T06:21:12.443Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-02T06:21:12.443Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-02T06:21:12.443Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-02T06:21:12.443Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-02T06:21:12.443Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-02T06:21:12.443Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-02-02T06:21:12.443Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-02T06:21:12.443Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-02T06:21:12.443Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-02T06:21:12.443Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-02T06:21:12.443Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-02T06:21:12.443Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-02T06:21:12.443Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-02T06:21:12.443Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-02T06:21:12.443Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-02T06:21:12.443Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-02T06:21:12.443Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-02T06:21:12.443Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-02T06:21:12.443Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-02T06:21:12.443Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-02T06:21:12.704Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-02T06:21:12.704Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-02T06:21:12.704Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-02T06:21:12.969Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-02T06:21:12.969Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-02T06:21:12.969Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-02T06:21:12.969Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-02T06:21:12.969Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-02T06:21:12.969Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-02T06:21:13.229Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-02T06:21:13.229Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-02T06:21:13.229Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-02T06:21:13.229Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-02T06:21:13.229Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-02T06:21:13.229Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-02T06:21:13.229Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-02T06:21:13.229Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-02T06:21:13.229Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-02T06:21:13.229Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-02T06:21:13.229Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-02T06:21:13.491Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-02T06:21:13.491Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-02T06:21:13.491Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-02T06:21:13.491Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-02T06:21:13.491Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-02T06:21:13.491Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-02T06:21:13.491Z] Get:83 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-02-02T06:21:13.491Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-02T06:21:13.491Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-02T06:21:13.491Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-02T06:21:13.491Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-02T06:21:13.752Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-02T06:21:13.752Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-02T06:21:13.752Z] 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-02-02T06:21:13.752Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-02T06:21:13.752Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-02T06:21:13.752Z] 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-02-02T06:21:13.752Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-02T06:21:13.752Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-02T06:21:13.752Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-02T06:21:13.752Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-02T06:21:13.752Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-02T06:21:13.752Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-02T06:21:14.013Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:21:14.013Z] Fetched 63.8 MB in 2s (31.9 MB/s) [2021-02-02T06:21:14.013Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:14.013Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:14.274Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:21:15.217Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:15.217Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:21:15.217Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-02T06:21:15.217Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-02T06:21:16.163Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.163Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.163Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.163Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.163Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.425Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.425Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.425Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.425Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.691Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.691Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.691Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.691Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.951Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:16.951Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:16.951Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:21:16.951Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:16.951Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-02T06:21:17.216Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:17.216Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:21:17.216Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:17.216Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:17.503Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:17.503Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:17.503Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:17.503Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-02T06:21:17.764Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:17.764Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:21:17.764Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:18.026Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:21:18.596Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:21:18.596Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-02T06:21:18.596Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-02T06:21:18.862Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-02T06:21:18.862Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-02T06:21:18.862Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-02T06:21:19.124Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-02T06:21:19.124Z] Installing new version of config file /etc/issue ... [2021-02-02T06:21:19.124Z] Installing new version of config file /etc/issue.net ... [2021-02-02T06:21:19.124Z] Installing new version of config file /etc/lsb-release ... [2021-02-02T06:21:19.124Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-02T06:21:19.384Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-02T06:21:19.384Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-02T06:21:19.384Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-02T06:21:19.645Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:19.645Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-02T06:21:19.645Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-02T06:21:19.916Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-02T06:21:19.916Z] 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-02-02T06:21:19.916Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:19.916Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:19.916Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:20.186Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:20.186Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:20.186Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-02T06:21:20.186Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-02T06:21:20.186Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-02T06:21:20.468Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:20.468Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-02T06:21:20.468Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:21:20.730Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-02T06:21:20.730Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:20.730Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:20.992Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:21:20.992Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:21:20.992Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:20.992Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:20.992Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:21:21.264Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-02T06:21:21.264Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:21.264Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-02T06:21:21.264Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-02T06:21:21.526Z] Setting up grep (3.1-2build1) ... [2021-02-02T06:21:21.526Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:21.526Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:21:21.526Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:21:21.787Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-02T06:21:22.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:22.048Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:21:22.048Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:21:22.048Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-02T06:21:22.310Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:22.310Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:21:22.310Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:21:22.571Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:21:22.571Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:21:22.831Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-02T06:21:22.831Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:21:23.402Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-02T06:21:23.402Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:23.402Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-02T06:21:23.402Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-02T06:21:24.788Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:21:24.788Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:21:24.788Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-02T06:21:24.788Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-02T06:21:24.788Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:21:25.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:25.049Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-02T06:21:25.049Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-02T06:21:25.321Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-02T06:21:25.321Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:25.321Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:25.321Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:25.321Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:25.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:25.582Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:25.582Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:25.582Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:25.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:25.582Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:25.582Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:25.846Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:25.846Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:25.846Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:26.107Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:26.107Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:26.107Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:26.107Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:21:26.376Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:21:26.376Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:21:26.376Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:21:26.638Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:21:26.638Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:26.638Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-02T06:21:26.638Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:21:26.638Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:21:26.905Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:26.905Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:26.905Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:26.905Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:27.166Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:27.166Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:27.166Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:27.166Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:27.426Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:27.426Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:27.426Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:27.688Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:27.950Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-02T06:21:28.211Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-02T06:21:28.472Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:28.472Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-02T06:21:28.473Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-02T06:21:28.741Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:21:29.004Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-02T06:21:29.004Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-02T06:21:29.004Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-02T06:21:29.264Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-02T06:21:29.264Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:29.264Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-02T06:21:29.264Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-02T06:21:29.265Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-02T06:21:29.526Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:29.526Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-02T06:21:29.526Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:21:29.788Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:21:29.788Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:29.788Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-02T06:21:29.788Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-02T06:21:30.050Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-02T06:21:30.050Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:30.050Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:21:30.050Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:21:30.311Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:21:30.311Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:30.311Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:21:30.311Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:21:30.572Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:21:30.573Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:30.573Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-02T06:21:30.841Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:21:30.841Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:21:31.101Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:31.101Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-02T06:21:31.102Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-02T06:21:31.102Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-02T06:21:31.102Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-02T06:21:31.362Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:31.362Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:21:31.362Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:21:31.622Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:31.622Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-02T06:21:31.622Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-02T06:21:31.622Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-02T06:21:31.883Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:31.883Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-02T06:21:31.883Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-02T06:21:31.883Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-02T06:21:32.145Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:32.145Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:32.145Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-02T06:21:32.145Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-02T06:21:32.412Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:32.412Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-02T06:21:32.412Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-02T06:21:32.412Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-02T06:21:32.672Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:32.672Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-02T06:21:32.672Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-02T06:21:32.932Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-02T06:21:33.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:33.202Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-02T06:21:33.202Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-02T06:21:33.202Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-02T06:21:33.202Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:33.202Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-02T06:21:33.470Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-02T06:21:33.470Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-02T06:21:33.470Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:33.470Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-02T06:21:33.470Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-02T06:21:33.731Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-02T06:21:33.731Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:33.731Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-02T06:21:33.731Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-02T06:21:33.991Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-02T06:21:33.991Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:33.991Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-02T06:21:33.991Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-02T06:21:34.253Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-02T06:21:34.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:34.253Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:21:34.253Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-02T06:21:34.516Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-02T06:21:34.516Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-02T06:21:34.516Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-02T06:21:34.516Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-02T06:21:34.776Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-02T06:21:34.776Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-02T06:21:34.776Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:21:34.776Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:21:35.038Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-02T06:21:35.038Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-02T06:21:35.038Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-02T06:21:35.298Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-02T06:21:35.298Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-02-02T06:21:35.298Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-02-02T06:21:35.560Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-02T06:21:35.560Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-02T06:21:35.560Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-02T06:21:35.827Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-02T06:21:35.827Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-02T06:21:35.827Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-02T06:21:35.827Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-02T06:21:35.827Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-02T06:21:36.088Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-02T06:21:36.088Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-02T06:21:36.350Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-02T06:21:36.350Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-02T06:21:36.350Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-02T06:21:36.350Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-02T06:21:36.611Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-02T06:21:36.611Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-02T06:21:37.183Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-02T06:21:37.469Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-02T06:21:37.469Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-02T06:21:37.469Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-02T06:21:37.469Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:21:37.731Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:21:37.992Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:21:37.992Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:21:38.255Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:21:38.255Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:21:38.255Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-02T06:21:38.255Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-02T06:21:38.518Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:38.518Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:38.518Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:38.518Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:38.780Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:38.780Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:38.780Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:39.041Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:40.079Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:40.079Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:40.713Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:40.713Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:41.732Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:41.732Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:41.732Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:41.992Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:42.562Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-02T06:21:42.562Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-02T06:21:42.822Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:21:42.822Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:21:42.822Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:21:42.822Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:21:43.085Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-02T06:21:43.085Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-02T06:21:43.347Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-02T06:21:43.347Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-02T06:21:43.347Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:21:43.347Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:21:43.607Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-02T06:21:43.607Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-02T06:21:43.607Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-02T06:21:43.607Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-02T06:21:43.867Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:43.867Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-02T06:21:43.867Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:43.867Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:43.867Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:43.867Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-02T06:21:43.867Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-02T06:21:43.867Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-02T06:21:44.128Z] [2021-02-02T06:21:44.128Z] Current default time zone: 'Etc/UTC' [2021-02-02T06:21:44.128Z] Local time is now: Tue Feb 2 06:21:43 UTC 2021. [2021-02-02T06:21:44.128Z] Universal Time is now: Tue Feb 2 06:21:43 UTC 2021. [2021-02-02T06:21:44.128Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-02T06:21:44.128Z] [2021-02-02T06:21:44.128Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-02T06:21:44.128Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:44.128Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-02T06:21:44.128Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-02T06:21:44.128Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-02T06:21:44.128Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-02T06:21:44.388Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:21:44.388Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:21:44.388Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-02T06:21:44.388Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-02T06:21:44.388Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:44.388Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-02T06:21:44.651Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:44.651Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:21:44.651Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:44.911Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-02T06:21:44.911Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-02T06:21:44.911Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-02T06:21:44.911Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-02T06:21:44.911Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-02T06:21:44.911Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-02T06:21:44.911Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:21:44.911Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:21:46.824Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:21:47.766Z] 22 added, 17 removed; done. [2021-02-02T06:21:47.766Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-02T06:21:47.766Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-02T06:21:47.766Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-02T06:21:47.766Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-02T06:21:47.766Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-02T06:21:48.028Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.028Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:21:48.028Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.028Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.028Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.028Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.028Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.028Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-02T06:21:48.290Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:21:48.290Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:21:48.290Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-02T06:21:48.290Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-02T06:21:48.290Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.290Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-02T06:21:48.290Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:21:48.290Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-02T06:21:48.550Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-02T06:21:48.550Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:21:48.550Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-02T06:21:48.550Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-02T06:21:48.550Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-02-02T06:21:48.550Z] Updating certificates in /etc/ssl/certs... [2021-02-02T06:21:49.498Z] 0 added, 0 removed; done. [2021-02-02T06:21:49.498Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-02T06:21:49.498Z] done. [2021-02-02T06:21:49.760Z] Reading package lists... [2021-02-02T06:21:49.760Z] Building dependency tree... [2021-02-02T06:21:49.760Z] Reading state information... [2021-02-02T06:21:50.021Z] The following NEW packages will be installed: [2021-02-02T06:21:50.021Z] apt-transport-https [2021-02-02T06:21:50.021Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:21:50.021Z] Need to get 1696 B of archives. [2021-02-02T06:21:50.021Z] After this operation, 153 kB of additional disk space will be used. [2021-02-02T06:21:50.021Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-02T06:21:50.021Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:21:50.021Z] Fetched 1696 B in 0s (41.1 kB/s) [2021-02-02T06:21:50.021Z] Selecting previously unselected package apt-transport-https. [2021-02-02T06:21:50.284Z] (Reading database ... 13929 files and directories currently installed.) [2021-02-02T06:21:50.285Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-02T06:21:50.285Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:21:50.285Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-02T06:21:50.544Z] Waiting for network to be ready... [2021-02-02T06:21:57.144Z] 2021-02-02T06:21:53Z INFO Waiting for automatic snapd restart... [2021-02-02T06:21:57.144Z] snapd 2.48.2 from Canonical* installed [2021-02-02T06:21:57.405Z] "snapd" switched to the "latest/stable" channel [2021-02-02T06:21:57.405Z] [2021-02-02T06:21:59.949Z] core18 20201210 from Canonical* installed [2021-02-02T06:22:00.209Z] "core18" switched to the "latest/stable" channel [2021-02-02T06:22:00.209Z] [2021-02-02T06:22:03.508Z] snapcraft 4.4.4 from Canonical* installed [2021-02-02T06:22:03.508Z] "snapcraft" switched to the "latest/stable" channel [2021-02-02T06:22:03.508Z] [2021-02-02T06:22:06.813Z] 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-02-02T06:22:06.813Z] - README.md [2021-02-02T06:22:06.813Z] - snapcraft.yaml.orig [2021-02-02T06:22:06.813Z] [2021-02-02T06:22:06.813Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-02T06:22:13.401Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:22:13.401Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:22:13.401Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:22:13.401Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:22:14.604Z] Reading package lists... [2021-02-02T06:22:14.864Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-02-02T06:22:18.098Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:18.098Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:18.098Z] ---> 65faa5efce18 [2021-02-02T06:22:18.098Z] Step 3/24 : WORKDIR /edgex-go [2021-02-02T06:22:18.098Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:18.098Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:18.098Z] ---> 65faa5efce18 [2021-02-02T06:22:18.098Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:22:18.098Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:18.098Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:18.098Z] ---> 65faa5efce18 [2021-02-02T06:22:18.098Z] Step 3/31 : WORKDIR /edgex-go [2021-02-02T06:22:18.098Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:18.098Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:18.098Z] ---> 65faa5efce18 [2021-02-02T06:22:18.098Z] Step 3/22 : WORKDIR /edgex-go [2021-02-02T06:22:18.098Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:22:18.098Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:22:18.098Z] ---> 65faa5efce18 [2021-02-02T06:22:18.098Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:22:18.098Z] ---> Running in 7a496183c79f [2021-02-02T06:22:18.098Z] ---> Running in e4f06c19f9d3 [2021-02-02T06:22:18.098Z] ---> Running in 32d4417580bb [2021-02-02T06:22:18.098Z] ---> Running in 3c5e69af5930 [2021-02-02T06:22:18.098Z] ---> Running in f1a480954c4b [2021-02-02T06:22:18.098Z] Removing intermediate container e4f06c19f9d3 [2021-02-02T06:22:18.098Z] ---> 7301a29878ad [2021-02-02T06:22:18.098Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:18.098Z] Removing intermediate container 3c5e69af5930 [2021-02-02T06:22:18.098Z] ---> ca524e19deab [2021-02-02T06:22:18.098Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:18.098Z] Removing intermediate container 32d4417580bb [2021-02-02T06:22:18.098Z] ---> 827b278025e4 [2021-02-02T06:22:18.098Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:18.098Z] Removing intermediate container f1a480954c4b [2021-02-02T06:22:18.098Z] ---> 8c001c1c9d07 [2021-02-02T06:22:18.098Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:18.098Z] Removing intermediate container 7a496183c79f [2021-02-02T06:22:18.098Z] ---> 545f0840af87 [2021-02-02T06:22:18.098Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:22:18.098Z] ---> Running in bae6bd0f32bf [2021-02-02T06:22:18.098Z] ---> Running in eaa7e9a7bd95 [2021-02-02T06:22:18.098Z] ---> Running in d3809cb2ab2f [2021-02-02T06:22:18.098Z] ---> Running in 3496068c4a42 [2021-02-02T06:22:18.098Z] ---> Running in 0e47fd06cca0 [2021-02-02T06:22:18.098Z] Removing intermediate container bae6bd0f32bf [2021-02-02T06:22:18.098Z] ---> 88f6a7b6c677 [2021-02-02T06:22:18.098Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-02T06:22:18.098Z] ---> Running in 4526cc6e0f19 [2021-02-02T06:22:18.098Z] Removing intermediate container d3809cb2ab2f [2021-02-02T06:22:18.098Z] ---> b19bc0fd922a [2021-02-02T06:22:18.098Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-02T06:22:18.098Z] ---> Running in d5d5b9551fa9 [2021-02-02T06:22:18.098Z] Removing intermediate container 0e47fd06cca0 [2021-02-02T06:22:18.098Z] ---> b32d3060a877 [2021-02-02T06:22:18.098Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-02T06:22:18.098Z] Removing intermediate container 3496068c4a42 [2021-02-02T06:22:18.098Z] ---> a9328e2cf3dc [2021-02-02T06:22:18.098Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:22:18.098Z] Removing intermediate container eaa7e9a7bd95 [2021-02-02T06:22:18.098Z] ---> 92a244229127 [2021-02-02T06:22:18.098Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-02T06:22:18.098Z] ---> Running in 7e529353573c [2021-02-02T06:22:18.098Z] ---> Running in 5ddf3ac8072d [2021-02-02T06:22:18.098Z] ---> Running in aa5e2e7dad5b [2021-02-02T06:22:18.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.098Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.378Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:18.651Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:22:19.626Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:19.626Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:19.906Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:20.181Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:20.181Z] OK: 217 MiB in 51 packages [2021-02-02T06:22:21.452Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:22:21.452Z] Reading package lists... [2021-02-02T06:22:21.452Z] Building dependency tree... [2021-02-02T06:22:21.452Z] Reading state information... [2021-02-02T06:22:21.452Z] Suggested packages: [2021-02-02T06:22:21.452Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-02T06:22:21.452Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-02T06:22:21.452Z] Recommended packages: [2021-02-02T06:22:21.452Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-02T06:22:21.452Z] The following NEW packages will be installed: [2021-02-02T06:22:21.452Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-02T06:22:21.452Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-02T06:22:21.452Z] pkg-config zip [2021-02-02T06:22:21.452Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-02T06:22:21.452Z] Need to get 7655 kB of archives. [2021-02-02T06:22:21.452Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-02T06:22:21.452Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-02T06:22:21.452Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-02T06:22:21.452Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-02T06:22:21.452Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-02T06:22:21.452Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-02T06:22:21.452Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-02T06:22:21.452Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-02T06:22:21.713Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-02T06:22:21.713Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-02T06:22:21.974Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-02T06:22:21.974Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-02T06:22:21.974Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-02T06:22:21.974Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-02T06:22:21.974Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-02T06:22:22.171Z] Removing intermediate container 4526cc6e0f19 [2021-02-02T06:22:22.171Z] ---> 983b816ee8a8 [2021-02-02T06:22:22.171Z] Step 6/31 : COPY go.mod . [2021-02-02T06:22:22.171Z] Removing intermediate container 5ddf3ac8072d [2021-02-02T06:22:22.171Z] ---> 76c35f0b7f9d [2021-02-02T06:22:22.171Z] Step 6/23 : COPY go.mod . [2021-02-02T06:22:22.235Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-02T06:22:22.236Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-02T06:22:22.236Z] Fetched 7655 kB in 1s (8543 kB/s) [2021-02-02T06:22:22.503Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-02T06:22:22.503Z] (Reading database ... 13933 files and directories currently installed.) [2021-02-02T06:22:22.503Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-02T06:22:22.503Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:22:22.503Z] Selecting previously unselected package libpsl5:amd64. [2021-02-02T06:22:22.503Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-02T06:22:22.503Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:22:22.764Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-02T06:22:22.764Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-02T06:22:22.764Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:22:22.764Z] Selecting previously unselected package librtmp1:amd64. [2021-02-02T06:22:22.764Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-02T06:22:22.764Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:22:22.764Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-02T06:22:22.764Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-02T06:22:22.770Z] Removing intermediate container d5d5b9551fa9 [2021-02-02T06:22:22.770Z] ---> dc4c691d06c8 [2021-02-02T06:22:22.770Z] Step 6/22 : COPY go.mod . [2021-02-02T06:22:22.770Z] Removing intermediate container aa5e2e7dad5b [2021-02-02T06:22:22.770Z] ---> 83e6b9cda44f [2021-02-02T06:22:22.770Z] Step 6/24 : COPY go.mod . [2021-02-02T06:22:23.025Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:22:23.025Z] Selecting previously unselected package liberror-perl. [2021-02-02T06:22:23.025Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-02T06:22:23.025Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-02T06:22:23.025Z] Selecting previously unselected package git-man. [2021-02-02T06:22:23.025Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-02T06:22:23.025Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:22:23.044Z] Removing intermediate container 7e529353573c [2021-02-02T06:22:23.044Z] ---> 1499260ce31f [2021-02-02T06:22:23.044Z] Step 6/22 : COPY go.mod . [2021-02-02T06:22:23.044Z] ---> d3fe5fb05537 [2021-02-02T06:22:23.044Z] Step 7/31 : RUN go mod download [2021-02-02T06:22:23.044Z] ---> dff568a0487f [2021-02-02T06:22:23.044Z] Step 7/23 : RUN go mod download [2021-02-02T06:22:23.285Z] Selecting previously unselected package git. [2021-02-02T06:22:23.285Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-02T06:22:23.285Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:22:23.326Z] ---> Running in 4139de2012da [2021-02-02T06:22:23.326Z] ---> Running in 2aa9b6dbc18c [2021-02-02T06:22:23.859Z] Selecting previously unselected package libnorm1:amd64. [2021-02-02T06:22:23.860Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-02T06:22:23.860Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:22:24.121Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-02T06:22:24.121Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-02T06:22:24.121Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:22:24.121Z] Selecting previously unselected package libsodium23:amd64. [2021-02-02T06:22:24.121Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-02T06:22:24.121Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:22:24.310Z] ---> db3a12baae42 [2021-02-02T06:22:24.310Z] Step 7/22 : RUN go mod download [2021-02-02T06:22:24.381Z] Selecting previously unselected package libzmq5:amd64. [2021-02-02T06:22:24.381Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:24.381Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:22:24.381Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-02T06:22:24.382Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-02T06:22:24.382Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:22:24.584Z] ---> Running in 8695762e6047 [2021-02-02T06:22:24.584Z] ---> 05695870b730 [2021-02-02T06:22:24.584Z] Step 7/22 : RUN go mod download [2021-02-02T06:22:24.584Z] ---> 75d836f5e6f1 [2021-02-02T06:22:24.584Z] Step 7/24 : RUN go mod download [2021-02-02T06:22:24.642Z] Selecting previously unselected package pkg-config. [2021-02-02T06:22:24.642Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-02T06:22:24.642Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:22:24.642Z] Selecting previously unselected package zip. [2021-02-02T06:22:24.642Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-02T06:22:24.642Z] Unpacking zip (3.0-11build1) ... [2021-02-02T06:22:24.902Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-02T06:22:24.902Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:22:24.902Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-02T06:22:24.902Z] Setting up liberror-perl (0.17025-1) ... [2021-02-02T06:22:24.902Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-02T06:22:24.902Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-02T06:22:24.902Z] No schema files found: doing nothing. [2021-02-02T06:22:24.902Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-02T06:22:24.902Z] Setting up zip (3.0-11build1) ... [2021-02-02T06:22:24.902Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-02T06:22:24.902Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-02T06:22:24.902Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-02T06:22:25.162Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:22:25.162Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-02T06:22:25.162Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-02T06:22:25.162Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-02T06:22:25.162Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-02T06:22:25.184Z] ---> Running in 13bf6ea8a10b [2021-02-02T06:22:25.184Z] ---> Running in 6622332c38bd [2021-02-02T06:22:28.589Z] Removing intermediate container 4139de2012da [2021-02-02T06:22:28.590Z] ---> 31ba4b706467 [2021-02-02T06:22:28.590Z] Step 8/31 : COPY . . [2021-02-02T06:22:29.192Z] Removing intermediate container 2aa9b6dbc18c [2021-02-02T06:22:29.192Z] ---> 14be617fe679 [2021-02-02T06:22:29.192Z] Step 8/23 : COPY . . [2021-02-02T06:22:30.634Z] Removing intermediate container 8695762e6047 [2021-02-02T06:22:30.634Z] ---> 1323847686da [2021-02-02T06:22:30.634Z] Step 8/22 : COPY . . [2021-02-02T06:22:30.634Z] Removing intermediate container 6622332c38bd [2021-02-02T06:22:30.634Z] ---> 16fbe7acf530 [2021-02-02T06:22:30.634Z] Step 8/22 : COPY . . [2021-02-02T06:22:30.917Z] Removing intermediate container 13bf6ea8a10b [2021-02-02T06:22:30.917Z] ---> 3566a9549308 [2021-02-02T06:22:30.917Z] Step 8/24 : COPY . . [2021-02-02T06:22:31.747Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:22:31.747Z] git set to automatically installed. [2021-02-02T06:22:31.747Z] git-man set to automatically installed. [2021-02-02T06:22:31.747Z] libcurl3-gnutls set to automatically installed. [2021-02-02T06:22:31.747Z] liberror-perl set to automatically installed. [2021-02-02T06:22:31.747Z] libglib2.0-0 set to automatically installed. [2021-02-02T06:22:31.747Z] libnghttp2-14 set to automatically installed. [2021-02-02T06:22:31.747Z] libnorm1 set to automatically installed. [2021-02-02T06:22:31.747Z] libpgm-5.2-0 set to automatically installed. [2021-02-02T06:22:31.747Z] libpsl5 set to automatically installed. [2021-02-02T06:22:31.747Z] librtmp1 set to automatically installed. [2021-02-02T06:22:31.747Z] libsodium23 set to automatically installed. [2021-02-02T06:22:31.747Z] libzmq3-dev set to automatically installed. [2021-02-02T06:22:31.747Z] libzmq5 set to automatically installed. [2021-02-02T06:22:31.747Z] pkg-config set to automatically installed. [2021-02-02T06:22:31.747Z] zip set to automatically installed. [2021-02-02T06:22:33.656Z] snapd is not logged in, snap install commands will use sudo [2021-02-02T06:22:40.249Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-02T06:22:40.249Z] snap "core18" has no updates available [2021-02-02T06:22:41.637Z] Pulling config-common [2021-02-02T06:22:42.583Z] Pulling go-build-helper [2021-02-02T06:22:57.785Z] ---> 9cd1ad2e52d7 [2021-02-02T06:22:57.785Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-02T06:22:57.785Z] ---> 468f3e42e0a2 [2021-02-02T06:22:57.785Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-02T06:22:57.785Z] ---> b5f2ddb2b809 [2021-02-02T06:22:57.785Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-02T06:22:57.785Z] ---> 1fccbe322a1a [2021-02-02T06:22:57.785Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-02T06:22:57.785Z] ---> f268a0d4b5c3 [2021-02-02T06:22:57.785Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-02T06:22:57.785Z] ---> Running in 42f46f0e816f [2021-02-02T06:22:57.785Z] ---> Running in feb6dc408a03 [2021-02-02T06:22:57.785Z] ---> Running in 984b27385188 [2021-02-02T06:22:57.785Z] ---> Running in 43ca69a759fc [2021-02-02T06:22:57.785Z] ---> Running in 3fac5f6ef064 [2021-02-02T06:22:57.785Z] 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-02-02T06:22:57.785Z] 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-02-02T06:22:57.785Z] 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-02-02T06:22:58.381Z] 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-02-02T06:22:58.381Z] 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-02-02T06:23:09.151Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-02T06:23:09.151Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-02T06:23:09.151Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1535 kB] [2021-02-02T06:23:09.151Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-02T06:23:09.151Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-02T06:23:09.151Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-02T06:23:09.151Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-02T06:23:09.151Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-02T06:23:09.151Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-02T06:23:09.151Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-02T06:23:09.151Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-02T06:23:09.151Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-02T06:23:09.151Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-02T06:23:09.151Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-02T06:23:09.151Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-02T06:23:09.151Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-02T06:23:09.151Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-02T06:23:09.151Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-02T06:23:09.151Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-02T06:23:09.151Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1876 kB] [2021-02-02T06:23:09.151Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-02T06:23:09.151Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-02T06:23:09.151Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-02T06:23:09.151Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-02T06:23:09.151Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-02T06:23:09.151Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1713 kB] [2021-02-02T06:23:09.151Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-02T06:23:09.151Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-02T06:23:09.151Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-02T06:23:09.151Z] Fetched 279 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-02T06:23:09.151Z] Fetched 122 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-02T06:23:09.151Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-02T06:23:09.151Z] Fetched 8848 B in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-02T06:23:09.151Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-02T06:23:09.151Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-02T06:23:09.151Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-02T06:23:09.151Z] Fetched 214 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-02T06:23:09.151Z] Fetched 155 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-02T06:23:09.151Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-02T06:23:09.151Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-02T06:23:09.151Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-02T06:23:09.151Z] Fetched 499 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-02T06:23:09.151Z] Fetched 111 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-02T06:23:09.151Z] Fetched 240 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-02T06:23:09.151Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-02T06:23:09.151Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-02T06:23:09.151Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-02T06:23:09.151Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-02T06:23:09.151Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-02T06:23:09.151Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-02T06:23:09.151Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-02T06:23:09.151Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-02T06:23:09.151Z] Fetched 8720 B in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-02T06:23:09.151Z] Fetched 137 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-02T06:23:09.151Z] Fetched 119 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-02T06:23:09.151Z] Fetched 109 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-02T06:23:09.151Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-02T06:23:09.151Z] Fetched 645 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-02T06:23:09.151Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-02T06:23:09.151Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-02T06:23:09.151Z] Fetched 368 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-02T06:23:09.151Z] Fetched 187 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-02T06:23:09.151Z] Fetched 175 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-02T06:23:09.151Z] Fetched 206 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-02T06:23:09.151Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-02T06:23:09.151Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-02T06:23:09.151Z] Fetched 159 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-02T06:23:09.151Z] Fetched 107 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-02T06:23:09.151Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-02T06:23:09.151Z] Pulling static-packages [2021-02-02T06:23:09.721Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-02T06:23:09.721Z] Skipping pull go-build-helper (already ran) [2021-02-02T06:23:09.721Z] Skipping pull static-packages (already ran) [2021-02-02T06:23:09.721Z] Building go-build-helper [2021-02-02T06:23:13.957Z] Building static-packages [2021-02-02T06:23:14.897Z] Staging go-build-helper [2021-02-02T06:23:15.915Z] Staging static-packages [2021-02-02T06:23:16.992Z] Pulling go115 [2021-02-02T06:23:17.940Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-02T06:23:17.940Z] Skipping pull go115 (already ran) [2021-02-02T06:23:17.940Z] Building go115 [2021-02-02T06:23:17.940Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:23:17.940Z] Dload Upload Total Spent Left Speed [2021-02-02T06:23:22.602Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 5 115M 5 6607k 0 0 10.5M 0 0:00:10 --:--:-- 0:00:10 10.5M 24 115M 24 28.2M 0 0 17.2M 0 0:00:06 0:00:01 0:00:05 17.2M 48 115M 48 56.2M 0 0 21.5M 0 0:00:05 0:00:02 0:00:03 21.5M 71 115M 71 82.3M 0 0 22.6M 0 0:00:05 0:00:03 0:00:02 22.6M 95 115M 95 110M 0 0 23.9M 0 0:00:04 0:00:04 --:--:-- 23.9M 100 115M 100 115M 0 0 23.8M 0 0:00:04 0:00:04 --:--:-- 25.8M [2021-02-02T06:23:23.174Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-02T06:23:27.372Z] Staging go115 [2021-02-02T06:23:31.573Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-02T06:23:31.573Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-02T06:23:31.573Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-02T06:23:31.573Z] Fetched 0 B in 0s (0 B/s) [2021-02-02T06:23:31.573Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-02T06:23:31.573Z] Fetched 224 kB in 0s (0 B/s) [2021-02-02T06:23:31.573Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-02T06:23:31.573Z] Fetched 157 kB in 0s (0 B/s) [2021-02-02T06:23:31.573Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-02T06:23:31.573Z] Fetched 221 kB in 0s (0 B/s) [2021-02-02T06:23:31.573Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-02T06:23:31.573Z] Fetched 143 kB in 0s (0 B/s) [2021-02-02T06:23:31.573Z] Pulling edgex-go [2021-02-02T06:23:32.956Z] Pulling version [2021-02-02T06:23:33.905Z] Building config-common [2021-02-02T06:23:35.817Z] Skipping build go-build-helper (already ran) [2021-02-02T06:23:35.817Z] Skipping build static-packages (already ran) [2021-02-02T06:23:35.817Z] Skipping build go115 (already ran) [2021-02-02T06:23:35.817Z] Building edgex-go [2021-02-02T06:23:36.077Z] 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-02-02T06:23:37.463Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-02T06:23:37.463Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-02T06:23:37.463Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-02-02T06:23:37.463Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.13 [2021-02-02T06:23:37.463Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-02T06:23:37.463Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-02T06:23:37.463Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-02T06:23:37.463Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-02T06:23:37.463Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-02T06:23:37.463Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-02T06:23:37.463Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-02T06:23:37.463Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-02T06:23:37.463Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-02T06:23:37.464Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-02T06:23:37.464Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-02T06:23:37.464Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-02T06:23:37.464Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-02T06:23:37.464Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-02T06:23:37.464Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.2 [2021-02-02T06:23:37.464Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-02T06:23:37.464Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-02T06:23:37.464Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-02T06:23:37.464Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-02T06:23:37.464Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-02T06:23:37.464Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-02T06:23:37.464Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-02T06:23:37.464Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-02T06:23:37.729Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-02T06:23:37.729Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-02T06:23:37.729Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-02T06:23:37.729Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-02T06:23:37.729Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-02T06:23:38.302Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-02T06:23:38.302Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-02T06:23:38.302Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-02T06:23:38.563Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-02T06:23:39.138Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-02T06:23:39.138Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-02T06:23:39.138Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-02T06:23:39.399Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-02T06:23:45.987Z] 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-02-02T06:23:50.188Z] 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-02-02T06:23:50.763Z] 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-02-02T06:23:51.703Z] 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-02-02T06:23:52.273Z] 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-02-02T06:23:52.273Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-02T06:23:52.273Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-02T06:23:52.273Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-02T06:23:52.273Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-02T06:23:54.185Z] 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-02-02T06:23:54.185Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-02T06:23:54.185Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-02T06:23:55.123Z] 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-02-02T06:23:56.064Z] 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-02-02T06:23:56.064Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-02T06:23:57.445Z] 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-02-02T06:23:58.014Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T06:23:58.584Z] 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-02-02T06:23:58.584Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-02T06:23:59.521Z] 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-02-02T06:23:59.780Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-02T06:24:02.323Z] Building version [2021-02-02T06:24:04.251Z] Staging config-common [2021-02-02T06:24:05.190Z] Skipping stage go-build-helper (already ran) [2021-02-02T06:24:05.190Z] Skipping stage static-packages (already ran) [2021-02-02T06:24:05.190Z] Skipping stage go115 (already ran) [2021-02-02T06:24:05.190Z] Staging edgex-go [2021-02-02T06:24:06.134Z] Staging version [2021-02-02T06:24:07.079Z] Priming config-common [2021-02-02T06:24:08.022Z] Priming go-build-helper [2021-02-02T06:24:08.972Z] Priming static-packages [2021-02-02T06:24:10.886Z] Priming go115 [2021-02-02T06:24:11.825Z] Priming edgex-go [2021-02-02T06:24:13.212Z] Priming version [2021-02-02T06:24:13.782Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-02T06:24:20.194Z] 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-02-02T06:24:20.194Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-02T06:24:32.610Z] Removing intermediate container 43ca69a759fc [2021-02-02T06:24:32.610Z] ---> c6aa8800b34e [2021-02-02T06:24:32.610Z] [2021-02-02T06:24:32.610Z] Step 10/24 : FROM alpine:3.12 [2021-02-02T06:24:32.610Z] 3.12: Pulling from library/alpine [2021-02-02T06:24:34.602Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-02T06:24:34.602Z] Status: Downloaded newer image for alpine:3.12 [2021-02-02T06:24:34.602Z] ---> afeebe901d6b [2021-02-02T06:24:34.602Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-02T06:24:36.058Z] ---> Running in b54f493f18f4 [2021-02-02T06:24:36.058Z] Removing intermediate container 984b27385188 [2021-02-02T06:24:36.058Z] ---> e978b76fc503 [2021-02-02T06:24:36.058Z] [2021-02-02T06:24:36.058Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:24:36.058Z] ---> afeebe901d6b [2021-02-02T06:24:36.058Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-02T06:24:36.657Z] ---> Running in f0b642475429 [2021-02-02T06:24:37.648Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:37.924Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:38.530Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-02T06:24:38.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:38.811Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:24:38.811Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-02T06:24:38.811Z] (4/5) Installing curl (7.69.1-r3) [2021-02-02T06:24:38.811Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:38.811Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:38.811Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:24:38.811Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:39.095Z] OK: 7 MiB in 19 packages [2021-02-02T06:24:39.748Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-02T06:24:39.748Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:39.748Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:39.748Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:24:40.028Z] OK: 6 MiB in 16 packages [2021-02-02T06:24:43.752Z] Removing intermediate container b54f493f18f4 [2021-02-02T06:24:43.752Z] ---> d0af16d9ecad [2021-02-02T06:24:43.752Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:24:44.732Z] ---> Running in 54be8ab0219f [2021-02-02T06:24:45.007Z] Removing intermediate container f0b642475429 [2021-02-02T06:24:45.007Z] ---> 22e0113fe872 [2021-02-02T06:24:45.007Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:45.606Z] Removing intermediate container feb6dc408a03 [2021-02-02T06:24:45.606Z] ---> aab304af6d1e [2021-02-02T06:24:45.607Z] [2021-02-02T06:24:45.607Z] Step 10/31 : FROM alpine:3.12 [2021-02-02T06:24:45.607Z] ---> afeebe901d6b [2021-02-02T06:24:45.607Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-02T06:24:46.208Z] ---> Running in fb0e261e7e99 [2021-02-02T06:24:46.807Z] ---> Running in 1f640e11606d [2021-02-02T06:24:46.807Z] Removing intermediate container 54be8ab0219f [2021-02-02T06:24:46.807Z] ---> 8d426a03f5ba [2021-02-02T06:24:46.807Z] Step 13/24 : WORKDIR / [2021-02-02T06:24:47.406Z] Removing intermediate container fb0e261e7e99 [2021-02-02T06:24:47.406Z] ---> 12db0e6164bb [2021-02-02T06:24:47.406Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-02T06:24:47.681Z] Removing intermediate container 42f46f0e816f [2021-02-02T06:24:47.681Z] ---> 495378853b02 [2021-02-02T06:24:47.681Z] [2021-02-02T06:24:47.681Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:24:47.953Z] ---> Running in ebe03a758a39 [2021-02-02T06:24:47.953Z] ---> afeebe901d6b [2021-02-02T06:24:47.953Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:24:49.377Z] ---> Running in 8ce12e9baf00 [2021-02-02T06:24:49.377Z] Removing intermediate container 1f640e11606d [2021-02-02T06:24:49.377Z] ---> 5921b22e615c [2021-02-02T06:24:49.377Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-02T06:24:49.648Z] ---> Running in b094b4db3168 [2021-02-02T06:24:49.919Z] Removing intermediate container 3fac5f6ef064 [2021-02-02T06:24:49.919Z] ---> 906f7d6adaf5 [2021-02-02T06:24:49.919Z] [2021-02-02T06:24:49.919Z] Step 10/22 : FROM alpine:3.12 [2021-02-02T06:24:49.919Z] ---> afeebe901d6b [2021-02-02T06:24:49.919Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:24:50.190Z] ---> Running in 45b3943cce50 [2021-02-02T06:24:50.788Z] ---> Running in 00157898f4a2 [2021-02-02T06:24:50.788Z] Removing intermediate container ebe03a758a39 [2021-02-02T06:24:50.788Z] ---> ce8e5404c065 [2021-02-02T06:24:50.788Z] 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-02-02T06:24:50.788Z] Removing intermediate container 8ce12e9baf00 [2021-02-02T06:24:50.788Z] ---> d05f15a4b90d [2021-02-02T06:24:50.788Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:24:51.402Z] ---> Running in 66ad7bd4ea6d [2021-02-02T06:24:52.007Z] ---> 9fa68f90d827 [2021-02-02T06:24:52.007Z] 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-02-02T06:24:52.007Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:52.291Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:52.291Z] Removing intermediate container 66ad7bd4ea6d [2021-02-02T06:24:52.291Z] ---> ed80555a668c [2021-02-02T06:24:52.291Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:24:52.903Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:52.903Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:52.903Z] OK: 5 MiB in 15 packages [2021-02-02T06:24:52.903Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:53.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:53.177Z] ---> 47b395679ba6 [2021-02-02T06:24:53.177Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:53.177Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:53.774Z] ---> edb6b6efa578 [2021-02-02T06:24:53.774Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-02T06:24:53.774Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:53.774Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:54.054Z] OK: 5 MiB in 15 packages [2021-02-02T06:24:54.331Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:24:54.618Z] ---> fe9849364335 [2021-02-02T06:24:54.618Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-02T06:24:54.895Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-02T06:24:54.895Z] (2/2) Installing su-exec (0.2-r1) [2021-02-02T06:24:54.895Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:24:54.895Z] OK: 5 MiB in 16 packages [2021-02-02T06:24:55.171Z] Removing intermediate container b094b4db3168 [2021-02-02T06:24:55.171Z] ---> 2763a22cdb7a [2021-02-02T06:24:55.171Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:55.460Z] ---> Running in ea6c655475ba [2021-02-02T06:24:56.061Z] ---> 76d63a14ac01 [2021-02-02T06:24:56.338Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-02T06:24:56.933Z] Removing intermediate container ea6c655475ba [2021-02-02T06:24:56.933Z] ---> 312c69f73822 [2021-02-02T06:24:56.933Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-02T06:24:56.933Z] Removing intermediate container 00157898f4a2 [2021-02-02T06:24:56.933Z] ---> ec9dac07c3ad [2021-02-02T06:24:56.933Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:24:57.206Z] ---> 2fab712d79a8 [2021-02-02T06:24:57.206Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-02T06:24:57.483Z] ---> Running in 93323893ec22 [2021-02-02T06:24:57.483Z] ---> Running in 750763e0c339 [2021-02-02T06:24:57.759Z] ---> 8b2819e8a192 [2021-02-02T06:24:57.759Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-02T06:24:58.031Z] Removing intermediate container 45b3943cce50 [2021-02-02T06:24:58.031Z] ---> 22cdfd1fc085 [2021-02-02T06:24:58.031Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-02T06:24:58.622Z] ---> Running in 4d701b9fff3c [2021-02-02T06:24:58.622Z] ---> Running in 337f06ed71ac [2021-02-02T06:24:58.893Z] Removing intermediate container 93323893ec22 [2021-02-02T06:24:58.893Z] ---> b2b38592843e [2021-02-02T06:24:58.893Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:24:59.166Z] Removing intermediate container 750763e0c339 [2021-02-02T06:24:59.166Z] ---> 56fb4d16be9e [2021-02-02T06:24:59.166Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-02T06:24:59.166Z] ---> a3dfec549133 [2021-02-02T06:24:59.166Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-02T06:24:59.762Z] ---> Running in 6c6fef72107e [2021-02-02T06:24:59.762Z] ---> Running in e3e510035cb3 [2021-02-02T06:25:00.038Z] Removing intermediate container 4d701b9fff3c [2021-02-02T06:25:00.038Z] ---> b4e299383940 [2021-02-02T06:25:00.038Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:25:00.038Z] Removing intermediate container 337f06ed71ac [2021-02-02T06:25:00.038Z] ---> e24575accd05 [2021-02-02T06:25:00.038Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-02T06:25:00.313Z] ---> Running in 2885f372303e [2021-02-02T06:25:00.313Z] ---> 05f24dbe9e0f [2021-02-02T06:25:00.313Z] 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-02-02T06:25:00.594Z] ---> Running in 9d88ee245929 [2021-02-02T06:25:01.185Z] ---> Running in b320d31d9457 [2021-02-02T06:25:01.185Z] Removing intermediate container e3e510035cb3 [2021-02-02T06:25:01.185Z] Removing intermediate container 6c6fef72107e [2021-02-02T06:25:01.185Z] ---> 9576c26bbb94 [2021-02-02T06:25:01.185Z] Step 15/23 : WORKDIR / [2021-02-02T06:25:01.185Z] ---> ffae0c43e6b9 [2021-02-02T06:25:01.185Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-02T06:25:01.781Z] Removing intermediate container 2885f372303e [2021-02-02T06:25:01.781Z] ---> 2ca8cd54329a [2021-02-02T06:25:01.781Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:25:02.060Z] Removing intermediate container 9d88ee245929 [2021-02-02T06:25:02.060Z] ---> c1a36ad1566e [2021-02-02T06:25:02.060Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-02T06:25:02.341Z] ---> Running in d3f53e1490d7 [2021-02-02T06:25:02.341Z] ---> Running in 9f11f96550ee [2021-02-02T06:25:02.616Z] ---> Running in 1e1657bc5261 [2021-02-02T06:25:02.616Z] ---> Running in cc3f94c5cf07 [2021-02-02T06:25:03.604Z] Removing intermediate container d3f53e1490d7 [2021-02-02T06:25:03.604Z] ---> 906e6731fe2f [2021-02-02T06:25:03.604Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:25:03.604Z] Removing intermediate container 9f11f96550ee [2021-02-02T06:25:03.604Z] ---> bfb30e5fecc7 [2021-02-02T06:25:03.604Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:25:03.880Z] Removing intermediate container 1e1657bc5261 [2021-02-02T06:25:03.880Z] ---> e13e25f27894 [2021-02-02T06:25:03.880Z] Step 21/22 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:25:04.153Z] ---> Running in 979925e56ccc [2021-02-02T06:25:05.135Z] ---> 7fcf354e3fb2 [2021-02-02T06:25:05.135Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-02T06:25:05.413Z] ---> af0005fea2d7 [2021-02-02T06:25:05.413Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-02T06:25:05.413Z] Removing intermediate container 979925e56ccc [2021-02-02T06:25:05.413Z] ---> a6e9e1c404f3 [2021-02-02T06:25:05.413Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:25:06.398Z] ---> Running in b283649dbe7c [2021-02-02T06:25:06.669Z] Removing intermediate container b320d31d9457 [2021-02-02T06:25:06.669Z] ---> 163fc017e895 [2021-02-02T06:25:06.669Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-02T06:25:06.943Z] ---> 6e154a100a56 [2021-02-02T06:25:06.943Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-02T06:25:07.217Z] ---> Running in aeaf14719a44 [2021-02-02T06:25:07.490Z] ---> e1bc657d9a75 [2021-02-02T06:25:07.490Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-02T06:25:07.490Z] Removing intermediate container cc3f94c5cf07 [2021-02-02T06:25:07.490Z] ---> 9dd84336853b [2021-02-02T06:25:07.490Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR}Removing intermediate container b283649dbe7c [2021-02-02T06:25:07.490Z] [2021-02-02T06:25:07.490Z] ---> dfa042f0b957 [2021-02-02T06:25:07.490Z] [2021-02-02T06:25:07.762Z] ---> Running in 1358a0d322c5 [2021-02-02T06:25:08.041Z] Successfully built dfa042f0b957 [2021-02-02T06:25:08.041Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-02T06:25:08.041Z] Removing intermediate container aeaf14719a44 [2021-02-02T06:25:08.041Z] ---> 53101b2a2f2d [2021-02-02T06:25:08.041Z] Step 22/24 : LABEL arch=arm64 [2021-02-02T06:25:08.041Z] Building docker-sys-mgmt-agent-go [2021-02-02T06:25:08.315Z]  Building docker-support-notifications-go ... done  ---> Running in 679854351d5b [2021-02-02T06:25:08.590Z] ---> 89d38cece33b [2021-02-02T06:25:08.590Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-02T06:25:08.590Z] ---> 660a7d715539 [2021-02-02T06:25:08.590Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-02T06:25:08.590Z] Removing intermediate container 1358a0d322c5 [2021-02-02T06:25:08.590Z] ---> 91d4c8d38056 [2021-02-02T06:25:08.590Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-02T06:25:09.198Z] ---> Running in e5ccfdd1eec0 [2021-02-02T06:25:09.198Z] ---> Running in 8b98adb4f63c [2021-02-02T06:25:09.198Z] Removing intermediate container 679854351d5b [2021-02-02T06:25:09.198Z] ---> e2cb0286bb5e [2021-02-02T06:25:09.198Z] Step 23/24 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:25:11.336Z] ---> Running in 13987c8f94cd [2021-02-02T06:25:11.336Z] ---> 02570ee2b374 [2021-02-02T06:25:11.336Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-02T06:25:11.336Z] Removing intermediate container 8b98adb4f63c [2021-02-02T06:25:11.336Z] Removing intermediate container e5ccfdd1eec0 [2021-02-02T06:25:11.336Z] ---> b472e33df049 [2021-02-02T06:25:11.336Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] ---> c25c040b96b0 [2021-02-02T06:25:11.336Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:25:11.336Z] [2021-02-02T06:25:11.617Z] Removing intermediate container 13987c8f94cd [2021-02-02T06:25:11.617Z] ---> 4687793d2725 [2021-02-02T06:25:11.617Z] Step 24/24 : LABEL version=0.0.0 [2021-02-02T06:25:11.898Z] ---> Running in 5da0eb13b0d9 [2021-02-02T06:25:11.898Z] ---> Running in ccaf7af809f5 [2021-02-02T06:25:11.898Z] ---> Running in 1682e4ffaa80 [2021-02-02T06:25:12.502Z] ---> Running in 5db6b1644831 [2021-02-02T06:25:13.125Z] Removing intermediate container 1682e4ffaa80 [2021-02-02T06:25:13.125Z] ---> 38c9eae8a832 [2021-02-02T06:25:13.125Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:25:13.125Z] Removing intermediate container 5da0eb13b0d9 [2021-02-02T06:25:13.125Z] ---> 47200828b47d [2021-02-02T06:25:13.125Z] Step 20/22 : LABEL arch=arm64 [2021-02-02T06:25:13.737Z] Removing intermediate container 5db6b1644831 [2021-02-02T06:25:13.737Z] ---> e3983936ada1 [2021-02-02T06:25:13.737Z] [2021-02-02T06:25:13.737Z] ---> Running in 782086ae8938 [2021-02-02T06:25:13.737Z] ---> Running in 776a9af80ef2 [2021-02-02T06:25:14.347Z] Successfully built e3983936ada1 [2021-02-02T06:25:14.347Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-02T06:25:14.347Z] Building docker-core-metadata-go [2021-02-02T06:25:14.629Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 782086ae8938 [2021-02-02T06:25:14.629Z] ---> b9338ffba213 [2021-02-02T06:25:14.629Z] Removing intermediate container 776a9af80ef2 [2021-02-02T06:25:14.629Z] Step 22/23 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:25:14.629Z] ---> 0d024a29cd1b [2021-02-02T06:25:14.629Z] Step 21/22 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:25:15.235Z] ---> Running in 804c8ddf2075 [2021-02-02T06:25:15.235Z] ---> Running in e85f2cf010ce [2021-02-02T06:25:15.834Z] Removing intermediate container e85f2cf010ce [2021-02-02T06:25:15.834Z] ---> d78c1851e1a8 [2021-02-02T06:25:15.834Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:25:15.834Z] Removing intermediate container 804c8ddf2075 [2021-02-02T06:25:15.834Z] ---> f68cdaa48460 [2021-02-02T06:25:15.834Z] Step 22/22 : LABEL version=0.0.0 [2021-02-02T06:25:16.110Z] ---> Running in 8274e62cb879 [2021-02-02T06:25:16.110Z] Removing intermediate container ccaf7af809f5 [2021-02-02T06:25:16.110Z] ---> 88eb1c26ed0c [2021-02-02T06:25:16.110Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:25:16.110Z] ---> Running in 69f5f4fbdcad [2021-02-02T06:25:17.101Z] Removing intermediate container 8274e62cb879 [2021-02-02T06:25:17.101Z] ---> 33526d169ae1 [2021-02-02T06:25:17.101Z] [2021-02-02T06:25:17.375Z] Successfully built 33526d169ae1 [2021-02-02T06:25:17.649Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-02T06:25:17.649Z] Building docker-security-proxy-setup-go [2021-02-02T06:25:17.649Z]  Building docker-core-command-go ... done  ---> ab33601bf844 [2021-02-02T06:25:17.649Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-02T06:25:17.649Z] Removing intermediate container 69f5f4fbdcad [2021-02-02T06:25:17.649Z] ---> c8ab4641f59c [2021-02-02T06:25:17.649Z] [2021-02-02T06:25:18.252Z] Successfully built c8ab4641f59c [2021-02-02T06:25:18.252Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-02T06:25:18.252Z]  Building docker-support-scheduler-go ... done Building docker-core-data-go [2021-02-02T06:25:19.250Z] ---> ab60fadf766a [2021-02-02T06:25:19.250Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-02T06:25:20.238Z] ---> 72da6dedbd5f [2021-02-02T06:25:20.238Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-02T06:25:22.907Z] ---> 2f54f0ed83fa [2021-02-02T06:25:22.907Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-02T06:25:24.350Z] ---> 7795037afdb0 [2021-02-02T06:25:24.350Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-02T06:25:24.956Z] ---> Running in 826597d968d3 [2021-02-02T06:25:25.942Z] Removing intermediate container 826597d968d3 [2021-02-02T06:25:25.942Z] ---> 94e4a63653ea [2021-02-02T06:25:25.942Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-02T06:25:27.380Z] ---> cfb347e8ff14 [2021-02-02T06:25:27.380Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-02T06:25:28.812Z] ---> Running in 8c1d6cbd0a18 [2021-02-02T06:25:33.131Z] Removing intermediate container 8c1d6cbd0a18 [2021-02-02T06:25:33.131Z] ---> e88a16d223dd [2021-02-02T06:25:33.131Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-02T06:25:33.131Z] ---> Running in 7d490312ffc7 [2021-02-02T06:25:33.730Z] Removing intermediate container 7d490312ffc7 [2021-02-02T06:25:33.730Z] ---> aa77f6cfad4f [2021-02-02T06:25:33.730Z] Step 28/31 : CMD ["gate"] [2021-02-02T06:25:34.709Z] ---> Running in 4014ac342dea [2021-02-02T06:25:35.311Z] Removing intermediate container 4014ac342dea [2021-02-02T06:25:35.311Z] ---> 2bb34a34fe79 [2021-02-02T06:25:35.311Z] Step 29/31 : LABEL arch=arm64 [2021-02-02T06:25:36.329Z] ---> Running in 33e32cff4931 [2021-02-02T06:25:37.309Z] Removing intermediate container 33e32cff4931 [2021-02-02T06:25:37.309Z] ---> 5cda3c738f07 [2021-02-02T06:25:37.309Z] Step 30/31 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:25:37.910Z] ---> Running in cc4c46a9fec8 [2021-02-02T06:25:38.509Z] Removing intermediate container cc4c46a9fec8 [2021-02-02T06:25:38.509Z] ---> 31b89929ccf0 [2021-02-02T06:25:38.509Z] Step 31/31 : LABEL version=0.0.0 [2021-02-02T06:25:39.114Z] ---> Running in 223350caf24a [2021-02-02T06:25:39.719Z] Removing intermediate container 223350caf24a [2021-02-02T06:25:39.719Z] ---> e9c3234c5a6a [2021-02-02T06:25:39.719Z] [2021-02-02T06:25:39.993Z] Successfully built e9c3234c5a6a [2021-02-02T06:25:39.993Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-02T06:25:48.391Z]  Building docker-security-bootstrapper-go ... done Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:48.391Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:48.391Z] ---> 65faa5efce18 [2021-02-02T06:25:48.391Z] Step 3/26 : WORKDIR /edgex-go [2021-02-02T06:25:48.391Z] ---> Using cache [2021-02-02T06:25:48.391Z] ---> 545f0840af87 [2021-02-02T06:25:48.391Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:48.391Z] ---> Using cache [2021-02-02T06:25:48.391Z] ---> b32d3060a877 [2021-02-02T06:25:48.391Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-02T06:25:51.076Z] ---> Running in a7635bedf3f0 [2021-02-02T06:25:52.537Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:53.141Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:25:54.128Z] OK: 217 MiB in 51 packages [2021-02-02T06:25:58.478Z] Removing intermediate container a7635bedf3f0 [2021-02-02T06:25:58.479Z] ---> 35154adcdd99 [2021-02-02T06:25:58.479Z] Step 6/26 : COPY go.mod . [2021-02-02T06:25:59.467Z] ---> 22888d109890 [2021-02-02T06:25:59.467Z] Step 7/26 : RUN go mod download [2021-02-02T06:25:59.467Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:25:59.467Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:25:59.467Z] ---> 65faa5efce18 [2021-02-02T06:25:59.467Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:25:59.467Z] ---> Using cache [2021-02-02T06:25:59.467Z] ---> 545f0840af87 [2021-02-02T06:25:59.467Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:25:59.467Z] ---> Using cache [2021-02-02T06:25:59.467Z] ---> b32d3060a877 [2021-02-02T06:25:59.467Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-02T06:25:59.467Z] ---> Using cache [2021-02-02T06:25:59.467Z] ---> 1499260ce31f [2021-02-02T06:25:59.467Z] Step 6/23 : COPY go.mod . [2021-02-02T06:25:59.467Z] ---> Using cache [2021-02-02T06:25:59.467Z] ---> 05695870b730 [2021-02-02T06:25:59.467Z] Step 7/23 : RUN go mod download [2021-02-02T06:25:59.467Z] ---> Using cache [2021-02-02T06:25:59.467Z] ---> 16fbe7acf530 [2021-02-02T06:25:59.467Z] Step 8/23 : COPY . . [2021-02-02T06:25:59.747Z] ---> Using cache [2021-02-02T06:25:59.747Z] ---> f268a0d4b5c3 [2021-02-02T06:25:59.747Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-02T06:26:00.024Z] ---> Running in c835876aa0a2 [2021-02-02T06:26:00.024Z] ---> Running in 8fcce2e5936b [2021-02-02T06:26:02.669Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:26:02.669Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:26:02.669Z] ---> 65faa5efce18 [2021-02-02T06:26:02.669Z] Step 3/23 : WORKDIR /edgex-go [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> 545f0840af87 [2021-02-02T06:26:02.669Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> b32d3060a877 [2021-02-02T06:26:02.669Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-02T06:26:02.669Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-02T06:26:02.669Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-02T06:26:02.669Z] ---> 65faa5efce18 [2021-02-02T06:26:02.669Z] Step 3/21 : WORKDIR /edgex-go [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> 545f0840af87 [2021-02-02T06:26:02.669Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> b32d3060a877 [2021-02-02T06:26:02.669Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> 1499260ce31f [2021-02-02T06:26:02.669Z] Step 6/21 : COPY go.mod . [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> 05695870b730 [2021-02-02T06:26:02.669Z] Step 7/21 : RUN go mod download [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> 16fbe7acf530 [2021-02-02T06:26:02.669Z] Step 8/21 : COPY . . [2021-02-02T06:26:02.669Z] ---> Using cache [2021-02-02T06:26:02.669Z] ---> f268a0d4b5c3 [2021-02-02T06:26:02.669Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-02T06:26:03.652Z] ---> Running in f592ed3c3a80 [2021-02-02T06:26:03.652Z] ---> Running in 27ff97f13f33 [2021-02-02T06:26:03.652Z] 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-02-02T06:26:06.289Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:06.289Z] Removing intermediate container c835876aa0a2 [2021-02-02T06:26:06.289Z] ---> 25a6915bae32 [2021-02-02T06:26:06.289Z] Step 8/26 : COPY . . [2021-02-02T06:26:06.289Z] 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-02-02T06:26:06.901Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:26:07.506Z] OK: 217 MiB in 51 packages [2021-02-02T06:26:10.960Z] Removing intermediate container f592ed3c3a80 [2021-02-02T06:26:10.960Z] ---> fbeb80bdb49d [2021-02-02T06:26:10.960Z] Step 6/23 : COPY go.mod . [2021-02-02T06:26:12.452Z] ---> 4d8aba59b55f [2021-02-02T06:26:12.452Z] Step 7/23 : RUN go mod download [2021-02-02T06:26:13.077Z] ---> Running in 3a853b04406e [2021-02-02T06:26:19.824Z] Removing intermediate container 3a853b04406e [2021-02-02T06:26:19.824Z] ---> 818aa99a8aea [2021-02-02T06:26:19.824Z] Step 8/23 : COPY . . [2021-02-02T06:26:30.016Z] ---> b79ec23ccb35 [2021-02-02T06:26:30.016Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-02T06:26:30.297Z] ---> Running in b54e4e34c55e [2021-02-02T06:26:32.963Z] 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-02-02T06:26:43.179Z] ---> 59c6023bec78 [2021-02-02T06:26:43.179Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-02T06:26:43.179Z] ---> Running in 40d9991b9c05 [2021-02-02T06:26:44.638Z] 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-02-02T06:27:03.001Z] 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-02-02T06:27:18.129Z] Removing intermediate container 27ff97f13f33 [2021-02-02T06:27:18.129Z] ---> 5182ebe99fea [2021-02-02T06:27:18.129Z] [2021-02-02T06:27:18.129Z] Step 10/21 : FROM alpine:3.12 [2021-02-02T06:27:18.129Z] ---> afeebe901d6b [2021-02-02T06:27:18.129Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-02T06:27:18.408Z] ---> Running in d5535fa6624c [2021-02-02T06:27:20.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:20.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:27:21.023Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-02T06:27:21.023Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:27:21.023Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-02T06:27:21.023Z] (4/4) Installing curl (7.69.1-r3) [2021-02-02T06:27:21.300Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:27:21.300Z] Executing ca-certificates-20191127-r4.trigger [2021-02-02T06:27:21.583Z] OK: 7 MiB in 18 packages [2021-02-02T06:27:24.994Z] Removing intermediate container d5535fa6624c [2021-02-02T06:27:24.994Z] ---> 3736b6fb8811 [2021-02-02T06:27:24.994Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-02T06:27:24.994Z] ---> Running in a03a4fd34787 [2021-02-02T06:27:25.596Z] Removing intermediate container a03a4fd34787 [2021-02-02T06:27:25.596Z] ---> e46e23ee724b [2021-02-02T06:27:25.596Z] Step 13/21 : WORKDIR /edgex [2021-02-02T06:27:25.873Z] ---> Running in c98a6d1fb25a [2021-02-02T06:27:26.479Z] Removing intermediate container c98a6d1fb25a [2021-02-02T06:27:26.479Z] ---> 456d89305d5d [2021-02-02T06:27:26.479Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-02T06:27:28.478Z] ---> 449c668b1768 [2021-02-02T06:27:28.478Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-02T06:27:31.901Z] ---> 296f05dbef42 [2021-02-02T06:27:31.901Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-02T06:27:32.571Z] Removing intermediate container 8fcce2e5936b [2021-02-02T06:27:32.572Z] ---> b5fcc318c64c [2021-02-02T06:27:32.572Z] [2021-02-02T06:27:32.572Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:27:32.572Z] ---> afeebe901d6b [2021-02-02T06:27:32.572Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-02T06:27:32.572Z] ---> Using cache [2021-02-02T06:27:32.572Z] ---> ec9dac07c3ad [2021-02-02T06:27:32.572Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-02T06:27:32.572Z] ---> Using cache [2021-02-02T06:27:32.572Z] ---> 56fb4d16be9e [2021-02-02T06:27:32.572Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-02T06:27:32.919Z] ---> Running in 4a458b63e305 [2021-02-02T06:27:33.262Z] ---> 470cc31282d6 [2021-02-02T06:27:33.262Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-02T06:27:33.708Z] ---> Running in 72a5b3c73aab [2021-02-02T06:27:34.028Z] Removing intermediate container 4a458b63e305 [2021-02-02T06:27:34.028Z] ---> a4e63750d1f9 [2021-02-02T06:27:34.028Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-02T06:27:34.028Z] ---> Running in d28bf587dac1 [2021-02-02T06:27:34.645Z] Removing intermediate container 72a5b3c73aab [2021-02-02T06:27:34.645Z] ---> 9a00c2ac732d [2021-02-02T06:27:34.645Z] Step 18/21 : CMD ["--init=true"] [2021-02-02T06:27:35.010Z] ---> Running in 9e27c8ffcd14 [2021-02-02T06:27:35.010Z] Removing intermediate container d28bf587dac1 [2021-02-02T06:27:35.010Z] ---> c6842479dc3e [2021-02-02T06:27:35.010Z] Step 15/23 : WORKDIR / [2021-02-02T06:27:35.286Z] ---> Running in aac786744838 [2021-02-02T06:27:35.556Z] Removing intermediate container 9e27c8ffcd14 [2021-02-02T06:27:35.556Z] ---> 25351d887a7b [2021-02-02T06:27:35.556Z] Step 19/21 : LABEL arch=arm64 [2021-02-02T06:27:35.829Z] ---> Running in ea02e0b5546e [2021-02-02T06:27:36.424Z] Removing intermediate container aac786744838 [2021-02-02T06:27:36.424Z] ---> 1007ba7cd908 [2021-02-02T06:27:36.424Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:27:36.698Z] Removing intermediate container ea02e0b5546e [2021-02-02T06:27:36.699Z] ---> 9c9162605be5 [2021-02-02T06:27:36.699Z] Step 20/21 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:27:36.973Z] ---> Running in a0eaecf7f0b7 [2021-02-02T06:27:37.567Z] Removing intermediate container a0eaecf7f0b7 [2021-02-02T06:27:37.567Z] ---> d0fb6be8113c [2021-02-02T06:27:37.567Z] Step 21/21 : LABEL version=0.0.0 [2021-02-02T06:27:37.840Z] ---> Running in 3737d893c437 [2021-02-02T06:27:37.840Z] ---> 7e11073ab512 [2021-02-02T06:27:37.840Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-02T06:27:38.452Z] Removing intermediate container 3737d893c437 [2021-02-02T06:27:38.452Z] ---> b3de8224e35c [2021-02-02T06:27:38.452Z] [2021-02-02T06:27:39.433Z] Successfully built b3de8224e35c [2021-02-02T06:27:39.433Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-02T06:27:40.035Z]  Building docker-security-proxy-setup-go ... done  ---> a56d6fd3f9a6 [2021-02-02T06:27:40.035Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-02T06:27:41.023Z] ---> 10fdd4b029e6 [2021-02-02T06:27:41.023Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-02T06:27:41.300Z] ---> Running in dcce4b56f284 [2021-02-02T06:27:41.920Z] Removing intermediate container dcce4b56f284 [2021-02-02T06:27:41.920Z] ---> ad89f5f39a94 [2021-02-02T06:27:41.920Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:27:42.196Z] ---> Running in 31935f7ce6aa [2021-02-02T06:27:42.799Z] Removing intermediate container 31935f7ce6aa [2021-02-02T06:27:42.799Z] ---> 5a187a6d8b2d [2021-02-02T06:27:42.799Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:27:43.078Z] ---> Running in 13f03d294717 [2021-02-02T06:27:44.531Z] Removing intermediate container 13f03d294717 [2021-02-02T06:27:44.531Z] ---> 62afb390d1d5 [2021-02-02T06:27:44.531Z] Step 22/23 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:27:44.807Z] ---> Running in 5236d1723e66 [2021-02-02T06:27:45.797Z] Removing intermediate container 5236d1723e66 [2021-02-02T06:27:45.797Z] ---> 9002349d4852 [2021-02-02T06:27:45.797Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:27:46.072Z] Removing intermediate container b54e4e34c55e [2021-02-02T06:27:46.073Z] ---> b51e403e6358 [2021-02-02T06:27:46.073Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-02T06:27:46.348Z] ---> Running in 0c301ce4b61b [2021-02-02T06:27:46.348Z] ---> Running in 95861355aa53 [2021-02-02T06:27:47.332Z] Removing intermediate container 0c301ce4b61b [2021-02-02T06:27:47.332Z] ---> 8ed417d45459 [2021-02-02T06:27:47.332Z] [2021-02-02T06:27:47.930Z] Successfully built 8ed417d45459 [2021-02-02T06:27:47.931Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-02T06:27:48.530Z]  Building docker-core-metadata-go ... done 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-02-02T06:27:52.847Z] Removing intermediate container 95861355aa53 [2021-02-02T06:27:52.847Z] ---> 7a5d29d5ef21 [2021-02-02T06:27:52.847Z] [2021-02-02T06:27:52.847Z] Step 11/26 : FROM docker:20.10.0 [2021-02-02T06:27:52.847Z] 20.10.0: Pulling from library/docker [2021-02-02T06:28:01.185Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-02T06:28:01.185Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-02T06:28:01.185Z] ---> eeaf43b92773 [2021-02-02T06:28:01.185Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-02T06:28:02.175Z] ---> Running in 6c1b553d2553 [2021-02-02T06:28:03.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:03.607Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:04.202Z] (1/2) Installing readline (8.0.4-r0) [2021-02-02T06:28:04.202Z] (2/2) Installing bash (5.0.17-r0) [2021-02-02T06:28:04.202Z] Executing bash-5.0.17-r0.post-install [2021-02-02T06:28:04.202Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:04.202Z] OK: 12 MiB in 22 packages [2021-02-02T06:28:05.185Z] Removing intermediate container 40d9991b9c05 [2021-02-02T06:28:05.185Z] ---> 65595e74c202 [2021-02-02T06:28:05.185Z] [2021-02-02T06:28:05.185Z] Step 10/23 : FROM alpine:3.12 [2021-02-02T06:28:05.185Z] ---> afeebe901d6b [2021-02-02T06:28:05.185Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-02T06:28:05.460Z] ---> Running in bf8cb20dee65 [2021-02-02T06:28:05.734Z] Removing intermediate container bf8cb20dee65 [2021-02-02T06:28:05.734Z] ---> 43adca407566 [2021-02-02T06:28:05.734Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-02T06:28:06.010Z] Removing intermediate container 6c1b553d2553 [2021-02-02T06:28:06.010Z] ---> 48c95ce54b6a [2021-02-02T06:28:06.010Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-02T06:28:06.010Z] ---> Running in 244c33efa9dd [2021-02-02T06:28:06.010Z] ---> Running in a02a6b2271a5 [2021-02-02T06:28:06.605Z] Removing intermediate container 244c33efa9dd [2021-02-02T06:28:06.605Z] ---> ac30cde6f235 [2021-02-02T06:28:06.605Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-02T06:28:06.605Z] ---> Running in f87854ae061b [2021-02-02T06:28:06.605Z] Removing intermediate container a02a6b2271a5 [2021-02-02T06:28:06.605Z] ---> f2a95f37aaed [2021-02-02T06:28:06.605Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-02T06:28:06.879Z] ---> Running in 6662579223f6 [2021-02-02T06:28:07.152Z] Removing intermediate container f87854ae061b [2021-02-02T06:28:07.152Z] ---> e9424b439867 [2021-02-02T06:28:07.152Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-02T06:28:07.422Z] ---> Running in 787bfba00523 [2021-02-02T06:28:07.423Z] Removing intermediate container 6662579223f6 [2021-02-02T06:28:07.423Z] ---> 7cfc377007a8 [2021-02-02T06:28:07.423Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-02T06:28:07.697Z] ---> Running in 2e5ed8130a1a [2021-02-02T06:28:08.287Z] Removing intermediate container 2e5ed8130a1a [2021-02-02T06:28:08.287Z] ---> d5931c95fcd4 [2021-02-02T06:28:08.287Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-02T06:28:09.725Z] ---> 549288280876 [2021-02-02T06:28:09.725Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-02T06:28:09.725Z] Removing intermediate container 787bfba00523 [2021-02-02T06:28:09.725Z] ---> 5258a7ffcba4 [2021-02-02T06:28:09.725Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-02T06:28:09.996Z] ---> Running in 547782df040d [2021-02-02T06:28:10.274Z] ---> e10e83932571 [2021-02-02T06:28:10.274Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-02T06:28:11.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:11.265Z] ---> 89e28b15ba3d [2021-02-02T06:28:11.265Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-02T06:28:11.546Z] ---> Running in 2988b3fc0c17 [2021-02-02T06:28:11.819Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:12.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:12.803Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-02T06:28:12.803Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-02T06:28:12.803Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:12.803Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-02T06:28:13.082Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-02T06:28:13.363Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-02T06:28:13.363Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-02T06:28:13.363Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:13.363Z] OK: 8 MiB in 20 packages [2021-02-02T06:28:13.363Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-02T06:28:13.363Z] (2/33) Installing expat (2.2.9-r1) [2021-02-02T06:28:13.363Z] (3/33) Installing libffi (3.3-r2) [2021-02-02T06:28:13.363Z] (4/33) Installing gdbm (1.13-r1) [2021-02-02T06:28:13.640Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-02T06:28:13.640Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-02T06:28:13.640Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-02T06:28:15.118Z] Removing intermediate container 547782df040d [2021-02-02T06:28:15.118Z] ---> 58fd0625c21a [2021-02-02T06:28:15.118Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-02T06:28:15.397Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-02T06:28:15.397Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-02T06:28:15.397Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-02T06:28:15.397Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-02T06:28:15.397Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-02T06:28:15.397Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-02T06:28:15.672Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-02T06:28:15.672Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-02T06:28:15.672Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-02T06:28:15.672Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-02T06:28:15.672Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-02T06:28:15.947Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-02T06:28:15.947Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-02T06:28:15.947Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-02T06:28:15.947Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-02T06:28:15.947Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-02T06:28:15.947Z] ---> ab58b012c754 [2021-02-02T06:28:15.947Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-02T06:28:15.947Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-02T06:28:15.947Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-02T06:28:15.947Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-02T06:28:15.947Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-02T06:28:15.947Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-02T06:28:15.947Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-02T06:28:15.947Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-02T06:28:16.222Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-02T06:28:16.222Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-02T06:28:16.222Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-02T06:28:16.222Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:16.222Z] OK: 71 MiB in 55 packages [2021-02-02T06:28:17.237Z] ---> 536c178ed523 [2021-02-02T06:28:17.237Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-02T06:28:18.238Z] ---> a0a3c2b245cf [2021-02-02T06:28:18.238Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-02T06:28:18.238Z] ---> Running in d9da97cfc664 [2021-02-02T06:28:18.856Z] Removing intermediate container d9da97cfc664 [2021-02-02T06:28:18.856Z] ---> 39247e2211a3 [2021-02-02T06:28:18.856Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:28:18.856Z] ---> Running in 58cec28769f7 [2021-02-02T06:28:19.456Z] Removing intermediate container 58cec28769f7 [2021-02-02T06:28:19.456Z] ---> 5d063e6a5673 [2021-02-02T06:28:19.456Z] Step 21/23 : LABEL arch=arm64 [2021-02-02T06:28:19.734Z] ---> Running in fc4fe232413d [2021-02-02T06:28:20.341Z] Removing intermediate container fc4fe232413d [2021-02-02T06:28:20.341Z] ---> b1c04f23f0a4 [2021-02-02T06:28:20.341Z] Step 22/23 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:28:20.616Z] ---> Running in 7365cc15dd37 [2021-02-02T06:28:21.217Z] Removing intermediate container 7365cc15dd37 [2021-02-02T06:28:21.217Z] ---> 10f6832ee0b3 [2021-02-02T06:28:21.217Z] Step 23/23 : LABEL version=0.0.0 [2021-02-02T06:28:21.494Z] ---> Running in 1b6ae52863fd [2021-02-02T06:28:22.092Z] Removing intermediate container 1b6ae52863fd [2021-02-02T06:28:22.092Z] ---> 16f4d89226b8 [2021-02-02T06:28:22.092Z] [2021-02-02T06:28:22.092Z] Removing intermediate container 2988b3fc0c17 [2021-02-02T06:28:22.092Z] ---> 7d5fb3c5b6df [2021-02-02T06:28:22.092Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-02T06:28:22.384Z] Successfully built 16f4d89226b8 [2021-02-02T06:28:22.384Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-02T06:28:22.384Z]  Building docker-core-data-go ... done  ---> Running in 0d0d28ee09c8 [2021-02-02T06:28:27.810Z] Collecting docker-compose==1.23.2 [2021-02-02T06:28:27.810Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-02T06:28:27.810Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-02T06:28:27.810Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-02T06:28:29.783Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-02T06:28:29.783Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-02T06:28:30.757Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-02T06:28:31.029Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-02T06:28:31.304Z] Collecting texttable<0.10,>=0.9.0 [2021-02-02T06:28:31.304Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-02T06:28:33.275Z] 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-02-02T06:28:33.275Z] Collecting jsonschema<3,>=2.5.1 [2021-02-02T06:28:33.275Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-02T06:28:33.548Z] Collecting docopt<0.7,>=0.6.1 [2021-02-02T06:28:33.548Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-02T06:28:36.163Z] Collecting PyYAML<4,>=3.10 [2021-02-02T06:28:36.163Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-02T06:28:39.601Z] Collecting cached-property<2,>=1.2.0 [2021-02-02T06:28:39.601Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-02T06:28:40.190Z] Collecting docker<4.0,>=3.6.0 [2021-02-02T06:28:40.190Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-02T06:28:40.460Z] 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-02-02T06:28:41.054Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-02T06:28:41.054Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-02T06:28:41.324Z] 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-02-02T06:28:41.324Z] Collecting idna<2.8,>=2.5 [2021-02-02T06:28:41.324Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-02T06:28:41.598Z] Collecting docker-pycreds>=0.4.0 [2021-02-02T06:28:41.598Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-02T06:28:41.876Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-02T06:28:41.876Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-02T06:28:41.876Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-02T06:28:41.876Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-02T06:28:42.467Z] Installing collected packages: dockerpty, websocket-client, urllib3, idna, requests, texttable, jsonschema, docopt, PyYAML, cached-property, docker-pycreds, docker, docker-compose [2021-02-02T06:28:42.467Z] Running setup.py install for dockerpty: started [2021-02-02T06:28:44.437Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-02T06:28:44.709Z] Attempting uninstall: urllib3 [2021-02-02T06:28:44.709Z] Found existing installation: urllib3 1.25.9 [2021-02-02T06:28:44.709Z] Uninstalling urllib3-1.25.9: [2021-02-02T06:28:44.977Z] Successfully uninstalled urllib3-1.25.9 [2021-02-02T06:28:45.247Z] Attempting uninstall: idna [2021-02-02T06:28:45.247Z] Found existing installation: idna 2.9 [2021-02-02T06:28:45.519Z] Uninstalling idna-2.9: [2021-02-02T06:28:45.519Z] Successfully uninstalled idna-2.9 [2021-02-02T06:28:46.111Z] Attempting uninstall: requests [2021-02-02T06:28:46.111Z] Found existing installation: requests 2.23.0 [2021-02-02T06:28:46.111Z] Uninstalling requests-2.23.0: [2021-02-02T06:28:46.380Z] Successfully uninstalled requests-2.23.0 [2021-02-02T06:28:46.650Z] Running setup.py install for texttable: started [2021-02-02T06:28:48.612Z] Running setup.py install for texttable: finished with status 'done' [2021-02-02T06:28:48.612Z] Running setup.py install for docopt: started [2021-02-02T06:28:50.578Z] Running setup.py install for docopt: finished with status 'done' [2021-02-02T06:28:50.578Z] Running setup.py install for PyYAML: started [2021-02-02T06:28:52.548Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-02T06:28:53.967Z] 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.57.0 [2021-02-02T06:28:58.249Z] Removing intermediate container 0d0d28ee09c8 [2021-02-02T06:28:58.249Z] ---> b6d00a376eb6 [2021-02-02T06:28:58.249Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-02T06:28:58.249Z] ---> Running in cda717ddec5a [2021-02-02T06:28:58.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:58.843Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-02T06:28:59.458Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-02T06:28:59.458Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-02T06:28:59.458Z] (3/3) Installing curl (7.69.1-r3) [2021-02-02T06:28:59.458Z] Executing busybox-1.31.1-r19.trigger [2021-02-02T06:28:59.458Z] OK: 71 MiB in 58 packages [2021-02-02T06:29:00.901Z] Removing intermediate container cda717ddec5a [2021-02-02T06:29:00.901Z] ---> de6b62b2a303 [2021-02-02T06:29:00.901Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-02T06:29:00.901Z] ---> Running in 198fcf2faefa [2021-02-02T06:29:01.173Z] Removing intermediate container 198fcf2faefa [2021-02-02T06:29:01.173Z] ---> 67195df1bf61 [2021-02-02T06:29:01.173Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-02T06:29:01.448Z] ---> Running in 4418d9dc2552 [2021-02-02T06:29:01.730Z] Removing intermediate container 4418d9dc2552 [2021-02-02T06:29:01.730Z] ---> 796e58bb7d15 [2021-02-02T06:29:01.730Z] Step 24/26 : LABEL arch=arm64 [2021-02-02T06:29:02.004Z] ---> Running in 9cf2824208eb [2021-02-02T06:29:02.289Z] Removing intermediate container 9cf2824208eb [2021-02-02T06:29:02.289Z] ---> a2703499b7a2 [2021-02-02T06:29:02.289Z] Step 25/26 : LABEL git_sha=ec1a1f4188a4e162f0c69a562fc6279109941c58 [2021-02-02T06:29:02.570Z] ---> Running in 25cb397b7fc5 [2021-02-02T06:29:03.168Z] Removing intermediate container 25cb397b7fc5 [2021-02-02T06:29:03.168Z] ---> 52b7aa63cb1a [2021-02-02T06:29:03.168Z] Step 26/26 : LABEL version=0.0.0 [2021-02-02T06:29:03.168Z] ---> Running in 11c5ce2f9129 [2021-02-02T06:29:03.766Z] Removing intermediate container 11c5ce2f9129 [2021-02-02T06:29:03.766Z] ---> 8e76689ed6f1 [2021-02-02T06:29:03.766Z] [2021-02-02T06:29:04.038Z] Successfully built 8e76689ed6f1 [2021-02-02T06:29:04.038Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-02T06:29:04.333Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-02T06:29:04.337Z] $ docker stop --time=1 f87391b4738c8c1d73bb12f0d6cee4c3350134335c6e0d69d5349dfd8aa0765d [2021-02-02T06:29:06.266Z] $ docker rm -f f87391b4738c8c1d73bb12f0d6cee4c3350134335c6e0d69d5349dfd8aa0765d [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-02T06:29:07.002Z] + docker images [2021-02-02T06:29:07.002Z] + grep docker [2021-02-02T06:29:07.280Z] docker-sys-mgmt-agent-go-arm64 latest 8e76689ed6f1 4 seconds ago 300MB [2021-02-02T06:29:07.280Z] docker-core-data-go-arm64 latest 16f4d89226b8 46 seconds ago 21MB [2021-02-02T06:29:07.280Z] docker-core-metadata-go-arm64 latest 8ed417d45459 About a minute ago 17.8MB [2021-02-02T06:29:07.280Z] docker-security-proxy-setup-go-arm64 latest b3de8224e35c About a minute ago 23.2MB [2021-02-02T06:29:07.280Z] docker-security-bootstrapper-go-arm64 latest e9c3234c5a6a 3 minutes ago 22.6MB [2021-02-02T06:29:07.280Z] docker-support-scheduler-go-arm64 latest c8ab4641f59c 3 minutes ago 16.1MB [2021-02-02T06:29:07.280Z] docker-core-command-go-arm64 latest 33526d169ae1 3 minutes ago 16MB [2021-02-02T06:29:07.280Z] docker-security-secretstore-setup-go-arm64 latest e3983936ada1 3 minutes ago 23.4MB [2021-02-02T06:29:07.280Z] docker-support-notifications-go-arm64 latest dfa042f0b957 4 minutes ago 16MB [2021-02-02T06:29:07.280Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-02T06:29:09.880Z] provisioning config files... [2021-02-02T06:29:09.894Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config4227514027037389366tmp [Pipeline] { [Pipeline] sh [2021-02-02T06:29:10.407Z] + set +x [2021-02-02T06:29:10.407Z] + curl -s https://codecov.io/bash [2021-02-02T06:29:10.407Z] + bash -s -- [2021-02-02T06:29:10.671Z] [2021-02-02T06:29:10.671Z] _____ _ [2021-02-02T06:29:10.671Z] / ____| | | [2021-02-02T06:29:10.671Z] | | ___ __| | ___ ___ _____ __ [2021-02-02T06:29:10.671Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-02T06:29:10.671Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-02T06:29:10.671Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-02T06:29:10.671Z] Bash-20210129-7c25fce [2021-02-02T06:29:10.671Z] [2021-02-02T06:29:10.671Z] [2021-02-02T06:29:10.671Z] ==> git version 2.24.3 found [2021-02-02T06:29:10.671Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-02T06:29:10.671Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-02T06:29:10.671Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-02T06:29:10.671Z] curl: option -sm: expected a proper numerical parameter [2021-02-02T06:29:10.671Z] curl: try 'curl --help' or 'curl --manual' for more information [2021-02-02T06:29:10.671Z] ==> Jenkins CI detected. [2021-02-02T06:29:10.671Z] project root: . [2021-02-02T06:29:10.671Z] --> token set from env [2021-02-02T06:29:10.671Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-02T06:29:10.939Z] ==> Running gcov in . (disable via -X gcov) [2021-02-02T06:29:10.939Z] ==> Python coveragepy not found [2021-02-02T06:29:10.939Z] ==> Searching for coverage reports in: [2021-02-02T06:29:10.939Z] + . [2021-02-02T06:29:10.939Z] -> Found 1 reports [2021-02-02T06:29:10.939Z] ==> Detecting git/mercurial file structure [2021-02-02T06:29:10.939Z] ==> Reading reports [2021-02-02T06:29:10.939Z] + ./coverage.out bytes=574984 [2021-02-02T06:29:10.939Z] ==> Appending adjustments [2021-02-02T06:29:10.939Z] https://docs.codecov.io/docs/fixing-reports [2021-02-02T06:29:14.248Z] + Found adjustments [2021-02-02T06:29:14.248Z] ==> Gzipping contents [2021-02-02T06:29:14.248Z] 88K /tmp/codecov.E9E3ed.gz [2021-02-02T06:29:14.248Z] ==> Uploading reports [2021-02-02T06:29:14.248Z] url: https://codecov.io [2021-02-02T06:29:14.248Z] query: branch=PR-3111&commit=ec1a1f4188a4e162f0c69a562fc6279109941c58&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= [2021-02-02T06:29:14.248Z] -> Pinging Codecov [2021-02-02T06:29:14.248Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3111&commit=ec1a1f4188a4e162f0c69a562fc6279109941c58&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3111%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3111&job=&cmd_args= [2021-02-02T06:29:14.513Z] -> Uploading to [2021-02-02T06:29:14.513Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-02/00271124DB129430A58F1EEE437C3FCB/ec1a1f4188a4e162f0c69a562fc6279109941c58/2b7a7283-65ad-497e-97b2-66efceb99bae.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210202%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210202T062914Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=9f511866d2b076751f78222b73ca2b59a5518a70fa1ef4ddd620fabaa52bd658 [2021-02-02T06:29:14.513Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-02T06:29:14.513Z] Dload Upload Total Spent Left Speed [2021-02-02T06:29:15.040Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 87005 0 0 100 87005 0 180k --:--:-- --:--:-- --:--:-- 180k [2021-02-02T06:29:15.040Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/ec1a1f4188a4e162f0c69a562fc6279109941c58 [Pipeline] } [2021-02-02T06:29:15.074Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:17.732Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:18.650Z] ---> package-listing.sh [2021-02-02T06:29:18.650Z] ++ facter osfamily [2021-02-02T06:29:18.650Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-02T06:29:18.650Z] + OS_FAMILY=redhat [2021-02-02T06:29:18.650Z] + workspace=/w/workspace/edgex-go/1 [2021-02-02T06:29:18.650Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-02T06:29:18.650Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-02T06:29:18.650Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-02T06:29:18.650Z] + PACKAGES=/tmp/packages_start.txt [2021-02-02T06:29:18.651Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:29:18.651Z] + PACKAGES=/tmp/packages_end.txt [2021-02-02T06:29:18.651Z] + case "${OS_FAMILY}" in [2021-02-02T06:29:18.651Z] + rpm -qa [2021-02-02T06:29:18.651Z] + sort [2021-02-02T06:29:23.998Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-02T06:29:23.998Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-02T06:29:23.998Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-02T06:29:23.998Z] + '[' /w/workspace/edgex-go/1 ']' [2021-02-02T06:29:23.998Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2021-02-02T06:29:23.998Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2021-02-02T06:29:24.043Z] 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/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-02T06:29:24.367Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:29:24.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:24.717Z] [2021-02-02T06:29:24.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-02T06:29:25.111Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:25.111Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-02T06:29:25.111Z] df20fa9351a1: Pulling fs layer [2021-02-02T06:29:25.111Z] 36b3adc4ff6f: Pulling fs layer [2021-02-02T06:29:25.111Z] 8ad3a11d3b57: Pulling fs layer [2021-02-02T06:29:25.111Z] 46f8f816bc3b: Pulling fs layer [2021-02-02T06:29:25.111Z] 93b61091891f: Pulling fs layer [2021-02-02T06:29:25.111Z] 93b9cdb0e59b: Pulling fs layer [2021-02-02T06:29:25.111Z] 5e14af77c1be: Pulling fs layer [2021-02-02T06:29:25.111Z] 01666e4c0597: Pulling fs layer [2021-02-02T06:29:25.111Z] aa168da1d23b: Pulling fs layer [2021-02-02T06:29:25.111Z] 93b61091891f: Waiting [2021-02-02T06:29:25.111Z] 93b9cdb0e59b: Waiting [2021-02-02T06:29:25.111Z] 5e14af77c1be: Waiting [2021-02-02T06:29:25.111Z] 01666e4c0597: Waiting [2021-02-02T06:29:25.111Z] aa168da1d23b: Waiting [2021-02-02T06:29:25.111Z] 46f8f816bc3b: Waiting [2021-02-02T06:29:25.111Z] 36b3adc4ff6f: Verifying Checksum [2021-02-02T06:29:25.111Z] 36b3adc4ff6f: Download complete [2021-02-02T06:29:25.111Z] 46f8f816bc3b: Verifying Checksum [2021-02-02T06:29:25.111Z] 46f8f816bc3b: Download complete [2021-02-02T06:29:25.411Z] df20fa9351a1: Download complete [2021-02-02T06:29:25.411Z] 93b9cdb0e59b: Verifying Checksum [2021-02-02T06:29:25.411Z] 93b9cdb0e59b: Download complete [2021-02-02T06:29:25.411Z] 5e14af77c1be: Download complete [2021-02-02T06:29:25.411Z] 01666e4c0597: Download complete [2021-02-02T06:29:25.411Z] 93b61091891f: Verifying Checksum [2021-02-02T06:29:25.411Z] 93b61091891f: Download complete [2021-02-02T06:29:25.411Z] 8ad3a11d3b57: Verifying Checksum [2021-02-02T06:29:25.411Z] 8ad3a11d3b57: Download complete [2021-02-02T06:29:25.682Z] df20fa9351a1: Pull complete [2021-02-02T06:29:25.955Z] 36b3adc4ff6f: Pull complete [2021-02-02T06:29:27.356Z] aa168da1d23b: Verifying Checksum [2021-02-02T06:29:27.356Z] aa168da1d23b: Download complete [2021-02-02T06:29:27.618Z] 8ad3a11d3b57: Pull complete [2021-02-02T06:29:27.897Z] 46f8f816bc3b: Pull complete [2021-02-02T06:29:28.476Z] 93b61091891f: Pull complete [2021-02-02T06:29:28.476Z] 93b9cdb0e59b: Pull complete [2021-02-02T06:29:28.748Z] 5e14af77c1be: Pull complete [2021-02-02T06:29:28.748Z] 01666e4c0597: Pull complete [2021-02-02T06:29:38.835Z] aa168da1d23b: Pull complete [2021-02-02T06:29:38.835Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-02T06:29:38.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-02T06:29:38.835Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-02T06:29:39.078Z] prd-centos7-docker-4c-2g-24525 does not seem to be running inside a container [2021-02-02T06:29:39.130Z] $ 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/1/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/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-02T06:29:44.288Z] $ docker top 49f8aafa8ac875e7cf2c5fb8423a689eee99be2414cd693124548fdffd0d310e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-02T06:29:44.947Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-02T06:29:45.328Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-02T06:29:45.672Z] + ls /var/log/sa-host [2021-02-02T06:29:45.672Z] + sadf -c /var/log/sa-host/sa02 [2021-02-02T06:29:45.672Z] file_magic: OK [2021-02-02T06:29:45.672Z] HZ: Using current value: 100 [2021-02-02T06:29:45.672Z] file_header: OK [2021-02-02T06:29:45.672Z] 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-02-02T06:29:45.672Z] Statistics: [2021-02-02T06:29:45.672Z] 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... [2021-02-02T06:29:45.672Z] File successfully converted to sysstat format version 12.2.1 [2021-02-02T06:29:45.672Z] + sadf -c /var/log/sa-host/sa23 [2021-02-02T06:29:45.672Z] file_magic: OK [2021-02-02T06:29:45.672Z] HZ: Using current value: 100 [2021-02-02T06:29:45.672Z] file_header: OK [2021-02-02T06:29:45.672Z] 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-02-02T06:29:45.672Z] Statistics: [2021-02-02T06:29:45.672Z] Hnuu...uuuununununu... [2021-02-02T06:29:45.672Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-02T06:29:45.954Z] provisioning config files... [2021-02-02T06:29:45.972Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config7856754143392432601tmp [Pipeline] { [Pipeline] echo [2021-02-02T06:29:46.084Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:46.413Z] ---> create-netrc.sh [Pipeline] } [2021-02-02T06:29:46.437Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-02T06:29:46.581Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:46.923Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-02T06:29:46.960Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:47.301Z] ---> sudo-logs.sh [2021-02-02T06:29:47.301Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-02T06:29:47.327Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:47.658Z] ---> job-cost.sh [2021-02-02T06:29:47.658Z] lf-activate-venv: SKIPPING [2021-02-02T06:29:47.658Z] INFO: No Stack... [2021-02-02T06:29:48.248Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-02T06:29:48.829Z] INFO: Archiving Costs [Pipeline] echo [2021-02-02T06:29:48.862Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-02T06:29:49.198Z] ---> logs-deploy.sh [2021-02-02T06:29:49.198Z] lf-activate-venv: SKIPPING [2021-02-02T06:29:49.198Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3111/1 [2021-02-02T06:29:49.198Z] INFO: archiving workspace using pattern(s): [2021-02-02T06:29:50.596Z] Archives upload complete. [2021-02-02T06:29:50.596Z] INFO: archiving logs to Nexus