Pull request #3134 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at 342a72dc7becdeb5a949018242fa1a90a07bfb5e rather than 8c47ad09ea0ea512fd43ea36cd5568db591e06df Obtained Jenkinsfile from 342a72dc7becdeb5a949018242fa1a90a07bfb5e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 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 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-25254 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 342a72dc7becdeb5a949018242fa1a90a07bfb5e into PR head commit 8c47ad09ea0ea512fd43ea36cd5568db591e06df Merge succeeded, producing 8c47ad09ea0ea512fd43ea36cd5568db591e06df Checking out Revision 8c47ad09ea0ea512fd43ea36cd5568db591e06df (PR-3134) > git config core.sparsecheckout # timeout=10 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # 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 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 Commit message: "Merge branch 'master' into issue-3129" > git rev-list --no-walk 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T16:32:06.982Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T16:32:07.264Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T16:32:07.437Z] ========================================================= [2021-02-05T16:32:07.437Z] EdgeX Global Pipelines Version Info [2021-02-05T16:32:07.437Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:32:09.036Z] ------------------- [2021-02-05T16:32:09.036Z] stable info: [2021-02-05T16:32:09.036Z] ------------------- [2021-02-05T16:32:09.036Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T16:32:09.036Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T16:32:09.036Z] Message: update stable to v1.0.179 [2021-02-05T16:32:09.985Z] ------------------- [2021-02-05T16:32:09.985Z] experimental info: [2021-02-05T16:32:09.985Z] ------------------- [2021-02-05T16:32:09.985Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T16:32:09.985Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T16:32:09.985Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T16:32:10.308Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T16:32:10.400Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T16:32:10.545Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T16:32:10.753Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T16:32:10.894Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T16:32:11.014Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T16:32:11.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T16:32:11.223Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T16:32:11.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T16:32:11.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T16:32:11.586Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T16:32:11.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T16:32:11.839Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T16:32:11.942Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T16:32:12.070Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T16:32:12.181Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T16:32:12.289Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T16:32:12.434Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T16:32:12.562Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T16:32:12.742Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T16:32:12.851Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T16:32:12.958Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T16:32:13.064Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T16:32:13.214Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3134 [Pipeline] echo [2021-02-05T16:32:13.380Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3134 [Pipeline] echo [2021-02-05T16:32:13.477Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3134 [Pipeline] echo [2021-02-05T16:32:13.585Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8c47ad09ea0ea512fd43ea36cd5568db591e06df [Pipeline] echo [2021-02-05T16:32:13.694Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8c47ad0 [Pipeline] echo [2021-02-05T16:32:13.787Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T16:32:13.981Z] provisioning config files... [2021-02-05T16:32:14.030Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config3816539039781098219tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:32:14.423Z] ---> docker-login.sh [2021-02-05T16:32:14.423Z] nexus3.edgexfoundry.org:10001 [2021-02-05T16:32:14.686Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:32:14.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:32:14.955Z] Configure a credential helper to remove this warning. See [2021-02-05T16:32:14.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:32:14.955Z] [2021-02-05T16:32:14.955Z] Login Succeeded [2021-02-05T16:32:14.955Z] nexus3.edgexfoundry.org:10002 [2021-02-05T16:32:15.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:32:15.221Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:32:15.221Z] Configure a credential helper to remove this warning. See [2021-02-05T16:32:15.221Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:32:15.221Z] [2021-02-05T16:32:15.221Z] Login Succeeded [2021-02-05T16:32:15.221Z] nexus3.edgexfoundry.org:10003 [2021-02-05T16:32:15.221Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:32:15.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:32:15.485Z] Configure a credential helper to remove this warning. See [2021-02-05T16:32:15.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:32:15.485Z] [2021-02-05T16:32:15.485Z] Login Succeeded [2021-02-05T16:32:15.485Z] nexus3.edgexfoundry.org:10004 [2021-02-05T16:32:15.485Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:32:15.485Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:32:15.485Z] Configure a credential helper to remove this warning. See [2021-02-05T16:32:15.485Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:32:15.485Z] [2021-02-05T16:32:15.485Z] Login Succeeded [2021-02-05T16:32:15.485Z] docker.io [2021-02-05T16:32:15.749Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:32:16.025Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:32:16.025Z] Configure a credential helper to remove this warning. See [2021-02-05T16:32:16.025Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:32:16.025Z] [2021-02-05T16:32:16.025Z] Login Succeeded [2021-02-05T16:32:16.025Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T16:32:16.051Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T16:32:16.607Z] ++ 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-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T16:32:16.608Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T16:32:16.608Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T16:32:16.608Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T16:32:16.608Z] ++ cut -d/ -f2 [2021-02-05T16:32:16.608Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T16:32:16.780Z] 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-05T16:32:18.625Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T16:32:18.625Z] [2021-02-05T16:32:18.625Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:32:18.988Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T16:32:18.988Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T16:32:18.988Z] 31603596830f: Pulling fs layer [2021-02-05T16:32:18.988Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T16:32:18.988Z] 6ca5941a6612: Pulling fs layer [2021-02-05T16:32:18.988Z] ecc8261a40a4: Pulling fs layer [2021-02-05T16:32:18.988Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T16:32:18.988Z] 2a8b12db71e7: Download complete [2021-02-05T16:32:18.988Z] 31603596830f: Verifying Checksum [2021-02-05T16:32:18.988Z] 31603596830f: Download complete [2021-02-05T16:32:19.258Z] ecc8261a40a4: Verifying Checksum [2021-02-05T16:32:19.259Z] ecc8261a40a4: Download complete [2021-02-05T16:32:19.259Z] 6ca5941a6612: Verifying Checksum [2021-02-05T16:32:19.259Z] 6ca5941a6612: Download complete [2021-02-05T16:32:19.523Z] 31603596830f: Pull complete [2021-02-05T16:32:19.523Z] 2a8b12db71e7: Pull complete [2021-02-05T16:32:20.494Z] 6ca5941a6612: Pull complete [2021-02-05T16:32:20.764Z] ecc8261a40a4: Pull complete [2021-02-05T16:32:20.764Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T16:32:20.764Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T16:32:20.764Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T16:32:20.876Z] prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container [2021-02-05T16:32:20.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T16:32:23.536Z] $ docker top 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T16:32:23.833Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T16:32:23.833Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T16:32:24.059Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T16:32:24.063Z] $ docker exec 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent [2021-02-05T16:32:24.231Z] SSH_AUTH_SOCK=/tmp/ssh-zEucxtP92qHb/agent.11 [2021-02-05T16:32:24.231Z] SSH_AGENT_PID=17 [2021-02-05T16:32:24.243Z] Running ssh-add (command line suppressed) [2021-02-05T16:32:24.358Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_5293360215153271676.key (/w/workspace/edgex-go/4@tmp/private_key_5293360215153271676.key) [2021-02-05T16:32:24.409Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T16:32:24.743Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T16:32:24.765Z] $ docker exec --env ******** --env ******** 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent -k [2021-02-05T16:32:24.876Z] unset SSH_AUTH_SOCK; [2021-02-05T16:32:24.877Z] unset SSH_AGENT_PID; [2021-02-05T16:32:24.877Z] echo Agent pid 17 killed; [2021-02-05T16:32:24.924Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T16:32:25.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T16:32:25.064Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T16:32:25.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T16:32:25.243Z] $ docker exec 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent [2021-02-05T16:32:25.416Z] SSH_AUTH_SOCK=/tmp/ssh-c2s2XA2Foxe0/agent.45 [2021-02-05T16:32:25.416Z] SSH_AGENT_PID=50 [2021-02-05T16:32:25.423Z] Running ssh-add (command line suppressed) [2021-02-05T16:32:25.541Z] Identity added: /w/workspace/edgex-go/4@tmp/private_key_2526618983656605437.key (/w/workspace/edgex-go/4@tmp/private_key_2526618983656605437.key) [2021-02-05T16:32:25.592Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T16:32:25.960Z] + git semver init [2021-02-05T16:32:25.960Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T16:32:25.960Z] # $GIT_DIR = /w/workspace/edgex-go/4/.git [2021-02-05T16:32:25.960Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/4 [2021-02-05T16:32:25.960Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T16:32:25.960Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T16:32:25.960Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T16:32:25.960Z] # $SEMVER_BRANCH = PR-3134 [2021-02-05T16:32:25.960Z] # $SEMVER_TEMP = /tmp/semver-902277248 [2021-02-05T16:32:25.960Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T16:33:04.887Z] # '/tmp/semver-902277248' -> '/w/workspace/edgex-go/4/.semver' [2021-02-05T16:33:04.887Z] # -> Force: false [2021-02-05T16:33:04.887Z] # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } [2021-02-05T16:33:04.908Z] $ docker exec --env ******** --env ******** 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 ssh-agent -k [2021-02-05T16:33:05.149Z] unset SSH_AUTH_SOCK; [2021-02-05T16:33:05.150Z] unset SSH_AGENT_PID; [2021-02-05T16:33:05.150Z] echo Agent pid 50 killed; [2021-02-05T16:33:05.255Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T16:33:05.832Z] + git semver [Pipeline] } [2021-02-05T16:33:05.854Z] $ docker stop --time=1 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 [2021-02-05T16:33:07.777Z] $ docker rm -f 896623f8500266b8f4e38b6db4b1f48b2cfdb3d826d7b08bc849a2e5aad6de18 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T16:33:08.314Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T16:33:08.872Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T16:33:08.875Z] [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-05T16:33:09.994Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T16:33:10.329Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T16:33:10.637Z] + sudo service docker restart [2021-02-05T16:33:10.637Z] + true [2021-02-05T16:33:10.637Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T16:33:11.239Z] ========================================================= [2021-02-05T16:33:11.239Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T16:33:11.239Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:33:11.584Z] + 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-05T16:33:15.850Z] Sending build context to Docker daemon 327.7MB [2021-02-05T16:33:15.850Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T16:33:15.850Z] Step 2/6 : FROM ${BASE} [2021-02-05T16:33:15.850Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T16:33:15.850Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T16:33:15.850Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T16:33:15.850Z] de9db76c5a1d: Pulling fs layer [2021-02-05T16:33:15.850Z] bca2f99d35d6: Pulling fs layer [2021-02-05T16:33:15.850Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T16:33:15.850Z] 7c6f9722023f: Pulling fs layer [2021-02-05T16:33:15.850Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T16:33:15.850Z] 93359f2a8cfa: Waiting [2021-02-05T16:33:15.850Z] 7c6f9722023f: Waiting [2021-02-05T16:33:15.850Z] a35cf1a2eb13: Waiting [2021-02-05T16:33:15.850Z] bca2f99d35d6: Waiting [2021-02-05T16:33:15.850Z] de9db76c5a1d: Verifying Checksum [2021-02-05T16:33:15.850Z] de9db76c5a1d: Download complete [2021-02-05T16:33:15.850Z] 0ef7d3d256c8: Download complete [2021-02-05T16:33:15.850Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T16:33:15.850Z] 93359f2a8cfa: Download complete [2021-02-05T16:33:15.850Z] 7c6f9722023f: Verifying Checksum [2021-02-05T16:33:15.850Z] 7c6f9722023f: Download complete [2021-02-05T16:33:15.850Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T16:33:15.850Z] 188c0c94c7c5: Download complete [2021-02-05T16:33:15.850Z] 188c0c94c7c5: Pull complete [2021-02-05T16:33:16.125Z] 0ef7d3d256c8: Pull complete [2021-02-05T16:33:16.393Z] de9db76c5a1d: Pull complete [2021-02-05T16:33:17.354Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T16:33:17.354Z] a35cf1a2eb13: Download complete [2021-02-05T16:33:17.940Z] bca2f99d35d6: Verifying Checksum [2021-02-05T16:33:17.940Z] bca2f99d35d6: Download complete [2021-02-05T16:33:23.358Z] bca2f99d35d6: Pull complete [2021-02-05T16:33:23.358Z] 93359f2a8cfa: Pull complete [2021-02-05T16:33:23.358Z] 7c6f9722023f: Pull complete [2021-02-05T16:33:24.433Z] Still waiting to schedule task [2021-02-05T16:33:24.434Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-05T16:33:28.704Z] a35cf1a2eb13: Pull complete [2021-02-05T16:33:28.705Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T16:33:28.705Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T16:33:28.705Z] ---> a62c8e92a672 [2021-02-05T16:33:28.705Z] 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-05T16:33:28.705Z] ---> Running in 7bd8931c2a23 [2021-02-05T16:33:29.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:33:30.293Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:33:30.572Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T16:33:30.837Z] (2/12) Installing file (5.38-r0) [2021-02-05T16:33:31.101Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T16:33:31.101Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T16:33:43.519Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T16:33:43.519Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T16:33:43.519Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T16:33:43.519Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T16:33:43.519Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T16:33:43.519Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T16:33:43.519Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T16:33:43.519Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T16:33:43.519Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:33:43.519Z] OK: 233 MiB in 51 packages [2021-02-05T16:33:46.167Z] Removing intermediate container 7bd8931c2a23 [2021-02-05T16:33:46.167Z] ---> dafb95d63478 [2021-02-05T16:33:46.167Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T16:33:46.167Z] ---> Running in 7909c188680f [2021-02-05T16:33:46.167Z] Removing intermediate container 7909c188680f [2021-02-05T16:33:46.167Z] ---> b7f8f9c0cdd0 [2021-02-05T16:33:46.167Z] Step 5/6 : COPY go.mod . [2021-02-05T16:33:46.432Z] ---> 813540f7d5ec [2021-02-05T16:33:46.432Z] Step 6/6 : RUN go mod download [2021-02-05T16:33:46.432Z] ---> Running in b3654c5a4959 [2021-02-05T16:34:13.307Z] Removing intermediate container b3654c5a4959 [2021-02-05T16:34:13.307Z] ---> dacb70ed6a70 [2021-02-05T16:34:13.307Z] Successfully built dacb70ed6a70 [2021-02-05T16:34:13.307Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:34:13.634Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T16:34:13.634Z] . [Pipeline] withDockerContainer [2021-02-05T16:34:13.734Z] prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container [2021-02-05T16:34:13.787Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T16:34:14.681Z] $ docker top ebe39f707f9e229b67c51be44c25bc6030b5c8de0dff2852be4e049d2e4f7e20 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:34:15.230Z] + go version [2021-02-05T16:34:15.230Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T16:34:15.248Z] $ docker stop --time=1 ebe39f707f9e229b67c51be44c25bc6030b5c8de0dff2852be4e049d2e4f7e20 [2021-02-05T16:34:16.618Z] $ docker rm -f ebe39f707f9e229b67c51be44c25bc6030b5c8de0dff2852be4e049d2e4f7e20 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:34:17.489Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T16:34:17.489Z] . [Pipeline] withDockerContainer [2021-02-05T16:34:17.595Z] prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container [2021-02-05T16:34:17.650Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T16:34:18.345Z] $ docker top 44d8cd90adbc44e1db4c09c8c1ecd5594b0a604a60a50cbbdb93ccdcf489a3d0 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T16:34:18.611Z] ========================================================= [2021-02-05T16:34:18.611Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T16:34:18.611Z] ========================================================= [Pipeline] sh [2021-02-05T16:34:18.907Z] + make test [2021-02-05T16:34:18.907Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T16:34:28.987Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T16:34:47.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T16:34:47.321Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T16:34:49.905Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T16:34:49.905Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T16:34:49.905Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T16:34:51.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T16:34:51.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T16:34:51.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T16:34:51.327Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T16:34:51.590Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T16:34:52.578Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T16:34:54.582Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T16:34:54.582Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T16:34:54.582Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T16:34:57.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.109s coverage: 45.6% of statements [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T16:34:57.182Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T16:34:57.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.070s coverage: 100.0% of statements [2021-02-05T16:35:00.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.180s coverage: 27.1% of statements [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T16:35:00.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T16:35:00.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.034s coverage: 100.0% of statements [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T16:35:00.541Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 65.8% of statements [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T16:35:00.541Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T16:35:00.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.418s coverage: 82.3% of statements [2021-02-05T16:35:00.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T16:35:00.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:35:00.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T16:35:00.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T16:35:02.781Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.369s coverage: 28.6% of statements [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T16:35:02.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.098s coverage: 100.0% of statements [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T16:35:02.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.061s coverage: 100.0% of statements [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T16:35:02.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.102s coverage: 86.7% of statements [2021-02-05T16:35:02.782Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T16:35:03.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-02-05T16:35:03.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T16:35:03.376Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.068s coverage: 78.3% of statements [2021-02-05T16:35:03.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T16:35:03.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T16:35:03.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T16:35:03.376Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.471s coverage: 92.8% of statements [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.050s coverage: 0.1% of statements [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T16:35:06.001Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.032s coverage: 45.5% of statements [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.059s coverage: 79.5% of statements [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.027s coverage: 94.1% of statements [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.080s coverage: 96.3% of statements [2021-02-05T16:35:06.001Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.033s coverage: 87.5% of statements [2021-02-05T16:35:18.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.037s coverage: 94.4% of statements [2021-02-05T16:35:18.455Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.036s coverage: 44.8% of statements [2021-02-05T16:35:25.238Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25255 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws [2021-02-05T16:35:25.288Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-05T16:35:30.292Z] using credential edgex-jenkins-ssh [2021-02-05T16:35:30.382Z] Cloning the remote Git repository [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.065s coverage: 92.9% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.038s coverage: 87.2% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.032s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.033s coverage: 80.8% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.044s coverage: 84.2% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 63.5% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.042s coverage: 91.3% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.280s coverage: 68.9% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.088s coverage: 37.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.257s coverage: 84.0% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.129s coverage: 47.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.049s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.083s coverage: 84.3% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.716s coverage: 29.1% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.045s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.060s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.029s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.034s coverage: 87.9% of statements [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T16:35:30.771Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.033s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.037s coverage: 32.1% of statements [2021-02-05T16:35:30.771Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-02-05T16:35:30.771Z] GO111MODULE=on go vet ./... [2021-02-05T16:35:30.437Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T16:35:30.543Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-05T16:35:30.627Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T16:35:30.627Z] > git --version # timeout=10 [2021-02-05T16:35:30.645Z] > git --version # 'git version 2.17.1' [2021-02-05T16:35:30.646Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T16:35:30.705Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T16:35:46.831Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T16:35:46.849Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T16:35:46.878Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T16:35:46.912Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T16:35:46.913Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T16:35:46.924Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T16:35:47.722Z] Merging remotes/origin/master commit 342a72dc7becdeb5a949018242fa1a90a07bfb5e into PR head commit 8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:35:48.230Z] Merge succeeded, producing 8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:35:48.230Z] Checking out Revision 8c47ad09ea0ea512fd43ea36cd5568db591e06df (PR-3134) [2021-02-05T16:35:47.743Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T16:35:47.757Z] > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 [2021-02-05T16:35:48.113Z] > git remote # timeout=10 [2021-02-05T16:35:48.132Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T16:35:48.155Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T16:35:48.180Z] > git merge 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 [2021-02-05T16:35:48.212Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T16:35:48.241Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T16:35:48.264Z] > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 [2021-02-05T16:35:52.439Z] Commit message: "Merge branch 'master' into issue-3129" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T16:35:54.072Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T16:35:54.512Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T16:35:54.850Z] + sudo+ service docker restarttrue [2021-02-05T16:35:54.850Z] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T16:35:56.893Z] provisioning config files... [2021-02-05T16:35:56.932Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/4@tmp/config2367473461263920277tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:35:57.331Z] ---> docker-login.sh [2021-02-05T16:35:57.332Z] nexus3.edgexfoundry.org:10001 [2021-02-05T16:35:57.537Z] gofmt -l . [2021-02-05T16:35:57.537Z] [ "`gofmt -l .`" = "" ] [2021-02-05T16:35:57.537Z] ./bin/test-go-mod-tidy.sh [2021-02-05T16:35:57.537Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T16:35:57.856Z] + ls -al . [2021-02-05T16:35:57.856Z] total 692 [2021-02-05T16:35:57.856Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 16:35 . [2021-02-05T16:35:57.856Z] drwxr-xr-x 4 root root 28 Feb 5 16:34 .. [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 16:32 .dockerignore [2021-02-05T16:35:57.856Z] drwxrwxr-x 8 1001 1001 179 Feb 5 16:32 .git [2021-02-05T16:35:57.856Z] drwxrwxr-x 3 1001 1001 125 Feb 5 16:32 .github [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 16:32 .gitignore [2021-02-05T16:35:57.856Z] drwx------ 3 1001 1001 60 Feb 5 16:32 .semver [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 16:32 .sonarcloud.properties [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 16:32 Attribution.txt [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 16:32 CONTRIBUTING.md [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 16:32 Dockerfile.build [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 16:32 Jenkinsfile [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 16:32 LICENSE [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 16:32 Makefile [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 16:32 README.md [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 16:32 SECURITY.md [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 16:33 VERSION [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 16:32 ZMQWindows.md [2021-02-05T16:35:57.856Z] drwxrwxr-x 2 1001 1001 117 Feb 5 16:32 bin [2021-02-05T16:35:57.856Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 16:32 cmd [2021-02-05T16:35:57.856Z] -rw-r--r-- 1 root root 587103 Feb 5 16:35 coverage.out [2021-02-05T16:35:57.856Z] -rw-r--r-- 1 root root 1054 Feb 5 16:35 go.mod [2021-02-05T16:35:57.856Z] -rw-r--r-- 1 root root 19290 Feb 5 16:35 go.sum [2021-02-05T16:35:57.856Z] drwxrwxr-x 8 1001 1001 127 Feb 5 16:32 internal [2021-02-05T16:35:57.856Z] drwxrwxr-x 4 1001 1001 26 Feb 5 16:32 openapi [2021-02-05T16:35:57.856Z] drwxrwxr-x 4 1001 1001 71 Feb 5 16:32 snap [2021-02-05T16:35:57.856Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 16:32 version.go [Pipeline] sh [2021-02-05T16:35:58.165Z] + '[' -e coverage.out ] [2021-02-05T16:35:58.165Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T16:35:58.315Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:35:58.368Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T16:35:58.668Z] + make build [2021-02-05T16:35:58.668Z] 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-05T16:35:58.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:35:58.918Z] Configure a credential helper to remove this warning. See [2021-02-05T16:35:58.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:35:58.918Z] [2021-02-05T16:35:58.918Z] Login Succeeded [2021-02-05T16:35:58.918Z] nexus3.edgexfoundry.org:10002 [2021-02-05T16:35:59.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:35:59.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:35:59.192Z] Configure a credential helper to remove this warning. See [2021-02-05T16:35:59.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:35:59.192Z] [2021-02-05T16:35:59.192Z] Login Succeeded [2021-02-05T16:35:59.466Z] nexus3.edgexfoundry.org:10003 [2021-02-05T16:35:59.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:35:59.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:35:59.741Z] Configure a credential helper to remove this warning. See [2021-02-05T16:35:59.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:35:59.741Z] [2021-02-05T16:35:59.741Z] Login Succeeded [2021-02-05T16:35:59.741Z] nexus3.edgexfoundry.org:10004 [2021-02-05T16:36:00.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:36:00.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:36:00.335Z] Configure a credential helper to remove this warning. See [2021-02-05T16:36:00.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:36:00.335Z] [2021-02-05T16:36:00.335Z] Login Succeeded [2021-02-05T16:36:00.335Z] docker.io [2021-02-05T16:36:00.607Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T16:36:00.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T16:36:00.876Z] Configure a credential helper to remove this warning. See [2021-02-05T16:36:00.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T16:36:00.876Z] [2021-02-05T16:36:00.876Z] Login Succeeded [2021-02-05T16:36:00.876Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T16:36:00.894Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-05T16:36:01.345Z] ========================================================= [2021-02-05T16:36:01.345Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T16:36:01.345Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:36:01.721Z] + 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-05T16:36:02.003Z] 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-05T16:36:04.342Z] Sending build context to Docker daemon 166.2MB [2021-02-05T16:36:04.342Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T16:36:04.342Z] Step 2/6 : FROM ${BASE} [2021-02-05T16:36:04.342Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T16:36:04.342Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T16:36:04.342Z] a4357932f1b6: Pulling fs layer [2021-02-05T16:36:04.342Z] 18c013af1878: Pulling fs layer [2021-02-05T16:36:04.342Z] 00ac8860ef70: Pulling fs layer [2021-02-05T16:36:04.342Z] 63d7cb157983: Pulling fs layer [2021-02-05T16:36:04.342Z] b116817d02f9: Pulling fs layer [2021-02-05T16:36:04.342Z] 745a02a5169b: Pulling fs layer [2021-02-05T16:36:04.342Z] 00ac8860ef70: Waiting [2021-02-05T16:36:04.342Z] 63d7cb157983: Waiting [2021-02-05T16:36:04.342Z] b116817d02f9: Waiting [2021-02-05T16:36:04.342Z] 745a02a5169b: Waiting [2021-02-05T16:36:04.342Z] 18c013af1878: Verifying Checksum [2021-02-05T16:36:04.342Z] 18c013af1878: Download complete [2021-02-05T16:36:04.342Z] a4357932f1b6: Verifying Checksum [2021-02-05T16:36:04.342Z] a4357932f1b6: Download complete [2021-02-05T16:36:04.342Z] 63d7cb157983: Download complete [2021-02-05T16:36:04.342Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T16:36:04.342Z] 5f621e34cdf4: Download complete [2021-02-05T16:36:04.342Z] b116817d02f9: Verifying Checksum [2021-02-05T16:36:04.342Z] b116817d02f9: Download complete [2021-02-05T16:36:04.615Z] 5f621e34cdf4: Pull complete [2021-02-05T16:36:05.220Z] a4357932f1b6: Pull complete [2021-02-05T16:36:05.501Z] 18c013af1878: Pull complete [2021-02-05T16:36:06.482Z] 745a02a5169b: Verifying Checksum [2021-02-05T16:36:08.450Z] 00ac8860ef70: Verifying Checksum [2021-02-05T16:36:08.451Z] 00ac8860ef70: Download complete [2021-02-05T16:36:10.225Z] 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-05T16:36:11.178Z] 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-05T16:36:13.119Z] 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-05T16:36:13.392Z] 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-05T16:36:14.812Z] 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-05T16:36:16.208Z] 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-05T16:36:17.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-05T16:36:18.579Z] 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-05T16:36:18.623Z] 00ac8860ef70: Pull complete [2021-02-05T16:36:18.623Z] 63d7cb157983: Pull complete [2021-02-05T16:36:18.623Z] b116817d02f9: Pull complete [2021-02-05T16:36:19.572Z] 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-05T16:36:20.570Z] 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-05T16:36:22.006Z] 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-05T16:36:22.969Z] 745a02a5169b: Pull complete [2021-02-05T16:36:22.970Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T16:36:22.970Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T16:36:22.970Z] ---> b7e6874047d6 [2021-02-05T16:36:22.970Z] 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 [Pipeline] } [2021-02-05T16:36:23.435Z] $ docker stop --time=1 44d8cd90adbc44e1db4c09c8c1ecd5594b0a604a60a50cbbdb93ccdcf489a3d0 [2021-02-05T16:36:25.137Z] $ docker rm -f 44d8cd90adbc44e1db4c09c8c1ecd5594b0a604a60a50cbbdb93ccdcf489a3d0 [2021-02-05T16:36:25.578Z] ---> Running in 4d435817fa45 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-05T16:36:27.048Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:36:27.641Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:36:28.625Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T16:36:28.625Z] (2/12) Installing file (5.38-r0) [2021-02-05T16:36:28.754Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T16:36:28.754Z] [2021-02-05T16:36:28.754Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:36:28.901Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T16:36:28.901Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T16:36:29.113Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T16:36:29.113Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T16:36:29.113Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T16:36:29.113Z] ca9280d653b3: Pulling fs layer [2021-02-05T16:36:29.113Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T16:36:29.379Z] cbdbe7a5bc2a: Verifying Checksum [2021-02-05T16:36:29.379Z] cbdbe7a5bc2a: Download complete [2021-02-05T16:36:29.642Z] cbdbe7a5bc2a: Pull complete [2021-02-05T16:36:29.910Z] ca9280d653b3: Verifying Checksum [2021-02-05T16:36:29.910Z] ca9280d653b3: Download complete [2021-02-05T16:36:30.899Z] ca9280d653b3: Pull complete [2021-02-05T16:36:31.593Z] 7e9c9ca2126c: Verifying Checksum [2021-02-05T16:36:31.593Z] 7e9c9ca2126c: Download complete [2021-02-05T16:36:37.011Z] 7e9c9ca2126c: Pull complete [2021-02-05T16:36:37.011Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T16:36:37.011Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T16:36:37.011Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T16:36:37.204Z] prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container [2021-02-05T16:36:37.259Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T16:36:40.089Z] $ docker top 28673f14adb9d719e64627df18a9873b8cba6181de4f6506f6058f1f5fd008cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:36:40.666Z] + docker-compose build --help [2021-02-05T16:36:40.667Z] + grep parallel [2021-02-05T16:36:41.285Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T16:36:41.285Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T16:36:41.285Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T16:36:41.285Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T16:36:41.285Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T16:36:41.285Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T16:36:41.285Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T16:36:41.285Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T16:36:41.285Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:36:41.285Z] OK: 217 MiB in 51 packages [2021-02-05T16:36:41.612Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T16:36:41.626Z] $ docker stop --time=1 28673f14adb9d719e64627df18a9873b8cba6181de4f6506f6058f1f5fd008cc [2021-02-05T16:36:42.988Z] $ docker rm -f 28673f14adb9d719e64627df18a9873b8cba6181de4f6506f6058f1f5fd008cc [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:36:43.697Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T16:36:43.697Z] . [Pipeline] withDockerContainer [2021-02-05T16:36:43.798Z] prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container [2021-02-05T16:36:43.852Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T16:36:44.637Z] $ docker top 4d7031ae1bb3d44c4b61e71b305d5fc1732d1386a474d9b7bc07239812e588df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:36:45.192Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T16:36:45.578Z] Removing intermediate container 4d435817fa45 [2021-02-05T16:36:45.578Z] ---> ad0a4cd97eff [2021-02-05T16:36:45.578Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T16:36:45.578Z] ---> Running in e4969f828359 [2021-02-05T16:36:45.849Z] Removing intermediate container e4969f828359 [2021-02-05T16:36:45.849Z] ---> b01f4d069988 [2021-02-05T16:36:45.849Z] Step 5/6 : COPY go.mod . [2021-02-05T16:36:46.146Z] Building docker-core-command-go ... [2021-02-05T16:36:46.146Z] Building docker-core-data-go ... [2021-02-05T16:36:46.146Z] Building docker-core-metadata-go ... [2021-02-05T16:36:46.146Z] Building docker-security-bootstrapper-go ... [2021-02-05T16:36:46.146Z] Building docker-security-proxy-setup-go ... [2021-02-05T16:36:46.146Z] Building docker-security-secretstore-setup-go ... [2021-02-05T16:36:46.146Z] Building docker-support-notifications-go ... [2021-02-05T16:36:46.146Z] Building docker-support-scheduler-go ... [2021-02-05T16:36:46.146Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T16:36:46.146Z] Building docker-security-secretstore-setup-go [2021-02-05T16:36:46.146Z] Building docker-core-metadata-go [2021-02-05T16:36:46.146Z] Building docker-security-bootstrapper-go [2021-02-05T16:36:46.146Z] Building docker-sys-mgmt-agent-go [2021-02-05T16:36:46.146Z] Building docker-core-data-go [2021-02-05T16:36:46.442Z] ---> 8e06ad29e9b7 [2021-02-05T16:36:46.442Z] Step 6/6 : RUN go mod download [2021-02-05T16:36:46.713Z] ---> Running in e668c6fadb06 [2021-02-05T16:37:13.520Z] Removing intermediate container e668c6fadb06 [2021-02-05T16:37:13.520Z] ---> dfd8dae4aaa1 [2021-02-05T16:37:13.520Z] Successfully built dfd8dae4aaa1 [2021-02-05T16:37:13.520Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:37:13.859Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T16:37:13.859Z] . [Pipeline] withDockerContainer [2021-02-05T16:37:14.133Z] prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container [2021-02-05T16:37:14.224Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T16:37:15.703Z] $ docker top 42bf8df44193bdfb059289939efc7c7228f91ef88d2c4c9751c873280a023b62 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:37:16.731Z] + go version [2021-02-05T16:37:16.731Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T16:37:16.762Z] $ docker stop --time=1 42bf8df44193bdfb059289939efc7c7228f91ef88d2c4c9751c873280a023b62 [2021-02-05T16:37:18.633Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:37:18.634Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:37:18.634Z] ---> dacb70ed6a70 [2021-02-05T16:37:18.634Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T16:37:18.634Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:37:18.634Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:37:18.634Z] ---> dacb70ed6a70 [2021-02-05T16:37:18.634Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T16:37:18.654Z] $ docker rm -f 42bf8df44193bdfb059289939efc7c7228f91ef88d2c4c9751c873280a023b62 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [2021-02-05T16:37:19.234Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:37:19.234Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:37:19.234Z] ---> dacb70ed6a70 [2021-02-05T16:37:19.234Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T16:37:19.234Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:37:19.234Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:37:19.234Z] ---> dacb70ed6a70 [2021-02-05T16:37:19.234Z] Step 3/26 : WORKDIR /edgex-go [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:37:19.498Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:37:19.498Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:37:19.498Z] ---> dacb70ed6a70 [2021-02-05T16:37:19.498Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T16:37:19.634Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T16:37:19.634Z] . [Pipeline] withDockerContainer [2021-02-05T16:37:19.870Z] prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container [2021-02-05T16:37:19.961Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T16:37:20.458Z] ---> Running in 882eddfa3739 [2021-02-05T16:37:20.458Z] ---> Running in a3d3800ff4d6 [2021-02-05T16:37:20.458Z] ---> Running in 5f3049906c58 [2021-02-05T16:37:20.458Z] ---> Running in 771bb9e60b59 [2021-02-05T16:37:20.458Z] ---> Running in 8f574fea09a8 [2021-02-05T16:37:20.721Z] Removing intermediate container a3d3800ff4d6 [2021-02-05T16:37:20.721Z] ---> d8c164dc1657 [2021-02-05T16:37:20.721Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:37:20.721Z] Removing intermediate container 882eddfa3739 [2021-02-05T16:37:20.721Z] ---> 7040854450b1 [2021-02-05T16:37:20.721Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:37:20.985Z] Removing intermediate container 771bb9e60b59 [2021-02-05T16:37:20.985Z] ---> 8ca8064695b9 [2021-02-05T16:37:20.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:37:20.985Z] Removing intermediate container 5f3049906c58 [2021-02-05T16:37:20.985Z] ---> 4b3cd7708d61 [2021-02-05T16:37:20.985Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:37:20.985Z] Removing intermediate container 8f574fea09a8 [2021-02-05T16:37:20.985Z] ---> 7dbdc36d88a8 [2021-02-05T16:37:20.985Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:37:20.985Z] ---> Running in 4db240c233b8 [2021-02-05T16:37:20.985Z] ---> Running in 3e88a2e34106 [2021-02-05T16:37:20.985Z] ---> Running in b0344138aa65 [2021-02-05T16:37:20.985Z] ---> Running in e3b34d876e94 [2021-02-05T16:37:20.985Z] ---> Running in 51f05894cb85 [2021-02-05T16:37:21.309Z] $ docker top 39f697a029def67c07aa42297e3837d79a94e5ca3d618eba9c2409b4cb4e9321 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T16:37:21.695Z] ========================================================= [2021-02-05T16:37:21.695Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T16:37:21.695Z] ========================================================= [Pipeline] sh [2021-02-05T16:37:22.340Z] + make test [2021-02-05T16:37:22.340Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T16:37:22.939Z] Removing intermediate container 4db240c233b8 [2021-02-05T16:37:22.939Z] ---> 37243f9a03c5 [2021-02-05T16:37:22.939Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T16:37:23.201Z] ---> Running in 113dbedb8106 [2021-02-05T16:37:23.201Z] Removing intermediate container b0344138aa65 [2021-02-05T16:37:23.201Z] ---> 3c83c650597c [2021-02-05T16:37:23.201Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T16:37:23.201Z] Removing intermediate container 3e88a2e34106 [2021-02-05T16:37:23.201Z] ---> 9759b0524fd3 [2021-02-05T16:37:23.201Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T16:37:23.465Z] ---> Running in b2d6c7c595d9 [2021-02-05T16:37:23.466Z] ---> Running in 46b03f11e4c3 [2021-02-05T16:37:23.729Z] Removing intermediate container e3b34d876e94 [2021-02-05T16:37:23.729Z] ---> 621ec353898f [2021-02-05T16:37:23.729Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T16:37:23.729Z] Removing intermediate container 51f05894cb85 [2021-02-05T16:37:23.729Z] ---> dd12d855b093 [2021-02-05T16:37:23.729Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T16:37:23.991Z] ---> Running in b6c186b44848 [2021-02-05T16:37:23.991Z] ---> Running in dbb212d604d1 [2021-02-05T16:37:23.991Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:24.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:24.574Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:24.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:24.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:24.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:25.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:25.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:25.417Z] OK: 233 MiB in 51 packages [2021-02-05T16:37:25.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:25.417Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:37:25.713Z] Removing intermediate container 113dbedb8106 [2021-02-05T16:37:25.713Z] ---> 0b3a3f76ef98 [2021-02-05T16:37:25.713Z] Step 6/24 : COPY go.mod . [2021-02-05T16:37:25.979Z] OK: 233 MiB in 51 packages [2021-02-05T16:37:25.979Z] OK: 233 MiB in 51 packages [2021-02-05T16:37:25.979Z] OK: 233 MiB in 51 packages [2021-02-05T16:37:25.979Z] ---> d65dddb04390 [2021-02-05T16:37:25.979Z] Step 7/24 : RUN go mod download [2021-02-05T16:37:26.247Z] ---> Running in 233991b5cdcc [2021-02-05T16:37:26.247Z] OK: 233 MiB in 51 packages [2021-02-05T16:37:26.521Z] Removing intermediate container b2d6c7c595d9 [2021-02-05T16:37:26.521Z] ---> 1985baf2139f [2021-02-05T16:37:26.521Z] Step 6/31 : COPY go.mod . [2021-02-05T16:37:27.108Z] Removing intermediate container 46b03f11e4c3 [2021-02-05T16:37:27.108Z] ---> 203cc6ca39e6 [2021-02-05T16:37:27.108Z] Step 6/26 : COPY go.mod . [2021-02-05T16:37:27.108Z] ---> a3483cdc7b66 [2021-02-05T16:37:27.108Z] Step 7/31 : RUN go mod download [2021-02-05T16:37:27.108Z] Removing intermediate container b6c186b44848 [2021-02-05T16:37:27.108Z] ---> bb680e73dd80 [2021-02-05T16:37:27.108Z] Step 6/23 : COPY go.mod . [2021-02-05T16:37:27.375Z] ---> Running in 9ccfec5b7aa0 [2021-02-05T16:37:27.375Z] ---> ed3b12c0f375 [2021-02-05T16:37:27.375Z] Step 7/26 : RUN go mod download [2021-02-05T16:37:27.375Z] Removing intermediate container dbb212d604d1 [2021-02-05T16:37:27.375Z] ---> af65babdacac [2021-02-05T16:37:27.375Z] Step 6/23 : COPY go.mod . [2021-02-05T16:37:27.651Z] ---> Running in 270a73e028d1 [2021-02-05T16:37:27.651Z] ---> 8c578c41c240 [2021-02-05T16:37:27.651Z] Step 7/23 : RUN go mod download [2021-02-05T16:37:27.919Z] ---> 83238f649005 [2021-02-05T16:37:27.919Z] Step 7/23 : RUN go mod download [2021-02-05T16:37:27.919Z] ---> Running in d4b05da50442 [2021-02-05T16:37:28.184Z] ---> Running in 45d776af939b [2021-02-05T16:37:28.786Z] Removing intermediate container 233991b5cdcc [2021-02-05T16:37:28.786Z] ---> 717a46fd3ac3 [2021-02-05T16:37:28.786Z] Step 8/24 : COPY . . [2021-02-05T16:37:29.065Z] Removing intermediate container 9ccfec5b7aa0 [2021-02-05T16:37:29.065Z] ---> c6069201f1f8 [2021-02-05T16:37:29.065Z] Step 8/31 : COPY . . [2021-02-05T16:37:33.391Z] Removing intermediate container 270a73e028d1 [2021-02-05T16:37:33.391Z] ---> 3617b8f04ac3 [2021-02-05T16:37:33.391Z] Step 8/26 : COPY . . [2021-02-05T16:37:37.825Z] Removing intermediate container d4b05da50442 [2021-02-05T16:37:37.825Z] ---> ce32dcd118e2 [2021-02-05T16:37:37.825Z] Step 8/23 : COPY . . [2021-02-05T16:37:39.857Z] Removing intermediate container 45d776af939b [2021-02-05T16:37:39.857Z] ---> a07cdd95ae16 [2021-02-05T16:37:39.857Z] Step 8/23 : COPY . . [2021-02-05T16:37:44.518Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T16:38:12.402Z] ---> c671f41aa4f3 [2021-02-05T16:38:12.402Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T16:38:12.402Z] ---> 8219cc8dd353 [2021-02-05T16:38:12.402Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T16:38:15.788Z] ---> Running in 245158491be0 [2021-02-05T16:38:15.788Z] ---> Running in 38f20b5b65d3 [2021-02-05T16:38:16.388Z] ---> 0a29fd3bf7ec [2021-02-05T16:38:16.388Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T16:38:16.388Z] ---> dfe0ca905fc4 [2021-02-05T16:38:16.388Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T16:38:16.388Z] ---> 844538a0b3c8 [2021-02-05T16:38:16.388Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T16:38:16.388Z] ---> Running in 9b26aee24007 [2021-02-05T16:38:16.678Z] ---> Running in ca776a410a4b [2021-02-05T16:38:16.678Z] ---> Running in 7f92b38ee721 [2021-02-05T16:38:17.332Z] 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-05T16:38:17.332Z] 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-05T16:38:17.332Z] 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-05T16:38:17.332Z] 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-05T16:38:17.641Z] 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-05T16:38:31.569Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T16:38:35.232Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T16:38:40.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T16:38:40.646Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T16:38:40.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T16:38:44.377Z] 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-05T16:38:45.353Z] 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-05T16:38:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T16:38:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T16:38:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T16:38:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T16:38:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T16:38:47.410Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T16:38:50.780Z] Removing intermediate container 7f92b38ee721 [2021-02-05T16:38:50.780Z] ---> 1c9ac4e1eba9 [2021-02-05T16:38:50.780Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T16:38:50.780Z] ---> Running in 9f434bf96755 [2021-02-05T16:38:54.144Z] Removing intermediate container 38f20b5b65d3 [2021-02-05T16:38:54.144Z] ---> 6e86b0c82024 [2021-02-05T16:38:54.144Z] [2021-02-05T16:38:54.144Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T16:38:54.144Z] 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-05T16:38:54.144Z] 3.12: Pulling from library/alpine [2021-02-05T16:38:55.114Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T16:38:55.114Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T16:38:55.114Z] ---> 389fef711851 [2021-02-05T16:38:55.114Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T16:38:55.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T16:38:55.723Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T16:38:55.723Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T16:38:59.360Z] ---> Running in 1d9342ca2d28 [2021-02-05T16:38:59.360Z] Removing intermediate container 245158491be0 [2021-02-05T16:38:59.360Z] ---> 2ed22b5375b7 [2021-02-05T16:38:59.360Z] [2021-02-05T16:38:59.360Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T16:38:59.360Z] ---> 389fef711851 [2021-02-05T16:38:59.360Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T16:38:59.360Z] Removing intermediate container ca776a410a4b [2021-02-05T16:38:59.360Z] ---> a62382953038 [2021-02-05T16:38:59.360Z] [2021-02-05T16:38:59.360Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T16:38:59.360Z] ---> 389fef711851 [2021-02-05T16:38:59.360Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T16:38:59.360Z] Removing intermediate container 9b26aee24007 [2021-02-05T16:38:59.360Z] ---> 3c5070f9e100 [2021-02-05T16:38:59.360Z] [2021-02-05T16:38:59.360Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T16:38:59.360Z] ---> 389fef711851 [2021-02-05T16:38:59.360Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T16:38:59.360Z] ---> Running in 861d5e24a964 [2021-02-05T16:38:59.360Z] Removing intermediate container 9f434bf96755 [2021-02-05T16:38:59.360Z] ---> 1a9770d3586e [2021-02-05T16:38:59.360Z] [2021-02-05T16:38:59.360Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T16:38:59.360Z] ---> Running in 39eccce6715d [2021-02-05T16:38:59.360Z] ---> Running in 529bdd650243 [2021-02-05T16:38:59.626Z] 20.10.0: Pulling from library/docker [2021-02-05T16:38:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:38:59.626Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:38:59.891Z] Removing intermediate container 861d5e24a964 [2021-02-05T16:38:59.891Z] ---> c001a0d0f5db [2021-02-05T16:38:59.891Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T16:38:59.891Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T16:39:00.840Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T16:39:00.840Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T16:39:00.840Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T16:39:00.840Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T16:39:00.840Z] Removing intermediate container 529bdd650243 [2021-02-05T16:39:00.840Z] ---> dc0a00cd787c [2021-02-05T16:39:00.840Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T16:39:00.840Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:39:00.840Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T16:39:01.108Z] OK: 7 MiB in 19 packages [2021-02-05T16:39:01.108Z] ---> Running in eee4b2669a95 [2021-02-05T16:39:01.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:01.108Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:01.108Z] ---> Running in 44e7f36c982a [2021-02-05T16:39:01.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.442s coverage: 45.6% of statements [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T16:39:01.151Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T16:39:01.151Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.210s coverage: 100.0% of statements [2021-02-05T16:39:01.374Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T16:39:01.374Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:39:01.374Z] OK: 6 MiB in 15 packages [2021-02-05T16:39:02.324Z] Removing intermediate container 44e7f36c982a [2021-02-05T16:39:02.324Z] ---> a7b0b4672654 [2021-02-05T16:39:02.324Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T16:39:02.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:02.324Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:02.591Z] ---> Running in 2631760e18c3 [2021-02-05T16:39:02.591Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T16:39:02.591Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T16:39:02.591Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:39:02.591Z] OK: 6 MiB in 16 packages [2021-02-05T16:39:03.178Z] Removing intermediate container 1d9342ca2d28 [2021-02-05T16:39:03.178Z] ---> 32d2468225b4 [2021-02-05T16:39:03.178Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T16:39:03.757Z] ---> Running in 7a3e69448be0 [2021-02-05T16:39:03.757Z] Removing intermediate container 39eccce6715d [2021-02-05T16:39:03.757Z] ---> 969613da95d4 [2021-02-05T16:39:03.757Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:39:03.757Z] Removing intermediate container 2631760e18c3 [2021-02-05T16:39:03.757Z] ---> 327bf0ecc340 [2021-02-05T16:39:03.757Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:39:04.337Z] ---> Running in 9981bae526a7 [2021-02-05T16:39:04.917Z] ---> Running in 8cae151063bb [2021-02-05T16:39:04.917Z] Removing intermediate container 7a3e69448be0 [2021-02-05T16:39:04.917Z] ---> a767ce79c667 [2021-02-05T16:39:04.917Z] Step 13/24 : WORKDIR / [2021-02-05T16:39:05.180Z] Removing intermediate container eee4b2669a95 [2021-02-05T16:39:05.180Z] ---> 310a808373f3 [2021-02-05T16:39:05.180Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T16:39:05.180Z] Removing intermediate container 9981bae526a7 [2021-02-05T16:39:05.180Z] ---> 5b8f29285da5 [2021-02-05T16:39:05.180Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T16:39:05.180Z] ---> Running in 10e97d56915c [2021-02-05T16:39:05.458Z] ---> Running in 37270a18eb2d [2021-02-05T16:39:05.458Z] ---> Running in a4345c5368ed [2021-02-05T16:39:05.722Z] Removing intermediate container 10e97d56915c [2021-02-05T16:39:05.722Z] ---> 2edf127b5b44 [2021-02-05T16:39:05.722Z] 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-05T16:39:05.722Z] Removing intermediate container 37270a18eb2d [2021-02-05T16:39:05.722Z] ---> 7f1c6d666b52 [2021-02-05T16:39:05.722Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T16:39:05.722Z] Removing intermediate container a4345c5368ed [2021-02-05T16:39:05.722Z] ---> 8c6faaca0ceb [2021-02-05T16:39:05.722Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T16:39:05.987Z] ---> Running in 748b4f8a3b4e [2021-02-05T16:39:05.987Z] ---> Running in af220c20551e [2021-02-05T16:39:06.255Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T16:39:06.255Z] ---> 0b5e875690de [2021-02-05T16:39:06.255Z] 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-05T16:39:06.255Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T16:39:06.255Z] ---> aefe523efa57 [2021-02-05T16:39:06.255Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T16:39:06.518Z] Removing intermediate container 748b4f8a3b4e [2021-02-05T16:39:06.518Z] ---> 2157a796d322 [2021-02-05T16:39:06.518Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T16:39:06.519Z] ---> Running in e3ef4243f2c8 [2021-02-05T16:39:06.519Z] Removing intermediate container af220c20551e [2021-02-05T16:39:06.519Z] ---> c8a5371f5a93 [2021-02-05T16:39:06.519Z] Step 15/23 : WORKDIR / [2021-02-05T16:39:06.782Z] ---> Running in c446fe968272 [2021-02-05T16:39:06.782Z] ---> 8f0c946d5b4f [2021-02-05T16:39:06.782Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T16:39:07.044Z] ---> Running in c8bc72f447f7 [2021-02-05T16:39:07.044Z] Removing intermediate container 8cae151063bb [2021-02-05T16:39:07.045Z] ---> b19cb50f8377 [2021-02-05T16:39:07.045Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T16:39:07.045Z] ---> Running in 9a6f3fa31bd8 [2021-02-05T16:39:07.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:07.630Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:07.630Z] Removing intermediate container c8bc72f447f7 [2021-02-05T16:39:07.630Z] ---> fe0d669f3d59 [2021-02-05T16:39:07.630Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:39:07.630Z] ---> 473847c612b0 [2021-02-05T16:39:07.630Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T16:39:07.896Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T16:39:07.896Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T16:39:07.896Z] Executing bash-5.0.17-r0.post-install [2021-02-05T16:39:07.896Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:39:07.896Z] OK: 12 MiB in 22 packages [2021-02-05T16:39:07.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.711s coverage: 27.1% of statements [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T16:39:07.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.098s coverage: 100.0% of statements [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T16:39:07.923Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.083s coverage: 100.0% of statements [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T16:39:07.923Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T16:39:08.481Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:08.524Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.229s coverage: 65.8% of statements [2021-02-05T16:39:08.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T16:39:08.524Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T16:39:09.062Z] ---> 380e1e84748e [2021-02-05T16:39:09.062Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T16:39:09.062Z] ---> d6b3670257a7 [2021-02-05T16:39:09.062Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T16:39:09.336Z] Removing intermediate container c446fe968272 [2021-02-05T16:39:09.336Z] ---> 2d1b3d0312e7 [2021-02-05T16:39:09.336Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T16:39:09.601Z] Removing intermediate container e3ef4243f2c8 [2021-02-05T16:39:09.601Z] ---> 13249401fafb [2021-02-05T16:39:09.601Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T16:39:09.601Z] ---> Running in b2a94afe91cb [2021-02-05T16:39:09.601Z] ---> Running in 0f62cd914293 [2021-02-05T16:39:09.601Z] ---> eea9cb96c57a [2021-02-05T16:39:09.601Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T16:39:09.601Z] ---> f0eb46db8a6c [2021-02-05T16:39:09.601Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T16:39:09.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:09.864Z] Removing intermediate container b2a94afe91cb [2021-02-05T16:39:09.864Z] ---> 16598239456e [2021-02-05T16:39:09.864Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T16:39:09.864Z] Removing intermediate container 0f62cd914293 [2021-02-05T16:39:09.864Z] ---> 505a8b747192 [2021-02-05T16:39:09.864Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T16:39:09.970Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.738s coverage: 82.3% of statements [2021-02-05T16:39:09.970Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T16:39:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:39:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T16:39:09.971Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T16:39:10.134Z] ---> e45a15d46306 [2021-02-05T16:39:10.134Z] 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-05T16:39:10.134Z] ---> Running in d1868aed8646 [2021-02-05T16:39:10.134Z] ---> Running in 314ddfe13f1a [2021-02-05T16:39:10.134Z] ---> d1876b3107b3 [2021-02-05T16:39:10.134Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T16:39:10.416Z] ---> a87ab8462653 [2021-02-05T16:39:10.416Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T16:39:10.416Z] ---> Running in cd3510f1e37a [2021-02-05T16:39:10.416Z] ---> Running in c1c00fdfc604 [2021-02-05T16:39:10.710Z] Removing intermediate container d1868aed8646 [2021-02-05T16:39:10.710Z] ---> 107adeab8608 [2021-02-05T16:39:10.710Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T16:39:10.992Z] ---> Running in 09f41b1e3bd1 [2021-02-05T16:39:10.992Z] Removing intermediate container cd3510f1e37a [2021-02-05T16:39:10.992Z] ---> 05c353d274f3 [2021-02-05T16:39:10.992Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:39:10.992Z] ---> Running in 1e168d71e31e [2021-02-05T16:39:11.259Z] Removing intermediate container 09f41b1e3bd1 [2021-02-05T16:39:11.259Z] ---> 402cdcb9a838 [2021-02-05T16:39:11.259Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T16:39:11.259Z] Removing intermediate container 1e168d71e31e [2021-02-05T16:39:11.259Z] ---> dea3582b10ec [2021-02-05T16:39:11.259Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T16:39:11.536Z] ---> Running in 0b0a00e63c5c [2021-02-05T16:39:11.802Z] ---> f6b206b8d587 [2021-02-05T16:39:11.802Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T16:39:12.074Z] Removing intermediate container 314ddfe13f1a [2021-02-05T16:39:12.074Z] ---> f8a9e995da06 [2021-02-05T16:39:12.074Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T16:39:12.074Z] Removing intermediate container 0b0a00e63c5c [2021-02-05T16:39:12.074Z] ---> 461b90a73aa1 [2021-02-05T16:39:12.074Z] Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:39:12.074Z] ---> Running in 158c317e591c [2021-02-05T16:39:12.074Z] ---> Running in 922faee7cc10 [2021-02-05T16:39:12.356Z] ---> 5b18f111469e [2021-02-05T16:39:12.356Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T16:39:12.356Z] Removing intermediate container c1c00fdfc604 [2021-02-05T16:39:12.356Z] ---> a3b81b888721 [2021-02-05T16:39:12.356Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:39:12.356Z] Removing intermediate container 158c317e591c [2021-02-05T16:39:12.356Z] ---> ae703d40ca85 [2021-02-05T16:39:12.356Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T16:39:12.625Z] Removing intermediate container 922faee7cc10 [2021-02-05T16:39:12.625Z] ---> ca5415fff08a [2021-02-05T16:39:12.625Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T16:39:12.625Z] ---> Running in 398db045ca4b [2021-02-05T16:39:12.625Z] ---> Running in 2fc2ed23608c [2021-02-05T16:39:12.625Z] ---> 76be058d68c0 [2021-02-05T16:39:12.625Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T16:39:12.625Z] ---> 1f063e645717 [2021-02-05T16:39:12.625Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T16:39:12.894Z] ---> Running in 4cfe5b9a892c [2021-02-05T16:39:12.894Z] Removing intermediate container 398db045ca4b [2021-02-05T16:39:12.894Z] ---> e58aec8a9a24 [2021-02-05T16:39:12.894Z] Step 23/24 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:39:13.161Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T16:39:13.161Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T16:39:13.454Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T16:39:13.454Z] Removing intermediate container 2fc2ed23608c [2021-02-05T16:39:13.454Z] ---> ed6fddf38ec0 [2021-02-05T16:39:13.454Z] [2021-02-05T16:39:13.454Z] ---> Running in ea4f29626694 [2021-02-05T16:39:13.454Z] ---> 9ce55a721a36 [2021-02-05T16:39:13.454Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T16:39:13.945Z] Removing intermediate container ea4f29626694 [2021-02-05T16:39:13.945Z] ---> 862f70bf576a [2021-02-05T16:39:13.945Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T16:39:13.945Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T16:39:13.945Z] ---> Running in c7f44e531da9 [2021-02-05T16:39:13.945Z] Successfully built ed6fddf38ec0 [2021-02-05T16:39:13.945Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T16:39:13.945Z] Building docker-core-command-go [2021-02-05T16:39:13.945Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:13.945Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:39:13.945Z] ---> b33e434709cf [2021-02-05T16:39:13.945Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T16:39:13.945Z] Removing intermediate container c7f44e531da9 [2021-02-05T16:39:13.945Z] ---> 2f5eea956af4 [2021-02-05T16:39:13.945Z] [2021-02-05T16:39:14.295Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T16:39:14.295Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T16:39:14.295Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T16:39:14.295Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T16:39:14.295Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T16:39:14.295Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T16:39:14.295Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T16:39:14.295Z] Successfully built 2f5eea956af4 [2021-02-05T16:39:14.295Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T16:39:14.295Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-05T16:39:14.560Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T16:39:15.978Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T16:39:16.243Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:39:16.511Z] ---> d1c871c898e8 [2021-02-05T16:39:16.511Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T16:39:16.511Z] OK: 8 MiB in 20 packages [2021-02-05T16:39:18.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.212s coverage: 28.6% of statements [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T16:39:18.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.159s coverage: 100.0% of statements [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T16:39:18.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.096s coverage: 100.0% of statements [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T16:39:18.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.313s coverage: 86.7% of statements [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T16:39:18.343Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.327s coverage: 97.5% of statements [2021-02-05T16:39:18.343Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T16:39:18.629Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.141s coverage: 78.3% of statements [2021-02-05T16:39:18.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T16:39:18.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T16:39:18.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T16:39:18.629Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T16:39:23.147Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T16:39:23.147Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T16:39:23.147Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T16:39:23.147Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T16:39:23.147Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T16:39:23.733Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T16:39:24.318Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T16:39:24.900Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T16:39:25.166Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T16:39:25.748Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T16:39:25.748Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T16:39:25.748Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T16:39:26.028Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T16:39:26.029Z] ---> 1d378b71e354 [2021-02-05T16:39:26.029Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T16:39:26.294Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T16:39:26.881Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T16:39:26.881Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T16:39:27.150Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T16:39:27.739Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T16:39:28.325Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T16:39:28.829Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.222s coverage: 92.8% of statements [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T16:39:28.829Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.044s coverage: 58.8% of statements [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T16:39:28.830Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.067s coverage: 45.5% of statements [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.079s coverage: 79.5% of statements [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.058s coverage: 94.1% of statements [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.081s coverage: 96.3% of statements [2021-02-05T16:39:28.830Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.094s coverage: 87.5% of statements [2021-02-05T16:39:30.288Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T16:39:30.288Z] ---> Running in 61da4134f9f9 [2021-02-05T16:39:30.288Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T16:39:30.288Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T16:39:30.288Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T16:39:30.288Z] Removing intermediate container 9a6f3fa31bd8 [2021-02-05T16:39:30.288Z] ---> 3eefc46d1239 [2021-02-05T16:39:30.288Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:39:30.288Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T16:39:30.288Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T16:39:30.288Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T16:39:33.633Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:39:33.633Z] OK: 71 MiB in 55 packages [2021-02-05T16:39:34.600Z] ---> dd0602e35c39 [2021-02-05T16:39:34.600Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T16:39:34.868Z] Removing intermediate container 61da4134f9f9 [2021-02-05T16:39:34.868Z] ---> 27bb1341c104 [2021-02-05T16:39:34.868Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T16:39:36.824Z] ---> 00917bdabde2 [2021-02-05T16:39:36.824Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T16:39:38.245Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:39:38.245Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:39:38.245Z] ---> dacb70ed6a70 [2021-02-05T16:39:38.245Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> 7dbdc36d88a8 [2021-02-05T16:39:38.245Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> dd12d855b093 [2021-02-05T16:39:38.245Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> af65babdacac [2021-02-05T16:39:38.245Z] Step 6/21 : COPY go.mod . [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> 83238f649005 [2021-02-05T16:39:38.245Z] Step 7/21 : RUN go mod download [2021-02-05T16:39:38.245Z] ---> 9bc57a59757a [2021-02-05T16:39:38.245Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> a07cdd95ae16 [2021-02-05T16:39:38.245Z] Step 8/21 : COPY . . [2021-02-05T16:39:38.245Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:39:38.245Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:39:38.245Z] ---> dacb70ed6a70 [2021-02-05T16:39:38.245Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> 7dbdc36d88a8 [2021-02-05T16:39:38.245Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> dd12d855b093 [2021-02-05T16:39:38.245Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> af65babdacac [2021-02-05T16:39:38.245Z] Step 6/23 : COPY go.mod . [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> 83238f649005 [2021-02-05T16:39:38.245Z] Step 7/23 : RUN go mod download [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> a07cdd95ae16 [2021-02-05T16:39:38.245Z] Step 8/23 : COPY . . [2021-02-05T16:39:38.245Z] ---> Running in d24619313279 [2021-02-05T16:39:38.245Z] ---> Using cache [2021-02-05T16:39:38.245Z] ---> dfe0ca905fc4 [2021-02-05T16:39:38.245Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T16:39:38.511Z] ---> Using cache [2021-02-05T16:39:38.511Z] ---> dfe0ca905fc4 [2021-02-05T16:39:38.511Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T16:39:39.914Z] ---> Running in ad87d7ee745a [2021-02-05T16:39:39.914Z] ---> Running in 13943dfb73ef [2021-02-05T16:39:40.495Z] ---> 3a451b71eb82 [2021-02-05T16:39:40.495Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T16:39:41.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.096s coverage: 94.4% of statements [2021-02-05T16:39:41.231Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.060s coverage: 44.8% of statements [2021-02-05T16:39:41.456Z] ---> Running in c85e9fe4d6e7 [2021-02-05T16:39:42.419Z] 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-05T16:39:42.419Z] Removing intermediate container c85e9fe4d6e7 [2021-02-05T16:39:42.419Z] ---> b9dcaa7fc408 [2021-02-05T16:39:42.419Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:39:42.419Z] 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-05T16:39:43.844Z] ---> Running in 48348d525b14 [2021-02-05T16:39:44.456Z] Removing intermediate container d24619313279 [2021-02-05T16:39:44.456Z] ---> 2c00bd2545c3 [2021-02-05T16:39:44.456Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T16:39:45.433Z] Removing intermediate container 48348d525b14 [2021-02-05T16:39:45.433Z] ---> d9940dd67d31 [2021-02-05T16:39:45.433Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T16:39:46.870Z] ---> Running in 66cbfe26bfad [2021-02-05T16:39:46.870Z] ---> Running in 75e39b506cca [2021-02-05T16:39:47.141Z] Removing intermediate container 66cbfe26bfad [2021-02-05T16:39:47.141Z] ---> 37fae909262a [2021-02-05T16:39:47.141Z] Step 28/31 : CMD ["gate"] [2021-02-05T16:39:47.742Z] Removing intermediate container 75e39b506cca [2021-02-05T16:39:47.743Z] ---> b6337a44949e [2021-02-05T16:39:47.743Z] Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:39:47.743Z] Removing intermediate container 4cfe5b9a892c [2021-02-05T16:39:47.743Z] ---> fa5498b48398 [2021-02-05T16:39:47.743Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T16:39:48.037Z] ---> Running in a4b9adfdd106 [2021-02-05T16:39:48.037Z] ---> Running in ec8bcdee4c9a [2021-02-05T16:39:48.037Z] ---> Running in cf15372aa3fd [2021-02-05T16:39:48.648Z] Removing intermediate container a4b9adfdd106 [2021-02-05T16:39:48.649Z] ---> 46d9f3283181 [2021-02-05T16:39:48.649Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T16:39:48.649Z] Removing intermediate container ec8bcdee4c9a [2021-02-05T16:39:48.649Z] ---> f4f4963698d7 [2021-02-05T16:39:48.649Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T16:39:48.921Z] ---> Running in 9ba3ce25da51 [2021-02-05T16:39:48.921Z] ---> Running in 85f803626cbc [2021-02-05T16:39:50.878Z] Removing intermediate container 85f803626cbc [2021-02-05T16:39:50.878Z] ---> 06b77e1fce4e [2021-02-05T16:39:50.878Z] Step 30/31 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:39:50.878Z] Removing intermediate container 9ba3ce25da51 [2021-02-05T16:39:50.878Z] ---> bbe2de1e3fc9 [2021-02-05T16:39:50.878Z] [2021-02-05T16:39:50.878Z] ---> Running in 922fe7cd0c64 [2021-02-05T16:39:50.878Z] Successfully built bbe2de1e3fc9 [2021-02-05T16:39:50.878Z] Successfully tagged docker-core-data-go:latest [2021-02-05T16:39:50.878Z] Building docker-support-scheduler-go [2021-02-05T16:39:51.150Z]  Building docker-core-data-go ... done Removing intermediate container 922fe7cd0c64 [2021-02-05T16:39:51.150Z] ---> 724f11c3fa58 [2021-02-05T16:39:51.150Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T16:39:51.419Z] ---> Running in dc81e6ae47d5 [2021-02-05T16:39:51.419Z] Collecting docker-compose==1.23.2 [2021-02-05T16:39:51.419Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T16:39:51.691Z] Removing intermediate container dc81e6ae47d5 [2021-02-05T16:39:51.691Z] ---> fc6bef9ef925 [2021-02-05T16:39:51.691Z] [2021-02-05T16:39:51.965Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T16:39:51.965Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T16:39:52.922Z] 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-05T16:39:53.887Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T16:39:53.887Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T16:39:54.171Z] Successfully built fc6bef9ef925 [2021-02-05T16:39:54.453Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T16:39:54.453Z] Building docker-support-notifications-go [2021-02-05T16:39:55.896Z]  Building docker-security-bootstrapper-go ... done Collecting PyYAML<4,>=3.10 [2021-02-05T16:39:55.896Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T16:39:56.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.116s coverage: 92.9% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.071s coverage: 87.2% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.055s coverage: 100.0% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.087s coverage: 75.5% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.126s coverage: 87.2% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.136s coverage: 84.2% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.164s coverage: 91.4% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.481s coverage: 63.5% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.083s coverage: 91.3% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.059s coverage: 100.0% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.804s coverage: 68.9% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.383s coverage: 37.0% of statements [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T16:39:56.352Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.589s coverage: 84.0% of statements [2021-02-05T16:39:56.352Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.117s coverage: 100.0% of statements [2021-02-05T16:39:57.317Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T16:39:57.317Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T16:39:57.317Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T16:39:57.317Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T16:39:58.791Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T16:39:58.791Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T16:39:59.071Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T16:39:59.347Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T16:40:01.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.407s coverage: 47.0% of statements [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T16:40:01.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.115s coverage: 100.0% of statements [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T16:40:01.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.203s coverage: 100.0% of statements [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T16:40:01.782Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.259s coverage: 84.3% of statements [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:40:01.782Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T16:40:01.934Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T16:40:01.934Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T16:40:02.944Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T16:40:02.944Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T16:40:03.546Z] 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-05T16:40:03.546Z] 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-05T16:40:03.815Z] Collecting idna<2.8,>=2.5 [2021-02-05T16:40:03.815Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T16:40:05.239Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T16:40:05.239Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T16:40:06.668Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T16:40:06.949Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T16:40:06.949Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T16:40:06.949Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T16:40:06.949Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T16:40:06.949Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T16:40:07.916Z] Installing collected packages: jsonschema, texttable, PyYAML, cached-property, docopt, idna, urllib3, requests, websocket-client, dockerpty, docker-pycreds, docker, docker-compose [2021-02-05T16:40:08.884Z] 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-05T16:40:09.471Z] Running setup.py install for texttable: started [2021-02-05T16:40:10.073Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.962s coverage: 29.1% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.240s coverage: 99.0% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.110s coverage: 100.0% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.218s coverage: 100.0% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.054s coverage: 100.0% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T16:40:10.074Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.080s coverage: 100.0% of statements [2021-02-05T16:40:10.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.064s coverage: 32.1% of statements [2021-02-05T16:40:10.346Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.075s coverage: 100.0% of statements [2021-02-05T16:40:10.474Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T16:40:10.474Z] Running setup.py install for PyYAML: started [2021-02-05T16:40:10.942Z] GO111MODULE=on go vet ./... [2021-02-05T16:40:11.892Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T16:40:12.474Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:40:12.474Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:40:12.474Z] ---> dacb70ed6a70 [2021-02-05T16:40:12.474Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T16:40:12.474Z] ---> Using cache [2021-02-05T16:40:12.474Z] ---> 7dbdc36d88a8 [2021-02-05T16:40:12.474Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:40:12.474Z] ---> Using cache [2021-02-05T16:40:12.474Z] ---> dd12d855b093 [2021-02-05T16:40:12.474Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T16:40:12.474Z] ---> Using cache [2021-02-05T16:40:12.474Z] ---> af65babdacac [2021-02-05T16:40:12.474Z] Step 6/22 : COPY go.mod . [2021-02-05T16:40:12.474Z] ---> Using cache [2021-02-05T16:40:12.474Z] ---> 83238f649005 [2021-02-05T16:40:12.474Z] Step 7/22 : RUN go mod download [2021-02-05T16:40:12.474Z] ---> Using cache [2021-02-05T16:40:12.743Z] ---> a07cdd95ae16 [2021-02-05T16:40:12.743Z] Step 8/22 : COPY . . [2021-02-05T16:40:12.743Z] ---> Using cache [2021-02-05T16:40:12.743Z] ---> dfe0ca905fc4 [2021-02-05T16:40:12.743Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T16:40:13.708Z] Running setup.py install for docopt: started [2021-02-05T16:40:13.980Z] ---> Running in 53d2908eadb7 [2021-02-05T16:40:14.566Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T16:40:14.566Z] Attempting uninstall: idna [2021-02-05T16:40:14.566Z] Found existing installation: idna 2.9 [2021-02-05T16:40:14.566Z] Uninstalling idna-2.9: [2021-02-05T16:40:15.168Z] Successfully uninstalled idna-2.9 [2021-02-05T16:40:16.598Z] Attempting uninstall: urllib3 [2021-02-05T16:40:16.598Z] Found existing installation: urllib3 1.25.9 [2021-02-05T16:40:16.598Z] Uninstalling urllib3-1.25.9: [2021-02-05T16:40:16.870Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T16:40:16.870Z] 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-05T16:40:17.459Z] Attempting uninstall: requests [2021-02-05T16:40:17.459Z] Found existing installation: requests 2.23.0 [2021-02-05T16:40:17.459Z] Uninstalling requests-2.23.0: [2021-02-05T16:40:17.459Z] Successfully uninstalled requests-2.23.0 [2021-02-05T16:40:18.413Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:40:18.413Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:40:18.413Z] ---> dacb70ed6a70 [2021-02-05T16:40:18.413Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T16:40:18.413Z] ---> Using cache [2021-02-05T16:40:18.413Z] ---> 7dbdc36d88a8 [2021-02-05T16:40:18.413Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:40:18.413Z] ---> Using cache [2021-02-05T16:40:18.413Z] ---> dd12d855b093 [2021-02-05T16:40:18.413Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T16:40:21.020Z] ---> Running in 5e973a2b1599 [2021-02-05T16:40:21.020Z] Running setup.py install for dockerpty: started [2021-02-05T16:40:21.634Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T16:40:22.595Z] Removing intermediate container ad87d7ee745a [2021-02-05T16:40:22.595Z] ---> c9db233c3aae [2021-02-05T16:40:22.595Z] [2021-02-05T16:40:22.595Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T16:40:22.595Z] ---> 389fef711851 [2021-02-05T16:40:22.595Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T16:40:22.595Z] ---> Using cache [2021-02-05T16:40:22.595Z] ---> 969613da95d4 [2021-02-05T16:40:22.595Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:40:22.595Z] ---> Using cache [2021-02-05T16:40:22.595Z] ---> 5b8f29285da5 [2021-02-05T16:40:22.595Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T16:40:22.888Z] Removing intermediate container 13943dfb73ef [2021-02-05T16:40:22.888Z] ---> f92881240716 [2021-02-05T16:40:22.888Z] [2021-02-05T16:40:22.888Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T16:40:22.888Z] ---> 389fef711851 [2021-02-05T16:40:22.888Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T16:40:23.166Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:40:23.166Z] ---> Running in c00db4d0b410 [2021-02-05T16:40:23.447Z] ---> Running in a16bc9d30730 [2021-02-05T16:40:24.040Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:40:24.328Z] Removing intermediate container c00db4d0b410 [2021-02-05T16:40:24.328Z] ---> 611db34333e1 [2021-02-05T16:40:24.328Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T16:40:24.328Z] 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-05T16:40:24.328Z] ---> Running in f92e507e4cd7 [2021-02-05T16:40:24.620Z] OK: 233 MiB in 51 packages [2021-02-05T16:40:24.621Z] Removing intermediate container f92e507e4cd7 [2021-02-05T16:40:24.621Z] ---> 20741191c57d [2021-02-05T16:40:24.621Z] Step 15/23 : WORKDIR / [2021-02-05T16:40:24.899Z] ---> Running in a520c5264a4a [2021-02-05T16:40:25.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:40:25.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:40:25.189Z] Removing intermediate container a520c5264a4a [2021-02-05T16:40:25.189Z] ---> d34d58b55bc7 [2021-02-05T16:40:25.189Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:40:25.475Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T16:40:25.475Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T16:40:25.475Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T16:40:25.475Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T16:40:25.475Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:40:26.059Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T16:40:26.059Z] OK: 7 MiB in 18 packages [2021-02-05T16:40:27.190Z] Removing intermediate container 5e973a2b1599 [2021-02-05T16:40:27.191Z] ---> 5bfed8df9ad6 [2021-02-05T16:40:27.191Z] Step 6/22 : COPY go.mod . [2021-02-05T16:40:28.608Z] ---> 310b95728f57 [2021-02-05T16:40:28.608Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T16:40:28.883Z] Removing intermediate container cf15372aa3fd [2021-02-05T16:40:28.883Z] ---> 9b294529cefd [2021-02-05T16:40:28.883Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T16:40:28.883Z] ---> aa92ed5de811 [2021-02-05T16:40:28.883Z] Step 7/22 : RUN go mod download [2021-02-05T16:40:29.494Z] ---> Running in 141571905be0 [2021-02-05T16:40:29.494Z] ---> Running in 261d27e4b819 [2021-02-05T16:40:30.083Z] ---> 975b737f2f1e [2021-02-05T16:40:30.083Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T16:40:30.083Z] Removing intermediate container a16bc9d30730 [2021-02-05T16:40:30.083Z] ---> a7df99e5558b [2021-02-05T16:40:30.083Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T16:40:30.697Z] ---> Running in f90da61d5a83 [2021-02-05T16:40:30.697Z] ---> b4900cb63c04 [2021-02-05T16:40:30.697Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T16:40:30.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:40:30.981Z] ---> Running in 0ff22e6fd3b7 [2021-02-05T16:40:30.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:40:30.981Z] Removing intermediate container f90da61d5a83 [2021-02-05T16:40:30.981Z] ---> 98de945a8b30 [2021-02-05T16:40:30.981Z] Step 13/21 : WORKDIR /edgex [2021-02-05T16:40:31.266Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T16:40:31.266Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T16:40:31.266Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T16:40:31.266Z] ---> Running in 2dbadda95de4 [2021-02-05T16:40:31.266Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:40:31.266Z] OK: 72 MiB in 58 packages [2021-02-05T16:40:31.266Z] Removing intermediate container 0ff22e6fd3b7 [2021-02-05T16:40:31.266Z] ---> 5f276cd38a69 [2021-02-05T16:40:31.266Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:40:31.554Z] ---> Running in accc389c1e3c [2021-02-05T16:40:31.824Z] Removing intermediate container 2dbadda95de4 [2021-02-05T16:40:31.824Z] ---> a12bc6193a66 [2021-02-05T16:40:31.824Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T16:40:32.407Z] ---> e13c7f8d2ae2 [2021-02-05T16:40:32.407Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T16:40:32.407Z] Removing intermediate container accc389c1e3c [2021-02-05T16:40:32.407Z] ---> a9d7856bed29 [2021-02-05T16:40:32.407Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T16:40:32.673Z] ---> Running in b06a27dc4540 [2021-02-05T16:40:32.673Z] Removing intermediate container 141571905be0 [2021-02-05T16:40:32.673Z] ---> e5d160f5853f [2021-02-05T16:40:32.673Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T16:40:32.948Z] Removing intermediate container 261d27e4b819 [2021-02-05T16:40:32.948Z] ---> d36aa572e12a [2021-02-05T16:40:32.948Z] Step 8/22 : COPY . . [2021-02-05T16:40:32.948Z] ---> Running in 46fce5b05386 [2021-02-05T16:40:32.948Z] Removing intermediate container b06a27dc4540 [2021-02-05T16:40:32.948Z] ---> 5221601e9eac [2021-02-05T16:40:32.948Z] Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:40:32.948Z] ---> cf67c001075e [2021-02-05T16:40:32.948Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T16:40:33.217Z] ---> Running in 3d1ff53caaf1 [2021-02-05T16:40:33.217Z] Removing intermediate container 46fce5b05386 [2021-02-05T16:40:33.217Z] ---> 85d46f642678 [2021-02-05T16:40:33.217Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:40:35.799Z] ---> Running in e25c29dd328e [2021-02-05T16:40:37.213Z] Removing intermediate container 3d1ff53caaf1 [2021-02-05T16:40:37.213Z] ---> 3e55e137ab22 [2021-02-05T16:40:37.213Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T16:40:37.480Z] ---> f41a34ddc805 [2021-02-05T16:40:37.480Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T16:40:38.516Z] ---> Running in bfd9d465f6c9 [2021-02-05T16:40:38.516Z] Removing intermediate container e25c29dd328e [2021-02-05T16:40:38.516Z] ---> ddd0db7ae6de [2021-02-05T16:40:38.516Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T16:40:40.513Z] ---> Running in 5a7bda37d603 [2021-02-05T16:40:42.485Z] ---> Running in bafdbfbff348 [2021-02-05T16:40:43.440Z] Removing intermediate container bfd9d465f6c9 [2021-02-05T16:40:43.440Z] ---> 64f0b752edef [2021-02-05T16:40:43.440Z] [2021-02-05T16:40:43.440Z] Removing intermediate container 53d2908eadb7 [2021-02-05T16:40:43.440Z] ---> 4a613342acd7 [2021-02-05T16:40:43.440Z] [2021-02-05T16:40:43.440Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T16:40:43.440Z] ---> 389fef711851 [2021-02-05T16:40:43.440Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T16:40:43.440Z] ---> Using cache [2021-02-05T16:40:43.440Z] ---> 969613da95d4 [2021-02-05T16:40:43.440Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:40:43.440Z] ---> Using cache [2021-02-05T16:40:43.440Z] ---> 5b8f29285da5 [2021-02-05T16:40:43.440Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T16:40:43.705Z] Successfully built 64f0b752edef [2021-02-05T16:40:43.705Z] Removing intermediate container 5a7bda37d603 [2021-02-05T16:40:43.705Z] ---> c60baf9ec354 [2021-02-05T16:40:43.705Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T16:40:44.286Z] Successfully tagged docker-core-command-go:latest [2021-02-05T16:40:45.136Z]  Building docker-core-command-go ... done  ---> Running in 9a7684607755 [2021-02-05T16:40:45.401Z] Removing intermediate container bafdbfbff348 [2021-02-05T16:40:45.401Z] ---> aadd38434c3e [2021-02-05T16:40:45.401Z] Step 25/26 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:40:47.353Z] ---> Running in 083e513902eb [2021-02-05T16:40:47.353Z] ---> Running in e2e23c4579f6 [2021-02-05T16:40:47.629Z] Removing intermediate container 9a7684607755 [2021-02-05T16:40:47.629Z] ---> e743f018b81e [2021-02-05T16:40:47.629Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T16:40:49.580Z] ---> Running in 34278cf44f0a [2021-02-05T16:40:49.580Z] Removing intermediate container e2e23c4579f6 [2021-02-05T16:40:49.580Z] ---> 93ebd5d85d85 [2021-02-05T16:40:49.580Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T16:40:49.580Z] Removing intermediate container 083e513902eb [2021-02-05T16:40:49.580Z] ---> 5dd4dafbfb74 [2021-02-05T16:40:49.580Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T16:40:49.848Z] ---> Running in 3086c03fa3c6 [2021-02-05T16:40:49.848Z] ---> Running in f1b48c7cf170 [2021-02-05T16:40:49.848Z] Removing intermediate container 34278cf44f0a [2021-02-05T16:40:49.848Z] ---> 91688d7a6f7d [2021-02-05T16:40:49.848Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:40:51.246Z] Removing intermediate container f1b48c7cf170 [2021-02-05T16:40:51.246Z] ---> 77da93978861 [2021-02-05T16:40:51.246Z] [2021-02-05T16:40:51.246Z] Removing intermediate container 3086c03fa3c6 [2021-02-05T16:40:51.246Z] ---> 68aef8da769d [2021-02-05T16:40:51.246Z] Step 20/21 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:40:51.509Z] Successfully built 77da93978861 [2021-02-05T16:40:51.773Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T16:40:52.351Z]  Building docker-sys-mgmt-agent-go ... done  ---> 37a64b7c7025 [2021-02-05T16:40:52.351Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / ---> Running in 11ae1be50199 [2021-02-05T16:40:52.351Z] [2021-02-05T16:40:52.617Z] ---> 53c589b13839 [2021-02-05T16:40:52.617Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T16:40:52.617Z] ---> Running in ad19b2b6d888 [2021-02-05T16:40:52.617Z] Removing intermediate container 11ae1be50199 [2021-02-05T16:40:52.617Z] ---> 1ebb7e86e6be [2021-02-05T16:40:52.617Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T16:40:52.894Z] ---> Running in d7dae31b9047 [2021-02-05T16:40:52.894Z] ---> 6952d20e50b7 [2021-02-05T16:40:52.894Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T16:40:53.162Z] Removing intermediate container d7dae31b9047 [2021-02-05T16:40:53.162Z] ---> eb52a20a5983 [2021-02-05T16:40:53.162Z] [2021-02-05T16:40:53.426Z] ---> dcfcb41f7e9a [2021-02-05T16:40:53.426Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T16:40:53.426Z] 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-05T16:40:53.426Z] Successfully built eb52a20a5983 [2021-02-05T16:40:53.426Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T16:40:53.426Z]  Building docker-security-proxy-setup-go ... done  ---> Running in f65f2e075841 [2021-02-05T16:40:53.693Z] Removing intermediate container f65f2e075841 [2021-02-05T16:40:53.693Z] ---> 037d1cf7f63a [2021-02-05T16:40:53.693Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:40:53.693Z] ---> Running in ebe2e2e6ac61 [2021-02-05T16:40:53.962Z] Removing intermediate container ebe2e2e6ac61 [2021-02-05T16:40:53.962Z] ---> 41f505ad4006 [2021-02-05T16:40:53.962Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T16:40:53.962Z] ---> Running in 9f08cfe7f5ac [2021-02-05T16:40:54.239Z] Removing intermediate container 9f08cfe7f5ac [2021-02-05T16:40:54.239Z] ---> fdba2ee3f2b3 [2021-02-05T16:40:54.239Z] Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:40:54.239Z] ---> Running in b1bbb2b623eb [2021-02-05T16:40:54.525Z] Removing intermediate container b1bbb2b623eb [2021-02-05T16:40:54.526Z] ---> 5e1562adee28 [2021-02-05T16:40:54.526Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T16:40:54.804Z] ---> Running in bb33a13a039a [2021-02-05T16:40:55.104Z] Removing intermediate container bb33a13a039a [2021-02-05T16:40:55.104Z] ---> 66eacb3da170 [2021-02-05T16:40:55.104Z] [2021-02-05T16:40:55.391Z] Successfully built 66eacb3da170 [2021-02-05T16:40:55.391Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T16:41:07.786Z]  Building docker-support-scheduler-go ... done Removing intermediate container ad19b2b6d888 [2021-02-05T16:41:07.786Z] ---> 128534e4fa38 [2021-02-05T16:41:07.786Z] [2021-02-05T16:41:07.786Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T16:41:07.786Z] ---> 389fef711851 [2021-02-05T16:41:07.786Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T16:41:07.786Z] ---> Running in 31d4bba2a4f3 [2021-02-05T16:41:07.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T16:41:07.786Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T16:41:07.786Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T16:41:07.786Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T16:41:07.786Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:41:07.786Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T16:41:07.786Z] OK: 6 MiB in 16 packages [2021-02-05T16:41:07.786Z] Removing intermediate container 31d4bba2a4f3 [2021-02-05T16:41:07.786Z] ---> ed1cdef89dd3 [2021-02-05T16:41:07.786Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:41:07.786Z] ---> Running in dacffce32101 [2021-02-05T16:41:08.049Z] Removing intermediate container dacffce32101 [2021-02-05T16:41:08.049Z] ---> 04024aa87ed3 [2021-02-05T16:41:08.049Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T16:41:08.049Z] ---> Running in d955c8ded6db [2021-02-05T16:41:09.444Z] Removing intermediate container d955c8ded6db [2021-02-05T16:41:09.444Z] ---> 8a9d1cc98fd3 [2021-02-05T16:41:09.444Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T16:41:09.444Z] ---> Running in d419d6d23c24 [2021-02-05T16:41:09.444Z] Removing intermediate container d419d6d23c24 [2021-02-05T16:41:09.444Z] ---> bd229e4f5234 [2021-02-05T16:41:09.444Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:41:09.707Z] ---> 02a3f9f44481 [2021-02-05T16:41:09.707Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T16:41:10.285Z] ---> 30bb296e1f0d [2021-02-05T16:41:10.285Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T16:41:10.553Z] ---> eb3b139b9321 [2021-02-05T16:41:10.553Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T16:41:10.553Z] ---> Running in d9b328004b2d [2021-02-05T16:41:10.817Z] Removing intermediate container d9b328004b2d [2021-02-05T16:41:10.817Z] ---> b2752416a0d5 [2021-02-05T16:41:10.817Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:41:10.817Z] ---> Running in db6c3179a71a [2021-02-05T16:41:11.080Z] Removing intermediate container db6c3179a71a [2021-02-05T16:41:11.080Z] ---> 9a2b12ea2557 [2021-02-05T16:41:11.080Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T16:41:11.080Z] ---> Running in 896db333a366 [2021-02-05T16:41:11.342Z] Removing intermediate container 896db333a366 [2021-02-05T16:41:11.342Z] ---> bd1043d86160 [2021-02-05T16:41:11.342Z] Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:41:11.342Z] ---> Running in 7ff44cc78434 [2021-02-05T16:41:11.605Z] Removing intermediate container 7ff44cc78434 [2021-02-05T16:41:11.605Z] ---> 013379cb2c33 [2021-02-05T16:41:11.605Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T16:41:11.605Z] ---> Running in 0eee4a23625a [2021-02-05T16:41:11.867Z] Removing intermediate container 0eee4a23625a [2021-02-05T16:41:11.867Z] ---> d576e111be5e [2021-02-05T16:41:11.867Z] [2021-02-05T16:41:11.867Z] Successfully built d576e111be5e [2021-02-05T16:41:11.867Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T16:41:12.455Z]  Building docker-support-notifications-go ... done  [Pipeline] } [2021-02-05T16:41:12.463Z] $ docker stop --time=1 4d7031ae1bb3d44c4b61e71b305d5fc1732d1386a474d9b7bc07239812e588df [2021-02-05T16:41:14.109Z] $ docker rm -f 4d7031ae1bb3d44c4b61e71b305d5fc1732d1386a474d9b7bc07239812e588df [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T16:41:14.684Z] + docker images [2021-02-05T16:41:14.685Z] + grep docker [2021-02-05T16:41:14.947Z] docker-support-notifications-go latest d576e111be5e 3 seconds ago 17.6MB [2021-02-05T16:41:14.947Z] docker-support-scheduler-go latest 66eacb3da170 20 seconds ago 17MB [2021-02-05T16:41:14.947Z] docker-security-proxy-setup-go latest eb52a20a5983 22 seconds ago 24.4MB [2021-02-05T16:41:14.947Z] docker-sys-mgmt-agent-go latest 77da93978861 24 seconds ago 313MB [2021-02-05T16:41:14.947Z] docker-core-command-go latest 64f0b752edef 33 seconds ago 16.9MB [2021-02-05T16:41:14.947Z] docker-security-bootstrapper-go latest fc6bef9ef925 About a minute ago 23.8MB [2021-02-05T16:41:14.947Z] docker-core-data-go latest bbe2de1e3fc9 About a minute ago 22.3MB [2021-02-05T16:41:14.947Z] docker-security-secretstore-setup-go latest 2f5eea956af4 2 minutes ago 24.6MB [2021-02-05T16:41:14.947Z] docker-core-metadata-go latest ed6fddf38ec0 2 minutes ago 18.8MB [2021-02-05T16:41:14.947Z] docker 20.10.0 aefe523efa57 8 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-05T16:41:30.958Z] Still waiting to schedule task [2021-02-05T16:41:30.958Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-05T16:41:32.743Z] gofmt -l . [2021-02-05T16:41:32.743Z] [ "`gofmt -l .`" = "" ] [2021-02-05T16:41:32.743Z] ./bin/test-go-mod-tidy.sh [2021-02-05T16:41:32.743Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T16:41:33.413Z] + ls -al . [2021-02-05T16:41:33.413Z] total 720 [2021-02-05T16:41:33.413Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 16:41 . [2021-02-05T16:41:33.413Z] drwxr-xr-x 4 root root 4096 Feb 5 16:37 .. [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 16:35 .dockerignore [2021-02-05T16:41:33.413Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 16:35 .git [2021-02-05T16:41:33.413Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 16:35 .github [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 16:35 .gitignore [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 16:35 .sonarcloud.properties [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 16:35 Attribution.txt [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 16:35 CONTRIBUTING.md [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 16:35 Dockerfile.build [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 16:35 Jenkinsfile [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 16:35 LICENSE [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 16:35 Makefile [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 16:35 README.md [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 16:35 SECURITY.md [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 16:33 VERSION [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 16:35 ZMQWindows.md [2021-02-05T16:41:33.413Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 16:35 bin [2021-02-05T16:41:33.413Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 16:35 cmd [2021-02-05T16:41:33.413Z] -rw-r--r-- 1 root root 587103 Feb 5 16:40 coverage.out [2021-02-05T16:41:33.413Z] -rw-r--r-- 1 root root 1054 Feb 5 16:41 go.mod [2021-02-05T16:41:33.413Z] -rw-r--r-- 1 root root 19290 Feb 5 16:41 go.sum [2021-02-05T16:41:33.413Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 16:35 internal [2021-02-05T16:41:33.413Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 16:35 openapi [2021-02-05T16:41:33.413Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 16:35 snap [2021-02-05T16:41:33.413Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 16:35 version.go [Pipeline] sh [2021-02-05T16:41:34.071Z] + '[' -e coverage.out ] [2021-02-05T16:41:34.071Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T16:41:34.152Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T16:41:35.309Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T16:41:36.043Z] + make build [2021-02-05T16:41:36.043Z] 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-05T16:41:46.262Z] 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-05T16:42:08.436Z] 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-05T16:42:13.838Z] 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-05T16:42:19.221Z] 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-05T16:42:20.197Z] 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-05T16:42:24.534Z] 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-05T16:42:26.100Z] Running on prd-ubuntu18.04-docker-8c-8g-25257 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws [2021-02-05T16:42:26.197Z] Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [2021-02-05T16:42:28.390Z] using credential edgex-jenkins-ssh [2021-02-05T16:42:28.467Z] Cloning the remote Git repository [2021-02-05T16:42:28.494Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T16:42:28.563Z] > git init /w/workspace/edgex-go/4 # timeout=10 [2021-02-05T16:42:28.596Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T16:42:28.596Z] > git --version # timeout=10 [2021-02-05T16:42:28.603Z] > git --version # 'git version 2.17.1' [2021-02-05T16:42:28.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T16:42:28.632Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T16:42:29.941Z] 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-05T16:42:33.372Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T16:42:37.702Z] 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-05T16:42:41.091Z] 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-05T16:42:44.503Z] 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-05T16:42:48.814Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T16:42:54.251Z] $ docker stop --time=1 39f697a029def67c07aa42297e3837d79a94e5ca3d618eba9c2409b4cb4e9321 [2021-02-05T16:42:56.620Z] Merging remotes/origin/master commit 342a72dc7becdeb5a949018242fa1a90a07bfb5e into PR head commit 8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:42:56.796Z] Merge succeeded, producing 8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:42:56.797Z] Checking out Revision 8c47ad09ea0ea512fd43ea36cd5568db591e06df (PR-3134) [2021-02-05T16:42:56.812Z] $ docker rm -f 39f697a029def67c07aa42297e3837d79a94e5ca3d618eba9c2409b4cb4e9321 [2021-02-05T16:42:55.968Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T16:42:55.974Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T16:42:55.986Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T16:42:55.999Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T16:42:56.000Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T16:42:56.004Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T16:42:56.633Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T16:42:56.638Z] > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 [2021-02-05T16:42:56.759Z] > git remote # timeout=10 [2021-02-05T16:42:56.767Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T16:42:56.778Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T16:42:56.782Z] > git merge 342a72dc7becdeb5a949018242fa1a90a07bfb5e # timeout=10 [2021-02-05T16:42:56.792Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T16:42:56.805Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T16:42:56.809Z] > git checkout -f 8c47ad09ea0ea512fd43ea36cd5568db591e06df # timeout=10 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:42:59.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T16:42:59.084Z] [2021-02-05T16:42:59.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:42:59.473Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T16:42:59.744Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T16:42:59.744Z] 29e5d40040c1: Pulling fs layer [2021-02-05T16:42:59.744Z] 1ce36da41761: Pulling fs layer [2021-02-05T16:42:59.744Z] 25b303627fd3: Pulling fs layer [2021-02-05T16:43:00.015Z] 29e5d40040c1: Verifying Checksum [2021-02-05T16:43:00.015Z] 29e5d40040c1: Download complete [2021-02-05T16:43:00.556Z] Commit message: "Merge branch 'master' into issue-3129" [2021-02-05T16:43:00.615Z] 1ce36da41761: Verifying Checksum [2021-02-05T16:43:00.615Z] 1ce36da41761: Download complete [2021-02-05T16:43:00.897Z] 29e5d40040c1: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:43:01.681Z] + echo snap-build.sh [2021-02-05T16:43:01.682Z] snap-build.sh [2021-02-05T16:43:01.682Z] + SNAP_BASE_DIR=. [2021-02-05T16:43:01.682Z] + '[' '!' -z /w/workspace/edgex-go/4 ']' [2021-02-05T16:43:01.682Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/4 [2021-02-05T16:43:01.682Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/4]' [2021-02-05T16:43:01.682Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/4] [2021-02-05T16:43:01.682Z] + cd /w/workspace/edgex-go/4 [2021-02-05T16:43:01.682Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T16:43:01.682Z] Reading package lists... [2021-02-05T16:43:01.682Z] Building dependency tree... [2021-02-05T16:43:01.682Z] Reading state information... [2021-02-05T16:43:01.949Z] The following packages were automatically installed and are no longer required: [2021-02-05T16:43:01.949Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T16:43:01.949Z] uidmap xdelta3 [2021-02-05T16:43:01.949Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T16:43:01.949Z] The following packages will be REMOVED: [2021-02-05T16:43:01.949Z] lxd* lxd-client* [2021-02-05T16:43:02.345Z] 1ce36da41761: Pull complete [2021-02-05T16:43:02.345Z] 25b303627fd3: Verifying Checksum [2021-02-05T16:43:02.345Z] 25b303627fd3: Download complete [2021-02-05T16:43:02.544Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T16:43:02.545Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T16:43:03.660Z] (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-05T16:43:03.923Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T16:43:04.509Z] Removing lxd dnsmasq configuration [2021-02-05T16:43:04.773Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T16:43:05.036Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T16:43:05.979Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T16:43:05.979Z] (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-05T16:43:05.979Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T16:43:07.365Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T16:43:07.365Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T16:43:08.750Z] + sudo snap remove --purge lxd [2021-02-05T16:43:08.750Z] snap "lxd" is not installed [2021-02-05T16:43:08.750Z] + sudo groupadd --force --system lxd [2021-02-05T16:43:08.750Z] ++ whoami [2021-02-05T16:43:08.750Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T16:43:08.750Z] + newgrp - lxd [2021-02-05T16:43:08.750Z] + sudo snap install lxd [2021-02-05T16:43:12.529Z] 25b303627fd3: Pull complete [2021-02-05T16:43:12.529Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T16:43:12.529Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T16:43:12.529Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T16:43:12.763Z] prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container [2021-02-05T16:43:12.855Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T16:43:15.596Z] $ docker top d15e8ba36b9801e5ab0a05f01192b64a3533d61c29b9ad6869273557be2fb8c1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:43:16.578Z] + grep parallel [2021-02-05T16:43:16.578Z] + docker-compose build --help [2021-02-05T16:43:16.900Z] 2021-02-05T16:43:14Z INFO Waiting for automatic snapd restart... [2021-02-05T16:43:20.891Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T16:43:20.919Z] $ docker stop --time=1 d15e8ba36b9801e5ab0a05f01192b64a3533d61c29b9ad6869273557be2fb8c1 [2021-02-05T16:43:22.842Z] $ docker rm -f d15e8ba36b9801e5ab0a05f01192b64a3533d61c29b9ad6869273557be2fb8c1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:43:23.653Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T16:43:23.653Z] . [Pipeline] withDockerContainer [2021-02-05T16:43:23.912Z] prd-ubuntu18.04-docker-arm64-4c-16g-25255 does not seem to be running inside a container [2021-02-05T16:43:23.996Z] $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T16:43:25.435Z] $ docker top a631c85a98e81c39684ea5e526a01cd78a2e217d05a930186789e99b7eb24249 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:43:26.462Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T16:43:29.150Z] lxd 4.10 from Canonical* installed [2021-02-05T16:43:29.150Z] + sudo lxd init --auto [2021-02-05T16:43:29.904Z] Building docker-core-command-go ... [2021-02-05T16:43:29.904Z] Building docker-core-data-go ... [2021-02-05T16:43:29.904Z] Building docker-core-metadata-go ... [2021-02-05T16:43:29.904Z] Building docker-security-bootstrapper-go ... [2021-02-05T16:43:29.904Z] Building docker-security-proxy-setup-go ... [2021-02-05T16:43:29.904Z] Building docker-security-secretstore-setup-go ... [2021-02-05T16:43:29.904Z] Building docker-support-notifications-go ... [2021-02-05T16:43:29.904Z] Building docker-support-scheduler-go ... [2021-02-05T16:43:29.904Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T16:43:29.904Z] Building docker-security-proxy-setup-go [2021-02-05T16:43:29.904Z] Building docker-core-metadata-go [2021-02-05T16:43:29.904Z] Building docker-support-scheduler-go [2021-02-05T16:43:29.904Z] Building docker-sys-mgmt-agent-go [2021-02-05T16:43:29.904Z] Building docker-core-data-go [2021-02-05T16:43:37.299Z] + sudo snap install --classic snapcraft [2021-02-05T16:43:42.642Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T16:43:42.642Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T16:43:42.642Z] + patch --verbose -p1 [2021-02-05T16:43:42.642Z] Hmm... Looks like a unified diff to me... [2021-02-05T16:43:42.642Z] The text leading up to this was: [2021-02-05T16:43:42.642Z] -------------------------- [2021-02-05T16:43:42.643Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T16:43:42.643Z] |From: Tony Espy [2021-02-05T16:43:42.643Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T16:43:42.643Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T16:43:42.643Z] | [2021-02-05T16:43:42.643Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T16:43:42.643Z] |optimize the snap CI check run for pull requests. When [2021-02-05T16:43:42.643Z] |applied, it essentially strips out everything (apps and [2021-02-05T16:43:42.643Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T16:43:42.643Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T16:43:42.643Z] |catch changes to edgex-go that break the snap build. [2021-02-05T16:43:42.643Z] | [2021-02-05T16:43:42.643Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T16:43:42.643Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T16:43:42.643Z] |resulting in a failed snap build CI check in the associated [2021-02-05T16:43:42.643Z] |pull request. [2021-02-05T16:43:42.643Z] | [2021-02-05T16:43:42.643Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T16:43:42.643Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T16:43:42.643Z] |need to build the finally binary .snap file (and it won't [2021-02-05T16:43:42.643Z] |work with the patch applied). This further reduces the build [2021-02-05T16:43:42.643Z] |time. [2021-02-05T16:43:42.643Z] |--- [2021-02-05T16:43:42.643Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T16:43:42.643Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T16:43:42.643Z] | [2021-02-05T16:43:42.643Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T16:43:42.643Z] |index 1e537489..faf42425 100644 [2021-02-05T16:43:42.643Z] |--- a/snap/snapcraft.yaml [2021-02-05T16:43:42.643Z] |+++ b/snap/snapcraft.yaml [2021-02-05T16:43:42.643Z] -------------------------- [2021-02-05T16:43:42.643Z] patching file snap/snapcraft.yaml [2021-02-05T16:43:42.643Z] Using Plan A... [2021-02-05T16:43:42.643Z] Hunk #1 succeeded at 73. [2021-02-05T16:43:42.643Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T16:43:42.643Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T16:43:42.643Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T16:43:42.643Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T16:43:42.643Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T16:43:42.643Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T16:43:42.643Z] Hunk #8 succeeded at 342. [2021-02-05T16:43:42.643Z] Hmm... Ignoring the trailing garbage. [2021-02-05T16:43:42.643Z] done [2021-02-05T16:43:42.643Z] + sudo snapcraft prime --use-lxd [2021-02-05T16:43:44.031Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T16:43:44.031Z] 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-05T16:43:44.031Z] - README.md [2021-02-05T16:43:44.031Z] - snapcraft.yaml.orig [2021-02-05T16:43:44.031Z] [2021-02-05T16:43:44.031Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T16:43:44.605Z] Launching a container. [2021-02-05T16:43:56.866Z] Waiting for container to be ready [2021-02-05T16:43:56.866Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T16:43:56.866Z] [2021-02-05T16:44:00.183Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T16:44:00.183Z] Waiting for network to be ready... [2021-02-05T16:44:00.753Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T16:44:00.753Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T16:44:01.013Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T16:44:01.013Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T16:44:01.275Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T16:44:01.538Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T16:44:01.539Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T16:44:01.539Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T16:44:01.539Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T16:44:01.539Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T16:44:01.539Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T16:44:01.539Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T16:44:01.539Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T16:44:01.804Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T16:44:01.804Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T16:44:01.804Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T16:44:01.804Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T16:44:01.804Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T16:44:02.067Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T16:44:02.326Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T16:44:02.586Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T16:44:02.586Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T16:44:02.586Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T16:44:02.586Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T16:44:02.586Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T16:44:02.586Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T16:44:02.586Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T16:44:05.128Z] Fetched 23.9 MB in 4s (5371 kB/s) [2021-02-05T16:44:05.699Z] Reading package lists... [2021-02-05T16:44:05.961Z] Reading package lists... [2021-02-05T16:44:05.961Z] Building dependency tree... [2021-02-05T16:44:05.961Z] Reading state information... [2021-02-05T16:44:06.220Z] The following additional packages will be installed: [2021-02-05T16:44:06.220Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T16:44:06.220Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T16:44:06.220Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T16:44:06.220Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T16:44:06.220Z] Suggested packages: [2021-02-05T16:44:06.220Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T16:44:06.220Z] Recommended packages: [2021-02-05T16:44:06.220Z] gnupg libsasl2-modules [2021-02-05T16:44:06.220Z] The following NEW packages will be installed: [2021-02-05T16:44:06.220Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T16:44:06.220Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T16:44:06.220Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T16:44:06.220Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T16:44:06.220Z] The following packages will be upgraded: [2021-02-05T16:44:06.220Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T16:44:06.220Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T16:44:06.220Z] Need to get 3533 kB of archives. [2021-02-05T16:44:06.220Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T16:44:06.220Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T16:44:06.481Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T16:44:06.481Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T16:44:06.481Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T16:44:06.481Z] Get:5 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-05T16:44:06.481Z] Get:6 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-05T16:44:06.481Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T16:44:06.481Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-02-05T16:44:06.481Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T16:44:06.743Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T16:44:07.004Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T16:44:07.004Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T16:44:07.004Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T16:44:07.004Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T16:44:07.004Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T16:44:07.264Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T16:44:07.264Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T16:44:07.264Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T16:44:07.264Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T16:44:07.264Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T16:44:07.264Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T16:44:07.264Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T16:44:07.524Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T16:44:07.524Z] Fetched 3533 kB in 1s (3187 kB/s) [2021-02-05T16:44:07.524Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T16:44:07.524Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T16:44:07.524Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T16:44:07.524Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T16:44:07.784Z] Selecting previously unselected package udev. [2021-02-05T16:44:07.784Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T16:44:07.784Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T16:44:07.784Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T16:44:08.044Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T16:44:08.044Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T16:44:08.044Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T16:44:08.306Z] Selecting previously unselected package fuse. [2021-02-05T16:44:08.306Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T16:44:08.306Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T16:44:08.306Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:08.306Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T16:44:08.306Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:08.568Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T16:44:08.568Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:08.568Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T16:44:08.568Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T16:44:08.568Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T16:44:08.568Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T16:44:08.830Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T16:44:08.830Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:08.830Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:08.830Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T16:44:08.830Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:08.830Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.091Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T16:44:09.091Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.091Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.091Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T16:44:09.091Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.091Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.091Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T16:44:09.091Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.091Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.352Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T16:44:09.352Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.352Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.352Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T16:44:09.352Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.352Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.352Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T16:44:09.352Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.613Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.613Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T16:44:09.613Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T16:44:09.613Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:09.613Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T16:44:09.613Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T16:44:09.613Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T16:44:09.874Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T16:44:09.874Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T16:44:09.874Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T16:44:09.874Z] Selecting previously unselected package libldap-common. [2021-02-05T16:44:09.874Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T16:44:09.874Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T16:44:09.874Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T16:44:09.874Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T16:44:09.874Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T16:44:10.135Z] Selecting previously unselected package dirmngr. [2021-02-05T16:44:10.135Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:10.135Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T16:44:10.135Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T16:44:10.135Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T16:44:10.397Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T16:44:10.397Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T16:44:10.397Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T16:44:10.397Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T16:44:10.397Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:10.397Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T16:44:10.397Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T16:44:10.397Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T16:44:10.975Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T16:44:10.975Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:10.975Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T16:44:10.975Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T16:44:11.237Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T16:44:11.237Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T16:44:11.237Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T16:44:11.497Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T16:44:11.497Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T16:44:11.757Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T16:44:11.757Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T16:44:11.757Z] This means they are not meant to be enabled using systemctl. [2021-02-05T16:44:11.757Z] Possible reasons for having this kind of units are: [2021-02-05T16:44:11.757Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T16:44:11.757Z] .wants/ or .requires/ directory. [2021-02-05T16:44:11.757Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T16:44:11.757Z] a requirement dependency on it. [2021-02-05T16:44:11.757Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T16:44:11.757Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T16:44:11.757Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T16:44:11.757Z] instance name specified. [2021-02-05T16:44:12.279Z] Reading package lists... [2021-02-05T16:44:12.279Z] Building dependency tree... [2021-02-05T16:44:12.279Z] Reading state information... [2021-02-05T16:44:12.543Z] The following additional packages will be installed: [2021-02-05T16:44:12.543Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T16:44:12.543Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T16:44:12.543Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T16:44:12.543Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T16:44:12.543Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T16:44:12.543Z] Suggested packages: [2021-02-05T16:44:12.543Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T16:44:12.543Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T16:44:12.543Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T16:44:12.543Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T16:44:12.543Z] systemd-container policykit-1 [2021-02-05T16:44:12.543Z] Recommended packages: [2021-02-05T16:44:12.543Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T16:44:12.543Z] The following NEW packages will be installed: [2021-02-05T16:44:12.543Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T16:44:12.543Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T16:44:12.543Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T16:44:12.543Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T16:44:12.543Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T16:44:12.543Z] The following packages will be upgraded: [2021-02-05T16:44:12.543Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T16:44:12.543Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T16:44:12.543Z] Need to get 35.2 MB of archives. [2021-02-05T16:44:12.543Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T16:44:12.543Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T16:44:12.543Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T16:44:13.510Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T16:44:13.510Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T16:44:13.510Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T16:44:13.510Z] 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-05T16:44:13.510Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T16:44:13.510Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T16:44:13.510Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T16:44:13.510Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T16:44:13.510Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T16:44:13.510Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T16:44:13.510Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T16:44:13.510Z] 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-05T16:44:13.510Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T16:44:13.510Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T16:44:13.510Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-05T16:44:13.510Z] 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-05T16:44:13.510Z] 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-05T16:44:13.510Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T16:44:13.774Z] 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-05T16:44:13.774Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T16:44:13.774Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T16:44:13.774Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T16:44:13.774Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T16:44:13.774Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T16:44:13.774Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T16:44:13.774Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T16:44:13.774Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T16:44:14.034Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T16:44:14.975Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T16:44:14.975Z] Fetched 35.2 MB in 2s (15.1 MB/s) [2021-02-05T16:44:14.975Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T16:44:14.975Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T16:44:15.236Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T16:44:15.806Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T16:44:15.806Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T16:44:15.806Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T16:44:16.067Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T16:44:16.067Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T16:44:16.067Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T16:44:16.067Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T16:44:16.328Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T16:44:16.328Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T16:44:16.328Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T16:44:16.588Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T16:44:16.588Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T16:44:17.160Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T16:44:17.160Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T16:44:17.160Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T16:44:17.160Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T16:44:17.421Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-05T16:44:17.421Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T16:44:17.421Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:17.421Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T16:44:17.421Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T16:44:17.421Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T16:44:17.682Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T16:44:17.682Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T16:44:17.682Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:17.943Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T16:44:18.203Z] Checking for services that may need to be restarted...done. [2021-02-05T16:44:18.203Z] Checking for services that may need to be restarted...done. [2021-02-05T16:44:18.464Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:18.464Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T16:44:18.464Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:19.036Z] Selecting previously unselected package python3-minimal. [2021-02-05T16:44:19.036Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T16:44:19.036Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T16:44:19.036Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T16:44:19.036Z] Selecting previously unselected package mime-support. [2021-02-05T16:44:19.036Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T16:44:19.036Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T16:44:19.036Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T16:44:19.036Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T16:44:19.036Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T16:44:19.036Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T16:44:19.036Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T16:44:19.299Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:19.299Z] Selecting previously unselected package python3.6. [2021-02-05T16:44:19.559Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T16:44:19.559Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:19.559Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T16:44:19.559Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T16:44:19.559Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T16:44:19.559Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T16:44:19.820Z] Selecting previously unselected package python3. [2021-02-05T16:44:19.821Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T16:44:19.821Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T16:44:19.821Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T16:44:20.082Z] Selecting previously unselected package multiarch-support. [2021-02-05T16:44:20.082Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T16:44:20.082Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T16:44:20.082Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T16:44:20.082Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T16:44:20.082Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T16:44:20.082Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T16:44:20.082Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T16:44:20.343Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T16:44:20.343Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T16:44:20.343Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T16:44:20.343Z] Selecting previously unselected package sudo. [2021-02-05T16:44:20.343Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T16:44:20.343Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T16:44:20.605Z] Selecting previously unselected package apparmor. [2021-02-05T16:44:20.605Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T16:44:20.605Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T16:44:20.866Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T16:44:20.866Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T16:44:20.866Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T16:44:20.866Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T16:44:20.866Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T16:44:20.866Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:20.866Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T16:44:20.866Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T16:44:21.127Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:21.127Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T16:44:21.127Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T16:44:21.127Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T16:44:21.127Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T16:44:21.127Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T16:44:21.127Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:21.389Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T16:44:21.389Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T16:44:21.389Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:21.389Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T16:44:21.389Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T16:44:21.389Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T16:44:21.961Z] Selecting previously unselected package openssh-client. [2021-02-05T16:44:21.961Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T16:44:21.961Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T16:44:21.961Z] Selecting previously unselected package squashfs-tools. [2021-02-05T16:44:21.961Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T16:44:21.961Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T16:44:21.961Z] Selecting previously unselected package snapd. [2021-02-05T16:44:21.961Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T16:44:22.222Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T16:44:24.139Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T16:44:24.139Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T16:44:24.400Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T16:44:24.400Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T16:44:24.400Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T16:44:24.400Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:24.400Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T16:44:24.400Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T16:44:24.400Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T16:44:25.346Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T16:44:25.346Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T16:44:25.346Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T16:44:25.346Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:25.346Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:25.346Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T16:44:25.923Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T16:44:25.923Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:26.189Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T16:44:26.189Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T16:44:26.189Z] running python rtupdate hooks for python3.6... [2021-02-05T16:44:26.189Z] running python post-rtupdate hooks for python3.6... [2021-02-05T16:44:26.189Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T16:44:28.102Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T16:44:28.102Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T16:44:28.102Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T16:44:28.102Z] Setting up snapd (2.48+18.04) ... [2021-02-05T16:44:28.673Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T16:44:28.673Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T16:44:28.933Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T16:44:28.933Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T16:44:29.197Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T16:44:29.197Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T16:44:29.458Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T16:44:29.458Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T16:44:29.923Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T16:44:29.923Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T16:44:30.183Z] /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-05T16:44:30.183Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T16:44:30.183Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T16:44:31.128Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T16:44:31.128Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T16:44:31.128Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T16:44:32.325Z] Reading package lists... [2021-02-05T16:44:32.585Z] Reading package lists... [2021-02-05T16:44:32.585Z] Building dependency tree... [2021-02-05T16:44:32.585Z] Reading state information... [2021-02-05T16:44:32.844Z] Calculating upgrade... [2021-02-05T16:44:32.844Z] The following packages will be upgraded: [2021-02-05T16:44:32.844Z] advancecomp base-files bash binutils binutils-common [2021-02-05T16:44:32.844Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T16:44:32.844Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T16:44:32.844Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T16:44:32.844Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T16:44:32.844Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T16:44:32.844Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T16:44:32.844Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T16:44:32.844Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T16:44:32.844Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T16:44:32.844Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T16:44:32.844Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T16:44:32.844Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T16:44:32.844Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T16:44:32.844Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T16:44:32.844Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T16:44:32.844Z] Need to get 63.8 MB of archives. [2021-02-05T16:44:32.844Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T16:44:32.844Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T16:44:33.105Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T16:44:33.105Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T16:44:33.105Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T16:44:33.105Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T16:44:33.105Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T16:44:33.105Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T16:44:33.105Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T16:44:33.105Z] 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-05T16:44:33.105Z] 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-05T16:44:33.105Z] 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-05T16:44:33.105Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T16:44:33.105Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T16:44:33.105Z] 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-05T16:44:33.105Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T16:44:33.105Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T16:44:33.105Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T16:44:33.105Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T16:44:33.366Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T16:44:33.366Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T16:44:33.366Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T16:44:33.366Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T16:44:33.366Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T16:44:33.366Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T16:44:33.366Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T16:44:33.366Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T16:44:33.366Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T16:44:33.366Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T16:44:33.366Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T16:44:33.366Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T16:44:33.366Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T16:44:33.366Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T16:44:33.366Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T16:44:33.366Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T16:44:33.366Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T16:44:33.366Z] 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-05T16:44:33.366Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T16:44:33.366Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T16:44:33.366Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T16:44:33.366Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T16:44:33.366Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T16:44:33.366Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T16:44:33.366Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T16:44:33.628Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T16:44:33.628Z] 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-05T16:44:33.888Z] 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-05T16:44:33.888Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T16:44:33.888Z] 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-05T16:44:33.888Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T16:44:33.888Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T16:44:33.888Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T16:44:33.888Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T16:44:34.148Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T16:44:34.148Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T16:44:34.408Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T16:44:34.408Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T16:44:34.408Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T16:44:34.408Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T16:44:34.408Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T16:44:34.408Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T16:44:34.408Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T16:44:34.408Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T16:44:34.670Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T16:44:34.670Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T16:44:34.670Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T16:44:34.670Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T16:44:34.670Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T16:44:34.670Z] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T16:44:34.670Z] 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-05T16:44:34.670Z] 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-05T16:44:34.670Z] 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-05T16:44:34.670Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T16:44:34.670Z] 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-05T16:44:34.930Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T16:44:34.930Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T16:44:34.930Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T16:44:34.930Z] 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-05T16:44:34.930Z] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T16:44:34.930Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T16:44:34.930Z] 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-05T16:44:34.930Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T16:44:34.930Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T16:44:34.930Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T16:44:34.930Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T16:44:34.930Z] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T16:44:34.930Z] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T16:44:35.190Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T16:44:35.190Z] Fetched 63.8 MB in 2s (30.2 MB/s) [2021-02-05T16:44:35.190Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:35.190Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T16:44:35.190Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T16:44:35.759Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T16:44:35.759Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T16:44:36.020Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T16:44:36.020Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T16:44:36.959Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:36.959Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:36.959Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:36.959Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:36.959Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:36.959Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:37.224Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:37.224Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:37.224Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:37.484Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:37.484Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:37.484Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:37.484Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:37.745Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:37.745Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:44:37.745Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T16:44:37.745Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:37.745Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T16:44:38.007Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:44:38.007Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T16:44:38.007Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:38.007Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:38.266Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:38.266Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:38.266Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T16:44:38.266Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T16:44:38.525Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:44:38.525Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T16:44:38.525Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T16:44:38.786Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T16:44:39.047Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T16:44:39.307Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T16:44:39.307Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T16:44:39.307Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T16:44:39.568Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T16:44:39.568Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T16:44:39.828Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T16:44:39.828Z] Installing new version of config file /etc/issue ... [2021-02-05T16:44:39.828Z] Installing new version of config file /etc/issue.net ... [2021-02-05T16:44:39.828Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T16:44:39.828Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T16:44:40.089Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T16:44:40.089Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T16:44:40.089Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T16:44:40.351Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:40.351Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T16:44:40.351Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T16:44:40.351Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T16:44:40.613Z] 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-05T16:44:40.613Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:40.613Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:40.613Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:40.613Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:40.874Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:40.874Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T16:44:40.874Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T16:44:40.874Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T16:44:41.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:41.135Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T16:44:41.135Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T16:44:41.396Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-05T16:44:41.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:41.658Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:41.658Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T16:44:41.658Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T16:44:41.658Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:41.658Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:41.658Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T16:44:41.919Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T16:44:41.919Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:41.919Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T16:44:41.919Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T16:44:42.180Z] Setting up grep (3.1-2build1) ... [2021-02-05T16:44:42.180Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:42.180Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T16:44:42.180Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T16:44:42.441Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T16:44:42.701Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:42.701Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T16:44:42.701Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T16:44:42.962Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T16:44:42.962Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:42.962Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T16:44:42.962Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T16:44:43.534Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T16:44:43.534Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T16:44:43.795Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T16:44:43.795Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T16:44:44.367Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T16:44:44.367Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:44.367Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T16:44:44.367Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T16:44:45.309Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T16:44:45.309Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T16:44:45.570Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T16:44:45.570Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T16:44:45.843Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T16:44:45.843Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:45.843Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T16:44:45.843Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T16:44:46.105Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-05T16:44:46.105Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:46.105Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:46.105Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:46.364Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:46.364Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:46.364Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:46.364Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:46.625Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:46.625Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:46.625Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:46.886Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:46.886Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:46.886Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:46.886Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:46.886Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:47.148Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:47.148Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:47.148Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T16:44:47.148Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T16:44:47.414Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T16:44:47.414Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T16:44:47.414Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T16:44:47.676Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:47.676Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T16:44:47.676Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T16:44:47.676Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T16:44:47.944Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:47.944Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:47.944Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:47.944Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:48.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:48.204Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:48.204Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:48.204Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:48.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:48.463Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:48.463Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:49.035Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:44:49.294Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T16:44:49.562Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T16:44:49.562Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:49.562Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T16:44:49.562Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T16:44:49.824Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T16:44:50.085Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T16:44:50.085Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T16:44:50.085Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T16:44:50.085Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T16:44:50.346Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:50.346Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T16:44:50.346Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T16:44:50.609Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T16:44:50.609Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:50.609Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T16:44:50.870Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T16:44:50.870Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T16:44:50.870Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:50.870Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T16:44:50.870Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T16:44:51.133Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T16:44:51.133Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:51.133Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T16:44:51.133Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T16:44:51.395Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T16:44:51.395Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:51.395Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T16:44:51.395Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T16:44:51.656Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T16:44:51.656Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:51.656Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T16:44:51.690Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:44:51.691Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:44:51.691Z] ---> dfd8dae4aaa1 [2021-02-05T16:44:51.691Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T16:44:51.691Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:44:51.691Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:44:51.691Z] ---> dfd8dae4aaa1 [2021-02-05T16:44:51.691Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T16:44:51.691Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:44:51.691Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:44:51.691Z] ---> dfd8dae4aaa1 [2021-02-05T16:44:51.691Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T16:44:51.691Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:44:51.691Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:44:51.691Z] ---> dfd8dae4aaa1 [2021-02-05T16:44:51.691Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T16:44:51.691Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:44:51.691Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:44:51.691Z] ---> dfd8dae4aaa1 [2021-02-05T16:44:51.691Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T16:44:51.691Z] ---> Running in 0b3f38066846 [2021-02-05T16:44:51.691Z] ---> Running in 6f807faaeceb [2021-02-05T16:44:51.691Z] ---> Running in 43b4c5f2fe4b [2021-02-05T16:44:51.691Z] ---> Running in 96ecd789ece6 [2021-02-05T16:44:51.691Z] ---> Running in c5244a839465 [2021-02-05T16:44:51.691Z] Removing intermediate container c5244a839465 [2021-02-05T16:44:51.691Z] ---> c59fb26622a6 [2021-02-05T16:44:51.691Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:44:51.691Z] Removing intermediate container 43b4c5f2fe4b [2021-02-05T16:44:51.691Z] ---> 70ae57c6303d [2021-02-05T16:44:51.691Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:44:51.691Z] Removing intermediate container 0b3f38066846 [2021-02-05T16:44:51.691Z] ---> 1cee86fd84ce [2021-02-05T16:44:51.691Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:44:51.691Z] Removing intermediate container 96ecd789ece6 [2021-02-05T16:44:51.691Z] ---> f0bb5267fe15 [2021-02-05T16:44:51.691Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:44:51.691Z] Removing intermediate container 6f807faaeceb [2021-02-05T16:44:51.691Z] ---> fb706c9f2e3a [2021-02-05T16:44:51.691Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:44:51.691Z] ---> Running in 2422f32d4e71 [2021-02-05T16:44:51.691Z] ---> Running in 752d0950e606 [2021-02-05T16:44:51.691Z] ---> Running in c430958cd5c0 [2021-02-05T16:44:51.691Z] ---> Running in 2aec695bbc61 [2021-02-05T16:44:51.691Z] ---> Running in a228f0e285e3 [2021-02-05T16:44:51.691Z] Removing intermediate container 2422f32d4e71 [2021-02-05T16:44:51.691Z] ---> 79b8aa35259d [2021-02-05T16:44:51.691Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T16:44:51.691Z] ---> Running in f9e79b5de90b [2021-02-05T16:44:51.691Z] Removing intermediate container 752d0950e606 [2021-02-05T16:44:51.691Z] ---> 2bd571f71b73 [2021-02-05T16:44:51.691Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T16:44:51.691Z] Removing intermediate container c430958cd5c0 [2021-02-05T16:44:51.691Z] ---> d882d22b046f [2021-02-05T16:44:51.691Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T16:44:51.691Z] ---> Running in 798c5761de24 [2021-02-05T16:44:51.917Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T16:44:51.917Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T16:44:51.965Z] ---> Running in 3278fb0d8db9 [2021-02-05T16:44:51.965Z] Removing intermediate container a228f0e285e3 [2021-02-05T16:44:51.965Z] ---> d02fea830e86 [2021-02-05T16:44:51.965Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T16:44:52.178Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:52.178Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T16:44:52.178Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T16:44:52.239Z] Removing intermediate container 2aec695bbc61 [2021-02-05T16:44:52.240Z] ---> d01361c60a3b [2021-02-05T16:44:52.240Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T16:44:52.240Z] ---> Running in fd97a9accc25 [2021-02-05T16:44:52.511Z] ---> Running in 1503b9180caa [2021-02-05T16:44:52.546Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T16:44:52.546Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T16:44:52.785Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:52.806Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:52.806Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T16:44:52.806Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T16:44:52.806Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:52.806Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T16:44:53.074Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T16:44:53.074Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T16:44:53.334Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:53.334Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T16:44:53.334Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T16:44:53.334Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T16:44:53.595Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:53.595Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:53.595Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T16:44:53.769Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:53.856Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T16:44:53.856Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:53.856Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T16:44:53.856Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T16:44:54.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.044Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.118Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T16:44:54.118Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:54.118Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T16:44:54.118Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T16:44:54.314Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.590Z] OK: 217 MiB in 51 packages [2021-02-05T16:44:54.689Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T16:44:54.689Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:54.689Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T16:44:54.689Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T16:44:54.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.866Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:54.949Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T16:44:54.949Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:54.949Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T16:44:54.949Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T16:44:55.145Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:44:55.209Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T16:44:55.209Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:55.209Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T16:44:55.209Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T16:44:55.485Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T16:44:55.485Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:55.485Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T16:44:55.485Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T16:44:55.745Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T16:44:55.745Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:55.745Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T16:44:55.745Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T16:44:55.754Z] OK: 217 MiB in 51 packages [2021-02-05T16:44:55.754Z] Removing intermediate container f9e79b5de90b [2021-02-05T16:44:55.754Z] ---> 4a64e7730b1e [2021-02-05T16:44:55.754Z] Step 6/26 : COPY go.mod . [2021-02-05T16:44:55.754Z] OK: 217 MiB in 51 packages [2021-02-05T16:44:55.754Z] OK: 217 MiB in 51 packages [2021-02-05T16:44:56.005Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T16:44:56.005Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:56.005Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T16:44:56.005Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T16:44:56.037Z] OK: 217 MiB in 51 packages [2021-02-05T16:44:56.266Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T16:44:56.266Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T16:44:56.266Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T16:44:56.266Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T16:44:56.266Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T16:44:56.527Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T16:44:56.527Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T16:44:56.527Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T16:44:56.527Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T16:44:56.527Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T16:44:56.788Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T16:44:56.788Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T16:44:57.032Z] ---> 276c21143976 [2021-02-05T16:44:57.032Z] Step 7/26 : RUN go mod download [2021-02-05T16:44:57.046Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T16:44:57.046Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T16:44:57.306Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T16:44:57.306Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T16:44:57.306Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T16:44:57.308Z] ---> Running in 8af785e1422e [2021-02-05T16:44:57.583Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T16:44:57.583Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T16:44:57.583Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T16:44:57.583Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T16:44:57.587Z] Removing intermediate container 798c5761de24 [2021-02-05T16:44:57.587Z] ---> 7ae1e5fddf0e [2021-02-05T16:44:57.587Z] Step 6/22 : COPY go.mod . [2021-02-05T16:44:57.862Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T16:44:57.862Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T16:44:57.862Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T16:44:57.862Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T16:44:57.862Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T16:44:58.158Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T16:44:58.158Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T16:44:58.185Z] Removing intermediate container 3278fb0d8db9 [2021-02-05T16:44:58.185Z] ---> 69a154defb1f [2021-02-05T16:44:58.185Z] Step 6/23 : COPY go.mod . [2021-02-05T16:44:58.185Z] Removing intermediate container fd97a9accc25 [2021-02-05T16:44:58.185Z] ---> fd5ca0446c50 [2021-02-05T16:44:58.185Z] Step 6/21 : COPY go.mod . [2021-02-05T16:44:58.441Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T16:44:58.441Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T16:44:58.471Z] Removing intermediate container 1503b9180caa [2021-02-05T16:44:58.471Z] ---> 08792751614f [2021-02-05T16:44:58.471Z] Step 6/23 : COPY go.mod . [2021-02-05T16:44:58.746Z] ---> 542ae89dfcb9 [2021-02-05T16:44:58.746Z] Step 7/22 : RUN go mod download [2021-02-05T16:44:59.019Z] ---> Running in 62fb6a71c9ac [2021-02-05T16:44:59.292Z] ---> cab6c26da842 [2021-02-05T16:44:59.292Z] Step 7/23 : RUN go mod download [2021-02-05T16:44:59.499Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T16:44:59.499Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T16:44:59.499Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T16:44:59.499Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T16:44:59.499Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T16:44:59.564Z] ---> Running in 6fe524c9a19d [2021-02-05T16:44:59.564Z] ---> 017b6bfb71bf [2021-02-05T16:44:59.564Z] ---> af1ddceb5ca0 [2021-02-05T16:44:59.564Z] Step 7/23 : RUN go mod download [2021-02-05T16:44:59.564Z] Step 7/21 : RUN go mod download [2021-02-05T16:44:59.794Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T16:44:59.841Z] ---> Running in fd45ce10fe45 [2021-02-05T16:44:59.841Z] ---> Running in 93e5acce77d3 [2021-02-05T16:45:00.072Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T16:45:00.072Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T16:45:00.072Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T16:45:00.072Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T16:45:00.367Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T16:45:00.367Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T16:45:00.939Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:00.939Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:00.939Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:00.939Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:01.201Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:01.201Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:01.201Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:01.201Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:01.279Z] Removing intermediate container 8af785e1422e [2021-02-05T16:45:01.279Z] ---> 517c3ece0d45 [2021-02-05T16:45:01.279Z] Step 8/26 : COPY . . [2021-02-05T16:45:02.149Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:02.149Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:03.091Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:03.091Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:03.663Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:03.663Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:03.921Z] Removing intermediate container 62fb6a71c9ac [2021-02-05T16:45:03.921Z] ---> 68cae670fdec [2021-02-05T16:45:03.921Z] Step 8/22 : COPY . . [2021-02-05T16:45:03.923Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:03.923Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:04.196Z] Removing intermediate container 6fe524c9a19d [2021-02-05T16:45:04.196Z] ---> 4ca78c99505b [2021-02-05T16:45:04.197Z] Step 8/23 : COPY . . [2021-02-05T16:45:04.860Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T16:45:04.860Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T16:45:05.121Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T16:45:05.121Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T16:45:05.121Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T16:45:05.121Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T16:45:05.383Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T16:45:05.383Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T16:45:05.383Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T16:45:05.643Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T16:45:05.643Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T16:45:05.643Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T16:45:05.643Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T16:45:05.643Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T16:45:05.904Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T16:45:05.904Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T16:45:05.904Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:05.904Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T16:45:05.904Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:05.904Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:06.164Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:06.168Z] Removing intermediate container 93e5acce77d3 [2021-02-05T16:45:06.168Z] ---> 9cd033e9eea8 [2021-02-05T16:45:06.168Z] Step 8/23 : COPY . . [2021-02-05T16:45:06.168Z] Removing intermediate container fd45ce10fe45 [2021-02-05T16:45:06.168Z] ---> 24e3a0c69878 [2021-02-05T16:45:06.168Z] Step 8/21 : COPY . . [2021-02-05T16:45:06.425Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T16:45:06.425Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T16:45:06.425Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T16:45:06.425Z] [2021-02-05T16:45:06.425Z] Current default time zone: 'Etc/UTC' [2021-02-05T16:45:06.425Z] Local time is now: Fri Feb 5 16:45:06 UTC 2021. [2021-02-05T16:45:06.425Z] Universal Time is now: Fri Feb 5 16:45:06 UTC 2021. [2021-02-05T16:45:06.426Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T16:45:06.426Z] [2021-02-05T16:45:06.426Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T16:45:06.426Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:06.687Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T16:45:06.687Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T16:45:06.687Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T16:45:06.687Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T16:45:06.687Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T16:45:06.687Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T16:45:06.687Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T16:45:06.687Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T16:45:06.687Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:06.949Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T16:45:06.949Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:06.949Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T16:45:07.210Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:07.210Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T16:45:07.210Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T16:45:07.210Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T16:45:07.210Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T16:45:07.210Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T16:45:07.210Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T16:45:07.210Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T16:45:07.469Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T16:45:08.866Z] Updating certificates in /etc/ssl/certs... [2021-02-05T16:45:09.813Z] 23 added, 27 removed; done. [2021-02-05T16:45:09.813Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T16:45:09.813Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T16:45:09.813Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T16:45:09.813Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T16:45:09.813Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T16:45:10.075Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.075Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T16:45:10.075Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.075Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.075Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.075Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.075Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.075Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T16:45:10.338Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T16:45:10.338Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T16:45:10.338Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T16:45:10.338Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T16:45:10.338Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.338Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T16:45:10.338Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T16:45:10.338Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T16:45:10.600Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T16:45:10.600Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T16:45:10.600Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T16:45:10.600Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T16:45:10.600Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T16:45:10.600Z] Updating certificates in /etc/ssl/certs... [2021-02-05T16:45:11.174Z] 0 added, 0 removed; done. [2021-02-05T16:45:11.174Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T16:45:11.174Z] done. [2021-02-05T16:45:11.748Z] Reading package lists... [2021-02-05T16:45:11.748Z] Building dependency tree... [2021-02-05T16:45:11.748Z] Reading state information... [2021-02-05T16:45:12.011Z] The following NEW packages will be installed: [2021-02-05T16:45:12.011Z] apt-transport-https [2021-02-05T16:45:12.272Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T16:45:12.272Z] Need to get 1696 B of archives. [2021-02-05T16:45:12.272Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T16:45:12.272Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T16:45:12.272Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T16:45:12.272Z] Fetched 1696 B in 0s (8026 B/s) [2021-02-05T16:45:12.272Z] Selecting previously unselected package apt-transport-https. [2021-02-05T16:45:12.272Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T16:45:12.272Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T16:45:12.272Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T16:45:12.736Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T16:45:12.736Z] Waiting for network to be ready... [2021-02-05T16:45:19.368Z] 2021-02-05T16:45:15Z INFO Waiting for automatic snapd restart... [2021-02-05T16:45:19.368Z] snapd 2.48.2 from Canonical* installed [2021-02-05T16:45:19.634Z] "snapd" switched to the "latest/stable" channel [2021-02-05T16:45:19.634Z] [2021-02-05T16:45:22.191Z] core18 20201210 from Canonical* installed [2021-02-05T16:45:22.454Z] "core18" switched to the "latest/stable" channel [2021-02-05T16:45:22.454Z] [2021-02-05T16:45:25.766Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T16:45:26.029Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T16:45:26.029Z] [2021-02-05T16:45:29.357Z] 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-05T16:45:29.357Z] - README.md [2021-02-05T16:45:29.357Z] - snapcraft.yaml.orig [2021-02-05T16:45:29.357Z] [2021-02-05T16:45:29.357Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T16:45:32.974Z] ---> 01aa7b6d95a2 [2021-02-05T16:45:32.974Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T16:45:32.974Z] ---> d5f2d110725b [2021-02-05T16:45:32.974Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T16:45:32.974Z] ---> 56f24c329c99 [2021-02-05T16:45:32.974Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T16:45:32.974Z] ---> 9f7960208060 [2021-02-05T16:45:32.974Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T16:45:32.974Z] ---> Running in 5d47e498e854 [2021-02-05T16:45:32.974Z] ---> 2c9838a0e5b2 [2021-02-05T16:45:32.974Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T16:45:32.974Z] ---> Running in 249e9851e12e [2021-02-05T16:45:32.974Z] ---> Running in 6d472d589897 [2021-02-05T16:45:32.974Z] ---> Running in e0118b3949cc [2021-02-05T16:45:32.974Z] ---> Running in 729d207b0d91 [2021-02-05T16:45:32.974Z] 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-05T16:45:32.974Z] 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-05T16:45:32.974Z] 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-05T16:45:32.974Z] 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-05T16:45:32.974Z] 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-05T16:45:35.964Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T16:45:35.964Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T16:45:35.965Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T16:45:36.226Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T16:45:37.173Z] Reading package lists... [2021-02-05T16:45:37.747Z] 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-05T16:45:44.352Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T16:45:44.352Z] Reading package lists... [2021-02-05T16:45:44.352Z] Building dependency tree... [2021-02-05T16:45:44.352Z] Reading state information... [2021-02-05T16:45:44.352Z] Suggested packages: [2021-02-05T16:45:44.352Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T16:45:44.352Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T16:45:44.352Z] Recommended packages: [2021-02-05T16:45:44.352Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T16:45:44.352Z] The following NEW packages will be installed: [2021-02-05T16:45:44.352Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T16:45:44.352Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T16:45:44.352Z] pkg-config zip [2021-02-05T16:45:44.352Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T16:45:44.352Z] Need to get 7655 kB of archives. [2021-02-05T16:45:44.352Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T16:45:44.352Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T16:45:44.352Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T16:45:44.352Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T16:45:44.352Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T16:45:44.615Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T16:45:44.615Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T16:45:44.615Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T16:45:44.615Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T16:45:44.615Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T16:45:44.615Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T16:45:44.889Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T16:45:44.889Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T16:45:44.889Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T16:45:45.153Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T16:45:45.417Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T16:45:45.417Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T16:45:45.417Z] Fetched 7655 kB in 1s (5890 kB/s) [2021-02-05T16:45:45.417Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T16:45:45.417Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T16:45:45.417Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T16:45:45.417Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T16:45:45.681Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T16:45:45.681Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T16:45:45.681Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T16:45:45.944Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T16:45:45.944Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T16:45:45.944Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T16:45:45.944Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T16:45:45.944Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T16:45:45.944Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T16:45:46.206Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T16:45:46.206Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T16:45:46.206Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T16:45:46.206Z] Selecting previously unselected package liberror-perl. [2021-02-05T16:45:46.206Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T16:45:46.206Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T16:45:46.206Z] Selecting previously unselected package git-man. [2021-02-05T16:45:46.206Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T16:45:46.206Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T16:45:46.468Z] Selecting previously unselected package git. [2021-02-05T16:45:46.468Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T16:45:46.468Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T16:45:47.413Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T16:45:47.413Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T16:45:47.413Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T16:45:47.413Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T16:45:47.413Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T16:45:47.413Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T16:45:47.413Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T16:45:47.413Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T16:45:47.413Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T16:45:47.676Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T16:45:47.676Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T16:45:47.676Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T16:45:47.676Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T16:45:47.676Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T16:45:47.676Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T16:45:47.939Z] Selecting previously unselected package pkg-config. [2021-02-05T16:45:47.939Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T16:45:47.939Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T16:45:47.939Z] Selecting previously unselected package zip. [2021-02-05T16:45:47.939Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T16:45:47.939Z] Unpacking zip (3.0-11build1) ... [2021-02-05T16:45:47.939Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T16:45:47.939Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T16:45:48.202Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T16:45:48.202Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T16:45:48.202Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T16:45:48.202Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T16:45:48.202Z] No schema files found: doing nothing. [2021-02-05T16:45:48.202Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T16:45:48.202Z] Setting up zip (3.0-11build1) ... [2021-02-05T16:45:48.202Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T16:45:48.202Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T16:45:48.202Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T16:45:48.465Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T16:45:48.465Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T16:45:48.465Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T16:45:48.465Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T16:45:48.465Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T16:45:55.077Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T16:45:55.077Z] git set to automatically installed. [2021-02-05T16:45:55.077Z] git-man set to automatically installed. [2021-02-05T16:45:55.077Z] libcurl3-gnutls set to automatically installed. [2021-02-05T16:45:55.077Z] liberror-perl set to automatically installed. [2021-02-05T16:45:55.077Z] libglib2.0-0 set to automatically installed. [2021-02-05T16:45:55.077Z] libnghttp2-14 set to automatically installed. [2021-02-05T16:45:55.077Z] libnorm1 set to automatically installed. [2021-02-05T16:45:55.077Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T16:45:55.077Z] libpsl5 set to automatically installed. [2021-02-05T16:45:55.077Z] librtmp1 set to automatically installed. [2021-02-05T16:45:55.077Z] libsodium23 set to automatically installed. [2021-02-05T16:45:55.077Z] libzmq3-dev set to automatically installed. [2021-02-05T16:45:55.077Z] libzmq5 set to automatically installed. [2021-02-05T16:45:55.077Z] pkg-config set to automatically installed. [2021-02-05T16:45:55.077Z] zip set to automatically installed. [2021-02-05T16:45:57.000Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T16:46:03.600Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T16:46:03.600Z] snap "core18" has no updates available [2021-02-05T16:46:04.546Z] Pulling config-common [2021-02-05T16:46:05.494Z] Pulling go-build-helper [2021-02-05T16:46:27.668Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T16:46:27.668Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T16:46:27.668Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T16:46:27.668Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T16:46:27.668Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T16:46:27.668Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T16:46:27.668Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T16:46:27.668Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T16:46:27.668Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T16:46:27.668Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T16:46:27.668Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T16:46:27.668Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T16:46:27.668Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T16:46:27.668Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T16:46:27.668Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T16:46:27.668Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T16:46:27.668Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T16:46:27.668Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T16:46:27.668Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T16:46:27.668Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T16:46:27.668Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T16:46:27.668Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T16:46:27.668Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T16:46:27.668Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T16:46:27.668Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T16:46:27.668Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T16:46:27.668Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T16:46:27.668Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T16:46:27.668Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T16:46:27.668Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T16:46:27.668Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T16:46:27.668Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T16:46:27.668Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T16:46:27.668Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T16:46:27.668Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T16:46:27.668Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T16:46:27.668Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T16:46:27.668Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T16:46:27.668Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T16:46:27.668Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T16:46:27.668Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T16:46:27.668Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T16:46:27.668Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T16:46:27.668Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T16:46:27.668Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T16:46:27.668Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T16:46:27.668Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T16:46:27.668Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T16:46:27.668Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T16:46:27.668Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T16:46:27.668Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T16:46:27.668Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T16:46:27.668Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T16:46:27.668Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T16:46:27.668Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T16:46:27.668Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T16:46:27.668Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T16:46:27.668Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T16:46:27.669Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T16:46:27.669Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T16:46:27.669Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T16:46:27.669Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T16:46:27.669Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T16:46:27.669Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T16:46:27.669Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T16:46:29.594Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T16:46:29.594Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T16:46:29.594Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T16:46:29.594Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T16:46:29.594Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T16:46:29.594Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T16:46:29.594Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T16:46:29.594Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T16:46:29.594Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T16:46:29.594Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T16:46:29.594Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T16:46:29.594Z] Pulling static-packages [2021-02-05T16:46:30.540Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-02-05T16:46:30.540Z] Skipping pull go-build-helper (already ran) [2021-02-05T16:46:30.540Z] Skipping pull static-packages (already ran) [2021-02-05T16:46:30.540Z] Building go-build-helper [2021-02-05T16:46:34.761Z] Building static-packages [2021-02-05T16:46:36.156Z] Staging go-build-helper [2021-02-05T16:46:37.104Z] Staging static-packages [2021-02-05T16:46:38.050Z] Pulling go115 [2021-02-05T16:46:39.002Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T16:46:39.002Z] Skipping pull go115 (already ran) [2021-02-05T16:46:39.002Z] Building go115 [2021-02-05T16:46:39.002Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T16:46:39.002Z] Dload Upload Total Spent Left Speed [2021-02-05T16:46:54.786Z] 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-05T16:47:07.221Z] Removing intermediate container 729d207b0d91 [2021-02-05T16:47:07.221Z] ---> d25e362ed368 [2021-02-05T16:47:07.221Z] [2021-02-05T16:47:07.221Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T16:47:07.221Z] 3.12: Pulling from library/alpine [2021-02-05T16:47:07.825Z] Removing intermediate container 5d47e498e854 [2021-02-05T16:47:07.826Z] ---> 1b1790da84a2 [2021-02-05T16:47:07.826Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T16:47:08.427Z] ---> Running in 58a25abdbb05 [2021-02-05T16:47:08.707Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T16:47:08.707Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T16:47:08.707Z] ---> afeebe901d6b [2021-02-05T16:47:08.707Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T16:47:08.984Z] ---> Running in 98ee1048d411 [2021-02-05T16:47:10.990Z] 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-05T16:47:10.990Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:11.266Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:12.386Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T16:47:12.386Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T16:47:12.386Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T16:47:12.386Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T16:47:12.386Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:47:12.386Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T16:47:12.911Z] OK: 7 MiB in 18 packages [2021-02-05T16:47:15.723Z] Removing intermediate container 98ee1048d411 [2021-02-05T16:47:15.723Z] ---> 5efbc4adbda1 [2021-02-05T16:47:15.723Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T16:47:15.723Z] ---> Running in d7e47ac3d1db [2021-02-05T16:47:16.740Z] Removing intermediate container d7e47ac3d1db [2021-02-05T16:47:16.740Z] ---> 2d6788ed0f92 [2021-02-05T16:47:16.740Z] Step 13/21 : WORKDIR /edgex [2021-02-05T16:47:17.343Z] ---> Running in dab01a459bd0 [2021-02-05T16:47:17.944Z] Removing intermediate container 58a25abdbb05 [2021-02-05T16:47:17.944Z] ---> 564fdb73f302 [2021-02-05T16:47:17.944Z] [2021-02-05T16:47:17.944Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T16:47:18.219Z] 20.10.0: Pulling from library/docker [2021-02-05T16:47:18.219Z] Removing intermediate container dab01a459bd0 [2021-02-05T16:47:18.219Z] ---> e15a56aca143 [2021-02-05T16:47:18.219Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T16:47:20.217Z] ---> a725baa3c895 [2021-02-05T16:47:20.217Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T16:47:24.550Z] ---> c6bc05a6ee65 [2021-02-05T16:47:24.550Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T16:47:25.146Z] Removing intermediate container 249e9851e12e [2021-02-05T16:47:25.146Z] ---> 51fc5f7cb076 [2021-02-05T16:47:25.146Z] [2021-02-05T16:47:25.146Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T16:47:25.147Z] ---> afeebe901d6b [2021-02-05T16:47:25.147Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T16:47:25.744Z] ---> Running in 08b6fa6e8556 [2021-02-05T16:47:26.725Z] ---> d910c3336614 [2021-02-05T16:47:26.725Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T16:47:27.340Z] ---> Running in afee66996069 [2021-02-05T16:47:27.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:27.613Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:28.610Z] Removing intermediate container afee66996069 [2021-02-05T16:47:28.610Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T16:47:28.610Z] ---> 32781faa450e [2021-02-05T16:47:28.610Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T16:47:28.610Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:47:28.610Z] OK: 5 MiB in 15 packages [2021-02-05T16:47:29.215Z] ---> Running in 112976a3230e [2021-02-05T16:47:30.205Z] Removing intermediate container 112976a3230e [2021-02-05T16:47:30.205Z] ---> 73272af24583 [2021-02-05T16:47:30.205Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T16:47:30.803Z] ---> Running in 40cfad8a0777 [2021-02-05T16:47:30.803Z] Removing intermediate container 08b6fa6e8556 [2021-02-05T16:47:30.803Z] ---> de396a6c65dd [2021-02-05T16:47:30.803Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:47:31.421Z] ---> Running in fb0eab2ee447 [2021-02-05T16:47:31.694Z] Removing intermediate container 40cfad8a0777 [2021-02-05T16:47:31.694Z] ---> 945e5f5e9cce [2021-02-05T16:47:31.694Z] Step 20/21 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:47:32.678Z] ---> Running in d17486ee7c8b [2021-02-05T16:47:32.678Z] Removing intermediate container fb0eab2ee447 [2021-02-05T16:47:32.678Z] ---> eb2689e6a8e5 [2021-02-05T16:47:32.678Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T16:47:33.275Z] ---> Running in 649712bca11d [2021-02-05T16:47:33.547Z] Removing intermediate container d17486ee7c8b [2021-02-05T16:47:33.547Z] ---> ceb25d7df22b [2021-02-05T16:47:33.547Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T16:47:34.147Z] ---> Running in 3a7c1755d42c [2021-02-05T16:47:34.147Z] Removing intermediate container 649712bca11d [2021-02-05T16:47:34.147Z] ---> 64fba44fd169 [2021-02-05T16:47:34.147Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T16:47:35.126Z] ---> Running in 9bc38f9bb064 [2021-02-05T16:47:35.126Z] Removing intermediate container e0118b3949cc [2021-02-05T16:47:35.126Z] ---> 2f0f2055de01 [2021-02-05T16:47:35.126Z] [2021-02-05T16:47:35.126Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T16:47:35.126Z] ---> afeebe901d6b [2021-02-05T16:47:35.126Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T16:47:35.126Z] ---> Using cache [2021-02-05T16:47:35.126Z] ---> de396a6c65dd [2021-02-05T16:47:35.126Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:47:35.126Z] ---> Using cache [2021-02-05T16:47:35.126Z] ---> eb2689e6a8e5 [2021-02-05T16:47:35.126Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T16:47:35.126Z] Removing intermediate container 3a7c1755d42c [2021-02-05T16:47:35.126Z] ---> 79691dc983c5 [2021-02-05T16:47:35.126Z] [2021-02-05T16:47:35.397Z] ---> Running in 669bcc9afdbe [2021-02-05T16:47:35.993Z] Successfully built 79691dc983c5 [2021-02-05T16:47:35.993Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T16:47:35.993Z] Removing intermediate container 9bc38f9bb064 [2021-02-05T16:47:35.993Z] Building docker-core-command-go [2021-02-05T16:47:35.993Z] ---> 93a63aa23697 [2021-02-05T16:47:35.993Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:47:36.597Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 669bcc9afdbe [2021-02-05T16:47:36.597Z] ---> 7d1dc6434cdc [2021-02-05T16:47:36.597Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T16:47:36.882Z] ---> Running in d4e50d2a3cf2 [2021-02-05T16:47:37.157Z] ---> 8501dec08d5c [2021-02-05T16:47:37.157Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T16:47:38.137Z] Removing intermediate container d4e50d2a3cf2 [2021-02-05T16:47:38.137Z] ---> eae38277e851 [2021-02-05T16:47:38.137Z] Step 15/23 : WORKDIR / [2021-02-05T16:47:38.766Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T16:47:39.397Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T16:47:39.397Z] ---> eeaf43b92773 [2021-02-05T16:47:39.397Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T16:47:39.676Z] ---> Running in 163a701c3966 [2021-02-05T16:47:39.954Z] ---> Running in 598ff9be9929 [2021-02-05T16:47:40.236Z] Removing intermediate container 6d472d589897 [2021-02-05T16:47:40.237Z] ---> dab1e1a797a0 [2021-02-05T16:47:40.237Z] [2021-02-05T16:47:40.237Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T16:47:40.237Z] ---> afeebe901d6b [2021-02-05T16:47:40.237Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T16:47:40.237Z] ---> c64c441b003a [2021-02-05T16:47:40.237Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T16:47:40.845Z] ---> Running in 4de4465ac72e [2021-02-05T16:47:41.119Z] Removing intermediate container 163a701c3966 [2021-02-05T16:47:41.119Z] ---> 9e9cbad0b3ac [2021-02-05T16:47:41.119Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:47:41.722Z] ---> c23a8afe2986 [2021-02-05T16:47:41.722Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T16:47:41.999Z] Removing intermediate container 4de4465ac72e [2021-02-05T16:47:41.999Z] ---> e91cbddcee03 [2021-02-05T16:47:41.999Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T16:47:41.999Z] ---> Running in 92e8e02250d2 [2021-02-05T16:47:41.999Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:41.999Z] ---> Running in df4135c229aa [2021-02-05T16:47:42.272Z] ---> c78197e1dcd7 [2021-02-05T16:47:42.272Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T16:47:42.272Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:42.871Z] Removing intermediate container 92e8e02250d2 [2021-02-05T16:47:42.871Z] ---> b042dcd765d8 [2021-02-05T16:47:42.871Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:47:42.871Z] Removing intermediate container df4135c229aa [2021-02-05T16:47:42.871Z] ---> c59d84afd88a [2021-02-05T16:47:42.871Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T16:47:42.871Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T16:47:42.871Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T16:47:42.871Z] Executing bash-5.0.17-r0.post-install [2021-02-05T16:47:43.142Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:47:43.143Z] OK: 12 MiB in 22 packages [2021-02-05T16:47:43.412Z] ---> Running in 2faa9f156b9b [2021-02-05T16:47:43.412Z] ---> Running in 481160f2d1d6 [2021-02-05T16:47:44.397Z] ---> 7d05e461974e [2021-02-05T16:47:44.397Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T16:47:45.383Z] Removing intermediate container 481160f2d1d6 [2021-02-05T16:47:45.383Z] ---> e34ceec0eb1a [2021-02-05T16:47:45.383Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:47:45.383Z] Removing intermediate container 2faa9f156b9b [2021-02-05T16:47:45.383Z] ---> fbed70eff651 [2021-02-05T16:47:45.383Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T16:47:45.981Z] ---> Running in 401f28da4e1c [2021-02-05T16:47:45.981Z] ---> Running in a6bb0c8b4306 [2021-02-05T16:47:45.981Z] Removing intermediate container 598ff9be9929 [2021-02-05T16:47:45.981Z] ---> 8d2dc9f0c481 [2021-02-05T16:47:45.981Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T16:47:46.592Z] ---> 0e0634a19a88 [2021-02-05T16:47:46.592Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T16:47:46.863Z] ---> Running in 15fc8fb25aba [2021-02-05T16:47:47.466Z] ---> Running in 4fb84816488f [2021-02-05T16:47:47.466Z] Removing intermediate container a6bb0c8b4306 [2021-02-05T16:47:47.466Z] ---> 3c7a313c1c85 [2021-02-05T16:47:47.466Z] Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:47:48.061Z] ---> Running in 24a51ddda7f1 [2021-02-05T16:47:48.061Z] Removing intermediate container 15fc8fb25aba [2021-02-05T16:47:48.061Z] ---> 90fcc6914990 [2021-02-05T16:47:48.061Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T16:47:48.336Z] Removing intermediate container 4fb84816488f [2021-02-05T16:47:48.336Z] ---> 2d4acb584acd [2021-02-05T16:47:48.336Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:47:49.307Z] ---> Running in af06217d8c5d [2021-02-05T16:47:49.307Z] Removing intermediate container 24a51ddda7f1 [2021-02-05T16:47:49.307Z] ---> 6500a7d93ea9 [2021-02-05T16:47:49.307Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T16:47:49.307Z] ---> Running in e8f0cb286e5e [2021-02-05T16:47:49.581Z] ---> Running in 1e5fbb8d6756 [2021-02-05T16:47:50.173Z] Removing intermediate container af06217d8c5d [2021-02-05T16:47:50.173Z] ---> 150499f9a476 [2021-02-05T16:47:50.173Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T16:47:50.450Z] Removing intermediate container e8f0cb286e5e [2021-02-05T16:47:50.450Z] ---> 75acff0e6537 [2021-02-05T16:47:50.450Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T16:47:50.450Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:47:50.450Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:47:50.450Z] ---> dfd8dae4aaa1 [2021-02-05T16:47:50.450Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T16:47:50.450Z] ---> Using cache [2021-02-05T16:47:50.450Z] ---> fb706c9f2e3a [2021-02-05T16:47:50.450Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:47:50.450Z] ---> Using cache [2021-02-05T16:47:50.450Z] ---> d02fea830e86 [2021-02-05T16:47:50.450Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T16:47:50.450Z] ---> Using cache [2021-02-05T16:47:50.450Z] ---> fd5ca0446c50 [2021-02-05T16:47:50.450Z] Step 6/23 : COPY go.mod . [2021-02-05T16:47:50.450Z] ---> Using cache [2021-02-05T16:47:50.450Z] ---> af1ddceb5ca0 [2021-02-05T16:47:50.450Z] Step 7/23 : RUN go mod download [2021-02-05T16:47:50.450Z] ---> Using cache [2021-02-05T16:47:50.450Z] ---> 24e3a0c69878 [2021-02-05T16:47:50.450Z] Step 8/23 : COPY . . [2021-02-05T16:47:50.450Z] ---> Using cache [2021-02-05T16:47:50.450Z] ---> 2c9838a0e5b2 [2021-02-05T16:47:50.450Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T16:47:50.450Z] ---> Running in 90493112625f [2021-02-05T16:47:50.450Z] Removing intermediate container 1e5fbb8d6756 [2021-02-05T16:47:50.450Z] ---> bb2c15cacb1a [2021-02-05T16:47:50.450Z] [2021-02-05T16:47:50.450Z] Removing intermediate container 401f28da4e1c [2021-02-05T16:47:50.450Z] ---> 8bae108b1070 [2021-02-05T16:47:50.450Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T16:47:50.722Z] ---> Running in 216adff29383 [2021-02-05T16:47:50.722Z] ---> Running in efd410b4488c [2021-02-05T16:47:50.996Z] ---> Running in 101d2cdf33d5 [2021-02-05T16:47:51.266Z] Successfully built bb2c15cacb1a [2021-02-05T16:47:51.266Z] Removing intermediate container 90493112625f [2021-02-05T16:47:51.266Z] ---> 133fea07b82a [2021-02-05T16:47:51.266Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T16:47:51.266Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T16:47:51.266Z] Building docker-support-notifications-go [2021-02-05T16:47:51.542Z]  Building docker-support-scheduler-go ... done Removing intermediate container 216adff29383 [2021-02-05T16:47:51.542Z] ---> 2df980ba4fe6 [2021-02-05T16:47:51.542Z] Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:47:51.817Z] ---> Running in a14ffac4396a [2021-02-05T16:47:52.416Z] Removing intermediate container a14ffac4396a [2021-02-05T16:47:52.416Z] ---> 2afa676d55fc [2021-02-05T16:47:52.416Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T16:47:52.701Z] 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-05T16:47:52.701Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:53.298Z] ---> Running in 3aa15505181f [2021-02-05T16:47:53.582Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:47:53.582Z] ---> d84f3ddc0d19 [2021-02-05T16:47:53.582Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T16:47:54.181Z] Removing intermediate container 3aa15505181f [2021-02-05T16:47:54.181Z] ---> 0fdaf038e1ad [2021-02-05T16:47:54.181Z] [2021-02-05T16:47:54.464Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T16:47:54.464Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T16:47:54.739Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T16:47:54.739Z] Successfully built 0fdaf038e1ad [2021-02-05T16:47:54.739Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T16:47:55.015Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T16:47:55.291Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T16:47:55.291Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T16:47:55.291Z] Building docker-security-bootstrapper-go [2021-02-05T16:47:55.291Z]  Building docker-core-metadata-go ... done  ---> 1cc7bfbf2000 [2021-02-05T16:47:55.291Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T16:47:55.291Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:47:55.291Z] OK: 8 MiB in 20 packages [2021-02-05T16:47:57.273Z] ---> 17620e6fd226 [2021-02-05T16:47:57.273Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T16:47:57.273Z] ---> Running in 10c1f889c1de [2021-02-05T16:47:57.551Z] Removing intermediate container 101d2cdf33d5 [2021-02-05T16:47:57.551Z] ---> 1c3816eb840e [2021-02-05T16:47:57.551Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:48:00.184Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:48:00.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:48:00.460Z] ---> 2ff350de0270 [2021-02-05T16:48:00.460Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T16:48:01.058Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T16:48:01.058Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T16:48:01.058Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T16:48:01.058Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T16:48:01.058Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T16:48:01.058Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T16:48:01.058Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T16:48:03.699Z] ---> 9b5e48feb3ed [2021-02-05T16:48:03.699Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T16:48:03.699Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T16:48:03.699Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T16:48:03.699Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T16:48:03.699Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T16:48:03.699Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T16:48:03.699Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T16:48:03.699Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T16:48:03.970Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T16:48:03.970Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T16:48:03.970Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T16:48:03.970Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T16:48:03.970Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T16:48:03.970Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T16:48:03.970Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T16:48:04.254Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T16:48:04.254Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T16:48:04.254Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T16:48:04.254Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T16:48:04.254Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T16:48:04.254Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T16:48:04.254Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T16:48:04.254Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T16:48:04.254Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T16:48:04.575Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T16:48:04.576Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T16:48:04.576Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T16:48:04.576Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:48:04.576Z] OK: 71 MiB in 55 packages [2021-02-05T16:48:05.175Z] ---> 17cfb878a0a6 [2021-02-05T16:48:05.175Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T16:48:05.784Z] ---> Running in 18e0ff8ae1d0 [2021-02-05T16:48:06.794Z] Removing intermediate container 18e0ff8ae1d0 [2021-02-05T16:48:06.794Z] ---> 92076e44cd11 [2021-02-05T16:48:06.794Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:48:07.420Z] ---> Running in 854c3f3d2e54 [2021-02-05T16:48:09.103Z] Removing intermediate container 854c3f3d2e54 [2021-02-05T16:48:09.103Z] ---> 6830f0417e6a [2021-02-05T16:48:09.103Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T16:48:09.103Z] ---> Running in 644e123ea14f [2021-02-05T16:48:10.105Z] Removing intermediate container 644e123ea14f [2021-02-05T16:48:10.105Z] ---> e3ef35601a51 [2021-02-05T16:48:10.105Z] Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:48:10.710Z] ---> Running in 4354b6abc9a3 [2021-02-05T16:48:12.227Z] Removing intermediate container 4354b6abc9a3 [2021-02-05T16:48:12.227Z] ---> 1ba5fbeb4c5d [2021-02-05T16:48:12.227Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T16:48:12.873Z] ---> Running in 9dd099ff3531 [2021-02-05T16:48:14.330Z] Removing intermediate container 9dd099ff3531 [2021-02-05T16:48:14.330Z] ---> 77452eef92b2 [2021-02-05T16:48:14.330Z] [2021-02-05T16:48:15.450Z] Successfully built 77452eef92b2 [2021-02-05T16:48:15.824Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T16:48:15.824Z] Building docker-security-secretstore-setup-go [2021-02-05T16:48:20.371Z]  Building docker-core-data-go ... done Removing intermediate container 10c1f889c1de [2021-02-05T16:48:20.371Z] ---> ea8abb16974b [2021-02-05T16:48:20.371Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T16:48:21.835Z] ---> Running in 21840d36b768 [2021-02-05T16:48:24.502Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:48:24.502Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:48:24.502Z] ---> dfd8dae4aaa1 [2021-02-05T16:48:24.502Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T16:48:24.502Z] ---> Using cache [2021-02-05T16:48:24.502Z] ---> fb706c9f2e3a [2021-02-05T16:48:24.502Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:48:24.502Z] ---> Using cache [2021-02-05T16:48:24.502Z] ---> d02fea830e86 [2021-02-05T16:48:24.502Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T16:48:25.144Z] ---> Running in da142454f420 [2021-02-05T16:48:27.163Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:48:27.765Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:48:28.768Z] OK: 217 MiB in 51 packages [2021-02-05T16:48:29.047Z] Collecting docker-compose==1.23.2 [2021-02-05T16:48:29.047Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T16:48:31.075Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T16:48:31.075Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T16:48:31.354Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:48:31.354Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:48:31.354Z] ---> dfd8dae4aaa1 [2021-02-05T16:48:31.354Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T16:48:31.354Z] ---> Using cache [2021-02-05T16:48:31.354Z] ---> fb706c9f2e3a [2021-02-05T16:48:31.354Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:48:31.354Z] ---> Using cache [2021-02-05T16:48:31.354Z] ---> d02fea830e86 [2021-02-05T16:48:31.354Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T16:48:31.354Z] ---> Using cache [2021-02-05T16:48:31.354Z] ---> fd5ca0446c50 [2021-02-05T16:48:31.354Z] Step 6/31 : COPY go.mod . [2021-02-05T16:48:31.354Z] ---> Using cache [2021-02-05T16:48:31.354Z] ---> af1ddceb5ca0 [2021-02-05T16:48:31.354Z] Step 7/31 : RUN go mod download [2021-02-05T16:48:31.354Z] ---> Using cache [2021-02-05T16:48:31.354Z] ---> 24e3a0c69878 [2021-02-05T16:48:31.354Z] Step 8/31 : COPY . . [2021-02-05T16:48:31.354Z] ---> Using cache [2021-02-05T16:48:31.354Z] ---> 2c9838a0e5b2 [2021-02-05T16:48:31.354Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T16:48:31.354Z] ---> Running in 58e43be9a9e8 [2021-02-05T16:48:31.631Z] Removing intermediate container da142454f420 [2021-02-05T16:48:31.631Z] ---> d18a2749a95c [2021-02-05T16:48:31.631Z] Step 6/22 : COPY go.mod . [2021-02-05T16:48:32.235Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T16:48:32.235Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T16:48:32.853Z] ---> 44b0d55da6cc [2021-02-05T16:48:32.853Z] Step 7/22 : RUN go mod download [2021-02-05T16:48:33.138Z] ---> Running in 3641e323bb3b [2021-02-05T16:48:33.414Z] 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-05T16:48:36.821Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T16:48:36.821Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T16:48:37.100Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T16:48:37.376Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T16:48:39.373Z] Removing intermediate container 3641e323bb3b [2021-02-05T16:48:39.373Z] ---> 739f61eaeb94 [2021-02-05T16:48:39.373Z] Step 8/22 : COPY . . [2021-02-05T16:48:40.730Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 19 115M 19 22.4M 0 0 26.9M 0 0:00:04 --:--:-- 0:00:04 26.9M 27 115M 27 32.1M 0 0 15.7M 0 0:00:07 0:00:02 0:00:05 15.7M 27 115M 27 32.1M 0 0 10.5M 0 0:00:10 0:00:03 0:00:07 10.5M 27 115M 27 32.1M 0 0 8144k 0 0:00:14 0:00:04 0:00:10 8144k 27 115M 27 32.1M 0 0 6527k 0 0:00:18 0:00:05 0:00:13 6527k 27 115M 27 32.1M 0 0 5443k 0 0:00:21 0:00:06 0:00:15 1916k 27 115M 27 32.1M 0 0 4671k 0 0:00:25 0:00:07 0:00:18 0 27 115M 27 32.1M 0 0 4090k 0 0:00:28 0:00:08 0:00:20 0 27 115M 27 32.1M 0 0 3638k 0 0:00:32 0:00:09 0:00:23 0 27 115M 27 32.1M 0 0 3276k 0 0:00:36 0:00:10 0:00:26 0 27 115M 27 32.1M 0 0 2979k 0 0:00:39 0:00:11 0:00:28 0 27 115M 27 32.1M 0 0 2732k 0 0:00:43 0:00:12 0:00:31 0 27 115M 27 32.1M 0 0 2522k 0 0:00:46 0:00:13 0:00:33 0 27 115M 27 32.1M 0 0 2343k 0 0:00:50 0:00:14 0:00:36 0 27 115M 27 32.1M 0 0 2187k 0 0:00:54 0:00:15 0:00:39 0 27 115M 27 32.1M 0 0 2051k 0 0:00:57 0:00:16 0:00:41 0 27 115M 27 32.1M 0 0 1930k 0 0:01:01 0:00:17 0:00:44 0 27 115M 27 32.1M 0 0 1823k 0 0:01:04 0:00:18 0:00:46 0 27 115M 27 32.1M 0 0 1728k 0 0:01:08 0:00:19 0:00:49 0 27 115M 27 32.1M 0 0 1641k 0 0:01:12 0:00:20 0:00:52 0 27 115M 27 32.1M 0 0 1563k 0 0:01:15 0:00:21 0:00:54 0 27 115M 27 32.1M 0 0 1492k 0 0:01:19 0:00:22 0:00:57 0 27 115M 27 32.1M 0 0 1428k 0 0:01:22 0:00:23 0:00:59 0 27 115M 27 32.1M 0 0 1368k 0 0:01:26 0:00:24 0:01:02 0 27 115M 27 32.1M 0 0 1314k 0 0:01:30 0:00:25 0:01:05 0 27 115M 27 32.1M 0 0 1263k 0 0:01:33 0:00:26 0:01:07 0 27 115M 27 32.1M 0 0 1217k 0 0:01:37 0:00:27 0:01:10 0 27 115M 27 32.1M 0 0 1173k 0 0:01:40 0:00:28 0:01:12 0 27 115M 27 32.1M 0 0 1133k 0 0:01:44 0:00:29 0:01:15 0 27 115M 27 32.1M 0 0 1095k 0 0:01:47 0:00:30 0:01:17 0 27 115M 27 32.1M 0 0 1060k 0 0:01:51 0:00:31 0:01:20 0 27 115M 27 32.1M 0 0 1027k 0 0:01:55 0:00:32 0:01:23 0 27 115M 27 32.1M 0 0 996k 0 0:01:58 0:00:33 0:01:25 0 27 115M 27 32.1M 0 0 966k 0 0:02:02 0:00:34 0:01:28 0 27 115M 27 32.1M 0 0 939k 0 0:02:05 0:00:35 0:01:30 0 27 115M 27 32.1M 0 0 913k 0 0:02:09 0:00:36 0:01:33 0 27 115M 27 32.1M 0 0 888k 0 0:02:13 0:00:37 0:01:36 0 27 115M 27 32.1M 0 0 865k 0 0:02:16 0:00:38 0:01:38 0 27 115M 27 32.1M 0 0 843k 0 0:02:20 0:00:39 0:01:41 0 27 115M 27 32.1M 0 0 821k 0 0:02:23 0:00:40 0:01:43 0 27 115M 27 32.1M 0 0 801k 0 0:02:27 0:00:41 0:01:46 0 27 115M 27 32.1M 0 0 782k 0 0:02:31 0:00:42 0:01:49 0 27 115M 27 32.1M 0 0 764k 0 0:02:34 0:00:43 0:01:51 0 27 115M 27 32.1M 0 0 747k 0 0:02:38 0:00:44 0:01:54 0 27 115M 27 32.1M 0 0 730k 0 0:02:41 0:00:45 0:01:56 0 27 115M 27 32.1M 0 0 714k 0 0:02:45 0:00:46 0:01:59 0 27 115M 27 32.1M 0 0 699k 0 0:02:49 0:00:47 0:02:02 0 27 115M 27 32.1M 0 0 685k 0 0:02:52 0:00:48 0:02:04 0 27 115M 27 32.1M 0 0 671k 0 0:02:56 0:00:49 0:02:07 0 27 115M 27 32.1M 0 0 657k 0 0:02:59 0:00:50 0:02:09 0 27 115M 27 32.1M 0 0 644k 0 0:03:03 0:00:51 0:02:12 0 27 115M 27 32.1M 0 0 632k 0 0:03:07 0:00:52 0:02:15 0 27 115M 27 32.1M 0 0 620k 0 0:03:10 0:00:53 0:02:17 0 27 115M 27 32.1M 0 0 609k 0 0:03:14 0:00:54 0:02:20 0 27 115M 27 32.1M 0 0 598k 0 0:03:17 0:00:55 0:02:22 0 27 115M 27 32.1M 0 0 587k 0 0:03:21 0:00:56 0:02:25 0 27 115M 27 32.1M 0 0 577k 0 0:03:25 0:00:57 0:02:28 0 27 115M 27 32.1M 0 0 567k 0 0:03:28 0:00:58 0:02:30 0 27 115M 27 32.1M 0 0 557k 0 0:03:32 0:00:59 0:02:33 0 27 115M 27 32.1M 0 0 548k 0 0:03:35 0:01:00 0:02:35 0 36 115M 36 42.4M 0 0 713k 0 0:02:45 0:01:00 0:01:45 2225k 50 115M 50 58.4M 0 0 964k 0 0:02:02 0:01:02 0:01:00 5412k 50 115M 50 58.4M 0 0 948k 0 0:02:04 0:01:03 0:01:01 5412k 50 115M 50 58.4M 0 0 933k 0 0:02:06 0:01:04 0:01:02 5412k 50 115M 50 58.4M 0 0 919k 0 0:02:08 0:01:05 0:01:03 5412k 50 115M 50 58.4M 0 0 905k 0 0:02:10 0:01:06 0:01:04 3116k 50 115M 50 58.4M 0 0 892k 0 0:02:12 0:01:07 0:01:05 0 50 115M 50 58.4M 0 0 879k 0 0:02:14 0:01:08 0:01:06 0 50 115M 50 58.4M 0 0 866k 0 0:02:16 0:01:09 0:01:07 0 50 115M 50 58.4M 0 0 853k 0 0:02:18 0:01:10 0:01:08 0 50 115M 50 58.4M 0 0 841k 0 0:02:20 0:01:11 0:01:09 0 50 115M 50 58.4M 0 0 830k 0 0:02:22 0:01:12 0:01:10 0 50 115M 50 58.4M 0 0 818k 0 0:02:24 0:01:13 0:01:11 0 50 115M 50 58.4M 0 0 807k 0 0:02:26 0:01:14 0:01:12 0 50 115M 50 58.4M 0 0 796k 0 0:02:28 0:01:15 0:01:13 0 50 115M 50 58.4M 0 0 786k 0 0:02:30 0:01:16 0:01:14 0 50 115M 50 58.4M 0 0 776k 0 0:02:32 0:01:17 0:01:15 0 50 115M 50 58.4M 0 0 766k 0 0:02:34 0:01:18 0:01:16 0 50 115M 50 58.4M 0 0 756k 0 0:02:36 0:01:19 0:01:17 0 50 115M 50 58.4M 0 0 747k 0 0:02:38 0:01:20 0:01:18 0 50 115M 50 58.4M 0 0 737k 0 0:02:40 0:01:21 0:01:19 0 50 115M 50 58.4M 0 0 728k 0 0:02:42 0:01:22 0:01:20 0 50 115M 50 58.4M 0 0 720k 0 0:02:44 0:01:23 0:01:21 0 50 115M 50 58.4M 0 0 711k 0 0:02:46 0:01:24 0:01:22 0 50 115M 50 58.4M 0 0 703k 0 0:02:48 0:01:25 0:01:23 0 50 115M 50 58.4M 0 0 695k 0 0:02:50 0:01:26 0:01:24 0 50 115M 50 58.4M 0 0 687k 0 0:02:52 0:01:27 0:01:25 0 50 115M 50 58.4M 0 0 679k 0 0:02:54 0:01:28 0:01:26 0 50 115M 50 58.4M 0 0 671k 0 0:02:56 0:01:29 0:01:27 0 50 115M 50 58.4M 0 0 664k 0 0:02:58 0:01:30 0:01:28 0 50 115M 50 58.4M 0 0 656k 0 0:03:00 0:01:31 0:01:29 0 50 115M 50 58.4M 0 0 649k 0 0:03:02 0:01:32 0:01:30 0 50 115M 50 58.4M 0 0 642k 0 0:03:04 0:01:33 0:01:31 0 50 115M 50 58.4M 0 0 635k 0 0:03:06 0:01:34 0:01:32 0 50 115M 50 58.4M 0 0 629k 0 0:03:08 0:01:35 0:01:33 0 50 115M 50 58.4M 0 0 622k 0 0:03:10 0:01:36 0:01:34 0 50 115M 50 58.4M 0 0 616k 0 0:03:11 0:01:37 0:01:34 0 50 115M 50 58.4M 0 0 609k 0 0:03:13 0:01:38 0:01:35 0 50 115M 50 58.4M 0 0 603k 0 0:03:15 0:01:39 0:01:36 0 50 115M 50 58.4M 0 0 597k 0 0:03:17 0:01:40 0:01:37 0 50 115M 50 58.4M 0 0 591k 0 0:03:19 0:01:41 0:01:38 0 50 115M 50 58.4M 0 0 586k 0 0:03:21 0:01:42 0:01:39 0 50 115M 50 58.4M 0 0 580k 0 0:03:23 0:01:43 0:01:40 0 50 115M 50 58.4M 0 0 574k 0 0:03:25 0:01:44 0:01:41 0 50 115M 50 58.4M 0 0 569k 0 0:03:27 0:01:45 0:01:42 0 50 115M 50 58.4M 0 0 563k 0 0:03:29 0:01:46 0:01:43 0 50 115M 50 58.4M 0 0 558k 0 0:03:31 0:01:47 0:01:44 0 50 115M 50 58.4M 0 0 553k 0 0:03:33 0:01:48 0:01:45 0 50 115M 50 58.4M 0 0 548k 0 0:03:35 0:01:49 0:01:46 0 50 115M 50 58.4M 0 0 543k 0 0:03:37 0:01:50 0:01:47 0 50 115M 50 58.4M 0 0 538k 0 0:03:39 0:01:51 0:01:48 0 50 115M 50 58.4M 0 0 533k 0 0:03:41 0:01:52 0:01:49 0 50 115M 50 58.4M 0 0 528k 0 0:03:43 0:01:53 0:01:50 0 50 115M 50 58.4M 0 0 524k 0 0:03:45 0:01:54 0:01:51 0 50 115M 50 58.4M 0 0 519k 0 0:03:47 0:01:55 0:01:52 0 50 115M 50 58.4M 0 0 515k 0 0:03:49 0:01:56 0:01:53 0 50 115M 50 58.4M 0 0 510k 0 0:03:51 0:01:57 0:01:54 0 50 115M 50 58.4M 0 0 506k 0 0:03:53 0:01:58 0:01:55 0 50 115M 50 58.4M 0 0 502k 0 0:03:55 0:01:59 0:01:56 0 50 115M 50 58.4M 0 0 498k 0 0:03:57 0:02:00 0:01:57 0 62 115M 62 72.6M 0 0 616k 0 0:03:12 0:02:00 0:01:12 3121k 100 115M 100 115M 0 0 972k 0 0:02:01 0:02:01 --:--:-- 12.6M [2021-02-05T16:48:41.300Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T16:48:41.378Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T16:48:41.378Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T16:48:45.516Z] Staging go115 [2021-02-05T16:48:45.712Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T16:48:45.712Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T16:48:46.308Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T16:48:46.308Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T16:48:47.284Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T16:48:47.284Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T16:48:47.284Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T16:48:47.284Z] ---> dfd8dae4aaa1 [2021-02-05T16:48:47.284Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T16:48:47.284Z] ---> Using cache [2021-02-05T16:48:47.284Z] ---> fb706c9f2e3a [2021-02-05T16:48:47.284Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T16:48:47.284Z] ---> Using cache [2021-02-05T16:48:47.284Z] ---> d02fea830e86 [2021-02-05T16:48:47.284Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T16:48:47.284Z] ---> Using cache [2021-02-05T16:48:47.284Z] ---> fd5ca0446c50 [2021-02-05T16:48:47.284Z] Step 6/24 : COPY go.mod . [2021-02-05T16:48:47.284Z] ---> Using cache [2021-02-05T16:48:47.284Z] ---> af1ddceb5ca0 [2021-02-05T16:48:47.284Z] Step 7/24 : RUN go mod download [2021-02-05T16:48:47.284Z] ---> Using cache [2021-02-05T16:48:47.284Z] ---> 24e3a0c69878 [2021-02-05T16:48:47.284Z] Step 8/24 : COPY . . [2021-02-05T16:48:47.284Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T16:48:47.284Z] ---> Using cache [2021-02-05T16:48:47.284Z] ---> 2c9838a0e5b2 [2021-02-05T16:48:47.284Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T16:48:49.920Z] ---> Running in e2bdc777a1ae [2021-02-05T16:48:49.920Z] Collecting PyYAML<4,>=3.10 [2021-02-05T16:48:49.920Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T16:48:50.806Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T16:48:50.806Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T16:48:50.806Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T16:48:50.806Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T16:48:50.806Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T16:48:50.807Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T16:48:50.807Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T16:48:50.807Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T16:48:50.807Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T16:48:50.807Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T16:48:50.807Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T16:48:50.807Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T16:48:50.807Z] Pulling edgex-go [2021-02-05T16:48:51.378Z] Pulling version [2021-02-05T16:48:51.905Z] 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-05T16:48:52.339Z] Building config-common [2021-02-05T16:48:53.976Z] 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-05T16:48:54.319Z] Skipping build go-build-helper (already ran) [2021-02-05T16:48:54.320Z] Skipping build static-packages (already ran) [2021-02-05T16:48:54.320Z] Skipping build go115 (already ran) [2021-02-05T16:48:54.590Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T16:48:54.590Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T16:48:54.605Z] Building edgex-go [2021-02-05T16:48:54.911Z] 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-05T16:48:55.233Z] Collecting idna<2.8,>=2.5 [2021-02-05T16:48:55.233Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T16:48:55.897Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T16:48:55.898Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T16:48:55.898Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T16:48:55.898Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.23 [2021-02-05T16:48:55.898Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T16:48:55.898Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T16:48:56.200Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T16:48:56.200Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T16:48:56.200Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T16:48:56.200Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T16:48:56.200Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T16:48:56.200Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T16:48:56.200Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T16:48:56.200Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T16:48:56.200Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T16:48:56.200Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T16:48:56.200Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T16:48:56.200Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T16:48:56.200Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T16:48:56.200Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T16:48:56.200Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T16:48:56.200Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T16:48:56.465Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T16:48:56.465Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T16:48:56.465Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T16:48:56.465Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T16:48:56.465Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T16:48:56.465Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T16:48:56.698Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T16:48:56.698Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T16:48:56.725Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T16:48:56.725Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T16:48:56.976Z] 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-05T16:48:56.976Z] 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-05T16:48:56.976Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T16:48:56.976Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T16:48:56.976Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T16:48:56.976Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T16:48:58.427Z] Installing collected packages: docker-pycreds, websocket-client, idna, urllib3, requests, docker, texttable, docopt, dockerpty, jsonschema, cached-property, PyYAML, docker-compose [2021-02-05T16:48:59.036Z] Attempting uninstall: idna [2021-02-05T16:48:59.036Z] Found existing installation: idna 2.9 [2021-02-05T16:48:59.036Z] Uninstalling idna-2.9: [2021-02-05T16:48:59.315Z] Successfully uninstalled idna-2.9 [2021-02-05T16:49:01.334Z] Attempting uninstall: urllib3 [2021-02-05T16:49:01.334Z] Found existing installation: urllib3 1.25.9 [2021-02-05T16:49:01.335Z] Uninstalling urllib3-1.25.9: [2021-02-05T16:49:01.940Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T16:49:02.547Z] ---> a5d0626d6098 [2021-02-05T16:49:02.547Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T16:49:02.547Z] Attempting uninstall: requests [2021-02-05T16:49:02.547Z] Found existing installation: requests 2.23.0 [2021-02-05T16:49:02.547Z] Uninstalling requests-2.23.0: [2021-02-05T16:49:02.822Z] ---> Running in 345d67d4da63 [2021-02-05T16:49:02.822Z] Successfully uninstalled requests-2.23.0 [2021-02-05T16:49:03.307Z] 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-05T16:49:03.307Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T16:49:04.814Z] Running setup.py install for texttable: started [2021-02-05T16:49:04.814Z] 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-05T16:49:06.805Z] Removing intermediate container efd410b4488c [2021-02-05T16:49:06.806Z] ---> 33e04aa713eb [2021-02-05T16:49:06.806Z] [2021-02-05T16:49:06.806Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T16:49:06.806Z] ---> afeebe901d6b [2021-02-05T16:49:06.806Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T16:49:06.806Z] ---> Using cache [2021-02-05T16:49:06.806Z] ---> de396a6c65dd [2021-02-05T16:49:06.806Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:49:06.806Z] ---> Using cache [2021-02-05T16:49:06.806Z] ---> eb2689e6a8e5 [2021-02-05T16:49:06.806Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T16:49:06.806Z] ---> Running in 9915840cc343 [2021-02-05T16:49:07.414Z] Removing intermediate container 9915840cc343 [2021-02-05T16:49:07.414Z] ---> 1e0159c257e9 [2021-02-05T16:49:07.414Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T16:49:07.690Z] ---> Running in e8d668dca00d [2021-02-05T16:49:07.690Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T16:49:07.690Z] Running setup.py install for docopt: started [2021-02-05T16:49:08.296Z] Removing intermediate container e8d668dca00d [2021-02-05T16:49:08.296Z] ---> 294bace50cc7 [2021-02-05T16:49:08.296Z] Step 15/23 : WORKDIR / [2021-02-05T16:49:08.296Z] ---> Running in 8eb4130c5519 [2021-02-05T16:49:08.593Z] 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-05T16:49:09.306Z] Removing intermediate container 8eb4130c5519 [2021-02-05T16:49:09.306Z] ---> 46219332b101 [2021-02-05T16:49:09.306Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:49:09.558Z] 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-05T16:49:10.302Z] ---> deeeb3d9a7c9 [2021-02-05T16:49:10.302Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T16:49:10.513Z] 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-05T16:49:10.903Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T16:49:10.903Z] Running setup.py install for dockerpty: started [2021-02-05T16:49:11.082Z] 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-05T16:49:11.082Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T16:49:11.082Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T16:49:11.082Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T16:49:11.082Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T16:49:11.889Z] ---> 2d82eb88b58a [2021-02-05T16:49:11.889Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T16:49:12.485Z] 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-05T16:49:12.485Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T16:49:12.485Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T16:49:13.331Z] ---> 7c7d4cdb0a0c [2021-02-05T16:49:13.331Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T16:49:13.331Z] ---> Running in 9cd2a64dd6a1 [2021-02-05T16:49:13.866Z] 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-05T16:49:13.941Z] Removing intermediate container 9cd2a64dd6a1 [2021-02-05T16:49:13.941Z] ---> da856545eafd [2021-02-05T16:49:13.941Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:49:14.216Z] ---> Running in fafc2d6ec612 [2021-02-05T16:49:14.494Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T16:49:14.769Z] Removing intermediate container fafc2d6ec612 [2021-02-05T16:49:14.769Z] ---> 4c14bf93d1c1 [2021-02-05T16:49:14.769Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T16:49:14.809Z] 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-05T16:49:14.810Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T16:49:15.064Z] ---> Running in 59079d2ed4b7 [2021-02-05T16:49:15.340Z] Running setup.py install for PyYAML: started [2021-02-05T16:49:15.616Z] Removing intermediate container 59079d2ed4b7 [2021-02-05T16:49:15.616Z] ---> 7c54c7b70433 [2021-02-05T16:49:15.616Z] Step 22/23 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:49:15.890Z] ---> Running in 0937b242e9f9 [2021-02-05T16:49:16.194Z] 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-05T16:49:16.494Z] Removing intermediate container 0937b242e9f9 [2021-02-05T16:49:16.495Z] ---> db256d715b87 [2021-02-05T16:49:16.495Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T16:49:16.771Z] ---> Running in 55203bc947e8 [2021-02-05T16:49:17.136Z] 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-05T16:49:17.374Z] Removing intermediate container 55203bc947e8 [2021-02-05T16:49:17.374Z] ---> a89807aa8f08 [2021-02-05T16:49:17.374Z] [2021-02-05T16:49:17.724Z] 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-05T16:49:17.724Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T16:49:17.987Z] Successfully built a89807aa8f08 [2021-02-05T16:49:17.988Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T16:49:18.276Z]  Building docker-core-command-go ... done  Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T16:49:18.723Z] 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-05T16:49:18.723Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T16:49:19.337Z] 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-05T16:49:21.385Z] Building version [2021-02-05T16:49:23.310Z] Staging config-common [2021-02-05T16:49:24.269Z] Skipping stage go-build-helper (already ran) [2021-02-05T16:49:24.269Z] Skipping stage static-packages (already ran) [2021-02-05T16:49:24.269Z] Skipping stage go115 (already ran) [2021-02-05T16:49:24.269Z] Staging edgex-go [2021-02-05T16:49:25.062Z] Removing intermediate container 21840d36b768 [2021-02-05T16:49:25.062Z] ---> 85a716c826e3 [2021-02-05T16:49:25.062Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T16:49:25.062Z] ---> Running in 8dcc888bda5b [2021-02-05T16:49:25.228Z] Staging version [2021-02-05T16:49:26.168Z] Priming config-common [2021-02-05T16:49:27.063Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:49:27.111Z] Priming go-build-helper [2021-02-05T16:49:27.340Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:49:28.055Z] Priming static-packages [2021-02-05T16:49:28.330Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T16:49:28.331Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T16:49:28.331Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T16:49:28.331Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:49:28.331Z] OK: 71 MiB in 58 packages [2021-02-05T16:49:29.793Z] Removing intermediate container 8dcc888bda5b [2021-02-05T16:49:29.793Z] ---> b5654e9ac0f9 [2021-02-05T16:49:29.793Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T16:49:29.964Z] Priming go115 [2021-02-05T16:49:30.069Z] ---> Running in bf52f2b3e377 [2021-02-05T16:49:30.674Z] Removing intermediate container bf52f2b3e377 [2021-02-05T16:49:30.674Z] ---> 0b4178a1b559 [2021-02-05T16:49:30.674Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:49:30.904Z] Priming edgex-go [2021-02-05T16:49:30.949Z] ---> Running in 08327ba3a13a [2021-02-05T16:49:31.549Z] Removing intermediate container 08327ba3a13a [2021-02-05T16:49:31.549Z] ---> 189ca7f52e7c [2021-02-05T16:49:31.549Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T16:49:31.825Z] ---> Running in b25e761283fb [2021-02-05T16:49:32.288Z] Priming version [2021-02-05T16:49:32.425Z] Removing intermediate container b25e761283fb [2021-02-05T16:49:32.425Z] ---> 9d54aa801fed [2021-02-05T16:49:32.425Z] Step 25/26 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:49:32.707Z] ---> Running in 4c4c06cb8a61 [2021-02-05T16:49:32.860Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-05T16:49:33.304Z] Removing intermediate container 4c4c06cb8a61 [2021-02-05T16:49:33.304Z] ---> 8f544c61735f [2021-02-05T16:49:33.304Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T16:49:33.577Z] ---> Running in 80ce75eb0b22 [2021-02-05T16:49:34.184Z] Removing intermediate container 80ce75eb0b22 [2021-02-05T16:49:34.184Z] ---> 8ab27f9fe9e2 [2021-02-05T16:49:34.184Z] [2021-02-05T16:49:34.786Z] Successfully built 8ab27f9fe9e2 [2021-02-05T16:49:34.786Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T16:49:44.995Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T16:49:53.314Z] 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-05T16:50:01.688Z] Removing intermediate container 58e43be9a9e8 [2021-02-05T16:50:01.688Z] ---> b25b282c5f8b [2021-02-05T16:50:01.688Z] [2021-02-05T16:50:01.688Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T16:50:01.688Z] ---> afeebe901d6b [2021-02-05T16:50:01.688Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T16:50:01.688Z] ---> Running in 4fd3b195e0be [2021-02-05T16:50:02.296Z] Removing intermediate container 4fd3b195e0be [2021-02-05T16:50:02.296Z] ---> 42f3c47604b8 [2021-02-05T16:50:02.296Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T16:50:02.571Z] ---> Running in e15f1b22d035 [2021-02-05T16:50:04.019Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:50:04.297Z] Removing intermediate container e2bdc777a1ae [2021-02-05T16:50:04.297Z] ---> 28cc0d202d8c [2021-02-05T16:50:04.297Z] [2021-02-05T16:50:04.297Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T16:50:04.297Z] ---> afeebe901d6b [2021-02-05T16:50:04.297Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T16:50:04.297Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:50:04.575Z] ---> Running in dd64c3dda997 [2021-02-05T16:50:05.183Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T16:50:05.183Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T16:50:05.183Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:50:05.183Z] OK: 5 MiB in 16 packages [2021-02-05T16:50:05.800Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:50:06.090Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:50:06.369Z] Removing intermediate container e15f1b22d035 [2021-02-05T16:50:06.369Z] ---> aec6c71524e7 [2021-02-05T16:50:06.369Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T16:50:06.656Z] ---> Running in 3c27f94372ce [2021-02-05T16:50:06.656Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T16:50:06.656Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T16:50:06.656Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T16:50:06.656Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T16:50:06.656Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T16:50:06.656Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:50:06.656Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T16:50:06.932Z] OK: 7 MiB in 19 packages [2021-02-05T16:50:07.220Z] Removing intermediate container 3c27f94372ce [2021-02-05T16:50:07.220Z] ---> da523d2a8c5b [2021-02-05T16:50:07.220Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T16:50:07.505Z] ---> Running in 21033fdc8cb8 [2021-02-05T16:50:08.124Z] Removing intermediate container 21033fdc8cb8 [2021-02-05T16:50:08.124Z] ---> a430f04c2015 [2021-02-05T16:50:08.124Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T16:50:08.407Z] ---> Running in e83dc767eb86 [2021-02-05T16:50:08.693Z] Removing intermediate container dd64c3dda997 [2021-02-05T16:50:08.693Z] ---> c7f8ecfe927a [2021-02-05T16:50:08.693Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T16:50:08.986Z] ---> Running in 79e72ddb4bda [2021-02-05T16:50:09.586Z] Removing intermediate container 79e72ddb4bda [2021-02-05T16:50:09.586Z] ---> f4818ed88a34 [2021-02-05T16:50:09.587Z] Step 13/24 : WORKDIR / [2021-02-05T16:50:09.861Z] ---> Running in 27d22d8a3441 [2021-02-05T16:50:10.850Z] Removing intermediate container 27d22d8a3441 [2021-02-05T16:50:10.850Z] ---> eb4ba45e6d9f [2021-02-05T16:50:10.850Z] 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-05T16:50:11.836Z] Removing intermediate container e83dc767eb86 [2021-02-05T16:50:11.836Z] ---> d498b81e1f3a [2021-02-05T16:50:11.836Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T16:50:11.836Z] Removing intermediate container 345d67d4da63 [2021-02-05T16:50:11.836Z] ---> f9932f401ff2 [2021-02-05T16:50:11.836Z] [2021-02-05T16:50:11.836Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T16:50:11.836Z] ---> afeebe901d6b [2021-02-05T16:50:11.836Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T16:50:11.836Z] ---> a023d135a287 [2021-02-05T16:50:11.836Z] 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-05T16:50:12.112Z] ---> Running in eb4c95f5810b [2021-02-05T16:50:12.112Z] ---> Running in 9f9b36e35b7a [2021-02-05T16:50:12.724Z] ---> 0c1ccd6b2972 [2021-02-05T16:50:12.724Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T16:50:12.724Z] Removing intermediate container 9f9b36e35b7a [2021-02-05T16:50:12.724Z] ---> 03eb0f76cee9 [2021-02-05T16:50:12.724Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T16:50:13.325Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T16:50:13.600Z] ---> 7ccf49179163 [2021-02-05T16:50:13.600Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T16:50:13.600Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T16:50:13.600Z] ---> f1156282a0ca [2021-02-05T16:50:13.600Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T16:50:13.875Z] ---> Running in 9639e9de3190 [2021-02-05T16:50:14.153Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T16:50:14.153Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T16:50:14.440Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T16:50:14.440Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T16:50:14.440Z] OK: 6 MiB in 16 packages [2021-02-05T16:50:15.054Z] ---> 64ab1ae9abb1 [2021-02-05T16:50:15.054Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T16:50:16.505Z] ---> f12e013ba175 [2021-02-05T16:50:16.505Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T16:50:16.505Z] Removing intermediate container eb4c95f5810b [2021-02-05T16:50:16.505Z] ---> 659639e56ce5 [2021-02-05T16:50:16.505Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T16:50:16.782Z] ---> Running in dcbaa81a8e36 [2021-02-05T16:50:16.782Z] Removing intermediate container 9639e9de3190 [2021-02-05T16:50:16.782Z] ---> 64d0d3d73434 [2021-02-05T16:50:16.782Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:50:17.388Z] Removing intermediate container dcbaa81a8e36 [2021-02-05T16:50:17.388Z] ---> c8dedfe2ae57 [2021-02-05T16:50:17.388Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T16:50:17.388Z] ---> 93181068fb2a [2021-02-05T16:50:17.388Z] 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-05T16:50:17.714Z] ---> Running in 8539373cd8f9 [2021-02-05T16:50:17.714Z] ---> 6660ff4801e7 [2021-02-05T16:50:17.714Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T16:50:17.714Z] ---> Running in ba616a04a2dd [2021-02-05T16:50:18.318Z] Removing intermediate container 8539373cd8f9 [2021-02-05T16:50:18.318Z] ---> d7177ec107b9 [2021-02-05T16:50:18.318Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T16:50:18.594Z] ---> Running in 791eaf3640af [2021-02-05T16:50:19.196Z] ---> a90ac05e43ea [2021-02-05T16:50:19.196Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T16:50:19.196Z] Removing intermediate container 791eaf3640af [2021-02-05T16:50:19.197Z] ---> 279f7d7341e4 [2021-02-05T16:50:19.197Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T16:50:20.177Z] ---> 93c488e639f1 [2021-02-05T16:50:20.177Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T16:50:20.177Z] ---> 1797ad631098 [2021-02-05T16:50:20.177Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T16:50:20.453Z] Removing intermediate container ba616a04a2dd [2021-02-05T16:50:20.453Z] ---> 23d9e6e35d27 [2021-02-05T16:50:20.453Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T16:50:20.727Z] ---> Running in 5cf0d7b2e45b [2021-02-05T16:50:21.335Z] Removing intermediate container 5cf0d7b2e45b [2021-02-05T16:50:21.335Z] ---> d7add1bdc1c9 [2021-02-05T16:50:21.335Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T16:50:21.612Z] ---> a9ee93e0617f [2021-02-05T16:50:21.612Z] ---> 59d16c3c79af [2021-02-05T16:50:21.612Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T16:50:21.612Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T16:50:21.612Z] ---> Running in d7780ef1d623 [2021-02-05T16:50:22.215Z] Removing intermediate container d7780ef1d623 [2021-02-05T16:50:22.215Z] ---> 7214d68ffc70 [2021-02-05T16:50:22.215Z] Step 23/24 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:50:22.488Z] ---> Running in 25355dc685f2 [2021-02-05T16:50:22.488Z] ---> f6d312b69063 [2021-02-05T16:50:22.488Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T16:50:22.488Z] ---> c3b4b83ee40f [2021-02-05T16:50:22.488Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T16:50:22.769Z] ---> Running in 8128e36637d7 [2021-02-05T16:50:23.057Z] ---> Running in 5411c31a4894 [2021-02-05T16:50:23.057Z] Removing intermediate container 25355dc685f2 [2021-02-05T16:50:23.057Z] ---> b71911ef6cd1 [2021-02-05T16:50:23.057Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T16:50:23.343Z] Removing intermediate container 8128e36637d7 [2021-02-05T16:50:23.343Z] ---> cb347458eae1 [2021-02-05T16:50:23.343Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T16:50:23.343Z] ---> Running in c218b999bf54 [2021-02-05T16:50:23.619Z] ---> Running in 2f3cbbdf263a [2021-02-05T16:50:23.619Z] Removing intermediate container 5411c31a4894 [2021-02-05T16:50:23.619Z] ---> b1fe7ca559ad [2021-02-05T16:50:23.619Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T16:50:23.902Z] Removing intermediate container c218b999bf54 [2021-02-05T16:50:23.902Z] ---> 3b2f560c28ee [2021-02-05T16:50:23.902Z] [2021-02-05T16:50:24.178Z] Removing intermediate container 2f3cbbdf263a [2021-02-05T16:50:24.178Z] ---> 4c71ef69f548 [2021-02-05T16:50:24.178Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T16:50:24.455Z] ---> Running in 9052af0010e8 [2021-02-05T16:50:24.455Z] Successfully built 3b2f560c28ee [2021-02-05T16:50:24.455Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T16:50:24.730Z]  Building docker-security-secretstore-setup-go ... done  ---> aeb9849d8296 [2021-02-05T16:50:24.730Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T16:50:25.019Z] ---> Running in 837c2ad31c59 [2021-02-05T16:50:25.019Z] Removing intermediate container 9052af0010e8 [2021-02-05T16:50:25.019Z] ---> 70ff2ff2a239 [2021-02-05T16:50:25.019Z] Step 21/22 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:50:25.303Z] ---> Running in fbf0b760202f [2021-02-05T16:50:25.908Z] Removing intermediate container fbf0b760202f [2021-02-05T16:50:25.908Z] ---> 8fa6b20834f4 [2021-02-05T16:50:25.908Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T16:50:25.908Z] ---> Running in 8509bdc0cb07 [2021-02-05T16:50:26.507Z] Removing intermediate container 8509bdc0cb07 [2021-02-05T16:50:26.507Z] ---> 4d2f59fb8a91 [2021-02-05T16:50:26.507Z] [2021-02-05T16:50:26.788Z] Successfully built 4d2f59fb8a91 [2021-02-05T16:50:26.788Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T16:50:27.773Z]  Building docker-support-notifications-go ... done Removing intermediate container 837c2ad31c59 [2021-02-05T16:50:27.773Z] ---> 69a20e049434 [2021-02-05T16:50:27.773Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T16:50:28.051Z] ---> Running in 6477ad27074c [2021-02-05T16:50:28.324Z] Removing intermediate container 6477ad27074c [2021-02-05T16:50:28.324Z] ---> 8e5712e9be01 [2021-02-05T16:50:28.324Z] Step 28/31 : CMD ["gate"] [2021-02-05T16:50:28.920Z] ---> Running in 62125740eb67 [2021-02-05T16:50:29.189Z] Removing intermediate container 62125740eb67 [2021-02-05T16:50:29.189Z] ---> 5b31b542976b [2021-02-05T16:50:29.189Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T16:50:29.781Z] ---> Running in af439243eaad [2021-02-05T16:50:30.054Z] Removing intermediate container af439243eaad [2021-02-05T16:50:30.054Z] ---> 40bb78e2a55d [2021-02-05T16:50:30.054Z] Step 30/31 : LABEL git_sha=8c47ad09ea0ea512fd43ea36cd5568db591e06df [2021-02-05T16:50:30.657Z] ---> Running in a50cc8f36e0c [2021-02-05T16:50:30.944Z] Removing intermediate container a50cc8f36e0c [2021-02-05T16:50:30.944Z] ---> 5173c228e666 [2021-02-05T16:50:30.944Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T16:50:31.546Z] ---> Running in 3b24917de2ed [2021-02-05T16:50:32.163Z] Removing intermediate container 3b24917de2ed [2021-02-05T16:50:32.163Z] ---> 604209a061d0 [2021-02-05T16:50:32.163Z] [2021-02-05T16:50:32.491Z] Successfully built 604209a061d0 [2021-02-05T16:50:32.491Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T16:50:32.838Z]  Building docker-security-bootstrapper-go ... done  [Pipeline] } [2021-02-05T16:50:32.861Z] $ docker stop --time=1 a631c85a98e81c39684ea5e526a01cd78a2e217d05a930186789e99b7eb24249 [2021-02-05T16:50:34.814Z] $ docker rm -f a631c85a98e81c39684ea5e526a01cd78a2e217d05a930186789e99b7eb24249 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T16:50:35.612Z] + docker images [2021-02-05T16:50:35.612Z] + grep docker [2021-02-05T16:50:35.903Z] docker-security-bootstrapper-go-arm64 latest 604209a061d0 4 seconds ago 22.6MB [2021-02-05T16:50:35.903Z] docker-support-notifications-go-arm64 latest 4d2f59fb8a91 9 seconds ago 16.7MB [2021-02-05T16:50:35.903Z] docker-security-secretstore-setup-go-arm64 latest 3b2f560c28ee 12 seconds ago 23.4MB [2021-02-05T16:50:35.903Z] docker-sys-mgmt-agent-go-arm64 latest 8ab27f9fe9e2 About a minute ago 300MB [2021-02-05T16:50:35.903Z] docker-core-command-go-arm64 latest a89807aa8f08 About a minute ago 16MB [2021-02-05T16:50:35.903Z] docker-core-data-go-arm64 latest 77452eef92b2 2 minutes ago 21MB [2021-02-05T16:50:35.903Z] docker-core-metadata-go-arm64 latest 0fdaf038e1ad 2 minutes ago 17.8MB [2021-02-05T16:50:35.903Z] docker-support-scheduler-go-arm64 latest bb2c15cacb1a 2 minutes ago 16.1MB [2021-02-05T16:50:35.903Z] docker-security-proxy-setup-go-arm64 latest 79691dc983c5 3 minutes ago 23.2MB [2021-02-05T16:50:35.903Z] docker 20.10.0 eeaf43b92773 8 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-05T16:50:38.249Z] provisioning config files... [2021-02-05T16:50:38.260Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/4@tmp/config53946508431028418tmp [Pipeline] { [Pipeline] sh [2021-02-05T16:50:38.685Z] + set +x [2021-02-05T16:50:38.685Z] + bash -s -- [2021-02-05T16:50:38.685Z] + curl -s https://codecov.io/bash [2021-02-05T16:50:39.271Z] [2021-02-05T16:50:39.271Z] _____ _ [2021-02-05T16:50:39.271Z] / ____| | | [2021-02-05T16:50:39.271Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T16:50:39.271Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T16:50:39.271Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T16:50:39.271Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T16:50:39.271Z] Bash-20210129-7c25fce [2021-02-05T16:50:39.271Z] [2021-02-05T16:50:39.271Z] [2021-02-05T16:50:39.271Z] ==> git version 2.24.3 found [2021-02-05T16:50:39.271Z] ==> 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-05T16:50:39.271Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T16:50:39.271Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T16:50:39.271Z] ==> Jenkins CI detected. [2021-02-05T16:50:39.271Z] project root: . [2021-02-05T16:50:39.271Z] --> token set from env [2021-02-05T16:50:39.271Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T16:50:39.271Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T16:50:39.271Z] ==> Python coveragepy not found [2021-02-05T16:50:39.271Z] ==> Searching for coverage reports in: [2021-02-05T16:50:39.271Z] + . [2021-02-05T16:50:39.536Z] -> Found 1 reports [2021-02-05T16:50:39.536Z] ==> Detecting git/mercurial file structure [2021-02-05T16:50:39.536Z] ==> Reading reports [2021-02-05T16:50:39.536Z] + ./coverage.out bytes=587103 [2021-02-05T16:50:39.536Z] ==> Appending adjustments [2021-02-05T16:50:39.536Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T16:50:43.787Z] + Found adjustments [2021-02-05T16:50:43.787Z] ==> Gzipping contents [2021-02-05T16:50:43.787Z] 88K /tmp/codecov.D9JEnA.gz [2021-02-05T16:50:43.787Z] ==> Uploading reports [2021-02-05T16:50:43.787Z] url: https://codecov.io [2021-02-05T16:50:43.787Z] query: branch=PR-3134&commit=8c47ad09ea0ea512fd43ea36cd5568db591e06df&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= [2021-02-05T16:50:43.787Z] -> Pinging Codecov [2021-02-05T16:50:43.787Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3134&commit=8c47ad09ea0ea512fd43ea36cd5568db591e06df&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F4%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= [2021-02-05T16:50:43.787Z] -> Uploading to [2021-02-05T16:50:43.787Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/8c47ad09ea0ea512fd43ea36cd5568db591e06df/442a45e8-1271-4ccd-b634-b7ea8f657e34.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T165043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6574ad27a67e0b266d3d86c2535865b178b86ff1f3640a6da66dd82a266fd1f1 [2021-02-05T16:50:43.787Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T16:50:43.787Z] Dload Upload Total Spent Left Speed [2021-02-05T16:50:44.071Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88417 0 0 100 88417 0 163k --:--:-- --:--:-- --:--:-- 163k [2021-02-05T16:50:44.089Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/8c47ad09ea0ea512fd43ea36cd5568db591e06df [Pipeline] } [2021-02-05T16:50:44.092Z] 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-05T16:50:46.379Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:50:47.277Z] ---> package-listing.sh [2021-02-05T16:50:47.277Z] ++ facter osfamily [2021-02-05T16:50:47.277Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T16:50:47.277Z] + OS_FAMILY=redhat [2021-02-05T16:50:47.277Z] + workspace=/w/workspace/edgex-go/4 [2021-02-05T16:50:47.277Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T16:50:47.277Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T16:50:47.277Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T16:50:47.277Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T16:50:47.277Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-05T16:50:47.277Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T16:50:47.277Z] + case "${OS_FAMILY}" in [2021-02-05T16:50:47.540Z] + sort [2021-02-05T16:50:47.540Z] + rpm -qa [2021-02-05T16:50:52.875Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T16:50:52.875Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T16:50:52.875Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T16:50:52.875Z] + '[' /w/workspace/edgex-go/4 ']' [2021-02-05T16:50:52.875Z] + mkdir -p /w/workspace/edgex-go/4/archives/ [2021-02-05T16:50:52.875Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo [2021-02-05T16:50:52.906Z] 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T16:50:53.222Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:50:53.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T16:50:53.808Z] [2021-02-05T16:50:53.808Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T16:50:54.201Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T16:50:54.201Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T16:50:54.201Z] df20fa9351a1: Pulling fs layer [2021-02-05T16:50:54.201Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T16:50:54.201Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T16:50:54.201Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T16:50:54.201Z] 93b61091891f: Pulling fs layer [2021-02-05T16:50:54.201Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T16:50:54.201Z] 5e14af77c1be: Pulling fs layer [2021-02-05T16:50:54.201Z] 01666e4c0597: Pulling fs layer [2021-02-05T16:50:54.201Z] aa168da1d23b: Pulling fs layer [2021-02-05T16:50:54.201Z] 93b9cdb0e59b: Waiting [2021-02-05T16:50:54.201Z] 5e14af77c1be: Waiting [2021-02-05T16:50:54.201Z] 01666e4c0597: Waiting [2021-02-05T16:50:54.201Z] aa168da1d23b: Waiting [2021-02-05T16:50:54.201Z] 46f8f816bc3b: Waiting [2021-02-05T16:50:54.201Z] 93b61091891f: Waiting [2021-02-05T16:50:54.201Z] 36b3adc4ff6f: Download complete [2021-02-05T16:50:54.463Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T16:50:54.463Z] 46f8f816bc3b: Download complete [2021-02-05T16:50:54.463Z] df20fa9351a1: Verifying Checksum [2021-02-05T16:50:54.463Z] df20fa9351a1: Download complete [2021-02-05T16:50:54.463Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T16:50:54.463Z] 93b9cdb0e59b: Download complete [2021-02-05T16:50:54.463Z] 93b61091891f: Download complete [2021-02-05T16:50:54.463Z] 5e14af77c1be: Verifying Checksum [2021-02-05T16:50:54.463Z] 5e14af77c1be: Download complete [2021-02-05T16:50:54.463Z] 01666e4c0597: Download complete [2021-02-05T16:50:55.044Z] df20fa9351a1: Pull complete [2021-02-05T16:50:55.044Z] 36b3adc4ff6f: Pull complete [2021-02-05T16:50:55.316Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T16:50:55.316Z] 8ad3a11d3b57: Download complete [2021-02-05T16:50:56.272Z] 8ad3a11d3b57: Pull complete [2021-02-05T16:50:56.537Z] 46f8f816bc3b: Pull complete [2021-02-05T16:50:57.114Z] aa168da1d23b: Verifying Checksum [2021-02-05T16:50:57.114Z] aa168da1d23b: Download complete [2021-02-05T16:50:57.689Z] 93b61091891f: Pull complete [2021-02-05T16:50:57.964Z] 93b9cdb0e59b: Pull complete [2021-02-05T16:50:58.235Z] 5e14af77c1be: Pull complete [2021-02-05T16:50:58.235Z] 01666e4c0597: Pull complete [2021-02-05T16:51:08.291Z] aa168da1d23b: Pull complete [2021-02-05T16:51:08.291Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T16:51:08.291Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T16:51:08.291Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T16:51:08.540Z] prd-centos7-docker-4c-2g-25254 does not seem to be running inside a container [2021-02-05T16:51:08.595Z] $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T16:51:15.375Z] $ docker top 61afae487f39ab930882065bb6499d3f876a3b5f3b9571e4a22b4b51d5412213 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T16:51:15.939Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T16:51:16.247Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T16:51:16.553Z] + ls /var/log/sa-host [2021-02-05T16:51:16.553Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T16:51:16.553Z] file_magic: OK [2021-02-05T16:51:16.553Z] HZ: Using current value: 100 [2021-02-05T16:51:16.553Z] file_header: OK [2021-02-05T16:51:16.553Z] 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-05T16:51:16.553Z] Statistics: [2021-02-05T16:51:16.553Z] 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... [2021-02-05T16:51:16.553Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T16:51:16.553Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T16:51:16.553Z] file_magic: OK [2021-02-05T16:51:16.553Z] HZ: Using current value: 100 [2021-02-05T16:51:16.553Z] file_header: OK [2021-02-05T16:51:16.553Z] 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-05T16:51:16.553Z] Statistics: [2021-02-05T16:51:16.553Z] Hnuu...uuuununununu... [2021-02-05T16:51:16.553Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T16:51:16.839Z] provisioning config files... [2021-02-05T16:51:16.860Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config7850275974489239263tmp [Pipeline] { [Pipeline] echo [2021-02-05T16:51:16.968Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:51:17.309Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T16:51:17.330Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T16:51:17.422Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:51:17.727Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T16:51:17.738Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:51:18.038Z] ---> sudo-logs.sh [2021-02-05T16:51:18.038Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T16:51:18.049Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:51:18.355Z] ---> job-cost.sh [2021-02-05T16:51:18.355Z] lf-activate-venv: SKIPPING [2021-02-05T16:51:18.356Z] INFO: No Stack... [2021-02-05T16:51:19.301Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T16:51:19.875Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T16:51:19.890Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T16:51:20.191Z] ---> logs-deploy.sh [2021-02-05T16:51:20.192Z] lf-activate-venv: SKIPPING [2021-02-05T16:51:20.192Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3134/4 [2021-02-05T16:51:20.192Z] INFO: archiving workspace using pattern(s): [2021-02-05T16:51:22.120Z] Archives upload complete. [2021-02-05T16:51:22.120Z] INFO: archiving logs to Nexus [2021-02-05T16:51:23.077Z] ---> uname -a: [2021-02-05T16:51:23.077Z] Linux prd-centos7-docker-4c-2g-25254.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] ---> lscpu: [2021-02-05T16:51:23.077Z] Architecture: x86_64 [2021-02-05T16:51:23.077Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-05T16:51:23.077Z] Byte Order: Little Endian [2021-02-05T16:51:23.077Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-05T16:51:23.077Z] CPU(s): 4 [2021-02-05T16:51:23.077Z] On-line CPU(s) list: 0-3 [2021-02-05T16:51:23.077Z] Thread(s) per core: 1 [2021-02-05T16:51:23.077Z] Core(s) per socket: 1 [2021-02-05T16:51:23.077Z] Socket(s): 4 [2021-02-05T16:51:23.077Z] NUMA node(s): 1 [2021-02-05T16:51:23.077Z] Vendor ID: GenuineIntel [2021-02-05T16:51:23.077Z] CPU family: 6 [2021-02-05T16:51:23.077Z] Model: 44 [2021-02-05T16:51:23.077Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-05T16:51:23.077Z] Stepping: 1 [2021-02-05T16:51:23.077Z] CPU MHz: 2933.442 [2021-02-05T16:51:23.077Z] BogoMIPS: 5866.88 [2021-02-05T16:51:23.077Z] Virtualization: VT-x [2021-02-05T16:51:23.077Z] Hypervisor vendor: KVM [2021-02-05T16:51:23.077Z] Virtualization type: full [2021-02-05T16:51:23.077Z] L1d cache: 128 KiB [2021-02-05T16:51:23.077Z] L1i cache: 128 KiB [2021-02-05T16:51:23.077Z] L2 cache: 16 MiB [2021-02-05T16:51:23.077Z] L3 cache: 64 MiB [2021-02-05T16:51:23.077Z] NUMA node0 CPU(s): 0-3 [2021-02-05T16:51:23.077Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-05T16:51:23.077Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-05T16:51:23.077Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-05T16:51:23.077Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-05T16:51:23.077Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-05T16:51:23.077Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-05T16:51:23.077Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-05T16:51:23.077Z] Vulnerability Srbds: Not affected [2021-02-05T16:51:23.077Z] Vulnerability Tsx async abort: Not affected [2021-02-05T16:51:23.077Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] ---> nproc: [2021-02-05T16:51:23.077Z] 4 [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] ---> df -h: [2021-02-05T16:51:23.077Z] Filesystem Size Used Available Use% Mounted on [2021-02-05T16:51:23.077Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-05T16:51:23.077Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-05T16:51:23.077Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-05T16:51:23.077Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4 [2021-02-05T16:51:23.077Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/4@tmp [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] ---> free -m: [2021-02-05T16:51:23.077Z] total used free shared buff/cache available [2021-02-05T16:51:23.077Z] Mem: 1837 675 131 0 1030 1076 [2021-02-05T16:51:23.077Z] Swap: 1023 59 964 [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] [2021-02-05T16:51:23.077Z] ---> ip addr: [2021-02-05T16:51:23.077Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-05T16:51:23.077Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-05T16:51:23.077Z] inet 127.0.0.1/8 scope host lo [2021-02-05T16:51:23.077Z] valid_lft forever preferred_lft forever [2021-02-05T16:51:23.077Z] inet6 ::1/128 scope host [2021-02-05T16:51:23.077Z] valid_lft forever preferred_lft forever [2021-02-05T16:51:23.077Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-05T16:51:23.077Z] link/ether fa:16:3e:11:a1:34 brd ff:ff:ff:ff:ff:ff [2021-02-05T16:51:23.077Z] inet 10.30.123.89/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-05T16:51:23.077Z] valid_lft 85191sec preferred_lft 85191sec [2021-02-05T16:51:23.077Z] inet6 fe80::f816:3eff:fe11:a134/64 scope link [2021-02-05T16:51:23.077Z] valid_lft forever preferred_lft forever [2021-02-05T16:51:23.077Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-05T16:51:23.077Z] link/ether 02:42:41:a5:f8:c8 brd ff:ff:ff:ff:ff:ff [2021-02-05T16:51:23.077Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-05T16:51:23.078Z] valid_lft forever preferred_lft forever [2021-02-05T16:51:23.078Z] inet6 fe80::42:41ff:fea5:f8c8/64 scope link [2021-02-05T16:51:23.078Z] valid_lft forever preferred_lft forever [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] ---> sar -b -r -n DEV: [2021-02-05T16:51:23.078Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] 16:31:02 LINUX RESTART (4 CPU) [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] 16:32:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-05T16:51:23.078Z] 16:33:01 92.30 44.20 48.10 0.00 6277.82 11587.56 0.00 [2021-02-05T16:51:23.078Z] 16:34:01 251.20 84.34 166.86 0.00 6329.12 47458.69 0.00 [2021-02-05T16:51:23.078Z] 16:35:01 231.16 96.34 134.82 0.00 3287.80 14791.55 0.00 [2021-02-05T16:51:23.078Z] 16:36:02 128.60 58.19 70.41 0.00 3223.83 7056.03 0.00 [2021-02-05T16:51:23.078Z] 16:37:01 215.55 57.66 157.89 0.00 15925.94 97190.27 0.00 [2021-02-05T16:51:23.078Z] 16:38:02 2845.62 2485.19 360.43 0.00 182208.60 190961.69 0.00 [2021-02-05T16:51:23.078Z] 16:39:01 1002.59 769.50 233.09 0.00 46611.12 61586.22 0.00 [2021-02-05T16:51:23.078Z] 16:40:02 1321.98 963.73 358.25 0.00 88132.32 120279.99 0.00 [2021-02-05T16:51:23.078Z] 16:41:01 1695.45 1393.26 302.20 0.00 67344.13 74285.97 0.00 [2021-02-05T16:51:23.078Z] 16:42:01 63.19 20.58 42.62 0.00 4103.21 4607.96 0.00 [2021-02-05T16:51:23.078Z] 16:43:01 1.62 0.15 1.47 0.00 2.13 26.29 0.00 [2021-02-05T16:51:23.078Z] 16:44:01 1.47 1.23 0.23 0.00 94.47 2.88 0.00 [2021-02-05T16:51:23.078Z] 16:45:01 0.22 0.00 0.22 0.00 0.00 1.95 0.00 [2021-02-05T16:51:23.078Z] 16:46:01 0.55 0.27 0.28 0.00 9.32 3.10 0.00 [2021-02-05T16:51:23.078Z] 16:47:01 2.03 1.23 0.80 0.00 43.82 15.17 0.00 [2021-02-05T16:51:23.078Z] 16:48:01 0.32 0.00 0.32 0.00 0.00 3.91 0.00 [2021-02-05T16:51:23.078Z] 16:49:01 0.27 0.00 0.27 0.00 0.00 3.00 0.00 [2021-02-05T16:51:23.078Z] 16:50:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 [2021-02-05T16:51:23.078Z] 16:51:02 99.72 65.37 34.35 0.00 5405.73 9201.43 0.00 [2021-02-05T16:51:23.078Z] Average: 420.16 319.43 100.73 0.00 22720.65 33733.22 0.00 [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] 16:32:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-05T16:51:23.078Z] 16:33:01 285616 0 596784 31.72 2620 996524 1205200 41.13 529736 861640 42632 [2021-02-05T16:51:23.078Z] 16:34:01 80780 0 759620 40.37 1576 1039568 1505104 51.37 662492 844320 92296 [2021-02-05T16:51:23.078Z] 16:35:01 213440 0 765464 40.68 948 901692 1634336 55.78 647828 740212 35928 [2021-02-05T16:51:23.078Z] 16:36:02 297384 0 711868 37.83 872 871420 1331956 45.46 574144 718552 36768 [2021-02-05T16:51:23.078Z] 16:37:01 80044 0 663660 35.27 388 1137452 1262440 43.08 721204 843900 15036 [2021-02-05T16:51:23.078Z] 16:38:02 66664 0 811752 43.14 140 1002988 2319152 79.15 765848 818736 17716 [2021-02-05T16:51:23.078Z] 16:39:01 416392 0 715348 38.02 140 749664 1937220 66.11 488576 725020 36 [2021-02-05T16:51:23.078Z] 16:40:02 74440 0 785196 41.73 140 1021768 2176256 74.27 697032 859776 70476 [2021-02-05T16:51:23.078Z] 16:41:01 349696 0 705988 37.52 140 825720 1715776 58.56 420924 864568 64888 [2021-02-05T16:51:23.078Z] 16:42:01 507628 0 594132 31.58 140 779644 1189904 40.61 368012 770764 12 [2021-02-05T16:51:23.078Z] 16:43:01 509156 0 592596 31.50 140 779652 1179648 40.26 367576 770308 8 [2021-02-05T16:51:23.078Z] 16:44:01 508152 0 590788 31.40 140 782464 1165220 39.77 366628 772752 16 [2021-02-05T16:51:23.078Z] 16:45:01 508152 0 590764 31.40 140 782488 1165220 39.77 366760 772768 8 [2021-02-05T16:51:23.078Z] 16:46:01 507448 0 591092 31.42 140 782864 1165668 39.78 366888 773140 8 [2021-02-05T16:51:23.078Z] 16:47:01 506612 0 591464 31.44 140 783328 1165292 39.77 366896 773604 8 [2021-02-05T16:51:23.078Z] 16:48:01 506708 0 591340 31.43 140 783356 1165244 39.77 366888 773620 8 [2021-02-05T16:51:23.078Z] 16:49:01 507244 0 590804 31.40 140 783356 1165220 39.77 366692 773620 8 [2021-02-05T16:51:23.078Z] 16:50:01 506800 0 591236 31.42 140 783368 1165220 39.77 366824 773620 16 [2021-02-05T16:51:23.078Z] 16:51:02 72884 0 686192 36.47 140 1122328 1592848 54.36 556560 987512 87252 [2021-02-05T16:51:23.078Z] Average: 342381 0 659268 35.04 440 879455 1431943 48.87 493027 800970 24375 [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] 16:32:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-05T16:51:23.078Z] 16:33:01 vethc1ec3a0 839.26 651.72 80.78 2672.02 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:33:01 eth0 803.59 950.34 3132.07 127.54 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:33:01 docker0 839.26 651.59 69.30 2672.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:34:01 eth0 478.61 401.53 3675.75 80.38 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:34:01 docker0 143.75 177.39 10.21 833.36 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:35:01 eth0 31.49 18.77 31.93 13.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:35:01 veth64acfb5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:36:02 eth0 34.79 25.73 19.16 44.48 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:36:02 veth64acfb5 2.03 2.03 0.16 0.18 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:36:02 docker0 2.03 2.03 0.13 0.18 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:37:01 eth0 191.03 161.33 1723.86 63.19 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:37:01 vetha6f460c 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:38:02 eth0 56.83 36.31 163.56 41.64 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:38:02 vetha6f460c 0.00 0.31 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:38:02 docker0 12.27 22.59 0.68 143.33 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:39:01 veth12c55c9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:39:01 vethc75dcd4 3.23 5.21 0.22 30.23 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:39:01 eth0 171.04 143.97 1371.68 17.62 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:40:02 vethd5ec6e0 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:40:02 eth0 142.11 87.79 473.47 101.04 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:40:02 veth73d0ac5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:41:01 eth0 90.43 56.89 153.23 60.05 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:41:01 vetha6f460c 0.00 0.83 0.00 0.04 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:41:01 veth3e1d01c 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:42:01 eth0 15.08 8.72 40.51 4.08 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:42:01 docker0 1068.69 967.37 84.73 4301.65 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:43:01 eth0 1.98 1.13 1.25 0.61 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:44:01 eth0 0.15 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:45:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:46:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:47:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:48:01 eth0 0.20 0.18 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:49:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:50:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:51:02 eth0 210.12 172.15 2149.35 49.61 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] 16:51:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] Average: eth0 117.25 108.69 680.62 31.78 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] Average: docker0 56.25 50.92 4.46 226.43 0.00 0.00 0.00 0.00 [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] ---> sar -P ALL: [2021-02-05T16:51:23.078Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] 16:31:02 LINUX RESTART (4 CPU) [2021-02-05T16:51:23.078Z] [2021-02-05T16:51:23.078Z] 16:32:01 CPU %user %nice %system %iowait %steal %idle [2021-02-05T16:51:23.078Z] 16:33:01 all 10.48 0.00 5.03 1.77 0.03 82.69 [2021-02-05T16:51:23.078Z] 16:33:01 0 10.97 0.00 7.54 1.42 0.03 80.03 [2021-02-05T16:51:23.078Z] 16:33:01 1 6.89 0.00 3.54 0.08 0.02 89.47 [2021-02-05T16:51:23.078Z] 16:33:01 2 12.98 0.00 4.26 2.30 0.02 80.44 [2021-02-05T16:51:23.078Z] 16:33:01 3 11.11 0.00 4.81 3.27 0.03 80.77 [2021-02-05T16:51:23.078Z] 16:34:01 all 11.35 0.00 9.39 4.59 0.05 74.61 [2021-02-05T16:51:23.078Z] 16:34:01 0 10.83 0.00 9.47 3.56 0.05 76.08 [2021-02-05T16:51:23.078Z] 16:34:01 1 11.25 0.00 9.15 6.57 0.09 72.95 [2021-02-05T16:51:23.078Z] 16:34:01 2 11.73 0.00 9.84 3.35 0.03 75.05 [2021-02-05T16:51:23.078Z] 16:34:01 3 11.60 0.00 9.11 4.89 0.03 74.37 [2021-02-05T16:51:23.078Z] 16:35:01 all 42.02 0.00 11.57 5.86 0.07 40.48 [2021-02-05T16:51:23.078Z] 16:35:01 0 41.26 0.00 11.36 2.94 0.09 44.35 [2021-02-05T16:51:23.078Z] 16:35:01 1 41.22 0.00 11.59 7.64 0.07 39.48 [2021-02-05T16:51:23.078Z] 16:35:01 2 42.09 0.00 11.27 5.26 0.03 41.35 [2021-02-05T16:51:23.078Z] 16:35:01 3 43.51 0.00 12.06 7.62 0.07 36.74 [2021-02-05T16:51:23.078Z] 16:36:02 all 43.50 0.00 13.47 3.54 0.07 39.42 [2021-02-05T16:51:23.078Z] 16:36:02 0 42.20 0.00 13.12 3.14 0.05 41.49 [2021-02-05T16:51:23.078Z] 16:36:02 1 44.94 0.00 13.79 2.76 0.09 38.43 [2021-02-05T16:51:23.078Z] 16:36:02 2 42.87 0.00 13.57 4.12 0.09 39.35 [2021-02-05T16:51:23.078Z] 16:36:02 3 44.02 0.00 13.40 4.13 0.07 38.38 [2021-02-05T16:51:23.078Z] 16:37:01 all 23.63 0.00 14.85 7.00 0.07 54.45 [2021-02-05T16:51:23.078Z] 16:37:01 0 23.01 0.00 15.26 7.38 0.09 54.26 [2021-02-05T16:51:23.078Z] 16:37:01 1 25.47 0.00 15.21 7.92 0.09 51.30 [2021-02-05T16:51:23.078Z] 16:37:01 2 23.35 0.00 14.60 6.22 0.05 55.77 [2021-02-05T16:51:23.078Z] 16:37:01 3 22.70 0.00 14.31 6.48 0.05 56.46 [2021-02-05T16:51:23.078Z] 16:38:02 all 21.73 0.00 30.81 24.38 0.11 22.97 [2021-02-05T16:51:23.078Z] 16:38:02 0 20.96 0.00 31.25 25.88 0.09 21.81 [2021-02-05T16:51:23.078Z] 16:38:02 1 23.13 0.00 30.40 23.45 0.17 22.84 [2021-02-05T16:51:23.078Z] 16:38:02 2 21.33 0.00 30.00 24.90 0.10 23.66 [2021-02-05T16:51:23.078Z] 16:38:02 3 21.48 0.00 31.59 23.26 0.09 23.59 [2021-02-05T16:51:23.078Z] 16:39:01 all 53.63 0.00 18.63 16.35 0.07 11.32 [2021-02-05T16:51:23.079Z] 16:39:01 0 53.47 0.00 18.75 18.75 0.09 8.94 [2021-02-05T16:51:23.079Z] 16:39:01 1 54.27 0.00 18.80 14.42 0.05 12.45 [2021-02-05T16:51:23.079Z] 16:39:01 2 53.09 0.00 17.81 18.54 0.07 10.49 [2021-02-05T16:51:23.079Z] 16:39:01 3 53.66 0.00 19.15 13.81 0.05 13.32 [2021-02-05T16:51:23.079Z] 16:40:02 all 30.16 0.00 20.73 25.23 0.07 23.82 [2021-02-05T16:51:23.079Z] 16:40:02 0 29.30 0.00 19.45 25.67 0.09 25.49 [2021-02-05T16:51:23.079Z] 16:40:02 1 30.11 0.00 20.49 26.71 0.07 22.62 [2021-02-05T16:51:23.079Z] 16:40:02 2 29.74 0.00 22.66 26.75 0.05 20.80 [2021-02-05T16:51:23.079Z] 16:40:02 3 31.52 0.00 20.31 21.76 0.05 26.36 [2021-02-05T16:51:23.079Z] 16:41:01 all 33.94 0.00 19.43 24.20 0.10 22.33 [2021-02-05T16:51:23.079Z] 16:41:01 0 33.37 0.00 19.77 25.03 0.09 21.74 [2021-02-05T16:51:23.079Z] 16:41:01 1 34.34 0.00 19.53 25.18 0.11 20.83 [2021-02-05T16:51:23.079Z] 16:41:01 2 34.20 0.00 19.32 23.76 0.12 22.60 [2021-02-05T16:51:23.079Z] 16:41:01 3 33.84 0.00 19.08 22.83 0.09 24.17 [2021-02-05T16:51:23.079Z] 16:42:01 all 1.60 0.00 1.53 1.58 0.01 95.28 [2021-02-05T16:51:23.079Z] 16:42:01 0 1.32 0.00 1.83 0.59 0.00 96.26 [2021-02-05T16:51:23.079Z] 16:42:01 1 1.73 0.00 1.78 1.63 0.02 94.85 [2021-02-05T16:51:23.079Z] 16:42:01 2 1.87 0.00 1.27 3.11 0.02 93.72 [2021-02-05T16:51:23.079Z] 16:42:01 3 1.49 0.00 1.24 0.99 0.02 96.27 [2021-02-05T16:51:23.079Z] 16:43:01 all 0.18 0.00 0.03 0.00 0.00 99.79 [2021-02-05T16:51:23.079Z] 16:43:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2021-02-05T16:51:23.079Z] 16:43:01 1 0.13 0.00 0.03 0.00 0.00 99.83 [2021-02-05T16:51:23.079Z] 16:43:01 2 0.52 0.00 0.02 0.00 0.00 99.47 [2021-02-05T16:51:23.079Z] 16:43:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-05T16:51:23.079Z] [2021-02-05T16:51:23.079Z] 16:43:01 CPU %user %nice %system %iowait %steal %idle [2021-02-05T16:51:23.079Z] 16:44:01 all 0.18 0.00 0.07 0.00 0.00 99.75 [2021-02-05T16:51:23.079Z] 16:44:01 0 0.03 0.00 0.02 0.02 0.00 99.93 [2021-02-05T16:51:23.079Z] 16:44:01 1 0.08 0.00 0.12 0.00 0.00 99.80 [2021-02-05T16:51:23.079Z] 16:44:01 2 0.55 0.00 0.08 0.00 0.00 99.37 [2021-02-05T16:51:23.079Z] 16:44:01 3 0.03 0.00 0.08 0.00 0.00 99.88 [2021-02-05T16:51:23.079Z] 16:45:01 all 0.10 0.00 0.03 0.00 0.01 99.86 [2021-02-05T16:51:23.079Z] 16:45:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-05T16:51:23.079Z] 16:45:01 1 0.05 0.00 0.05 0.00 0.02 99.88 [2021-02-05T16:51:23.079Z] 16:45:01 2 0.33 0.00 0.00 0.00 0.02 99.65 [2021-02-05T16:51:23.079Z] 16:45:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T16:51:23.079Z] 16:46:01 all 0.12 0.00 0.05 0.00 0.01 99.82 [2021-02-05T16:51:23.079Z] 16:46:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2021-02-05T16:51:23.079Z] 16:46:01 1 0.03 0.00 0.07 0.00 0.02 99.88 [2021-02-05T16:51:23.079Z] 16:46:01 2 0.40 0.00 0.03 0.00 0.00 99.57 [2021-02-05T16:51:23.079Z] 16:46:01 3 0.02 0.00 0.05 0.02 0.00 99.92 [2021-02-05T16:51:23.079Z] 16:47:01 all 0.15 0.00 0.05 0.01 0.00 99.78 [2021-02-05T16:51:23.079Z] 16:47:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-05T16:51:23.079Z] 16:47:01 1 0.05 0.00 0.08 0.02 0.00 99.85 [2021-02-05T16:51:23.079Z] 16:47:01 2 0.50 0.00 0.03 0.02 0.00 99.45 [2021-02-05T16:51:23.079Z] 16:47:01 3 0.02 0.00 0.05 0.02 0.00 99.92 [2021-02-05T16:51:23.079Z] 16:48:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2021-02-05T16:51:23.079Z] 16:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T16:51:23.079Z] 16:48:01 1 0.07 0.00 0.07 0.00 0.03 99.83 [2021-02-05T16:51:23.079Z] 16:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-05T16:51:23.079Z] 16:48:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-05T16:51:23.079Z] 16:49:01 all 0.14 0.00 0.03 0.00 0.03 99.80 [2021-02-05T16:51:23.079Z] 16:49:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2021-02-05T16:51:23.079Z] 16:49:01 1 0.13 0.00 0.05 0.00 0.05 99.77 [2021-02-05T16:51:23.079Z] 16:49:01 2 0.02 0.00 0.02 0.00 0.03 99.93 [2021-02-05T16:51:23.079Z] 16:49:01 3 0.40 0.00 0.03 0.00 0.03 99.53 [2021-02-05T16:51:23.079Z] 16:50:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2021-02-05T16:51:23.079Z] 16:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T16:51:23.079Z] 16:50:01 1 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-05T16:51:23.079Z] 16:50:01 2 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-05T16:51:23.079Z] 16:50:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-05T16:51:23.079Z] 16:51:02 all 5.97 0.00 4.18 2.62 0.18 87.06 [2021-02-05T16:51:23.079Z] 16:51:02 0 6.84 0.00 4.82 1.52 0.13 86.70 [2021-02-05T16:51:23.079Z] 16:51:02 1 5.05 0.00 4.50 2.08 0.17 88.21 [2021-02-05T16:51:23.079Z] 16:51:02 2 6.30 0.00 3.65 3.30 0.18 86.57 [2021-02-05T16:51:23.079Z] 16:51:02 3 5.70 0.00 3.74 3.59 0.22 86.76 [2021-02-05T16:51:23.079Z] Average: all 14.31 0.00 7.69 5.99 0.05 71.97 [2021-02-05T16:51:23.079Z] Average: 0 14.04 0.00 7.86 5.93 0.04 72.13 [2021-02-05T16:51:23.079Z] Average: 1 14.32 0.00 7.66 6.06 0.05 71.89 [2021-02-05T16:51:23.079Z] Average: 2 14.43 0.00 7.61 6.21 0.04 71.71 [2021-02-05T16:51:23.079Z] Average: 3 14.43 0.00 7.63 5.75 0.04 72.14 [2021-02-05T16:51:23.079Z] [2021-02-05T16:51:23.079Z] [2021-02-05T16:51:23.079Z]