Branch indexing 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 judehung for edgexfoundry/edgex-go Obtained Jenkinsfile from 5d1daf3548b37c1b42c3b9380e2816b07278959d+a05352d37eb5b985ae670d360b56d8b81b9d117b (cd6908139c1a52fa119596c195282c3d088ef1de) 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 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-26732 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [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/3 # 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/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 5d1daf3548b37c1b42c3b9380e2816b07278959d Merge succeeded, producing 2c0981d4655aff2cf8180260d64cab28b310d0c2 Checking out Revision 2c0981d4655aff2cf8180260d64cab28b310d0c2 (PR-3178) > git config core.sparsecheckout # timeout=10 > git checkout -f 5d1daf3548b37c1b42c3b9380e2816b07278959d # 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 a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c0981d4655aff2cf8180260d64cab28b310d0c2 # timeout=10 Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" > git rev-list --no-walk 5d1daf3548b37c1b42c3b9380e2816b07278959d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-18T00:30:15.348Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-18T00:30:15.659Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-18T00:30:15.763Z] ========================================================= [2021-02-18T00:30:15.763Z] EdgeX Global Pipelines Version Info [2021-02-18T00:30:15.763Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:30:17.405Z] ------------------- [2021-02-18T00:30:17.405Z] stable info: [2021-02-18T00:30:17.405Z] ------------------- [2021-02-18T00:30:17.405Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:30:17.405Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:30:17.405Z] Message: update stable to v1.0.179 [2021-02-18T00:30:18.363Z] ------------------- [2021-02-18T00:30:18.363Z] experimental info: [2021-02-18T00:30:18.363Z] ------------------- [2021-02-18T00:30:18.363Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-18T00:30:18.363Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-18T00:30:18.363Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-18T00:30:18.706Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-18T00:30:18.839Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-18T00:30:18.960Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-18T00:30:19.052Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-18T00:30:19.165Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-18T00:30:19.247Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-18T00:30:19.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-18T00:30:19.436Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-18T00:30:19.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-18T00:30:19.618Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-18T00:30:19.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-18T00:30:19.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-18T00:30:19.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-18T00:30:20.034Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-18T00:30:20.184Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:30:20.295Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-18T00:30:20.386Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-18T00:30:20.478Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-18T00:30:20.596Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-18T00:30:20.792Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-18T00:30:20.891Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-18T00:30:20.977Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-18T00:30:21.060Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-18T00:30:21.176Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3178 [Pipeline] echo [2021-02-18T00:30:21.268Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3178 [Pipeline] echo [2021-02-18T00:30:21.356Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3178 [Pipeline] echo [2021-02-18T00:30:21.453Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c0981d4655aff2cf8180260d64cab28b310d0c2 [Pipeline] echo [2021-02-18T00:30:21.547Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c0981d [Pipeline] echo [2021-02-18T00:30:21.631Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-18T00:30:21.844Z] provisioning config files... [2021-02-18T00:30:21.873Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3464751497248256281tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:30:22.242Z] ---> docker-login.sh [2021-02-18T00:30:22.242Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:30:22.504Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:22.767Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:22.767Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:22.767Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:22.767Z] [2021-02-18T00:30:22.767Z] Login Succeeded [2021-02-18T00:30:22.767Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:30:22.767Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:23.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:23.031Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:23.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:23.031Z] [2021-02-18T00:30:23.031Z] Login Succeeded [2021-02-18T00:30:23.031Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:30:23.031Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:23.031Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:23.031Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:23.031Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:23.031Z] [2021-02-18T00:30:23.031Z] Login Succeeded [2021-02-18T00:30:23.031Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:30:23.293Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:23.293Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:23.293Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:23.293Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:23.293Z] [2021-02-18T00:30:23.293Z] Login Succeeded [2021-02-18T00:30:23.293Z] docker.io [2021-02-18T00:30:23.556Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:30:23.826Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:30:23.826Z] Configure a credential helper to remove this warning. See [2021-02-18T00:30:23.826Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:30:23.826Z] [2021-02-18T00:30:23.826Z] Login Succeeded [2021-02-18T00:30:23.826Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:30:23.837Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:30:24.394Z] ++ 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-18T00:30:24.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.394Z] ++ dirname cmd/core-command/Dockerfile [2021-02-18T00:30:24.394Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.394Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-18T00:30:24.394Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.394Z] ++ dirname cmd/core-data/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-18T00:30:24.395Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-18T00:30:24.395Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-18T00:30:24.395Z] ++ cut -d/ -f2 [2021-02-18T00:30:24.395Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-18T00:30:24.479Z] 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-18T00:30:25.294Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:25.294Z] [2021-02-18T00:30:25.294Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:30:25.654Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:25.654Z] latest: Pulling from edgex-devops/git-semver [2021-02-18T00:30:25.654Z] 31603596830f: Pulling fs layer [2021-02-18T00:30:25.654Z] 2a8b12db71e7: Pulling fs layer [2021-02-18T00:30:25.654Z] 6ca5941a6612: Pulling fs layer [2021-02-18T00:30:25.655Z] ecc8261a40a4: Pulling fs layer [2021-02-18T00:30:25.655Z] ecc8261a40a4: Waiting [2021-02-18T00:30:25.655Z] 2a8b12db71e7: Verifying Checksum [2021-02-18T00:30:25.655Z] 2a8b12db71e7: Download complete [2021-02-18T00:30:25.655Z] 31603596830f: Verifying Checksum [2021-02-18T00:30:25.655Z] 31603596830f: Download complete [2021-02-18T00:30:25.920Z] ecc8261a40a4: Verifying Checksum [2021-02-18T00:30:25.920Z] ecc8261a40a4: Download complete [2021-02-18T00:30:25.920Z] 6ca5941a6612: Verifying Checksum [2021-02-18T00:30:25.920Z] 6ca5941a6612: Download complete [2021-02-18T00:30:26.182Z] 31603596830f: Pull complete [2021-02-18T00:30:26.460Z] 2a8b12db71e7: Pull complete [2021-02-18T00:30:27.425Z] 6ca5941a6612: Pull complete [2021-02-18T00:30:27.687Z] ecc8261a40a4: Pull complete [2021-02-18T00:30:27.687Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-18T00:30:27.687Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-18T00:30:27.687Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-18T00:30:27.904Z] prd-centos7-docker-4c-2g-26732 does not seem to be running inside a container [2021-02-18T00:30:27.973Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:30:30.512Z] $ docker top 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-18T00:30:30.861Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:30:30.861Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:30:31.108Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:30:31.113Z] $ docker exec 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 ssh-agent [2021-02-18T00:30:31.315Z] SSH_AUTH_SOCK=/tmp/ssh-qKHnZgJq7e12/agent.11 [2021-02-18T00:30:31.315Z] SSH_AGENT_PID=16 [2021-02-18T00:30:31.350Z] Running ssh-add (command line suppressed) [2021-02-18T00:30:31.495Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_8785438839988300485.key (/w/workspace/edgex-go/3@tmp/private_key_8785438839988300485.key) [2021-02-18T00:30:31.557Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:30:31.900Z] + git tag --points-at HEAD [Pipeline] } [2021-02-18T00:30:31.945Z] $ docker exec --env ******** --env ******** 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 ssh-agent -k [2021-02-18T00:30:32.078Z] unset SSH_AUTH_SOCK; [2021-02-18T00:30:32.079Z] unset SSH_AGENT_PID; [2021-02-18T00:30:32.079Z] echo Agent pid 16 killed; [2021-02-18T00:30:32.126Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-18T00:30:32.306Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-18T00:30:32.306Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-18T00:30:32.495Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-18T00:30:32.500Z] $ docker exec 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 ssh-agent [2021-02-18T00:30:32.710Z] SSH_AUTH_SOCK=/tmp/ssh-ALI1gpgBR1xI/agent.45 [2021-02-18T00:30:32.710Z] SSH_AGENT_PID=50 [2021-02-18T00:30:32.719Z] Running ssh-add (command line suppressed) [2021-02-18T00:30:32.848Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3812328108399641696.key (/w/workspace/edgex-go/3@tmp/private_key_3812328108399641696.key) [2021-02-18T00:30:32.905Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-18T00:30:33.255Z] + git semver init [2021-02-18T00:30:33.255Z] # -> Open(): unable to determine branch for HEAD [2021-02-18T00:30:33.255Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-18T00:30:33.255Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-18T00:30:33.255Z] # $SEMVER_REMOTE_NAME = origin [2021-02-18T00:30:33.255Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-18T00:30:33.255Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-18T00:30:33.255Z] # $SEMVER_BRANCH = PR-3178 [2021-02-18T00:30:33.255Z] # $SEMVER_TEMP = /tmp/semver-371465267 [2021-02-18T00:30:33.255Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-18T00:31:00.423Z] # '/tmp/semver-371465267' -> '/w/workspace/edgex-go/3/.semver' [2021-02-18T00:31:00.423Z] # -> Force: false [2021-02-18T00:31:00.423Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-18T00:31:00.444Z] $ docker exec --env ******** --env ******** 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 ssh-agent -k [2021-02-18T00:31:00.710Z] unset SSH_AUTH_SOCK; [2021-02-18T00:31:00.711Z] unset SSH_AGENT_PID; [2021-02-18T00:31:00.711Z] echo Agent pid 50 killed; [2021-02-18T00:31:00.793Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-18T00:31:01.338Z] + git semver [Pipeline] } [2021-02-18T00:31:01.359Z] $ docker stop --time=1 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 [2021-02-18T00:31:03.426Z] $ docker rm -f 4a0fe424433e77bf513729c8b5f613a8a479895162f680a648e0839d7d12f4f0 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:31:03.972Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-18T00:31:04.611Z] Stashed 1 file(s) [Pipeline] echo [2021-02-18T00:31:04.619Z] [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-18T00:31:05.508Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:31:05.818Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:31:06.130Z] + sudo service docker restart [2021-02-18T00:31:06.130Z] + true [2021-02-18T00:31:06.130Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-18T00:31:06.732Z] ========================================================= [2021-02-18T00:31:06.732Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-18T00:31:06.732Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:31:07.120Z] + 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-18T00:31:11.389Z] Sending build context to Docker daemon 327.9MB [2021-02-18T00:31:11.389Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:31:11.389Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:31:11.389Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-18T00:31:11.389Z] 188c0c94c7c5: Pulling fs layer [2021-02-18T00:31:11.389Z] 0ef7d3d256c8: Pulling fs layer [2021-02-18T00:31:11.389Z] de9db76c5a1d: Pulling fs layer [2021-02-18T00:31:11.389Z] bca2f99d35d6: Pulling fs layer [2021-02-18T00:31:11.389Z] 93359f2a8cfa: Pulling fs layer [2021-02-18T00:31:11.389Z] 7c6f9722023f: Pulling fs layer [2021-02-18T00:31:11.389Z] a35cf1a2eb13: Pulling fs layer [2021-02-18T00:31:11.389Z] 93359f2a8cfa: Waiting [2021-02-18T00:31:11.389Z] 7c6f9722023f: Waiting [2021-02-18T00:31:11.389Z] a35cf1a2eb13: Waiting [2021-02-18T00:31:11.389Z] bca2f99d35d6: Waiting [2021-02-18T00:31:11.389Z] de9db76c5a1d: Verifying Checksum [2021-02-18T00:31:11.389Z] de9db76c5a1d: Download complete [2021-02-18T00:31:11.389Z] 0ef7d3d256c8: Verifying Checksum [2021-02-18T00:31:11.389Z] 0ef7d3d256c8: Download complete [2021-02-18T00:31:11.389Z] 93359f2a8cfa: Verifying Checksum [2021-02-18T00:31:11.389Z] 93359f2a8cfa: Download complete [2021-02-18T00:31:11.389Z] 188c0c94c7c5: Verifying Checksum [2021-02-18T00:31:11.389Z] 188c0c94c7c5: Download complete [2021-02-18T00:31:11.389Z] 7c6f9722023f: Verifying Checksum [2021-02-18T00:31:11.389Z] 7c6f9722023f: Download complete [2021-02-18T00:31:11.985Z] 188c0c94c7c5: Pull complete [2021-02-18T00:31:11.985Z] 0ef7d3d256c8: Pull complete [2021-02-18T00:31:12.268Z] de9db76c5a1d: Pull complete [2021-02-18T00:31:13.698Z] a35cf1a2eb13: Verifying Checksum [2021-02-18T00:31:13.698Z] a35cf1a2eb13: Download complete [2021-02-18T00:31:14.278Z] bca2f99d35d6: Verifying Checksum [2021-02-18T00:31:14.278Z] bca2f99d35d6: Download complete [2021-02-18T00:31:19.989Z] Still waiting to schedule task [2021-02-18T00:31:19.989Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-02-18T00:31:20.989Z] bca2f99d35d6: Pull complete [2021-02-18T00:31:20.989Z] 93359f2a8cfa: Pull complete [2021-02-18T00:31:20.989Z] 7c6f9722023f: Pull complete [2021-02-18T00:31:26.327Z] a35cf1a2eb13: Pull complete [2021-02-18T00:31:26.327Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-18T00:31:26.327Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-18T00:31:26.327Z] ---> a62c8e92a672 [2021-02-18T00:31:26.327Z] 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-18T00:31:26.327Z] ---> Running in 73bb0538dd35 [2021-02-18T00:31:27.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:31:27.870Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:31:28.454Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:31:28.454Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:31:28.717Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:31:28.717Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:31:46.959Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:31:46.959Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:31:46.959Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:31:46.959Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:31:46.959Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:31:46.959Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:31:46.959Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:31:46.959Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:31:46.959Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:31:46.959Z] OK: 233 MiB in 51 packages [2021-02-18T00:31:48.888Z] Removing intermediate container 73bb0538dd35 [2021-02-18T00:31:48.888Z] ---> 999e3a28ecb6 [2021-02-18T00:31:48.888Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:31:48.888Z] ---> Running in 3bd3aa478091 [2021-02-18T00:31:48.888Z] Removing intermediate container 3bd3aa478091 [2021-02-18T00:31:48.888Z] ---> 55f4f40e00ae [2021-02-18T00:31:48.888Z] Step 5/6 : COPY go.mod . [2021-02-18T00:31:49.156Z] ---> 282a2ad55ac5 [2021-02-18T00:31:49.156Z] Step 6/6 : RUN go mod download [2021-02-18T00:31:49.156Z] ---> Running in 91e4dc75938c [2021-02-18T00:32:11.200Z] Removing intermediate container 91e4dc75938c [2021-02-18T00:32:11.200Z] ---> 23e0384380e2 [2021-02-18T00:32:11.200Z] Successfully built 23e0384380e2 [2021-02-18T00:32:11.200Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:11.784Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:32:12.052Z] . [Pipeline] withDockerContainer [2021-02-18T00:32:12.175Z] prd-centos7-docker-4c-2g-26732 does not seem to be running inside a container [2021-02-18T00:32:12.227Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:32:13.305Z] $ docker top d39810a5a24c7e957e89433ccfb51cf5d94510c7bbf134c5f7d46ea64daab87a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:32:13.900Z] + go version [2021-02-18T00:32:13.901Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-18T00:32:13.919Z] $ docker stop --time=1 d39810a5a24c7e957e89433ccfb51cf5d94510c7bbf134c5f7d46ea64daab87a [2021-02-18T00:32:15.277Z] $ docker rm -f d39810a5a24c7e957e89433ccfb51cf5d94510c7bbf134c5f7d46ea64daab87a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:32:16.038Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-18T00:32:16.038Z] . [Pipeline] withDockerContainer [2021-02-18T00:32:16.211Z] prd-centos7-docker-4c-2g-26732 does not seem to be running inside a container [2021-02-18T00:32:16.326Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:32:17.429Z] $ docker top 3c36200a1243601696bc1308041d3c4e26b43c3972c798c7753c4501a2e446b6 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:32:17.699Z] ========================================================= [2021-02-18T00:32:17.699Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:32:17.699Z] ========================================================= [Pipeline] sh [2021-02-18T00:32:18.038Z] + make test [2021-02-18T00:32:18.038Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:32:28.141Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:32:46.400Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:32:52.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:32:52.805Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:32:52.805Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:32:53.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:32:53.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:32:53.785Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:32:54.056Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:32:55.037Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:32:55.307Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:32:57.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:32:57.916Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:32:57.916Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:33:00.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.123s coverage: 45.9% of statements [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:33:00.522Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:33:00.522Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.082s coverage: 100.0% of statements [2021-02-18T00:33:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.226s coverage: 27.1% of statements [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:33:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.043s coverage: 100.0% of statements [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:33:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.150s coverage: 100.0% of statements [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:33:04.797Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.112s coverage: 65.8% of statements [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:33:04.797Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:33:05.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.3% of statements [2021-02-18T00:33:05.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:05.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:05.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:33:05.066Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:33:07.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.367s coverage: 28.6% of statements [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:33:07.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.072s coverage: 100.0% of statements [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:33:07.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:33:07.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.113s coverage: 86.7% of statements [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:33:07.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.126s coverage: 97.5% of statements [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:33:07.683Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.078s coverage: 78.3% of statements [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:33:07.683Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.489s coverage: 92.8% of statements [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.033s coverage: 58.8% of statements [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.105s coverage: 0.1% of statements [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:33:11.105Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.034s coverage: 45.5% of statements [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.043s coverage: 79.5% of statements [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.031s coverage: 94.1% of statements [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.047s coverage: 96.3% of statements [2021-02-18T00:33:11.105Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.032s coverage: 87.5% of statements [2021-02-18T00:33:22.617Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-26739 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws [2021-02-18T00:33:22.666Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-18T00:33:23.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.043s coverage: 94.4% of statements [2021-02-18T00:33:23.418Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.039s coverage: 44.8% of statements [2021-02-18T00:33:28.510Z] using credential edgex-jenkins-ssh [2021-02-18T00:33:28.562Z] Cloning the remote Git repository [2021-02-18T00:33:28.637Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:33:28.797Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-18T00:33:28.900Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:33:28.901Z] > git --version # timeout=10 [2021-02-18T00:33:28.927Z] > git --version # 'git version 2.17.1' [2021-02-18T00:33:28.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:33:29.023Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.092s coverage: 92.9% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.033s coverage: 77.8% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.043s coverage: 87.2% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.034s coverage: 80.8% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.084s coverage: 87.2% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.045s coverage: 84.2% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.194s coverage: 63.5% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.045s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.033s coverage: 73.7% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.342s coverage: 68.9% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.091s coverage: 37.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.309s coverage: 84.0% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.043s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.132s coverage: 47.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.059s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.098s coverage: 89.4% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.720s coverage: 29.1% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.064s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.046s coverage: 0.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.031s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.048s coverage: 87.9% of statements [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:33:35.765Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.031s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-02-18T00:33:35.765Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-18T00:33:35.765Z] GO111MODULE=on go vet ./... [2021-02-18T00:33:53.023Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 5d1daf3548b37c1b42c3b9380e2816b07278959d [2021-02-18T00:33:53.879Z] Merge succeeded, producing c66cfb214bb40fccb1b5a2804f48b422c6ac40e4 [2021-02-18T00:33:53.880Z] Checking out Revision c66cfb214bb40fccb1b5a2804f48b422c6ac40e4 (PR-3178) [2021-02-18T00:33:52.071Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:33:52.098Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:33:52.129Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:33:52.173Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:33:52.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:33:52.187Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T00:33:53.044Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:33:53.059Z] > git checkout -f 5d1daf3548b37c1b42c3b9380e2816b07278959d # timeout=10 [2021-02-18T00:33:53.383Z] > git remote # timeout=10 [2021-02-18T00:33:53.406Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:33:53.426Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:33:53.440Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:33:53.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:33:53.884Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:33:53.901Z] > git checkout -f c66cfb214bb40fccb1b5a2804f48b422c6ac40e4 # timeout=10 [2021-02-18T00:33:58.509Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:33:58.515Z] > git rev-list --no-walk 5d1daf3548b37c1b42c3b9380e2816b07278959d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-18T00:34:00.176Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:34:00.650Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-18T00:34:01.008Z] + true [2021-02-18T00:34:01.008Z] + sudo service docker restart [2021-02-18T00:34:02.542Z] gofmt -l . [2021-02-18T00:34:02.542Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:34:02.805Z] ./bin/test-go-mod-tidy.sh [Pipeline] withEnv [Pipeline] { [2021-02-18T00:34:03.771Z] ./bin/test-attribution-txt.sh [Pipeline] wrap [2021-02-18T00:34:03.797Z] provisioning config files... [2021-02-18T00:34:03.848Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config6382939458229320213tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] sh [2021-02-18T00:34:04.289Z] ---> docker-login.sh [2021-02-18T00:34:04.289Z] nexus3.edgexfoundry.org:10001 [2021-02-18T00:34:04.361Z] + ls -al . [2021-02-18T00:34:04.361Z] total 700 [2021-02-18T00:34:04.361Z] drwxrwxr-x 10 1001 1001 4096 Feb 18 00:34 . [2021-02-18T00:34:04.361Z] drwxr-xr-x 4 root root 28 Feb 18 00:32 .. [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:30 .dockerignore [2021-02-18T00:34:04.361Z] drwxrwxr-x 8 1001 1001 179 Feb 18 00:30 .git [2021-02-18T00:34:04.361Z] drwxrwxr-x 3 1001 1001 125 Feb 18 00:30 .github [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:30 .gitignore [2021-02-18T00:34:04.361Z] drwx------ 3 1001 1001 60 Feb 18 00:30 .semver [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:30 .sonarcloud.properties [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:30 Attribution.txt [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:30 CONTRIBUTING.md [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:30 Dockerfile.build [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:30 Jenkinsfile [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:30 LICENSE [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:30 Makefile [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:30 README.md [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:30 SECURITY.md [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:30 ZMQWindows.md [2021-02-18T00:34:04.361Z] drwxrwxr-x 2 1001 1001 117 Feb 18 00:30 bin [2021-02-18T00:34:04.361Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:30 cmd [2021-02-18T00:34:04.361Z] -rw-r--r-- 1 root root 597520 Feb 18 00:33 coverage.out [2021-02-18T00:34:04.361Z] -rw-r--r-- 1 root root 1054 Feb 18 00:34 go.mod [2021-02-18T00:34:04.361Z] -rw-r--r-- 1 root root 19518 Feb 18 00:34 go.sum [2021-02-18T00:34:04.361Z] drwxrwxr-x 8 1001 1001 127 Feb 18 00:30 internal [2021-02-18T00:34:04.361Z] drwxrwxr-x 4 1001 1001 26 Feb 18 00:30 openapi [2021-02-18T00:34:04.361Z] drwxrwxr-x 4 1001 1001 71 Feb 18 00:30 snap [2021-02-18T00:34:04.361Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:30 version.go [Pipeline] sh [2021-02-18T00:34:04.676Z] + '[' -e coverage.out ] [2021-02-18T00:34:04.676Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:34:04.974Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:34:05.275Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:05.279Z] + make build [2021-02-18T00:34:05.279Z] 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-18T00:34:05.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:05.549Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:05.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:05.549Z] [2021-02-18T00:34:05.549Z] Login Succeeded [2021-02-18T00:34:05.549Z] nexus3.edgexfoundry.org:10002 [2021-02-18T00:34:06.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:06.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:06.152Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:06.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:06.152Z] [2021-02-18T00:34:06.152Z] Login Succeeded [2021-02-18T00:34:06.152Z] nexus3.edgexfoundry.org:10003 [2021-02-18T00:34:06.754Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:06.754Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:06.754Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:06.754Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:06.754Z] [2021-02-18T00:34:06.754Z] Login Succeeded [2021-02-18T00:34:06.754Z] nexus3.edgexfoundry.org:10004 [2021-02-18T00:34:07.032Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:07.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:07.308Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:07.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:07.308Z] [2021-02-18T00:34:07.308Z] Login Succeeded [2021-02-18T00:34:07.308Z] docker.io [2021-02-18T00:34:07.587Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-18T00:34:08.183Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-18T00:34:08.183Z] Configure a credential helper to remove this warning. See [2021-02-18T00:34:08.183Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-18T00:34:08.183Z] [2021-02-18T00:34:08.183Z] Login Succeeded [2021-02-18T00:34:08.183Z] ---> docker-login.sh ends [Pipeline] } [2021-02-18T00:34:08.200Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-02-18T00:34:08.607Z] ========================================================= [2021-02-18T00:34:08.607Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-18T00:34:08.607Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:08.999Z] + 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-18T00:34:09.541Z] 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-18T00:34:11.680Z] Sending build context to Docker daemon 166.4MB [2021-02-18T00:34:11.680Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-18T00:34:11.680Z] Step 2/6 : FROM ${BASE} [2021-02-18T00:34:11.680Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-18T00:34:11.680Z] 5f621e34cdf4: Pulling fs layer [2021-02-18T00:34:11.680Z] a4357932f1b6: Pulling fs layer [2021-02-18T00:34:11.680Z] 18c013af1878: Pulling fs layer [2021-02-18T00:34:11.680Z] 00ac8860ef70: Pulling fs layer [2021-02-18T00:34:11.680Z] 63d7cb157983: Pulling fs layer [2021-02-18T00:34:11.680Z] b116817d02f9: Pulling fs layer [2021-02-18T00:34:11.680Z] 745a02a5169b: Pulling fs layer [2021-02-18T00:34:11.680Z] 00ac8860ef70: Waiting [2021-02-18T00:34:11.680Z] 63d7cb157983: Waiting [2021-02-18T00:34:11.680Z] b116817d02f9: Waiting [2021-02-18T00:34:11.680Z] 745a02a5169b: Waiting [2021-02-18T00:34:11.680Z] 18c013af1878: Verifying Checksum [2021-02-18T00:34:11.680Z] 18c013af1878: Download complete [2021-02-18T00:34:11.680Z] a4357932f1b6: Verifying Checksum [2021-02-18T00:34:11.680Z] a4357932f1b6: Download complete [2021-02-18T00:34:11.680Z] 63d7cb157983: Download complete [2021-02-18T00:34:11.680Z] b116817d02f9: Verifying Checksum [2021-02-18T00:34:11.680Z] b116817d02f9: Download complete [2021-02-18T00:34:11.957Z] 5f621e34cdf4: Verifying Checksum [2021-02-18T00:34:11.957Z] 5f621e34cdf4: Download complete [2021-02-18T00:34:12.554Z] 5f621e34cdf4: Pull complete [2021-02-18T00:34:13.157Z] a4357932f1b6: Pull complete [2021-02-18T00:34:13.432Z] 18c013af1878: Pull complete [2021-02-18T00:34:14.870Z] 745a02a5169b: Download complete [2021-02-18T00:34:15.474Z] 00ac8860ef70: Verifying Checksum [2021-02-18T00:34:15.474Z] 00ac8860ef70: Download complete [2021-02-18T00:34:17.815Z] 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-18T00:34:19.751Z] 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-18T00:34:21.149Z] 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-18T00:34:21.414Z] 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-18T00:34:23.535Z] 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-18T00:34:24.980Z] 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-18T00:34:25.646Z] 00ac8860ef70: Pull complete [2021-02-18T00:34:25.646Z] 63d7cb157983: Pull complete [2021-02-18T00:34:25.932Z] 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-18T00:34:26.242Z] b116817d02f9: Pull complete [2021-02-18T00:34:27.330Z] 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-18T00:34:28.278Z] 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-18T00:34:29.692Z] 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-18T00:34:29.692Z] 745a02a5169b: Pull complete [2021-02-18T00:34:29.692Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-18T00:34:29.692Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-18T00:34:29.692Z] ---> b7e6874047d6 [2021-02-18T00:34:29.692Z] 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-18T00:34:31.649Z] $ docker stop --time=1 3c36200a1243601696bc1308041d3c4e26b43c3972c798c7753c4501a2e446b6 [2021-02-18T00:34:33.108Z] ---> Running in c46eea3e8681 [2021-02-18T00:34:33.277Z] $ docker rm -f 3c36200a1243601696bc1308041d3c4e26b43c3972c798c7753c4501a2e446b6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-18T00:34:34.559Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:35.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:35.224Z] [2021-02-18T00:34:35.224Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:35.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:34:35.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:35.583Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-18T00:34:35.583Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-18T00:34:35.583Z] ca9280d653b3: Pulling fs layer [2021-02-18T00:34:35.583Z] 7e9c9ca2126c: Pulling fs layer [2021-02-18T00:34:36.163Z] cbdbe7a5bc2a: Download complete [2021-02-18T00:34:36.556Z] (1/12) Installing libmagic (5.38-r0) [2021-02-18T00:34:36.749Z] cbdbe7a5bc2a: Pull complete [2021-02-18T00:34:36.749Z] ca9280d653b3: Verifying Checksum [2021-02-18T00:34:36.749Z] ca9280d653b3: Download complete [2021-02-18T00:34:36.830Z] (2/12) Installing file (5.38-r0) [2021-02-18T00:34:36.830Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-18T00:34:36.830Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-18T00:34:37.714Z] ca9280d653b3: Pull complete [2021-02-18T00:34:39.477Z] 7e9c9ca2126c: Verifying Checksum [2021-02-18T00:34:39.477Z] 7e9c9ca2126c: Download complete [2021-02-18T00:34:46.135Z] 7e9c9ca2126c: Pull complete [2021-02-18T00:34:46.135Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-18T00:34:46.135Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:46.135Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-18T00:34:46.336Z] prd-centos7-docker-4c-2g-26732 does not seem to be running inside a container [2021-02-18T00:34:46.407Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:34:48.545Z] $ docker top 184fe0c77d085fb6c541b848d5da534c8f0d6b5ee9cc09e9bb7f09eff45d9876 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:34:49.039Z] + docker-compose build --help [2021-02-18T00:34:49.040Z] + grep parallel [2021-02-18T00:34:50.010Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:34:50.027Z] $ docker stop --time=1 184fe0c77d085fb6c541b848d5da534c8f0d6b5ee9cc09e9bb7f09eff45d9876 [2021-02-18T00:34:51.415Z] $ docker rm -f 184fe0c77d085fb6c541b848d5da534c8f0d6b5ee9cc09e9bb7f09eff45d9876 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:34:52.019Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-18T00:34:52.019Z] . [Pipeline] withDockerContainer [2021-02-18T00:34:52.136Z] prd-centos7-docker-4c-2g-26732 does not seem to be running inside a container [2021-02-18T00:34:52.193Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:34:52.902Z] $ docker top e25a959d4f216cfb84376432b9668a998d57429ff4eff52cdcec20f796fd0d34 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:34:53.445Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:34:54.398Z] Building docker-core-command-go ... [2021-02-18T00:34:54.398Z] Building docker-core-data-go ... [2021-02-18T00:34:54.398Z] Building docker-core-metadata-go ... [2021-02-18T00:34:54.398Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:34:54.398Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:34:54.398Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:34:54.398Z] Building docker-support-notifications-go ... [2021-02-18T00:34:54.398Z] Building docker-support-scheduler-go ... [2021-02-18T00:34:54.398Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:34:54.398Z] Building docker-security-bootstrapper-go [2021-02-18T00:34:54.398Z] Building docker-core-data-go [2021-02-18T00:34:54.398Z] Building docker-core-metadata-go [2021-02-18T00:34:54.398Z] Building docker-security-secretstore-setup-go [2021-02-18T00:34:54.398Z] Building docker-support-notifications-go [2021-02-18T00:35:00.232Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-18T00:35:00.232Z] (6/12) Installing patch (2.7.6-r6) [2021-02-18T00:35:00.232Z] (7/12) Installing build-base (0.5-r2) [2021-02-18T00:35:00.232Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-18T00:35:00.232Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-18T00:35:00.232Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-18T00:35:00.232Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-18T00:35:00.232Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-18T00:35:00.232Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:35:00.232Z] OK: 217 MiB in 51 packages [2021-02-18T00:35:04.591Z] Removing intermediate container c46eea3e8681 [2021-02-18T00:35:04.591Z] ---> bea0c1f05b2b [2021-02-18T00:35:04.591Z] Step 4/6 : WORKDIR /edgex-go [2021-02-18T00:35:04.591Z] ---> Running in 45db1b7bfebe [2021-02-18T00:35:04.591Z] Removing intermediate container 45db1b7bfebe [2021-02-18T00:35:04.591Z] ---> b6137fa5224a [2021-02-18T00:35:04.591Z] Step 5/6 : COPY go.mod . [2021-02-18T00:35:05.577Z] ---> 8d254b6bf2f2 [2021-02-18T00:35:05.577Z] Step 6/6 : RUN go mod download [2021-02-18T00:35:05.577Z] ---> Running in 765586246d51 [2021-02-18T00:35:26.665Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:26.665Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:26.665Z] ---> 23e0384380e2 [2021-02-18T00:35:26.665Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:35:26.935Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:26.935Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:26.935Z] ---> 23e0384380e2 [2021-02-18T00:35:26.935Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:35:27.571Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:27.571Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:27.571Z] ---> 23e0384380e2 [2021-02-18T00:35:27.571Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:35:27.837Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:27.837Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:27.837Z] ---> 23e0384380e2 [2021-02-18T00:35:27.837Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:35:28.105Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:35:28.105Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:35:28.105Z] ---> 23e0384380e2 [2021-02-18T00:35:28.105Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:35:29.511Z] ---> Running in bf2e47f9eecd [2021-02-18T00:35:29.511Z] ---> Running in 61701f147ac6 [2021-02-18T00:35:29.511Z] ---> Running in 7c006697164f [2021-02-18T00:35:29.511Z] ---> Running in 1d779f87d84a [2021-02-18T00:35:29.511Z] ---> Running in 9bf84c8804c0 [2021-02-18T00:35:29.783Z] Removing intermediate container 7c006697164f [2021-02-18T00:35:29.783Z] ---> 19ca29649e12 [2021-02-18T00:35:29.783Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:29.783Z] Removing intermediate container 61701f147ac6 [2021-02-18T00:35:29.783Z] ---> 744c6f6131eb [2021-02-18T00:35:29.783Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:29.783Z] Removing intermediate container 9bf84c8804c0 [2021-02-18T00:35:29.783Z] ---> 206ef5b0ede7 [2021-02-18T00:35:29.783Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:30.049Z] Removing intermediate container bf2e47f9eecd [2021-02-18T00:35:30.049Z] ---> e621d7d9060c [2021-02-18T00:35:30.049Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:30.049Z] Removing intermediate container 1d779f87d84a [2021-02-18T00:35:30.049Z] ---> 6eabea5603cf [2021-02-18T00:35:30.049Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:35:30.049Z] ---> Running in a51a1ebfef3c [2021-02-18T00:35:30.049Z] ---> Running in 63686d3b9533 [2021-02-18T00:35:30.049Z] ---> Running in 49e5a4066ac8 [2021-02-18T00:35:30.049Z] ---> Running in f8ade8f7fd54 [2021-02-18T00:35:30.049Z] ---> Running in d11b02971031 [2021-02-18T00:35:32.008Z] Removing intermediate container 49e5a4066ac8 [2021-02-18T00:35:32.008Z] ---> edd3d10a9127 [2021-02-18T00:35:32.008Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:35:32.277Z] Removing intermediate container a51a1ebfef3c [2021-02-18T00:35:32.277Z] ---> d666d1191b52 [2021-02-18T00:35:32.277Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:35:32.277Z] ---> Running in d60cced2a089 [2021-02-18T00:35:32.277Z] Removing intermediate container 63686d3b9533 [2021-02-18T00:35:32.277Z] ---> 483f22d79a3e [2021-02-18T00:35:32.277Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:35:32.277Z] ---> Running in e127f4744eb6 [2021-02-18T00:35:32.402Z] Removing intermediate container 765586246d51 [2021-02-18T00:35:32.402Z] ---> ac1daed3619c [2021-02-18T00:35:32.402Z] Successfully built ac1daed3619c [2021-02-18T00:35:32.540Z] Removing intermediate container f8ade8f7fd54 [2021-02-18T00:35:32.540Z] ---> 8c248c0d2c2c [2021-02-18T00:35:32.540Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:35:32.540Z] ---> Running in dac68e9e54e5 [2021-02-18T00:35:32.677Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:35:32.806Z] ---> Running in 85ef6cd40b2c [2021-02-18T00:35:33.036Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:35:33.036Z] . [Pipeline] withDockerContainer [2021-02-18T00:35:33.071Z] Removing intermediate container d11b02971031 [2021-02-18T00:35:33.071Z] ---> f7f89419c486 [2021-02-18T00:35:33.071Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:35:33.071Z] ---> Running in 4a4e1a7ff1c0 [2021-02-18T00:35:33.358Z] prd-ubuntu18.04-docker-arm64-4c-16g-26739 does not seem to be running inside a container [2021-02-18T00:35:33.446Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:35:33.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:33.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:33.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:33.657Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:33.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:34.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:34.193Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:34.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:34.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:34.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:35:34.770Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:34.909Z] $ docker top 38d60faceb5071c7bb0b2e55dd721b7cf93400d94d8aec0324c5acfa164eb1d5 -eo pid,comm [2021-02-18T00:35:35.040Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:35.040Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:35.040Z] OK: 233 MiB in 51 packages [Pipeline] { [Pipeline] sh [2021-02-18T00:35:35.304Z] OK: 233 MiB in 51 packages [2021-02-18T00:35:35.568Z] Removing intermediate container e127f4744eb6 [2021-02-18T00:35:35.568Z] ---> 100c3f9703bf [2021-02-18T00:35:35.568Z] Step 6/23 : COPY go.mod . [2021-02-18T00:35:35.834Z] Removing intermediate container dac68e9e54e5 [2021-02-18T00:35:35.835Z] ---> 02243e5ed390 [2021-02-18T00:35:35.835Z] Step 6/23 : COPY go.mod . [2021-02-18T00:35:35.884Z] + go version [2021-02-18T00:35:35.884Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-18T00:35:35.907Z] $ docker stop --time=1 38d60faceb5071c7bb0b2e55dd721b7cf93400d94d8aec0324c5acfa164eb1d5 [2021-02-18T00:35:36.100Z] ---> 4cf6e294415d [2021-02-18T00:35:36.100Z] Step 7/23 : RUN go mod download [2021-02-18T00:35:36.100Z] Removing intermediate container d60cced2a089 [2021-02-18T00:35:36.100Z] ---> 2db42dc7f084 [2021-02-18T00:35:36.100Z] Step 6/24 : COPY go.mod . [2021-02-18T00:35:36.100Z] ---> Running in 6990d5a1f056 [2021-02-18T00:35:36.100Z] Removing intermediate container 85ef6cd40b2c [2021-02-18T00:35:36.100Z] ---> 483e8d8039ff [2021-02-18T00:35:36.100Z] Step 6/30 : COPY go.mod . [2021-02-18T00:35:36.364Z] ---> 4f3f98d02bd5 [2021-02-18T00:35:36.364Z] Step 7/23 : RUN go mod download [2021-02-18T00:35:36.627Z] Removing intermediate container 4a4e1a7ff1c0 [2021-02-18T00:35:36.627Z] ---> 494081d8703a [2021-02-18T00:35:36.627Z] Step 6/22 : COPY go.mod . [2021-02-18T00:35:36.627Z] ---> Running in 2d4b668ba63e [2021-02-18T00:35:36.627Z] ---> e1c305901abb [2021-02-18T00:35:36.627Z] Step 7/24 : RUN go mod download [2021-02-18T00:35:36.627Z] ---> 664ae6cf6191 [2021-02-18T00:35:36.627Z] Step 7/30 : RUN go mod download [2021-02-18T00:35:36.899Z] ---> Running in d71a87653ca0 [2021-02-18T00:35:36.899Z] ---> Running in 6f05e8227644 [2021-02-18T00:35:36.899Z] ---> 4f154b30ed04 [2021-02-18T00:35:36.899Z] Step 7/22 : RUN go mod download [2021-02-18T00:35:37.165Z] ---> Running in 6b84ff416a4e [2021-02-18T00:35:37.802Z] $ docker rm -f 38d60faceb5071c7bb0b2e55dd721b7cf93400d94d8aec0324c5acfa164eb1d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:35:38.692Z] Removing intermediate container 6990d5a1f056 [2021-02-18T00:35:38.692Z] ---> d6f53facaf36 [2021-02-18T00:35:38.692Z] Step 8/23 : COPY . . [2021-02-18T00:35:38.692Z] Removing intermediate container 2d4b668ba63e [2021-02-18T00:35:38.692Z] ---> b1b616498d17 [2021-02-18T00:35:38.692Z] Step 8/23 : COPY . . [2021-02-18T00:35:38.766Z] + docker inspect -f . ci-base-image-arm64 [2021-02-18T00:35:38.766Z] . [Pipeline] withDockerContainer [2021-02-18T00:35:39.058Z] prd-ubuntu18.04-docker-arm64-4c-16g-26739 does not seem to be running inside a container [2021-02-18T00:35:39.149Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:35:40.489Z] $ docker top fca6ba4f2a7ef949db7191f98d96fd7c5708aeb323fdd88717d4093325f49b5e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-18T00:35:40.869Z] ========================================================= [2021-02-18T00:35:40.869Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-18T00:35:40.869Z] ========================================================= [Pipeline] sh [2021-02-18T00:35:41.540Z] + make test [2021-02-18T00:35:41.540Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-18T00:35:42.989Z] Removing intermediate container 6f05e8227644 [2021-02-18T00:35:42.990Z] ---> 3277cc5f9d8f [2021-02-18T00:35:42.990Z] Step 8/30 : COPY . . [2021-02-18T00:35:42.990Z] Removing intermediate container d71a87653ca0 [2021-02-18T00:35:42.990Z] ---> 43bd66273f14 [2021-02-18T00:35:42.990Z] Step 8/24 : COPY . . [2021-02-18T00:35:48.358Z] Removing intermediate container 6b84ff416a4e [2021-02-18T00:35:48.358Z] ---> a4e107dd86b8 [2021-02-18T00:35:48.358Z] Step 8/22 : COPY . . [2021-02-18T00:36:08.374Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-18T00:36:27.714Z] ---> 698866e47764 [2021-02-18T00:36:27.714Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:36:27.714Z] ---> efb2a132578b [2021-02-18T00:36:27.714Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:36:27.714Z] ---> Running in 434dfc3cd230 [2021-02-18T00:36:27.714Z] ---> Running in d13e6b594bf3 [2021-02-18T00:36:27.714Z] ---> 409e6cac48da [2021-02-18T00:36:27.714Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:36:27.714Z] ---> d8c923ee1e5f [2021-02-18T00:36:27.714Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:36:27.714Z] ---> Running in 2493432bf2a5 [2021-02-18T00:36:27.714Z] ---> Running in bb0b3b2c2fc0 [2021-02-18T00:36:27.714Z] ---> 5dab0198d153 [2021-02-18T00:36:27.714Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:36:27.714Z] ---> Running in 610d5da7f10b [2021-02-18T00:36:27.714Z] 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-18T00:36:27.714Z] 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-18T00:36:27.714Z] 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-18T00:36:27.714Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-18T00:36:27.714Z] 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-18T00:37:00.054Z] 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-18T00:37:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-18T00:37:05.189Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-18T00:37:05.466Z] Removing intermediate container 2493432bf2a5 [2021-02-18T00:37:05.466Z] ---> 0153641913f3 [2021-02-18T00:37:05.466Z] [2021-02-18T00:37:05.466Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:37:05.466Z] 3.12: Pulling from library/alpine [2021-02-18T00:37:06.919Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:37:06.919Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:37:06.919Z] ---> 389fef711851 [2021-02-18T00:37:06.919Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:37:10.301Z] ---> Running in c878b56ed1a6 [2021-02-18T00:37:10.576Z] Removing intermediate container bb0b3b2c2fc0 [2021-02-18T00:37:10.576Z] ---> 3f233a25671f [2021-02-18T00:37:10.576Z] [2021-02-18T00:37:10.576Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:37:10.576Z] ---> 389fef711851 [2021-02-18T00:37:10.576Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:37:10.576Z] Removing intermediate container 610d5da7f10b [2021-02-18T00:37:10.576Z] ---> a607e1d49558 [2021-02-18T00:37:10.576Z] [2021-02-18T00:37:10.576Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:37:10.576Z] ---> 389fef711851 [2021-02-18T00:37:10.576Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:37:10.576Z] Removing intermediate container c878b56ed1a6 [2021-02-18T00:37:10.576Z] ---> aec2c1f3e83f [2021-02-18T00:37:10.576Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:37:10.864Z] ---> Running in fa5f3085e546 [2021-02-18T00:37:10.864Z] ---> Running in e70a96bfd1bd [2021-02-18T00:37:10.864Z] ---> Running in 7b10d3d68cde [2021-02-18T00:37:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:12.314Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:37:12.314Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:37:12.314Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:12.314Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:37:12.314Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:12.314Z] OK: 6 MiB in 16 packages [2021-02-18T00:37:12.314Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:37:12.314Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:37:12.581Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:37:12.581Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:12.581Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:12.581Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:12.581Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:12.581Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:37:12.581Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:37:12.581Z] OK: 7 MiB in 19 packages [2021-02-18T00:37:12.581Z] OK: 6 MiB in 16 packages [2021-02-18T00:37:13.502Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-18T00:37:13.502Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-18T00:37:15.896Z] Removing intermediate container 434dfc3cd230 [2021-02-18T00:37:15.896Z] ---> fdf6c5cef025 [2021-02-18T00:37:15.896Z] [2021-02-18T00:37:15.896Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:37:15.896Z] ---> 389fef711851 [2021-02-18T00:37:15.896Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:37:15.896Z] Removing intermediate container d13e6b594bf3 [2021-02-18T00:37:15.896Z] ---> 637064dae1f7 [2021-02-18T00:37:15.896Z] [2021-02-18T00:37:15.896Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:37:15.896Z] ---> 389fef711851 [2021-02-18T00:37:15.896Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:37:15.896Z] ---> Running in 7c161b49ed67 [2021-02-18T00:37:15.896Z] ---> Running in 7a0d75224ace [2021-02-18T00:37:16.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-18T00:37:16.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-18T00:37:16.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-18T00:37:16.152Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-18T00:37:17.309Z] Removing intermediate container 7b10d3d68cde [2021-02-18T00:37:17.309Z] ---> 174efeffaa8b [2021-02-18T00:37:17.309Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:37:17.309Z] Removing intermediate container e70a96bfd1bd [2021-02-18T00:37:17.309Z] ---> 32936fe75687 [2021-02-18T00:37:17.309Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:37:17.309Z] Removing intermediate container 7a0d75224ace [2021-02-18T00:37:17.309Z] ---> 107849e3bebf [2021-02-18T00:37:17.309Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:37:17.309Z] Removing intermediate container fa5f3085e546 [2021-02-18T00:37:17.309Z] ---> 6c88f10ab1e2 [2021-02-18T00:37:17.309Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:37:17.309Z] ---> Running in 032b0edf9142 [2021-02-18T00:37:17.309Z] ---> Running in 195c28d588e7 [2021-02-18T00:37:17.309Z] ---> Running in 593fc25ae04b [2021-02-18T00:37:17.575Z] ---> Running in 4c54e2630ae7 [2021-02-18T00:37:17.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:17.575Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:17.575Z] Removing intermediate container 593fc25ae04b [2021-02-18T00:37:17.575Z] ---> 5c93c4c0638e [2021-02-18T00:37:17.575Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:37:17.841Z] Removing intermediate container 195c28d588e7 [2021-02-18T00:37:17.841Z] ---> 1c4db1b2b729 [2021-02-18T00:37:17.841Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:37:17.841Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:17.841Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:17.841Z] OK: 6 MiB in 15 packages [2021-02-18T00:37:17.841Z] Removing intermediate container 032b0edf9142 [2021-02-18T00:37:17.841Z] ---> 4124ca2b81e4 [2021-02-18T00:37:17.841Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:37:17.841Z] Removing intermediate container 4c54e2630ae7 [2021-02-18T00:37:17.841Z] ---> 733c8057b26c [2021-02-18T00:37:17.841Z] Step 13/24 : WORKDIR / [2021-02-18T00:37:17.841Z] ---> Running in 52ffced354a3 [2021-02-18T00:37:17.841Z] ---> Running in c4423e11e019 [2021-02-18T00:37:17.841Z] ---> Running in 17fa15f43f14 [2021-02-18T00:37:18.115Z] ---> Running in f47f115ca5c7 [2021-02-18T00:37:18.378Z] Removing intermediate container c4423e11e019 [2021-02-18T00:37:18.378Z] ---> dd7e8a56d4ef [2021-02-18T00:37:18.378Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:37:18.783Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-18T00:37:18.957Z] Removing intermediate container 17fa15f43f14 [2021-02-18T00:37:18.957Z] ---> 1666b418646b [2021-02-18T00:37:18.957Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:18.957Z] Removing intermediate container 52ffced354a3 [2021-02-18T00:37:18.957Z] ---> 64170a22f684 [2021-02-18T00:37:18.957Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:37:18.957Z] Removing intermediate container f47f115ca5c7 [2021-02-18T00:37:18.957Z] ---> b8bf57964804 [2021-02-18T00:37:18.957Z] 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-18T00:37:18.957Z] ---> Running in 072e21be5700 [2021-02-18T00:37:19.221Z] ---> Running in 57702cb8a2de [2021-02-18T00:37:19.221Z] ---> Running in c180ab8992ce [2021-02-18T00:37:19.221Z] Removing intermediate container 7c161b49ed67 [2021-02-18T00:37:19.221Z] ---> e9b9de8c1604 [2021-02-18T00:37:19.221Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:37:19.484Z] ---> Running in 8cf21ba947c1 [2021-02-18T00:37:19.484Z] ---> f9f0ce574e95 [2021-02-18T00:37:19.484Z] 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-18T00:37:19.484Z] Removing intermediate container c180ab8992ce [2021-02-18T00:37:19.484Z] ---> 8aaa48b7ac99 [2021-02-18T00:37:19.484Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:19.758Z] Removing intermediate container 8cf21ba947c1 [2021-02-18T00:37:19.758Z] ---> 28a06ccb205d [2021-02-18T00:37:19.758Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:37:20.031Z] ---> Running in e36daf8f1cc6 [2021-02-18T00:37:20.031Z] ---> f55eed59a88e [2021-02-18T00:37:20.031Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:20.031Z] ---> f6907a80e0b8 [2021-02-18T00:37:20.031Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:37:20.231Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-18T00:37:20.301Z] Removing intermediate container e36daf8f1cc6 [2021-02-18T00:37:20.301Z] ---> dfd616e7d0b5 [2021-02-18T00:37:20.301Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:37:20.575Z] ---> Running in cc1366f33682 [2021-02-18T00:37:20.575Z] ---> 562b48c23c24 [2021-02-18T00:37:20.575Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:37:20.837Z] ---> b32efe5bc0ee [2021-02-18T00:37:20.837Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:20.837Z] Removing intermediate container cc1366f33682 [2021-02-18T00:37:20.837Z] ---> 53e6e2861f74 [2021-02-18T00:37:20.837Z] Step 15/23 : WORKDIR / [2021-02-18T00:37:21.102Z] ---> Running in 957d3f6b586e [2021-02-18T00:37:21.103Z] ---> 482959a9191c [2021-02-18T00:37:21.103Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:37:21.103Z] Removing intermediate container 072e21be5700 [2021-02-18T00:37:21.103Z] ---> d186d0f75f55 [2021-02-18T00:37:21.103Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:37:21.678Z] Removing intermediate container 57702cb8a2de [2021-02-18T00:37:21.678Z] ---> 75f429ecc53d [2021-02-18T00:37:21.678Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:37:21.678Z] ---> cc344ff2a067 [2021-02-18T00:37:21.678Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:37:21.941Z] ---> Running in d416adac33f2 [2021-02-18T00:37:21.941Z] ---> Running in 2da67b4efc4c [2021-02-18T00:37:21.941Z] ---> Running in c5218e2c22b9 [2021-02-18T00:37:21.941Z] ---> aed2b617244f [2021-02-18T00:37:21.941Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:37:22.203Z] Removing intermediate container 957d3f6b586e [2021-02-18T00:37:22.203Z] ---> 2eb6349f5de1 [2021-02-18T00:37:22.203Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:22.475Z] Removing intermediate container c5218e2c22b9 [2021-02-18T00:37:22.475Z] ---> bec8ae678831 [2021-02-18T00:37:22.475Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:37:22.475Z] Removing intermediate container d416adac33f2 [2021-02-18T00:37:22.475Z] ---> ca01dc65fe22 [2021-02-18T00:37:22.475Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:37:22.475Z] ---> Running in 4a365ec4e3cb [2021-02-18T00:37:22.475Z] ---> ef3796491a4b [2021-02-18T00:37:22.475Z] 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-18T00:37:22.475Z] ---> 867680286a2f [2021-02-18T00:37:22.475Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:37:22.744Z] ---> Running in 4932524bd1c2 [2021-02-18T00:37:22.744Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:23.007Z] Removing intermediate container 4a365ec4e3cb [2021-02-18T00:37:23.007Z] ---> 92c29fcb18a5 [2021-02-18T00:37:23.007Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:37:23.282Z] ---> 054c4bd485dd [2021-02-18T00:37:23.282Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:37:23.282Z] ---> Running in 5c29b2490ab1 [2021-02-18T00:37:23.282Z] ---> Running in eaaae84d5b8b [2021-02-18T00:37:23.282Z] ---> 5570bc24b08c [2021-02-18T00:37:23.282Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:23.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:23.566Z] Removing intermediate container 5c29b2490ab1 [2021-02-18T00:37:23.566Z] ---> 906924e3052f [2021-02-18T00:37:23.566Z] Step 21/22 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:37:23.566Z] ---> Running in 759f5d2f3e14 [2021-02-18T00:37:23.835Z] ---> 28e25c2d882d [2021-02-18T00:37:23.835Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:37:23.835Z] ---> Running in 07328d526d4f [2021-02-18T00:37:23.835Z] Removing intermediate container 759f5d2f3e14 [2021-02-18T00:37:23.835Z] ---> c3f3d70af3a7 [2021-02-18T00:37:23.835Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:37:24.098Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:37:24.359Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:37:24.359Z] ---> Running in 8e1ac83e0f74 [2021-02-18T00:37:24.359Z] Removing intermediate container 07328d526d4f [2021-02-18T00:37:24.359Z] ---> 0b75689f254e [2021-02-18T00:37:24.359Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:37:24.359Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:37:24.359Z] ---> Running in 8f1c785754a8 [2021-02-18T00:37:24.629Z] Removing intermediate container 4932524bd1c2 [2021-02-18T00:37:24.629Z] ---> 212671696700 [2021-02-18T00:37:24.629Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:37:24.629Z] Removing intermediate container 8e1ac83e0f74 [2021-02-18T00:37:24.629Z] ---> 6a7ba65bd7fd [2021-02-18T00:37:24.629Z] [2021-02-18T00:37:24.629Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:37:24.894Z] ---> Running in 32deccd54d26 [2021-02-18T00:37:24.894Z] Removing intermediate container 8f1c785754a8 [2021-02-18T00:37:24.894Z] ---> fa603c90ef32 [2021-02-18T00:37:24.894Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:37:24.894Z] ---> Running in 268bc7aa50ce [2021-02-18T00:37:24.894Z] Successfully built 6a7ba65bd7fd [2021-02-18T00:37:25.156Z] Successfully tagged docker-support-notifications-go:latest [2021-02-18T00:37:25.156Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:37:25.156Z] Building docker-support-scheduler-go [2021-02-18T00:37:25.156Z]  Building docker-support-notifications-go ... done Removing intermediate container 32deccd54d26 [2021-02-18T00:37:25.156Z] ---> 8fab26db7ca9 [2021-02-18T00:37:25.156Z] Step 22/24 : LABEL arch=x86_64 [2021-02-18T00:37:25.156Z] Removing intermediate container eaaae84d5b8b [2021-02-18T00:37:25.156Z] ---> ba40b5c04c5e [2021-02-18T00:37:25.156Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:25.419Z] ---> Running in 19e5d6522862 [2021-02-18T00:37:25.419Z] Removing intermediate container 268bc7aa50ce [2021-02-18T00:37:25.419Z] ---> ad2b08c368f1 [2021-02-18T00:37:25.419Z] Step 22/23 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:37:25.690Z] ---> Running in da8b3f599870 [2021-02-18T00:37:25.690Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:37:25.690Z] ---> e3d7cdd71207 [2021-02-18T00:37:25.690Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:37:25.690Z] Removing intermediate container 19e5d6522862 [2021-02-18T00:37:25.690Z] ---> b995912faf68 [2021-02-18T00:37:25.690Z] Step 23/24 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:37:25.956Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:37:25.956Z] OK: 8 MiB in 20 packages [2021-02-18T00:37:26.225Z] ---> Running in eecabea3f3cd [2021-02-18T00:37:26.225Z] Removing intermediate container da8b3f599870 [2021-02-18T00:37:26.225Z] ---> 17d52734d989 [2021-02-18T00:37:26.225Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:37:26.488Z] ---> Running in a4cc3ea4ff76 [2021-02-18T00:37:26.760Z] ---> 82d4b8a7a4e8 [2021-02-18T00:37:26.760Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:37:26.760Z] Removing intermediate container eecabea3f3cd [2021-02-18T00:37:26.760Z] ---> ec326aae4991 [2021-02-18T00:37:26.760Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:37:26.760Z] Removing intermediate container a4cc3ea4ff76 [2021-02-18T00:37:26.760Z] ---> b0e46996dc7f [2021-02-18T00:37:26.760Z] [2021-02-18T00:37:26.760Z] ---> Running in 4fa5953bb05a [2021-02-18T00:37:27.026Z] Successfully built b0e46996dc7f [2021-02-18T00:37:27.289Z] Removing intermediate container 2da67b4efc4c [2021-02-18T00:37:27.289Z] ---> baefaaa23920 [2021-02-18T00:37:27.289Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:37:27.289Z] Successfully tagged docker-core-metadata-go:latest [2021-02-18T00:37:27.289Z]  Building docker-core-metadata-go ... done Building docker-sys-mgmt-agent-go [2021-02-18T00:37:27.289Z] Removing intermediate container 4fa5953bb05a [2021-02-18T00:37:27.289Z] ---> 46c4816ba791 [2021-02-18T00:37:27.289Z] [2021-02-18T00:37:28.242Z] Successfully built 46c4816ba791 [2021-02-18T00:37:28.543Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-18T00:37:28.543Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-18T00:37:28.543Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-18T00:37:28.841Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-18T00:37:28.841Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-18T00:37:33.070Z] ---> c3adc4697ba4 [2021-02-18T00:37:33.070Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:37:33.070Z] ---> 2f16d78e39ef [2021-02-18T00:37:33.070Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:37:35.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.325s coverage: 45.9% of statements [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-18T00:37:35.287Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-18T00:37:35.287Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.252s coverage: 100.0% of statements [2021-02-18T00:37:36.397Z] ---> efa17184c8a1 [2021-02-18T00:37:36.397Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:37:36.397Z] ---> 85671c6174b6 [2021-02-18T00:37:36.397Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:37:40.698Z] ---> Running in 34f63d70186f [2021-02-18T00:37:40.698Z] ---> 6263d4293c47 [2021-02-18T00:37:40.698Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:37:40.698Z] ---> Running in b45d46354841 [2021-02-18T00:37:43.296Z] Removing intermediate container 34f63d70186f [2021-02-18T00:37:43.296Z] ---> cad2e68b8ba9 [2021-02-18T00:37:43.296Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:37:43.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.741s coverage: 27.1% of statements [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-18T00:37:43.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-18T00:37:43.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.078s coverage: 100.0% of statements [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-18T00:37:43.590Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.315s coverage: 65.8% of statements [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-18T00:37:43.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-18T00:37:43.921Z] Removing intermediate container b45d46354841 [2021-02-18T00:37:43.921Z] ---> d1abb058d5e1 [2021-02-18T00:37:43.921Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:37:44.536Z] ---> Running in 74faa4d31c0c [2021-02-18T00:37:45.148Z] ---> 8e22bd7c31b8 [2021-02-18T00:37:45.148Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:37:46.151Z] Removing intermediate container 74faa4d31c0c [2021-02-18T00:37:46.151Z] ---> e5d107e4e127 [2021-02-18T00:37:46.151Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:37:46.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.712s coverage: 82.3% of statements [2021-02-18T00:37:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-18T00:37:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:37:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-18T00:37:46.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-18T00:37:47.588Z] ---> Running in 0925bfbd9eac [2021-02-18T00:37:48.184Z] ---> Running in 1b4a453a264e [2021-02-18T00:37:49.219Z] Removing intermediate container 1b4a453a264e [2021-02-18T00:37:49.219Z] ---> fef139ee67d4 [2021-02-18T00:37:49.219Z] Step 22/23 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:37:49.822Z] ---> Running in 2ae69f1e609e [2021-02-18T00:37:50.105Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:50.105Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:50.105Z] ---> 23e0384380e2 [2021-02-18T00:37:50.105Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:37:50.396Z] ---> Using cache [2021-02-18T00:37:50.396Z] ---> 6eabea5603cf [2021-02-18T00:37:50.396Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:50.396Z] ---> Using cache [2021-02-18T00:37:50.396Z] ---> 8c248c0d2c2c [2021-02-18T00:37:50.396Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:37:50.396Z] ---> Using cache [2021-02-18T00:37:50.396Z] ---> 483e8d8039ff [2021-02-18T00:37:50.396Z] Step 6/22 : COPY go.mod . [2021-02-18T00:37:50.396Z] ---> Using cache [2021-02-18T00:37:50.396Z] ---> 664ae6cf6191 [2021-02-18T00:37:50.396Z] Step 7/22 : RUN go mod download [2021-02-18T00:37:50.396Z] ---> Using cache [2021-02-18T00:37:50.396Z] ---> 3277cc5f9d8f [2021-02-18T00:37:50.396Z] Step 8/22 : COPY . . [2021-02-18T00:37:50.664Z] ---> Using cache [2021-02-18T00:37:50.664Z] ---> 409e6cac48da [2021-02-18T00:37:50.664Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:37:50.940Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:50.940Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:50.940Z] ---> 23e0384380e2 [2021-02-18T00:37:50.940Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:37:50.940Z] ---> Using cache [2021-02-18T00:37:50.940Z] ---> 6eabea5603cf [2021-02-18T00:37:50.940Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:50.940Z] ---> Using cache [2021-02-18T00:37:50.940Z] ---> 8c248c0d2c2c [2021-02-18T00:37:50.940Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:37:50.940Z] ---> Using cache [2021-02-18T00:37:50.940Z] ---> 483e8d8039ff [2021-02-18T00:37:50.940Z] Step 6/21 : COPY go.mod . [2021-02-18T00:37:50.940Z] ---> Using cache [2021-02-18T00:37:50.940Z] ---> 664ae6cf6191 [2021-02-18T00:37:50.940Z] Step 7/21 : RUN go mod download [2021-02-18T00:37:50.940Z] ---> Using cache [2021-02-18T00:37:50.940Z] ---> 3277cc5f9d8f [2021-02-18T00:37:50.940Z] Step 8/21 : COPY . . [2021-02-18T00:37:50.940Z] ---> Using cache [2021-02-18T00:37:50.940Z] ---> 409e6cac48da [2021-02-18T00:37:50.940Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:37:51.211Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:37:51.211Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:37:51.211Z] ---> 23e0384380e2 [2021-02-18T00:37:51.211Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:37:51.211Z] ---> Using cache [2021-02-18T00:37:51.211Z] ---> 6eabea5603cf [2021-02-18T00:37:51.211Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:37:51.211Z] ---> Using cache [2021-02-18T00:37:51.211Z] ---> 8c248c0d2c2c [2021-02-18T00:37:51.211Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:37:52.165Z] Removing intermediate container 2ae69f1e609e [2021-02-18T00:37:52.165Z] ---> f1e56aa1b52b [2021-02-18T00:37:52.165Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:37:52.165Z] ---> Running in 8b301f358004 [2021-02-18T00:37:52.449Z] ---> Running in a92216d80be9 [2021-02-18T00:37:52.449Z] ---> Running in f51358e3b00b [2021-02-18T00:37:52.449Z] ---> Running in c1293d377fef [2021-02-18T00:37:52.714Z] Removing intermediate container 0925bfbd9eac [2021-02-18T00:37:52.714Z] ---> 3e765419b2ca [2021-02-18T00:37:52.714Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:37:52.981Z] Removing intermediate container c1293d377fef [2021-02-18T00:37:52.981Z] ---> d07645dccda3 [2021-02-18T00:37:52.981Z] [2021-02-18T00:37:53.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.361s coverage: 28.6% of statements [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-18T00:37:53.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.211s coverage: 100.0% of statements [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-18T00:37:53.022Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.076s coverage: 100.0% of statements [2021-02-18T00:37:53.022Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-18T00:37:53.305Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.435s coverage: 86.7% of statements [2021-02-18T00:37:53.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-18T00:37:53.423Z] ---> Running in 3a02c04d9d69 [2021-02-18T00:37:53.423Z] Successfully built d07645dccda3 [2021-02-18T00:37:53.423Z] Successfully tagged docker-core-data-go:latest [2021-02-18T00:37:53.423Z]  Building docker-core-data-go ... done Building docker-core-command-go [2021-02-18T00:37:53.804Z] Removing intermediate container 3a02c04d9d69 [2021-02-18T00:37:53.804Z] ---> 5e1c6034f783 [2021-02-18T00:37:53.804Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:37:53.804Z] 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-18T00:37:53.804Z] 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-18T00:37:53.804Z] ---> Running in 1829b984a1b0 [2021-02-18T00:37:53.804Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:54.300Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.375s coverage: 97.5% of statements [2021-02-18T00:37:54.300Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-18T00:37:54.545Z] Removing intermediate container 1829b984a1b0 [2021-02-18T00:37:54.545Z] ---> 0cc228098dd2 [2021-02-18T00:37:54.545Z] Step 28/30 : LABEL arch=x86_64 [2021-02-18T00:37:54.545Z] ---> Running in ab783d0f9b19 [2021-02-18T00:37:54.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.179s coverage: 78.3% of statements [2021-02-18T00:37:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-18T00:37:54.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-18T00:37:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-18T00:37:54.919Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-18T00:37:55.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:37:55.322Z] Removing intermediate container ab783d0f9b19 [2021-02-18T00:37:55.322Z] ---> c0bfa590bf85 [2021-02-18T00:37:55.322Z] Step 29/30 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:37:55.322Z] ---> Running in 099b8d6d8f6a [2021-02-18T00:37:55.903Z] OK: 233 MiB in 51 packages [2021-02-18T00:37:58.494Z] Removing intermediate container 099b8d6d8f6a [2021-02-18T00:37:58.494Z] ---> e294978f25a6 [2021-02-18T00:37:58.494Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:37:59.931Z] ---> Running in 63171fab078b [2021-02-18T00:37:59.931Z] Removing intermediate container a92216d80be9 [2021-02-18T00:37:59.931Z] ---> 34596ce229db [2021-02-18T00:37:59.931Z] Step 6/26 : COPY go.mod . [2021-02-18T00:38:00.517Z] Removing intermediate container 63171fab078b [2021-02-18T00:38:00.517Z] ---> 1a20ad674d95 [2021-02-18T00:38:00.517Z] [2021-02-18T00:38:00.517Z] ---> fef71cae863e [2021-02-18T00:38:00.517Z] Step 7/26 : RUN go mod download [2021-02-18T00:38:00.816Z] ---> Running in a371507d5053 [2021-02-18T00:38:00.816Z] Successfully built 1a20ad674d95 [2021-02-18T00:38:01.415Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-18T00:38:06.831Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container a371507d5053 [2021-02-18T00:38:06.831Z] ---> 291e8faff180 [2021-02-18T00:38:06.831Z] Step 8/26 : COPY . . [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.465s coverage: 92.8% of statements [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.066s coverage: 58.8% of statements [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.273s coverage: 0.1% of statements [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-18T00:38:07.388Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.119s coverage: 45.5% of statements [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.088s coverage: 79.5% of statements [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.076s coverage: 94.1% of statements [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.105s coverage: 96.3% of statements [2021-02-18T00:38:07.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2021-02-18T00:38:13.617Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:38:13.617Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:38:13.617Z] ---> 23e0384380e2 [2021-02-18T00:38:13.617Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:38:13.617Z] ---> Using cache [2021-02-18T00:38:13.617Z] ---> 6eabea5603cf [2021-02-18T00:38:13.617Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:38:13.617Z] ---> Using cache [2021-02-18T00:38:13.617Z] ---> 8c248c0d2c2c [2021-02-18T00:38:13.617Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:38:13.617Z] ---> Using cache [2021-02-18T00:38:13.617Z] ---> 483e8d8039ff [2021-02-18T00:38:13.617Z] Step 6/23 : COPY go.mod . [2021-02-18T00:38:13.617Z] ---> Using cache [2021-02-18T00:38:13.617Z] ---> 664ae6cf6191 [2021-02-18T00:38:13.617Z] Step 7/23 : RUN go mod download [2021-02-18T00:38:13.617Z] ---> Using cache [2021-02-18T00:38:13.617Z] ---> 3277cc5f9d8f [2021-02-18T00:38:13.617Z] Step 8/23 : COPY . . [2021-02-18T00:38:13.888Z] ---> Using cache [2021-02-18T00:38:13.888Z] ---> 409e6cac48da [2021-02-18T00:38:13.888Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:38:14.866Z] ---> Running in 349d1a7aca5c [2021-02-18T00:38:16.316Z] 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-18T00:38:17.317Z] 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-18T00:38:17.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.110s coverage: 94.4% of statements [2021-02-18T00:38:17.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.058s coverage: 44.8% of statements [2021-02-18T00:38:32.417Z] Removing intermediate container 8b301f358004 [2021-02-18T00:38:32.417Z] ---> ce411b6feab3 [2021-02-18T00:38:32.417Z] [2021-02-18T00:38:32.417Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:38:32.680Z] ---> 389fef711851 [2021-02-18T00:38:32.680Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:38:32.680Z] Removing intermediate container f51358e3b00b [2021-02-18T00:38:32.680Z] ---> e04a2ae55b6e [2021-02-18T00:38:32.680Z] [2021-02-18T00:38:32.680Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:38:32.680Z] ---> 389fef711851 [2021-02-18T00:38:32.680Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:38:32.680Z] ---> Using cache [2021-02-18T00:38:32.680Z] ---> e9b9de8c1604 [2021-02-18T00:38:32.680Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:38:32.680Z] ---> Using cache [2021-02-18T00:38:32.680Z] ---> 28a06ccb205d [2021-02-18T00:38:32.680Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:38:32.680Z] ---> 76cb84973ad4 [2021-02-18T00:38:32.680Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.135s coverage: 92.9% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.062s coverage: 77.8% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.052s coverage: 100.0% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.105s coverage: 75.5% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.057s coverage: 80.8% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.140s coverage: 87.2% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.173s coverage: 84.2% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.197s coverage: 91.4% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.646s coverage: 63.5% of statements [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-18T00:38:32.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.075s coverage: 100.0% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.089s coverage: 91.3% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.054s coverage: 100.0% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.066s coverage: 73.7% of statements [2021-02-18T00:38:32.732Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2021-02-18T00:38:32.969Z] ---> Running in 2013bbaf402e [2021-02-18T00:38:32.969Z] ---> Running in b8bb5c6981fa [2021-02-18T00:38:32.969Z] ---> Running in 9142f6252242 [2021-02-18T00:38:33.582Z] Removing intermediate container 9142f6252242 [2021-02-18T00:38:33.582Z] ---> acc9d3914d9b [2021-02-18T00:38:33.582Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:38:33.858Z] ---> Running in 4bf3ca6927e3 [2021-02-18T00:38:33.858Z] 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-18T00:38:34.137Z] Removing intermediate container 4bf3ca6927e3 [2021-02-18T00:38:34.137Z] ---> 828fd00f0d2e [2021-02-18T00:38:34.137Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:38:34.137Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:34.419Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:34.691Z] ---> 082c7b6ee222 [2021-02-18T00:38:34.691Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:38:34.691Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:38:34.691Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:38:34.691Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:38:34.691Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:38:34.691Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:38:34.691Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:38:34.958Z] OK: 7 MiB in 18 packages [2021-02-18T00:38:36.362Z] ---> 029418fc510c [2021-02-18T00:38:36.362Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:38:36.965Z] Removing intermediate container b8bb5c6981fa [2021-02-18T00:38:36.965Z] ---> 2b3d3ea18a17 [2021-02-18T00:38:36.965Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:38:37.056Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.903s coverage: 68.9% of statements [2021-02-18T00:38:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-18T00:38:37.056Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-18T00:38:37.242Z] ---> Running in 029bc12f912c [2021-02-18T00:38:37.242Z] ---> d94f5917938f [2021-02-18T00:38:37.242Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:38:37.513Z] ---> Running in c4b4d9c298ab [2021-02-18T00:38:37.513Z] Removing intermediate container 029bc12f912c [2021-02-18T00:38:37.513Z] ---> 44479cd6d7da [2021-02-18T00:38:37.513Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:38:37.513Z] ---> Running in c5b6f68fbee9 [2021-02-18T00:38:37.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.439s coverage: 37.0% of statements [2021-02-18T00:38:37.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-18T00:38:37.655Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-18T00:38:37.789Z] Removing intermediate container c4b4d9c298ab [2021-02-18T00:38:37.789Z] ---> dd906e395bc3 [2021-02-18T00:38:37.789Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:38:37.789Z] ---> Running in b13fd63f98ae [2021-02-18T00:38:37.928Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.830s coverage: 84.0% of statements [2021-02-18T00:38:37.929Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.088s coverage: 100.0% of statements [2021-02-18T00:38:38.067Z] Removing intermediate container c5b6f68fbee9 [2021-02-18T00:38:38.067Z] ---> b242a86c7617 [2021-02-18T00:38:38.067Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:38:39.032Z] Removing intermediate container b13fd63f98ae [2021-02-18T00:38:39.032Z] ---> 6ece44d6f299 [2021-02-18T00:38:39.032Z] Step 20/22 : LABEL arch=x86_64 [2021-02-18T00:38:39.303Z] ---> Running in cc36e058191a [2021-02-18T00:38:39.303Z] ---> 3d89f3b8b4e2 [2021-02-18T00:38:39.303Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:38:39.895Z] Removing intermediate container cc36e058191a [2021-02-18T00:38:39.895Z] ---> fd2d87a15190 [2021-02-18T00:38:39.895Z] Step 21/22 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:38:39.895Z] ---> Running in 7f2c29f94c8c [2021-02-18T00:38:40.489Z] Removing intermediate container 7f2c29f94c8c [2021-02-18T00:38:40.489Z] ---> 903d672516d7 [2021-02-18T00:38:40.489Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:38:41.456Z] ---> Running in cc6bfa485cfe [2021-02-18T00:38:42.033Z] ---> 31aa8d0d1c2f [2021-02-18T00:38:42.033Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:38:42.296Z] Removing intermediate container cc6bfa485cfe [2021-02-18T00:38:42.296Z] ---> 495811b38390 [2021-02-18T00:38:42.296Z] [2021-02-18T00:38:42.899Z] Removing intermediate container 349d1a7aca5c [2021-02-18T00:38:42.899Z] ---> c016d8103633 [2021-02-18T00:38:42.899Z] [2021-02-18T00:38:42.899Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:38:42.899Z] ---> 389fef711851 [2021-02-18T00:38:42.899Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:38:42.899Z] ---> Using cache [2021-02-18T00:38:42.899Z] ---> e9b9de8c1604 [2021-02-18T00:38:42.899Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:38:42.899Z] ---> Using cache [2021-02-18T00:38:42.899Z] ---> 28a06ccb205d [2021-02-18T00:38:42.899Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:38:42.899Z] Successfully built 495811b38390 [2021-02-18T00:38:42.899Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-18T00:38:42.900Z]  Building docker-support-scheduler-go ... done  ---> Running in e3eb3515e6c1 [2021-02-18T00:38:42.900Z] ---> 17c8b9718071 [2021-02-18T00:38:42.900Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:38:43.176Z] ---> Running in 22a5b455a0f2 [2021-02-18T00:38:43.176Z] Removing intermediate container e3eb3515e6c1 [2021-02-18T00:38:43.176Z] ---> 4485404bf8a4 [2021-02-18T00:38:43.176Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:38:43.176Z] ---> Running in 6e42d1ce43fa [2021-02-18T00:38:43.441Z] Removing intermediate container 22a5b455a0f2 [2021-02-18T00:38:43.441Z] ---> 17fb4a12f435 [2021-02-18T00:38:43.441Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:38:43.441Z] ---> Running in 0cb372a9cd5b [2021-02-18T00:38:43.707Z] Removing intermediate container 6e42d1ce43fa [2021-02-18T00:38:43.707Z] ---> e57bdf5ca095 [2021-02-18T00:38:43.707Z] Step 15/23 : WORKDIR / [2021-02-18T00:38:43.707Z] ---> Running in 372743c2e0c2 [2021-02-18T00:38:43.707Z] Removing intermediate container 0cb372a9cd5b [2021-02-18T00:38:43.707Z] ---> 8fba8e64ed9e [2021-02-18T00:38:43.707Z] Step 19/21 : LABEL arch=x86_64 [2021-02-18T00:38:43.986Z] ---> Running in b0539987e0f4 [2021-02-18T00:38:44.287Z] Removing intermediate container 372743c2e0c2 [2021-02-18T00:38:44.287Z] ---> 8b97191a15a3 [2021-02-18T00:38:44.287Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:38:44.559Z] Removing intermediate container b0539987e0f4 [2021-02-18T00:38:44.559Z] ---> f12f1ba06e3e [2021-02-18T00:38:44.559Z] Step 20/21 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:38:44.834Z] ---> Running in c4bbd1b77b59 [2021-02-18T00:38:44.834Z] ---> 1a33fb095bae [2021-02-18T00:38:44.834Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:38:45.117Z] Removing intermediate container c4bbd1b77b59 [2021-02-18T00:38:45.117Z] ---> 536e56a560a7 [2021-02-18T00:38:45.117Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:38:45.392Z] ---> Running in cc8684d79daf [2021-02-18T00:38:45.661Z] Removing intermediate container cc8684d79daf [2021-02-18T00:38:45.661Z] ---> 4b6a4c8412d3 [2021-02-18T00:38:45.661Z] [2021-02-18T00:38:45.661Z] ---> 6884927de213 [2021-02-18T00:38:45.661Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:38:45.924Z] Successfully built 4b6a4c8412d3 [2021-02-18T00:38:45.924Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-18T00:38:46.187Z]  Building docker-security-proxy-setup-go ... done  ---> b99576c95b7d [2021-02-18T00:38:46.187Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:38:46.187Z] ---> Running in c4cac40a0142 [2021-02-18T00:38:46.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.433s coverage: 47.0% of statements [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-18T00:38:46.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.139s coverage: 100.0% of statements [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-18T00:38:46.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.104s coverage: 100.0% of statements [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-18T00:38:46.225Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.341s coverage: 89.4% of statements [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:46.225Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-18T00:38:46.449Z] Removing intermediate container c4cac40a0142 [2021-02-18T00:38:46.450Z] ---> 0cd8abe94345 [2021-02-18T00:38:46.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:38:46.450Z] ---> Running in 65e9741ca858 [2021-02-18T00:38:46.715Z] Removing intermediate container 65e9741ca858 [2021-02-18T00:38:46.715Z] ---> 1f119d0c884c [2021-02-18T00:38:46.715Z] Step 21/23 : LABEL arch=x86_64 [2021-02-18T00:38:46.715Z] ---> Running in ee683a10ec90 [2021-02-18T00:38:46.978Z] Removing intermediate container ee683a10ec90 [2021-02-18T00:38:46.978Z] ---> 19bd078e6cee [2021-02-18T00:38:46.978Z] Step 22/23 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:38:47.928Z] ---> Running in 975320da8a11 [2021-02-18T00:38:47.928Z] Removing intermediate container 975320da8a11 [2021-02-18T00:38:47.928Z] ---> aa4dc9a291d6 [2021-02-18T00:38:47.928Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:38:47.928Z] ---> Running in 9cbe3e5d0104 [2021-02-18T00:38:48.194Z] Removing intermediate container 9cbe3e5d0104 [2021-02-18T00:38:48.194Z] ---> 085de53fb47b [2021-02-18T00:38:48.194Z] [2021-02-18T00:38:48.456Z] Successfully built 085de53fb47b [2021-02-18T00:38:48.456Z] Successfully tagged docker-core-command-go:latest [2021-02-18T00:38:49.850Z]  Building docker-core-command-go ... done Removing intermediate container 2013bbaf402e [2021-02-18T00:38:49.850Z] ---> 68ea49b2390b [2021-02-18T00:38:49.850Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:38:49.850Z] ---> Running in a75ae233c649 [2021-02-18T00:38:50.802Z] 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-18T00:38:51.776Z] Removing intermediate container a75ae233c649 [2021-02-18T00:38:51.776Z] ---> c230c01a85c7 [2021-02-18T00:38:51.776Z] [2021-02-18T00:38:51.776Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:38:51.776Z] 20.10.0: Pulling from library/docker [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.688s coverage: 29.1% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.222s coverage: 99.0% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.100s coverage: 100.0% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.206s coverage: 100.0% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.061s coverage: 0.0% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.059s coverage: 100.0% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-18T00:38:54.542Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.053s coverage: 100.0% of statements [2021-02-18T00:38:54.542Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.062s coverage: 32.1% of statements [2021-02-18T00:38:55.515Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2021-02-18T00:38:56.488Z] GO111MODULE=on go vet ./... [2021-02-18T00:38:57.086Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:38:57.086Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:38:57.086Z] ---> aefe523efa57 [2021-02-18T00:38:57.086Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:38:57.086Z] ---> Running in 1207590f6a26 [2021-02-18T00:38:57.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:57.086Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:38:57.350Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:38:57.350Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:38:57.350Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:38:57.350Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:38:57.350Z] OK: 12 MiB in 22 packages [2021-02-18T00:38:57.924Z] Removing intermediate container 1207590f6a26 [2021-02-18T00:38:57.924Z] ---> fb02683d521d [2021-02-18T00:38:57.924Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:38:57.924Z] ---> Running in ab649ff9decf [2021-02-18T00:38:57.924Z] Removing intermediate container ab649ff9decf [2021-02-18T00:38:57.924Z] ---> 3b45edb7bd04 [2021-02-18T00:38:57.924Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:38:58.186Z] ---> Running in 7f9af0c0f1cd [2021-02-18T00:38:58.186Z] Removing intermediate container 7f9af0c0f1cd [2021-02-18T00:38:58.186Z] ---> a18240e95b62 [2021-02-18T00:38:58.186Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:38:58.448Z] ---> Running in 8591699b042c [2021-02-18T00:38:58.448Z] Removing intermediate container 8591699b042c [2021-02-18T00:38:58.448Z] ---> a255ea12275b [2021-02-18T00:38:58.448Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:38:59.028Z] ---> 36cb46d258b1 [2021-02-18T00:38:59.028Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:38:59.291Z] ---> d149a140c9e0 [2021-02-18T00:38:59.291Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:38:59.867Z] ---> bbcd1575de90 [2021-02-18T00:38:59.867Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:38:59.867Z] ---> Running in d170c9be4483 [2021-02-18T00:39:01.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:01.795Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:01.795Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:39:01.795Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:39:01.795Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:39:01.795Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:39:01.795Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:39:01.795Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:39:01.795Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:39:02.746Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:39:02.746Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:39:02.746Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:39:02.746Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:39:02.746Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:39:02.746Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:39:03.009Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:39:03.009Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:39:03.009Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:39:03.009Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:39:03.009Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:39:03.009Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:39:03.009Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:39:03.009Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:39:03.009Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:39:03.009Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:39:03.009Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:39:03.009Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:39:03.009Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:39:03.299Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:39:03.299Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:39:03.299Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:39:03.299Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:39:03.299Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:39:03.299Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:39:03.299Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:39:03.299Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:03.299Z] OK: 71 MiB in 55 packages [2021-02-18T00:39:11.530Z] Removing intermediate container d170c9be4483 [2021-02-18T00:39:11.530Z] ---> 9b536eaca4e0 [2021-02-18T00:39:11.530Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:39:11.530Z] ---> Running in 1479f38cba5c [2021-02-18T00:39:12.918Z] Collecting docker-compose==1.23.2 [2021-02-18T00:39:12.918Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:39:12.918Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:39:12.918Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:39:13.491Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:39:13.491Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:39:13.491Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:39:13.491Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:39:13.754Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:39:13.754Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:39:14.017Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:39:14.017Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:39:14.279Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:39:14.279Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:39:14.851Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:39:14.851Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:39:15.794Z] 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-18T00:39:15.794Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:39:15.794Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:39:17.736Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:39:17.736Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:39:17.736Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:39:17.736Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:39:17.736Z] 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-18T00:39:17.736Z] 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-18T00:39:17.736Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:39:17.736Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:39:17.736Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:39:17.736Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:39:17.736Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:39:17.736Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:39:17.736Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:39:17.736Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:39:17.736Z] Installing collected packages: docopt, jsonschema, websocket-client, urllib3, idna, requests, docker-pycreds, docker, dockerpty, PyYAML, texttable, cached-property, docker-compose [2021-02-18T00:39:17.736Z] Running setup.py install for docopt: started [2021-02-18T00:39:17.736Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:39:17.736Z] Attempting uninstall: urllib3 [2021-02-18T00:39:17.736Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:39:17.736Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:39:17.736Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:39:17.736Z] Attempting uninstall: idna [2021-02-18T00:39:17.736Z] Found existing installation: idna 2.9 [2021-02-18T00:39:17.736Z] Uninstalling idna-2.9: [2021-02-18T00:39:17.736Z] Successfully uninstalled idna-2.9 [2021-02-18T00:39:18.001Z] Attempting uninstall: requests [2021-02-18T00:39:18.001Z] Found existing installation: requests 2.23.0 [2021-02-18T00:39:18.001Z] Uninstalling requests-2.23.0: [2021-02-18T00:39:18.001Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:39:18.268Z] Running setup.py install for dockerpty: started [2021-02-18T00:39:18.845Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:39:18.845Z] Running setup.py install for PyYAML: started [2021-02-18T00:39:19.420Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:39:19.421Z] Running setup.py install for texttable: started [2021-02-18T00:39:20.000Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:39:20.263Z] 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-18T00:39:23.582Z] Removing intermediate container 1479f38cba5c [2021-02-18T00:39:23.582Z] ---> 556497e1fc87 [2021-02-18T00:39:23.582Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:39:23.582Z] ---> Running in 6a9c680fa1f4 [2021-02-18T00:39:23.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:23.846Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-18T00:39:24.109Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:39:24.109Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:39:24.109Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:39:24.109Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:39:24.109Z] OK: 72 MiB in 58 packages [2021-02-18T00:39:24.683Z] Removing intermediate container 6a9c680fa1f4 [2021-02-18T00:39:24.683Z] ---> d1211751831f [2021-02-18T00:39:24.683Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:39:24.683Z] ---> Running in a980abdcc6e3 [2021-02-18T00:39:24.947Z] Removing intermediate container a980abdcc6e3 [2021-02-18T00:39:24.947Z] ---> 42e2798faba3 [2021-02-18T00:39:24.947Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:39:24.947Z] ---> Running in 785fa9c0ca2c [2021-02-18T00:39:25.208Z] Removing intermediate container 785fa9c0ca2c [2021-02-18T00:39:25.208Z] ---> c19d0fc82b4d [2021-02-18T00:39:25.208Z] Step 24/26 : LABEL arch=x86_64 [2021-02-18T00:39:25.208Z] ---> Running in 0453e16f7cf4 [2021-02-18T00:39:25.470Z] Removing intermediate container 0453e16f7cf4 [2021-02-18T00:39:25.470Z] ---> d298bfce895c [2021-02-18T00:39:25.470Z] Step 25/26 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:39:25.470Z] ---> Running in 603cd9450833 [2021-02-18T00:39:25.732Z] Removing intermediate container 603cd9450833 [2021-02-18T00:39:25.732Z] ---> 4d05f627a720 [2021-02-18T00:39:25.732Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:39:25.732Z] ---> Running in 8d64071dc4fd [2021-02-18T00:39:25.993Z] Removing intermediate container 8d64071dc4fd [2021-02-18T00:39:25.993Z] ---> a8750d13b9a9 [2021-02-18T00:39:25.993Z] [2021-02-18T00:39:25.993Z] Successfully built a8750d13b9a9 [2021-02-18T00:39:25.993Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-18T00:39:26.268Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T00:39:26.285Z] $ docker stop --time=1 e25a959d4f216cfb84376432b9668a998d57429ff4eff52cdcec20f796fd0d34 [2021-02-18T00:39:27.957Z] $ docker rm -f e25a959d4f216cfb84376432b9668a998d57429ff4eff52cdcec20f796fd0d34 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:39:28.510Z] + docker images [2021-02-18T00:39:28.510Z] + grep docker [2021-02-18T00:39:28.773Z] docker-sys-mgmt-agent-go latest a8750d13b9a9 3 seconds ago 313MB [2021-02-18T00:39:28.773Z] docker-core-command-go latest 085de53fb47b 40 seconds ago 16.9MB [2021-02-18T00:39:28.773Z] docker-security-proxy-setup-go latest 4b6a4c8412d3 43 seconds ago 24.4MB [2021-02-18T00:39:28.773Z] docker-support-scheduler-go latest 495811b38390 47 seconds ago 17MB [2021-02-18T00:39:28.773Z] docker-security-bootstrapper-go latest 1a20ad674d95 About a minute ago 18MB [2021-02-18T00:39:28.773Z] docker-core-data-go latest d07645dccda3 About a minute ago 22.3MB [2021-02-18T00:39:28.773Z] docker-security-secretstore-setup-go latest 46c4816ba791 2 minutes ago 24.6MB [2021-02-18T00:39:28.773Z] docker-core-metadata-go latest b0e46996dc7f 2 minutes ago 18.8MB [2021-02-18T00:39:28.773Z] docker-support-notifications-go latest 6a7ba65bd7fd 2 minutes ago 17.6MB [2021-02-18T00:39:28.773Z] docker 20.10.0 aefe523efa57 2 months ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-18T00:39:44.497Z] Still waiting to schedule task [2021-02-18T00:39:44.497Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-18T00:40:18.334Z] gofmt -l . [2021-02-18T00:40:21.118Z] [ "`gofmt -l .`" = "" ] [2021-02-18T00:40:24.578Z] ./bin/test-go-mod-tidy.sh [2021-02-18T00:40:25.576Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-18T00:40:27.709Z] + ls -al . [2021-02-18T00:40:27.709Z] total 728 [2021-02-18T00:40:27.709Z] drwxrwxr-x 9 1001 1001 4096 Feb 18 00:40 . [2021-02-18T00:40:27.709Z] drwxr-xr-x 4 root root 4096 Feb 18 00:35 .. [2021-02-18T00:40:27.709Z] -rw-rw-r-- 1 1001 1001 11 Feb 18 00:33 .dockerignore [2021-02-18T00:40:27.709Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:33 .git [2021-02-18T00:40:27.709Z] drwxrwxr-x 3 1001 1001 4096 Feb 18 00:33 .github [2021-02-18T00:40:27.709Z] -rw-rw-r-- 1 1001 1001 818 Feb 18 00:33 .gitignore [2021-02-18T00:40:27.709Z] -rw-rw-r-- 1 1001 1001 166 Feb 18 00:33 .sonarcloud.properties [2021-02-18T00:40:27.709Z] -rw-rw-r-- 1 1001 1001 7859 Feb 18 00:33 Attribution.txt [2021-02-18T00:40:27.709Z] -rw-rw-r-- 1 1001 1001 3804 Feb 18 00:33 CONTRIBUTING.md [2021-02-18T00:40:27.709Z] -rw-rw-r-- 1 1001 1001 931 Feb 18 00:33 Dockerfile.build [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 863 Feb 18 00:33 Jenkinsfile [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 10775 Feb 18 00:33 LICENSE [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 5774 Feb 18 00:33 Makefile [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 6524 Feb 18 00:33 README.md [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 6755 Feb 18 00:33 SECURITY.md [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 5 Feb 18 00:31 VERSION [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 4131 Feb 18 00:33 ZMQWindows.md [2021-02-18T00:40:27.710Z] drwxrwxr-x 2 1001 1001 4096 Feb 18 00:33 bin [2021-02-18T00:40:27.710Z] drwxrwxr-x 14 1001 1001 4096 Feb 18 00:33 cmd [2021-02-18T00:40:27.710Z] -rw-r--r-- 1 root root 597520 Feb 18 00:38 coverage.out [2021-02-18T00:40:27.710Z] -rw-r--r-- 1 root root 1054 Feb 18 00:40 go.mod [2021-02-18T00:40:27.710Z] -rw-r--r-- 1 root root 19518 Feb 18 00:40 go.sum [2021-02-18T00:40:27.710Z] drwxrwxr-x 8 1001 1001 4096 Feb 18 00:33 internal [2021-02-18T00:40:27.710Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:33 openapi [2021-02-18T00:40:27.710Z] drwxrwxr-x 4 1001 1001 4096 Feb 18 00:33 snap [2021-02-18T00:40:27.710Z] -rw-rw-r-- 1 1001 1001 168 Feb 18 00:33 version.go [Pipeline] sh [2021-02-18T00:40:28.384Z] + '[' -e coverage.out ] [2021-02-18T00:40:28.385Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-18T00:40:28.457Z] Warning: overwriting stash ‘coverage-report’ [2021-02-18T00:40:29.900Z] Stashed 1 file(s) [Pipeline] sh [2021-02-18T00:40:30.566Z] + make build [2021-02-18T00:40:30.566Z] 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-18T00:40:45.724Z] 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-18T00:41:15.340Z] Running on prd-ubuntu18.04-docker-8c-8g-26748 in /w/workspace/edgexfoundry_edgex-go_PR-3178 [Pipeline] { [Pipeline] ws [2021-02-18T00:41:15.398Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-18T00:41:17.501Z] using credential edgex-jenkins-ssh [2021-02-18T00:41:17.553Z] Cloning the remote Git repository [2021-02-18T00:41:17.508Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:41:17.576Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-18T00:41:17.611Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:41:17.611Z] > git --version # timeout=10 [2021-02-18T00:41:17.617Z] > git --version # 'git version 2.17.1' [2021-02-18T00:41:17.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:41:17.649Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:41:18.099Z] 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-18T00:41:19.530Z] 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-18T00:41:27.806Z] 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-18T00:41:28.403Z] 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-18T00:41:35.122Z] 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-18T00:41:38.819Z] Merging remotes/origin/master commit a05352d37eb5b985ae670d360b56d8b81b9d117b into PR head commit 5d1daf3548b37c1b42c3b9380e2816b07278959d [2021-02-18T00:41:39.039Z] Merge succeeded, producing ff1ff6130d82426f05a4a19c58d9da3969411e6f [2021-02-18T00:41:39.040Z] Checking out Revision ff1ff6130d82426f05a4a19c58d9da3969411e6f (PR-3178) [2021-02-18T00:41:38.145Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:41:38.150Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-18T00:41:38.161Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-18T00:41:38.171Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-18T00:41:38.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:41:38.175Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3178/head:refs/remotes/origin/PR-3178 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-18T00:41:38.818Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:41:38.823Z] > git checkout -f 5d1daf3548b37c1b42c3b9380e2816b07278959d # timeout=10 [2021-02-18T00:41:38.926Z] > git remote # timeout=10 [2021-02-18T00:41:38.931Z] > git config --get remote.origin.url # timeout=10 [2021-02-18T00:41:38.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-18T00:41:38.939Z] > git merge a05352d37eb5b985ae670d360b56d8b81b9d117b # timeout=10 [2021-02-18T00:41:39.025Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-18T00:41:39.032Z] > git config core.sparsecheckout # timeout=10 [2021-02-18T00:41:39.039Z] > git checkout -f ff1ff6130d82426f05a4a19c58d9da3969411e6f # timeout=10 [2021-02-18T00:41:40.528Z] 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-18T00:41:42.617Z] Commit message: "Merge commit 'a05352d37eb5b985ae670d360b56d8b81b9d117b' into HEAD" [2021-02-18T00:41:42.612Z] > git rev-list --no-walk 5d1daf3548b37c1b42c3b9380e2816b07278959d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:41:43.612Z] + echo snap-build.sh [2021-02-18T00:41:43.612Z] snap-build.sh [2021-02-18T00:41:43.612Z] + SNAP_BASE_DIR=. [2021-02-18T00:41:43.612Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-18T00:41:43.612Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-18T00:41:43.612Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-18T00:41:43.612Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-18T00:41:43.612Z] + cd /w/workspace/edgex-go/3 [2021-02-18T00:41:43.612Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-18T00:41:43.612Z] Reading package lists... [2021-02-18T00:41:43.872Z] Building dependency tree... [2021-02-18T00:41:43.872Z] Reading state information... [2021-02-18T00:41:43.872Z] The following packages were automatically installed and are no longer required: [2021-02-18T00:41:43.872Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-18T00:41:43.872Z] uidmap xdelta3 [2021-02-18T00:41:43.872Z] Use 'sudo apt autoremove' to remove them. [2021-02-18T00:41:43.872Z] The following packages will be REMOVED: [2021-02-18T00:41:43.872Z] lxd* lxd-client* [2021-02-18T00:41:44.444Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-18T00:41:44.444Z] After this operation, 31.7 MB disk space will be freed. [2021-02-18T00:41:44.860Z] 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-18T00:41:45.228Z] (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-18T00:41:45.228Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:41:46.174Z] Removing lxd dnsmasq configuration [2021-02-18T00:41:46.174Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:41:46.435Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-18T00:41:47.005Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-18T00:41:47.266Z] (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-18T00:41:47.266Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-18T00:41:48.650Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-18T00:41:48.909Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-18T00:41:49.174Z] 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-18T00:41:50.291Z] + sudo snap remove --purge lxd [2021-02-18T00:41:50.553Z] snap "lxd" is not installed [2021-02-18T00:41:50.553Z] + sudo groupadd --force --system lxd [2021-02-18T00:41:50.553Z] ++ whoami [2021-02-18T00:41:50.553Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-18T00:41:50.553Z] + newgrp - lxd [2021-02-18T00:41:50.553Z] + sudo snap install lxd [2021-02-18T00:41:54.575Z] 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-18T00:41:57.969Z] 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-18T00:42:00.613Z] 2021-02-18T00:41:57Z INFO Waiting for automatic snapd restart... [Pipeline] } [2021-02-18T00:42:06.314Z] $ docker stop --time=1 fca6ba4f2a7ef949db7191f98d96fd7c5708aeb323fdd88717d4093325f49b5e [2021-02-18T00:42:09.011Z] $ docker rm -f fca6ba4f2a7ef949db7191f98d96fd7c5708aeb323fdd88717d4093325f49b5e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:11.558Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:11.831Z] [2021-02-18T00:42:11.831Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:12.223Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:12.496Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-18T00:42:12.496Z] 29e5d40040c1: Pulling fs layer [2021-02-18T00:42:12.496Z] 1ce36da41761: Pulling fs layer [2021-02-18T00:42:12.496Z] 25b303627fd3: Pulling fs layer [2021-02-18T00:42:12.496Z] 29e5d40040c1: Verifying Checksum [2021-02-18T00:42:12.496Z] 29e5d40040c1: Download complete [2021-02-18T00:42:12.877Z] lxd 4.11 from Canonical* installed [2021-02-18T00:42:12.877Z] + sudo lxd init --auto [2021-02-18T00:42:13.091Z] 1ce36da41761: Verifying Checksum [2021-02-18T00:42:13.092Z] 1ce36da41761: Download complete [2021-02-18T00:42:13.366Z] 29e5d40040c1: Pull complete [2021-02-18T00:42:14.343Z] 1ce36da41761: Pull complete [2021-02-18T00:42:14.939Z] 25b303627fd3: Verifying Checksum [2021-02-18T00:42:14.939Z] 25b303627fd3: Download complete [2021-02-18T00:42:21.014Z] + sudo snap install --classic snapcraft [2021-02-18T00:42:25.098Z] 25b303627fd3: Pull complete [2021-02-18T00:42:25.098Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-18T00:42:25.098Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:25.098Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-18T00:42:25.385Z] prd-ubuntu18.04-docker-arm64-4c-16g-26739 does not seem to be running inside a container [2021-02-18T00:42:25.474Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:42:26.329Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:42:26.329Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-18T00:42:26.329Z] + patch --verbose -p1 [2021-02-18T00:42:26.329Z] Hmm... Looks like a unified diff to me... [2021-02-18T00:42:26.329Z] The text leading up to this was: [2021-02-18T00:42:26.329Z] -------------------------- [2021-02-18T00:42:26.329Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-18T00:42:26.329Z] |From: Tony Espy [2021-02-18T00:42:26.329Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-18T00:42:26.329Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-18T00:42:26.329Z] | [2021-02-18T00:42:26.329Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-18T00:42:26.329Z] |optimize the snap CI check run for pull requests. When [2021-02-18T00:42:26.329Z] |applied, it essentially strips out everything (apps and [2021-02-18T00:42:26.329Z] |parts) from the snapcraft.yaml file except those required [2021-02-18T00:42:26.329Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-18T00:42:26.329Z] |catch changes to edgex-go that break the snap build. [2021-02-18T00:42:26.329Z] | [2021-02-18T00:42:26.329Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-18T00:42:26.329Z] |to update this patch file, otherwise it may fail to apply, [2021-02-18T00:42:26.329Z] |resulting in a failed snap build CI check in the associated [2021-02-18T00:42:26.329Z] |pull request. [2021-02-18T00:42:26.329Z] | [2021-02-18T00:42:26.329Z] |Note - in addition to applying this patch, the pipeline also [2021-02-18T00:42:26.329Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-18T00:42:26.329Z] |need to build the finally binary .snap file (and it won't [2021-02-18T00:42:26.329Z] |work with the patch applied). This further reduces the build [2021-02-18T00:42:26.329Z] |time. [2021-02-18T00:42:26.329Z] |--- [2021-02-18T00:42:26.329Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-18T00:42:26.329Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-18T00:42:26.329Z] | [2021-02-18T00:42:26.329Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-18T00:42:26.329Z] |index 1e537489..faf42425 100644 [2021-02-18T00:42:26.329Z] |--- a/snap/snapcraft.yaml [2021-02-18T00:42:26.329Z] |+++ b/snap/snapcraft.yaml [2021-02-18T00:42:26.329Z] -------------------------- [2021-02-18T00:42:26.329Z] patching file snap/snapcraft.yaml [2021-02-18T00:42:26.329Z] Using Plan A... [2021-02-18T00:42:26.329Z] Hunk #1 succeeded at 73. [2021-02-18T00:42:26.329Z] Hunk #2 succeeded at 205 with fuzz 1 (offset 6 lines). [2021-02-18T00:42:26.329Z] Hunk #3 succeeded at 217 (offset 3 lines). [2021-02-18T00:42:26.329Z] Hunk #4 succeeded at 225 (offset 3 lines). [2021-02-18T00:42:26.329Z] Hunk #5 succeeded at 232 (offset 3 lines). [2021-02-18T00:42:26.329Z] Hunk #6 succeeded at 259 (offset 3 lines). [2021-02-18T00:42:26.329Z] Hunk #7 succeeded at 293 (offset 3 lines). [2021-02-18T00:42:26.329Z] Hunk #8 succeeded at 352 (offset 11 lines). [2021-02-18T00:42:26.329Z] Hmm... Ignoring the trailing garbage. [2021-02-18T00:42:26.329Z] done [2021-02-18T00:42:26.330Z] + sudo snapcraft prime --use-lxd [2021-02-18T00:42:26.902Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-18T00:42:27.177Z] 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-18T00:42:27.177Z] - README.md [2021-02-18T00:42:27.177Z] - snapcraft.yaml.orig [2021-02-18T00:42:27.177Z] [2021-02-18T00:42:27.178Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T00:42:27.779Z] Launching a container. [2021-02-18T00:42:28.875Z] $ docker top 9df803763bdf86b1f0c294f66291ef76f654bf5ca1b6af609ae82966396a39a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:42:29.944Z] + grep parallel [2021-02-18T00:42:29.944Z] + docker-compose build --help [2021-02-18T00:42:35.361Z] --parallel Build images in parallel. [Pipeline] } [2021-02-18T00:42:35.388Z] $ docker stop --time=1 9df803763bdf86b1f0c294f66291ef76f654bf5ca1b6af609ae82966396a39a6 [2021-02-18T00:42:37.409Z] $ docker rm -f 9df803763bdf86b1f0c294f66291ef76f654bf5ca1b6af609ae82966396a39a6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:42:38.284Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-18T00:42:38.284Z] . [Pipeline] withDockerContainer [2021-02-18T00:42:38.570Z] prd-ubuntu18.04-docker-arm64-4c-16g-26739 does not seem to be running inside a container [2021-02-18T00:42:38.669Z] $ 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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:42:40.205Z] $ docker top 8c85f58b6a1db89793c645240828666acfb450fa455367acffc87a7afa1a284c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:42:41.375Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-18T00:42:42.706Z] Waiting for container to be ready [2021-02-18T00:42:42.706Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-18T00:42:42.706Z] [2021-02-18T00:42:43.648Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-18T00:42:44.228Z] Waiting for network to be ready... [2021-02-18T00:42:44.488Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T00:42:44.748Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T00:42:44.748Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T00:42:44.748Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T00:42:44.748Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T00:42:44.748Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T00:42:44.748Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T00:42:44.748Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T00:42:44.748Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T00:42:44.748Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T00:42:45.318Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T00:42:45.318Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T00:42:45.578Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T00:42:45.578Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T00:42:45.578Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T00:42:45.578Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T00:42:45.578Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T00:42:45.578Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T00:42:46.150Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T00:42:46.410Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T00:42:46.670Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T00:42:46.670Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T00:42:46.670Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T00:42:46.670Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T00:42:46.670Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T00:42:46.670Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T00:42:46.839Z] Building docker-core-command-go ... [2021-02-18T00:42:46.839Z] Building docker-core-data-go ... [2021-02-18T00:42:46.839Z] Building docker-core-metadata-go ... [2021-02-18T00:42:46.839Z] Building docker-security-bootstrapper-go ... [2021-02-18T00:42:46.839Z] Building docker-security-proxy-setup-go ... [2021-02-18T00:42:46.839Z] Building docker-security-secretstore-setup-go ... [2021-02-18T00:42:46.839Z] Building docker-support-notifications-go ... [2021-02-18T00:42:46.839Z] Building docker-support-scheduler-go ... [2021-02-18T00:42:46.839Z] Building docker-sys-mgmt-agent-go ... [2021-02-18T00:42:46.839Z] Building docker-support-notifications-go [2021-02-18T00:42:46.839Z] Building docker-support-scheduler-go [2021-02-18T00:42:46.839Z] Building docker-core-command-go [2021-02-18T00:42:46.839Z] Building docker-security-proxy-setup-go [2021-02-18T00:42:46.839Z] Building docker-security-bootstrapper-go [2021-02-18T00:42:46.930Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T00:42:49.471Z] Fetched 23.9 MB in 5s (4713 kB/s) [2021-02-18T00:42:50.852Z] Reading package lists... [2021-02-18T00:42:51.111Z] Reading package lists... [2021-02-18T00:42:51.372Z] Building dependency tree... [2021-02-18T00:42:51.372Z] Reading state information... [2021-02-18T00:42:51.372Z] The following additional packages will be installed: [2021-02-18T00:42:51.372Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T00:42:51.372Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T00:42:51.372Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T00:42:51.372Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-18T00:42:51.372Z] Suggested packages: [2021-02-18T00:42:51.372Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-18T00:42:51.372Z] Recommended packages: [2021-02-18T00:42:51.372Z] gnupg libsasl2-modules [2021-02-18T00:42:51.372Z] The following NEW packages will be installed: [2021-02-18T00:42:51.372Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-18T00:42:51.372Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-18T00:42:51.372Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-18T00:42:51.372Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-18T00:42:51.372Z] The following packages will be upgraded: [2021-02-18T00:42:51.372Z] gpg gpg-agent gpgconf libudev1 [2021-02-18T00:42:51.632Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-18T00:42:51.633Z] Need to get 3532 kB of archives. [2021-02-18T00:42:51.633Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-18T00:42:51.633Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-18T00:42:51.633Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-18T00:42:51.893Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-18T00:42:52.155Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-18T00:42:52.155Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-18T00:42:52.155Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-18T00:42:52.155Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-18T00:42:52.155Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-18T00:42:52.155Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-18T00:42:52.155Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-18T00:42:52.155Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.9 [16.6 kB] [2021-02-18T00:42:52.155Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.9 [155 kB] [2021-02-18T00:42:52.155Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-18T00:42:52.155Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-18T00:42:52.155Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-18T00:42:52.155Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-18T00:42:52.155Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-18T00:42:52.415Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-18T00:42:52.415Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-18T00:42:52.415Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-18T00:42:52.415Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-18T00:42:52.416Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-18T00:42:52.688Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:42:52.688Z] Fetched 3532 kB in 1s (3579 kB/s) [2021-02-18T00:42:52.688Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T00:42:52.688Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:42:52.688Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:42:52.688Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-18T00:42:52.950Z] Selecting previously unselected package udev. [2021-02-18T00:42:52.950Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-18T00:42:52.950Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:42:52.950Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-18T00:42:53.210Z] Selecting previously unselected package libfuse2:amd64. [2021-02-18T00:42:53.210Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T00:42:53.210Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T00:42:53.210Z] Selecting previously unselected package fuse. [2021-02-18T00:42:53.210Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-18T00:42:53.210Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-18T00:42:53.471Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:53.471Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:42:53.471Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:53.471Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:42:53.731Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:53.731Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:42:53.731Z] Selecting previously unselected package libksba8:amd64. [2021-02-18T00:42:53.731Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-18T00:42:53.731Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-18T00:42:53.731Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-18T00:42:53.731Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:53.731Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:53.992Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-18T00:42:53.992Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:53.992Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:53.992Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-18T00:42:53.992Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:53.992Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:53.992Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-18T00:42:53.992Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:54.253Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:54.253Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-18T00:42:54.253Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:54.253Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:54.253Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-18T00:42:54.253Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:54.253Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:54.514Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-18T00:42:54.514Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:54.514Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:54.514Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-18T00:42:54.514Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:54.514Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:54.774Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-18T00:42:54.774Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-18T00:42:54.774Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:54.774Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-18T00:42:54.774Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T00:42:54.774Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:42:54.774Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-18T00:42:54.774Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-18T00:42:54.774Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:42:55.033Z] Selecting previously unselected package libldap-common. [2021-02-18T00:42:55.033Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb ... [2021-02-18T00:42:55.033Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:42:55.033Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-18T00:42:55.033Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb ... [2021-02-18T00:42:55.033Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:42:55.033Z] Selecting previously unselected package dirmngr. [2021-02-18T00:42:55.033Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:42:55.033Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T00:42:55.293Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:42:55.293Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-18T00:42:55.293Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-18T00:42:55.293Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:42:55.293Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-18T00:42:55.293Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-18T00:42:55.557Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:55.557Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-18T00:42:55.557Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:42:55.557Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-18T00:42:55.820Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-18T00:42:56.086Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.086Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-18T00:42:56.086Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-18T00:42:56.347Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-18T00:42:56.347Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-18T00:42:56.347Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.9) ... [2021-02-18T00:42:56.609Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-18T00:42:56.609Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:42:56.870Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-18T00:42:56.870Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-18T00:42:56.870Z] This means they are not meant to be enabled using systemctl. [2021-02-18T00:42:56.870Z] Possible reasons for having this kind of units are: [2021-02-18T00:42:56.870Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-18T00:42:56.870Z] .wants/ or .requires/ directory. [2021-02-18T00:42:56.870Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-18T00:42:56.870Z] a requirement dependency on it. [2021-02-18T00:42:56.870Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-18T00:42:56.870Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-18T00:42:56.870Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-18T00:42:56.870Z] instance name specified. [2021-02-18T00:42:57.130Z] Reading package lists... [2021-02-18T00:42:57.391Z] Building dependency tree... [2021-02-18T00:42:57.391Z] Reading state information... [2021-02-18T00:42:57.650Z] The following additional packages will be installed: [2021-02-18T00:42:57.650Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-18T00:42:57.650Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-18T00:42:57.650Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-18T00:42:57.650Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-18T00:42:57.650Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-18T00:42:57.650Z] Suggested packages: [2021-02-18T00:42:57.650Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-18T00:42:57.650Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-18T00:42:57.650Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-18T00:42:57.650Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-18T00:42:57.650Z] systemd-container policykit-1 [2021-02-18T00:42:57.650Z] Recommended packages: [2021-02-18T00:42:57.650Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-18T00:42:57.930Z] The following NEW packages will be installed: [2021-02-18T00:42:57.930Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-18T00:42:57.930Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-18T00:42:57.930Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-18T00:42:57.930Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-18T00:42:57.930Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-18T00:42:57.930Z] The following packages will be upgraded: [2021-02-18T00:42:57.930Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-18T00:42:57.930Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-18T00:42:57.930Z] Need to get 35.2 MB of archives. [2021-02-18T00:42:57.930Z] After this operation, 141 MB of additional disk space will be used. [2021-02-18T00:42:57.930Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-18T00:42:57.930Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-18T00:42:57.930Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-18T00:42:57.930Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-18T00:42:58.191Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-18T00:42:58.191Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-18T00:42:58.191Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-18T00:42:58.191Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-18T00:42:58.191Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-18T00:42:58.191Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-18T00:42:58.191Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-18T00:42:58.191Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-18T00:42:58.191Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-18T00:42:58.191Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-18T00:42:58.191Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-18T00:42:58.191Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-18T00:42:58.191Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-18T00:42:58.191Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-18T00:42:58.191Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T00:42:58.762Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-02-18T00:42:58.762Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-18T00:42:59.023Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-18T00:42:59.023Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-18T00:42:59.023Z] Get:23 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-18T00:42:59.023Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-18T00:42:59.023Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-18T00:42:59.023Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-18T00:42:59.023Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-18T00:42:59.023Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-18T00:42:59.023Z] Get:29 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-18T00:42:59.023Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-18T00:42:59.284Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:42:59.284Z] Fetched 22.2 MB in 1s (18.0 MB/s) [2021-02-18T00:42:59.284Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:42:59.284Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:42:59.544Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:43:00.116Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:43:00.116Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:43:00.116Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-18T00:43:00.378Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:43:00.378Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T00:43:00.378Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T00:43:00.378Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-18T00:43:00.950Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-18T00:43:00.950Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-18T00:43:00.950Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-18T00:43:01.210Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-18T00:43:01.210Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-18T00:43:01.782Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-18T00:43:01.782Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-18T00:43:01.782Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T00:43:01.782Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T00:43:02.048Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-02-18T00:43:02.048Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:43:02.048Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:02.308Z] Selecting previously unselected package libexpat1:amd64. [2021-02-18T00:43:02.308Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-18T00:43:02.308Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T00:43:02.308Z] Selecting previously unselected package python3.6-minimal. [2021-02-18T00:43:02.308Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:43:02.308Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:02.579Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T00:43:02.839Z] Checking for services that may need to be restarted...done. [2021-02-18T00:43:02.839Z] Checking for services that may need to be restarted...done. [2021-02-18T00:43:02.839Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:02.839Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-18T00:43:02.839Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:03.411Z] Selecting previously unselected package python3-minimal. [2021-02-18T00:43:03.411Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-18T00:43:03.411Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:43:03.411Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-18T00:43:03.671Z] Selecting previously unselected package mime-support. [2021-02-18T00:43:03.671Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-18T00:43:03.671Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-18T00:43:03.671Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-18T00:43:03.671Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-18T00:43:03.671Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T00:43:03.932Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-18T00:43:03.932Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:43:03.932Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:04.191Z] Selecting previously unselected package python3.6. [2021-02-18T00:43:04.191Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-18T00:43:04.191Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:04.192Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-18T00:43:04.192Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:43:04.192Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T00:43:04.192Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-18T00:43:04.453Z] Selecting previously unselected package python3. [2021-02-18T00:43:04.453Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-18T00:43:04.453Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-18T00:43:04.453Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-18T00:43:04.711Z] Selecting previously unselected package multiarch-support. [2021-02-18T00:43:04.711Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:43:04.711Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T00:43:04.711Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-18T00:43:04.711Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-18T00:43:04.711Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-18T00:43:04.711Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-18T00:43:04.711Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T00:43:04.971Z] Selecting previously unselected package libbsd0:amd64. [2021-02-18T00:43:04.971Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-18T00:43:04.971Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T00:43:04.971Z] Selecting previously unselected package sudo. [2021-02-18T00:43:04.971Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-18T00:43:04.971Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T00:43:04.971Z] Selecting previously unselected package apparmor. [2021-02-18T00:43:04.971Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T00:43:05.231Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-18T00:43:05.231Z] Selecting previously unselected package libedit2:amd64. [2021-02-18T00:43:05.231Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-18T00:43:05.231Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T00:43:05.231Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-18T00:43:05.231Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:43:05.231Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:05.492Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-18T00:43:05.492Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:43:05.492Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:05.492Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-18T00:43:05.492Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-18T00:43:05.492Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T00:43:05.751Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-18T00:43:05.751Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:43:05.751Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:05.751Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-18T00:43:05.751Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-18T00:43:05.751Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:05.751Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-18T00:43:05.751Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-18T00:43:06.012Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T00:43:06.273Z] Selecting previously unselected package openssh-client. [2021-02-18T00:43:06.273Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-18T00:43:06.273Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T00:43:06.273Z] Selecting previously unselected package squashfs-tools. [2021-02-18T00:43:06.273Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-18T00:43:06.273Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T00:43:06.533Z] Selecting previously unselected package snapd. [2021-02-18T00:43:06.533Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-02-18T00:43:06.533Z] Unpacking snapd (2.48.3+18.04) ... [2021-02-18T00:43:09.075Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-18T00:43:09.075Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-18T00:43:09.075Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-18T00:43:09.075Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-18T00:43:09.075Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-18T00:43:09.075Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:09.075Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:43:09.075Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-18T00:43:09.075Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-18T00:43:10.054Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-18T00:43:10.054Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-18T00:43:10.054Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-18T00:43:10.054Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:10.054Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:10.054Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-18T00:43:10.996Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-18T00:43:10.996Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:10.996Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-18T00:43:10.996Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-18T00:43:10.996Z] running python rtupdate hooks for python3.6... [2021-02-18T00:43:10.996Z] running python post-rtupdate hooks for python3.6... [2021-02-18T00:43:11.257Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-18T00:43:13.804Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-18T00:43:13.804Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-18T00:43:13.804Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-18T00:43:13.804Z] Setting up snapd (2.48.3+18.04) ... [2021-02-18T00:43:14.375Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-18T00:43:14.635Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-18T00:43:14.896Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-18T00:43:14.896Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-18T00:43:15.157Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T00:43:15.157Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-18T00:43:15.417Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-18T00:43:15.678Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-18T00:43:15.937Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-18T00:43:16.198Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-18T00:43:16.198Z] /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-18T00:43:16.198Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-18T00:43:16.198Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T00:43:17.139Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:43:17.399Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:43:17.399Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:43:18.784Z] Reading package lists... [2021-02-18T00:43:19.043Z] Reading package lists... [2021-02-18T00:43:19.043Z] Building dependency tree... [2021-02-18T00:43:19.043Z] Reading state information... [2021-02-18T00:43:19.303Z] Calculating upgrade... [2021-02-18T00:43:19.303Z] The following packages will be upgraded: [2021-02-18T00:43:19.304Z] advancecomp base-files bash binutils binutils-common [2021-02-18T00:43:19.304Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-18T00:43:19.304Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-18T00:43:19.304Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-18T00:43:19.304Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-18T00:43:19.304Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-18T00:43:19.304Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-18T00:43:19.304Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-18T00:43:19.304Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-18T00:43:19.304Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-18T00:43:19.304Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-18T00:43:19.304Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-18T00:43:19.304Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-18T00:43:19.304Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-18T00:43:19.304Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-18T00:43:19.564Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:43:19.564Z] Need to get 63.8 MB of archives. [2021-02-18T00:43:19.564Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-18T00:43:19.564Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-18T00:43:19.564Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-18T00:43:20.505Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-18T00:43:20.505Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-18T00:43:20.505Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-18T00:43:20.505Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-18T00:43:20.505Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-18T00:43:20.505Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-18T00:43:20.505Z] 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-18T00:43:20.505Z] 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-18T00:43:20.505Z] 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-18T00:43:20.505Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-18T00:43:20.505Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-18T00:43:20.505Z] 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-18T00:43:20.505Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-18T00:43:20.505Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-18T00:43:20.505Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-18T00:43:20.505Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-18T00:43:20.505Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-18T00:43:20.505Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-18T00:43:20.505Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-18T00:43:20.505Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-18T00:43:20.767Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-18T00:43:20.767Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-18T00:43:20.767Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-18T00:43:20.767Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-18T00:43:20.767Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-18T00:43:20.767Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-18T00:43:20.767Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-18T00:43:20.767Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-18T00:43:20.767Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-18T00:43:20.767Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-18T00:43:20.767Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-18T00:43:20.767Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-18T00:43:20.767Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-18T00:43:20.767Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-18T00:43:20.767Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-18T00:43:20.767Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-18T00:43:20.767Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-18T00:43:20.767Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-18T00:43:20.767Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-18T00:43:20.767Z] Get:42 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-18T00:43:21.028Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-18T00:43:21.028Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-18T00:43:21.028Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-18T00:43:21.028Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-18T00:43:21.028Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-18T00:43:21.028Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-18T00:43:21.028Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-18T00:43:21.028Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-18T00:43:21.028Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-18T00:43:21.028Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-18T00:43:21.028Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-18T00:43:21.028Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-18T00:43:21.288Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-18T00:43:21.288Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-18T00:43:21.288Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-18T00:43:21.288Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-18T00:43:21.288Z] Get:59 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-18T00:43:21.288Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-18T00:43:21.288Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-18T00:43:21.288Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-18T00:43:21.288Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-18T00:43:21.288Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-18T00:43:21.288Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-18T00:43:21.288Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-18T00:43:21.288Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-18T00:43:21.288Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-18T00:43:21.288Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-18T00:43:21.288Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-18T00:43:21.288Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-18T00:43:21.288Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-18T00:43:21.288Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-18T00:43:21.288Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-18T00:43:21.288Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-18T00:43:21.288Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-18T00:43:21.288Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-18T00:43:21.288Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-18T00:43:21.288Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-18T00:43:21.288Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-18T00:43:21.288Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-18T00:43:21.288Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-18T00:43:21.548Z] Get:83 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-18T00:43:21.548Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-18T00:43:21.548Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-18T00:43:21.548Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-18T00:43:21.548Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-18T00:43:21.548Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-18T00:43:21.548Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-18T00:43:21.548Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-18T00:43:22.122Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-18T00:43:22.384Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-18T00:43:22.384Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-18T00:43:22.384Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-18T00:43:22.956Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-18T00:43:22.956Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-18T00:43:22.956Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-18T00:43:22.956Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-18T00:43:22.956Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-18T00:43:22.956Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:43:22.956Z] Fetched 63.8 MB in 3s (18.6 MB/s) [2021-02-18T00:43:23.217Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:23.217Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:43:23.217Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:43:24.164Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:43:24.164Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:43:24.164Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-18T00:43:24.164Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-18T00:43:24.734Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:24.994Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:24.994Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:24.994Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:24.994Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:24.994Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:25.254Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:25.254Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:25.254Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:25.254Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:25.514Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:25.514Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:25.514Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:25.514Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:25.514Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:25.774Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:43:25.774Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:25.774Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-18T00:43:25.774Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:26.035Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:43:26.035Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:26.035Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:26.035Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:26.035Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:26.295Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:26.295Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-18T00:43:26.295Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:26.556Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:43:26.556Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:43:26.816Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:43:27.076Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T00:43:27.336Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-18T00:43:27.336Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-18T00:43:27.336Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-18T00:43:27.336Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-18T00:43:27.336Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-18T00:43:27.596Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-18T00:43:27.856Z] Installing new version of config file /etc/issue ... [2021-02-18T00:43:27.856Z] Installing new version of config file /etc/issue.net ... [2021-02-18T00:43:27.856Z] Installing new version of config file /etc/lsb-release ... [2021-02-18T00:43:27.856Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-18T00:43:28.117Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-18T00:43:28.117Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-18T00:43:28.117Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-18T00:43:28.377Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:28.377Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-18T00:43:28.377Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-18T00:43:28.377Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-18T00:43:28.636Z] 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-18T00:43:28.636Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:28.636Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:28.636Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:28.636Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:28.897Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:28.897Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-18T00:43:28.897Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-18T00:43:28.897Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-18T00:43:29.157Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:29.157Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-18T00:43:29.157Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:43:29.418Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-02-18T00:43:29.418Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:29.418Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:43:29.680Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:43:29.680Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:43:29.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:29.680Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:43:29.680Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:43:29.943Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-18T00:43:29.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:29.943Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-18T00:43:29.943Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-18T00:43:30.203Z] Setting up grep (3.1-2build1) ... [2021-02-18T00:43:30.203Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:30.203Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T00:43:30.203Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T00:43:30.203Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-18T00:43:30.463Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:30.463Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:43:30.463Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:43:30.463Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-18T00:43:30.725Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:30.725Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:43:30.725Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:43:31.295Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:43:31.295Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:43:31.295Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-18T00:43:31.555Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:43:32.135Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-18T00:43:32.135Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:32.135Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-18T00:43:32.135Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-18T00:43:33.086Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T00:43:33.347Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T00:43:33.347Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-18T00:43:33.347Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-18T00:43:33.347Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T00:43:33.607Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:33.607Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-18T00:43:33.607Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-18T00:43:33.607Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-02-18T00:43:33.867Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:33.867Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:33.867Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:33.867Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:34.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:34.129Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:34.129Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:34.129Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:34.129Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:34.129Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:34.129Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:34.390Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:34.390Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:34.390Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:34.390Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:34.654Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:34.654Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:34.654Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:43:34.654Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:43:34.916Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:43:34.916Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:43:34.916Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:43:35.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:35.184Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-18T00:43:35.184Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:43:35.184Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:43:35.184Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:35.184Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:35.444Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:35.444Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:35.444Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:35.444Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:35.705Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:35.705Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:35.705Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:35.705Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:35.965Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:36.226Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:36.485Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-18T00:43:37.061Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-18T00:43:37.061Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:37.061Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-18T00:43:37.061Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-18T00:43:37.321Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:43:37.582Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-18T00:43:37.582Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-18T00:43:37.582Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-18T00:43:37.582Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-18T00:43:37.846Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:37.846Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-18T00:43:37.846Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-18T00:43:38.106Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-18T00:43:38.366Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:38.366Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-18T00:43:38.366Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T00:43:38.366Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-18T00:43:38.627Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:38.627Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-18T00:43:38.627Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-18T00:43:38.627Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-18T00:43:38.889Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:38.889Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:43:38.889Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:43:38.889Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:43:39.150Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:39.150Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:43:39.150Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:43:39.150Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:43:39.414Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:39.414Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-18T00:43:39.414Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:43:39.675Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:43:39.675Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:39.675Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-18T00:43:39.675Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-18T00:43:39.935Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-18T00:43:39.935Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-18T00:43:39.935Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:43:39.935Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:43:40.195Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:43:40.195Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:40.195Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-18T00:43:40.195Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-18T00:43:40.456Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-18T00:43:40.456Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:40.456Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-18T00:43:40.456Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-18T00:43:40.716Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-18T00:43:40.975Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:40.975Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-18T00:43:40.975Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-18T00:43:41.235Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-18T00:43:41.235Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:41.235Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-18T00:43:41.235Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-18T00:43:41.235Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-18T00:43:41.495Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:41.495Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-18T00:43:41.495Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-18T00:43:41.805Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-18T00:43:42.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:42.119Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-18T00:43:42.119Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-18T00:43:42.119Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-18T00:43:42.119Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:42.119Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-18T00:43:42.388Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-18T00:43:42.388Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-18T00:43:42.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:42.388Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-18T00:43:42.661Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-18T00:43:42.661Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-18T00:43:42.929Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:42.930Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-18T00:43:42.930Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-18T00:43:42.930Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-18T00:43:43.198Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:43.198Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-18T00:43:43.198Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-18T00:43:43.198Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-18T00:43:43.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:43.492Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T00:43:43.492Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-18T00:43:43.492Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-18T00:43:43.492Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-18T00:43:43.492Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-18T00:43:43.492Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-18T00:43:43.794Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-18T00:43:43.794Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-18T00:43:43.794Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T00:43:43.794Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T00:43:44.087Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-18T00:43:44.087Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-18T00:43:44.087Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-18T00:43:44.087Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-18T00:43:44.349Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-18T00:43:44.349Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-18T00:43:44.615Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-18T00:43:44.615Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-18T00:43:44.615Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-18T00:43:44.615Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-18T00:43:44.877Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-18T00:43:44.877Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-18T00:43:44.877Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-18T00:43:44.877Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-18T00:43:45.136Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-18T00:43:45.136Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-18T00:43:45.136Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-18T00:43:45.136Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-18T00:43:45.396Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-18T00:43:45.396Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-18T00:43:45.660Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-18T00:43:45.660Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-18T00:43:46.599Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-18T00:43:46.599Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-18T00:43:46.599Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-18T00:43:46.599Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-18T00:43:46.599Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:43:46.599Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:43:47.169Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:43:47.169Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:43:47.428Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:43:47.428Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:43:47.428Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-18T00:43:47.428Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-18T00:43:47.428Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:47.428Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:48.000Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:48.000Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:48.261Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:48.261Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:48.261Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:48.261Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:49.643Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:49.643Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:50.214Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:50.474Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:51.046Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:51.046Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:51.617Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:51.617Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:52.559Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-18T00:43:52.559Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-18T00:43:52.559Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:43:52.559Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:43:52.819Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T00:43:53.079Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:43:53.341Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-18T00:43:53.341Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-18T00:43:53.341Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-18T00:43:53.341Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-18T00:43:53.600Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:43:53.600Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:43:53.600Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-18T00:43:53.601Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-18T00:43:53.861Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-18T00:43:53.861Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-18T00:43:53.861Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:53.861Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-18T00:43:53.861Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:54.123Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:54.123Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:54.123Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-18T00:43:54.123Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-18T00:43:54.123Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-18T00:43:54.383Z] [2021-02-18T00:43:54.383Z] Current default time zone: 'Etc/UTC' [2021-02-18T00:43:54.383Z] Local time is now: Thu Feb 18 00:43:54 UTC 2021. [2021-02-18T00:43:54.383Z] Universal Time is now: Thu Feb 18 00:43:54 UTC 2021. [2021-02-18T00:43:54.383Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-18T00:43:54.383Z] [2021-02-18T00:43:54.383Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-18T00:43:54.383Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:54.383Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-18T00:43:54.383Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-18T00:43:54.383Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-18T00:43:54.383Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-18T00:43:54.647Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-18T00:43:54.647Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-18T00:43:54.647Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-18T00:43:54.647Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-18T00:43:54.647Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:54.647Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-18T00:43:54.828Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:54.828Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:54.828Z] ---> ac1daed3619c [2021-02-18T00:43:54.828Z] Step 3/21 : WORKDIR /edgex-go [2021-02-18T00:43:54.828Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:54.828Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:54.828Z] ---> ac1daed3619c [2021-02-18T00:43:54.828Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:43:54.907Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:54.907Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:43:54.907Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:54.907Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-18T00:43:54.907Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-18T00:43:54.907Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-18T00:43:55.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:55.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:55.100Z] ---> ac1daed3619c [2021-02-18T00:43:55.100Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:43:55.100Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:55.100Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:55.100Z] ---> ac1daed3619c [2021-02-18T00:43:55.100Z] Step 3/22 : WORKDIR /edgex-go [2021-02-18T00:43:55.167Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-18T00:43:55.167Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-18T00:43:55.167Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-18T00:43:55.167Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:43:55.167Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-18T00:43:55.371Z] Step 1/30 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:43:55.371Z] Step 2/30 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:43:55.371Z] ---> ac1daed3619c [2021-02-18T00:43:55.371Z] Step 3/30 : WORKDIR /edgex-go [2021-02-18T00:43:56.551Z] Updating certificates in /etc/ssl/certs... [2021-02-18T00:43:57.491Z] 23 added, 27 removed; done. [2021-02-18T00:43:57.491Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-18T00:43:57.491Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-18T00:43:57.491Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-18T00:43:57.491Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-18T00:43:57.491Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-18T00:43:57.491Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:57.751Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:43:57.751Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:57.751Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:57.751Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:57.751Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:57.751Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:57.751Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-18T00:43:58.010Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:43:58.011Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:43:58.011Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-18T00:43:58.011Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-18T00:43:58.011Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:58.011Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-18T00:43:58.011Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:43:58.271Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-18T00:43:58.271Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-18T00:43:58.271Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:43:58.271Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-18T00:43:58.531Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-18T00:43:58.531Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-18T00:43:58.531Z] Updating certificates in /etc/ssl/certs... [2021-02-18T00:43:59.103Z] 0 added, 0 removed; done. [2021-02-18T00:43:59.103Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-18T00:43:59.103Z] done. [2021-02-18T00:43:59.363Z] Reading package lists... [2021-02-18T00:43:59.624Z] Building dependency tree... [2021-02-18T00:43:59.624Z] Reading state information... [2021-02-18T00:43:59.683Z] ---> Running in ddfe6a822937 [2021-02-18T00:43:59.683Z] ---> Running in 3ccf5429422f [2021-02-18T00:43:59.683Z] ---> Running in ffca5bd787eb [2021-02-18T00:43:59.683Z] ---> Running in 1e0f81156a0f [2021-02-18T00:43:59.683Z] ---> Running in 4524e02d2a98 [2021-02-18T00:43:59.884Z] The following NEW packages will be installed: [2021-02-18T00:43:59.884Z] apt-transport-https [2021-02-18T00:43:59.884Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:43:59.884Z] Need to get 1696 B of archives. [2021-02-18T00:43:59.884Z] After this operation, 153 kB of additional disk space will be used. [2021-02-18T00:43:59.884Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-18T00:43:59.884Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:43:59.884Z] Fetched 1696 B in 0s (40.5 kB/s) [2021-02-18T00:43:59.884Z] Selecting previously unselected package apt-transport-https. [2021-02-18T00:44:00.144Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-18T00:44:00.144Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-18T00:44:00.144Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T00:44:00.144Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-18T00:44:00.404Z] Waiting for network to be ready... [2021-02-18T00:44:00.671Z] Removing intermediate container ffca5bd787eb [2021-02-18T00:44:00.671Z] ---> d4c812053c45 [2021-02-18T00:44:00.671Z] Step 4/30 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:00.671Z] Removing intermediate container 4524e02d2a98 [2021-02-18T00:44:00.671Z] ---> 2efa780f4e33 [2021-02-18T00:44:00.671Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:00.671Z] Removing intermediate container 3ccf5429422f [2021-02-18T00:44:00.671Z] ---> 47106a7e09a7 [2021-02-18T00:44:00.671Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:00.671Z] Removing intermediate container 1e0f81156a0f [2021-02-18T00:44:00.671Z] ---> a0f8b2c1df4c [2021-02-18T00:44:00.671Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:00.671Z] Removing intermediate container ddfe6a822937 [2021-02-18T00:44:00.671Z] ---> 4da1865c377c [2021-02-18T00:44:00.671Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:44:00.943Z] ---> Running in a594bfe90443 [2021-02-18T00:44:00.943Z] ---> Running in c31c3a25ad3c [2021-02-18T00:44:00.943Z] ---> Running in bc7a90929298 [2021-02-18T00:44:00.943Z] ---> Running in 7988bdc7ab3e [2021-02-18T00:44:00.943Z] ---> Running in d54a20f6c7bb [2021-02-18T00:44:04.344Z] Removing intermediate container a594bfe90443 [2021-02-18T00:44:04.344Z] ---> 779d1e2940e1 [2021-02-18T00:44:04.344Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-18T00:44:04.622Z] ---> Running in efbc2fddcc0c [2021-02-18T00:44:04.900Z] Removing intermediate container bc7a90929298 [2021-02-18T00:44:04.900Z] ---> f747dd45e0e8 [2021-02-18T00:44:04.900Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-18T00:44:05.170Z] ---> Running in 51b5fc721480 [2021-02-18T00:44:05.170Z] Removing intermediate container 7988bdc7ab3e [2021-02-18T00:44:05.170Z] ---> 921b7fa98b51 [2021-02-18T00:44:05.170Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-18T00:44:05.446Z] Removing intermediate container d54a20f6c7bb [2021-02-18T00:44:05.446Z] ---> 1d6284c6fb06 [2021-02-18T00:44:05.446Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:44:05.446Z] ---> Running in fcb3301cd5e6 [2021-02-18T00:44:05.446Z] Removing intermediate container c31c3a25ad3c [2021-02-18T00:44:05.446Z] ---> 184c1eda7c5d [2021-02-18T00:44:05.446Z] Step 5/30 : RUN apk add --update --no-cache make git [2021-02-18T00:44:05.705Z] 2021-02-18T00:44:03Z INFO Waiting for automatic snapd restart... [2021-02-18T00:44:05.720Z] ---> Running in 678d2297e99f [2021-02-18T00:44:05.720Z] ---> Running in c4d54f40fc9e [2021-02-18T00:44:05.965Z] snapd 2.48.2.1 from Canonical* installed [2021-02-18T00:44:06.224Z] "snapd" switched to the "latest/stable" channel [2021-02-18T00:44:06.224Z] [2021-02-18T00:44:06.713Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:07.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:07.319Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:07.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:07.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:07.592Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:08.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:08.184Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:08.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:08.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:44:08.737Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:09.353Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:09.529Z] core18 20210128 from Canonical* installed [2021-02-18T00:44:09.630Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:09.630Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:09.631Z] OK: 217 MiB in 51 packages [2021-02-18T00:44:09.789Z] "core18" switched to the "latest/stable" channel [2021-02-18T00:44:09.789Z] [2021-02-18T00:44:10.622Z] Removing intermediate container efbc2fddcc0c [2021-02-18T00:44:10.622Z] ---> ff32f98f21e5 [2021-02-18T00:44:10.622Z] Step 6/21 : COPY go.mod . [2021-02-18T00:44:10.897Z] Removing intermediate container fcb3301cd5e6 [2021-02-18T00:44:10.897Z] ---> 52082e805a1e [2021-02-18T00:44:10.897Z] Step 6/22 : COPY go.mod . [2021-02-18T00:44:11.507Z] Removing intermediate container c4d54f40fc9e [2021-02-18T00:44:11.507Z] ---> 4958eb25e272 [2021-02-18T00:44:11.507Z] Step 6/30 : COPY go.mod . [2021-02-18T00:44:11.789Z] Removing intermediate container 51b5fc721480 [2021-02-18T00:44:11.789Z] ---> d26e6d4a8795 [2021-02-18T00:44:11.789Z] Step 6/22 : COPY go.mod . [2021-02-18T00:44:11.789Z] ---> c5046e855f34 [2021-02-18T00:44:11.789Z] Step 7/21 : RUN go mod download [2021-02-18T00:44:11.789Z] Removing intermediate container 678d2297e99f [2021-02-18T00:44:11.789Z] ---> 5b61b081918e [2021-02-18T00:44:11.789Z] Step 6/23 : COPY go.mod . [2021-02-18T00:44:12.073Z] ---> Running in 2d907046eaca [2021-02-18T00:44:12.073Z] ---> 89ef2ff594f9 [2021-02-18T00:44:12.073Z] Step 7/22 : RUN go mod download [2021-02-18T00:44:12.350Z] ---> Running in 6dba1619ea43 [2021-02-18T00:44:12.622Z] ---> a69882926cb8 [2021-02-18T00:44:12.622Z] Step 7/30 : RUN go mod download [2021-02-18T00:44:12.894Z] ---> Running in 2504199a23bb [2021-02-18T00:44:12.894Z] ---> ac3ac849e07c [2021-02-18T00:44:12.894Z] Step 7/22 : RUN go mod download [2021-02-18T00:44:13.184Z] ---> 4a5cdbf51f79 [2021-02-18T00:44:13.184Z] Step 7/23 : RUN go mod download [2021-02-18T00:44:13.184Z] ---> Running in 1cebf62503ab [2021-02-18T00:44:13.461Z] ---> Running in c97ea73618ad [2021-02-18T00:44:15.089Z] snapcraft 4.5.1 from Canonical* installed [2021-02-18T00:44:15.089Z] "snapcraft" switched to the "latest/stable" channel [2021-02-18T00:44:15.089Z] [2021-02-18T00:44:16.863Z] Removing intermediate container 2d907046eaca [2021-02-18T00:44:16.863Z] ---> 07e9a74f1238 [2021-02-18T00:44:16.863Z] Step 8/21 : COPY . . [2021-02-18T00:44:16.863Z] Removing intermediate container 6dba1619ea43 [2021-02-18T00:44:16.863Z] ---> b34797bc0dfc [2021-02-18T00:44:16.863Z] Step 8/22 : COPY . . [2021-02-18T00:44:17.467Z] Removing intermediate container 2504199a23bb [2021-02-18T00:44:17.467Z] ---> 0eb618012088 [2021-02-18T00:44:17.467Z] Step 8/30 : COPY . . [2021-02-18T00:44:18.089Z] Removing intermediate container c97ea73618ad [2021-02-18T00:44:18.089Z] ---> 12a2701f819c [2021-02-18T00:44:18.089Z] Step 8/23 : COPY . . [2021-02-18T00:44:18.384Z] 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-18T00:44:18.384Z] - README.md [2021-02-18T00:44:18.384Z] - snapcraft.yaml.orig [2021-02-18T00:44:18.384Z] [2021-02-18T00:44:18.384Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-18T00:44:18.689Z] Removing intermediate container 1cebf62503ab [2021-02-18T00:44:18.689Z] ---> f6408f461299 [2021-02-18T00:44:18.689Z] Step 8/22 : COPY . . [2021-02-18T00:44:24.969Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:44:24.969Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:44:24.969Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:44:24.969Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:44:26.357Z] Reading package lists... [2021-02-18T00:44:26.618Z] 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-18T00:44:33.197Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:44:33.197Z] Reading package lists... [2021-02-18T00:44:33.197Z] Building dependency tree... [2021-02-18T00:44:33.197Z] Reading state information... [2021-02-18T00:44:33.460Z] Suggested packages: [2021-02-18T00:44:33.460Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-18T00:44:33.460Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-18T00:44:33.460Z] Recommended packages: [2021-02-18T00:44:33.460Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-18T00:44:33.460Z] The following NEW packages will be installed: [2021-02-18T00:44:33.460Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-18T00:44:33.460Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-18T00:44:33.460Z] pkg-config zip [2021-02-18T00:44:33.460Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-18T00:44:33.460Z] Need to get 7655 kB of archives. [2021-02-18T00:44:33.460Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-18T00:44:33.460Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-18T00:44:33.460Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-18T00:44:33.719Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-18T00:44:33.719Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-18T00:44:33.719Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-18T00:44:33.719Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-18T00:44:33.719Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-18T00:44:33.719Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-18T00:44:33.719Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-18T00:44:33.980Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-18T00:44:33.980Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-18T00:44:33.980Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-18T00:44:33.980Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-18T00:44:33.980Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-18T00:44:33.980Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-18T00:44:34.241Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-18T00:44:34.241Z] Fetched 7655 kB in 1s (10.7 MB/s) [2021-02-18T00:44:34.501Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-18T00:44:34.501Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-18T00:44:34.501Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-18T00:44:34.501Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T00:44:34.762Z] Selecting previously unselected package libpsl5:amd64. [2021-02-18T00:44:34.762Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-18T00:44:34.762Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T00:44:34.762Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-18T00:44:34.762Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-18T00:44:34.762Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T00:44:35.022Z] Selecting previously unselected package librtmp1:amd64. [2021-02-18T00:44:35.022Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-18T00:44:35.022Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T00:44:35.022Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-18T00:44:35.022Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-18T00:44:35.022Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T00:44:35.022Z] Selecting previously unselected package liberror-perl. [2021-02-18T00:44:35.022Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-18T00:44:35.022Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-18T00:44:35.282Z] Selecting previously unselected package git-man. [2021-02-18T00:44:35.282Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-18T00:44:35.282Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:44:35.282Z] Selecting previously unselected package git. [2021-02-18T00:44:35.282Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-18T00:44:35.542Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:44:36.480Z] Selecting previously unselected package libnorm1:amd64. [2021-02-18T00:44:36.480Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-18T00:44:36.480Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T00:44:36.480Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-18T00:44:36.480Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-18T00:44:36.480Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T00:44:36.480Z] Selecting previously unselected package libsodium23:amd64. [2021-02-18T00:44:36.480Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-18T00:44:36.480Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-18T00:44:36.740Z] Selecting previously unselected package libzmq5:amd64. [2021-02-18T00:44:36.740Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T00:44:36.740Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:44:36.740Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-18T00:44:36.740Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-18T00:44:36.740Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:44:37.001Z] Selecting previously unselected package pkg-config. [2021-02-18T00:44:37.001Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-18T00:44:37.001Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T00:44:37.001Z] Selecting previously unselected package zip. [2021-02-18T00:44:37.001Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-18T00:44:37.001Z] Unpacking zip (3.0-11build1) ... [2021-02-18T00:44:37.001Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-18T00:44:37.001Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:44:37.001Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-18T00:44:37.001Z] Setting up liberror-perl (0.17025-1) ... [2021-02-18T00:44:37.260Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-18T00:44:37.260Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-18T00:44:37.260Z] No schema files found: doing nothing. [2021-02-18T00:44:37.260Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-18T00:44:37.260Z] Setting up zip (3.0-11build1) ... [2021-02-18T00:44:37.260Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-18T00:44:37.260Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-18T00:44:37.260Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-18T00:44:37.260Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:44:37.260Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-18T00:44:37.521Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-18T00:44:37.521Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-18T00:44:37.521Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-18T00:44:44.094Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:44:44.354Z] git set to automatically installed. [2021-02-18T00:44:44.354Z] git-man set to automatically installed. [2021-02-18T00:44:44.354Z] libcurl3-gnutls set to automatically installed. [2021-02-18T00:44:44.354Z] liberror-perl set to automatically installed. [2021-02-18T00:44:44.354Z] libglib2.0-0 set to automatically installed. [2021-02-18T00:44:44.354Z] libnghttp2-14 set to automatically installed. [2021-02-18T00:44:44.354Z] libnorm1 set to automatically installed. [2021-02-18T00:44:44.354Z] libpgm-5.2-0 set to automatically installed. [2021-02-18T00:44:44.354Z] libpsl5 set to automatically installed. [2021-02-18T00:44:44.354Z] librtmp1 set to automatically installed. [2021-02-18T00:44:44.354Z] libsodium23 set to automatically installed. [2021-02-18T00:44:44.354Z] libzmq3-dev set to automatically installed. [2021-02-18T00:44:44.354Z] libzmq5 set to automatically installed. [2021-02-18T00:44:44.354Z] pkg-config set to automatically installed. [2021-02-18T00:44:44.354Z] zip set to automatically installed. [2021-02-18T00:44:45.527Z] ---> 98eafb97f204 [2021-02-18T00:44:45.527Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-18T00:44:45.527Z] ---> d4da5b6f6c3e [2021-02-18T00:44:45.527Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-18T00:44:45.527Z] ---> 6df279bc620f [2021-02-18T00:44:45.527Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-18T00:44:45.527Z] ---> 7f96c31b9581 [2021-02-18T00:44:45.527Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-18T00:44:45.527Z] ---> Running in 404908b5083e [2021-02-18T00:44:45.527Z] ---> 4346d5d86c21 [2021-02-18T00:44:45.527Z] Step 9/30 : RUN make cmd/security-bootstrapper/security-bootstrapper [2021-02-18T00:44:45.527Z] ---> Running in 60ac15e00006 [2021-02-18T00:44:45.527Z] ---> Running in 9d2747634cda [2021-02-18T00:44:45.527Z] ---> Running in 8ffdc87b80f6 [2021-02-18T00:44:45.527Z] ---> Running in 4a56e85a40b9 [2021-02-18T00:44:45.527Z] 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-18T00:44:45.736Z] snapd is not logged in, snap install commands will use sudo [2021-02-18T00:44:46.128Z] 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-18T00:44:46.128Z] 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-18T00:44:46.407Z] 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-18T00:44:46.407Z] 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-18T00:44:52.384Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-18T00:44:52.384Z] snap "core18" has no updates available [2021-02-18T00:44:52.953Z] Pulling config-common [2021-02-18T00:44:52.953Z] + snapcraftctl pull [2021-02-18T00:44:53.892Z] Pulling go-build-helper [2021-02-18T00:44:53.892Z] + snapcraftctl pull [2021-02-18T00:45:20.463Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-18T00:45:20.463Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-18T00:45:20.463Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1544 kB] [2021-02-18T00:45:20.463Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [298 kB] [2021-02-18T00:45:20.463Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-18T00:45:20.463Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-18T00:45:20.463Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-18T00:45:20.463Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-18T00:45:20.463Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1109 kB] [2021-02-18T00:45:20.463Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [248 kB] [2021-02-18T00:45:20.463Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-18T00:45:20.463Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-18T00:45:20.463Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-18T00:45:20.463Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-18T00:45:20.463Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-18T00:45:20.463Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-18T00:45:20.463Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-18T00:45:20.463Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-18T00:45:20.463Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-18T00:45:20.463Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1884 kB] [2021-02-18T00:45:20.463Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [390 kB] [2021-02-18T00:45:20.463Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-18T00:45:20.463Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-18T00:45:20.463Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-18T00:45:20.463Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-18T00:45:20.463Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1718 kB] [2021-02-18T00:45:20.464Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [363 kB] [2021-02-18T00:45:20.464Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-18T00:45:20.464Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-18T00:45:20.464Z] Fetched 279 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-18T00:45:20.464Z] Fetched 122 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-18T00:45:20.464Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-18T00:45:20.464Z] Fetched 8848 B in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-18T00:45:20.464Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-18T00:45:20.464Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-18T00:45:20.464Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-18T00:45:20.464Z] Fetched 214 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.9_amd64.deb [155 kB] [2021-02-18T00:45:20.464Z] Fetched 155 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-18T00:45:20.464Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-18T00:45:20.464Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-18T00:45:20.464Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-18T00:45:20.464Z] Fetched 499 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-18T00:45:20.464Z] Fetched 111 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-18T00:45:20.464Z] Fetched 240 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-18T00:45:20.464Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-18T00:45:20.464Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-18T00:45:20.464Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-18T00:45:20.464Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-18T00:45:20.464Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-18T00:45:20.464Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.9_all.deb [16.6 kB] [2021-02-18T00:45:20.464Z] Fetched 16.6 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-18T00:45:20.464Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-18T00:45:20.464Z] Fetched 8720 B in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-18T00:45:20.464Z] Fetched 137 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-18T00:45:20.464Z] Fetched 119 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-18T00:45:20.464Z] Fetched 109 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-18T00:45:20.464Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-18T00:45:20.464Z] Fetched 645 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-18T00:45:20.464Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-18T00:45:20.464Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-18T00:45:20.464Z] Fetched 368 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-18T00:45:20.464Z] Fetched 187 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-18T00:45:20.464Z] Fetched 175 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-18T00:45:20.464Z] Fetched 206 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-18T00:45:20.464Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-18T00:45:20.464Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-18T00:45:20.464Z] Fetched 159 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-18T00:45:20.464Z] Fetched 107 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-18T00:45:20.464Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-18T00:45:20.464Z] Pulling static-packages [2021-02-18T00:45:20.464Z] + snapcraftctl pull [2021-02-18T00:45:20.464Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-18T00:45:20.464Z] Skipping pull go-build-helper (already ran) [2021-02-18T00:45:20.464Z] Skipping pull static-packages (already ran) [2021-02-18T00:45:20.464Z] Building go-build-helper [2021-02-18T00:45:20.464Z] + snapcraftctl build [2021-02-18T00:45:24.669Z] Building static-packages [2021-02-18T00:45:24.669Z] + snapcraftctl build [2021-02-18T00:45:27.213Z] Staging go-build-helper [2021-02-18T00:45:27.213Z] + snapcraftctl stage [2021-02-18T00:45:28.152Z] Staging static-packages [2021-02-18T00:45:28.152Z] + snapcraftctl stage [2021-02-18T00:45:29.091Z] Pulling go115 [2021-02-18T00:45:29.091Z] + snapcraftctl pull [2021-02-18T00:45:30.473Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-18T00:45:30.473Z] Skipping pull go115 (already ran) [2021-02-18T00:45:30.473Z] Building go115 [2021-02-18T00:45:30.473Z] + dpkg --print-architecture [2021-02-18T00:45:30.473Z] + FILE_NAME=go1.15.2.linux-amd64.tar.gz [2021-02-18T00:45:30.473Z] + FILE_HASH=b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 [2021-02-18T00:45:30.473Z] + curl https://dl.google.com/go/go1.15.2.linux-amd64.tar.gz -O [2021-02-18T00:45:30.473Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T00:45:30.473Z] Dload Upload Total Spent Left Speed [2021-02-18T00:45:33.460Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 3 115M 3 4607k 0 0 13.0M 0 0:00:08 --:--:-- 0:00:08 13.0M 35 115M 35 41.2M 0 0 30.5M 0 0:00:03 0:00:01 0:00:02 30.5M 73 115M 73 84.7M 0 0 35.5M 0 0:00:03 0:00:02 0:00:01 35.5M 100 115M 100 115M 0 0 35.2M 0 0:00:03 0:00:03 --:--:-- 35.2M [2021-02-18T00:45:33.460Z] + echo b49fda1ca29a1946d6bb2a5a6982cf07ccd2aba849289508ee0f9918f6bb4552 go1.15.2.linux-amd64.tar.gz [2021-02-18T00:45:33.460Z] + sha256sum -c sha256 [2021-02-18T00:45:33.460Z] + grep OK [2021-02-18T00:45:34.399Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-18T00:45:34.399Z] + mkdir -p /root/stage/go1.15 [2021-02-18T00:45:34.399Z] + tar -C /root/stage/go1.15 -xf go1.15.2.linux-amd64.tar.gz --strip-components=1 [2021-02-18T00:45:39.683Z] Staging go115 [2021-02-18T00:45:39.683Z] + snapcraftctl stage [2021-02-18T00:45:44.964Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-18T00:45:44.964Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-18T00:45:44.964Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-18T00:45:44.964Z] Fetched 0 B in 0s (0 B/s) [2021-02-18T00:45:44.964Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-18T00:45:44.964Z] Fetched 224 kB in 0s (0 B/s) [2021-02-18T00:45:44.964Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-18T00:45:44.964Z] Fetched 157 kB in 0s (0 B/s) [2021-02-18T00:45:44.964Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-18T00:45:44.964Z] Fetched 221 kB in 0s (0 B/s) [2021-02-18T00:45:44.964Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-18T00:45:44.964Z] Fetched 143 kB in 0s (0 B/s) [2021-02-18T00:45:44.964Z] Pulling edgex-go [2021-02-18T00:45:44.964Z] + snapcraftctl pull [2021-02-18T00:45:46.347Z] Pulling version [2021-02-18T00:45:46.347Z] + cd /root/project [2021-02-18T00:45:46.347Z] + [ -f VERSION ] [2021-02-18T00:45:46.347Z] + PROJECT_VERSION=local-dev [2021-02-18T00:45:46.347Z] + git rev-parse --short HEAD [2021-02-18T00:45:46.347Z] + GIT_REVISION=ff1ff613 [2021-02-18T00:45:46.347Z] + snapcraftctl set-version local-dev [2021-02-18T00:45:47.729Z] Building config-common [2021-02-18T00:45:47.729Z] + snapcraftctl build [2021-02-18T00:45:50.269Z] Skipping build go-build-helper (already ran) [2021-02-18T00:45:50.269Z] Skipping build static-packages (already ran) [2021-02-18T00:45:50.269Z] Skipping build go115 (already ran) [2021-02-18T00:45:50.269Z] Building edgex-go [2021-02-18T00:45:50.530Z] + export PATH=/root/stage/go1.15/bin:/bin:/root/stage/usr/sbin:/root/stage/usr/bin:/root/stage/sbin:/root/stage/bin:/root/parts/edgex-go/install/usr/sbin:/root/parts/edgex-go/install/usr/bin:/root/parts/edgex-go/install/sbin:/root/parts/edgex-go/install/bin:/snap/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/snapcraft/6050/bin/scriptlet-bin [2021-02-18T00:45:50.530Z] + cd /root/parts/edgex-go/src [2021-02-18T00:45:50.530Z] + make build [2021-02-18T00:45:50.530Z] 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-18T00:45:51.914Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-18T00:45:51.914Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-18T00:45:51.914Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-18T00:45:51.914Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.34 [2021-02-18T00:45:51.914Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-18T00:45:52.174Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.5 [2021-02-18T00:45:52.174Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.2 [2021-02-18T00:45:52.174Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-18T00:45:52.174Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-18T00:45:52.174Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-18T00:45:52.174Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-18T00:45:52.174Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-18T00:45:52.174Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-18T00:45:52.174Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-18T00:45:52.174Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-18T00:45:52.174Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-18T00:45:52.174Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-18T00:45:52.174Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-18T00:45:52.174Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-18T00:45:52.174Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-18T00:45:52.174Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-18T00:45:52.174Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-18T00:45:52.174Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-18T00:45:52.174Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-18T00:45:52.777Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-18T00:45:52.777Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-18T00:45:53.052Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-18T00:45:53.052Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-18T00:45:53.052Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-18T00:45:53.052Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-18T00:45:53.052Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-18T00:45:53.052Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-18T00:45:53.052Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-18T00:45:53.052Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-18T00:45:53.625Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-18T00:45:53.884Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-18T00:45:53.884Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-18T00:45:53.884Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-18T00:45:53.884Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-18T00:46:02.030Z] 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-18T00:46:02.030Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-18T00:46:07.351Z] 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-18T00:46:08.290Z] 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-18T00:46:09.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-18T00:46:09.934Z] 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-18T00:46:09.934Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-18T00:46:10.196Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-18T00:46:10.196Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-18T00:46:10.196Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-18T00:46:12.107Z] 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-18T00:46:12.107Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-18T00:46:12.107Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-18T00:46:13.491Z] 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-18T00:46:14.433Z] 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-18T00:46:14.433Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-18T00:46:15.816Z] 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-18T00:46:16.756Z] 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-18T00:46:16.756Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-18T00:46:17.703Z] 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-18T00:46:17.703Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-18T00:46:19.616Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-02-18T00:46:19.616Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-02-18T00:46:19.616Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-02-18T00:46:19.616Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-02-18T00:46:19.616Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-02-18T00:46:19.616Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-02-18T00:46:19.616Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-02-18T00:46:19.616Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-02-18T00:46:19.616Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-02-18T00:46:19.879Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-02-18T00:46:19.879Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-02-18T00:46:19.879Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-02-18T00:46:19.879Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-02-18T00:46:19.879Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-02-18T00:46:19.879Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-02-18T00:46:21.793Z] Building version [2021-02-18T00:46:21.793Z] + snapcraftctl build [2021-02-18T00:46:23.301Z] 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-18T00:46:24.337Z] Staging config-common [2021-02-18T00:46:24.337Z] + snapcraftctl stage [2021-02-18T00:46:25.278Z] Skipping stage go-build-helper (already ran) [2021-02-18T00:46:25.278Z] Skipping stage static-packages (already ran) [2021-02-18T00:46:25.278Z] Skipping stage go115 (already ran) [2021-02-18T00:46:25.278Z] Staging edgex-go [2021-02-18T00:46:25.278Z] + snapcraftctl stage [2021-02-18T00:46:26.221Z] Staging version [2021-02-18T00:46:26.482Z] + snapcraftctl stage [2021-02-18T00:46:27.420Z] Priming config-common [2021-02-18T00:46:27.420Z] + snapcraftctl prime [2021-02-18T00:46:28.359Z] Priming go-build-helper [2021-02-18T00:46:28.359Z] + snapcraftctl prime [2021-02-18T00:46:29.740Z] Priming static-packages [2021-02-18T00:46:29.740Z] + snapcraftctl prime [2021-02-18T00:46:31.657Z] Removing intermediate container 4a56e85a40b9 [2021-02-18T00:46:31.657Z] ---> 135cba8e05b4 [2021-02-18T00:46:31.657Z] [2021-02-18T00:46:31.657Z] Step 10/30 : FROM alpine:3.12 [2021-02-18T00:46:31.657Z] 3.12: Pulling from library/alpine [2021-02-18T00:46:32.284Z] Priming go115 [2021-02-18T00:46:32.284Z] + snapcraftctl prime [2021-02-18T00:46:32.662Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-18T00:46:32.662Z] Status: Downloaded newer image for alpine:3.12 [2021-02-18T00:46:32.662Z] ---> afeebe901d6b [2021-02-18T00:46:32.662Z] Step 11/30 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-18T00:46:33.317Z] Priming edgex-go [2021-02-18T00:46:33.318Z] + snapcraftctl prime [2021-02-18T00:46:33.674Z] ---> Running in 5ff96f37e6be [2021-02-18T00:46:34.670Z] Removing intermediate container 5ff96f37e6be [2021-02-18T00:46:34.670Z] ---> 819d7311eee5 [2021-02-18T00:46:34.670Z] Step 12/30 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-18T00:46:34.670Z] Removing intermediate container 9d2747634cda [2021-02-18T00:46:34.670Z] ---> 12b305ba47b7 [2021-02-18T00:46:34.670Z] [2021-02-18T00:46:34.670Z] Step 10/21 : FROM alpine:3.12 [2021-02-18T00:46:34.670Z] ---> afeebe901d6b [2021-02-18T00:46:34.670Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-18T00:46:34.770Z] Priming version [2021-02-18T00:46:34.770Z] + snapcraftctl prime [2021-02-18T00:46:34.946Z] ---> Running in dde8dc51293f [2021-02-18T00:46:34.946Z] ---> Running in 330f9a7a7af3 [2021-02-18T00:46:36.155Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-02-18T00:46:36.942Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:37.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:37.218Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:37.495Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-02-18T00:46:38.097Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:46:38.097Z] (2/2) Installing su-exec (0.2-r1) [2021-02-18T00:46:38.097Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:46:38.097Z] OK: 5 MiB in 16 packages [Pipeline] // stage [Pipeline] } [2021-02-18T00:46:38.373Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-18T00:46:38.373Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:46:38.373Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-18T00:46:38.650Z] (4/4) Installing curl (7.69.1-r3) [2021-02-18T00:46:38.650Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:46:38.650Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:46:38.951Z] OK: 7 MiB in 18 packages [2021-02-18T00:46:40.505Z] Removing intermediate container dde8dc51293f [2021-02-18T00:46:40.505Z] ---> 771511fa964c [2021-02-18T00:46:40.505Z] Step 13/30 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-18T00:46:41.175Z] ---> Running in d2be73652bdc [2021-02-18T00:46:42.301Z] Removing intermediate container d2be73652bdc [2021-02-18T00:46:42.301Z] ---> b8e9587ee9c1 [2021-02-18T00:46:42.301Z] Step 14/30 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-18T00:46:42.581Z] ---> Running in ebb418b6e5f6 [2021-02-18T00:46:42.581Z] Removing intermediate container 330f9a7a7af3 [2021-02-18T00:46:42.581Z] ---> 2907226fb7f6 [2021-02-18T00:46:42.581Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:46:42.855Z] ---> Running in d6ecaa8cb9b4 [2021-02-18T00:46:44.318Z] Removing intermediate container ebb418b6e5f6 [2021-02-18T00:46:44.318Z] ---> aaa91e1e1238 [2021-02-18T00:46:44.318Z] Step 15/30 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-18T00:46:44.919Z] Removing intermediate container d6ecaa8cb9b4 [2021-02-18T00:46:44.919Z] ---> f425e2761f28 [2021-02-18T00:46:44.919Z] Step 13/21 : WORKDIR /edgex [2021-02-18T00:46:45.192Z] ---> Running in c8ef0e6869d2 [2021-02-18T00:46:45.791Z] ---> Running in e6f520dfe605 [2021-02-18T00:46:46.407Z] Removing intermediate container 404908b5083e [2021-02-18T00:46:46.407Z] ---> e20b0714e220 [2021-02-18T00:46:46.407Z] [2021-02-18T00:46:46.407Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:46:46.407Z] ---> afeebe901d6b [2021-02-18T00:46:46.407Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-18T00:46:46.685Z] Removing intermediate container 8ffdc87b80f6 [2021-02-18T00:46:46.685Z] ---> 19af963551f3 [2021-02-18T00:46:46.685Z] [2021-02-18T00:46:46.685Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:46:46.685Z] ---> afeebe901d6b [2021-02-18T00:46:46.685Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:46:46.958Z] ---> Running in 941020757aa3 [2021-02-18T00:46:47.232Z] ---> Running in b04c88be5c8d [2021-02-18T00:46:47.508Z] Removing intermediate container e6f520dfe605 [2021-02-18T00:46:47.509Z] ---> 579688ec49a9 [2021-02-18T00:46:47.509Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-18T00:46:48.957Z] ---> 61eba578f833 [2021-02-18T00:46:48.957Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-18T00:46:49.237Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:49.237Z] Removing intermediate container c8ef0e6869d2 [2021-02-18T00:46:49.237Z] ---> b137a27b4de9 [2021-02-18T00:46:49.514Z] Step 16/30 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-18T00:46:49.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:49.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:49.514Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:49.797Z] Removing intermediate container 60ac15e00006 [2021-02-18T00:46:49.797Z] ---> a28dcad55559 [2021-02-18T00:46:49.797Z] [2021-02-18T00:46:49.797Z] Step 10/22 : FROM alpine:3.12 [2021-02-18T00:46:49.797Z] ---> afeebe901d6b [2021-02-18T00:46:49.797Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:46:50.075Z] ---> Running in 0c63bba94a67 [2021-02-18T00:46:50.075Z] ---> Running in c9dd0cbc8721 [2021-02-18T00:46:50.361Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:46:50.361Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:46:50.361Z] OK: 5 MiB in 15 packages [2021-02-18T00:46:50.361Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-18T00:46:50.652Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-18T00:46:50.652Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:46:50.652Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:46:50.937Z] OK: 6 MiB in 16 packages [2021-02-18T00:46:50.937Z] ---> b3eaaa4d4037 [2021-02-18T00:46:50.938Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-18T00:46:51.211Z] Removing intermediate container 0c63bba94a67 [2021-02-18T00:46:51.211Z] ---> 1bb20112f64b [2021-02-18T00:46:51.211Z] Step 17/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-18T00:46:52.194Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:52.469Z] Removing intermediate container b04c88be5c8d [2021-02-18T00:46:52.469Z] ---> 4ab52b4515e0 [2021-02-18T00:46:52.469Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:46:52.469Z] ---> c25835dfc843 [2021-02-18T00:46:52.469Z] Step 18/30 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-18T00:46:52.469Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:46:52.469Z] ---> Running in 5ce881357a7d [2021-02-18T00:46:52.765Z] ---> Running in c48b5bb189c9 [2021-02-18T00:46:53.043Z] ---> b9c65b7312e5 [2021-02-18T00:46:53.043Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-18T00:46:53.043Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-18T00:46:53.043Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:46:53.319Z] OK: 5 MiB in 15 packages [2021-02-18T00:46:53.319Z] ---> Running in 7ffc7b3762ca [2021-02-18T00:46:53.596Z] Removing intermediate container 5ce881357a7d [2021-02-18T00:46:53.596Z] ---> b511b8eadc83 [2021-02-18T00:46:53.596Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-18T00:46:53.596Z] Removing intermediate container 941020757aa3 [2021-02-18T00:46:53.596Z] ---> b13e3049aeb7 [2021-02-18T00:46:53.596Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:46:53.872Z] ---> Running in eee95f5e4c2f [2021-02-18T00:46:53.872Z] ---> Running in d90f8625e9a3 [2021-02-18T00:46:54.148Z] Removing intermediate container 7ffc7b3762ca [2021-02-18T00:46:54.148Z] ---> 00495b2271fc [2021-02-18T00:46:54.148Z] Step 18/21 : CMD ["--init=true"] [2021-02-18T00:46:54.427Z] ---> Running in 73191c0e4f5c [2021-02-18T00:46:54.427Z] Removing intermediate container d90f8625e9a3 [2021-02-18T00:46:54.427Z] ---> 6bcbee55f509 [2021-02-18T00:46:54.427Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:46:54.702Z] Removing intermediate container eee95f5e4c2f [2021-02-18T00:46:54.702Z] ---> 3da8d067ab6e [2021-02-18T00:46:54.702Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-18T00:46:54.702Z] ---> Running in 149f0f7819d7 [2021-02-18T00:46:54.702Z] ---> Running in 03165c639854 [2021-02-18T00:46:54.975Z] Removing intermediate container c9dd0cbc8721 [2021-02-18T00:46:54.975Z] ---> 6af8ea7fca22 [2021-02-18T00:46:54.975Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:46:54.975Z] Removing intermediate container 73191c0e4f5c [2021-02-18T00:46:54.975Z] ---> dc77405278f3 [2021-02-18T00:46:54.975Z] Step 19/21 : LABEL arch=arm64 [2021-02-18T00:46:55.250Z] ---> Running in 6ce32fdee248 [2021-02-18T00:46:55.250Z] ---> Running in bdd62a17b6a0 [2021-02-18T00:46:55.525Z] Removing intermediate container 149f0f7819d7 [2021-02-18T00:46:55.525Z] ---> f7bf6d67bae6 [2021-02-18T00:46:55.525Z] Step 15/23 : WORKDIR / [2021-02-18T00:46:55.525Z] Removing intermediate container 03165c639854 [2021-02-18T00:46:55.525Z] ---> 74302951d746 [2021-02-18T00:46:55.525Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-18T00:46:55.804Z] ---> Running in 6d0370430433 [2021-02-18T00:46:55.804Z] ---> Running in dae45428328e [2021-02-18T00:46:55.804Z] Removing intermediate container 6ce32fdee248 [2021-02-18T00:46:55.804Z] ---> c0fef1c7c830 [2021-02-18T00:46:55.804Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-18T00:46:56.085Z] Removing intermediate container bdd62a17b6a0 [2021-02-18T00:46:56.085Z] ---> 672a4a6c318e [2021-02-18T00:46:56.085Z] Step 20/21 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:46:56.085Z] ---> Running in e721f0928760 [2021-02-18T00:46:56.362Z] ---> Running in c166ba4d87f7 [2021-02-18T00:46:56.362Z] Removing intermediate container 6d0370430433 [2021-02-18T00:46:56.362Z] ---> a06831dc53db [2021-02-18T00:46:56.362Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:46:56.641Z] Removing intermediate container c48b5bb189c9 [2021-02-18T00:46:56.641Z] ---> 91274f85ff0f [2021-02-18T00:46:56.641Z] Step 19/30 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:46:56.641Z] Removing intermediate container dae45428328e [2021-02-18T00:46:56.641Z] ---> 17e4194e2ffc [2021-02-18T00:46:56.641Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:46:56.933Z] Removing intermediate container e721f0928760 [2021-02-18T00:46:56.933Z] ---> bfb9b8d87a19 [2021-02-18T00:46:56.933Z] Step 14/22 : EXPOSE $APP_PORTRemoving intermediate container c166ba4d87f7 [2021-02-18T00:46:56.933Z] ---> adbb7535a59b [2021-02-18T00:46:56.933Z] Step 21/21 : LABEL version=0.0.0 [2021-02-18T00:46:56.933Z] [2021-02-18T00:46:57.211Z] ---> Running in 3fa9951d8f0c [2021-02-18T00:46:57.211Z] ---> Running in 75ab8f8982d0 [2021-02-18T00:46:57.487Z] ---> b03fe2f68de3 [2021-02-18T00:46:57.487Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-18T00:46:57.760Z] ---> 6e94909cfd95 [2021-02-18T00:46:57.760Z] Step 20/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-18T00:46:57.761Z] ---> 8e21fd91fbe5 [2021-02-18T00:46:57.761Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-18T00:46:58.034Z] Removing intermediate container 75ab8f8982d0 [2021-02-18T00:46:58.035Z] ---> e8e63e71ac4c [2021-02-18T00:46:58.035Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:46:58.035Z] Removing intermediate container 3fa9951d8f0c [2021-02-18T00:46:58.035Z] ---> 5f01b18a1b3f [2021-02-18T00:46:58.035Z] [2021-02-18T00:46:59.026Z] Successfully built 5f01b18a1b3f [2021-02-18T00:46:59.026Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-18T00:46:59.026Z]  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go [2021-02-18T00:46:59.622Z] ---> 4f259d7e8482 [2021-02-18T00:46:59.622Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-18T00:46:59.897Z] ---> b114eb93cfe1 [2021-02-18T00:46:59.897Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-18T00:46:59.897Z] ---> cf23ca11dcab [2021-02-18T00:46:59.897Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-18T00:46:59.897Z] ---> 1e29aac31b5b [2021-02-18T00:46:59.897Z] Step 21/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-18T00:47:03.292Z] ---> 35da412a68f2 [2021-02-18T00:47:03.292Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-18T00:47:03.292Z] ---> f09c399b23f6 [2021-02-18T00:47:03.292Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-18T00:47:03.292Z] ---> 13eb94b9a8e8 [2021-02-18T00:47:03.292Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-18T00:47:03.292Z] ---> a9304b957fac [2021-02-18T00:47:03.292Z] Step 22/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-18T00:47:03.292Z] ---> Running in 03fe64d01195 [2021-02-18T00:47:03.292Z] ---> Running in ed9e069499bb [2021-02-18T00:47:04.275Z] Removing intermediate container 03fe64d01195 [2021-02-18T00:47:04.275Z] ---> 2fa3672640e7 [2021-02-18T00:47:04.275Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:04.873Z] Removing intermediate container ed9e069499bb [2021-02-18T00:47:04.873Z] ---> 0dbc34216dfb [2021-02-18T00:47:04.873Z] Step 23/30 : VOLUME ${SECURITY_INIT_DIR} [2021-02-18T00:47:04.873Z] ---> 38afea557202 [2021-02-18T00:47:04.873Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:05.162Z] ---> bcb09afe375c [2021-02-18T00:47:05.162Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-18T00:47:05.162Z] ---> Running in ce4f7da16b34 [2021-02-18T00:47:05.762Z] ---> Running in dfcb05ce8a75 [2021-02-18T00:47:05.762Z] ---> Running in da73e133cd2b [2021-02-18T00:47:05.762Z] ---> Running in bfa8b3b28936 [2021-02-18T00:47:06.036Z] Removing intermediate container ce4f7da16b34 [2021-02-18T00:47:06.036Z] ---> 072a46114fbd [2021-02-18T00:47:06.036Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:47:06.309Z] ---> Running in 3ec60c7d8da4 [2021-02-18T00:47:06.582Z] Removing intermediate container bfa8b3b28936 [2021-02-18T00:47:06.582Z] ---> e1aef5e10b8a [2021-02-18T00:47:06.582Z] Step 24/30 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-18T00:47:06.582Z] Removing intermediate container dfcb05ce8a75 [2021-02-18T00:47:06.582Z] ---> d820a13f4b98 [2021-02-18T00:47:06.582Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:47:06.856Z] Removing intermediate container da73e133cd2b [2021-02-18T00:47:06.856Z] ---> 46f913a4cf07 [2021-02-18T00:47:06.856Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:47:06.856Z] ---> Running in 913565c4c8ec [2021-02-18T00:47:06.856Z] Removing intermediate container 3ec60c7d8da4 [2021-02-18T00:47:06.856Z] ---> 5307b41dadf9 [2021-02-18T00:47:06.856Z] Step 22/23 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:47:07.131Z] ---> Running in ab5080ac74c7 [2021-02-18T00:47:07.132Z] ---> Running in 1e0e8e5570e4 [2021-02-18T00:47:07.733Z] Removing intermediate container 913565c4c8ec [2021-02-18T00:47:07.733Z] ---> 81c5ab2a465b [2021-02-18T00:47:07.733Z] Step 21/22 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:47:07.733Z] ---> 955c0251ddf4 [2021-02-18T00:47:07.733Z] Step 25/30 : RUN chmod +x /entrypoint.sh [2021-02-18T00:47:07.733Z] Removing intermediate container ab5080ac74c7 [2021-02-18T00:47:07.733Z] ---> 1bf7fcf395e9 [2021-02-18T00:47:07.733Z] Step 20/22 : LABEL arch=arm64 [2021-02-18T00:47:07.733Z] Removing intermediate container 1e0e8e5570e4 [2021-02-18T00:47:07.733Z] ---> 502f601b9a9c [2021-02-18T00:47:07.733Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:47:08.005Z] ---> Running in d79d59c92c18 [2021-02-18T00:47:08.600Z] ---> Running in a743531fc9b6 [2021-02-18T00:47:08.600Z] ---> Running in ac2e93185739 [2021-02-18T00:47:08.600Z] ---> Running in 8f0c7787e525 [2021-02-18T00:47:08.877Z] Removing intermediate container d79d59c92c18 [2021-02-18T00:47:08.877Z] ---> 3bb2ceefec53 [2021-02-18T00:47:08.877Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:47:09.489Z] ---> Running in 8648e8e81854 [2021-02-18T00:47:09.769Z] Removing intermediate container a743531fc9b6 [2021-02-18T00:47:09.769Z] ---> cedb08b401a9 [2021-02-18T00:47:09.769Z] Step 21/22 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:47:09.769Z] Removing intermediate container ac2e93185739 [2021-02-18T00:47:09.769Z] ---> a40d5302dc83 [2021-02-18T00:47:09.769Z] [2021-02-18T00:47:10.373Z] Successfully built a40d5302dc83 [2021-02-18T00:47:10.373Z] ---> Running in 232d79becd37 [2021-02-18T00:47:10.373Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-18T00:47:10.373Z]  Building docker-core-command-go ... done Building docker-core-metadata-go [2021-02-18T00:47:10.662Z] Removing intermediate container 8648e8e81854 [2021-02-18T00:47:10.662Z] ---> 8edd8e6d4b2e [2021-02-18T00:47:10.662Z] [2021-02-18T00:47:11.264Z] Removing intermediate container 232d79becd37 [2021-02-18T00:47:11.264Z] ---> 6c7ae0c298ee [2021-02-18T00:47:11.264Z] Step 22/22 : LABEL version=0.0.0 [2021-02-18T00:47:11.542Z] Successfully built 8edd8e6d4b2e [2021-02-18T00:47:11.542Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-18T00:47:11.542Z] ---> Running in 68604a801261 [2021-02-18T00:47:11.542Z]  Building docker-support-notifications-go ... done Building docker-core-data-go [2021-02-18T00:47:12.138Z] Removing intermediate container 68604a801261 [2021-02-18T00:47:12.138Z] ---> ab01fba68cda [2021-02-18T00:47:12.138Z] [2021-02-18T00:47:12.409Z] Removing intermediate container 8f0c7787e525 [2021-02-18T00:47:12.409Z] ---> 84656833e5bd [2021-02-18T00:47:12.409Z] Step 26/30 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-18T00:47:12.682Z] Successfully built ab01fba68cda [2021-02-18T00:47:12.682Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-18T00:47:12.682Z] ---> Running in 677590b3b95a [2021-02-18T00:47:12.958Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-02-18T00:47:13.564Z] Removing intermediate container 677590b3b95a [2021-02-18T00:47:13.564Z] ---> c15ce0d787f9 [2021-02-18T00:47:13.564Z] Step 27/30 : CMD ["gate"] [2021-02-18T00:47:13.836Z] ---> Running in 1fc72f36ef8a [2021-02-18T00:47:14.433Z] Removing intermediate container 1fc72f36ef8a [2021-02-18T00:47:14.433Z] ---> 85a2d4549094 [2021-02-18T00:47:14.433Z] Step 28/30 : LABEL arch=arm64 [2021-02-18T00:47:14.705Z] ---> Running in b0566a9c27c4 [2021-02-18T00:47:15.687Z] Removing intermediate container b0566a9c27c4 [2021-02-18T00:47:15.687Z] ---> 624cd1961505 [2021-02-18T00:47:15.687Z] Step 29/30 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:47:16.289Z] ---> Running in 1f02d972f1ce [2021-02-18T00:47:17.732Z] Removing intermediate container 1f02d972f1ce [2021-02-18T00:47:17.733Z] ---> 01eabdab2563 [2021-02-18T00:47:17.733Z] Step 30/30 : LABEL version=0.0.0 [2021-02-18T00:47:19.168Z] ---> Running in bec33a292023 [2021-02-18T00:47:20.161Z] Removing intermediate container bec33a292023 [2021-02-18T00:47:20.162Z] ---> 8fcda121185b [2021-02-18T00:47:20.162Z] [2021-02-18T00:47:20.438Z] Successfully built 8fcda121185b [2021-02-18T00:47:20.438Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-18T00:47:42.585Z]  Building docker-security-bootstrapper-go ... done Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:47:42.585Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:47:42.585Z] ---> ac1daed3619c [2021-02-18T00:47:42.585Z] Step 3/24 : WORKDIR /edgex-go [2021-02-18T00:47:42.585Z] ---> Using cache [2021-02-18T00:47:42.585Z] ---> 4da1865c377c [2021-02-18T00:47:42.585Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:47:42.585Z] ---> Using cache [2021-02-18T00:47:42.585Z] ---> 1d6284c6fb06 [2021-02-18T00:47:42.585Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-18T00:47:42.585Z] ---> Using cache [2021-02-18T00:47:42.585Z] ---> 5b61b081918e [2021-02-18T00:47:42.585Z] Step 6/24 : COPY go.mod . [2021-02-18T00:47:42.585Z] ---> Using cache [2021-02-18T00:47:42.585Z] ---> 4a5cdbf51f79 [2021-02-18T00:47:42.585Z] Step 7/24 : RUN go mod download [2021-02-18T00:47:42.585Z] ---> Using cache [2021-02-18T00:47:42.585Z] ---> 12a2701f819c [2021-02-18T00:47:42.585Z] Step 8/24 : COPY . . [2021-02-18T00:47:42.585Z] ---> Using cache [2021-02-18T00:47:42.585Z] ---> 6df279bc620f [2021-02-18T00:47:42.585Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-18T00:47:45.991Z] ---> Running in 206830ed5913 [2021-02-18T00:47:46.974Z] 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-18T00:47:59.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:47:59.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:47:59.404Z] ---> ac1daed3619c [2021-02-18T00:47:59.404Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 4da1865c377c [2021-02-18T00:47:59.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 1d6284c6fb06 [2021-02-18T00:47:59.404Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-18T00:47:59.404Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:47:59.404Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:47:59.404Z] ---> ac1daed3619c [2021-02-18T00:47:59.404Z] Step 3/23 : WORKDIR /edgex-go [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 4da1865c377c [2021-02-18T00:47:59.404Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 1d6284c6fb06 [2021-02-18T00:47:59.404Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 5b61b081918e [2021-02-18T00:47:59.404Z] Step 6/23 : COPY go.mod . [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 4a5cdbf51f79 [2021-02-18T00:47:59.404Z] Step 7/23 : RUN go mod download [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 12a2701f819c [2021-02-18T00:47:59.404Z] Step 8/23 : COPY . . [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 6df279bc620f [2021-02-18T00:47:59.404Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-18T00:47:59.404Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-18T00:47:59.404Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-18T00:47:59.404Z] ---> ac1daed3619c [2021-02-18T00:47:59.404Z] Step 3/26 : WORKDIR /edgex-go [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 4da1865c377c [2021-02-18T00:47:59.404Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:47:59.404Z] ---> Using cache [2021-02-18T00:47:59.404Z] ---> 1d6284c6fb06 [2021-02-18T00:47:59.404Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-18T00:48:00.375Z] ---> Running in 942fe202e63f [2021-02-18T00:48:00.375Z] ---> Running in ac99239f3a27 [2021-02-18T00:48:00.375Z] ---> Running in bc66ca3cf032 [2021-02-18T00:48:02.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:02.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:02.664Z] 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-18T00:48:03.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:03.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:04.306Z] OK: 217 MiB in 51 packages [2021-02-18T00:48:04.306Z] OK: 217 MiB in 51 packages [2021-02-18T00:48:05.761Z] Removing intermediate container bc66ca3cf032 [2021-02-18T00:48:05.762Z] ---> 225cc4b29ad8 [2021-02-18T00:48:05.762Z] Step 6/23 : COPY go.mod . [2021-02-18T00:48:06.035Z] Removing intermediate container 942fe202e63f [2021-02-18T00:48:06.035Z] ---> 071741287870 [2021-02-18T00:48:06.035Z] Step 6/26 : COPY go.mod . [2021-02-18T00:48:06.632Z] ---> 932d02137787 [2021-02-18T00:48:06.633Z] Step 7/23 : RUN go mod download [2021-02-18T00:48:06.904Z] ---> Running in bca283646f7a [2021-02-18T00:48:07.188Z] ---> dcb967aff5ad [2021-02-18T00:48:07.188Z] Step 7/26 : RUN go mod download [2021-02-18T00:48:07.458Z] ---> Running in 4fafa3fecf38 [2021-02-18T00:48:11.784Z] Removing intermediate container bca283646f7a [2021-02-18T00:48:11.784Z] ---> b213e4bf2a50 [2021-02-18T00:48:11.784Z] Step 8/23 : COPY . . [2021-02-18T00:48:11.784Z] Removing intermediate container 4fafa3fecf38 [2021-02-18T00:48:11.784Z] ---> 998500c0ee40 [2021-02-18T00:48:11.784Z] Step 8/26 : COPY . . [2021-02-18T00:48:33.967Z] 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-18T00:48:40.699Z] ---> 99b695ce9885 [2021-02-18T00:48:40.699Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-18T00:48:40.699Z] ---> fea572033548 [2021-02-18T00:48:40.699Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-18T00:48:40.699Z] ---> Running in bfed564b12e8 [2021-02-18T00:48:40.699Z] ---> Running in e49610c23a93 [2021-02-18T00:48:44.136Z] Removing intermediate container 206830ed5913 [2021-02-18T00:48:44.136Z] ---> da8d51f72b75 [2021-02-18T00:48:44.136Z] [2021-02-18T00:48:44.136Z] Step 10/24 : FROM alpine:3.12 [2021-02-18T00:48:44.136Z] ---> afeebe901d6b [2021-02-18T00:48:44.136Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-18T00:48:44.136Z] 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-18T00:48:44.137Z] 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-18T00:48:44.137Z] ---> Running in 60763a098e14 [2021-02-18T00:48:46.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:46.145Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:48:46.754Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-18T00:48:46.754Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:48:47.035Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-18T00:48:47.035Z] (4/5) Installing curl (7.69.1-r3) [2021-02-18T00:48:47.035Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-18T00:48:47.035Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:48:47.035Z] Executing ca-certificates-20191127-r4.trigger [2021-02-18T00:48:47.314Z] OK: 7 MiB in 19 packages [2021-02-18T00:48:49.984Z] Removing intermediate container 60763a098e14 [2021-02-18T00:48:49.985Z] ---> c72186b9b14a [2021-02-18T00:48:49.985Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-18T00:48:49.985Z] ---> Running in c4355c11067d [2021-02-18T00:48:50.597Z] Removing intermediate container c4355c11067d [2021-02-18T00:48:50.597Z] ---> 0e8cfa228e25 [2021-02-18T00:48:50.597Z] Step 13/24 : WORKDIR / [2021-02-18T00:48:50.597Z] ---> Running in 29617f8b3bc2 [2021-02-18T00:48:51.604Z] Removing intermediate container 29617f8b3bc2 [2021-02-18T00:48:51.604Z] ---> 5c098a374616 [2021-02-18T00:48:51.604Z] 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-18T00:48:52.610Z] ---> 73a5a5961310 [2021-02-18T00:48:52.610Z] 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-18T00:48:54.082Z] ---> afeae00b518e [2021-02-18T00:48:54.082Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-18T00:48:55.085Z] ---> 633a5f1c2a65 [2021-02-18T00:48:55.086Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-18T00:48:56.553Z] ---> 4a24bcb4629b [2021-02-18T00:48:56.553Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-18T00:48:58.567Z] ---> df6c481dfb61 [2021-02-18T00:48:58.567Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-18T00:48:59.595Z] ---> e16f6c4f4934 [2021-02-18T00:48:59.595Z] 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-18T00:48:59.895Z] ---> Running in 9ac167ca29b5 [2021-02-18T00:49:03.341Z] Removing intermediate container 9ac167ca29b5 [2021-02-18T00:49:03.341Z] ---> 4a2f05492b83 [2021-02-18T00:49:03.341Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-18T00:49:03.628Z] ---> Running in 1e01804753b9 [2021-02-18T00:49:04.257Z] Removing intermediate container 1e01804753b9 [2021-02-18T00:49:04.257Z] ---> 2c466f95fad6 [2021-02-18T00:49:04.257Z] Step 22/24 : LABEL arch=arm64 [2021-02-18T00:49:04.544Z] ---> Running in 45f92193ec12 [2021-02-18T00:49:05.169Z] Removing intermediate container 45f92193ec12 [2021-02-18T00:49:05.169Z] ---> ae1865570b68 [2021-02-18T00:49:05.169Z] Step 23/24 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:49:05.169Z] ---> Running in c54a580d90a9 [2021-02-18T00:49:05.794Z] Removing intermediate container c54a580d90a9 [2021-02-18T00:49:05.794Z] ---> 2fa3017c5421 [2021-02-18T00:49:05.794Z] Step 24/24 : LABEL version=0.0.0 [2021-02-18T00:49:06.085Z] ---> Running in a46bbfdba24a [2021-02-18T00:49:06.698Z] Removing intermediate container a46bbfdba24a [2021-02-18T00:49:06.698Z] ---> 56011ebcb277 [2021-02-18T00:49:06.698Z] [2021-02-18T00:49:07.315Z] Successfully built 56011ebcb277 [2021-02-18T00:49:07.315Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-18T00:49:25.726Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container ac99239f3a27 [2021-02-18T00:49:25.726Z] ---> 68c849cb2028 [2021-02-18T00:49:25.726Z] [2021-02-18T00:49:25.726Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:49:25.726Z] ---> afeebe901d6b [2021-02-18T00:49:25.726Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-18T00:49:25.726Z] ---> Using cache [2021-02-18T00:49:25.726Z] ---> 6af8ea7fca22 [2021-02-18T00:49:25.726Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-18T00:49:25.726Z] ---> Using cache [2021-02-18T00:49:25.726Z] ---> c0fef1c7c830 [2021-02-18T00:49:25.726Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-18T00:49:25.726Z] ---> Running in 542eac9265df [2021-02-18T00:49:25.726Z] Removing intermediate container 542eac9265df [2021-02-18T00:49:25.726Z] ---> 4b32830e55da [2021-02-18T00:49:25.726Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-18T00:49:25.726Z] ---> Running in c347c0b9c7f7 [2021-02-18T00:49:25.726Z] Removing intermediate container c347c0b9c7f7 [2021-02-18T00:49:25.726Z] ---> da4af71e1251 [2021-02-18T00:49:25.726Z] Step 15/23 : WORKDIR / [2021-02-18T00:49:25.726Z] ---> Running in b45ab0ea588a [2021-02-18T00:49:25.726Z] Removing intermediate container b45ab0ea588a [2021-02-18T00:49:25.726Z] ---> fd26deaed838 [2021-02-18T00:49:25.726Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:49:26.333Z] ---> 55b1d084e7c5 [2021-02-18T00:49:26.333Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-18T00:49:28.378Z] ---> a637d6801e78 [2021-02-18T00:49:28.378Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-18T00:49:29.398Z] ---> 62993257034e [2021-02-18T00:49:29.398Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-18T00:49:29.398Z] ---> Running in c72805b2338c [2021-02-18T00:49:30.010Z] Removing intermediate container c72805b2338c [2021-02-18T00:49:30.010Z] ---> 630a023df78f [2021-02-18T00:49:30.010Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:49:30.296Z] ---> Running in edc78bdde8d3 [2021-02-18T00:49:30.925Z] Removing intermediate container edc78bdde8d3 [2021-02-18T00:49:30.925Z] ---> 5de459196915 [2021-02-18T00:49:30.925Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:49:31.208Z] ---> Running in 595f89b7bc41 [2021-02-18T00:49:31.839Z] Removing intermediate container 595f89b7bc41 [2021-02-18T00:49:31.839Z] ---> 832a957e756a [2021-02-18T00:49:31.839Z] Step 22/23 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:49:32.134Z] ---> Running in ac10c130e100 [2021-02-18T00:49:32.751Z] Removing intermediate container ac10c130e100 [2021-02-18T00:49:32.751Z] ---> 6584df368212 [2021-02-18T00:49:32.751Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:49:32.751Z] ---> Running in 1ee727604959 [2021-02-18T00:49:33.367Z] Removing intermediate container 1ee727604959 [2021-02-18T00:49:33.367Z] ---> cf4588db28b7 [2021-02-18T00:49:33.367Z] [2021-02-18T00:49:33.986Z] Successfully built cf4588db28b7 [2021-02-18T00:49:33.986Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-18T00:49:49.602Z]  Building docker-core-metadata-go ... done Removing intermediate container e49610c23a93 [2021-02-18T00:49:49.602Z] ---> 8753426030f8 [2021-02-18T00:49:49.602Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-18T00:49:49.602Z] ---> Running in a5ab836e2ae5 [2021-02-18T00:49:49.602Z] 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-18T00:49:51.623Z] Removing intermediate container a5ab836e2ae5 [2021-02-18T00:49:51.624Z] ---> 8ff5d5130ccd [2021-02-18T00:49:51.624Z] [2021-02-18T00:49:51.624Z] Step 11/26 : FROM docker:20.10.0 [2021-02-18T00:49:51.624Z] 20.10.0: Pulling from library/docker [2021-02-18T00:50:01.836Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-18T00:50:01.836Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-18T00:50:01.836Z] ---> eeaf43b92773 [2021-02-18T00:50:01.836Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-18T00:50:01.836Z] Removing intermediate container bfed564b12e8 [2021-02-18T00:50:01.836Z] ---> 5bcd2a49c00d [2021-02-18T00:50:01.836Z] [2021-02-18T00:50:01.836Z] Step 10/23 : FROM alpine:3.12 [2021-02-18T00:50:01.836Z] ---> afeebe901d6b [2021-02-18T00:50:01.836Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-18T00:50:01.836Z] ---> Running in 3ed23fa8e461 [2021-02-18T00:50:01.836Z] ---> Running in 4f9bf2c94f18 [2021-02-18T00:50:01.836Z] Removing intermediate container 4f9bf2c94f18 [2021-02-18T00:50:01.836Z] ---> 11e884903630 [2021-02-18T00:50:01.836Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-18T00:50:01.836Z] ---> Running in cad4c7f3c741 [2021-02-18T00:50:02.114Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:02.389Z] Removing intermediate container cad4c7f3c741 [2021-02-18T00:50:02.389Z] ---> f65bc2a8dd7e [2021-02-18T00:50:02.389Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-18T00:50:02.389Z] ---> Running in 75e6d6564460 [2021-02-18T00:50:02.389Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:02.999Z] Removing intermediate container 75e6d6564460 [2021-02-18T00:50:02.999Z] ---> 64870cf35f4d [2021-02-18T00:50:02.999Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-18T00:50:02.999Z] ---> Running in ec8c44667b42 [2021-02-18T00:50:03.277Z] (1/2) Installing readline (8.0.4-r0) [2021-02-18T00:50:03.277Z] (2/2) Installing bash (5.0.17-r0) [2021-02-18T00:50:03.277Z] Executing bash-5.0.17-r0.post-install [2021-02-18T00:50:03.277Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:03.277Z] OK: 12 MiB in 22 packages [2021-02-18T00:50:04.723Z] Removing intermediate container 3ed23fa8e461 [2021-02-18T00:50:04.723Z] ---> 7870164e49c3 [2021-02-18T00:50:04.723Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-18T00:50:05.011Z] ---> Running in fae3db33c37b [2021-02-18T00:50:05.356Z] Removing intermediate container fae3db33c37b [2021-02-18T00:50:05.356Z] ---> 2e42f8f4bb7d [2021-02-18T00:50:05.356Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-18T00:50:05.636Z] Removing intermediate container ec8c44667b42 [2021-02-18T00:50:05.636Z] ---> 5428b4cecbaa [2021-02-18T00:50:05.636Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-18T00:50:05.636Z] ---> Running in 9470160ddd89 [2021-02-18T00:50:05.636Z] ---> Running in 750ebf842844 [2021-02-18T00:50:06.235Z] Removing intermediate container 9470160ddd89 [2021-02-18T00:50:06.235Z] ---> 2a0e6958eab5 [2021-02-18T00:50:06.235Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-18T00:50:06.235Z] ---> Running in 6721de4535cc [2021-02-18T00:50:06.836Z] Removing intermediate container 6721de4535cc [2021-02-18T00:50:06.836Z] ---> 1d80cde83e33 [2021-02-18T00:50:06.836Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-18T00:50:06.836Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:07.471Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:07.746Z] ---> c967422b867b [2021-02-18T00:50:07.746Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-18T00:50:08.346Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-18T00:50:08.346Z] ---> 14e2277eea83 [2021-02-18T00:50:08.626Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-18T00:50:08.626Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-18T00:50:08.626Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-18T00:50:08.898Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-18T00:50:09.177Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-18T00:50:09.177Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-18T00:50:09.177Z] ---> 3a7109732030 [2021-02-18T00:50:09.177Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-18T00:50:09.449Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:09.449Z] OK: 8 MiB in 20 packages [2021-02-18T00:50:09.449Z] ---> Running in ec59f2c7d9cc [2021-02-18T00:50:10.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:10.894Z] Removing intermediate container 750ebf842844 [2021-02-18T00:50:10.894Z] ---> 9b0421bc38f7 [2021-02-18T00:50:10.894Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-18T00:50:10.894Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:50:11.491Z] ---> 6411ff0be2e1 [2021-02-18T00:50:11.491Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-18T00:50:11.491Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-18T00:50:11.491Z] (2/33) Installing expat (2.2.9-r1) [2021-02-18T00:50:11.491Z] (3/33) Installing libffi (3.3-r2) [2021-02-18T00:50:11.491Z] (4/33) Installing gdbm (1.13-r1) [2021-02-18T00:50:11.491Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-18T00:50:11.491Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-18T00:50:11.491Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-18T00:50:13.475Z] ---> 46d6a9aced00 [2021-02-18T00:50:13.475Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-18T00:50:13.475Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-18T00:50:13.475Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-18T00:50:13.475Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-18T00:50:13.475Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-18T00:50:13.475Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-18T00:50:13.475Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-18T00:50:13.475Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-18T00:50:13.749Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-18T00:50:13.749Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-18T00:50:13.749Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-18T00:50:13.749Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-18T00:50:13.749Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-18T00:50:13.749Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-18T00:50:13.749Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-18T00:50:13.749Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-18T00:50:13.749Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-18T00:50:13.749Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-18T00:50:13.749Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-18T00:50:14.023Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-18T00:50:14.023Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-18T00:50:14.023Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-18T00:50:14.023Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-18T00:50:14.023Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-18T00:50:14.023Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-18T00:50:14.023Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-18T00:50:14.023Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-18T00:50:14.301Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:50:14.301Z] OK: 71 MiB in 55 packages [2021-02-18T00:50:14.301Z] ---> 103fa0849b5f [2021-02-18T00:50:14.301Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-18T00:50:14.576Z] ---> Running in 05ddb501df94 [2021-02-18T00:50:15.176Z] Removing intermediate container 05ddb501df94 [2021-02-18T00:50:15.176Z] ---> 2bd7dbafbe85 [2021-02-18T00:50:15.176Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:50:15.176Z] ---> Running in e07cb4ff34f1 [2021-02-18T00:50:15.773Z] Removing intermediate container e07cb4ff34f1 [2021-02-18T00:50:15.773Z] ---> c021f6bf9b6e [2021-02-18T00:50:15.773Z] Step 21/23 : LABEL arch=arm64 [2021-02-18T00:50:16.049Z] ---> Running in 9977efb08ba8 [2021-02-18T00:50:16.654Z] Removing intermediate container 9977efb08ba8 [2021-02-18T00:50:16.654Z] ---> 87fcb809f3a3 [2021-02-18T00:50:16.654Z] Step 22/23 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:50:16.654Z] ---> Running in d09adc6fe94c [2021-02-18T00:50:17.647Z] Removing intermediate container d09adc6fe94c [2021-02-18T00:50:17.647Z] ---> 723722c10899 [2021-02-18T00:50:17.647Z] Step 23/23 : LABEL version=0.0.0 [2021-02-18T00:50:17.647Z] ---> Running in a0a20b9be996 [2021-02-18T00:50:18.249Z] Removing intermediate container a0a20b9be996 [2021-02-18T00:50:18.249Z] ---> 3034027135a0 [2021-02-18T00:50:18.249Z] [2021-02-18T00:50:18.849Z] Successfully built 3034027135a0 [2021-02-18T00:50:18.849Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-18T00:50:20.293Z]  Building docker-core-data-go ... done Removing intermediate container ec59f2c7d9cc [2021-02-18T00:50:20.293Z] ---> f32acb2bdc93 [2021-02-18T00:50:20.293Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-18T00:50:20.293Z] ---> Running in 5188fad30474 [2021-02-18T00:50:27.010Z] Collecting docker-compose==1.23.2 [2021-02-18T00:50:27.010Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-18T00:50:27.606Z] Collecting PyYAML<4,>=3.10 [2021-02-18T00:50:27.606Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-18T00:50:31.923Z] Collecting cached-property<2,>=1.2.0 [2021-02-18T00:50:31.923Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-18T00:50:31.923Z] Collecting docopt<0.7,>=0.6.1 [2021-02-18T00:50:31.923Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-18T00:50:35.303Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-18T00:50:35.303Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-18T00:50:35.303Z] 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-18T00:50:35.576Z] Collecting texttable<0.10,>=0.9.0 [2021-02-18T00:50:35.577Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-18T00:50:38.967Z] Collecting docker<4.0,>=3.6.0 [2021-02-18T00:50:38.967Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-18T00:50:39.236Z] Collecting jsonschema<3,>=2.5.1 [2021-02-18T00:50:39.507Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-18T00:50:40.927Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-18T00:50:40.927Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-18T00:50:41.517Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-18T00:50:41.517Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-18T00:50:44.122Z] Collecting docker-pycreds>=0.4.0 [2021-02-18T00:50:44.122Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-18T00:50:44.719Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-18T00:50:44.719Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-18T00:50:44.994Z] 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-18T00:50:45.267Z] Collecting idna<2.8,>=2.5 [2021-02-18T00:50:45.267Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-18T00:50:45.267Z] 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-18T00:50:45.267Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-18T00:50:45.267Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-18T00:50:45.267Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-18T00:50:45.267Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-18T00:50:46.253Z] Installing collected packages: PyYAML, cached-property, docopt, websocket-client, texttable, docker-pycreds, urllib3, idna, requests, docker, jsonschema, dockerpty, docker-compose [2021-02-18T00:50:46.253Z] Running setup.py install for PyYAML: started [2021-02-18T00:50:49.630Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-18T00:50:49.630Z] Running setup.py install for docopt: started [2021-02-18T00:50:51.054Z] Running setup.py install for docopt: finished with status 'done' [2021-02-18T00:50:51.650Z] Running setup.py install for texttable: started [2021-02-18T00:50:53.613Z] Running setup.py install for texttable: finished with status 'done' [2021-02-18T00:50:53.883Z] Attempting uninstall: urllib3 [2021-02-18T00:50:53.883Z] Found existing installation: urllib3 1.25.9 [2021-02-18T00:50:53.883Z] Uninstalling urllib3-1.25.9: [2021-02-18T00:50:54.155Z] Successfully uninstalled urllib3-1.25.9 [2021-02-18T00:50:54.746Z] Attempting uninstall: idna [2021-02-18T00:50:54.746Z] Found existing installation: idna 2.9 [2021-02-18T00:50:54.746Z] Uninstalling idna-2.9: [2021-02-18T00:50:54.746Z] Successfully uninstalled idna-2.9 [2021-02-18T00:50:55.339Z] Attempting uninstall: requests [2021-02-18T00:50:55.339Z] Found existing installation: requests 2.23.0 [2021-02-18T00:50:55.339Z] Uninstalling requests-2.23.0: [2021-02-18T00:50:55.631Z] Successfully uninstalled requests-2.23.0 [2021-02-18T00:50:57.089Z] Running setup.py install for dockerpty: started [2021-02-18T00:50:59.704Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-18T00:51:00.300Z] 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-18T00:51:04.591Z] Removing intermediate container 5188fad30474 [2021-02-18T00:51:04.591Z] ---> 70eb11b0799c [2021-02-18T00:51:04.592Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-18T00:51:04.592Z] ---> Running in 38fc0030d338 [2021-02-18T00:51:05.189Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:05.459Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-18T00:51:06.055Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-18T00:51:06.055Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-18T00:51:06.055Z] (3/3) Installing curl (7.69.1-r3) [2021-02-18T00:51:06.055Z] Executing busybox-1.31.1-r19.trigger [2021-02-18T00:51:06.055Z] OK: 71 MiB in 58 packages [2021-02-18T00:51:07.487Z] Removing intermediate container 38fc0030d338 [2021-02-18T00:51:07.487Z] ---> f61d3e982fc1 [2021-02-18T00:51:07.487Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-18T00:51:07.487Z] ---> Running in e9b92eb8c209 [2021-02-18T00:51:07.766Z] Removing intermediate container e9b92eb8c209 [2021-02-18T00:51:07.766Z] ---> 085524552f63 [2021-02-18T00:51:07.766Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-18T00:51:07.766Z] ---> Running in f16158305f2b [2021-02-18T00:51:08.366Z] Removing intermediate container f16158305f2b [2021-02-18T00:51:08.366Z] ---> ba462aec1db0 [2021-02-18T00:51:08.366Z] Step 24/26 : LABEL arch=arm64 [2021-02-18T00:51:08.637Z] ---> Running in 195c8bfdfcd0 [2021-02-18T00:51:08.908Z] Removing intermediate container 195c8bfdfcd0 [2021-02-18T00:51:08.908Z] ---> be6127f8d0e2 [2021-02-18T00:51:08.908Z] Step 25/26 : LABEL git_sha=2c0981d4655aff2cf8180260d64cab28b310d0c2 [2021-02-18T00:51:09.180Z] ---> Running in 2b3337e72f2f [2021-02-18T00:51:09.461Z] Removing intermediate container 2b3337e72f2f [2021-02-18T00:51:09.461Z] ---> 5ff6ba3c47c1 [2021-02-18T00:51:09.461Z] Step 26/26 : LABEL version=0.0.0 [2021-02-18T00:51:09.733Z] ---> Running in c57ee402b6ed [2021-02-18T00:51:10.006Z] Removing intermediate container c57ee402b6ed [2021-02-18T00:51:10.006Z] ---> d52b0a1ad883 [2021-02-18T00:51:10.006Z] [2021-02-18T00:51:10.609Z] Successfully built d52b0a1ad883 [2021-02-18T00:51:10.609Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-18T00:51:10.895Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-02-18T00:51:10.903Z] $ docker stop --time=1 8c85f58b6a1db89793c645240828666acfb450fa455367acffc87a7afa1a284c [2021-02-18T00:51:12.786Z] $ docker rm -f 8c85f58b6a1db89793c645240828666acfb450fa455367acffc87a7afa1a284c [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-18T00:51:13.454Z] + + docker images [2021-02-18T00:51:13.454Z] grep docker [2021-02-18T00:51:15.288Z] docker-sys-mgmt-agent-go-arm64 latest d52b0a1ad883 4 seconds ago 300MB [2021-02-18T00:51:15.288Z] docker-core-data-go-arm64 latest 3034027135a0 56 seconds ago 21MB [2021-02-18T00:51:15.288Z] docker-core-metadata-go-arm64 latest cf4588db28b7 About a minute ago 17.8MB [2021-02-18T00:51:15.288Z] docker-security-secretstore-setup-go-arm64 latest 56011ebcb277 2 minutes ago 23.4MB [2021-02-18T00:51:15.288Z] docker-security-bootstrapper-go-arm64 latest 8fcda121185b 3 minutes ago 17MB [2021-02-18T00:51:15.288Z] docker-support-scheduler-go-arm64 latest ab01fba68cda 4 minutes ago 16.1MB [2021-02-18T00:51:15.288Z] docker-support-notifications-go-arm64 latest 8edd8e6d4b2e 4 minutes ago 16.7MB [2021-02-18T00:51:15.288Z] docker-core-command-go-arm64 latest a40d5302dc83 4 minutes ago 16MB [2021-02-18T00:51:15.288Z] docker-security-proxy-setup-go-arm64 latest 5f01b18a1b3f 4 minutes ago 23.2MB [2021-02-18T00:51:15.288Z] docker 20.10.0 eeaf43b92773 2 months ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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-18T00:51:17.246Z] provisioning config files... [2021-02-18T00:51:17.270Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config7509638932860657049tmp [Pipeline] { [Pipeline] sh [2021-02-18T00:51:17.703Z] + set +x [2021-02-18T00:51:17.703Z] + curl -s https://codecov.io/bash [2021-02-18T00:51:17.703Z] + bash -s -- [2021-02-18T00:51:17.968Z] [2021-02-18T00:51:17.968Z] _____ _ [2021-02-18T00:51:17.968Z] / ____| | | [2021-02-18T00:51:17.968Z] | | ___ __| | ___ ___ _____ __ [2021-02-18T00:51:17.968Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-18T00:51:17.968Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-18T00:51:17.968Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-18T00:51:17.968Z] Bash-20210129-7c25fce [2021-02-18T00:51:17.968Z] [2021-02-18T00:51:17.968Z] [2021-02-18T00:51:17.968Z] ==> git version 2.24.3 found [2021-02-18T00:51:17.968Z] ==> 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-18T00:51:17.968Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-18T00:51:17.968Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-18T00:51:17.968Z] ==> Jenkins CI detected. [2021-02-18T00:51:18.232Z] project root: . [2021-02-18T00:51:18.232Z] --> token set from env [2021-02-18T00:51:18.232Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-18T00:51:18.232Z] ==> Running gcov in . (disable via -X gcov) [2021-02-18T00:51:18.232Z] ==> Python coveragepy not found [2021-02-18T00:51:18.232Z] ==> Searching for coverage reports in: [2021-02-18T00:51:18.232Z] + . [2021-02-18T00:51:18.232Z] -> Found 1 reports [2021-02-18T00:51:18.232Z] ==> Detecting git/mercurial file structure [2021-02-18T00:51:18.232Z] ==> Reading reports [2021-02-18T00:51:18.232Z] + ./coverage.out bytes=597520 [2021-02-18T00:51:18.232Z] ==> Appending adjustments [2021-02-18T00:51:18.232Z] https://docs.codecov.io/docs/fixing-reports [2021-02-18T00:51:21.550Z] + Found adjustments [2021-02-18T00:51:21.550Z] ==> Gzipping contents [2021-02-18T00:51:21.550Z] 88K /tmp/codecov.4SmCsp.gz [2021-02-18T00:51:21.550Z] ==> Uploading reports [2021-02-18T00:51:21.550Z] url: https://codecov.io [2021-02-18T00:51:21.550Z] query: branch=PR-3178&commit=2c0981d4655aff2cf8180260d64cab28b310d0c2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3178%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3178&job=&cmd_args= [2021-02-18T00:51:21.550Z] -> Pinging Codecov [2021-02-18T00:51:21.550Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3178&commit=2c0981d4655aff2cf8180260d64cab28b310d0c2&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3178%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3178&job=&cmd_args= [2021-02-18T00:51:21.812Z] -> Uploading to [2021-02-18T00:51:21.812Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-18/00271124DB129430A58F1EEE437C3FCB/2c0981d4655aff2cf8180260d64cab28b310d0c2/6eb0570b-1696-4e1a-93fa-96d18b701407.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210218%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210218T005121Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=2fb30a07903e48d012ed721f4decc1003eb85111b3da80e2574486223aa574ba [2021-02-18T00:51:21.812Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-18T00:51:21.812Z] Dload Upload Total Spent Left Speed [2021-02-18T00:51:22.387Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89549 0 0 100 89549 0 158k --:--:-- --:--:-- --:--:-- 158k [2021-02-18T00:51:22.387Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/2c0981d4655aff2cf8180260d64cab28b310d0c2 [Pipeline] } [2021-02-18T00:51:22.397Z] 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-18T00:51:24.494Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:25.375Z] ---> package-listing.sh [2021-02-18T00:51:25.375Z] ++ facter osfamily [2021-02-18T00:51:25.375Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-18T00:51:25.375Z] + OS_FAMILY=redhat [2021-02-18T00:51:25.375Z] + workspace=/w/workspace/edgex-go/3 [2021-02-18T00:51:25.375Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-18T00:51:25.375Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-18T00:51:25.375Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-18T00:51:25.375Z] + PACKAGES=/tmp/packages_start.txt [2021-02-18T00:51:25.375Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-18T00:51:25.375Z] + PACKAGES=/tmp/packages_end.txt [2021-02-18T00:51:25.375Z] + case "${OS_FAMILY}" in [2021-02-18T00:51:25.375Z] + rpm -qa [2021-02-18T00:51:25.375Z] + sort [2021-02-18T00:51:30.691Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-18T00:51:30.691Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-18T00:51:30.691Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-18T00:51:30.691Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-18T00:51:30.691Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-18T00:51:30.691Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-18T00:51:30.707Z] 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/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-18T00:51:31.005Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:51:31.313Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:31.314Z] [2021-02-18T00:51:31.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-18T00:51:31.694Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:31.694Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-18T00:51:31.694Z] df20fa9351a1: Pulling fs layer [2021-02-18T00:51:31.695Z] 36b3adc4ff6f: Pulling fs layer [2021-02-18T00:51:31.695Z] 8ad3a11d3b57: Pulling fs layer [2021-02-18T00:51:31.695Z] 46f8f816bc3b: Pulling fs layer [2021-02-18T00:51:31.695Z] 93b61091891f: Pulling fs layer [2021-02-18T00:51:31.695Z] 93b9cdb0e59b: Pulling fs layer [2021-02-18T00:51:31.695Z] 5e14af77c1be: Pulling fs layer [2021-02-18T00:51:31.695Z] 01666e4c0597: Pulling fs layer [2021-02-18T00:51:31.695Z] aa168da1d23b: Pulling fs layer [2021-02-18T00:51:31.695Z] 93b9cdb0e59b: Waiting [2021-02-18T00:51:31.695Z] 5e14af77c1be: Waiting [2021-02-18T00:51:31.695Z] 01666e4c0597: Waiting [2021-02-18T00:51:31.695Z] aa168da1d23b: Waiting [2021-02-18T00:51:31.695Z] 46f8f816bc3b: Waiting [2021-02-18T00:51:31.695Z] 93b61091891f: Waiting [2021-02-18T00:51:31.695Z] 36b3adc4ff6f: Verifying Checksum [2021-02-18T00:51:31.695Z] 36b3adc4ff6f: Download complete [2021-02-18T00:51:31.960Z] 46f8f816bc3b: Verifying Checksum [2021-02-18T00:51:31.960Z] 46f8f816bc3b: Download complete [2021-02-18T00:51:31.960Z] df20fa9351a1: Verifying Checksum [2021-02-18T00:51:31.960Z] df20fa9351a1: Download complete [2021-02-18T00:51:31.960Z] 93b9cdb0e59b: Verifying Checksum [2021-02-18T00:51:31.960Z] 93b9cdb0e59b: Download complete [2021-02-18T00:51:31.960Z] 5e14af77c1be: Verifying Checksum [2021-02-18T00:51:31.960Z] 5e14af77c1be: Download complete [2021-02-18T00:51:31.960Z] 93b61091891f: Download complete [2021-02-18T00:51:31.960Z] 01666e4c0597: Verifying Checksum [2021-02-18T00:51:31.960Z] 01666e4c0597: Download complete [2021-02-18T00:51:32.222Z] df20fa9351a1: Pull complete [2021-02-18T00:51:32.484Z] 36b3adc4ff6f: Pull complete [2021-02-18T00:51:33.433Z] 8ad3a11d3b57: Verifying Checksum [2021-02-18T00:51:33.433Z] 8ad3a11d3b57: Download complete [2021-02-18T00:51:34.009Z] 8ad3a11d3b57: Pull complete [2021-02-18T00:51:34.272Z] 46f8f816bc3b: Pull complete [2021-02-18T00:51:36.197Z] aa168da1d23b: Verifying Checksum [2021-02-18T00:51:36.197Z] aa168da1d23b: Download complete [2021-02-18T00:51:36.788Z] 93b61091891f: Pull complete [2021-02-18T00:51:37.049Z] 93b9cdb0e59b: Pull complete [2021-02-18T00:51:37.049Z] 5e14af77c1be: Pull complete [2021-02-18T00:51:37.319Z] 01666e4c0597: Pull complete [2021-02-18T00:51:45.701Z] aa168da1d23b: Pull complete [2021-02-18T00:51:45.701Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-18T00:51:45.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-18T00:51:45.701Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-18T00:51:45.866Z] prd-centos7-docker-4c-2g-26732 does not seem to be running inside a container [2021-02-18T00:51:45.919Z] $ 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/3/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/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@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-18T00:51:49.803Z] $ docker top 68c80f1c43f461a9d833734e3cbe5fdf0e5d700ce40faeec8504fc7ff10b07a0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-18T00:51:50.523Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-18T00:51:50.824Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-18T00:51:51.128Z] + ls /var/log/sa-host [2021-02-18T00:51:51.128Z] + sadf -c /var/log/sa-host/sa18 [2021-02-18T00:51:51.128Z] file_magic: OK [2021-02-18T00:51:51.128Z] HZ: Using current value: 100 [2021-02-18T00:51:51.128Z] file_header: OK [2021-02-18T00:51:51.128Z] 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-18T00:51:51.128Z] Statistics: [2021-02-18T00:51:51.128Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-18T00:51:51.128Z] File successfully converted to sysstat format version 12.2.1 [2021-02-18T00:51:51.128Z] + sadf -c /var/log/sa-host/sa23 [2021-02-18T00:51:51.128Z] file_magic: OK [2021-02-18T00:51:51.128Z] HZ: Using current value: 100 [2021-02-18T00:51:51.128Z] file_header: OK [2021-02-18T00:51:51.128Z] 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-18T00:51:51.128Z] Statistics: [2021-02-18T00:51:51.128Z] Hnuu...uuuununununu... [2021-02-18T00:51:51.128Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-18T00:51:51.393Z] provisioning config files... [2021-02-18T00:51:51.419Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config5295708566575763856tmp [Pipeline] { [Pipeline] echo [2021-02-18T00:51:51.504Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:51.814Z] ---> create-netrc.sh [Pipeline] } [2021-02-18T00:51:51.824Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-18T00:51:51.936Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:52.239Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-18T00:51:52.250Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:52.552Z] ---> sudo-logs.sh [2021-02-18T00:51:52.552Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-02-18T00:51:52.613Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:52.911Z] ---> job-cost.sh [2021-02-18T00:51:52.911Z] lf-activate-venv: SKIPPING [2021-02-18T00:51:52.911Z] INFO: No Stack... [2021-02-18T00:51:53.862Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-18T00:51:54.123Z] INFO: Archiving Costs [Pipeline] echo [2021-02-18T00:51:54.138Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-18T00:51:54.436Z] ---> logs-deploy.sh [2021-02-18T00:51:54.436Z] lf-activate-venv: SKIPPING [2021-02-18T00:51:54.436Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3178/3 [2021-02-18T00:51:54.436Z] INFO: archiving workspace using pattern(s): [2021-02-18T00:51:55.835Z] Archives upload complete. [2021-02-18T00:51:56.097Z] INFO: archiving logs to Nexus [2021-02-18T00:51:57.045Z] ---> uname -a: [2021-02-18T00:51:57.045Z] Linux prd-centos7-docker-4c-2g-26732.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-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] ---> lscpu: [2021-02-18T00:51:57.045Z] Architecture: x86_64 [2021-02-18T00:51:57.045Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-18T00:51:57.045Z] Byte Order: Little Endian [2021-02-18T00:51:57.045Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-18T00:51:57.045Z] CPU(s): 4 [2021-02-18T00:51:57.045Z] On-line CPU(s) list: 0-3 [2021-02-18T00:51:57.045Z] Thread(s) per core: 1 [2021-02-18T00:51:57.045Z] Core(s) per socket: 1 [2021-02-18T00:51:57.045Z] Socket(s): 4 [2021-02-18T00:51:57.045Z] NUMA node(s): 1 [2021-02-18T00:51:57.045Z] Vendor ID: GenuineIntel [2021-02-18T00:51:57.045Z] CPU family: 6 [2021-02-18T00:51:57.045Z] Model: 44 [2021-02-18T00:51:57.045Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-18T00:51:57.045Z] Stepping: 1 [2021-02-18T00:51:57.045Z] CPU MHz: 2933.442 [2021-02-18T00:51:57.045Z] BogoMIPS: 5866.88 [2021-02-18T00:51:57.045Z] Virtualization: VT-x [2021-02-18T00:51:57.045Z] Hypervisor vendor: KVM [2021-02-18T00:51:57.045Z] Virtualization type: full [2021-02-18T00:51:57.045Z] L1d cache: 128 KiB [2021-02-18T00:51:57.045Z] L1i cache: 128 KiB [2021-02-18T00:51:57.045Z] L2 cache: 16 MiB [2021-02-18T00:51:57.045Z] L3 cache: 64 MiB [2021-02-18T00:51:57.045Z] NUMA node0 CPU(s): 0-3 [2021-02-18T00:51:57.045Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-18T00:51:57.045Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-18T00:51:57.045Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-18T00:51:57.045Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-18T00:51:57.045Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-18T00:51:57.045Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-18T00:51:57.045Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-18T00:51:57.045Z] Vulnerability Srbds: Not affected [2021-02-18T00:51:57.045Z] Vulnerability Tsx async abort: Not affected [2021-02-18T00:51:57.045Z] 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-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] ---> nproc: [2021-02-18T00:51:57.045Z] 4 [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] ---> df -h: [2021-02-18T00:51:57.045Z] Filesystem Size Used Available Use% Mounted on [2021-02-18T00:51:57.045Z] overlay 50.0G 11.7G 38.3G 23% / [2021-02-18T00:51:57.045Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-18T00:51:57.045Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-18T00:51:57.045Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /facter-os [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/resolv.conf [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hostname [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /etc/hosts [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /run/cloud-init/result.json [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/sa-host [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/secure [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /var/log/auth.log [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3 [2021-02-18T00:51:57.045Z] /dev/vda1 50.0G 11.7G 38.3G 23% /w/workspace/edgex-go/3@tmp [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] ---> free -m: [2021-02-18T00:51:57.045Z] total used free shared buff/cache available [2021-02-18T00:51:57.045Z] Mem: 1837 722 138 0 975 1031 [2021-02-18T00:51:57.045Z] Swap: 1023 49 974 [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] ---> ip addr: [2021-02-18T00:51:57.045Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-18T00:51:57.045Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-18T00:51:57.045Z] inet 127.0.0.1/8 scope host lo [2021-02-18T00:51:57.045Z] valid_lft forever preferred_lft forever [2021-02-18T00:51:57.045Z] inet6 ::1/128 scope host [2021-02-18T00:51:57.045Z] valid_lft forever preferred_lft forever [2021-02-18T00:51:57.045Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-18T00:51:57.045Z] link/ether fa:16:3e:54:87:20 brd ff:ff:ff:ff:ff:ff [2021-02-18T00:51:57.045Z] inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-18T00:51:57.045Z] valid_lft 85031sec preferred_lft 85031sec [2021-02-18T00:51:57.045Z] inet6 fe80::f816:3eff:fe54:8720/64 scope link [2021-02-18T00:51:57.045Z] valid_lft forever preferred_lft forever [2021-02-18T00:51:57.045Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-18T00:51:57.045Z] link/ether 02:42:e0:93:6d:88 brd ff:ff:ff:ff:ff:ff [2021-02-18T00:51:57.045Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-18T00:51:57.045Z] valid_lft forever preferred_lft forever [2021-02-18T00:51:57.045Z] inet6 fe80::42:e0ff:fe93:6d88/64 scope link [2021-02-18T00:51:57.045Z] valid_lft forever preferred_lft forever [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] ---> sar -b -r -n DEV: [2021-02-18T00:51:57.045Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] 00:28:57 LINUX RESTART (4 CPU) [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] 00:30:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-18T00:51:57.045Z] 00:31:01 89.56 36.32 53.24 0.00 6923.09 14422.74 0.00 [2021-02-18T00:51:57.045Z] 00:32:01 238.83 85.39 153.44 0.00 5417.93 45740.36 0.00 [2021-02-18T00:51:57.045Z] 00:33:01 227.43 97.88 129.55 0.00 3602.39 16428.79 0.00 [2021-02-18T00:51:57.045Z] 00:34:01 110.77 40.00 70.77 0.00 1643.94 7152.06 0.00 [2021-02-18T00:51:57.045Z] 00:35:01 174.38 49.62 124.76 0.00 10230.96 57532.78 0.00 [2021-02-18T00:51:57.045Z] 00:36:02 2305.13 1966.42 338.71 0.00 164084.38 196821.13 0.00 [2021-02-18T00:51:57.045Z] 00:37:02 1426.48 1201.67 224.81 0.00 69784.99 76497.94 0.00 [2021-02-18T00:51:57.045Z] 00:38:01 1178.40 825.35 353.05 0.00 96765.60 128842.88 0.00 [2021-02-18T00:51:57.045Z] 00:39:01 1161.68 880.01 281.67 0.00 51867.58 75543.19 0.00 [2021-02-18T00:51:57.045Z] 00:40:01 85.24 13.91 71.32 0.00 3021.04 5770.64 0.00 [2021-02-18T00:51:57.045Z] 00:41:01 0.55 0.00 0.55 0.00 0.00 6.09 0.00 [2021-02-18T00:51:57.045Z] 00:42:01 0.75 0.02 0.73 0.00 0.13 8.04 0.00 [2021-02-18T00:51:57.045Z] 00:43:01 0.63 0.03 0.60 0.00 0.27 6.43 0.00 [2021-02-18T00:51:57.045Z] 00:44:01 1.91 1.55 0.37 0.00 46.49 4.63 0.00 [2021-02-18T00:51:57.045Z] 00:45:01 1.80 0.88 0.92 0.00 162.37 17.30 0.00 [2021-02-18T00:51:57.045Z] 00:46:02 0.18 0.02 0.17 0.00 0.27 1.52 0.00 [2021-02-18T00:51:57.045Z] 00:47:01 0.20 0.00 0.20 0.00 0.00 1.93 0.00 [2021-02-18T00:51:57.045Z] 00:48:01 0.32 0.00 0.32 0.00 0.00 5.26 0.00 [2021-02-18T00:51:57.045Z] 00:49:01 0.42 0.02 0.40 0.00 0.27 6.44 0.00 [2021-02-18T00:51:57.045Z] 00:50:01 0.30 0.00 0.30 0.00 0.00 4.10 0.00 [2021-02-18T00:51:57.045Z] 00:51:01 0.23 0.02 0.22 0.00 0.53 3.18 0.00 [2021-02-18T00:51:57.045Z] Average: 334.15 248.09 86.06 0.00 19731.54 29816.95 0.00 [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] 00:30:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-18T00:51:57.045Z] 00:31:01 213752 0 636256 33.82 2620 1028916 1221420 41.69 598956 864636 42784 [2021-02-18T00:51:57.045Z] 00:32:01 65812 0 754912 40.12 1492 1059328 1522528 51.96 595424 950976 4444 [2021-02-18T00:51:57.045Z] 00:33:01 106116 0 896300 47.64 732 878396 1705968 58.22 720044 776708 36972 [2021-02-18T00:51:57.045Z] 00:34:01 296636 0 726492 38.61 688 857728 1313428 44.83 515348 780184 23736 [2021-02-18T00:51:57.045Z] 00:35:01 66112 0 718964 38.21 284 1096184 1253280 42.77 645836 908220 75348 [2021-02-18T00:51:57.045Z] 00:36:02 80164 0 858068 45.60 0 943312 2361660 80.60 769904 799328 52580 [2021-02-18T00:51:57.045Z] 00:37:02 160272 0 956184 50.82 0 765088 3161448 107.89 694244 757848 35216 [2021-02-18T00:51:57.045Z] 00:38:01 106100 0 790000 41.99 0 985444 2870136 97.95 633284 904996 55936 [2021-02-18T00:51:57.045Z] 00:39:01 142216 0 702856 37.36 0 1036472 1496848 51.08 555628 945436 2096 [2021-02-18T00:51:57.045Z] 00:40:01 139276 0 642608 34.15 0 1099660 1222900 41.74 513256 984976 8 [2021-02-18T00:51:57.045Z] 00:41:01 143256 0 638620 33.94 0 1099668 1195120 40.79 511328 984236 8 [2021-02-18T00:51:57.045Z] 00:42:01 143008 0 638856 33.95 0 1099680 1195096 40.79 511224 984240 8 [2021-02-18T00:51:57.045Z] 00:43:01 143104 0 638756 33.95 0 1099684 1195132 40.79 511284 984244 12 [2021-02-18T00:51:57.045Z] 00:44:01 142716 0 638424 33.93 0 1100404 1186848 40.51 511052 984408 28 [2021-02-18T00:51:57.045Z] 00:45:01 135516 0 641284 34.08 0 1104744 1186920 40.51 516588 986292 8 [2021-02-18T00:51:57.045Z] 00:46:02 135636 0 641144 34.08 0 1104764 1186896 40.51 516480 986308 12 [2021-02-18T00:51:57.045Z] 00:47:01 136016 0 640752 34.05 0 1104776 1186848 40.51 516400 986316 16 [2021-02-18T00:51:57.045Z] 00:48:01 135768 0 640996 34.07 0 1104780 1186848 40.51 516404 986316 8 [2021-02-18T00:51:57.045Z] 00:49:01 135400 0 641352 34.09 0 1104792 1186908 40.51 516540 986324 8 [2021-02-18T00:51:57.045Z] 00:50:01 135640 0 641048 34.07 0 1104856 1186920 40.51 516644 986344 28 [2021-02-18T00:51:57.045Z] 00:51:01 135416 0 641336 34.09 0 1104792 1186908 40.51 516488 986324 12 [2021-02-18T00:51:57.045Z] Average: 137997 0 701200 37.27 277 1042070 1486193 50.72 566779 929270 15679 [2021-02-18T00:51:57.045Z] [2021-02-18T00:51:57.045Z] 00:30:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-18T00:51:57.045Z] 00:31:01 eth0 1059.45 1119.90 4035.87 142.97 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.045Z] 00:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.045Z] 00:31:01 vethf5be6e2 874.71 746.19 84.30 2723.35 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.045Z] 00:31:01 docker0 874.71 746.05 72.34 2723.34 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.045Z] 00:32:01 eth0 472.05 401.51 3676.79 41.98 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:32:01 docker0 165.41 193.11 11.38 836.53 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:33:01 veth1ae96a2 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:33:01 eth0 54.62 42.19 33.10 63.64 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:34:01 veth1ae96a2 2.23 2.23 0.18 0.18 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:34:01 eth0 20.86 10.95 14.50 7.86 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:34:01 docker0 2.23 2.23 0.15 0.18 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:35:01 vetha9d5cc6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:35:01 eth0 235.48 204.62 1704.63 84.11 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:36:02 vetha9d5cc6 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:36:02 eth0 63.13 40.33 164.97 52.74 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:36:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:36:02 docker0 17.71 29.51 0.97 144.90 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:37:02 vetha9d5cc6 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:37:02 veth862668f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:37:02 veth2ef5854 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:37:02 eth0 9.14 4.49 7.27 3.87 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:38:01 vethb28dcdf 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:38:01 vetha9d5cc6 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:38:01 eth0 98.15 56.12 292.38 81.41 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:38:01 veth4bb691a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:39:01 vetha9d5cc6 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:39:01 eth0 166.66 122.24 1375.20 23.02 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:39:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:39:01 veth2b27ca5 3.57 10.25 0.25 52.66 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:40:01 eth0 98.15 59.70 329.62 61.49 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:40:01 docker0 1096.79 1075.33 86.72 4308.06 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:41:01 eth0 1.17 0.38 0.34 0.20 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:42:01 eth0 1.75 0.38 0.39 0.20 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:43:01 eth0 1.47 0.75 0.81 0.56 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:44:01 eth0 0.20 0.10 0.02 0.04 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:45:01 eth0 0.22 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:46:02 eth0 0.27 0.20 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:46:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:46:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:47:01 eth0 0.05 0.07 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:49:01 eth0 0.22 0.15 0.12 0.06 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:50:01 eth0 0.20 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:51:01 eth0 0.15 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] Average: eth0 108.19 97.70 552.53 26.83 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] Average: docker0 52.33 51.31 4.14 205.54 0.00 0.00 0.00 0.00 [2021-02-18T00:51:57.046Z] [2021-02-18T00:51:57.046Z] [2021-02-18T00:51:57.046Z] ---> sar -P ALL: [2021-02-18T00:51:57.046Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/18/21 _x86_64_ (4 CPU) [2021-02-18T00:51:57.046Z] [2021-02-18T00:51:57.046Z] 00:28:57 LINUX RESTART (4 CPU) [2021-02-18T00:51:57.046Z] [2021-02-18T00:51:57.046Z] 00:30:02 CPU %user %nice %system %iowait %steal %idle [2021-02-18T00:51:57.046Z] 00:31:01 all 12.97 0.00 5.82 1.33 0.31 79.57 [2021-02-18T00:51:57.046Z] 00:31:01 0 17.57 0.00 6.69 1.25 0.21 74.28 [2021-02-18T00:51:57.046Z] 00:31:01 1 14.18 0.00 5.29 0.35 0.31 79.87 [2021-02-18T00:51:57.046Z] 00:31:01 2 11.68 0.00 5.88 2.20 0.35 79.89 [2021-02-18T00:51:57.046Z] 00:31:01 3 8.53 0.00 5.43 1.52 0.36 84.15 [2021-02-18T00:51:57.046Z] 00:32:01 all 10.11 0.00 8.44 5.01 0.23 76.20 [2021-02-18T00:51:57.046Z] 00:32:01 0 10.01 0.00 8.94 3.96 0.16 76.94 [2021-02-18T00:51:57.046Z] 00:32:01 1 11.04 0.00 8.31 5.94 0.21 74.51 [2021-02-18T00:51:57.046Z] 00:32:01 2 9.64 0.00 7.62 5.09 0.29 77.36 [2021-02-18T00:51:57.046Z] 00:32:01 3 9.75 0.00 8.91 5.06 0.28 76.00 [2021-02-18T00:51:57.046Z] 00:33:01 all 45.28 0.00 13.53 4.95 0.42 35.83 [2021-02-18T00:51:57.046Z] 00:33:01 0 42.49 0.00 13.44 6.39 0.44 37.24 [2021-02-18T00:51:57.046Z] 00:33:01 1 45.24 0.00 13.07 3.00 0.44 38.24 [2021-02-18T00:51:57.046Z] 00:33:01 2 44.51 0.00 13.88 6.60 0.40 34.60 [2021-02-18T00:51:57.046Z] 00:33:01 3 48.89 0.00 13.71 3.80 0.39 33.20 [2021-02-18T00:51:57.046Z] 00:34:01 all 50.18 0.00 14.24 3.47 0.32 31.79 [2021-02-18T00:51:57.046Z] 00:34:01 0 49.57 0.00 13.60 2.94 0.30 33.59 [2021-02-18T00:51:57.046Z] 00:34:01 1 49.91 0.00 14.72 2.86 0.33 32.18 [2021-02-18T00:51:57.046Z] 00:34:01 2 50.56 0.00 14.27 5.31 0.26 29.60 [2021-02-18T00:51:57.046Z] 00:34:01 3 50.68 0.00 14.39 2.77 0.39 31.78 [2021-02-18T00:51:57.046Z] 00:35:01 all 25.71 0.00 12.99 4.84 0.36 56.10 [2021-02-18T00:51:57.046Z] 00:35:01 0 25.60 0.00 13.02 4.29 0.33 56.76 [2021-02-18T00:51:57.046Z] 00:35:01 1 25.74 0.00 13.06 5.34 0.43 55.43 [2021-02-18T00:51:57.046Z] 00:35:01 2 25.73 0.00 13.42 4.89 0.31 55.66 [2021-02-18T00:51:57.046Z] 00:35:01 3 25.78 0.00 12.47 4.83 0.36 56.56 [2021-02-18T00:51:57.046Z] 00:36:02 all 21.68 0.00 32.96 18.82 0.87 25.67 [2021-02-18T00:51:57.046Z] 00:36:02 0 21.71 0.00 32.37 18.42 0.91 26.59 [2021-02-18T00:51:57.046Z] 00:36:02 1 21.81 0.00 32.89 19.16 0.80 25.35 [2021-02-18T00:51:57.046Z] 00:36:02 2 21.28 0.00 32.64 17.16 0.87 28.05 [2021-02-18T00:51:57.046Z] 00:36:02 3 21.92 0.00 33.96 20.59 0.88 22.64 [2021-02-18T00:51:57.046Z] 00:37:02 all 55.53 0.00 21.19 14.23 0.37 8.68 [2021-02-18T00:51:57.046Z] 00:37:02 0 56.08 0.00 20.11 15.42 0.36 8.03 [2021-02-18T00:51:57.046Z] 00:37:02 1 55.51 0.00 21.17 15.21 0.34 7.77 [2021-02-18T00:51:57.046Z] 00:37:02 2 55.00 0.00 21.36 13.20 0.43 10.01 [2021-02-18T00:51:57.046Z] 00:37:02 3 55.51 0.00 22.14 13.06 0.36 8.92 [2021-02-18T00:51:57.046Z] 00:38:01 all 28.36 0.00 26.61 19.64 0.62 24.77 [2021-02-18T00:51:57.046Z] 00:38:01 0 27.83 0.00 26.23 16.72 0.67 28.55 [2021-02-18T00:51:57.046Z] 00:38:01 1 29.49 0.00 26.77 20.76 0.61 22.36 [2021-02-18T00:51:57.046Z] 00:38:01 2 27.61 0.00 27.56 19.95 0.58 24.30 [2021-02-18T00:51:57.046Z] 00:38:01 3 28.51 0.00 25.88 21.13 0.62 23.87 [2021-02-18T00:51:57.046Z] 00:39:01 all 44.48 0.00 21.16 11.37 0.30 22.69 [2021-02-18T00:51:57.046Z] 00:39:01 0 44.34 0.00 21.05 10.92 0.34 23.36 [2021-02-18T00:51:57.046Z] 00:39:01 1 44.98 0.00 20.76 9.80 0.23 24.24 [2021-02-18T00:51:57.046Z] 00:39:01 2 43.08 0.00 21.61 13.60 0.30 21.41 [2021-02-18T00:51:57.046Z] 00:39:01 3 45.52 0.00 21.23 11.15 0.34 21.75 [2021-02-18T00:51:57.046Z] 00:40:01 all 5.05 0.00 3.18 3.37 0.09 88.30 [2021-02-18T00:51:57.046Z] 00:40:01 0 3.52 0.00 2.28 1.08 0.08 93.04 [2021-02-18T00:51:57.046Z] 00:40:01 1 5.19 0.00 2.88 5.73 0.08 86.11 [2021-02-18T00:51:57.046Z] 00:40:01 2 5.11 0.00 3.31 4.42 0.08 87.06 [2021-02-18T00:51:57.046Z] 00:40:01 3 6.38 0.00 4.25 2.26 0.10 87.00 [2021-02-18T00:51:57.046Z] 00:41:01 all 0.07 0.00 0.07 0.00 0.00 99.86 [2021-02-18T00:51:57.046Z] 00:41:01 0 0.22 0.00 0.13 0.00 0.02 99.63 [2021-02-18T00:51:57.046Z] 00:41:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2021-02-18T00:51:57.046Z] 00:41:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T00:51:57.046Z] 00:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T00:51:57.046Z] [2021-02-18T00:51:57.046Z] 00:41:01 CPU %user %nice %system %iowait %steal %idle [2021-02-18T00:51:57.046Z] 00:42:01 all 0.17 0.00 0.03 0.00 0.00 99.80 [2021-02-18T00:51:57.046Z] 00:42:01 0 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-18T00:51:57.046Z] 00:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-18T00:51:57.046Z] 00:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T00:51:57.046Z] 00:42:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2021-02-18T00:51:57.046Z] 00:43:01 all 0.16 0.00 0.03 0.00 0.00 99.81 [2021-02-18T00:51:57.046Z] 00:43:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-18T00:51:57.046Z] 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T00:51:57.046Z] 00:43:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T00:51:57.046Z] 00:43:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T00:51:57.046Z] 00:44:01 all 0.17 0.00 0.05 0.02 0.00 99.76 [2021-02-18T00:51:57.046Z] 00:44:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-18T00:51:57.046Z] 00:44:01 1 0.05 0.00 0.05 0.02 0.02 99.87 [2021-02-18T00:51:57.046Z] 00:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T00:51:57.046Z] 00:44:01 3 0.05 0.00 0.08 0.07 0.00 99.80 [2021-02-18T00:51:57.046Z] 00:45:01 all 0.16 0.00 0.06 0.03 0.00 99.75 [2021-02-18T00:51:57.046Z] 00:45:01 0 0.32 0.00 0.03 0.00 0.00 99.65 [2021-02-18T00:51:57.046Z] 00:45:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2021-02-18T00:51:57.046Z] 00:45:01 2 0.23 0.00 0.12 0.12 0.02 99.52 [2021-02-18T00:51:57.046Z] 00:45:01 3 0.03 0.00 0.03 0.02 0.00 99.92 [2021-02-18T00:51:57.046Z] 00:46:02 all 0.16 0.00 0.03 0.00 0.00 99.80 [2021-02-18T00:51:57.046Z] 00:46:02 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-02-18T00:51:57.046Z] 00:46:02 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T00:51:57.046Z] 00:46:02 2 0.53 0.00 0.03 0.00 0.00 99.43 [2021-02-18T00:51:57.046Z] 00:46:02 3 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-18T00:51:57.046Z] 00:47:01 all 0.16 0.00 0.02 0.00 0.00 99.83 [2021-02-18T00:51:57.046Z] 00:47:01 0 0.07 0.00 0.03 0.00 0.00 99.90 [2021-02-18T00:51:57.046Z] 00:47:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T00:51:57.046Z] 00:47:01 2 0.51 0.00 0.00 0.00 0.00 99.49 [2021-02-18T00:51:57.046Z] 00:47:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T00:51:57.047Z] 00:48:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-02-18T00:51:57.047Z] 00:48:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2021-02-18T00:51:57.047Z] 00:48:01 1 0.45 0.00 0.02 0.00 0.00 99.53 [2021-02-18T00:51:57.047Z] 00:48:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2021-02-18T00:51:57.047Z] 00:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-18T00:51:57.047Z] 00:49:01 all 0.09 0.00 0.05 0.00 0.00 99.87 [2021-02-18T00:51:57.047Z] 00:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T00:51:57.047Z] 00:49:01 1 0.23 0.00 0.10 0.00 0.00 99.67 [2021-02-18T00:51:57.047Z] 00:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-18T00:51:57.047Z] 00:49:01 3 0.08 0.00 0.05 0.00 0.00 99.87 [2021-02-18T00:51:57.047Z] 00:50:01 all 0.10 0.00 0.03 0.00 0.00 99.87 [2021-02-18T00:51:57.047Z] 00:50:01 0 0.35 0.00 0.03 0.00 0.00 99.62 [2021-02-18T00:51:57.047Z] 00:50:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-18T00:51:57.047Z] 00:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-18T00:51:57.047Z] 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-18T00:51:57.047Z] 00:51:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2021-02-18T00:51:57.047Z] 00:51:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2021-02-18T00:51:57.047Z] 00:51:01 1 0.07 0.00 0.05 0.00 0.00 99.88 [2021-02-18T00:51:57.047Z] 00:51:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-18T00:51:57.047Z] 00:51:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-18T00:51:57.047Z] Average: all 13.83 0.00 7.37 3.98 0.18 74.64 [2021-02-18T00:51:57.047Z] Average: 0 13.89 0.00 7.26 3.72 0.18 74.95 [2021-02-18T00:51:57.047Z] Average: 1 14.00 0.00 7.32 4.05 0.18 74.46 [2021-02-18T00:51:57.047Z] Average: 2 13.62 0.00 7.44 4.25 0.18 74.52 [2021-02-18T00:51:57.047Z] Average: 3 13.83 0.00 7.44 3.93 0.19 74.61 [2021-02-18T00:51:57.047Z] [2021-02-18T00:51:57.047Z] [2021-02-18T00:51:57.047Z]