Pull request #2970 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of jim-wang-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 1fe9c57595a4564b38ed3255b61c8dcb89657231+5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 (9ac3fa24b54ee611c531da984719d5f46c7b00af) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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-19838 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # 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/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 1fe9c57595a4564b38ed3255b61c8dcb89657231 Merge succeeded, producing 1fe9c57595a4564b38ed3255b61c8dcb89657231 Checking out Revision 1fe9c57595a4564b38ed3255b61c8dcb89657231 (PR-2970) > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # 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 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 Commit message: "feat(security): run security-bootstrapper executeable as $$EDGEX_USER" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-12T22:23:27.771Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-12T22:23:28.041Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-12T22:23:28.131Z] ========================================================= [2021-01-12T22:23:28.131Z] EdgeX Global Pipelines Version Info [2021-01-12T22:23:28.131Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk c86aa8c9fb86b18eae1ca54bb88ff6caba6334c9 # timeout=10 [2021-01-12T22:23:29.605Z] ------------------- [2021-01-12T22:23:29.605Z] stable info: [2021-01-12T22:23:29.605Z] ------------------- [2021-01-12T22:23:29.605Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-12T22:23:29.605Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T22:23:29.605Z] Message: update stable to v1.0.173 [2021-01-12T22:23:30.561Z] ------------------- [2021-01-12T22:23:30.561Z] experimental info: [2021-01-12T22:23:30.561Z] ------------------- [2021-01-12T22:23:30.562Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-12T22:23:30.562Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-12T22:23:30.562Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-12T22:23:30.809Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-12T22:23:30.915Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-12T22:23:31.017Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-12T22:23:31.131Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-12T22:23:31.225Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-12T22:23:31.305Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-12T22:23:31.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-12T22:23:31.474Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-12T22:23:31.556Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-12T22:23:31.638Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-12T22:23:31.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-12T22:23:31.820Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-12T22:23:31.905Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-12T22:23:31.987Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-12T22:23:32.091Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T22:23:32.172Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-12T22:23:32.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-12T22:23:32.356Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-12T22:23:32.455Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-12T22:23:32.594Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-12T22:23:32.680Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-12T22:23:32.761Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-12T22:23:32.841Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-12T22:23:32.922Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2970 [Pipeline] echo [2021-01-12T22:23:33.018Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2970 [Pipeline] echo [2021-01-12T22:23:33.095Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2970 [Pipeline] echo [2021-01-12T22:23:33.186Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1fe9c57595a4564b38ed3255b61c8dcb89657231 [Pipeline] echo [2021-01-12T22:23:33.297Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1fe9c57 [Pipeline] echo [2021-01-12T22:23:33.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:23:33.542Z] provisioning config files... [2021-01-12T22:23:33.576Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config6856066483733983605tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:23:33.951Z] ---> docker-login.sh [2021-01-12T22:23:33.951Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:23:34.213Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:23:34.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:23:34.476Z] Configure a credential helper to remove this warning. See [2021-01-12T22:23:34.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:23:34.476Z] [2021-01-12T22:23:34.476Z] Login Succeeded [2021-01-12T22:23:34.476Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:23:34.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:23:34.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:23:34.476Z] Configure a credential helper to remove this warning. See [2021-01-12T22:23:34.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:23:34.476Z] [2021-01-12T22:23:34.476Z] Login Succeeded [2021-01-12T22:23:34.476Z] nexus3.edgexfoundry.org:10003 [2021-01-12T22:23:34.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:23:34.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:23:34.739Z] Configure a credential helper to remove this warning. See [2021-01-12T22:23:34.739Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:23:34.739Z] [2021-01-12T22:23:34.739Z] Login Succeeded [2021-01-12T22:23:34.739Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:23:34.739Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:23:35.001Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:23:35.002Z] Configure a credential helper to remove this warning. See [2021-01-12T22:23:35.002Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:23:35.002Z] [2021-01-12T22:23:35.002Z] Login Succeeded [2021-01-12T22:23:35.002Z] docker.io [2021-01-12T22:23:35.002Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:23:35.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:23:35.265Z] Configure a credential helper to remove this warning. See [2021-01-12T22:23:35.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:23:35.265Z] [2021-01-12T22:23:35.265Z] Login Succeeded [2021-01-12T22:23:35.265Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:23:35.276Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T22:23:35.772Z] ++ 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-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/core-command/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/core-data/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-12T22:23:35.772Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-12T22:23:35.772Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-12T22:23:35.772Z] ++ cut -d/ -f2 [2021-01-12T22:23:35.772Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-12T22:23:35.869Z] 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-01-12T22:23:36.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:23:36.783Z] [2021-01-12T22:23:36.784Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:23:37.131Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:23:37.131Z] latest: Pulling from edgex-devops/git-semver [2021-01-12T22:23:37.131Z] 31603596830f: Pulling fs layer [2021-01-12T22:23:37.131Z] 2a8b12db71e7: Pulling fs layer [2021-01-12T22:23:37.131Z] 6ca5941a6612: Pulling fs layer [2021-01-12T22:23:37.131Z] ecc8261a40a4: Pulling fs layer [2021-01-12T22:23:37.131Z] ecc8261a40a4: Waiting [2021-01-12T22:23:37.131Z] 2a8b12db71e7: Verifying Checksum [2021-01-12T22:23:37.131Z] 2a8b12db71e7: Download complete [2021-01-12T22:23:37.131Z] 31603596830f: Download complete [2021-01-12T22:23:37.395Z] ecc8261a40a4: Verifying Checksum [2021-01-12T22:23:37.395Z] ecc8261a40a4: Download complete [2021-01-12T22:23:37.395Z] 6ca5941a6612: Verifying Checksum [2021-01-12T22:23:37.395Z] 6ca5941a6612: Download complete [2021-01-12T22:23:37.662Z] 31603596830f: Pull complete [2021-01-12T22:23:37.662Z] 2a8b12db71e7: Pull complete [2021-01-12T22:23:38.612Z] 6ca5941a6612: Pull complete [2021-01-12T22:23:38.612Z] ecc8261a40a4: Pull complete [2021-01-12T22:23:38.875Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-12T22:23:38.875Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-12T22:23:38.875Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-12T22:23:38.995Z] prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container [2021-01-12T22:23:39.060Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-12T22:23:41.970Z] $ docker top 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-12T22:23:42.389Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T22:23:42.389Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T22:23:42.621Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T22:23:42.626Z] $ docker exec 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent [2021-01-12T22:23:42.802Z] SSH_AUTH_SOCK=/tmp/ssh-uqDSetM2wvhh/agent.12 [2021-01-12T22:23:42.802Z] SSH_AGENT_PID=17 [2021-01-12T22:23:42.819Z] Running ssh-add (command line suppressed) [2021-01-12T22:23:42.944Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_7616358997448095116.key (/w/workspace/edgex-go/21@tmp/private_key_7616358997448095116.key) [2021-01-12T22:23:43.000Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T22:23:43.339Z] + git tag --points-at HEAD [Pipeline] } [2021-01-12T22:23:43.365Z] $ docker exec --env ******** --env ******** 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent -k [2021-01-12T22:23:43.485Z] unset SSH_AUTH_SOCK; [2021-01-12T22:23:43.486Z] unset SSH_AGENT_PID; [2021-01-12T22:23:43.486Z] echo Agent pid 17 killed; [2021-01-12T22:23:43.536Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-12T22:23:43.685Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-12T22:23:43.685Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-12T22:23:43.855Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-12T22:23:43.859Z] $ docker exec 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent [2021-01-12T22:23:44.031Z] SSH_AUTH_SOCK=/tmp/ssh-CGdDBKiPhexl/agent.45 [2021-01-12T22:23:44.031Z] SSH_AGENT_PID=50 [2021-01-12T22:23:44.038Z] Running ssh-add (command line suppressed) [2021-01-12T22:23:44.156Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_3282276922123904361.key (/w/workspace/edgex-go/21@tmp/private_key_3282276922123904361.key) [2021-01-12T22:23:44.209Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-12T22:23:44.542Z] + git semver init [2021-01-12T22:23:44.542Z] # -> Open(): unable to determine branch for HEAD [2021-01-12T22:23:44.542Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-01-12T22:23:44.542Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-01-12T22:23:44.542Z] # $SEMVER_REMOTE_NAME = origin [2021-01-12T22:23:44.542Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-12T22:23:44.542Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-12T22:23:44.542Z] # $SEMVER_BRANCH = PR-2970 [2021-01-12T22:23:44.542Z] # $SEMVER_TEMP = /tmp/semver-108269139 [2021-01-12T22:23:44.542Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-12T22:24:04.292Z] # '/tmp/semver-108269139' -> '/w/workspace/edgex-go/21/.semver' [2021-01-12T22:24:04.867Z] # -> Force: false [2021-01-12T22:24:04.867Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-01-12T22:24:04.881Z] $ docker exec --env ******** --env ******** 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 ssh-agent -k [2021-01-12T22:24:05.139Z] unset SSH_AUTH_SOCK; [2021-01-12T22:24:05.139Z] unset SSH_AGENT_PID; [2021-01-12T22:24:05.140Z] echo Agent pid 50 killed; [2021-01-12T22:24:05.210Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-12T22:24:05.740Z] + git semver [Pipeline] } [2021-01-12T22:24:05.761Z] $ docker stop --time=1 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 [2021-01-12T22:24:07.449Z] $ docker rm -f 27b22056b453c3c12d41d2eeef8d13a1263a582c6b0274435397b425e04cecf9 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:24:08.036Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-12T22:24:08.775Z] Stashed 1 file(s) [Pipeline] echo [2021-01-12T22:24:08.778Z] [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-01-12T22:24:09.702Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:24:10.005Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:24:10.304Z] + sudo service docker restart [2021-01-12T22:24:10.304Z] + true [2021-01-12T22:24:10.304Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-12T22:24:10.893Z] ========================================================= [2021-01-12T22:24:10.893Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-12T22:24:10.893Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:24:11.235Z] + 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-01-12T22:24:15.480Z] Sending build context to Docker daemon 326.6MB [2021-01-12T22:24:15.480Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:24:15.480Z] Step 2/6 : FROM ${BASE} [2021-01-12T22:24:15.480Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-12T22:24:15.480Z] 188c0c94c7c5: Pulling fs layer [2021-01-12T22:24:15.480Z] 0ef7d3d256c8: Pulling fs layer [2021-01-12T22:24:15.480Z] de9db76c5a1d: Pulling fs layer [2021-01-12T22:24:15.480Z] bca2f99d35d6: Pulling fs layer [2021-01-12T22:24:15.480Z] 93359f2a8cfa: Pulling fs layer [2021-01-12T22:24:15.480Z] 7c6f9722023f: Pulling fs layer [2021-01-12T22:24:15.480Z] a35cf1a2eb13: Pulling fs layer [2021-01-12T22:24:15.480Z] bca2f99d35d6: Waiting [2021-01-12T22:24:15.480Z] a35cf1a2eb13: Waiting [2021-01-12T22:24:15.480Z] 7c6f9722023f: Waiting [2021-01-12T22:24:15.480Z] de9db76c5a1d: Verifying Checksum [2021-01-12T22:24:15.480Z] de9db76c5a1d: Download complete [2021-01-12T22:24:15.480Z] 0ef7d3d256c8: Verifying Checksum [2021-01-12T22:24:15.480Z] 0ef7d3d256c8: Download complete [2021-01-12T22:24:15.480Z] 93359f2a8cfa: Verifying Checksum [2021-01-12T22:24:15.480Z] 93359f2a8cfa: Download complete [2021-01-12T22:24:15.480Z] 188c0c94c7c5: Verifying Checksum [2021-01-12T22:24:15.480Z] 188c0c94c7c5: Download complete [2021-01-12T22:24:15.480Z] 7c6f9722023f: Verifying Checksum [2021-01-12T22:24:15.480Z] 7c6f9722023f: Download complete [2021-01-12T22:24:15.744Z] 188c0c94c7c5: Pull complete [2021-01-12T22:24:16.007Z] 0ef7d3d256c8: Pull complete [2021-01-12T22:24:16.007Z] de9db76c5a1d: Pull complete [2021-01-12T22:24:17.412Z] a35cf1a2eb13: Verifying Checksum [2021-01-12T22:24:17.412Z] a35cf1a2eb13: Download complete [2021-01-12T22:24:17.998Z] bca2f99d35d6: Verifying Checksum [2021-01-12T22:24:17.998Z] bca2f99d35d6: Download complete [2021-01-12T22:24:24.183Z] Still waiting to schedule task [2021-01-12T22:24:24.183Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-12T22:24:24.619Z] bca2f99d35d6: Pull complete [2021-01-12T22:24:24.619Z] 93359f2a8cfa: Pull complete [2021-01-12T22:24:24.619Z] 7c6f9722023f: Pull complete [2021-01-12T22:24:28.880Z] a35cf1a2eb13: Pull complete [2021-01-12T22:24:28.880Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-12T22:24:28.880Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-12T22:24:28.880Z] ---> a62c8e92a672 [2021-01-12T22:24:28.880Z] 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-01-12T22:24:29.145Z] ---> Running in fcb43df85de4 [2021-01-12T22:24:29.720Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:24:30.666Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:24:30.928Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T22:24:31.191Z] (2/12) Installing file (5.38-r0) [2021-01-12T22:24:31.191Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T22:24:31.453Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T22:24:38.072Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T22:24:38.334Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T22:24:38.334Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T22:24:38.334Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T22:24:38.597Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T22:24:38.597Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T22:24:38.860Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T22:24:38.860Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T22:24:38.860Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:24:38.860Z] OK: 233 MiB in 51 packages [2021-01-12T22:24:42.203Z] Removing intermediate container fcb43df85de4 [2021-01-12T22:24:42.203Z] ---> 47f2d471ece8 [2021-01-12T22:24:42.203Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T22:24:42.203Z] ---> Running in 0f04a806e61c [2021-01-12T22:24:42.467Z] Removing intermediate container 0f04a806e61c [2021-01-12T22:24:42.467Z] ---> bbf14bc9cae1 [2021-01-12T22:24:42.467Z] Step 5/6 : COPY go.mod . [2021-01-12T22:24:42.734Z] ---> 393c369d0067 [2021-01-12T22:24:42.734Z] Step 6/6 : RUN go mod download [2021-01-12T22:24:42.734Z] ---> Running in 8376cdb340a5 [2021-01-12T22:25:04.798Z] Removing intermediate container 8376cdb340a5 [2021-01-12T22:25:04.798Z] ---> 5b0524eebb9f [2021-01-12T22:25:04.798Z] Successfully built 5b0524eebb9f [2021-01-12T22:25:04.798Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:25:05.121Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T22:25:05.121Z] . [Pipeline] withDockerContainer [2021-01-12T22:25:05.224Z] prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container [2021-01-12T22:25:05.280Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-x86_64 cat [2021-01-12T22:25:06.292Z] $ docker top 6cc82ed78ea0ae3aeea50e6d0b2f9a0553beb36cf210214e020f82fb892aa4b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:25:06.860Z] + go version [2021-01-12T22:25:06.860Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-12T22:25:06.875Z] $ docker stop --time=1 6cc82ed78ea0ae3aeea50e6d0b2f9a0553beb36cf210214e020f82fb892aa4b5 [2021-01-12T22:25:08.252Z] $ docker rm -f 6cc82ed78ea0ae3aeea50e6d0b2f9a0553beb36cf210214e020f82fb892aa4b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:25:09.012Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-12T22:25:09.012Z] . [Pipeline] withDockerContainer [2021-01-12T22:25:09.116Z] prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container [2021-01-12T22:25:09.167Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-x86_64 cat [2021-01-12T22:25:09.894Z] $ docker top 353ccf07a23987f2c28eebdd0f20d8f27ec924eb028597d624066d39d32dbf4e -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T22:25:10.092Z] ========================================================= [2021-01-12T22:25:10.093Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T22:25:10.093Z] ========================================================= [Pipeline] sh [2021-01-12T22:25:10.391Z] + make test [2021-01-12T22:25:10.391Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T22:25:20.484Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T22:25:35.539Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T22:25:40.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T22:25:40.913Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T22:25:40.913Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T22:25:40.913Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T22:25:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-12T22:25:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T22:25:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T22:25:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T22:25:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T22:25:43.519Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T22:25:45.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T22:25:45.481Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T22:25:45.481Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T22:25:47.428Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.082s coverage: 46.6% of statements [2021-01-12T22:25:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T22:25:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T22:25:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T22:25:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T22:25:47.428Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T22:25:51.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.188s coverage: 27.0% of statements [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T22:25:51.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.036s coverage: 100.0% of statements [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T22:25:51.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T22:25:51.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.420s coverage: 77.8% of statements [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T22:25:51.735Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.121s coverage: 82.4% of statements [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T22:25:51.735Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T22:25:51.736Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T22:25:53.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.335s coverage: 28.6% of statements [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T22:25:53.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T22:25:53.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T22:25:53.165Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.117s coverage: 86.7% of statements [2021-01-12T22:25:53.165Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T22:25:53.435Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.120s coverage: 97.5% of statements [2021-01-12T22:25:53.435Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T22:25:53.700Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.061s coverage: 78.3% of statements [2021-01-12T22:25:53.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T22:25:53.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T22:25:53.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T22:25:53.700Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T22:25:56.307Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.314s coverage: 93.1% of statements [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T22:25:56.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.029s coverage: 58.8% of statements [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T22:25:56.307Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.078s coverage: 0.1% of statements [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-12T22:25:56.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.044s coverage: 43.8% of statements [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-12T22:25:56.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.046s coverage: 87.5% of statements [2021-01-12T22:25:56.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-12T22:25:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-12T22:25:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-12T22:25:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-12T22:25:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-12T22:25:56.308Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.041s coverage: 82.7% of statements [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.038s coverage: 80.8% of statements [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.067s coverage: 87.2% of statements [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.046s coverage: 84.2% of statements [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.071s coverage: 91.4% of statements [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.163s coverage: 63.5% of statements [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T22:26:18.539Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.038s coverage: 100.0% of statements [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2021-01-12T22:26:18.539Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.049s coverage: 73.7% of statements [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.297s coverage: 55.9% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.096s coverage: 37.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.264s coverage: 84.0% of statements [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.046s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.102s coverage: 47.1% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.047s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.662s coverage: 29.1% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.077s coverage: 99.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.049s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.034s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.035s coverage: 87.9% of statements [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T22:26:18.540Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-01-12T22:26:18.540Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-12T22:26:18.540Z] GO111MODULE=on go vet ./... [2021-01-12T22:26:45.278Z] gofmt -l . [2021-01-12T22:26:45.278Z] [ "`gofmt -l .`" = "" ] [2021-01-12T22:26:45.278Z] ./bin/test-go-mod-tidy.sh [2021-01-12T22:26:45.278Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T22:26:45.593Z] + ls -al . [2021-01-12T22:26:45.593Z] total 664 [2021-01-12T22:26:45.593Z] drwxrwxr-x 10 1001 1001 4096 Jan 12 22:26 . [2021-01-12T22:26:45.593Z] drwxr-xr-x 4 root root 30 Jan 12 22:25 .. [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 22:23 .dockerignore [2021-01-12T22:26:45.593Z] drwxrwxr-x 8 1001 1001 179 Jan 12 22:23 .git [2021-01-12T22:26:45.593Z] drwxrwxr-x 3 1001 1001 125 Jan 12 22:23 .github [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 872 Jan 12 22:23 .gitignore [2021-01-12T22:26:45.593Z] drwx------ 3 1001 1001 47 Jan 12 22:24 .semver [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 22:23 .sonarcloud.properties [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 7841 Jan 12 22:23 Attribution.txt [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 22:23 CONTRIBUTING.md [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 22:23 Dockerfile.build [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 22:23 Jenkinsfile [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 22:23 LICENSE [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 6001 Jan 12 22:23 Makefile [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 22:23 README.md [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 22:23 SECURITY.md [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 22:24 VERSION [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 22:23 ZMQWindows.md [2021-01-12T22:26:45.593Z] drwxrwxr-x 2 1001 1001 117 Jan 12 22:23 bin [2021-01-12T22:26:45.593Z] drwxrwxr-x 15 1001 1001 4096 Jan 12 22:23 cmd [2021-01-12T22:26:45.593Z] -rw-r--r-- 1 root root 558011 Jan 12 22:26 coverage.out [2021-01-12T22:26:45.593Z] -rw-r--r-- 1 root root 1005 Jan 12 22:26 go.mod [2021-01-12T22:26:45.593Z] -rw-r--r-- 1 root root 19172 Jan 12 22:26 go.sum [2021-01-12T22:26:45.593Z] drwxrwxr-x 8 1001 1001 127 Jan 12 22:23 internal [2021-01-12T22:26:45.593Z] drwxrwxr-x 4 1001 1001 26 Jan 12 22:23 openapi [2021-01-12T22:26:45.593Z] drwxrwxr-x 4 1001 1001 71 Jan 12 22:23 snap [2021-01-12T22:26:45.593Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 22:23 version.go [Pipeline] sh [2021-01-12T22:26:45.898Z] + '[' -e coverage.out ] [2021-01-12T22:26:45.898Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T22:26:46.102Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T22:26:46.399Z] + make build [2021-01-12T22:26:46.399Z] 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-01-12T22:26:49.742Z] 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-01-12T22:26:57.974Z] 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-01-12T22:26:58.555Z] 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-01-12T22:26:59.949Z] 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-01-12T22:27:00.218Z] 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-01-12T22:27:01.658Z] 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-01-12T22:27:03.598Z] 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-01-12T22:27:04.558Z] 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-01-12T22:27:05.511Z] 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-01-12T22:27:06.464Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:27:07.863Z] 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-01-12T22:27:08.811Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-01-12T22:27:10.226Z] $ docker stop --time=1 353ccf07a23987f2c28eebdd0f20d8f27ec924eb028597d624066d39d32dbf4e [2021-01-12T22:27:11.860Z] $ docker rm -f 353ccf07a23987f2c28eebdd0f20d8f27ec924eb028597d624066d39d32dbf4e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:27:13.688Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:27:13.689Z] [2021-01-12T22:27:13.689Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:27:14.032Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:27:14.032Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-12T22:27:14.032Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-12T22:27:14.032Z] ca9280d653b3: Pulling fs layer [2021-01-12T22:27:14.032Z] 7e9c9ca2126c: Pulling fs layer [2021-01-12T22:27:14.298Z] cbdbe7a5bc2a: Verifying Checksum [2021-01-12T22:27:14.298Z] cbdbe7a5bc2a: Download complete [2021-01-12T22:27:14.563Z] cbdbe7a5bc2a: Pull complete [2021-01-12T22:27:14.828Z] ca9280d653b3: Download complete [2021-01-12T22:27:15.791Z] 7e9c9ca2126c: Verifying Checksum [2021-01-12T22:27:15.791Z] 7e9c9ca2126c: Download complete [2021-01-12T22:27:15.791Z] ca9280d653b3: Pull complete [2021-01-12T22:27:22.393Z] 7e9c9ca2126c: Pull complete [2021-01-12T22:27:22.393Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-12T22:27:22.393Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:27:22.393Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-12T22:27:22.585Z] prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container [2021-01-12T22:27:22.638Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-01-12T22:27:25.642Z] $ docker top c60a929374c8a0c6df6ad63b600830489027661cf6d48f1f9e46b916f04f8a12 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:27:26.167Z] + docker-compose build --help [2021-01-12T22:27:26.170Z] + grep parallel [2021-01-12T22:27:27.123Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T22:27:27.149Z] $ docker stop --time=1 c60a929374c8a0c6df6ad63b600830489027661cf6d48f1f9e46b916f04f8a12 [2021-01-12T22:27:28.502Z] $ docker rm -f c60a929374c8a0c6df6ad63b600830489027661cf6d48f1f9e46b916f04f8a12 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:27:29.140Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-12T22:27:29.140Z] . [Pipeline] withDockerContainer [2021-01-12T22:27:29.242Z] prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container [2021-01-12T22:27:29.320Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-12T22:27:29.914Z] $ docker top 5f1839ba501799bd8ef2b89d7df19db3c0f8900e71eabc551ec85439fe45ac3c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:27:30.413Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T22:27:30.440Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19843 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-12T22:27:30.497Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-12T22:27:31.365Z] Building docker-core-command-go ... [2021-01-12T22:27:31.365Z] Building docker-core-data-go ... [2021-01-12T22:27:31.365Z] Building docker-core-metadata-go ... [2021-01-12T22:27:31.365Z] Building docker-security-bootstrapper-go ... [2021-01-12T22:27:31.365Z] Building docker-security-proxy-setup-go ... [2021-01-12T22:27:31.365Z] Building docker-security-secretstore-setup-go ... [2021-01-12T22:27:31.365Z] Building docker-support-notifications-go ... [2021-01-12T22:27:31.365Z] Building docker-support-scheduler-go ... [2021-01-12T22:27:31.365Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T22:27:31.365Z] Building docker-support-notifications-go [2021-01-12T22:27:31.365Z] Building docker-security-bootstrapper-go [2021-01-12T22:27:31.365Z] Building docker-security-proxy-setup-go [2021-01-12T22:27:31.365Z] Building docker-core-command-go [2021-01-12T22:27:31.365Z] Building docker-core-metadata-go [2021-01-12T22:27:36.027Z] using credential edgex-jenkins-ssh [2021-01-12T22:27:36.082Z] Cloning the remote Git repository [2021-01-12T22:27:36.143Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:27:36.243Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-12T22:27:36.326Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:27:36.327Z] > git --version # timeout=10 [2021-01-12T22:27:36.346Z] > git --version # 'git version 2.17.1' [2021-01-12T22:27:36.348Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:27:36.415Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:27:52.298Z] Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:27:52.710Z] Merge succeeded, producing 1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:27:52.710Z] Checking out Revision 1fe9c57595a4564b38ed3255b61c8dcb89657231 (PR-2970) [2021-01-12T22:27:51.213Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T22:27:51.234Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:27:51.304Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T22:27:51.376Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:27:51.377Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:27:51.399Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T22:27:52.319Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:27:52.337Z] > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 [2021-01-12T22:27:52.628Z] > git remote # timeout=10 [2021-01-12T22:27:52.645Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T22:27:52.664Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:27:52.675Z] > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 [2021-01-12T22:27:52.699Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T22:27:52.721Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:27:52.733Z] > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 [2021-01-12T22:27:57.130Z] Commit message: "feat(security): run security-bootstrapper executeable as $$EDGEX_USER" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-12T22:27:58.637Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:27:59.040Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-12T22:27:59.399Z] + sudo service docker restart [2021-01-12T22:27:59.399Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-12T22:28:01.451Z] provisioning config files... [2021-01-12T22:28:01.494Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config7604516834204996242tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:28:01.914Z] ---> docker-login.sh [2021-01-12T22:28:01.914Z] nexus3.edgexfoundry.org:10001 [2021-01-12T22:28:02.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:28:03.123Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:28:03.123Z] Configure a credential helper to remove this warning. See [2021-01-12T22:28:03.123Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:28:03.123Z] [2021-01-12T22:28:03.123Z] Login Succeeded [2021-01-12T22:28:03.123Z] nexus3.edgexfoundry.org:10002 [2021-01-12T22:28:03.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:28:03.673Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:28:03.673Z] Configure a credential helper to remove this warning. See [2021-01-12T22:28:03.673Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:28:03.673Z] [2021-01-12T22:28:03.673Z] Login Succeeded [2021-01-12T22:28:03.673Z] nexus3.edgexfoundry.org:10003 [2021-01-12T22:28:03.788Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:28:03.788Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:28:03.788Z] ---> 5b0524eebb9f [2021-01-12T22:28:03.788Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:28:03.788Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:28:03.788Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:28:03.788Z] ---> 5b0524eebb9f [2021-01-12T22:28:03.788Z] Step 3/33 : WORKDIR /edgex-go [2021-01-12T22:28:03.788Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:28:03.788Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:28:03.788Z] ---> 5b0524eebb9f [2021-01-12T22:28:03.788Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:28:03.788Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:28:03.788Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:28:03.788Z] ---> 5b0524eebb9f [2021-01-12T22:28:03.788Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T22:28:03.788Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:28:03.788Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:28:03.788Z] ---> 5b0524eebb9f [2021-01-12T22:28:03.788Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:28:03.788Z] ---> Running in 7d35981efaa3 [2021-01-12T22:28:03.788Z] ---> Running in 690a7da96122 [2021-01-12T22:28:03.788Z] ---> Running in 3a55e6f1b589 [2021-01-12T22:28:03.788Z] ---> Running in 2b92f510c668 [2021-01-12T22:28:03.788Z] ---> Running in ca59c8fd2a13 [2021-01-12T22:28:03.947Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:28:03.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:28:03.948Z] Configure a credential helper to remove this warning. See [2021-01-12T22:28:03.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:28:03.948Z] [2021-01-12T22:28:03.948Z] Login Succeeded [2021-01-12T22:28:04.219Z] nexus3.edgexfoundry.org:10004 [2021-01-12T22:28:04.374Z] Removing intermediate container 7d35981efaa3 [2021-01-12T22:28:04.374Z] ---> 5ad8cb3f93f6 [2021-01-12T22:28:04.374Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:28:04.374Z] Removing intermediate container 690a7da96122 [2021-01-12T22:28:04.374Z] ---> 3c7044688515 [2021-01-12T22:28:04.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:28:04.374Z] Removing intermediate container 3a55e6f1b589 [2021-01-12T22:28:04.374Z] ---> 7db7b568422f [2021-01-12T22:28:04.374Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:28:04.374Z] Removing intermediate container 2b92f510c668 [2021-01-12T22:28:04.374Z] ---> f3a71024c7a8 [2021-01-12T22:28:04.374Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:28:04.374Z] Removing intermediate container ca59c8fd2a13 [2021-01-12T22:28:04.374Z] ---> 30c606908937 [2021-01-12T22:28:04.374Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:28:04.374Z] ---> Running in f7f2b6ac2337 [2021-01-12T22:28:04.374Z] ---> Running in 04eff3f8b106 [2021-01-12T22:28:04.374Z] ---> Running in 69faaf7bad48 [2021-01-12T22:28:04.495Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:28:04.495Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:28:04.495Z] Configure a credential helper to remove this warning. See [2021-01-12T22:28:04.495Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:28:04.495Z] [2021-01-12T22:28:04.495Z] Login Succeeded [2021-01-12T22:28:04.495Z] docker.io [2021-01-12T22:28:04.640Z] ---> Running in e3cb8054d058 [2021-01-12T22:28:04.640Z] ---> Running in ebd64b8f1de3 [2021-01-12T22:28:05.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-12T22:28:05.362Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-12T22:28:05.362Z] Configure a credential helper to remove this warning. See [2021-01-12T22:28:05.362Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-12T22:28:05.362Z] [2021-01-12T22:28:05.362Z] Login Succeeded [2021-01-12T22:28:05.362Z] ---> docker-login.sh ends [Pipeline] } [2021-01-12T22:28:05.384Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-12T22:28:05.817Z] ========================================================= [2021-01-12T22:28:05.817Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-12T22:28:05.817Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:28:06.206Z] + 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-01-12T22:28:06.593Z] Removing intermediate container 04eff3f8b106 [2021-01-12T22:28:06.593Z] ---> 1800a8eb3ea9 [2021-01-12T22:28:06.593Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T22:28:06.593Z] ---> Running in 75499ff2ec78 [2021-01-12T22:28:06.855Z] Removing intermediate container f7f2b6ac2337 [2021-01-12T22:28:06.855Z] ---> 38876bd7ca11 [2021-01-12T22:28:06.855Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T22:28:06.855Z] Removing intermediate container 69faaf7bad48 [2021-01-12T22:28:06.855Z] ---> 586592b62cbf [2021-01-12T22:28:06.855Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-12T22:28:07.121Z] ---> Running in 81e03cddae6a [2021-01-12T22:28:07.121Z] ---> Running in 0bfedec698d9 [2021-01-12T22:28:07.121Z] Removing intermediate container e3cb8054d058 [2021-01-12T22:28:07.121Z] ---> c31681704bdb [2021-01-12T22:28:07.121Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T22:28:07.385Z] Removing intermediate container ebd64b8f1de3 [2021-01-12T22:28:07.385Z] ---> fb05911c39e9 [2021-01-12T22:28:07.385Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T22:28:07.385Z] ---> Running in 0a39f62d8ea6 [2021-01-12T22:28:07.649Z] ---> Running in f64147400da7 [2021-01-12T22:28:07.649Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:08.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:08.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:08.231Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:08.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:08.494Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:08.756Z] OK: 233 MiB in 51 packages [2021-01-12T22:28:08.872Z] Sending build context to Docker daemon 165.7MB [2021-01-12T22:28:08.872Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-12T22:28:08.872Z] Step 2/6 : FROM ${BASE} [2021-01-12T22:28:08.872Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-12T22:28:08.872Z] 5f621e34cdf4: Pulling fs layer [2021-01-12T22:28:08.872Z] a4357932f1b6: Pulling fs layer [2021-01-12T22:28:08.872Z] 18c013af1878: Pulling fs layer [2021-01-12T22:28:08.872Z] 00ac8860ef70: Pulling fs layer [2021-01-12T22:28:08.872Z] 63d7cb157983: Pulling fs layer [2021-01-12T22:28:08.872Z] b116817d02f9: Pulling fs layer [2021-01-12T22:28:08.872Z] 00ac8860ef70: Waiting [2021-01-12T22:28:08.872Z] 745a02a5169b: Pulling fs layer [2021-01-12T22:28:08.872Z] 63d7cb157983: Waiting [2021-01-12T22:28:08.872Z] b116817d02f9: Waiting [2021-01-12T22:28:08.872Z] 18c013af1878: Verifying Checksum [2021-01-12T22:28:08.872Z] 18c013af1878: Download complete [2021-01-12T22:28:08.872Z] a4357932f1b6: Verifying Checksum [2021-01-12T22:28:08.872Z] a4357932f1b6: Download complete [2021-01-12T22:28:08.872Z] 63d7cb157983: Download complete [2021-01-12T22:28:08.872Z] b116817d02f9: Verifying Checksum [2021-01-12T22:28:08.872Z] b116817d02f9: Download complete [2021-01-12T22:28:08.872Z] 5f621e34cdf4: Verifying Checksum [2021-01-12T22:28:08.872Z] 5f621e34cdf4: Download complete [2021-01-12T22:28:09.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:09.019Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:09.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:09.287Z] Removing intermediate container 75499ff2ec78 [2021-01-12T22:28:09.287Z] ---> c65866d04712 [2021-01-12T22:28:09.287Z] Step 6/23 : COPY go.mod . [2021-01-12T22:28:09.287Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:28:09.483Z] 5f621e34cdf4: Pull complete [2021-01-12T22:28:09.552Z] ---> 7707329c6a04 [2021-01-12T22:28:09.552Z] Step 7/23 : RUN go mod download [2021-01-12T22:28:09.552Z] ---> Running in 1be6dce7c12d [2021-01-12T22:28:09.826Z] OK: 233 MiB in 51 packages [2021-01-12T22:28:09.826Z] OK: 233 MiB in 51 packages [2021-01-12T22:28:10.091Z] a4357932f1b6: Pull complete [2021-01-12T22:28:10.093Z] OK: 233 MiB in 51 packages [2021-01-12T22:28:10.093Z] OK: 233 MiB in 51 packages [2021-01-12T22:28:10.368Z] 18c013af1878: Pull complete [2021-01-12T22:28:10.673Z] Removing intermediate container 81e03cddae6a [2021-01-12T22:28:10.673Z] ---> f6e741a95492 [2021-01-12T22:28:10.673Z] Step 6/23 : COPY go.mod . [2021-01-12T22:28:10.673Z] Removing intermediate container f64147400da7 [2021-01-12T22:28:10.673Z] ---> 3213ecb47685 [2021-01-12T22:28:10.673Z] Step 6/21 : COPY go.mod . [2021-01-12T22:28:10.949Z] Removing intermediate container 0a39f62d8ea6 [2021-01-12T22:28:10.949Z] ---> 1ab2ac3ed2da [2021-01-12T22:28:10.949Z] Step 6/22 : COPY go.mod . [2021-01-12T22:28:10.949Z] Removing intermediate container 0bfedec698d9 [2021-01-12T22:28:10.949Z] ---> eff50635fcba [2021-01-12T22:28:10.949Z] Step 6/33 : COPY go.mod . [2021-01-12T22:28:10.949Z] ---> 1fe7d6333896 [2021-01-12T22:28:10.949Z] Step 7/23 : RUN go mod download [2021-01-12T22:28:10.949Z] ---> e71192207800 [2021-01-12T22:28:10.949Z] Step 7/21 : RUN go mod download [2021-01-12T22:28:10.949Z] ---> Running in f412cbf89a53 [2021-01-12T22:28:11.214Z] ---> Running in 254446bbd0d6 [2021-01-12T22:28:11.214Z] ---> dfd582420ea1 [2021-01-12T22:28:11.214Z] Step 7/22 : RUN go mod download [2021-01-12T22:28:11.355Z] 745a02a5169b: Verifying Checksum [2021-01-12T22:28:11.355Z] 745a02a5169b: Download complete [2021-01-12T22:28:11.490Z] ---> a871ec400a74 [2021-01-12T22:28:11.490Z] Step 7/33 : RUN go mod download [2021-01-12T22:28:11.490Z] ---> Running in 9cc564f91f58 [2021-01-12T22:28:11.490Z] ---> Running in 043fbc342539 [2021-01-12T22:28:11.755Z] Removing intermediate container 1be6dce7c12d [2021-01-12T22:28:11.755Z] ---> 7a5f0e599fe9 [2021-01-12T22:28:11.755Z] Step 8/23 : COPY . . [2021-01-12T22:28:12.353Z] 00ac8860ef70: Verifying Checksum [2021-01-12T22:28:12.353Z] 00ac8860ef70: Download complete [2021-01-12T22:28:17.108Z] Removing intermediate container f412cbf89a53 [2021-01-12T22:28:17.108Z] ---> 9dc249301323 [2021-01-12T22:28:17.108Z] Step 8/23 : COPY . . [2021-01-12T22:28:17.108Z] Removing intermediate container 254446bbd0d6 [2021-01-12T22:28:17.108Z] ---> 2ce23978afae [2021-01-12T22:28:17.108Z] Step 8/21 : COPY . . [2021-01-12T22:28:20.454Z] Removing intermediate container 043fbc342539 [2021-01-12T22:28:20.454Z] ---> 8ab99f1576e0 [2021-01-12T22:28:20.454Z] Step 8/33 : COPY . . [2021-01-12T22:28:21.413Z] Removing intermediate container 9cc564f91f58 [2021-01-12T22:28:21.413Z] ---> f69d06f382cb [2021-01-12T22:28:21.413Z] Step 8/22 : COPY . . [2021-01-12T22:28:22.510Z] 00ac8860ef70: Pull complete [2021-01-12T22:28:22.782Z] 63d7cb157983: Pull complete [2021-01-12T22:28:23.055Z] b116817d02f9: Pull complete [2021-01-12T22:28:27.391Z] 745a02a5169b: Pull complete [2021-01-12T22:28:27.391Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-12T22:28:27.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-12T22:28:27.391Z] ---> b7e6874047d6 [2021-01-12T22:28:27.391Z] 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-01-12T22:28:30.012Z] ---> Running in e6bf1b9f2931 [2021-01-12T22:28:31.455Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:28:32.050Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:28:33.026Z] (1/12) Installing libmagic (5.38-r0) [2021-01-12T22:28:33.026Z] (2/12) Installing file (5.38-r0) [2021-01-12T22:28:33.298Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-12T22:28:33.298Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-12T22:28:41.544Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-12T22:28:41.815Z] (6/12) Installing patch (2.7.6-r6) [2021-01-12T22:28:41.815Z] (7/12) Installing build-base (0.5-r2) [2021-01-12T22:28:41.815Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-12T22:28:42.095Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-12T22:28:42.095Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-12T22:28:42.095Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-12T22:28:42.373Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-12T22:28:42.373Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:28:42.373Z] OK: 217 MiB in 51 packages [2021-01-12T22:28:46.706Z] Removing intermediate container e6bf1b9f2931 [2021-01-12T22:28:46.706Z] ---> de5abbbbed95 [2021-01-12T22:28:46.706Z] Step 4/6 : WORKDIR /edgex-go [2021-01-12T22:28:46.706Z] ---> Running in 8f694e04a559 [2021-01-12T22:28:46.980Z] Removing intermediate container 8f694e04a559 [2021-01-12T22:28:46.980Z] ---> ebb28ab8343e [2021-01-12T22:28:46.980Z] Step 5/6 : COPY go.mod . [2021-01-12T22:28:47.586Z] ---> 00c3f5b94ddc [2021-01-12T22:28:47.586Z] Step 6/6 : RUN go mod download [2021-01-12T22:28:47.873Z] ---> Running in fb240ec29ad5 [2021-01-12T22:28:48.321Z] ---> 26e0f30ee5a8 [2021-01-12T22:28:48.321Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-12T22:28:48.321Z] ---> Running in ac28a9656410 [2021-01-12T22:28:50.906Z] 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-01-12T22:28:54.294Z] ---> 41e6712a6fd9 [2021-01-12T22:28:54.294Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-12T22:28:54.894Z] ---> 4dcd8006d774 [2021-01-12T22:28:54.895Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T22:28:55.167Z] ---> Running in 30d50e07fa58 [2021-01-12T22:28:55.167Z] ---> Running in e2739d0f82eb [2021-01-12T22:28:55.446Z] ---> d0580b43ab88 [2021-01-12T22:28:55.446Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-12T22:28:55.446Z] ---> 87f3c7295b10 [2021-01-12T22:28:55.446Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T22:28:55.714Z] ---> Running in 5ea149551649 [2021-01-12T22:28:55.989Z] ---> Running in b6ff8dda077a [2021-01-12T22:28:56.981Z] 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-01-12T22:28:56.981Z] 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-01-12T22:28:56.981Z] 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-01-12T22:28:56.981Z] 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-01-12T22:29:14.706Z] Removing intermediate container fb240ec29ad5 [2021-01-12T22:29:14.706Z] ---> 1928d3c263ba [2021-01-12T22:29:14.706Z] Successfully built 1928d3c263ba [2021-01-12T22:29:14.706Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:29:15.047Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T22:29:15.047Z] . [Pipeline] withDockerContainer [2021-01-12T22:29:15.342Z] prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container [2021-01-12T22:29:15.447Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-arm64 cat [2021-01-12T22:29:16.976Z] $ docker top 1d34e0d1d5785713e75c9122b99ffbca5d466ec75b786e5bcd1bac85e6304ef0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:29:17.975Z] + go version [2021-01-12T22:29:17.975Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-12T22:29:18.010Z] $ docker stop --time=1 1d34e0d1d5785713e75c9122b99ffbca5d466ec75b786e5bcd1bac85e6304ef0 [2021-01-12T22:29:19.913Z] $ docker rm -f 1d34e0d1d5785713e75c9122b99ffbca5d466ec75b786e5bcd1bac85e6304ef0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:29:21.235Z] + docker inspect -f . ci-base-image-arm64 [2021-01-12T22:29:21.235Z] . [Pipeline] withDockerContainer [2021-01-12T22:29:21.499Z] prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container [2021-01-12T22:29:21.591Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** ci-base-image-arm64 cat [2021-01-12T22:29:22.939Z] $ docker top 48335136c337f517f05bde85d3d6f84993686b665d5f686cf4c4fd5d4788a623 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-12T22:29:23.336Z] ========================================================= [2021-01-12T22:29:23.336Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-12T22:29:23.336Z] ========================================================= [Pipeline] sh [2021-01-12T22:29:23.983Z] + make test [2021-01-12T22:29:23.983Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-12T22:29:24.454Z] 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-01-12T22:29:24.454Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:29:26.392Z] Removing intermediate container ac28a9656410 [2021-01-12T22:29:26.392Z] ---> 24f711152bac [2021-01-12T22:29:26.392Z] [2021-01-12T22:29:26.392Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:29:26.670Z] 3.12: Pulling from library/alpine [2021-01-12T22:29:27.639Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:29:27.639Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T22:29:27.639Z] ---> 389fef711851 [2021-01-12T22:29:27.639Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:29:30.978Z] Removing intermediate container 5ea149551649 [2021-01-12T22:29:30.978Z] ---> 80245737dc21 [2021-01-12T22:29:30.978Z] [2021-01-12T22:29:30.978Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:29:30.978Z] ---> Running in f25cfe018f20 [2021-01-12T22:29:30.978Z] ---> 389fef711851 [2021-01-12T22:29:30.978Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-12T22:29:30.978Z] Removing intermediate container 30d50e07fa58 [2021-01-12T22:29:30.978Z] ---> df59450ad1f4 [2021-01-12T22:29:30.978Z] [2021-01-12T22:29:30.978Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:29:30.978Z] ---> 389fef711851 [2021-01-12T22:29:30.978Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:29:30.978Z] ---> Running in 6ae9c1a9c9e5 [2021-01-12T22:29:31.256Z] ---> Running in 0cc21fbaa752 [2021-01-12T22:29:31.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:31.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:31.857Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:32.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:32.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:32.125Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-12T22:29:32.125Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:29:32.125Z] OK: 6 MiB in 15 packages [2021-01-12T22:29:32.125Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:32.125Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-12T22:29:32.388Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-12T22:29:32.388Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:29:32.650Z] OK: 6 MiB in 15 packages [2021-01-12T22:29:33.234Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-12T22:29:33.234Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:29:33.234Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:29:33.234Z] OK: 6 MiB in 16 packages [2021-01-12T22:29:35.806Z] Removing intermediate container e2739d0f82eb [2021-01-12T22:29:35.806Z] ---> 4499f0b81b09 [2021-01-12T22:29:35.806Z] [2021-01-12T22:29:35.806Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T22:29:35.806Z] ---> 389fef711851 [2021-01-12T22:29:35.806Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T22:29:35.806Z] Removing intermediate container b6ff8dda077a [2021-01-12T22:29:35.806Z] ---> 62e4bbe7f90d [2021-01-12T22:29:35.806Z] [2021-01-12T22:29:35.806Z] Step 10/33 : FROM alpine:3.12 [2021-01-12T22:29:35.806Z] ---> 389fef711851 [2021-01-12T22:29:35.806Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-12T22:29:35.806Z] ---> Running in 761be0bf0d09 [2021-01-12T22:29:36.073Z] ---> Running in 043c710d9b78 [2021-01-12T22:29:37.021Z] Removing intermediate container 0cc21fbaa752 [2021-01-12T22:29:37.021Z] ---> a2d19247431a [2021-01-12T22:29:37.021Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:29:37.021Z] Removing intermediate container f25cfe018f20 [2021-01-12T22:29:37.021Z] ---> 446b57ea8236 [2021-01-12T22:29:37.021Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:29:37.285Z] ---> Running in f71b7d39a297 [2021-01-12T22:29:37.285Z] Removing intermediate container 6ae9c1a9c9e5 [2021-01-12T22:29:37.285Z] ---> 9b2ec67988f9 [2021-01-12T22:29:37.285Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:29:37.285Z] ---> Running in 8ce08e3ded9a [2021-01-12T22:29:37.285Z] ---> Running in 386416d2c494 [2021-01-12T22:29:37.548Z] Removing intermediate container f71b7d39a297 [2021-01-12T22:29:37.548Z] ---> 91cbde04401c [2021-01-12T22:29:37.548Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-12T22:29:37.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:37.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:37.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:37.548Z] Removing intermediate container 8ce08e3ded9a [2021-01-12T22:29:37.548Z] ---> bbe35d231561 [2021-01-12T22:29:37.548Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-12T22:29:37.548Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:29:37.548Z] Removing intermediate container 386416d2c494 [2021-01-12T22:29:37.548Z] ---> 0ba62b781469 [2021-01-12T22:29:37.548Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-12T22:29:37.548Z] ---> Running in 5cdd2b00bf25 [2021-01-12T22:29:37.815Z] ---> Running in 59a6466c96fd [2021-01-12T22:29:37.815Z] ---> Running in c48473ad3c09 [2021-01-12T22:29:37.815Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-12T22:29:37.815Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T22:29:37.815Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-12T22:29:37.815Z] (3/3) Installing su-exec (0.2-r1) [2021-01-12T22:29:37.815Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:29:37.815Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:29:37.815Z] OK: 6 MiB in 17 packages [2021-01-12T22:29:37.815Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T22:29:37.815Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T22:29:37.815Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:29:37.815Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:29:38.084Z] OK: 7 MiB in 18 packages [2021-01-12T22:29:38.354Z] Removing intermediate container 5cdd2b00bf25 [2021-01-12T22:29:38.354Z] ---> 3c15a98b4ac0 [2021-01-12T22:29:38.354Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:29:38.354Z] Removing intermediate container 59a6466c96fd [2021-01-12T22:29:38.354Z] ---> 59815baed162 [2021-01-12T22:29:38.354Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:29:38.620Z] Removing intermediate container c48473ad3c09 [2021-01-12T22:29:38.620Z] ---> c9004cfa8c79 [2021-01-12T22:29:38.620Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:29:38.620Z] ---> Running in b94c1d818e45 [2021-01-12T22:29:38.620Z] ---> Running in 5fb037aa72b4 [2021-01-12T22:29:38.885Z] ---> Running in d113c385b690 [2021-01-12T22:29:39.148Z] Removing intermediate container b94c1d818e45 [2021-01-12T22:29:39.148Z] ---> 8d6f5dc826a9 [2021-01-12T22:29:39.148Z] Step 15/23 : WORKDIR / [2021-01-12T22:29:39.148Z] Removing intermediate container 5fb037aa72b4 [2021-01-12T22:29:39.148Z] ---> 92341466a0fc [2021-01-12T22:29:39.148Z] Step 15/23 : WORKDIR / [2021-01-12T22:29:39.413Z] Removing intermediate container 043c710d9b78 [2021-01-12T22:29:39.413Z] ---> f5330a20e82b [2021-01-12T22:29:39.413Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-12T22:29:39.680Z] Removing intermediate container d113c385b690 [2021-01-12T22:29:39.680Z] ---> 7f4f96446cb6 [2021-01-12T22:29:39.680Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:29:39.680Z] ---> Running in 0813ee214a7c [2021-01-12T22:29:39.680Z] ---> Running in 941920a4eb55 [2021-01-12T22:29:39.680Z] ---> Running in 552eca08fadb [2021-01-12T22:29:39.944Z] Removing intermediate container 761be0bf0d09 [2021-01-12T22:29:39.944Z] ---> 9058fe34c2c8 [2021-01-12T22:29:39.944Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:29:39.944Z] ---> 67adb907fcc2 [2021-01-12T22:29:39.944Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T22:29:39.944Z] ---> Running in 34a4ae8397b5 [2021-01-12T22:29:40.210Z] Removing intermediate container 941920a4eb55 [2021-01-12T22:29:40.210Z] ---> c412204a422e [2021-01-12T22:29:40.210Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:29:40.210Z] Removing intermediate container 552eca08fadb [2021-01-12T22:29:40.210Z] ---> 2af586d5495e [2021-01-12T22:29:40.210Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-12T22:29:40.210Z] Removing intermediate container 0813ee214a7c [2021-01-12T22:29:40.210Z] ---> 76b80c1fc1fa [2021-01-12T22:29:40.210Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:29:40.473Z] ---> Running in 70dde14a30b9 [2021-01-12T22:29:40.473Z] Removing intermediate container 34a4ae8397b5 [2021-01-12T22:29:40.473Z] ---> 23947e8cc09a [2021-01-12T22:29:40.473Z] Step 13/21 : WORKDIR /edgex [2021-01-12T22:29:40.473Z] ---> eb4a44e69a42 [2021-01-12T22:29:40.473Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T22:29:40.735Z] ---> 8a7b3c54ccf9 [2021-01-12T22:29:40.735Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T22:29:40.996Z] ---> 29786f17ac56 [2021-01-12T22:29:40.996Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T22:29:41.261Z] ---> Running in 39bbbb2b7bc0 [2021-01-12T22:29:41.261Z] Removing intermediate container 70dde14a30b9 [2021-01-12T22:29:41.261Z] ---> ea856a0a1472 [2021-01-12T22:29:41.261Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-12T22:29:41.523Z] ---> 057a73018a5c [2021-01-12T22:29:41.523Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-12T22:29:41.523Z] ---> Running in fdc9c7bd4558 [2021-01-12T22:29:41.523Z] ---> 4948f3d6a95c [2021-01-12T22:29:41.523Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T22:29:41.786Z] ---> Running in a8af87e56b75 [2021-01-12T22:29:41.786Z] Removing intermediate container 39bbbb2b7bc0 [2021-01-12T22:29:41.786Z] ---> e770519254cc [2021-01-12T22:29:41.786Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T22:29:42.048Z] ---> b142b6e34970 [2021-01-12T22:29:42.048Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T22:29:42.048Z] ---> e98403b17895 [2021-01-12T22:29:42.048Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-12T22:29:42.048Z] Removing intermediate container a8af87e56b75 [2021-01-12T22:29:42.048Z] ---> 133665177e25 [2021-01-12T22:29:42.048Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:29:42.318Z] ---> 7c439546963f [2021-01-12T22:29:42.318Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T22:29:42.318Z] ---> Running in 6e1c3088a19a [2021-01-12T22:29:42.318Z] ---> Running in 3ea047d13749 [2021-01-12T22:29:42.318Z] ---> e15aa313a3e4 [2021-01-12T22:29:42.318Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-12T22:29:42.318Z] Connecting to github.com (140.82.114.4:443) [2021-01-12T22:29:42.581Z]  ---> Running in a56bfe66db2b [2021-01-12T22:29:42.581Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (52.216.130.115:443) [2021-01-12T22:29:42.581Z] Removing intermediate container 3ea047d13749 [2021-01-12T22:29:42.581Z] ---> 3021d12356ee [2021-01-12T22:29:42.581Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:29:42.581Z] Removing intermediate container 6e1c3088a19a [2021-01-12T22:29:42.581Z] ---> d9c530dc41cd [2021-01-12T22:29:42.581Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T22:29:42.845Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-12T22:29:42.845Z]  ---> Running in 83287306228f [2021-01-12T22:29:42.845Z] ---> Running in 9b9609affa30 [2021-01-12T22:29:42.845Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-12T22:29:42.845Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-12T22:29:42.845Z] dockerize [2021-01-12T22:29:42.845Z] ---> 74c66493a4a3 [2021-01-12T22:29:42.845Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T22:29:42.845Z] Removing intermediate container a56bfe66db2b [2021-01-12T22:29:42.845Z] ---> f1bdf8516114 [2021-01-12T22:29:42.845Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:29:43.107Z] ---> Running in 8a48710c1471 [2021-01-12T22:29:43.107Z] Removing intermediate container 83287306228f [2021-01-12T22:29:43.107Z] ---> 63a24e42a798 [2021-01-12T22:29:43.107Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T22:29:43.370Z] Removing intermediate container 9b9609affa30 [2021-01-12T22:29:43.370Z] ---> cd8d4cd15c1a [2021-01-12T22:29:43.370Z] Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:29:43.370Z] ---> Running in 69b841d172d2 [2021-01-12T22:29:43.632Z] ---> Running in 915fb4b6fdb7 [2021-01-12T22:29:43.632Z] Removing intermediate container 8a48710c1471 [2021-01-12T22:29:43.632Z] ---> fbff3c20eebd [2021-01-12T22:29:43.632Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T22:29:43.632Z] ---> a1179227ca7d [2021-01-12T22:29:43.632Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T22:29:43.897Z] ---> Running in d1e8b251fb2e [2021-01-12T22:29:43.897Z] ---> Running in 06603158624e [2021-01-12T22:29:43.897Z] Removing intermediate container 69b841d172d2 [2021-01-12T22:29:43.897Z] ---> 6ef5801ba2f0 [2021-01-12T22:29:43.897Z] Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:29:43.897Z] Removing intermediate container 915fb4b6fdb7 [2021-01-12T22:29:43.897Z] ---> 7a663836fff5 [2021-01-12T22:29:43.897Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:29:44.160Z] Removing intermediate container fdc9c7bd4558 [2021-01-12T22:29:44.160Z] ---> b3d70a9fffc2 [2021-01-12T22:29:44.160Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-12T22:29:44.160Z] ---> Running in 23ae338f1a4a [2021-01-12T22:29:44.160Z] ---> Running in 853c4246d236 [2021-01-12T22:29:44.431Z] ---> Running in 949f5775ddcb [2021-01-12T22:29:44.431Z] Removing intermediate container d1e8b251fb2e [2021-01-12T22:29:44.431Z] ---> 2adc4afd9e74 [2021-01-12T22:29:44.431Z] Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:29:44.431Z] Removing intermediate container 06603158624e [2021-01-12T22:29:44.431Z] ---> 99ce0c645318 [2021-01-12T22:29:44.431Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T22:29:44.699Z] ---> Running in 9fbca4571f44 [2021-01-12T22:29:44.699Z] ---> Running in 11ff6e7e4557 [2021-01-12T22:29:44.699Z] Removing intermediate container 23ae338f1a4a [2021-01-12T22:29:44.699Z] ---> e4772e7ba096 [2021-01-12T22:29:44.699Z] [2021-01-12T22:29:44.699Z] Removing intermediate container 853c4246d236 [2021-01-12T22:29:44.699Z] ---> 6e4bb6cfb086 [2021-01-12T22:29:44.699Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:29:44.699Z] Removing intermediate container 949f5775ddcb [2021-01-12T22:29:44.699Z] ---> 9a84dfff79f9 [2021-01-12T22:29:44.699Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-12T22:29:44.972Z] ---> Running in 6972274d52b1 [2021-01-12T22:29:44.972Z] Successfully built e4772e7ba096 [2021-01-12T22:29:45.245Z] ---> Running in 9362529f1704 [2021-01-12T22:29:45.245Z] Successfully tagged docker-support-notifications-go:latest [2021-01-12T22:29:45.245Z] Building docker-security-secretstore-setup-go [2021-01-12T22:29:45.245Z]  Building docker-support-notifications-go ... done Removing intermediate container 9fbca4571f44 [2021-01-12T22:29:45.245Z] ---> e14f5f5205b8 [2021-01-12T22:29:45.245Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:29:45.245Z] Removing intermediate container 11ff6e7e4557 [2021-01-12T22:29:45.245Z] ---> 0867e68d4c9b [2021-01-12T22:29:45.245Z] Step 19/21 : LABEL arch=x86_64 [2021-01-12T22:29:45.245Z] ---> Running in 0804ad01e299 [2021-01-12T22:29:45.522Z] Removing intermediate container 6972274d52b1 [2021-01-12T22:29:45.522Z] ---> 17527ec58387 [2021-01-12T22:29:45.522Z] [2021-01-12T22:29:45.522Z] ---> Running in 8665effa1681 [2021-01-12T22:29:45.522Z] Removing intermediate container 9362529f1704 [2021-01-12T22:29:45.522Z] ---> f1f58d82966c [2021-01-12T22:29:45.522Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-12T22:29:45.522Z] Successfully built 17527ec58387 [2021-01-12T22:29:45.792Z] ---> Running in 4ac8dc7495a8 [2021-01-12T22:29:45.792Z] Successfully tagged docker-core-metadata-go:latest [2021-01-12T22:29:45.792Z] Building docker-sys-mgmt-agent-go [2021-01-12T22:29:45.792Z] Removing intermediate container 0804ad01e299 [2021-01-12T22:29:45.792Z] ---> 5931f075b246 [2021-01-12T22:29:45.792Z] [2021-01-12T22:29:45.792Z]  Building docker-core-metadata-go ... done Removing intermediate container 8665effa1681 [2021-01-12T22:29:45.792Z] ---> 13447931df4a [2021-01-12T22:29:45.792Z] Step 20/21 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:29:46.061Z] Successfully built 5931f075b246 [2021-01-12T22:29:46.061Z] Successfully tagged docker-core-command-go:latest [2021-01-12T22:29:46.061Z] Building docker-core-data-go [2021-01-12T22:29:46.061Z]  Building docker-core-command-go ... done  ---> Running in 30789c6cc72b [2021-01-12T22:29:46.196Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-12T22:29:46.659Z] Removing intermediate container 30789c6cc72b [2021-01-12T22:29:46.659Z] ---> 945f09d65334 [2021-01-12T22:29:46.659Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T22:29:46.659Z] Move dockerize executable [2021-01-12T22:29:46.933Z] ---> Running in 848adb450cad [2021-01-12T22:29:52.306Z] Removing intermediate container 848adb450cad [2021-01-12T22:29:52.306Z] ---> 2f5220e1ee32 [2021-01-12T22:29:52.306Z] [2021-01-12T22:29:52.306Z] Successfully built 2f5220e1ee32 [2021-01-12T22:29:53.707Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-12T22:29:53.707Z] Building docker-support-scheduler-go [2021-01-12T22:29:56.271Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 4ac8dc7495a8 [2021-01-12T22:29:56.271Z] ---> 24863a5daa8d [2021-01-12T22:29:56.271Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-12T22:29:56.271Z] ---> Running in c85d947c0966 [2021-01-12T22:29:56.271Z] Removing intermediate container c85d947c0966 [2021-01-12T22:29:56.271Z] ---> 8a8b0116fa6f [2021-01-12T22:29:56.271Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-12T22:29:56.541Z] ---> 208c41986bb3 [2021-01-12T22:29:56.843Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-12T22:29:56.843Z] ---> Running in bcb682b1f20f [2021-01-12T22:30:09.199Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:30:09.199Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:30:09.199Z] ---> 5b0524eebb9f [2021-01-12T22:30:09.199Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T22:30:09.199Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:30:09.199Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:30:09.199Z] ---> 5b0524eebb9f [2021-01-12T22:30:09.199Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T22:30:09.199Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:30:09.199Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:30:09.199Z] ---> 5b0524eebb9f [2021-01-12T22:30:09.199Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:30:09.199Z] ---> Using cache [2021-01-12T22:30:09.199Z] ---> f3a71024c7a8 [2021-01-12T22:30:09.199Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:30:09.199Z] ---> Using cache [2021-01-12T22:30:09.199Z] ---> f3a71024c7a8 [2021-01-12T22:30:09.199Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:30:09.199Z] ---> Using cache [2021-01-12T22:30:09.199Z] ---> f3a71024c7a8 [2021-01-12T22:30:09.199Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:30:09.199Z] ---> Using cache [2021-01-12T22:30:09.199Z] ---> Using cache [2021-01-12T22:30:09.199Z] ---> c31681704bdb [2021-01-12T22:30:09.199Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git ---> c31681704bdb [2021-01-12T22:30:09.199Z] ---> Using cache [2021-01-12T22:30:09.199Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T22:30:09.199Z] [2021-01-12T22:30:09.199Z] ---> c31681704bdb [2021-01-12T22:30:09.199Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T22:30:11.129Z] ---> Running in 693b26dbf392 [2021-01-12T22:30:11.129Z] ---> Running in ed00fed9c1e0 [2021-01-12T22:30:11.129Z] ---> Running in 16327be0044d [2021-01-12T22:30:11.713Z] Removing intermediate container bcb682b1f20f [2021-01-12T22:30:11.713Z] ---> bf3d639c97ea [2021-01-12T22:30:11.713Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:30:13.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:13.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:13.664Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:13.664Z] ---> 7ce560ffdcd1 [2021-01-12T22:30:13.664Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-12T22:30:14.251Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:14.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:14.818Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:15.202Z] ---> 4799656c9d5b [2021-01-12T22:30:15.202Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-12T22:30:15.202Z] OK: 233 MiB in 51 packages [2021-01-12T22:30:15.497Z] OK: 233 MiB in 51 packages [2021-01-12T22:30:15.814Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:30:15.814Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:30:15.814Z] ---> 5b0524eebb9f [2021-01-12T22:30:15.814Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:30:15.814Z] ---> Using cache [2021-01-12T22:30:15.814Z] ---> f3a71024c7a8 [2021-01-12T22:30:15.814Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:30:15.814Z] ---> Using cache [2021-01-12T22:30:15.814Z] ---> c31681704bdb [2021-01-12T22:30:15.814Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T22:30:16.504Z] OK: 233 MiB in 51 packages [2021-01-12T22:30:16.504Z] ---> 661165add65a [2021-01-12T22:30:16.504Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-12T22:30:16.504Z] ---> Running in 57b43757c36b [2021-01-12T22:30:17.086Z] Removing intermediate container 693b26dbf392 [2021-01-12T22:30:17.086Z] ---> c0941f9bd9e5 [2021-01-12T22:30:17.086Z] Step 6/23 : COPY go.mod . [2021-01-12T22:30:17.364Z] ---> 0d373b9b514e [2021-01-12T22:30:17.364Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-12T22:30:17.364Z] Removing intermediate container 16327be0044d [2021-01-12T22:30:17.364Z] ---> efb342d841af [2021-01-12T22:30:17.364Z] Step 6/26 : COPY go.mod . [2021-01-12T22:30:17.364Z] ---> bd20c97b50b0 [2021-01-12T22:30:17.364Z] Step 7/23 : RUN go mod download [2021-01-12T22:30:17.364Z] ---> Running in cb98671563d7 [2021-01-12T22:30:17.632Z] Removing intermediate container ed00fed9c1e0 [2021-01-12T22:30:17.632Z] ---> f35a912569d2 [2021-01-12T22:30:17.632Z] Step 6/24 : COPY go.mod . [2021-01-12T22:30:17.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:17.895Z] ---> 0c31ff1baf9a [2021-01-12T22:30:17.895Z] Step 7/26 : RUN go mod download [2021-01-12T22:30:17.895Z] ---> 1eb23d51229c [2021-01-12T22:30:17.895Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-12T22:30:18.156Z] ---> Running in 4d1efef06187 [2021-01-12T22:30:18.156Z] ---> 3ff0f177d805 [2021-01-12T22:30:18.156Z] Step 7/24 : RUN go mod download [2021-01-12T22:30:18.420Z] ---> Running in 92e1b2bbf03b [2021-01-12T22:30:18.420Z] ---> Running in bb4c23a0019c [2021-01-12T22:30:18.686Z] Removing intermediate container 92e1b2bbf03b [2021-01-12T22:30:18.686Z] ---> de3711c3cda1 [2021-01-12T22:30:18.686Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-12T22:30:18.686Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:30:19.284Z] ---> 3f66e4564854 [2021-01-12T22:30:19.284Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-12T22:30:19.284Z] Removing intermediate container cb98671563d7 [2021-01-12T22:30:19.284Z] ---> 2b902c1c8ad2 [2021-01-12T22:30:19.284Z] Step 8/23 : COPY . . [2021-01-12T22:30:19.284Z] ---> Running in b5e567e9ffa7 [2021-01-12T22:30:19.867Z] OK: 233 MiB in 51 packages [2021-01-12T22:30:21.264Z] Removing intermediate container 4d1efef06187 [2021-01-12T22:30:21.264Z] ---> ce99febd2bce [2021-01-12T22:30:21.264Z] Step 8/26 : COPY . . [2021-01-12T22:30:22.215Z] Removing intermediate container bb4c23a0019c [2021-01-12T22:30:22.215Z] ---> f34d41becdb7 [2021-01-12T22:30:22.215Z] Step 8/24 : COPY . . [2021-01-12T22:30:28.858Z] Removing intermediate container 57b43757c36b [2021-01-12T22:30:28.858Z] ---> 5cc4bd16862d [2021-01-12T22:30:28.858Z] Step 6/22 : COPY go.mod . [2021-01-12T22:30:30.260Z] Removing intermediate container b5e567e9ffa7 [2021-01-12T22:30:30.260Z] ---> 87887c66459d [2021-01-12T22:30:30.260Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T22:30:33.299Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-12T22:30:33.599Z] ---> 29c85214181d [2021-01-12T22:30:33.599Z] Step 7/22 : RUN go mod download [2021-01-12T22:30:36.174Z] ---> Running in 83d96effa82d [2021-01-12T22:30:37.583Z] ---> Running in 4d624970c8c4 [2021-01-12T22:30:38.955Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-12T22:30:39.541Z] Removing intermediate container 83d96effa82d [2021-01-12T22:30:39.541Z] ---> 06bcad1964e1 [2021-01-12T22:30:39.541Z] Step 30/33 : CMD ["install"] [2021-01-12T22:30:40.534Z] ---> Running in 95b9da073c30 [2021-01-12T22:30:41.504Z] Removing intermediate container 95b9da073c30 [2021-01-12T22:30:41.504Z] ---> d127302f9b0d [2021-01-12T22:30:41.504Z] Step 31/33 : LABEL arch=x86_64 [2021-01-12T22:30:41.783Z] ---> Running in 71e4ead500b1 [2021-01-12T22:30:42.386Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-12T22:30:42.386Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-12T22:30:42.386Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-12T22:30:45.150Z] Removing intermediate container 71e4ead500b1 [2021-01-12T22:30:45.150Z] ---> 2ec6d4766a7d [2021-01-12T22:30:45.150Z] Step 32/33 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:30:47.098Z] Removing intermediate container 4d624970c8c4 [2021-01-12T22:30:47.098Z] ---> 4055a66af7aa [2021-01-12T22:30:47.098Z] Step 8/22 : COPY . . [2021-01-12T22:30:47.098Z] ---> Running in 7f479034ff9e [2021-01-12T22:30:50.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-12T22:30:50.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-12T22:30:50.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-12T22:30:50.757Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-12T22:30:50.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-12T22:30:50.757Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-12T22:30:51.387Z] ---> 3ad2941138f7 [2021-01-12T22:30:51.387Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T22:30:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-12T22:30:55.126Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-12T22:30:55.126Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-12T22:30:55.632Z] Removing intermediate container 7f479034ff9e [2021-01-12T22:30:55.632Z] ---> 72346ca30c35 [2021-01-12T22:30:55.632Z] Step 33/33 : LABEL version=0.0.0 [2021-01-12T22:30:55.632Z] ---> a5893d0aa911 [2021-01-12T22:30:55.632Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T22:30:55.632Z] ---> 02e0e48f1b32 [2021-01-12T22:30:55.632Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T22:30:55.899Z] ---> Running in bc094321644d [2021-01-12T22:30:57.344Z] ---> Running in b67ad1c75f16 [2021-01-12T22:30:57.361Z] ---> Running in ed310b807c0a [2021-01-12T22:30:57.361Z] ---> Running in edde89df7cae [2021-01-12T22:30:58.800Z] Removing intermediate container edde89df7cae [2021-01-12T22:30:58.800Z] ---> 430ecb43be90 [2021-01-12T22:30:58.800Z] [2021-01-12T22:30:58.800Z] 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-01-12T22:31:00.228Z] 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-01-12T22:31:00.229Z] 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-01-12T22:31:00.229Z] Successfully built 430ecb43be90 [2021-01-12T22:31:00.229Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-12T22:31:01.943Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.266s coverage: 46.6% of statements [2021-01-12T22:31:01.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-12T22:31:01.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-12T22:31:01.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-12T22:31:01.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-12T22:31:01.943Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-12T22:31:06.953Z]  Building docker-security-bootstrapper-go ... done  ---> 0f325eee22a1 [2021-01-12T22:31:06.953Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T22:31:07.550Z] ---> Running in 1bcb64f8cab7 [2021-01-12T22:31:08.523Z] 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-01-12T22:31:08.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.569s coverage: 27.0% of statements [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-12T22:31:08.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.069s coverage: 100.0% of statements [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-12T22:31:08.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-12T22:31:08.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.546s coverage: 77.8% of statements [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-12T22:31:08.723Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.673s coverage: 82.4% of statements [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-12T22:31:08.723Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-12T22:31:17.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.108s coverage: 28.6% of statements [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-12T22:31:17.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.139s coverage: 100.0% of statements [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-12T22:31:17.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.080s coverage: 100.0% of statements [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-12T22:31:17.018Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2021-01-12T22:31:17.018Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-12T22:31:17.297Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.313s coverage: 97.5% of statements [2021-01-12T22:31:17.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-12T22:31:17.297Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.139s coverage: 78.3% of statements [2021-01-12T22:31:17.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-12T22:31:17.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-12T22:31:17.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-12T22:31:17.297Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-12T22:31:23.552Z] 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-01-12T22:31:24.142Z] Removing intermediate container ed310b807c0a [2021-01-12T22:31:24.142Z] ---> db8170c4e2ac [2021-01-12T22:31:24.142Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T22:31:24.409Z] ---> Running in 945d10d7117c [2021-01-12T22:31:25.368Z] 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-01-12T22:31:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.034s coverage: 93.1% of statements [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-12T22:31:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.056s coverage: 58.8% of statements [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-12T22:31:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.179s coverage: 0.1% of statements [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-12T22:31:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.073s coverage: 43.8% of statements [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus [no test files] [2021-01-12T22:31:25.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.067s coverage: 87.5% of statements [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/install [no test files] [2021-01-12T22:31:25.597Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen [no test files] [2021-01-12T22:31:25.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping [no test files] [2021-01-12T22:31:25.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-12T22:31:25.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-12T22:31:25.598Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-12T22:31:27.948Z] Removing intermediate container b67ad1c75f16 [2021-01-12T22:31:27.948Z] ---> bb70c9938469 [2021-01-12T22:31:27.948Z] [2021-01-12T22:31:27.948Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T22:31:27.948Z] ---> 389fef711851 [2021-01-12T22:31:27.948Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T22:31:27.948Z] Removing intermediate container 945d10d7117c [2021-01-12T22:31:27.948Z] ---> b32d3c698168 [2021-01-12T22:31:27.948Z] [2021-01-12T22:31:27.948Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T22:31:27.948Z] 20.10.0: Pulling from library/docker [2021-01-12T22:31:28.216Z] ---> Running in 4e1d649f22e2 [2021-01-12T22:31:29.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:29.179Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:29.445Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T22:31:29.445Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:31:29.445Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T22:31:29.445Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T22:31:29.706Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T22:31:29.706Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:31:29.706Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:31:29.706Z] OK: 7 MiB in 19 packages [2021-01-12T22:31:32.277Z] Removing intermediate container 1bcb64f8cab7 [2021-01-12T22:31:32.277Z] ---> 9d1577da0c96 [2021-01-12T22:31:32.277Z] [2021-01-12T22:31:32.277Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:31:32.277Z] ---> 389fef711851 [2021-01-12T22:31:32.277Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:31:32.277Z] ---> Using cache [2021-01-12T22:31:32.277Z] ---> 446b57ea8236 [2021-01-12T22:31:32.277Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:31:32.277Z] ---> Using cache [2021-01-12T22:31:32.277Z] ---> bbe35d231561 [2021-01-12T22:31:32.277Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-12T22:31:33.677Z] Removing intermediate container 4e1d649f22e2 [2021-01-12T22:31:33.677Z] ---> 88fd65730c9b [2021-01-12T22:31:33.677Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:31:34.266Z] ---> Running in d7528c126e44 [2021-01-12T22:31:36.834Z] ---> Running in 0ce1c796d231 [2021-01-12T22:31:36.834Z] Removing intermediate container d7528c126e44 [2021-01-12T22:31:36.834Z] ---> dde5d117d1e6 [2021-01-12T22:31:36.834Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:31:36.834Z] Removing intermediate container 0ce1c796d231 [2021-01-12T22:31:36.834Z] ---> bb587b73f49d [2021-01-12T22:31:36.834Z] Step 13/24 : WORKDIR / [2021-01-12T22:31:36.834Z] Removing intermediate container bc094321644d [2021-01-12T22:31:36.834Z] ---> 4738b5be2c90 [2021-01-12T22:31:36.834Z] [2021-01-12T22:31:36.834Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:31:36.834Z] ---> 389fef711851 [2021-01-12T22:31:36.834Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:31:36.834Z] ---> Running in e88c69fa15d8 [2021-01-12T22:31:37.097Z] ---> Running in 787880443b57 [2021-01-12T22:31:37.097Z] ---> Running in 24f48b579fe5 [2021-01-12T22:31:37.097Z] Removing intermediate container e88c69fa15d8 [2021-01-12T22:31:37.097Z] ---> 59c1c172a0c0 [2021-01-12T22:31:37.097Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:31:37.360Z] Removing intermediate container 24f48b579fe5 [2021-01-12T22:31:37.361Z] ---> 08e41d2ed5d6 [2021-01-12T22:31:37.361Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T22:31:37.361Z] Removing intermediate container 787880443b57 [2021-01-12T22:31:37.361Z] ---> 25f50452d6b9 [2021-01-12T22:31:37.361Z] 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-01-12T22:31:37.361Z] ---> Running in 2a9df5a60270 [2021-01-12T22:31:37.625Z] ---> 733f6d64f1ef [2021-01-12T22:31:37.625Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T22:31:37.625Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T22:31:37.625Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T22:31:37.625Z] ---> aefe523efa57 [2021-01-12T22:31:37.625Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T22:31:37.890Z] ---> Running in 14f554913ee3 [2021-01-12T22:31:37.890Z] Removing intermediate container 2a9df5a60270 [2021-01-12T22:31:37.890Z] ---> c1b304cd02d4 [2021-01-12T22:31:37.890Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T22:31:37.890Z] ---> 9565a1764824 [2021-01-12T22:31:37.890Z] 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-01-12T22:31:38.170Z] ---> Running in 47c4e5ec3fcb [2021-01-12T22:31:38.170Z] ---> 3cf1d39f7eca [2021-01-12T22:31:38.170Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T22:31:38.438Z] ---> de8cf2f7c929 [2021-01-12T22:31:38.438Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T22:31:38.438Z] Removing intermediate container 47c4e5ec3fcb [2021-01-12T22:31:38.438Z] ---> 3ea252f5e296 [2021-01-12T22:31:38.438Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:31:38.438Z] ---> Running in 807566b93549 [2021-01-12T22:31:38.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:38.700Z] ---> 77897a6a8493 [2021-01-12T22:31:38.700Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T22:31:38.700Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:38.968Z] ---> Running in 1d8d5510c8a8 [2021-01-12T22:31:38.968Z] ---> ef739a0a7914 [2021-01-12T22:31:38.968Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T22:31:38.968Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T22:31:38.968Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T22:31:38.968Z] Executing bash-5.0.17-r0.post-install [2021-01-12T22:31:38.968Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:31:38.968Z] OK: 12 MiB in 22 packages [2021-01-12T22:31:39.232Z] Removing intermediate container 1d8d5510c8a8 [2021-01-12T22:31:39.232Z] ---> 17ac689ecfbc [2021-01-12T22:31:39.232Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:31:39.232Z] ---> Running in f327e1209ec0 [2021-01-12T22:31:39.496Z] ---> a6c00e7ca5fe [2021-01-12T22:31:39.496Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T22:31:39.807Z] Removing intermediate container f327e1209ec0 [2021-01-12T22:31:39.807Z] ---> 7816cc328914 [2021-01-12T22:31:39.807Z] Step 20/22 : LABEL arch=x86_64 [2021-01-12T22:31:40.143Z] ---> Running in a07b30edbd27 [2021-01-12T22:31:40.143Z] Removing intermediate container 14f554913ee3 [2021-01-12T22:31:40.143Z] ---> 98435898b53c [2021-01-12T22:31:40.143Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T22:31:40.143Z] ---> c6cf7df99e2c [2021-01-12T22:31:40.143Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T22:31:40.143Z] ---> Running in 937e0be43820 [2021-01-12T22:31:40.143Z] Removing intermediate container 807566b93549 [2021-01-12T22:31:40.143Z] ---> 879b87fb09d5 [2021-01-12T22:31:40.143Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-12T22:31:40.471Z] Removing intermediate container a07b30edbd27 [2021-01-12T22:31:40.471Z] ---> 333f7cde860c [2021-01-12T22:31:40.471Z] Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:31:40.471Z] ---> Running in deda779b6591 [2021-01-12T22:31:40.471Z] ---> Running in 7e057a24de6e [2021-01-12T22:31:40.832Z] Removing intermediate container 937e0be43820 [2021-01-12T22:31:40.832Z] ---> 80d2d71a7f41 [2021-01-12T22:31:40.832Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T22:31:40.832Z] ---> 9167cb5da284 [2021-01-12T22:31:40.832Z] 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-01-12T22:31:40.832Z] ---> Running in 5f777cd127ea [2021-01-12T22:31:40.832Z] ---> Running in 648c90f7aaa2 [2021-01-12T22:31:41.104Z] Removing intermediate container 7e057a24de6e [2021-01-12T22:31:41.104Z] ---> 9462250f3680 [2021-01-12T22:31:41.104Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:31:41.104Z] ---> Running in ac4b4302d9b3 [2021-01-12T22:31:41.104Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:41.104Z] Removing intermediate container 648c90f7aaa2 [2021-01-12T22:31:41.104Z] ---> 0542198509b2 [2021-01-12T22:31:41.104Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T22:31:41.368Z] ---> Running in 527cbf6e8b46 [2021-01-12T22:31:41.368Z] Removing intermediate container ac4b4302d9b3 [2021-01-12T22:31:41.368Z] ---> b9a2897eb9fc [2021-01-12T22:31:41.368Z] [2021-01-12T22:31:41.635Z] Successfully built b9a2897eb9fc [2021-01-12T22:31:41.635Z] Removing intermediate container 527cbf6e8b46 [2021-01-12T22:31:41.635Z] ---> 934e93a4fd27 [2021-01-12T22:31:41.635Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T22:31:41.635Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-12T22:31:41.902Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:42.165Z] ---> ac870caf542b [2021-01-12T22:31:42.165Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T22:31:42.165Z] Removing intermediate container 5f777cd127ea [2021-01-12T22:31:42.165Z] ---> d5cb46e0055b [2021-01-12T22:31:42.165Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T22:31:42.746Z] ---> Running in de876690a0c0 [2021-01-12T22:31:42.746Z] ---> b45be715650e [2021-01-12T22:31:42.747Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T22:31:43.012Z] Removing intermediate container de876690a0c0 [2021-01-12T22:31:43.012Z] ---> 02fbd7b2f6a7 [2021-01-12T22:31:43.012Z] Step 22/24 : LABEL arch=x86_64 [2021-01-12T22:31:43.012Z] ---> Running in fce5e098f9f8 [2021-01-12T22:31:43.280Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-12T22:31:43.280Z] ---> eca8defe8a18 [2021-01-12T22:31:43.280Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T22:31:43.280Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-12T22:31:43.280Z] ---> Running in 763cd2255c02 [2021-01-12T22:31:43.280Z] Removing intermediate container fce5e098f9f8 [2021-01-12T22:31:43.280Z] ---> a824df8818df [2021-01-12T22:31:43.280Z] Step 23/24 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:31:43.544Z] ---> Running in 4dd2e4ca2979 [2021-01-12T22:31:43.808Z] Removing intermediate container 4dd2e4ca2979 [2021-01-12T22:31:43.808Z] ---> 5e3791248e51 [2021-01-12T22:31:43.808Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T22:31:43.808Z] ---> Running in 28989ceb91c0 [2021-01-12T22:31:43.808Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-12T22:31:44.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:44.071Z] Removing intermediate container 28989ceb91c0 [2021-01-12T22:31:44.071Z] ---> c041049b8cf6 [2021-01-12T22:31:44.071Z] [2021-01-12T22:31:44.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:31:44.071Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-12T22:31:44.334Z] Successfully built c041049b8cf6 [2021-01-12T22:31:44.334Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T22:31:44.334Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T22:31:44.334Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T22:31:44.334Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T22:31:44.334Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-12T22:31:44.334Z]  Building docker-security-secretstore-setup-go ... done (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T22:31:44.334Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T22:31:44.334Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T22:31:45.279Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-12T22:31:45.279Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T22:31:45.279Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T22:31:45.279Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T22:31:45.279Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T22:31:45.279Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T22:31:45.279Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T22:31:45.279Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T22:31:45.541Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T22:31:45.541Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T22:31:45.541Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T22:31:45.541Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T22:31:45.541Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T22:31:45.541Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T22:31:45.541Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T22:31:45.541Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T22:31:45.541Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T22:31:45.541Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-12T22:31:45.541Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T22:31:45.803Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T22:31:45.803Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T22:31:45.803Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:31:45.803Z] OK: 8 MiB in 20 packages [2021-01-12T22:31:45.803Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T22:31:45.803Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T22:31:45.803Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T22:31:45.803Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T22:31:45.803Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T22:31:45.803Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T22:31:45.803Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T22:31:46.064Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:31:46.064Z] OK: 71 MiB in 55 packages [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 22.069s coverage: 82.7% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.047s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.085s coverage: 75.5% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.071s coverage: 80.8% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.136s coverage: 87.2% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.130s coverage: 84.2% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.183s coverage: 91.4% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.476s coverage: 63.5% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.056s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.079s coverage: 91.3% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.053s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.055s coverage: 73.7% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.052s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.754s coverage: 55.9% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.354s coverage: 37.0% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.448s coverage: 84.0% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.097s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.444s coverage: 47.1% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.119s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-12T22:31:47.810Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.115s coverage: 100.0% of statements [2021-01-12T22:31:47.810Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-12T22:31:50.280Z] Removing intermediate container deda779b6591 [2021-01-12T22:31:50.280Z] ---> 9aff9fa7a133 [2021-01-12T22:31:50.280Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:31:54.503Z] ---> 40b01bf5991b [2021-01-12T22:31:54.503Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T22:31:55.454Z] ---> be4eee5d0e04 [2021-01-12T22:31:55.454Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T22:31:55.454Z] Removing intermediate container 763cd2255c02 [2021-01-12T22:31:55.454Z] ---> cea87186e84c [2021-01-12T22:31:55.454Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T22:31:55.454Z] ---> Running in 2c84a322332b [2021-01-12T22:31:55.716Z] ---> 1cba84902106 [2021-01-12T22:31:55.716Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T22:31:55.716Z] ---> Running in 729b88eb7fe7 [2021-01-12T22:31:55.982Z] Removing intermediate container 729b88eb7fe7 [2021-01-12T22:31:55.982Z] ---> f333b33aacc1 [2021-01-12T22:31:55.982Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:31:55.982Z] ---> Running in 9fd738c17263 [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.633s coverage: 29.1% of statements [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.202s coverage: 99.0% of statements [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.098s coverage: 100.0% of statements [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.050s coverage: 0.0% of statements [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.063s coverage: 100.0% of statements [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.081s coverage: 87.9% of statements [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-12T22:31:56.117Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.050s coverage: 100.0% of statements [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2021-01-12T22:31:56.117Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2021-01-12T22:31:56.244Z] Removing intermediate container 9fd738c17263 [2021-01-12T22:31:56.244Z] ---> 2329b62252f1 [2021-01-12T22:31:56.244Z] Step 21/23 : LABEL arch=x86_64 [2021-01-12T22:31:56.244Z] ---> Running in 14ce10e2ab48 [2021-01-12T22:31:56.506Z] Removing intermediate container 14ce10e2ab48 [2021-01-12T22:31:56.506Z] ---> 1f21b4bce7b7 [2021-01-12T22:31:56.506Z] Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:31:56.506Z] ---> Running in d4844e6fe76b [2021-01-12T22:31:56.715Z] GO111MODULE=on go vet ./... [2021-01-12T22:31:56.768Z] Removing intermediate container d4844e6fe76b [2021-01-12T22:31:56.768Z] ---> 0cf80f647ac9 [2021-01-12T22:31:56.768Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:31:56.768Z] ---> Running in 9599f0aa90db [2021-01-12T22:31:56.768Z] Removing intermediate container 9599f0aa90db [2021-01-12T22:31:56.768Z] ---> e77dccdda1c0 [2021-01-12T22:31:56.768Z] [2021-01-12T22:31:57.029Z] Collecting docker-compose==1.23.2 [2021-01-12T22:31:57.029Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T22:31:57.029Z] Successfully built e77dccdda1c0 [2021-01-12T22:31:57.029Z] Successfully tagged docker-core-data-go:latest [2021-01-12T22:31:57.292Z]  Building docker-core-data-go ... done Collecting docopt<0.7,>=0.6.1 [2021-01-12T22:31:57.292Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T22:31:57.865Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T22:31:57.865Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T22:31:58.134Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T22:31:58.135Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T22:31:58.711Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T22:31:58.711Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T22:31:58.711Z] 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-01-12T22:31:58.711Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T22:31:58.711Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T22:31:58.973Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T22:31:58.973Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T22:31:58.973Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T22:31:58.973Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T22:31:59.234Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T22:31:59.234Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T22:31:59.808Z] Collecting PyYAML<4,>=3.10 [2021-01-12T22:31:59.808Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T22:32:00.381Z] 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-01-12T22:32:00.644Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T22:32:00.644Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T22:32:00.644Z] 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-01-12T22:32:00.644Z] Collecting idna<2.8,>=2.5 [2021-01-12T22:32:00.644Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T22:32:00.905Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T22:32:00.905Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T22:32:00.905Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T22:32:00.905Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T22:32:00.905Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T22:32:00.905Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T22:32:00.905Z] Installing collected packages: docopt, texttable, websocket-client, urllib3, idna, requests, jsonschema, docker-pycreds, docker, cached-property, dockerpty, PyYAML, docker-compose [2021-01-12T22:32:00.905Z] Running setup.py install for docopt: started [2021-01-12T22:32:01.481Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T22:32:01.481Z] Running setup.py install for texttable: started [2021-01-12T22:32:02.068Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T22:32:02.069Z] Attempting uninstall: urllib3 [2021-01-12T22:32:02.069Z] Found existing installation: urllib3 1.25.9 [2021-01-12T22:32:02.069Z] Uninstalling urllib3-1.25.9: [2021-01-12T22:32:02.069Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T22:32:02.330Z] Attempting uninstall: idna [2021-01-12T22:32:02.330Z] Found existing installation: idna 2.9 [2021-01-12T22:32:02.330Z] Uninstalling idna-2.9: [2021-01-12T22:32:02.330Z] Successfully uninstalled idna-2.9 [2021-01-12T22:32:02.594Z] Attempting uninstall: requests [2021-01-12T22:32:02.594Z] Found existing installation: requests 2.23.0 [2021-01-12T22:32:02.594Z] Uninstalling requests-2.23.0: [2021-01-12T22:32:02.594Z] Successfully uninstalled requests-2.23.0 [2021-01-12T22:32:03.167Z] Running setup.py install for dockerpty: started [2021-01-12T22:32:03.429Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T22:32:03.429Z] Running setup.py install for PyYAML: started [2021-01-12T22:32:04.006Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T22:32:04.268Z] 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-01-12T22:32:08.485Z] Removing intermediate container 2c84a322332b [2021-01-12T22:32:08.485Z] ---> 34d07fda0bd4 [2021-01-12T22:32:08.485Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T22:32:08.485Z] ---> Running in 2dc8d73c628d [2021-01-12T22:32:08.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-12T22:32:08.485Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-12T22:32:08.752Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:32:08.752Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T22:32:08.752Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T22:32:08.752Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:32:08.752Z] OK: 72 MiB in 58 packages [2021-01-12T22:32:09.330Z] Removing intermediate container 2dc8d73c628d [2021-01-12T22:32:09.330Z] ---> ea5095c7abd7 [2021-01-12T22:32:09.330Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T22:32:09.330Z] ---> Running in a7b666ddf118 [2021-01-12T22:32:09.330Z] Removing intermediate container a7b666ddf118 [2021-01-12T22:32:09.330Z] ---> 44345b7edd39 [2021-01-12T22:32:09.330Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:32:09.593Z] ---> Running in 6699eba77baf [2021-01-12T22:32:09.593Z] Removing intermediate container 6699eba77baf [2021-01-12T22:32:09.593Z] ---> 56a1f13d2e3e [2021-01-12T22:32:09.593Z] Step 24/26 : LABEL arch=x86_64 [2021-01-12T22:32:09.859Z] ---> Running in f2cfed56a657 [2021-01-12T22:32:09.859Z] Removing intermediate container f2cfed56a657 [2021-01-12T22:32:09.859Z] ---> 9ac7e0a0536b [2021-01-12T22:32:09.859Z] Step 25/26 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:32:09.859Z] ---> Running in a299116ba4a7 [2021-01-12T22:32:10.123Z] Removing intermediate container a299116ba4a7 [2021-01-12T22:32:10.123Z] ---> 16dc6a99d7f9 [2021-01-12T22:32:10.123Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T22:32:10.123Z] ---> Running in 0470009a2036 [2021-01-12T22:32:10.387Z] Removing intermediate container 0470009a2036 [2021-01-12T22:32:10.387Z] ---> 38ffae922f18 [2021-01-12T22:32:10.387Z] [2021-01-12T22:32:10.387Z] Successfully built 38ffae922f18 [2021-01-12T22:32:10.651Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-12T22:32:10.935Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T22:32:10.966Z] $ docker stop --time=1 5f1839ba501799bd8ef2b89d7df19db3c0f8900e71eabc551ec85439fe45ac3c [2021-01-12T22:32:12.621Z] $ docker rm -f 5f1839ba501799bd8ef2b89d7df19db3c0f8900e71eabc551ec85439fe45ac3c [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:32:13.173Z] + docker images [2021-01-12T22:32:13.174Z] + grep docker [2021-01-12T22:32:13.745Z] docker-sys-mgmt-agent-go latest 38ffae922f18 3 seconds ago 313MB [2021-01-12T22:32:13.745Z] docker-core-data-go latest e77dccdda1c0 17 seconds ago 22.3MB [2021-01-12T22:32:13.745Z] docker-security-secretstore-setup-go latest c041049b8cf6 30 seconds ago 24.6MB [2021-01-12T22:32:13.745Z] docker-support-scheduler-go latest b9a2897eb9fc 32 seconds ago 16.4MB [2021-01-12T22:32:13.745Z] docker-security-bootstrapper-go latest 430ecb43be90 About a minute ago 41.5MB [2021-01-12T22:32:13.745Z] docker-security-proxy-setup-go latest 2f5220e1ee32 2 minutes ago 24.5MB [2021-01-12T22:32:13.745Z] docker-core-command-go latest 5931f075b246 2 minutes ago 16.2MB [2021-01-12T22:32:13.745Z] docker-core-metadata-go latest 17527ec58387 2 minutes ago 18.7MB [2021-01-12T22:32:13.746Z] docker-support-notifications-go latest e4772e7ba096 2 minutes ago 16.9MB [2021-01-12T22:32:13.746Z] docker 20.10.0 aefe523efa57 4 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-12T22:32:29.413Z] Still waiting to schedule task [2021-01-12T22:32:29.414Z] Waiting for next available executor on ‘ubuntu18.04-docker-8c-8g’ [2021-01-12T22:33:04.775Z] gofmt -l . [2021-01-12T22:33:05.395Z] [ "`gofmt -l .`" = "" ] [2021-01-12T22:33:08.132Z] ./bin/test-go-mod-tidy.sh [2021-01-12T22:33:08.750Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-12T22:33:10.488Z] + ls -al . [2021-01-12T22:33:10.488Z] total 692 [2021-01-12T22:33:10.488Z] drwxrwxr-x 9 1001 1001 4096 Jan 12 22:33 . [2021-01-12T22:33:10.488Z] drwxr-xr-x 4 root root 4096 Jan 12 22:29 .. [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 11 Jan 12 22:27 .dockerignore [2021-01-12T22:33:10.488Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 22:27 .git [2021-01-12T22:33:10.488Z] drwxrwxr-x 3 1001 1001 4096 Jan 12 22:27 .github [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 872 Jan 12 22:27 .gitignore [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 166 Jan 12 22:27 .sonarcloud.properties [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 7841 Jan 12 22:27 Attribution.txt [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 3804 Jan 12 22:27 CONTRIBUTING.md [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 931 Jan 12 22:27 Dockerfile.build [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 863 Jan 12 22:27 Jenkinsfile [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 10775 Jan 12 22:27 LICENSE [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 6001 Jan 12 22:27 Makefile [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 6524 Jan 12 22:27 README.md [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 6744 Jan 12 22:27 SECURITY.md [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 5 Jan 12 22:24 VERSION [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 4131 Jan 12 22:27 ZMQWindows.md [2021-01-12T22:33:10.488Z] drwxrwxr-x 2 1001 1001 4096 Jan 12 22:27 bin [2021-01-12T22:33:10.488Z] drwxrwxr-x 15 1001 1001 4096 Jan 12 22:27 cmd [2021-01-12T22:33:10.488Z] -rw-r--r-- 1 root root 558011 Jan 12 22:31 coverage.out [2021-01-12T22:33:10.488Z] -rw-r--r-- 1 root root 1005 Jan 12 22:33 go.mod [2021-01-12T22:33:10.488Z] -rw-r--r-- 1 root root 19172 Jan 12 22:33 go.sum [2021-01-12T22:33:10.488Z] drwxrwxr-x 8 1001 1001 4096 Jan 12 22:27 internal [2021-01-12T22:33:10.488Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 22:27 openapi [2021-01-12T22:33:10.488Z] drwxrwxr-x 4 1001 1001 4096 Jan 12 22:27 snap [2021-01-12T22:33:10.488Z] -rw-rw-r-- 1 1001 1001 168 Jan 12 22:27 version.go [Pipeline] sh [2021-01-12T22:33:10.884Z] + '[' -e coverage.out ] [2021-01-12T22:33:10.885Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-12T22:33:10.967Z] Warning: overwriting stash ‘coverage-report’ [2021-01-12T22:33:12.094Z] Stashed 1 file(s) [Pipeline] sh [2021-01-12T22:33:12.879Z] + make build [2021-01-12T22:33:12.879Z] 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-01-12T22:33:23.124Z] 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-01-12T22:33:45.411Z] 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-01-12T22:33:49.752Z] 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-01-12T22:33:54.076Z] 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-01-12T22:33:55.505Z] 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-01-12T22:33:59.820Z] 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-01-12T22:34:04.228Z] 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-01-12T22:34:05.860Z] Running on prd-ubuntu18.04-docker-8c-8g-19849 in /w/workspace/edgexfoundry_edgex-go_PR-2970 [Pipeline] { [Pipeline] ws [2021-01-12T22:34:05.911Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-12T22:34:08.562Z] using credential edgex-jenkins-ssh [2021-01-12T22:34:08.614Z] Cloning the remote Git repository [2021-01-12T22:34:08.625Z] 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-01-12T22:34:08.641Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:34:08.701Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-12T22:34:08.728Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:34:08.729Z] > git --version # timeout=10 [2021-01-12T22:34:08.735Z] > git --version # 'git version 2.17.1' [2021-01-12T22:34:08.736Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:34:08.766Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:34:12.038Z] 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-01-12T22:34:15.435Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:34:18.849Z] 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-01-12T22:34:23.173Z] 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-01-12T22:34:25.522Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T22:34:25.525Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-12T22:34:25.533Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-12T22:34:25.542Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-12T22:34:25.542Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:34:25.546Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2970/head:refs/remotes/origin/PR-2970 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-12T22:34:26.153Z] Merging remotes/origin/master commit 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 into PR head commit 1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:34:26.270Z] Merge succeeded, producing 1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:34:26.271Z] Checking out Revision 1fe9c57595a4564b38ed3255b61c8dcb89657231 (PR-2970) [2021-01-12T22:34:26.165Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:34:26.170Z] > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 [2021-01-12T22:34:26.241Z] > git remote # timeout=10 [2021-01-12T22:34:26.253Z] > git config --get remote.origin.url # timeout=10 [2021-01-12T22:34:26.257Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-12T22:34:26.261Z] > git merge 5b72ce2cf69a759a04ce8c66d8b34f2d78e510c0 # timeout=10 [2021-01-12T22:34:26.269Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-12T22:34:26.276Z] > git config core.sparsecheckout # timeout=10 [2021-01-12T22:34:26.281Z] > git checkout -f 1fe9c57595a4564b38ed3255b61c8dcb89657231 # timeout=10 [Pipeline] } [2021-01-12T22:34:28.617Z] $ docker stop --time=1 48335136c337f517f05bde85d3d6f84993686b665d5f686cf4c4fd5d4788a623 [2021-01-12T22:34:30.009Z] Commit message: "feat(security): run security-bootstrapper executeable as $$EDGEX_USER" [2021-01-12T22:34:31.111Z] $ docker rm -f 48335136c337f517f05bde85d3d6f84993686b665d5f686cf4c4fd5d4788a623 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:34:33.068Z] + echo snap-build.sh [2021-01-12T22:34:33.068Z] snap-build.sh [2021-01-12T22:34:33.068Z] + SNAP_BASE_DIR=. [2021-01-12T22:34:33.068Z] + '[' '!' -z /w/workspace/edgex-go/21 ']' [2021-01-12T22:34:33.068Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/21 [2021-01-12T22:34:33.068Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' [2021-01-12T22:34:33.068Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/21] [2021-01-12T22:34:33.068Z] + cd /w/workspace/edgex-go/21 [2021-01-12T22:34:33.068Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-12T22:34:33.068Z] Reading package lists... [2021-01-12T22:34:33.068Z] Building dependency tree... [2021-01-12T22:34:33.068Z] Reading state information... [2021-01-12T22:34:33.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:34:33.259Z] [2021-01-12T22:34:33.259Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:34:33.331Z] The following packages were automatically installed and are no longer required: [2021-01-12T22:34:33.331Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-12T22:34:33.331Z] uidmap xdelta3 [2021-01-12T22:34:33.331Z] Use 'sudo apt autoremove' to remove them. [2021-01-12T22:34:33.331Z] The following packages will be REMOVED: [2021-01-12T22:34:33.331Z] lxd* lxd-client* [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:34:33.904Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-12T22:34:33.904Z] After this operation, 31.7 MB disk space will be freed. [2021-01-12T22:34:33.917Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:34:33.917Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-12T22:34:33.917Z] 29e5d40040c1: Pulling fs layer [2021-01-12T22:34:33.917Z] 1ce36da41761: Pulling fs layer [2021-01-12T22:34:33.917Z] 25b303627fd3: Pulling fs layer [2021-01-12T22:34:34.515Z] 29e5d40040c1: Verifying Checksum [2021-01-12T22:34:34.515Z] 29e5d40040c1: Download complete [2021-01-12T22:34:34.695Z] (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-01-12T22:34:34.789Z] 1ce36da41761: Verifying Checksum [2021-01-12T22:34:34.789Z] 1ce36da41761: Download complete [2021-01-12T22:34:34.956Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:34:35.064Z] 29e5d40040c1: Pull complete [2021-01-12T22:34:35.528Z] Removing lxd dnsmasq configuration [2021-01-12T22:34:35.789Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:34:35.789Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-12T22:34:36.493Z] 1ce36da41761: Pull complete [2021-01-12T22:34:36.493Z] 25b303627fd3: Verifying Checksum [2021-01-12T22:34:36.493Z] 25b303627fd3: Download complete [2021-01-12T22:34:36.732Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-12T22:34:36.993Z] (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-01-12T22:34:36.993Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-12T22:34:37.940Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-12T22:34:38.202Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-12T22:34:39.587Z] + sudo snap remove --purge lxd [2021-01-12T22:34:39.587Z] snap "lxd" is not installed [2021-01-12T22:34:39.587Z] + sudo groupadd --force --system lxd [2021-01-12T22:34:39.587Z] ++ whoami [2021-01-12T22:34:39.587Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-12T22:34:39.587Z] + newgrp - lxd [2021-01-12T22:34:39.587Z] + sudo snap install lxd [2021-01-12T22:34:46.631Z] 25b303627fd3: Pull complete [2021-01-12T22:34:46.631Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-12T22:34:46.631Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:34:46.631Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-12T22:34:46.887Z] prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container [2021-01-12T22:34:46.980Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-01-12T22:34:47.723Z] 2021-01-12T22:34:45Z INFO Waiting for automatic snapd restart... [2021-01-12T22:34:50.061Z] $ docker top 28ea75764ace42f684fed01515beb3567c2c0847d73b76a85636c46d6e73ad44 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:34:51.088Z] + docker-compose build --help [2021-01-12T22:34:51.088Z] + grep parallel [2021-01-12T22:34:54.459Z] --parallel Build images in parallel. [Pipeline] } [2021-01-12T22:34:54.496Z] $ docker stop --time=1 28ea75764ace42f684fed01515beb3567c2c0847d73b76a85636c46d6e73ad44 [2021-01-12T22:34:56.406Z] $ docker rm -f 28ea75764ace42f684fed01515beb3567c2c0847d73b76a85636c46d6e73ad44 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:34:57.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-12T22:34:57.215Z] . [Pipeline] withDockerContainer [2021-01-12T22:34:57.455Z] prd-ubuntu18.04-docker-arm64-4c-16g-19843 does not seem to be running inside a container [2021-01-12T22:34:57.557Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-12T22:34:58.817Z] $ docker top ad6957cfdebaf9f0bacd004b97fd0c26736038a954fc706f7945b5429cc1124a -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:34:59.866Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-12T22:34:59.999Z] lxd 4.10 from Canonical* installed [2021-01-12T22:34:59.999Z] + sudo lxd init --auto [2021-01-12T22:35:03.253Z] Building docker-core-command-go ... [2021-01-12T22:35:03.253Z] Building docker-core-data-go ... [2021-01-12T22:35:03.253Z] Building docker-core-metadata-go ... [2021-01-12T22:35:03.253Z] Building docker-security-bootstrapper-go ... [2021-01-12T22:35:03.253Z] Building docker-security-proxy-setup-go ... [2021-01-12T22:35:03.253Z] Building docker-security-secretstore-setup-go ... [2021-01-12T22:35:03.253Z] Building docker-support-notifications-go ... [2021-01-12T22:35:03.253Z] Building docker-support-scheduler-go ... [2021-01-12T22:35:03.253Z] Building docker-sys-mgmt-agent-go ... [2021-01-12T22:35:03.253Z] Building docker-support-scheduler-go [2021-01-12T22:35:03.253Z] Building docker-core-metadata-go [2021-01-12T22:35:03.253Z] Building docker-core-command-go [2021-01-12T22:35:03.253Z] Building docker-security-secretstore-setup-go [2021-01-12T22:35:03.253Z] Building docker-security-bootstrapper-go [2021-01-12T22:35:08.174Z] + sudo snap install --classic snapcraft [2021-01-12T22:35:16.322Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T22:35:16.322Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-12T22:35:16.322Z] + patch --verbose -p1 [2021-01-12T22:35:16.322Z] Hmm... Looks like a unified diff to me... [2021-01-12T22:35:16.322Z] The text leading up to this was: [2021-01-12T22:35:16.323Z] -------------------------- [2021-01-12T22:35:16.323Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-12T22:35:16.323Z] |From: Tony Espy [2021-01-12T22:35:16.323Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-12T22:35:16.323Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-12T22:35:16.323Z] | [2021-01-12T22:35:16.323Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-12T22:35:16.323Z] |optimize the snap CI check run for pull requests. When [2021-01-12T22:35:16.323Z] |applied, it essentially strips out everything (apps and [2021-01-12T22:35:16.323Z] |parts) from the snapcraft.yaml file except those required [2021-01-12T22:35:16.323Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-12T22:35:16.323Z] |catch changes to edgex-go that break the snap build. [2021-01-12T22:35:16.323Z] | [2021-01-12T22:35:16.323Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-12T22:35:16.323Z] |to update this patch file, otherwise it may fail to apply, [2021-01-12T22:35:16.323Z] |resulting in a failed snap build CI check in the associated [2021-01-12T22:35:16.323Z] |pull request. [2021-01-12T22:35:16.323Z] | [2021-01-12T22:35:16.323Z] |Note - in addition to applying this patch, the pipeline also [2021-01-12T22:35:16.323Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-12T22:35:16.323Z] |need to build the finally binary .snap file (and it won't [2021-01-12T22:35:16.323Z] |work with the patch applied). This further reduces the build [2021-01-12T22:35:16.323Z] |time. [2021-01-12T22:35:16.323Z] |--- [2021-01-12T22:35:16.323Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-12T22:35:16.323Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-12T22:35:16.323Z] | [2021-01-12T22:35:16.323Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-12T22:35:16.323Z] |index 1e537489..faf42425 100644 [2021-01-12T22:35:16.323Z] |--- a/snap/snapcraft.yaml [2021-01-12T22:35:16.323Z] |+++ b/snap/snapcraft.yaml [2021-01-12T22:35:16.323Z] -------------------------- [2021-01-12T22:35:16.323Z] patching file snap/snapcraft.yaml [2021-01-12T22:35:16.323Z] Using Plan A... [2021-01-12T22:35:16.323Z] Hunk #1 succeeded at 73. [2021-01-12T22:35:16.323Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-12T22:35:16.323Z] Hunk #3 succeeded at 214. [2021-01-12T22:35:16.323Z] Hunk #4 succeeded at 222. [2021-01-12T22:35:16.323Z] Hunk #5 succeeded at 229. [2021-01-12T22:35:16.323Z] Hunk #6 succeeded at 256. [2021-01-12T22:35:16.323Z] Hunk #7 succeeded at 290. [2021-01-12T22:35:16.323Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-12T22:35:16.323Z] Hmm... Ignoring the trailing garbage. [2021-01-12T22:35:16.323Z] done [2021-01-12T22:35:16.323Z] + sudo snapcraft prime --use-lxd [2021-01-12T22:35:17.710Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-12T22:35:17.710Z] 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-01-12T22:35:17.710Z] - README.md [2021-01-12T22:35:17.710Z] - snapcraft.yaml.orig [2021-01-12T22:35:17.710Z] [2021-01-12T22:35:17.710Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T22:35:18.281Z] Launching a container. [2021-01-12T22:35:30.530Z] Waiting for container to be ready [2021-01-12T22:35:30.530Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-12T22:35:30.530Z] [2021-01-12T22:35:33.083Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-12T22:35:33.083Z] Waiting for network to be ready... [2021-01-12T22:35:33.660Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T22:35:33.660Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T22:35:34.234Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T22:35:34.234Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T22:35:34.234Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T22:35:34.497Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T22:35:34.497Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T22:35:34.497Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T22:35:34.497Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T22:35:34.497Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T22:35:34.497Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T22:35:34.497Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T22:35:34.497Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T22:35:34.497Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T22:35:34.497Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T22:35:34.497Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T22:35:34.497Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T22:35:34.758Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T22:35:35.020Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T22:35:35.281Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T22:35:35.281Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T22:35:35.281Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T22:35:35.281Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T22:35:35.281Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T22:35:35.281Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T22:35:35.281Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T22:35:35.281Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T22:35:37.833Z] Fetched 23.7 MB in 4s (5583 kB/s) [2021-01-12T22:35:38.778Z] Reading package lists... [2021-01-12T22:35:38.778Z] Reading package lists... [2021-01-12T22:35:39.040Z] Building dependency tree... [2021-01-12T22:35:39.040Z] Reading state information... [2021-01-12T22:35:39.040Z] The following additional packages will be installed: [2021-01-12T22:35:39.040Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T22:35:39.040Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T22:35:39.040Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T22:35:39.040Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-12T22:35:39.040Z] Suggested packages: [2021-01-12T22:35:39.040Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-12T22:35:39.040Z] Recommended packages: [2021-01-12T22:35:39.040Z] gnupg libsasl2-modules [2021-01-12T22:35:39.040Z] The following NEW packages will be installed: [2021-01-12T22:35:39.040Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-12T22:35:39.040Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-12T22:35:39.040Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-12T22:35:39.040Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-12T22:35:39.040Z] The following packages will be upgraded: [2021-01-12T22:35:39.040Z] gpg gpg-agent gpgconf libudev1 [2021-01-12T22:35:39.302Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-12T22:35:39.302Z] Need to get 3532 kB of archives. [2021-01-12T22:35:39.302Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-12T22:35:39.302Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-12T22:35:39.302Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-12T22:35:39.563Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-12T22:35:39.825Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-12T22:35:39.825Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-12T22:35:39.825Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-12T22:35:39.825Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-12T22:35:39.825Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-12T22:35:39.825Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-12T22:35:39.825Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-12T22:35:39.825Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-12T22:35:40.088Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-12T22:35:40.088Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-12T22:35:40.088Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-12T22:35:40.088Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-12T22:35:40.088Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-12T22:35:40.088Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-12T22:35:40.088Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-12T22:35:40.088Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-12T22:35:40.088Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-12T22:35:40.088Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-12T22:35:40.088Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-12T22:35:40.350Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:35:40.350Z] Fetched 3532 kB in 1s (3469 kB/s) [2021-01-12T22:35:40.350Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T22:35:40.350Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:35:40.350Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:35:40.351Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-12T22:35:40.611Z] Selecting previously unselected package udev. [2021-01-12T22:35:40.611Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-12T22:35:40.611Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:35:40.611Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-12T22:35:40.872Z] Selecting previously unselected package libfuse2:amd64. [2021-01-12T22:35:40.872Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T22:35:40.872Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T22:35:40.872Z] Selecting previously unselected package fuse. [2021-01-12T22:35:40.872Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-12T22:35:40.872Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-12T22:35:40.872Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:35:41.133Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:35:41.133Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:35:41.133Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:35:41.133Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:35:41.395Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:35:41.395Z] Selecting previously unselected package libksba8:amd64. [2021-01-12T22:35:41.395Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-12T22:35:41.395Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-12T22:35:41.395Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-12T22:35:41.395Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:41.395Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:41.657Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-12T22:35:41.657Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:41.657Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:41.657Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-12T22:35:41.657Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:41.657Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:41.924Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-12T22:35:41.924Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:41.924Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:41.924Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-12T22:35:41.924Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:41.924Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:42.186Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-12T22:35:42.186Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:42.186Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:42.186Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-12T22:35:42.186Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:42.186Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:42.449Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-12T22:35:42.449Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:42.449Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:42.449Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-12T22:35:42.449Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-12T22:35:42.449Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:42.711Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-12T22:35:42.711Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T22:35:42.711Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:35:42.711Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-12T22:35:42.711Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-12T22:35:42.711Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:35:42.711Z] Selecting previously unselected package libldap-common. [2021-01-12T22:35:42.711Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-12T22:35:42.974Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:35:42.974Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-12T22:35:42.974Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-12T22:35:42.974Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:35:42.974Z] Selecting previously unselected package dirmngr. [2021-01-12T22:35:42.974Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:35:43.235Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T22:35:43.235Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:35:43.235Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-12T22:35:43.235Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-12T22:35:43.235Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:35:43.235Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-12T22:35:43.496Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-12T22:35:43.496Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:43.496Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-12T22:35:43.496Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:35:43.496Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-12T22:35:44.066Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-12T22:35:44.066Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.066Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-12T22:35:44.066Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-12T22:35:44.066Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-12T22:35:44.066Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-12T22:35:44.326Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-12T22:35:44.326Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-12T22:35:44.588Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:35:44.849Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-12T22:35:44.849Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-12T22:35:44.850Z] This means they are not meant to be enabled using systemctl. [2021-01-12T22:35:44.850Z] Possible reasons for having this kind of units are: [2021-01-12T22:35:44.850Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-12T22:35:44.850Z] .wants/ or .requires/ directory. [2021-01-12T22:35:44.850Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-12T22:35:44.850Z] a requirement dependency on it. [2021-01-12T22:35:44.850Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-12T22:35:44.850Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-12T22:35:44.850Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-12T22:35:44.850Z] instance name specified. [2021-01-12T22:35:45.110Z] Reading package lists... [2021-01-12T22:35:45.370Z] Building dependency tree... [2021-01-12T22:35:45.371Z] Reading state information... [2021-01-12T22:35:45.371Z] The following additional packages will be installed: [2021-01-12T22:35:45.371Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-12T22:35:45.371Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-12T22:35:45.371Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-12T22:35:45.371Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-12T22:35:45.371Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-12T22:35:45.371Z] Suggested packages: [2021-01-12T22:35:45.371Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-12T22:35:45.371Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-12T22:35:45.371Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-12T22:35:45.371Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-12T22:35:45.371Z] systemd-container policykit-1 [2021-01-12T22:35:45.371Z] Recommended packages: [2021-01-12T22:35:45.371Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-12T22:35:45.631Z] The following NEW packages will be installed: [2021-01-12T22:35:45.631Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-12T22:35:45.631Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-12T22:35:45.631Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-12T22:35:45.631Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-12T22:35:45.631Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-12T22:35:45.631Z] The following packages will be upgraded: [2021-01-12T22:35:45.631Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-12T22:35:45.631Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-12T22:35:45.631Z] Need to get 35.2 MB of archives. [2021-01-12T22:35:45.631Z] After this operation, 141 MB of additional disk space will be used. [2021-01-12T22:35:45.631Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-12T22:35:45.631Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-12T22:35:46.574Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-12T22:35:46.574Z] 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-01-12T22:35:46.574Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-12T22:35:46.574Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-12T22:35:46.574Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-12T22:35:46.574Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-12T22:35:46.574Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-12T22:35:46.574Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-12T22:35:46.574Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-12T22:35:46.574Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-12T22:35:46.574Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-12T22:35:46.574Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-12T22:35:46.574Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-12T22:35:46.574Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-12T22:35:46.574Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-12T22:35:46.836Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-12T22:35:46.836Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-12T22:35:46.836Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-12T22:35:46.836Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-12T22:35:46.837Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-12T22:35:46.837Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-12T22:35:46.837Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-12T22:35:46.837Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-12T22:35:46.837Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-12T22:35:46.837Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-12T22:35:46.837Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-12T22:35:46.837Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-12T22:35:46.837Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-12T22:35:47.780Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:35:47.780Z] Fetched 35.2 MB in 2s (15.8 MB/s) [2021-01-12T22:35:48.041Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T22:35:48.041Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:35:48.041Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:35:48.619Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:35:48.619Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:35:48.881Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-12T22:35:48.881Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T22:35:48.881Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T22:35:48.881Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T22:35:49.141Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-12T22:35:49.401Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-12T22:35:49.401Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-12T22:35:49.401Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-12T22:35:49.660Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-12T22:35:49.660Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-12T22:35:50.231Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-12T22:35:50.231Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-12T22:35:50.231Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T22:35:50.231Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T22:35:50.495Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-12T22:35:50.495Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:35:50.495Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:50.495Z] Selecting previously unselected package libexpat1:amd64. [2021-01-12T22:35:50.495Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-12T22:35:50.495Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T22:35:50.757Z] Selecting previously unselected package python3.6-minimal. [2021-01-12T22:35:50.757Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:35:50.757Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:51.043Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T22:35:51.043Z] Checking for services that may need to be restarted...done. [2021-01-12T22:35:51.043Z] Checking for services that may need to be restarted...done. [2021-01-12T22:35:51.043Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:51.043Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-12T22:35:51.043Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:51.616Z] Selecting previously unselected package python3-minimal. [2021-01-12T22:35:51.616Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-12T22:35:51.616Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-12T22:35:51.616Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-12T22:35:51.616Z] Selecting previously unselected package mime-support. [2021-01-12T22:35:51.876Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-12T22:35:51.876Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-12T22:35:51.876Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-12T22:35:51.876Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-12T22:35:51.877Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T22:35:51.877Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-12T22:35:51.877Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:35:51.877Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:52.136Z] Selecting previously unselected package python3.6. [2021-01-12T22:35:52.136Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-12T22:35:52.136Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:52.396Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-12T22:35:52.396Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-12T22:35:52.396Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T22:35:52.396Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-12T22:35:52.657Z] Selecting previously unselected package python3. [2021-01-12T22:35:52.657Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-12T22:35:52.657Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-12T22:35:52.917Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-12T22:35:52.917Z] Selecting previously unselected package multiarch-support. [2021-01-12T22:35:52.917Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:35:52.917Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T22:35:52.917Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-12T22:35:52.917Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-12T22:35:53.177Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-12T22:35:53.177Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-12T22:35:53.177Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T22:35:53.177Z] Selecting previously unselected package libbsd0:amd64. [2021-01-12T22:35:53.177Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-12T22:35:53.177Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T22:35:53.177Z] Selecting previously unselected package sudo. [2021-01-12T22:35:53.177Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-12T22:35:53.177Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T22:35:53.437Z] Selecting previously unselected package apparmor. [2021-01-12T22:35:53.437Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T22:35:53.437Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-12T22:35:53.698Z] Selecting previously unselected package libedit2:amd64. [2021-01-12T22:35:53.698Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-12T22:35:53.698Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T22:35:53.698Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-12T22:35:53.698Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:35:53.698Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:53.698Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-12T22:35:53.698Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:35:53.698Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:53.958Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-12T22:35:53.958Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-12T22:35:53.958Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T22:35:53.958Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-12T22:35:53.958Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:35:53.958Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:54.220Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-12T22:35:54.220Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-12T22:35:54.220Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:54.220Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-12T22:35:54.220Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-12T22:35:54.220Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T22:35:54.480Z] Selecting previously unselected package openssh-client. [2021-01-12T22:35:54.480Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-12T22:35:54.480Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T22:35:54.480Z] Selecting previously unselected package squashfs-tools. [2021-01-12T22:35:54.480Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-12T22:35:54.480Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T22:35:54.741Z] Selecting previously unselected package snapd. [2021-01-12T22:35:54.741Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-12T22:35:54.741Z] Unpacking snapd (2.48+18.04) ... [2021-01-12T22:35:56.649Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-12T22:35:56.649Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-12T22:35:56.649Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-12T22:35:56.649Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-12T22:35:56.909Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-12T22:35:56.909Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:56.909Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:35:56.909Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-12T22:35:56.909Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-12T22:35:57.849Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-12T22:35:57.849Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-12T22:35:57.849Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-12T22:35:57.849Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:57.849Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:57.849Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-12T22:35:58.795Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-12T22:35:58.795Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:35:58.795Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-12T22:35:58.795Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-12T22:35:58.795Z] running python rtupdate hooks for python3.6... [2021-01-12T22:35:58.795Z] running python post-rtupdate hooks for python3.6... [2021-01-12T22:35:59.057Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-12T22:36:00.971Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-12T22:36:00.971Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-12T22:36:00.971Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-12T22:36:00.971Z] Setting up snapd (2.48+18.04) ... [2021-01-12T22:36:01.541Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-12T22:36:01.541Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-12T22:36:01.802Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-12T22:36:02.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-12T22:36:02.063Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T22:36:02.063Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-12T22:36:02.323Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-12T22:36:02.584Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-12T22:36:02.584Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-12T22:36:02.845Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-12T22:36:02.845Z] /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-01-12T22:36:03.104Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-12T22:36:03.104Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T22:36:04.045Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T22:36:04.045Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T22:36:04.045Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T22:36:05.246Z] Reading package lists... [2021-01-12T22:36:05.246Z] Reading package lists... [2021-01-12T22:36:05.507Z] Building dependency tree... [2021-01-12T22:36:05.507Z] Reading state information... [2021-01-12T22:36:05.770Z] Calculating upgrade... [2021-01-12T22:36:05.770Z] The following packages will be upgraded: [2021-01-12T22:36:05.770Z] advancecomp base-files bash binutils binutils-common [2021-01-12T22:36:05.770Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-12T22:36:05.770Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-12T22:36:05.770Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-12T22:36:05.770Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-12T22:36:05.770Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-12T22:36:05.770Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-12T22:36:05.770Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-12T22:36:05.770Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-12T22:36:05.770Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-12T22:36:05.770Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-12T22:36:05.770Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-12T22:36:05.770Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-12T22:36:05.770Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-12T22:36:05.770Z] ubuntu-keyring util-linux [2021-01-12T22:36:06.031Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T22:36:06.031Z] Need to get 63.7 MB of archives. [2021-01-12T22:36:06.031Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-12T22:36:06.031Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-12T22:36:06.031Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-12T22:36:06.031Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-12T22:36:06.031Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-12T22:36:06.031Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-12T22:36:06.031Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-12T22:36:06.031Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-12T22:36:06.031Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-12T22:36:06.031Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-12T22:36:06.031Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-12T22:36:06.031Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-12T22:36:06.031Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-12T22:36:06.031Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-12T22:36:06.031Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-12T22:36:06.031Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-12T22:36:06.031Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-12T22:36:06.031Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-12T22:36:06.315Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-12T22:36:06.315Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-12T22:36:06.315Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-12T22:36:06.315Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-12T22:36:06.315Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-12T22:36:06.315Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-12T22:36:06.315Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-12T22:36:06.315Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-12T22:36:06.315Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-12T22:36:06.315Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-12T22:36:06.315Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-12T22:36:06.315Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-12T22:36:06.315Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-12T22:36:06.315Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-12T22:36:06.315Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-12T22:36:06.315Z] Get:33 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-12T22:36:06.315Z] Get:34 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-12T22:36:06.315Z] Get:35 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-12T22:36:06.315Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-12T22:36:06.315Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-12T22:36:06.315Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-12T22:36:06.315Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-12T22:36:06.315Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-12T22:36:06.315Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-12T22:36:06.315Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-12T22:36:06.315Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-12T22:36:06.315Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-12T22:36:06.315Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-12T22:36:06.315Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-12T22:36:06.315Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-12T22:36:06.315Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-12T22:36:06.315Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-12T22:36:06.315Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-12T22:36:06.315Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-12T22:36:06.315Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-12T22:36:06.315Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-12T22:36:06.315Z] Get:54 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-12T22:36:06.315Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-12T22:36:06.575Z] Get:56 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-12T22:36:06.837Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-12T22:36:06.837Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-12T22:36:06.837Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-12T22:36:07.097Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-12T22:36:07.097Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-12T22:36:07.097Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-12T22:36:07.097Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-12T22:36:07.097Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-12T22:36:07.097Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-12T22:36:07.097Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-12T22:36:07.357Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-12T22:36:07.357Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-12T22:36:07.357Z] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-12T22:36:07.357Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-12T22:36:07.357Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-12T22:36:07.357Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-12T22:36:07.357Z] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-12T22:36:07.357Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-12T22:36:07.357Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-12T22:36:07.357Z] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-12T22:36:07.357Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-12T22:36:07.618Z] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-12T22:36:07.618Z] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-12T22:36:07.618Z] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-12T22:36:07.618Z] Get:81 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-01-12T22:36:07.618Z] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-12T22:36:07.618Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-12T22:36:07.618Z] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-12T22:36:07.618Z] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-12T22:36:07.618Z] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-12T22:36:07.618Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-12T22:36:07.878Z] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-12T22:36:07.878Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-12T22:36:07.878Z] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-12T22:36:07.878Z] Get:91 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-01-12T22:36:07.878Z] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-12T22:36:07.878Z] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-12T22:36:07.878Z] Get:94 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-12T22:36:07.878Z] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-12T22:36:07.878Z] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-12T22:36:07.878Z] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-12T22:36:08.139Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:36:08.139Z] Fetched 63.7 MB in 2s (31.9 MB/s) [2021-01-12T22:36:08.139Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:08.139Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:36:08.139Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:36:08.707Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:36:08.707Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:36:08.968Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-12T22:36:08.968Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-12T22:36:09.912Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:09.912Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:09.912Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:09.912Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.173Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:10.173Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.434Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:10.434Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.434Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:10.434Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.701Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:10.701Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.701Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:10.701Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.961Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:10.961Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:36:10.961Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:10.961Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-12T22:36:10.961Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:11.222Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:36:11.222Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:11.222Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:11.222Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:11.483Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:11.483Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:11.483Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-12T22:36:11.742Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:12.006Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:36:12.006Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:36:12.006Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:36:12.578Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T22:36:12.840Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-12T22:36:12.840Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-12T22:36:12.840Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-12T22:36:12.840Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-12T22:36:12.840Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-12T22:36:13.104Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-12T22:36:13.104Z] Installing new version of config file /etc/issue ... [2021-01-12T22:36:13.104Z] Installing new version of config file /etc/issue.net ... [2021-01-12T22:36:13.104Z] Installing new version of config file /etc/lsb-release ... [2021-01-12T22:36:13.104Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-12T22:36:13.365Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-12T22:36:13.631Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-12T22:36:13.631Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-12T22:36:13.631Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:13.631Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-12T22:36:13.631Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-12T22:36:13.900Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-12T22:36:13.900Z] 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-01-12T22:36:13.900Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:13.900Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:13.900Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:14.169Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:14.169Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:14.169Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-12T22:36:14.169Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-12T22:36:14.169Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-12T22:36:14.430Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:14.430Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-12T22:36:14.430Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T22:36:14.692Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-12T22:36:14.692Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:14.692Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:36:14.954Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:36:14.954Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T22:36:14.954Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:14.954Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:36:14.954Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:36:15.214Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-12T22:36:15.214Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:15.214Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-12T22:36:15.475Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-12T22:36:15.475Z] Setting up grep (3.1-2build1) ... [2021-01-12T22:36:15.475Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:15.475Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T22:36:15.475Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T22:36:15.736Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-12T22:36:15.736Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:15.736Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:36:15.736Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:36:15.996Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-12T22:36:15.996Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:15.996Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T22:36:15.996Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:36:16.568Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T22:36:16.568Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:36:16.568Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-12T22:36:16.568Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:36:17.140Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-12T22:36:17.401Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:17.401Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-12T22:36:17.401Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-12T22:36:18.342Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T22:36:18.342Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T22:36:18.342Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-12T22:36:18.342Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-12T22:36:18.603Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T22:36:18.603Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:18.603Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-12T22:36:18.603Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-12T22:36:18.864Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-12T22:36:18.864Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:18.864Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:18.864Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:18.864Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:19.126Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:19.126Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:19.126Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:19.126Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:19.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:19.388Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:19.388Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:19.388Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:19.388Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:19.388Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:19.648Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:19.649Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:19.649Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:19.649Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:36:19.649Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:36:19.909Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:36:19.909Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:36:19.909Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T22:36:20.171Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:20.171Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-12T22:36:20.171Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:36:20.171Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T22:36:20.433Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:20.433Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:20.433Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:20.433Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:20.693Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:20.693Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:20.693Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:20.693Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:20.952Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:20.952Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:20.952Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:21.523Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:21.784Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-12T22:36:21.784Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-12T22:36:22.045Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:22.045Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-12T22:36:22.045Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-12T22:36:22.305Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:36:22.305Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-12T22:36:22.305Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-12T22:36:22.564Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-12T22:36:22.564Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-12T22:36:22.564Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:22.564Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-12T22:36:22.825Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-12T22:36:22.825Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-12T22:36:23.087Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:23.087Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T22:36:23.087Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:36:23.087Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:36:23.347Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:23.347Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T22:36:23.347Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:36:23.613Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:36:23.613Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:23.613Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-12T22:36:23.613Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:36:23.875Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:36:24.136Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:24.136Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-12T22:36:24.136Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-12T22:36:24.136Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-12T22:36:24.397Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-12T22:36:24.397Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:36:24.397Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:36:24.397Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T22:36:24.657Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:24.657Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-12T22:36:24.657Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-12T22:36:24.919Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-12T22:36:24.919Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:24.919Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-12T22:36:24.993Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:36:24.993Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:36:24.993Z] ---> 1928d3c263ba [2021-01-12T22:36:24.993Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:36:24.993Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:36:24.993Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:36:24.993Z] ---> 1928d3c263ba [2021-01-12T22:36:24.993Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:36:24.993Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:36:24.993Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:36:24.993Z] ---> 1928d3c263ba [2021-01-12T22:36:24.993Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:36:24.993Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:36:24.993Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:36:24.993Z] ---> 1928d3c263ba [2021-01-12T22:36:24.993Z] Step 3/24 : WORKDIR /edgex-go [2021-01-12T22:36:24.993Z] Step 1/33 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:36:24.993Z] Step 2/33 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:36:24.993Z] ---> 1928d3c263ba [2021-01-12T22:36:24.993Z] Step 3/33 : WORKDIR /edgex-go [2021-01-12T22:36:24.993Z] ---> Running in a6fea056bbad [2021-01-12T22:36:24.993Z] ---> Running in a0991e64d846 [2021-01-12T22:36:24.993Z] ---> Running in f43a47107a63 [2021-01-12T22:36:24.993Z] ---> Running in 3d98bd9c3daa [2021-01-12T22:36:24.993Z] ---> Running in 13ca51e8d2b3 [2021-01-12T22:36:24.993Z] Removing intermediate container a0991e64d846 [2021-01-12T22:36:24.993Z] ---> 8b6a80805a4d [2021-01-12T22:36:24.993Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:36:24.993Z] Removing intermediate container 13ca51e8d2b3 [2021-01-12T22:36:24.993Z] ---> a8b3c174cc52 [2021-01-12T22:36:24.993Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:36:24.993Z] Removing intermediate container f43a47107a63 [2021-01-12T22:36:24.993Z] ---> aae0682f42b5 [2021-01-12T22:36:24.993Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:36:24.993Z] Removing intermediate container 3d98bd9c3daa [2021-01-12T22:36:24.993Z] ---> 8a785b1919d1 [2021-01-12T22:36:24.993Z] Step 4/33 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:36:24.993Z] Removing intermediate container a6fea056bbad [2021-01-12T22:36:24.993Z] ---> 7e40e4c205dd [2021-01-12T22:36:24.993Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:36:24.993Z] ---> Running in 85d570928793 [2021-01-12T22:36:24.993Z] ---> Running in 14839349dfff [2021-01-12T22:36:24.993Z] ---> Running in 1493157fb0e1 [2021-01-12T22:36:24.993Z] ---> Running in 00742e107091 [2021-01-12T22:36:24.993Z] ---> Running in 30c46c7cc9bf [2021-01-12T22:36:24.993Z] Removing intermediate container 85d570928793 [2021-01-12T22:36:24.993Z] ---> db9adc1179c6 [2021-01-12T22:36:24.993Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-12T22:36:24.993Z] ---> Running in 1d0a549e416c [2021-01-12T22:36:24.993Z] Removing intermediate container 14839349dfff [2021-01-12T22:36:24.993Z] ---> ea0d7f5e8a23 [2021-01-12T22:36:24.993Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-12T22:36:24.993Z] ---> Running in 9e8bdeace06e [2021-01-12T22:36:24.993Z] Removing intermediate container 00742e107091 [2021-01-12T22:36:24.993Z] ---> 2e13440b2373 [2021-01-12T22:36:24.993Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T22:36:24.993Z] Removing intermediate container 1493157fb0e1 [2021-01-12T22:36:24.993Z] ---> 4193827e10f2 [2021-01-12T22:36:24.993Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-12T22:36:24.993Z] ---> Running in 574f9e76d2ab [2021-01-12T22:36:24.993Z] Removing intermediate container 30c46c7cc9bf [2021-01-12T22:36:24.993Z] ---> 3cfadbbf275b [2021-01-12T22:36:24.993Z] Step 5/33 : RUN apk add --update --no-cache make git [2021-01-12T22:36:24.993Z] ---> Running in 9ca3c93ff4c1 [2021-01-12T22:36:24.993Z] ---> Running in 456fe9ade4b7 [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:24.993Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:25.180Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-12T22:36:25.181Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-12T22:36:25.441Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:25.441Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-12T22:36:25.441Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-12T22:36:25.585Z] OK: 217 MiB in 51 packages [2021-01-12T22:36:25.586Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:25.729Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-12T22:36:25.729Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:25.729Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-12T22:36:25.729Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-12T22:36:25.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:25.860Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:36:25.860Z] OK: 217 MiB in 51 packages [2021-01-12T22:36:25.989Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-12T22:36:25.989Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:25.989Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-12T22:36:25.989Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-12T22:36:26.476Z] OK: 217 MiB in 51 packages [2021-01-12T22:36:26.561Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-12T22:36:26.561Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:26.561Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-12T22:36:26.561Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-12T22:36:26.757Z] OK: 217 MiB in 51 packages [2021-01-12T22:36:26.822Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-12T22:36:26.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:26.822Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-12T22:36:26.822Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-12T22:36:27.027Z] Removing intermediate container 1d0a549e416c [2021-01-12T22:36:27.027Z] ---> a56e1794152f [2021-01-12T22:36:27.027Z] Step 6/24 : COPY go.mod . [2021-01-12T22:36:27.027Z] OK: 217 MiB in 51 packages [2021-01-12T22:36:27.083Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-12T22:36:27.083Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:27.083Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-12T22:36:27.083Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-12T22:36:27.344Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-12T22:36:27.344Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:27.344Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-12T22:36:27.344Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-12T22:36:27.605Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-12T22:36:27.605Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:27.605Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-12T22:36:27.605Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-12T22:36:27.622Z] Removing intermediate container 9e8bdeace06e [2021-01-12T22:36:27.622Z] ---> e29c445c8dbe [2021-01-12T22:36:27.622Z] Step 6/22 : COPY go.mod . [2021-01-12T22:36:27.866Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-12T22:36:27.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:27.866Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T22:36:27.866Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-12T22:36:28.127Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-12T22:36:28.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-12T22:36:28.127Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-12T22:36:28.127Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-12T22:36:28.127Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-12T22:36:28.221Z] ---> 9b8ce5838fba [2021-01-12T22:36:28.221Z] Step 7/24 : RUN go mod download [2021-01-12T22:36:28.221Z] Removing intermediate container 574f9e76d2ab [2021-01-12T22:36:28.221Z] ---> 8723772e1496 [2021-01-12T22:36:28.221Z] Step 6/23 : COPY go.mod . [2021-01-12T22:36:28.389Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-12T22:36:28.389Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T22:36:28.389Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T22:36:28.508Z] ---> Running in ad1910b17b1c [2021-01-12T22:36:28.509Z] Removing intermediate container 9ca3c93ff4c1 [2021-01-12T22:36:28.509Z] ---> 69af335cb489 [2021-01-12T22:36:28.509Z] Step 6/23 : COPY go.mod . [2021-01-12T22:36:28.655Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-12T22:36:28.655Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-12T22:36:28.655Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-12T22:36:28.791Z] ---> 8da4db7609c9 [2021-01-12T22:36:28.791Z] Step 7/22 : RUN go mod download [2021-01-12T22:36:28.791Z] Removing intermediate container 456fe9ade4b7 [2021-01-12T22:36:28.791Z] ---> e4df43d772b6 [2021-01-12T22:36:28.791Z] Step 6/33 : COPY go.mod . [2021-01-12T22:36:28.921Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-12T22:36:28.921Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-12T22:36:28.921Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-12T22:36:29.067Z] ---> Running in c662a3a97f61 [2021-01-12T22:36:29.067Z] ---> c9244628a84e [2021-01-12T22:36:29.067Z] Step 7/23 : RUN go mod download [2021-01-12T22:36:29.184Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-12T22:36:29.184Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-12T22:36:29.184Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-12T22:36:29.184Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-12T22:36:29.348Z] ---> Running in 72d3faa962ac [2021-01-12T22:36:29.447Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-12T22:36:29.447Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-12T22:36:29.447Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-12T22:36:29.447Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-12T22:36:29.711Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-12T22:36:29.711Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-12T22:36:29.711Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-12T22:36:29.711Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-12T22:36:29.955Z] ---> 610b8b595081 [2021-01-12T22:36:29.956Z] Step 7/33 : RUN go mod download [2021-01-12T22:36:29.956Z] ---> 79926fe9397d [2021-01-12T22:36:29.956Z] Step 7/23 : RUN go mod download [2021-01-12T22:36:30.235Z] ---> Running in 269449dd406e [2021-01-12T22:36:30.235Z] ---> Running in 409e11ffb2ce [2021-01-12T22:36:30.288Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-12T22:36:30.288Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-12T22:36:30.550Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-12T22:36:30.550Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-12T22:36:31.128Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-12T22:36:31.128Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-12T22:36:31.393Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-12T22:36:31.394Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-12T22:36:31.394Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:36:31.394Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:36:31.967Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:36:31.967Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:36:31.967Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:36:31.967Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:36:31.967Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-12T22:36:32.227Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-12T22:36:32.227Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:32.227Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:32.489Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:32.489Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:32.489Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:32.489Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:32.751Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:32.751Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:32.876Z] Removing intermediate container ad1910b17b1c [2021-01-12T22:36:32.877Z] ---> ed82fcbd2a09 [2021-01-12T22:36:32.877Z] Step 8/24 : COPY . . [2021-01-12T22:36:33.477Z] Removing intermediate container 72d3faa962ac [2021-01-12T22:36:33.477Z] ---> 9a9d992d1dc4 [2021-01-12T22:36:33.477Z] Step 8/23 : COPY . . [2021-01-12T22:36:33.477Z] Removing intermediate container c662a3a97f61 [2021-01-12T22:36:33.477Z] ---> c9295964d5d7 [2021-01-12T22:36:33.477Z] Step 8/22 : COPY . . [2021-01-12T22:36:33.694Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:33.694Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:34.635Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:34.635Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:35.208Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:35.208Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:35.480Z] Removing intermediate container 409e11ffb2ce [2021-01-12T22:36:35.480Z] ---> ee507e156ec1 [2021-01-12T22:36:35.480Z] Step 8/33 : COPY . . [2021-01-12T22:36:35.754Z] Removing intermediate container 269449dd406e [2021-01-12T22:36:35.754Z] ---> 3bc446b872b0 [2021-01-12T22:36:35.754Z] Step 8/23 : COPY . . [2021-01-12T22:36:35.796Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:35.796Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:36.365Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-12T22:36:36.365Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-12T22:36:36.644Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T22:36:36.644Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T22:36:36.644Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T22:36:36.932Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T22:36:36.932Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-12T22:36:36.932Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-12T22:36:37.262Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-12T22:36:37.262Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-12T22:36:37.262Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T22:36:37.262Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T22:36:37.561Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-12T22:36:37.561Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-12T22:36:37.561Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-12T22:36:37.561Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-12T22:36:37.884Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:37.884Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-12T22:36:37.884Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:37.884Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:37.884Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:37.884Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-12T22:36:37.884Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-12T22:36:37.884Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-12T22:36:38.184Z] [2021-01-12T22:36:38.184Z] Current default time zone: 'Etc/UTC' [2021-01-12T22:36:38.184Z] Local time is now: Tue Jan 12 22:36:37 UTC 2021. [2021-01-12T22:36:38.184Z] Universal Time is now: Tue Jan 12 22:36:37 UTC 2021. [2021-01-12T22:36:38.184Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-12T22:36:38.184Z] [2021-01-12T22:36:38.184Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-12T22:36:38.184Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:38.184Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-12T22:36:38.184Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-12T22:36:38.184Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-12T22:36:38.184Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-12T22:36:38.184Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-12T22:36:38.184Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-12T22:36:38.445Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-12T22:36:38.445Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-12T22:36:38.445Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:38.445Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-12T22:36:38.706Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:38.706Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:36:38.706Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:38.706Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-12T22:36:38.706Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-12T22:36:38.706Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-12T22:36:38.966Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-12T22:36:38.966Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-12T22:36:38.966Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-12T22:36:38.966Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:36:38.966Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T22:36:40.878Z] Updating certificates in /etc/ssl/certs... [2021-01-12T22:36:41.823Z] 22 added, 17 removed; done. [2021-01-12T22:36:41.823Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-12T22:36:41.823Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-12T22:36:41.823Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-12T22:36:41.823Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-12T22:36:41.823Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-12T22:36:42.083Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.083Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:36:42.083Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.083Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.083Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.083Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.083Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.083Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-12T22:36:42.083Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:36:42.345Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-12T22:36:42.345Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-12T22:36:42.345Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-12T22:36:42.345Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.345Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-12T22:36:42.345Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-12T22:36:42.345Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-12T22:36:42.605Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-12T22:36:42.605Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:36:42.605Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-12T22:36:42.605Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-12T22:36:42.867Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-12T22:36:42.867Z] Updating certificates in /etc/ssl/certs... [2021-01-12T22:36:43.441Z] 0 added, 0 removed; done. [2021-01-12T22:36:43.441Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-12T22:36:43.441Z] done. [2021-01-12T22:36:43.700Z] Reading package lists... [2021-01-12T22:36:43.963Z] Building dependency tree... [2021-01-12T22:36:43.963Z] Reading state information... [2021-01-12T22:36:44.230Z] The following NEW packages will be installed: [2021-01-12T22:36:44.230Z] apt-transport-https [2021-01-12T22:36:44.230Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T22:36:44.230Z] Need to get 1696 B of archives. [2021-01-12T22:36:44.230Z] After this operation, 153 kB of additional disk space will be used. [2021-01-12T22:36:44.230Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-12T22:36:44.230Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:36:44.230Z] Fetched 1696 B in 0s (29.5 kB/s) [2021-01-12T22:36:44.230Z] Selecting previously unselected package apt-transport-https. [2021-01-12T22:36:44.230Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-12T22:36:44.230Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-12T22:36:44.230Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T22:36:44.492Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-12T22:36:44.760Z] Waiting for network to be ready... [2021-01-12T22:36:51.391Z] 2021-01-12T22:36:48Z INFO Waiting for automatic snapd restart... [2021-01-12T22:36:51.965Z] snapd 2.48.2 from Canonical* installed [2021-01-12T22:36:52.913Z] "snapd" switched to the "latest/stable" channel [2021-01-12T22:36:52.913Z] [2021-01-12T22:36:55.463Z] core18 20201210 from Canonical* installed [2021-01-12T22:36:55.736Z] "core18" switched to the "latest/stable" channel [2021-01-12T22:36:55.736Z] [2021-01-12T22:36:59.037Z] snapcraft 4.4.4 from Canonical* installed [2021-01-12T22:36:59.037Z] "snapcraft" switched to the "latest/stable" channel [2021-01-12T22:36:59.037Z] [2021-01-12T22:37:02.360Z] 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-01-12T22:37:02.360Z] - README.md [2021-01-12T22:37:02.360Z] - snapcraft.yaml.orig [2021-01-12T22:37:02.360Z] [2021-01-12T22:37:02.360Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-12T22:37:02.610Z] ---> 2ae231d41e9b [2021-01-12T22:37:02.610Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-12T22:37:02.610Z] ---> 31e1137b36d0 [2021-01-12T22:37:02.610Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-12T22:37:02.610Z] ---> 2fa64b201cda [2021-01-12T22:37:02.610Z] Step 9/33 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-12T22:37:02.610Z] ---> abade2c98a6e [2021-01-12T22:37:02.610Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-12T22:37:02.610Z] ---> 3fd86af8d818 [2021-01-12T22:37:02.610Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-12T22:37:02.610Z] ---> Running in 89d763d13bae [2021-01-12T22:37:02.610Z] ---> Running in 617995aa169a [2021-01-12T22:37:02.610Z] ---> Running in d5e3fcc9c309 [2021-01-12T22:37:02.610Z] ---> Running in acdead463525 [2021-01-12T22:37:02.610Z] ---> Running in 691af7f844fc [2021-01-12T22:37:02.610Z] 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-01-12T22:37:02.610Z] 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-01-12T22:37:02.610Z] 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-01-12T22:37:02.610Z] 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-01-12T22:37:02.610Z] 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-01-12T22:37:08.945Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:37:08.945Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T22:37:08.945Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T22:37:08.945Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T22:37:10.147Z] Reading package lists... [2021-01-12T22:37:10.407Z] 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-01-12T22:37:16.989Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:37:16.989Z] Reading package lists... [2021-01-12T22:37:16.989Z] Building dependency tree... [2021-01-12T22:37:16.989Z] Reading state information... [2021-01-12T22:37:16.989Z] Suggested packages: [2021-01-12T22:37:16.989Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-12T22:37:16.989Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-12T22:37:16.989Z] Recommended packages: [2021-01-12T22:37:16.989Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-12T22:37:16.989Z] The following NEW packages will be installed: [2021-01-12T22:37:16.989Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-12T22:37:16.989Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-12T22:37:16.989Z] pkg-config zip [2021-01-12T22:37:16.989Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-12T22:37:16.989Z] Need to get 7655 kB of archives. [2021-01-12T22:37:16.989Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-12T22:37:16.989Z] 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-01-12T22:37:17.253Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-12T22:37:17.253Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-12T22:37:17.253Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-12T22:37:17.253Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-12T22:37:17.253Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-12T22:37:17.253Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-12T22:37:17.514Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-12T22:37:17.514Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-12T22:37:17.774Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-12T22:37:17.775Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-12T22:37:17.775Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-12T22:37:17.775Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-12T22:37:17.775Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-12T22:37:17.775Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-12T22:37:18.034Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-12T22:37:18.034Z] Fetched 7655 kB in 1s (8084 kB/s) [2021-01-12T22:37:18.034Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-12T22:37:18.034Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-12T22:37:18.034Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-12T22:37:18.034Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T22:37:18.295Z] Selecting previously unselected package libpsl5:amd64. [2021-01-12T22:37:18.295Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-12T22:37:18.295Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T22:37:18.295Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-12T22:37:18.295Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-12T22:37:18.295Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T22:37:18.557Z] Selecting previously unselected package librtmp1:amd64. [2021-01-12T22:37:18.557Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-12T22:37:18.557Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T22:37:18.557Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-12T22:37:18.557Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-12T22:37:18.557Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T22:37:18.557Z] Selecting previously unselected package liberror-perl. [2021-01-12T22:37:18.557Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-12T22:37:18.557Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-12T22:37:18.818Z] Selecting previously unselected package git-man. [2021-01-12T22:37:18.818Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-12T22:37:18.818Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:37:18.818Z] Selecting previously unselected package git. [2021-01-12T22:37:18.818Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-12T22:37:18.818Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:37:19.760Z] Selecting previously unselected package libnorm1:amd64. [2021-01-12T22:37:19.760Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-12T22:37:19.760Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T22:37:19.760Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-12T22:37:19.760Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-12T22:37:19.760Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T22:37:19.760Z] Selecting previously unselected package libsodium23:amd64. [2021-01-12T22:37:19.760Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-12T22:37:19.760Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-12T22:37:20.022Z] Selecting previously unselected package libzmq5:amd64. [2021-01-12T22:37:20.022Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T22:37:20.022Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:37:20.022Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-12T22:37:20.022Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-12T22:37:20.022Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:37:20.284Z] Selecting previously unselected package pkg-config. [2021-01-12T22:37:20.284Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-12T22:37:20.284Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T22:37:20.284Z] Selecting previously unselected package zip. [2021-01-12T22:37:20.284Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-12T22:37:20.284Z] Unpacking zip (3.0-11build1) ... [2021-01-12T22:37:20.284Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-12T22:37:20.548Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:37:20.548Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-12T22:37:20.548Z] Setting up liberror-perl (0.17025-1) ... [2021-01-12T22:37:20.548Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-12T22:37:20.548Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-12T22:37:20.548Z] No schema files found: doing nothing. [2021-01-12T22:37:20.548Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-12T22:37:20.548Z] Setting up zip (3.0-11build1) ... [2021-01-12T22:37:20.548Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-12T22:37:20.548Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-12T22:37:20.548Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-12T22:37:20.816Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:37:20.816Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-12T22:37:20.816Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-12T22:37:20.816Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-12T22:37:20.816Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-12T22:37:27.417Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:37:27.417Z] git set to automatically installed. [2021-01-12T22:37:27.417Z] git-man set to automatically installed. [2021-01-12T22:37:27.417Z] libcurl3-gnutls set to automatically installed. [2021-01-12T22:37:27.417Z] liberror-perl set to automatically installed. [2021-01-12T22:37:27.417Z] libglib2.0-0 set to automatically installed. [2021-01-12T22:37:27.417Z] libnghttp2-14 set to automatically installed. [2021-01-12T22:37:27.417Z] libnorm1 set to automatically installed. [2021-01-12T22:37:27.417Z] libpgm-5.2-0 set to automatically installed. [2021-01-12T22:37:27.417Z] libpsl5 set to automatically installed. [2021-01-12T22:37:27.417Z] librtmp1 set to automatically installed. [2021-01-12T22:37:27.417Z] libsodium23 set to automatically installed. [2021-01-12T22:37:27.417Z] libzmq3-dev set to automatically installed. [2021-01-12T22:37:27.417Z] libzmq5 set to automatically installed. [2021-01-12T22:37:27.417Z] pkg-config set to automatically installed. [2021-01-12T22:37:27.417Z] zip set to automatically installed. [2021-01-12T22:37:28.799Z] snapd is not logged in, snap install commands will use sudo [2021-01-12T22:37:35.382Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-12T22:37:35.382Z] snap "core18" has no updates available [2021-01-12T22:37:35.968Z] Pulling config-common [2021-01-12T22:37:36.923Z] Pulling go-build-helper [2021-01-12T22:37:58.887Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-12T22:37:58.888Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-12T22:37:58.888Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-12T22:37:58.888Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-12T22:37:58.888Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-12T22:37:58.888Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-12T22:37:58.888Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-12T22:37:58.888Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-12T22:37:58.888Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-12T22:37:58.888Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-12T22:37:58.888Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-12T22:37:58.888Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-12T22:37:58.888Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-12T22:37:58.888Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-12T22:37:58.888Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-12T22:37:58.888Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-12T22:37:58.888Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-12T22:37:58.888Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-12T22:37:58.888Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-12T22:37:58.888Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-12T22:37:58.888Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-12T22:37:58.888Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-12T22:37:58.888Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-12T22:37:58.888Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-12T22:37:58.888Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-12T22:37:58.888Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-12T22:37:58.888Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-12T22:37:58.888Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-12T22:37:58.888Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-12T22:37:58.888Z] Fetched 279 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-12T22:37:58.888Z] Fetched 122 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-12T22:37:58.888Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-12T22:37:58.888Z] Fetched 8848 B in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-12T22:37:58.888Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-12T22:37:58.888Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-12T22:37:58.888Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-12T22:37:58.888Z] Fetched 214 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-12T22:37:58.888Z] Fetched 155 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-12T22:37:58.888Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-12T22:37:58.888Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-12T22:37:58.888Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-12T22:37:58.888Z] Fetched 499 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-12T22:37:58.888Z] Fetched 111 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-12T22:37:58.888Z] Fetched 240 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-12T22:37:58.888Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-12T22:37:58.888Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-12T22:37:58.888Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-12T22:37:58.888Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-12T22:37:58.888Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-12T22:37:58.888Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-12T22:37:58.888Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-12T22:37:58.888Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-12T22:37:58.888Z] Fetched 8720 B in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-12T22:37:58.888Z] Fetched 137 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-12T22:37:58.888Z] Fetched 119 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-12T22:37:58.888Z] Fetched 109 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-12T22:37:58.888Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-12T22:37:58.888Z] Fetched 645 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-12T22:37:58.888Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-12T22:37:58.888Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-12T22:37:58.888Z] Fetched 368 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-12T22:37:58.888Z] Fetched 187 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-12T22:37:58.888Z] Fetched 175 kB in 0s (0 B/s) [2021-01-12T22:37:58.888Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-12T22:38:02.188Z] Fetched 206 kB in 0s (0 B/s) [2021-01-12T22:38:02.188Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-12T22:38:02.188Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-12T22:38:02.188Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-12T22:38:02.188Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-12T22:38:02.188Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-12T22:38:02.188Z] Fetched 159 kB in 0s (0 B/s) [2021-01-12T22:38:02.188Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-12T22:38:02.188Z] Fetched 107 kB in 0s (0 B/s) [2021-01-12T22:38:02.188Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-12T22:38:02.188Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-12T22:38:02.188Z] Pulling static-packages [2021-01-12T22:38:03.128Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-12T22:38:03.128Z] Skipping pull go-build-helper (already ran) [2021-01-12T22:38:03.128Z] Skipping pull static-packages (already ran) [2021-01-12T22:38:03.128Z] Building go-build-helper [2021-01-12T22:38:07.336Z] Building static-packages [2021-01-12T22:38:08.817Z] Staging go-build-helper [2021-01-12T22:38:09.432Z] Staging static-packages [2021-01-12T22:38:10.442Z] Pulling go115 [2021-01-12T22:38:11.392Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-12T22:38:11.392Z] Skipping pull go115 (already ran) [2021-01-12T22:38:11.658Z] Building go115 [2021-01-12T22:38:11.658Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T22:38:11.658Z] Dload Upload Total Spent Left Speed [2021-01-12T22:38:14.270Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 28 115M 28 33.1M 0 0 39.7M 0 0:00:02 --:--:-- 0:00:02 39.7M 74 115M 74 86.2M 0 0 47.1M 0 0:00:02 0:00:01 0:00:01 47.1M 100 115M 100 115M 0 0 46.5M 0 0:00:02 0:00:02 --:--:-- 46.5M [2021-01-12T22:38:14.532Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-12T22:38:18.734Z] Staging go115 [2021-01-12T22:38:24.019Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-12T22:38:24.019Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-12T22:38:24.019Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-12T22:38:24.019Z] Fetched 0 B in 0s (0 B/s) [2021-01-12T22:38:24.019Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-12T22:38:24.019Z] Fetched 224 kB in 0s (0 B/s) [2021-01-12T22:38:24.019Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-12T22:38:24.019Z] Fetched 157 kB in 0s (0 B/s) [2021-01-12T22:38:24.019Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-12T22:38:24.019Z] Fetched 221 kB in 0s (0 B/s) [2021-01-12T22:38:24.019Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-12T22:38:24.019Z] Fetched 143 kB in 0s (0 B/s) [2021-01-12T22:38:24.019Z] Pulling edgex-go [2021-01-12T22:38:24.434Z] 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-01-12T22:38:24.434Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:38:24.958Z] Pulling version [2021-01-12T22:38:25.895Z] Building config-common [2021-01-12T22:38:27.806Z] Skipping build go-build-helper (already ran) [2021-01-12T22:38:27.806Z] Skipping build static-packages (already ran) [2021-01-12T22:38:27.806Z] Skipping build go115 (already ran) [2021-01-12T22:38:28.068Z] Building edgex-go [2021-01-12T22:38:28.329Z] 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-01-12T22:38:29.271Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-12T22:38:29.271Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.141 [2021-01-12T22:38:29.271Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-12T22:38:29.271Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-12T22:38:29.536Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-12T22:38:29.536Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.29 [2021-01-12T22:38:29.536Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-12T22:38:29.536Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-12T22:38:29.536Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-12T22:38:29.536Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-12T22:38:29.536Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-12T22:38:29.536Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-12T22:38:29.536Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-12T22:38:29.536Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-12T22:38:29.536Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-12T22:38:29.536Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-12T22:38:29.536Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-12T22:38:29.536Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-12T22:38:29.536Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-12T22:38:29.536Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-12T22:38:29.536Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-12T22:38:29.536Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-12T22:38:29.536Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-12T22:38:29.536Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-12T22:38:29.816Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-12T22:38:29.816Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-12T22:38:29.816Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-12T22:38:30.086Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-12T22:38:30.086Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-12T22:38:36.665Z] 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-01-12T22:38:36.950Z] Removing intermediate container acdead463525 [2021-01-12T22:38:36.950Z] ---> 9e12dcf2827c [2021-01-12T22:38:36.950Z] [2021-01-12T22:38:36.950Z] Step 10/24 : FROM alpine:3.12 [2021-01-12T22:38:36.950Z] 3.12: Pulling from library/alpine [2021-01-12T22:38:36.950Z] Removing intermediate container 89d763d13bae [2021-01-12T22:38:36.950Z] ---> 0b9e12f628ff [2021-01-12T22:38:36.950Z] [2021-01-12T22:38:36.950Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:38:36.950Z] 3.12: Pulling from library/alpine [2021-01-12T22:38:37.248Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:38:37.249Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-12T22:38:37.249Z] Status: Downloaded newer image for alpine:3.12 [2021-01-12T22:38:37.249Z] ---> afeebe901d6b [2021-01-12T22:38:37.249Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-12T22:38:37.249Z] Status: Image is up to date for alpine:3.12 [2021-01-12T22:38:37.249Z] ---> afeebe901d6b [2021-01-12T22:38:37.249Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:38:37.849Z] ---> Running in 7d84258a1c99 [2021-01-12T22:38:37.850Z] ---> Running in 52238ed21dcf [2021-01-12T22:38:38.122Z] Removing intermediate container d5e3fcc9c309 [2021-01-12T22:38:38.407Z] ---> 5571d953ade7 [2021-01-12T22:38:38.407Z] [2021-01-12T22:38:38.407Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:38:38.407Z] ---> afeebe901d6b [2021-01-12T22:38:38.407Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:38:38.690Z] ---> Running in 00ccf965474c [2021-01-12T22:38:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:40.675Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:40.867Z] 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-01-12T22:38:40.953Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:41.231Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-12T22:38:41.437Z] 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-01-12T22:38:41.509Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:38:41.509Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-12T22:38:41.509Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-12T22:38:41.509Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:38:41.509Z] (4/5) Installing curl (7.69.1-r3) [2021-01-12T22:38:41.509Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-12T22:38:41.509Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:38:41.509Z] OK: 5 MiB in 15 packages [2021-01-12T22:38:41.509Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:38:41.791Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-12T22:38:41.791Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:38:41.791Z] OK: 5 MiB in 15 packages [2021-01-12T22:38:41.791Z] OK: 7 MiB in 19 packages [2021-01-12T22:38:42.379Z] 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-01-12T22:38:42.643Z] 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-01-12T22:38:42.643Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-12T22:38:42.903Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-12T22:38:42.903Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-12T22:38:42.903Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-12T22:38:44.453Z] Removing intermediate container 52238ed21dcf [2021-01-12T22:38:44.453Z] ---> a9c96b4adb98 [2021-01-12T22:38:44.453Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:38:44.453Z] ---> Running in 01ea82238486 [2021-01-12T22:38:44.453Z] Removing intermediate container 00ccf965474c [2021-01-12T22:38:44.453Z] ---> 2d0565f354aa [2021-01-12T22:38:44.453Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:38:44.733Z] Removing intermediate container 617995aa169a [2021-01-12T22:38:44.733Z] ---> 52ade369ceae [2021-01-12T22:38:44.733Z] [2021-01-12T22:38:44.733Z] Step 10/33 : FROM alpine:3.12 [2021-01-12T22:38:44.733Z] ---> afeebe901d6b [2021-01-12T22:38:44.733Z] Step 11/33 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-12T22:38:44.810Z] 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-01-12T22:38:44.810Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-12T22:38:44.810Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-12T22:38:45.006Z] ---> Running in d8ab25d73be8 [2021-01-12T22:38:45.006Z] Removing intermediate container 7d84258a1c99 [2021-01-12T22:38:45.006Z] ---> be1e4c9ea1bb [2021-01-12T22:38:45.006Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:38:45.006Z] ---> Running in d2edf4701247 [2021-01-12T22:38:45.286Z] Removing intermediate container 01ea82238486 [2021-01-12T22:38:45.286Z] ---> e0c9f6612e24 [2021-01-12T22:38:45.286Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-12T22:38:45.286Z] ---> Running in 4fb7eb05e2b8 [2021-01-12T22:38:45.564Z] ---> Running in 8580c1bc5665 [2021-01-12T22:38:45.564Z] Removing intermediate container d8ab25d73be8 [2021-01-12T22:38:45.564Z] ---> a16e0d682aef [2021-01-12T22:38:45.564Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-12T22:38:45.838Z] ---> Running in d57d042a20d9 [2021-01-12T22:38:46.120Z] Removing intermediate container 4fb7eb05e2b8 [2021-01-12T22:38:46.120Z] ---> b2487692141f [2021-01-12T22:38:46.120Z] Removing intermediate container 8580c1bc5665 [2021-01-12T22:38:46.120Z] ---> ddc98af8e289 [2021-01-12T22:38:46.120Z] Step 13/24 : WORKDIR /Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:38:46.120Z] [2021-01-12T22:38:46.192Z] 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-01-12T22:38:46.192Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-12T22:38:46.396Z] ---> Running in 1db72397b3f7 [2021-01-12T22:38:46.397Z] ---> Running in 1d95a822888b [2021-01-12T22:38:47.012Z] Removing intermediate container d57d042a20d9 [2021-01-12T22:38:47.012Z] ---> 4fb5a93e2f35 [2021-01-12T22:38:47.012Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:38:47.012Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:47.133Z] 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-01-12T22:38:47.133Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-12T22:38:47.292Z] Removing intermediate container 1db72397b3f7 [2021-01-12T22:38:47.292Z] ---> a1d34d7dacc0 [2021-01-12T22:38:47.292Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:38:47.292Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:38:47.292Z] ---> Running in f5a78596fe9c [2021-01-12T22:38:47.570Z] Removing intermediate container 1d95a822888b [2021-01-12T22:38:47.570Z] ---> 5fd11414cfe7 [2021-01-12T22:38:47.570Z] 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-01-12T22:38:47.856Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-12T22:38:47.856Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-12T22:38:47.856Z] (3/3) Installing su-exec (0.2-r1) [2021-01-12T22:38:47.856Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:38:47.856Z] OK: 6 MiB in 17 packages [2021-01-12T22:38:48.165Z] Removing intermediate container f5a78596fe9c [2021-01-12T22:38:48.165Z] ---> c00a21323191 [2021-01-12T22:38:48.165Z] Step 15/23 : WORKDIR / [2021-01-12T22:38:48.447Z] ---> Running in e65638713612 [2021-01-12T22:38:48.447Z] ---> 284f9aec08af [2021-01-12T22:38:48.447Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-12T22:38:48.519Z] 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-01-12T22:38:49.055Z] ---> 741049f08c75 [2021-01-12T22:38:49.055Z] 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-01-12T22:38:49.333Z] Removing intermediate container e65638713612 [2021-01-12T22:38:49.333Z] ---> bad68fb2deed [2021-01-12T22:38:49.333Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:38:49.456Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-12T22:38:49.933Z] Removing intermediate container d2edf4701247 [2021-01-12T22:38:49.933Z] ---> d24e5e3dbb5e [2021-01-12T22:38:49.933Z] Step 12/33 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-12T22:38:50.398Z] 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-01-12T22:38:50.532Z] ---> Running in 04d4ce427ba2 [2021-01-12T22:38:50.807Z] ---> 4e57aeb801f7 [2021-01-12T22:38:50.807Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-12T22:38:50.807Z] ---> db82ff10ed68 [2021-01-12T22:38:50.808Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-12T22:38:50.808Z] ---> 6f918274973e [2021-01-12T22:38:50.808Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-12T22:38:50.968Z] 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-01-12T22:38:50.968Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-12T22:38:51.087Z] Removing intermediate container 04d4ce427ba2 [2021-01-12T22:38:51.087Z] ---> 848871f419dc [2021-01-12T22:38:51.087Z] Step 13/33 : ENV DOCKERIZE_VERSION v0.6.1 [2021-01-12T22:38:51.364Z] ---> Running in febb0390cd42 [2021-01-12T22:38:51.970Z] Removing intermediate container 691af7f844fc [2021-01-12T22:38:51.970Z] ---> 2cab5d89a3e5 [2021-01-12T22:38:51.970Z] [2021-01-12T22:38:51.970Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:38:51.970Z] ---> afeebe901d6b [2021-01-12T22:38:51.970Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-12T22:38:51.970Z] ---> Using cache [2021-01-12T22:38:51.970Z] ---> 2d0565f354aa [2021-01-12T22:38:51.970Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:38:51.970Z] ---> Using cache [2021-01-12T22:38:51.970Z] ---> a16e0d682aef [2021-01-12T22:38:51.970Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-12T22:38:51.970Z] ---> 7a778cbaace7 [2021-01-12T22:38:51.970Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-12T22:38:52.250Z] ---> 2ee16696d562 [2021-01-12T22:38:52.250Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-12T22:38:52.250Z] ---> Running in 956a02ee7ae9 [2021-01-12T22:38:52.250Z] ---> Running in 14ed27b432b6 [2021-01-12T22:38:52.526Z] Removing intermediate container febb0390cd42 [2021-01-12T22:38:52.526Z] ---> 8f10b8fa144a [2021-01-12T22:38:52.526Z] Step 14/33 : RUN wget https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && tar -C /usr/local/bin -xzvf dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz && rm dockerize-alpine-linux-amd64-$DOCKERIZE_VERSION.tar.gz [2021-01-12T22:38:52.526Z] ---> 63b157b17a16 [2021-01-12T22:38:52.526Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-12T22:38:52.889Z] ---> Running in bd677e8606f8 [2021-01-12T22:38:53.247Z] Removing intermediate container 14ed27b432b6 [2021-01-12T22:38:53.247Z] ---> cd7a06ccb2b6 [2021-01-12T22:38:53.247Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:38:53.555Z] Removing intermediate container 956a02ee7ae9 [2021-01-12T22:38:53.555Z] ---> 42ddedafe269 [2021-01-12T22:38:53.555Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-12T22:38:53.555Z] ---> Running in 4d0807188b85 [2021-01-12T22:38:53.857Z] ---> Running in 09410a6c8f99 [2021-01-12T22:38:54.184Z] ---> 7123e121fe1d [2021-01-12T22:38:54.184Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-12T22:38:54.184Z] ---> 2f25b1f72f5f [2021-01-12T22:38:54.184Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-12T22:38:54.184Z] Removing intermediate container 4d0807188b85 [2021-01-12T22:38:54.184Z] ---> 3b85c22ce429 [2021-01-12T22:38:54.184Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T22:38:54.269Z] Building version [2021-01-12T22:38:54.481Z] ---> Running in eca8f1becf52 [2021-01-12T22:38:54.481Z] Connecting to github.com (140.82.114.3:443) [2021-01-12T22:38:54.481Z] Removing intermediate container 09410a6c8f99 [2021-01-12T22:38:54.481Z] ---> 5dbca55b904e [2021-01-12T22:38:54.481Z] Step 15/23 : WORKDIR / [2021-01-12T22:38:54.782Z] ---> Running in 9077e8a192f1 [2021-01-12T22:38:54.782Z] Connecting to github-production-release-asset-2e65be.s3.amazonaws.com (54.231.33.147:443) [2021-01-12T22:38:54.782Z]  ---> Running in 980baae9e4a1 [2021-01-12T22:38:54.782Z] saving to 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' [2021-01-12T22:38:55.067Z] dockerize-alpine-lin 100% |********************************| 2935k 0:00:00 ETA [2021-01-12T22:38:55.067Z] 'dockerize-alpine-linux-amd64-v0.6.1.tar.gz' saved [2021-01-12T22:38:55.067Z] dockerize [2021-01-12T22:38:55.338Z] Removing intermediate container eca8f1becf52 [2021-01-12T22:38:55.338Z] ---> d53584bee9a0 [2021-01-12T22:38:55.338Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:38:55.611Z] Removing intermediate container 980baae9e4a1 [2021-01-12T22:38:55.611Z] ---> 33a8d7d576ee [2021-01-12T22:38:55.611Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:38:55.650Z] Staging config-common [2021-01-12T22:38:55.883Z] ---> Running in 7e1bf1d48803 [2021-01-12T22:38:55.883Z] Removing intermediate container 9077e8a192f1 [2021-01-12T22:38:55.883Z] ---> 56d17c2b8226 [2021-01-12T22:38:55.883Z] Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:38:56.161Z] ---> 8f4c6c041b83 [2021-01-12T22:38:56.161Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-12T22:38:56.161Z] ---> Running in 4f004024c8c0 [2021-01-12T22:38:56.432Z] Removing intermediate container 7e1bf1d48803 [2021-01-12T22:38:56.432Z] ---> 418a98891baa [2021-01-12T22:38:56.432Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T22:38:56.590Z] Skipping stage go-build-helper (already ran) [2021-01-12T22:38:56.590Z] Skipping stage static-packages (already ran) [2021-01-12T22:38:56.590Z] Skipping stage go115 (already ran) [2021-01-12T22:38:56.590Z] Staging edgex-go [2021-01-12T22:38:56.706Z] ---> Running in 74e51c707317 [2021-01-12T22:38:56.980Z] ---> 4bdb967d231f [2021-01-12T22:38:56.980Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-12T22:38:57.263Z] Removing intermediate container 4f004024c8c0 [2021-01-12T22:38:57.263Z] ---> 9bd12a0f3237 [2021-01-12T22:38:57.263Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:38:57.263Z] Removing intermediate container 74e51c707317 [2021-01-12T22:38:57.263Z] ---> 1b49752348a0 [2021-01-12T22:38:57.263Z] Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:38:57.263Z] ---> a64cbdd57bc9 [2021-01-12T22:38:57.263Z] 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-01-12T22:38:57.263Z] Removing intermediate container bd677e8606f8 [2021-01-12T22:38:57.263Z] ---> dee6486da751 [2021-01-12T22:38:57.263Z] Step 15/33 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-12T22:38:57.530Z] Staging version [2021-01-12T22:38:57.539Z] ---> Running in 693b4ef9ddf7 [2021-01-12T22:38:57.830Z] ---> Running in 4c1077cfd535 [2021-01-12T22:38:57.830Z] ---> Running in 03fdfbed4669 [2021-01-12T22:38:57.830Z] ---> Running in d421b75f63ae [2021-01-12T22:38:58.108Z] Removing intermediate container 693b4ef9ddf7 [2021-01-12T22:38:58.108Z] ---> 1160710eb8ae [2021-01-12T22:38:58.108Z] [2021-01-12T22:38:58.515Z] Priming config-common [2021-01-12T22:38:58.704Z] Removing intermediate container 03fdfbed4669 [2021-01-12T22:38:58.704Z] ---> 7db5188c728e [2021-01-12T22:38:58.704Z] Step 16/33 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-12T22:38:58.704Z] ---> 4b876d870505 [2021-01-12T22:38:58.704Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-12T22:38:58.704Z] Removing intermediate container 4c1077cfd535 [2021-01-12T22:38:58.704Z] ---> 66f35959742e [2021-01-12T22:38:58.704Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:38:58.978Z] ---> Running in b6873adeaf48 [2021-01-12T22:38:58.978Z] Successfully built 1160710eb8ae [2021-01-12T22:38:58.978Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-12T22:38:58.978Z] Building docker-security-proxy-setup-go [2021-01-12T22:38:58.978Z]  Building docker-support-scheduler-go ... done  ---> Running in 95712e71cc26 [2021-01-12T22:38:59.458Z] Priming go-build-helper [2021-01-12T22:38:59.585Z] Removing intermediate container b6873adeaf48 [2021-01-12T22:38:59.585Z] ---> 51a940fdf390 [2021-01-12T22:38:59.585Z] Step 17/33 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} && echo "Move dockerize executable" && mv /usr/local/bin/dockerize ${SECURITY_INIT_DIR} [2021-01-12T22:38:59.867Z] ---> Running in 114eab2c46f7 [2021-01-12T22:38:59.867Z] ---> 06fcf5fa16c0 [2021-01-12T22:38:59.867Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-12T22:38:59.868Z] Removing intermediate container 95712e71cc26 [2021-01-12T22:38:59.868Z] ---> b6916afa2c5b [2021-01-12T22:38:59.868Z] [2021-01-12T22:39:00.029Z] Priming static-packages [2021-01-12T22:39:00.150Z] ---> Running in bf24b5aaa1c4 [2021-01-12T22:39:00.427Z] Successfully built b6916afa2c5b [2021-01-12T22:39:00.700Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-12T22:39:00.700Z]  Building docker-core-command-go ... done Building docker-support-notifications-go [2021-01-12T22:39:00.974Z] Removing intermediate container bf24b5aaa1c4 [2021-01-12T22:39:00.974Z] ---> 3923ee5667dc [2021-01-12T22:39:00.974Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:39:01.260Z] Removing intermediate container d421b75f63ae [2021-01-12T22:39:01.260Z] ---> 6de0f59c65ae [2021-01-12T22:39:01.260Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-12T22:39:01.260Z] Move dockerize executable [2021-01-12T22:39:01.260Z] ---> Running in 7fb67029bfa1 [2021-01-12T22:39:01.533Z] ---> Running in 702a5801c33e [2021-01-12T22:39:02.131Z] Removing intermediate container 7fb67029bfa1 [2021-01-12T22:39:02.131Z] ---> 70a8733cb963 [2021-01-12T22:39:02.131Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T22:39:02.620Z] Priming go115 [2021-01-12T22:39:03.127Z] Removing intermediate container 702a5801c33e [2021-01-12T22:39:03.127Z] ---> 9133edf8a372 [2021-01-12T22:39:03.127Z] Step 22/24 : LABEL arch=arm64 [2021-01-12T22:39:03.127Z] ---> Running in 8181450d7b5c [2021-01-12T22:39:03.191Z] Priming edgex-go [2021-01-12T22:39:03.724Z] ---> Running in bb66be02a75c [2021-01-12T22:39:04.313Z] Removing intermediate container 8181450d7b5c [2021-01-12T22:39:04.313Z] ---> 9f67bc675d1b [2021-01-12T22:39:04.313Z] Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:39:04.313Z] Removing intermediate container 114eab2c46f7 [2021-01-12T22:39:04.313Z] ---> fd82da9701fd [2021-01-12T22:39:04.313Z] Step 18/33 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-12T22:39:04.574Z] Priming version [2021-01-12T22:39:04.584Z] ---> Running in 1aff1a2d9683 [2021-01-12T22:39:04.584Z] Removing intermediate container bb66be02a75c [2021-01-12T22:39:04.584Z] ---> 814e81f81706 [2021-01-12T22:39:04.584Z] Step 23/24 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:39:04.857Z] ---> Running in 6e9413551070 [2021-01-12T22:39:05.128Z] ---> Running in b8aa9544bbf6 [2021-01-12T22:39:05.144Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-12T22:39:05.403Z] Removing intermediate container 1aff1a2d9683 [2021-01-12T22:39:05.403Z] ---> 52ca00d3827b [2021-01-12T22:39:05.403Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:39:05.674Z] Removing intermediate container 6e9413551070 [2021-01-12T22:39:05.674Z] ---> 37b9a536a44a [2021-01-12T22:39:05.674Z] Step 19/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-12T22:39:05.946Z] ---> Running in e73310479275 [2021-01-12T22:39:05.946Z] Removing intermediate container b8aa9544bbf6 [2021-01-12T22:39:05.946Z] ---> 7f3ee40d8181 [2021-01-12T22:39:05.946Z] Step 24/24 : LABEL version=0.0.0 [2021-01-12T22:39:06.926Z] ---> Running in 9aaf4a69035e [2021-01-12T22:39:06.926Z] Removing intermediate container e73310479275 [2021-01-12T22:39:06.926Z] ---> 49efaaa383f6 [2021-01-12T22:39:06.926Z] [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [2021-01-12T22:39:07.530Z] Successfully built 49efaaa383f6 [2021-01-12T22:39:07.530Z] ---> 56abe2c9057f [2021-01-12T22:39:07.530Z] Step 20/33 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-12T22:39:07.530Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-12T22:39:07.530Z] Building docker-sys-mgmt-agent-go [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-12T22:39:08.139Z]  Building docker-core-metadata-go ... done Removing intermediate container 9aaf4a69035e [2021-01-12T22:39:08.139Z] ---> 1ef4226c17cd [2021-01-12T22:39:08.139Z] [2021-01-12T22:39:08.139Z] ---> Running in cfa27b3711f9 [2021-01-12T22:39:08.409Z] Successfully built 1ef4226c17cd [2021-01-12T22:39:08.409Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-12T22:39:08.409Z]  Building docker-security-secretstore-setup-go ... done Building docker-core-data-go [2021-01-12T22:39:10.384Z] Removing intermediate container cfa27b3711f9 [2021-01-12T22:39:10.384Z] ---> 8e0618579afe [2021-01-12T22:39:10.384Z] Step 21/33 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:39:11.366Z] ---> 27389671212f [2021-01-12T22:39:11.366Z] Step 22/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-12T22:39:13.353Z] ---> 295e2c165b6d [2021-01-12T22:39:13.353Z] Step 23/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-12T22:39:14.335Z] ---> b43261b113b5 [2021-01-12T22:39:14.335Z] Step 24/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-12T22:39:15.771Z] ---> 37b172c62e83 [2021-01-12T22:39:15.771Z] Step 25/33 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-12T22:39:17.209Z] ---> 18e349f3d21e [2021-01-12T22:39:17.209Z] Step 26/33 : VOLUME ${SECURITY_INIT_DIR} [2021-01-12T22:39:17.806Z] ---> Running in d1db79b2089c [2021-01-12T22:39:18.791Z] Removing intermediate container d1db79b2089c [2021-01-12T22:39:18.791Z] ---> 3c340d46e565 [2021-01-12T22:39:18.791Z] Step 27/33 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-12T22:39:20.772Z] ---> 095e9b816033 [2021-01-12T22:39:20.772Z] Step 28/33 : RUN chmod +x /entrypoint.sh [2021-01-12T22:39:21.378Z] ---> Running in 91aab2614eda [2021-01-12T22:39:24.774Z] Removing intermediate container 91aab2614eda [2021-01-12T22:39:24.774Z] ---> 41fb5d34ada9 [2021-01-12T22:39:24.774Z] Step 29/33 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-12T22:39:25.375Z] ---> Running in b30a7dee40ef [2021-01-12T22:39:26.355Z] Removing intermediate container b30a7dee40ef [2021-01-12T22:39:26.355Z] ---> 6805cf614d9d [2021-01-12T22:39:26.355Z] Step 30/33 : CMD ["install"] [2021-01-12T22:39:27.337Z] ---> Running in 094bc9c715cd [2021-01-12T22:39:28.321Z] Removing intermediate container 094bc9c715cd [2021-01-12T22:39:28.321Z] ---> f6645ad008dc [2021-01-12T22:39:28.321Z] Step 31/33 : LABEL arch=arm64 [2021-01-12T22:39:29.309Z] ---> Running in 4283c0969764 [2021-01-12T22:39:30.285Z] Removing intermediate container 4283c0969764 [2021-01-12T22:39:30.286Z] ---> 064e1a3e9e2a [2021-01-12T22:39:30.286Z] Step 32/33 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:39:30.900Z] ---> Running in 81afe38a8a4d [2021-01-12T22:39:31.500Z] Removing intermediate container 81afe38a8a4d [2021-01-12T22:39:31.500Z] ---> c789d51dafe0 [2021-01-12T22:39:31.777Z] Step 33/33 : LABEL version=0.0.0 [2021-01-12T22:39:32.049Z] ---> Running in 8225d0fd99fa [2021-01-12T22:39:32.638Z] Removing intermediate container 8225d0fd99fa [2021-01-12T22:39:32.638Z] ---> 47421d0b0ccd [2021-01-12T22:39:32.638Z] [2021-01-12T22:39:32.910Z] Successfully built 47421d0b0ccd [2021-01-12T22:39:33.180Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-12T22:39:45.583Z]  Building docker-security-bootstrapper-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:39:45.583Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:39:45.583Z] ---> 1928d3c263ba [2021-01-12T22:39:45.583Z] Step 3/21 : WORKDIR /edgex-go [2021-01-12T22:39:45.583Z] ---> Using cache [2021-01-12T22:39:45.583Z] ---> 8a785b1919d1 [2021-01-12T22:39:45.583Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:39:45.583Z] ---> Using cache [2021-01-12T22:39:45.583Z] ---> 3cfadbbf275b [2021-01-12T22:39:45.583Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-12T22:39:45.583Z] ---> Using cache [2021-01-12T22:39:45.583Z] ---> e4df43d772b6 [2021-01-12T22:39:45.583Z] Step 6/21 : COPY go.mod . [2021-01-12T22:39:45.583Z] ---> Using cache [2021-01-12T22:39:45.583Z] ---> 610b8b595081 [2021-01-12T22:39:45.583Z] Step 7/21 : RUN go mod download [2021-01-12T22:39:45.583Z] ---> Using cache [2021-01-12T22:39:45.583Z] ---> ee507e156ec1 [2021-01-12T22:39:45.583Z] Step 8/21 : COPY . . [2021-01-12T22:39:45.856Z] ---> Using cache [2021-01-12T22:39:45.856Z] ---> 2fa64b201cda [2021-01-12T22:39:45.856Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-12T22:39:48.501Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:39:48.501Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:39:48.501Z] ---> 1928d3c263ba [2021-01-12T22:39:48.501Z] Step 3/22 : WORKDIR /edgex-go [2021-01-12T22:39:48.501Z] ---> Using cache [2021-01-12T22:39:48.501Z] ---> 8a785b1919d1 [2021-01-12T22:39:48.501Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:39:48.501Z] ---> Using cache [2021-01-12T22:39:48.501Z] ---> 3cfadbbf275b [2021-01-12T22:39:48.501Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-12T22:39:49.098Z] ---> Running in 9bfbc69cbd39 [2021-01-12T22:39:49.098Z] ---> Running in d5f6d59f9944 [2021-01-12T22:39:50.544Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:39:50.817Z] 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-01-12T22:39:51.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:39:52.395Z] OK: 217 MiB in 51 packages [2021-01-12T22:39:56.723Z] Removing intermediate container d5f6d59f9944 [2021-01-12T22:39:56.723Z] ---> ef9bbb9f032e [2021-01-12T22:39:56.723Z] Step 6/22 : COPY go.mod . [2021-01-12T22:39:56.723Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:39:56.723Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:39:56.723Z] ---> 1928d3c263ba [2021-01-12T22:39:56.723Z] Step 3/26 : WORKDIR /edgex-go [2021-01-12T22:39:56.723Z] ---> Using cache [2021-01-12T22:39:56.723Z] ---> 8a785b1919d1 [2021-01-12T22:39:56.723Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:39:56.723Z] ---> Using cache [2021-01-12T22:39:56.723Z] ---> 3cfadbbf275b [2021-01-12T22:39:56.723Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-12T22:39:56.723Z] ---> Running in 6ab89406da95 [2021-01-12T22:39:56.997Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-12T22:39:56.997Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-12T22:39:56.997Z] ---> 1928d3c263ba [2021-01-12T22:39:56.997Z] Step 3/23 : WORKDIR /edgex-go [2021-01-12T22:39:56.997Z] ---> Using cache [2021-01-12T22:39:56.997Z] ---> 8a785b1919d1 [2021-01-12T22:39:56.997Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:39:56.997Z] ---> Using cache [2021-01-12T22:39:56.997Z] ---> 3cfadbbf275b [2021-01-12T22:39:56.997Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-12T22:39:56.997Z] ---> Running in 99fa76ce79d4 [2021-01-12T22:39:57.603Z] ---> 3a3de2db06f3 [2021-01-12T22:39:57.603Z] Step 7/22 : RUN go mod download [2021-01-12T22:39:57.882Z] ---> Running in 31dfffc802df [2021-01-12T22:39:59.336Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:39:59.612Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:40:00.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:40:00.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:40:01.128Z] OK: 217 MiB in 51 packages [2021-01-12T22:40:01.128Z] OK: 217 MiB in 51 packages [2021-01-12T22:40:02.580Z] Removing intermediate container 31dfffc802df [2021-01-12T22:40:02.580Z] ---> 71dff380fd2c [2021-01-12T22:40:02.580Z] Step 8/22 : COPY . . [2021-01-12T22:40:03.184Z] Removing intermediate container 6ab89406da95 [2021-01-12T22:40:03.184Z] ---> 1191e9045d29 [2021-01-12T22:40:03.184Z] Step 6/26 : COPY go.mod . [2021-01-12T22:40:03.565Z] Removing intermediate container 99fa76ce79d4 [2021-01-12T22:40:03.565Z] ---> 52e22d72d82f [2021-01-12T22:40:03.565Z] Step 6/23 : COPY go.mod . [2021-01-12T22:40:05.205Z] ---> 8a970c708426 [2021-01-12T22:40:05.205Z] Step 7/26 : RUN go mod download [2021-01-12T22:40:05.205Z] ---> 5a1a313583db [2021-01-12T22:40:05.205Z] Step 7/23 : RUN go mod download [2021-01-12T22:40:05.205Z] ---> Running in 2776861479a7 [2021-01-12T22:40:05.497Z] ---> Running in 2b25a12d84ca [2021-01-12T22:40:12.245Z] Removing intermediate container 2776861479a7 [2021-01-12T22:40:12.245Z] ---> ea2aeb705ef2 [2021-01-12T22:40:12.245Z] Step 8/26 : COPY . . [2021-01-12T22:40:12.245Z] Removing intermediate container 2b25a12d84ca [2021-01-12T22:40:12.245Z] ---> 5709c73e066d [2021-01-12T22:40:12.245Z] Step 8/23 : COPY . . [2021-01-12T22:40:27.340Z] 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-01-12T22:40:27.931Z] ---> 1779b00d44b8 [2021-01-12T22:40:27.931Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-12T22:40:29.359Z] ---> Running in 8b434e412c62 [2021-01-12T22:40:30.802Z] 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-01-12T22:40:34.207Z] ---> 972919a7bd6f [2021-01-12T22:40:34.207Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-12T22:40:34.490Z] ---> a43a5c2376a4 [2021-01-12T22:40:34.490Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-12T22:40:34.490Z] ---> Running in 95b7e592bec5 [2021-01-12T22:40:35.087Z] ---> Running in eab3a140a7d6 [2021-01-12T22:40:37.091Z] 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-01-12T22:40:37.365Z] Removing intermediate container 9bfbc69cbd39 [2021-01-12T22:40:37.365Z] ---> 3bc1b56a10aa [2021-01-12T22:40:37.365Z] [2021-01-12T22:40:37.365Z] Step 10/21 : FROM alpine:3.12 [2021-01-12T22:40:37.365Z] ---> afeebe901d6b [2021-01-12T22:40:37.365Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-12T22:40:37.365Z] 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-01-12T22:40:37.643Z] ---> Running in f849719f35a9 [2021-01-12T22:40:39.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:40:39.708Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:40:40.315Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-12T22:40:40.593Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:40:40.593Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-12T22:40:40.593Z] (4/4) Installing curl (7.69.1-r3) [2021-01-12T22:40:40.593Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:40:40.593Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:40:40.874Z] OK: 7 MiB in 18 packages [2021-01-12T22:40:43.523Z] Removing intermediate container f849719f35a9 [2021-01-12T22:40:43.523Z] ---> 0eec062fba11 [2021-01-12T22:40:43.523Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-12T22:40:43.523Z] ---> Running in 84041c9fa212 [2021-01-12T22:40:44.139Z] Removing intermediate container 84041c9fa212 [2021-01-12T22:40:44.139Z] ---> b04eb144fcc7 [2021-01-12T22:40:44.139Z] Step 13/21 : WORKDIR /edgex [2021-01-12T22:40:44.431Z] ---> Running in 18a30576494a [2021-01-12T22:40:45.036Z] Removing intermediate container 18a30576494a [2021-01-12T22:40:45.036Z] ---> 75982cfd302c [2021-01-12T22:40:45.036Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-12T22:40:46.494Z] ---> e85cd3a8f144 [2021-01-12T22:40:46.494Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-12T22:40:47.943Z] ---> a2b5869251b5 [2021-01-12T22:40:47.943Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-12T22:40:49.396Z] ---> 70fc6da16ba1 [2021-01-12T22:40:49.396Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-12T22:40:49.668Z] ---> Running in b88efbe0dbae [2021-01-12T22:40:50.287Z] Removing intermediate container b88efbe0dbae [2021-01-12T22:40:50.287Z] ---> af1389adc2c6 [2021-01-12T22:40:50.287Z] Step 18/21 : CMD ["--init=true"] [2021-01-12T22:40:50.570Z] ---> Running in d2ecee181519 [2021-01-12T22:40:51.172Z] Removing intermediate container d2ecee181519 [2021-01-12T22:40:51.172Z] ---> d20ba5799eb5 [2021-01-12T22:40:51.172Z] Step 19/21 : LABEL arch=arm64 [2021-01-12T22:40:51.450Z] ---> Running in b13bde09ac4d [2021-01-12T22:40:52.057Z] Removing intermediate container b13bde09ac4d [2021-01-12T22:40:52.057Z] ---> 9c4bcd2506ea [2021-01-12T22:40:52.057Z] Step 20/21 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:40:52.337Z] ---> Running in afb1ee452408 [2021-01-12T22:40:52.937Z] Removing intermediate container afb1ee452408 [2021-01-12T22:40:52.937Z] ---> 2bdcbc82e84b [2021-01-12T22:40:52.937Z] Step 21/21 : LABEL version=0.0.0 [2021-01-12T22:40:52.937Z] ---> Running in 107cc2ef0032 [2021-01-12T22:40:53.536Z] Removing intermediate container 107cc2ef0032 [2021-01-12T22:40:53.536Z] ---> 2a67de344e5b [2021-01-12T22:40:53.536Z] [2021-01-12T22:40:54.146Z] Successfully built 2a67de344e5b [2021-01-12T22:40:54.146Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-12T22:41:33.176Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 8b434e412c62 [2021-01-12T22:41:33.176Z] ---> cdce0e8c52dc [2021-01-12T22:41:33.176Z] [2021-01-12T22:41:33.176Z] Step 10/22 : FROM alpine:3.12 [2021-01-12T22:41:33.176Z] ---> afeebe901d6b [2021-01-12T22:41:33.176Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-12T22:41:33.176Z] ---> Running in 9f60b700bc8a [2021-01-12T22:41:34.618Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:41:34.893Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:41:35.493Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-12T22:41:35.795Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-12T22:41:35.795Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:41:35.795Z] Executing ca-certificates-20191127-r4.trigger [2021-01-12T22:41:36.074Z] OK: 6 MiB in 16 packages [2021-01-12T22:41:39.468Z] Removing intermediate container 9f60b700bc8a [2021-01-12T22:41:39.468Z] ---> bdfc72249371 [2021-01-12T22:41:39.468Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-12T22:41:39.468Z] ---> Running in 9ff41bc833aa [2021-01-12T22:41:39.468Z] Removing intermediate container 95b7e592bec5 [2021-01-12T22:41:39.468Z] ---> b397db7db0ca [2021-01-12T22:41:39.468Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-12T22:41:39.741Z] ---> Running in cd65a8e0ab82 [2021-01-12T22:41:40.022Z] Removing intermediate container 9ff41bc833aa [2021-01-12T22:41:40.022Z] ---> 05be23b96bc5 [2021-01-12T22:41:40.022Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-12T22:41:40.295Z] ---> Running in d72cdc562cef [2021-01-12T22:41:40.570Z] Removing intermediate container d72cdc562cef [2021-01-12T22:41:40.570Z] ---> 9bc886d1f56c [2021-01-12T22:41:40.570Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-12T22:41:40.849Z] ---> Running in 7096470a864f [2021-01-12T22:41:41.124Z] 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-01-12T22:41:41.402Z] Removing intermediate container 7096470a864f [2021-01-12T22:41:41.402Z] ---> a6d570e7dad1 [2021-01-12T22:41:41.402Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:41:42.395Z] ---> ff3643775a3a [2021-01-12T22:41:42.395Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-12T22:41:43.828Z] ---> 23539a8dfba2 [2021-01-12T22:41:43.828Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-12T22:41:44.809Z] Removing intermediate container cd65a8e0ab82 [2021-01-12T22:41:44.809Z] ---> a83c54ef99c8 [2021-01-12T22:41:44.809Z] [2021-01-12T22:41:44.809Z] Step 11/26 : FROM docker:20.10.0 [2021-01-12T22:41:44.809Z] 20.10.0: Pulling from library/docker [2021-01-12T22:41:44.809Z] ---> 2a91be5d0437 [2021-01-12T22:41:44.809Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-12T22:41:45.083Z] ---> Running in a1b5e81619a5 [2021-01-12T22:41:46.062Z] Removing intermediate container a1b5e81619a5 [2021-01-12T22:41:46.063Z] ---> 6f6a869f61d1 [2021-01-12T22:41:46.063Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:41:46.344Z] ---> Running in 6cbb4be9fed4 [2021-01-12T22:41:47.333Z] Removing intermediate container 6cbb4be9fed4 [2021-01-12T22:41:47.333Z] ---> d4e38bc5a67f [2021-01-12T22:41:47.333Z] Step 20/22 : LABEL arch=arm64 [2021-01-12T22:41:47.611Z] ---> Running in 838510ff3eb3 [2021-01-12T22:41:48.210Z] Removing intermediate container 838510ff3eb3 [2021-01-12T22:41:48.210Z] ---> e36ffe23a328 [2021-01-12T22:41:48.210Z] Step 21/22 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:41:48.487Z] ---> Running in 415f5c4c5f22 [2021-01-12T22:41:49.460Z] Removing intermediate container 415f5c4c5f22 [2021-01-12T22:41:49.460Z] ---> aa4243aefee2 [2021-01-12T22:41:49.460Z] Step 22/22 : LABEL version=0.0.0 [2021-01-12T22:41:49.460Z] ---> Running in b36ecb448029 [2021-01-12T22:41:50.051Z] Removing intermediate container b36ecb448029 [2021-01-12T22:41:50.051Z] ---> 67e4c1d4102f [2021-01-12T22:41:50.051Z] [2021-01-12T22:41:50.644Z] Successfully built 67e4c1d4102f [2021-01-12T22:41:50.644Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-12T22:41:55.050Z]  Building docker-support-notifications-go ... done Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-12T22:41:55.050Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-12T22:41:55.050Z] ---> eeaf43b92773 [2021-01-12T22:41:55.050Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-12T22:41:55.334Z] ---> Running in 206db357fcdf [2021-01-12T22:41:55.619Z] Removing intermediate container eab3a140a7d6 [2021-01-12T22:41:55.619Z] ---> 6355ddbf35bb [2021-01-12T22:41:55.619Z] [2021-01-12T22:41:55.619Z] Step 10/23 : FROM alpine:3.12 [2021-01-12T22:41:55.619Z] ---> afeebe901d6b [2021-01-12T22:41:55.619Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-12T22:41:55.893Z] ---> Running in e31c19296c52 [2021-01-12T22:41:56.490Z] Removing intermediate container e31c19296c52 [2021-01-12T22:41:56.490Z] ---> 2750aa0257dc [2021-01-12T22:41:56.490Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-12T22:41:56.490Z] ---> Running in f7c130cdffba [2021-01-12T22:41:56.490Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:41:56.762Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:41:57.036Z] Removing intermediate container f7c130cdffba [2021-01-12T22:41:57.036Z] ---> a8248d56dbeb [2021-01-12T22:41:57.036Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-12T22:41:57.308Z] ---> Running in 0db3b2db2bb9 [2021-01-12T22:41:57.578Z] (1/2) Installing readline (8.0.4-r0) [2021-01-12T22:41:57.578Z] (2/2) Installing bash (5.0.17-r0) [2021-01-12T22:41:57.578Z] Executing bash-5.0.17-r0.post-install [2021-01-12T22:41:57.578Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:41:57.578Z] OK: 12 MiB in 22 packages [2021-01-12T22:41:57.578Z] Removing intermediate container 0db3b2db2bb9 [2021-01-12T22:41:57.578Z] ---> caeb35f718c7 [2021-01-12T22:41:57.578Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-12T22:41:57.852Z] ---> Running in 613a38503f47 [2021-01-12T22:41:59.284Z] Removing intermediate container 206db357fcdf [2021-01-12T22:41:59.284Z] ---> 64fef7b9f2f0 [2021-01-12T22:41:59.284Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-12T22:41:59.284Z] ---> Running in a2027966fa10 [2021-01-12T22:41:59.882Z] Removing intermediate container a2027966fa10 [2021-01-12T22:41:59.882Z] ---> 09a5d6dd8d70 [2021-01-12T22:41:59.882Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-12T22:41:59.882Z] ---> Running in cd6de707ab0d [2021-01-12T22:42:00.155Z] Removing intermediate container 613a38503f47 [2021-01-12T22:42:00.155Z] ---> fa4947690de1 [2021-01-12T22:42:00.155Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-12T22:42:00.155Z] ---> Running in ac621209f692 [2021-01-12T22:42:00.426Z] Removing intermediate container cd6de707ab0d [2021-01-12T22:42:00.426Z] ---> 6a92dacd225b [2021-01-12T22:42:00.426Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-12T22:42:00.698Z] ---> Running in 9cf8949fd50b [2021-01-12T22:42:01.299Z] Removing intermediate container 9cf8949fd50b [2021-01-12T22:42:01.299Z] ---> 5618bb58be45 [2021-01-12T22:42:01.299Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-12T22:42:01.573Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:42:02.170Z] ---> ac4492dd506d [2021-01-12T22:42:02.170Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-12T22:42:02.442Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:42:03.036Z] ---> 64a535df7625 [2021-01-12T22:42:03.036Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-12T22:42:03.036Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-12T22:42:03.308Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-12T22:42:03.308Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-12T22:42:03.308Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-12T22:42:03.579Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-12T22:42:03.852Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-12T22:42:03.852Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:42:03.852Z] OK: 8 MiB in 20 packages [2021-01-12T22:42:03.852Z] ---> f76dc825e6b9 [2021-01-12T22:42:03.852Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-12T22:42:04.124Z] ---> Running in 7cc5b695ee81 [2021-01-12T22:42:05.561Z] Removing intermediate container ac621209f692 [2021-01-12T22:42:05.561Z] ---> 808166065061 [2021-01-12T22:42:05.561Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-12T22:42:05.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:42:05.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:42:06.152Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-12T22:42:06.152Z] ---> 5777e6793e82 [2021-01-12T22:42:06.152Z] (2/33) Installing expat (2.2.9-r1) [2021-01-12T22:42:06.152Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-12T22:42:06.152Z] (3/33) Installing libffi (3.3-r2) [2021-01-12T22:42:06.152Z] (4/33) Installing gdbm (1.13-r1) [2021-01-12T22:42:06.152Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-12T22:42:06.152Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-12T22:42:06.152Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-12T22:42:08.127Z] ---> c6dda12b2348 [2021-01-12T22:42:08.127Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-12T22:42:08.410Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-12T22:42:08.410Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-12T22:42:08.410Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-12T22:42:08.410Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-12T22:42:08.410Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-12T22:42:08.410Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-12T22:42:08.681Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-12T22:42:08.681Z] ---> eda3c1d32b84 [2021-01-12T22:42:08.681Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-12T22:42:08.681Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-12T22:42:08.681Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-12T22:42:08.958Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-12T22:42:08.958Z] ---> Running in 769694a640ca [2021-01-12T22:42:08.958Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-12T22:42:08.958Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-12T22:42:08.958Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-12T22:42:08.958Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-12T22:42:08.958Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-12T22:42:08.958Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-12T22:42:09.229Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-12T22:42:09.229Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-12T22:42:09.229Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-12T22:42:09.500Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-12T22:42:09.500Z] Removing intermediate container 769694a640ca [2021-01-12T22:42:09.500Z] ---> 1da760b983ef [2021-01-12T22:42:09.501Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:42:09.501Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-12T22:42:09.501Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-12T22:42:09.501Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-12T22:42:09.501Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-12T22:42:09.501Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-12T22:42:09.501Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-12T22:42:09.501Z] ---> Running in eef55f4d267e [2021-01-12T22:42:09.773Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:42:09.773Z] OK: 71 MiB in 55 packages [2021-01-12T22:42:10.045Z] Removing intermediate container eef55f4d267e [2021-01-12T22:42:10.045Z] ---> 21826d6e0eed [2021-01-12T22:42:10.045Z] Step 21/23 : LABEL arch=arm64 [2021-01-12T22:42:10.325Z] ---> Running in df599b4bc2cb [2021-01-12T22:42:10.922Z] Removing intermediate container df599b4bc2cb [2021-01-12T22:42:10.922Z] ---> ae59e83ef46d [2021-01-12T22:42:10.922Z] Step 22/23 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:42:10.922Z] ---> Running in be29559a1f58 [2021-01-12T22:42:11.516Z] Removing intermediate container be29559a1f58 [2021-01-12T22:42:11.516Z] ---> 13e6e76654a5 [2021-01-12T22:42:11.516Z] Step 23/23 : LABEL version=0.0.0 [2021-01-12T22:42:11.791Z] ---> Running in d855e001fcbd [2021-01-12T22:42:12.388Z] Removing intermediate container d855e001fcbd [2021-01-12T22:42:12.388Z] ---> c5932a28505b [2021-01-12T22:42:12.388Z] [2021-01-12T22:42:12.661Z] Successfully built c5932a28505b [2021-01-12T22:42:12.661Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-12T22:42:16.041Z]  Building docker-core-data-go ... done Removing intermediate container 7cc5b695ee81 [2021-01-12T22:42:16.041Z] ---> fd6db42952d4 [2021-01-12T22:42:16.041Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-12T22:42:16.041Z] ---> Running in adb1c7f1e2c3 [2021-01-12T22:42:20.322Z] Collecting docker-compose==1.23.2 [2021-01-12T22:42:20.322Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-12T22:42:21.304Z] Collecting PyYAML<4,>=3.10 [2021-01-12T22:42:21.304Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-12T22:42:24.673Z] Collecting docker<4.0,>=3.6.0 [2021-01-12T22:42:24.673Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-12T22:42:26.091Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-12T22:42:26.091Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-12T22:42:26.367Z] Collecting jsonschema<3,>=2.5.1 [2021-01-12T22:42:26.367Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-12T22:42:26.636Z] 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-01-12T22:42:26.636Z] Collecting docopt<0.7,>=0.6.1 [2021-01-12T22:42:26.906Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-12T22:42:28.872Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-12T22:42:28.872Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-12T22:42:29.462Z] Collecting texttable<0.10,>=0.9.0 [2021-01-12T22:42:29.462Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-12T22:42:31.420Z] Collecting cached-property<2,>=1.2.0 [2021-01-12T22:42:31.420Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-12T22:42:31.420Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-12T22:42:31.691Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-12T22:42:33.655Z] Collecting docker-pycreds>=0.4.0 [2021-01-12T22:42:33.655Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-12T22:42:33.932Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-12T22:42:33.932Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-12T22:42:34.208Z] 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-01-12T22:42:34.208Z] 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-01-12T22:42:34.506Z] Collecting idna<2.8,>=2.5 [2021-01-12T22:42:34.506Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-12T22:42:34.506Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-12T22:42:34.506Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-12T22:42:34.506Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-12T22:42:34.506Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-12T22:42:35.484Z] Installing collected packages: PyYAML, websocket-client, urllib3, idna, requests, docker-pycreds, docker, jsonschema, docopt, texttable, cached-property, dockerpty, docker-compose [2021-01-12T22:42:35.484Z] Running setup.py install for PyYAML: started [2021-01-12T22:42:37.443Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-12T22:42:37.713Z] Attempting uninstall: urllib3 [2021-01-12T22:42:37.713Z] Found existing installation: urllib3 1.25.9 [2021-01-12T22:42:37.713Z] Uninstalling urllib3-1.25.9: [2021-01-12T22:42:37.713Z] Successfully uninstalled urllib3-1.25.9 [2021-01-12T22:42:38.303Z] Attempting uninstall: idna [2021-01-12T22:42:38.303Z] Found existing installation: idna 2.9 [2021-01-12T22:42:38.303Z] Uninstalling idna-2.9: [2021-01-12T22:42:38.576Z] Successfully uninstalled idna-2.9 [2021-01-12T22:42:39.179Z] Attempting uninstall: requests [2021-01-12T22:42:39.179Z] Found existing installation: requests 2.23.0 [2021-01-12T22:42:39.179Z] Uninstalling requests-2.23.0: [2021-01-12T22:42:39.179Z] Successfully uninstalled requests-2.23.0 [2021-01-12T22:42:40.621Z] Running setup.py install for docopt: started [2021-01-12T22:42:42.584Z] Running setup.py install for docopt: finished with status 'done' [2021-01-12T22:42:42.584Z] Running setup.py install for texttable: started [2021-01-12T22:42:44.008Z] Running setup.py install for texttable: finished with status 'done' [2021-01-12T22:42:44.009Z] Running setup.py install for dockerpty: started [2021-01-12T22:42:45.970Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-12T22:42:46.938Z] 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-01-12T22:42:50.312Z] Removing intermediate container adb1c7f1e2c3 [2021-01-12T22:42:50.312Z] ---> 39f5f40ad079 [2021-01-12T22:42:50.312Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-12T22:42:50.584Z] ---> Running in a07c206fe42c [2021-01-12T22:42:51.560Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-12T22:42:51.832Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-12T22:42:52.120Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-12T22:42:52.120Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-12T22:42:52.401Z] (3/3) Installing curl (7.69.1-r3) [2021-01-12T22:42:52.401Z] Executing busybox-1.31.1-r19.trigger [2021-01-12T22:42:52.401Z] OK: 71 MiB in 58 packages [2021-01-12T22:42:53.826Z] Removing intermediate container a07c206fe42c [2021-01-12T22:42:53.826Z] ---> 161d3d34e00c [2021-01-12T22:42:53.826Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-12T22:42:53.826Z] ---> Running in be911fab3cac [2021-01-12T22:42:54.422Z] Removing intermediate container be911fab3cac [2021-01-12T22:42:54.422Z] ---> fcb74baa4b79 [2021-01-12T22:42:54.422Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-12T22:42:54.422Z] ---> Running in c936a18a7926 [2021-01-12T22:42:55.040Z] Removing intermediate container c936a18a7926 [2021-01-12T22:42:55.040Z] ---> 354f7a13ed39 [2021-01-12T22:42:55.040Z] Step 24/26 : LABEL arch=arm64 [2021-01-12T22:42:55.040Z] ---> Running in 1d5c726005f3 [2021-01-12T22:42:55.650Z] Removing intermediate container 1d5c726005f3 [2021-01-12T22:42:55.650Z] ---> 9d2ae908f561 [2021-01-12T22:42:55.650Z] Step 25/26 : LABEL git_sha=1fe9c57595a4564b38ed3255b61c8dcb89657231 [2021-01-12T22:42:55.650Z] ---> Running in 4cadf21799d5 [2021-01-12T22:42:56.250Z] Removing intermediate container 4cadf21799d5 [2021-01-12T22:42:56.250Z] ---> 9f20cb9b7334 [2021-01-12T22:42:56.250Z] Step 26/26 : LABEL version=0.0.0 [2021-01-12T22:42:56.250Z] ---> Running in fbcf11820667 [2021-01-12T22:42:56.860Z] Removing intermediate container fbcf11820667 [2021-01-12T22:42:56.860Z] ---> ec75f73594a2 [2021-01-12T22:42:56.860Z] [2021-01-12T22:42:57.130Z] Successfully built ec75f73594a2 [2021-01-12T22:42:57.399Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-12T22:42:57.414Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-12T22:42:57.438Z] $ docker stop --time=1 ad6957cfdebaf9f0bacd004b97fd0c26736038a954fc706f7945b5429cc1124a [2021-01-12T22:42:59.366Z] $ docker rm -f ad6957cfdebaf9f0bacd004b97fd0c26736038a954fc706f7945b5429cc1124a [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-12T22:43:00.086Z] + + grep dockerdocker [2021-01-12T22:43:00.086Z] images [2021-01-12T22:43:00.359Z] docker-sys-mgmt-agent-go-arm64 latest ec75f73594a2 4 seconds ago 300MB [2021-01-12T22:43:00.359Z] docker-core-data-go-arm64 latest c5932a28505b 48 seconds ago 21MB [2021-01-12T22:43:00.359Z] docker-support-notifications-go-arm64 latest 67e4c1d4102f About a minute ago 15.9MB [2021-01-12T22:43:00.359Z] docker-security-proxy-setup-go-arm64 latest 2a67de344e5b 2 minutes ago 23.3MB [2021-01-12T22:43:00.359Z] docker-security-bootstrapper-go-arm64 latest 47421d0b0ccd 3 minutes ago 40.3MB [2021-01-12T22:43:00.359Z] docker-security-secretstore-setup-go-arm64 latest 1ef4226c17cd 3 minutes ago 23.4MB [2021-01-12T22:43:00.359Z] docker-core-metadata-go-arm64 latest 49efaaa383f6 3 minutes ago 17.7MB [2021-01-12T22:43:00.359Z] docker-core-command-go-arm64 latest b6916afa2c5b 4 minutes ago 15.4MB [2021-01-12T22:43:00.359Z] docker-support-scheduler-go-arm64 latest 1160710eb8ae 4 minutes ago 15.5MB [2021-01-12T22:43:00.359Z] docker 20.10.0 eeaf43b92773 4 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-12T22:43:02.308Z] provisioning config files... [2021-01-12T22:43:02.319Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config5046289508405105240tmp [Pipeline] { [Pipeline] sh [2021-01-12T22:43:02.701Z] + set +x [2021-01-12T22:43:02.701Z] + curl -s https://codecov.io/bash [2021-01-12T22:43:02.701Z] + bash -s -- [2021-01-12T22:43:03.274Z] [2021-01-12T22:43:03.274Z] _____ _ [2021-01-12T22:43:03.274Z] / ____| | | [2021-01-12T22:43:03.274Z] | | ___ __| | ___ ___ _____ __ [2021-01-12T22:43:03.274Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-12T22:43:03.274Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-12T22:43:03.274Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-12T22:43:03.274Z] Bash-20201231-23d4836 [2021-01-12T22:43:03.274Z] [2021-01-12T22:43:03.274Z] [2021-01-12T22:43:03.274Z] ==> git version 2.24.3 found [2021-01-12T22:43:03.274Z] ==> 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-01-12T22:43:03.274Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-12T22:43:03.274Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-12T22:43:03.274Z] ==> Jenkins CI detected. [2021-01-12T22:43:03.274Z] project root: . [2021-01-12T22:43:03.274Z] --> token set from env [2021-01-12T22:43:03.274Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-12T22:43:03.274Z] ==> Running gcov in . (disable via -X gcov) [2021-01-12T22:43:03.274Z] ==> Python coveragepy not found [2021-01-12T22:43:03.274Z] ==> Searching for coverage reports in: [2021-01-12T22:43:03.274Z] + . [2021-01-12T22:43:03.274Z] -> Found 1 reports [2021-01-12T22:43:03.274Z] ==> Detecting git/mercurial file structure [2021-01-12T22:43:03.538Z] ==> Reading reports [2021-01-12T22:43:03.538Z] + ./coverage.out bytes=558011 [2021-01-12T22:43:03.538Z] ==> Appending adjustments [2021-01-12T22:43:03.538Z] https://docs.codecov.io/docs/fixing-reports [2021-01-12T22:43:06.852Z] + Found adjustments [2021-01-12T22:43:06.852Z] ==> Gzipping contents [2021-01-12T22:43:06.852Z] 84K /tmp/codecov.rXDXYq.gz [2021-01-12T22:43:06.852Z] ==> Uploading reports [2021-01-12T22:43:06.852Z] url: https://codecov.io [2021-01-12T22:43:06.852Z] query: branch=PR-2970&commit=1fe9c57595a4564b38ed3255b61c8dcb89657231&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-12T22:43:06.852Z] -> Pinging Codecov [2021-01-12T22:43:06.852Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2970&commit=1fe9c57595a4564b38ed3255b61c8dcb89657231&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2970%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2970&job=&cmd_args= [2021-01-12T22:43:07.119Z] -> Uploading to [2021-01-12T22:43:07.119Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-12/00271124DB129430A58F1EEE437C3FCB/1fe9c57595a4564b38ed3255b61c8dcb89657231/eeb17efa-eed1-4671-a221-1ac634788442.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210112%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210112T224306Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=70ea9995157298016d511b2f7509168b5e6fb688ba8e465b7e611a85133bc27d [2021-01-12T22:43:07.119Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-12T22:43:07.119Z] Dload Upload Total Spent Left Speed [2021-01-12T22:43:07.693Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 84859 0 0 100 84859 0 156k --:--:-- --:--:-- --:--:-- 156k [2021-01-12T22:43:07.693Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/1fe9c57595a4564b38ed3255b61c8dcb89657231 [Pipeline] } [2021-01-12T22:43:07.703Z] 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-01-12T22:43:09.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:43:10.607Z] ---> package-listing.sh [2021-01-12T22:43:10.608Z] ++ facter osfamily [2021-01-12T22:43:10.608Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-12T22:43:10.608Z] + OS_FAMILY=redhat [2021-01-12T22:43:10.608Z] + workspace=/w/workspace/edgex-go/21 [2021-01-12T22:43:10.608Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-12T22:43:10.608Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-12T22:43:10.608Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-12T22:43:10.608Z] + PACKAGES=/tmp/packages_start.txt [2021-01-12T22:43:10.608Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-12T22:43:10.608Z] + PACKAGES=/tmp/packages_end.txt [2021-01-12T22:43:10.608Z] + case "${OS_FAMILY}" in [2021-01-12T22:43:10.608Z] + rpm -qa [2021-01-12T22:43:10.608Z] + sort [2021-01-12T22:43:15.918Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-12T22:43:15.918Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-12T22:43:15.918Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-12T22:43:15.918Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-12T22:43:15.918Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-01-12T22:43:15.918Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-01-12T22:43:15.931Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-12T22:43:16.223Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:43:16.531Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:43:16.531Z] [2021-01-12T22:43:16.531Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-12T22:43:16.884Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:43:16.884Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-12T22:43:16.884Z] df20fa9351a1: Pulling fs layer [2021-01-12T22:43:16.884Z] 36b3adc4ff6f: Pulling fs layer [2021-01-12T22:43:16.884Z] 8ad3a11d3b57: Pulling fs layer [2021-01-12T22:43:16.884Z] 46f8f816bc3b: Pulling fs layer [2021-01-12T22:43:16.884Z] 93b61091891f: Pulling fs layer [2021-01-12T22:43:16.884Z] 93b9cdb0e59b: Pulling fs layer [2021-01-12T22:43:16.884Z] 5e14af77c1be: Pulling fs layer [2021-01-12T22:43:16.884Z] 01666e4c0597: Pulling fs layer [2021-01-12T22:43:16.884Z] aa168da1d23b: Pulling fs layer [2021-01-12T22:43:16.884Z] 93b9cdb0e59b: Waiting [2021-01-12T22:43:16.884Z] 5e14af77c1be: Waiting [2021-01-12T22:43:16.884Z] 46f8f816bc3b: Waiting [2021-01-12T22:43:16.884Z] 01666e4c0597: Waiting [2021-01-12T22:43:16.884Z] aa168da1d23b: Waiting [2021-01-12T22:43:16.884Z] 36b3adc4ff6f: Verifying Checksum [2021-01-12T22:43:16.884Z] 36b3adc4ff6f: Download complete [2021-01-12T22:43:17.148Z] 46f8f816bc3b: Verifying Checksum [2021-01-12T22:43:17.148Z] 46f8f816bc3b: Download complete [2021-01-12T22:43:17.148Z] df20fa9351a1: Verifying Checksum [2021-01-12T22:43:17.148Z] 93b9cdb0e59b: Verifying Checksum [2021-01-12T22:43:17.148Z] 93b9cdb0e59b: Download complete [2021-01-12T22:43:17.148Z] 5e14af77c1be: Verifying Checksum [2021-01-12T22:43:17.148Z] 5e14af77c1be: Download complete [2021-01-12T22:43:17.148Z] 01666e4c0597: Verifying Checksum [2021-01-12T22:43:17.148Z] 01666e4c0597: Download complete [2021-01-12T22:43:17.148Z] 93b61091891f: Verifying Checksum [2021-01-12T22:43:17.148Z] 93b61091891f: Download complete [2021-01-12T22:43:17.410Z] df20fa9351a1: Pull complete [2021-01-12T22:43:17.675Z] 36b3adc4ff6f: Pull complete [2021-01-12T22:43:17.938Z] 8ad3a11d3b57: Verifying Checksum [2021-01-12T22:43:17.938Z] 8ad3a11d3b57: Download complete [2021-01-12T22:43:19.342Z] aa168da1d23b: Verifying Checksum [2021-01-12T22:43:19.342Z] aa168da1d23b: Download complete [2021-01-12T22:43:21.091Z] 8ad3a11d3b57: Pull complete [2021-01-12T22:43:21.690Z] 46f8f816bc3b: Pull complete [2021-01-12T22:43:22.279Z] 93b61091891f: Pull complete [2021-01-12T22:43:22.279Z] 93b9cdb0e59b: Pull complete [2021-01-12T22:43:22.542Z] 5e14af77c1be: Pull complete [2021-01-12T22:43:22.542Z] 01666e4c0597: Pull complete [2021-01-12T22:43:29.168Z] aa168da1d23b: Pull complete [2021-01-12T22:43:29.168Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-12T22:43:29.168Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-12T22:43:29.168Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-12T22:43:29.353Z] prd-centos7-docker-4c-2g-19838 does not seem to be running inside a container [2021-01-12T22:43:29.404Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-lftools-log-publisher:alpine cat [2021-01-12T22:43:37.574Z] $ docker top 4b48d4cc0632d7f535711114bafeac239054d813de4a66744b28c675e52fb5b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-12T22:43:38.144Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-12T22:43:38.446Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-12T22:43:38.747Z] + ls /var/log/sa-host [2021-01-12T22:43:38.747Z] + sadf -c /var/log/sa-host/sa12 [2021-01-12T22:43:38.747Z] file_magic: OK [2021-01-12T22:43:38.747Z] HZ: Using current value: 100 [2021-01-12T22:43:38.747Z] file_header: OK [2021-01-12T22:43:38.747Z] 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-01-12T22:43:38.747Z] Statistics: [2021-01-12T22:43:38.747Z] 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... [2021-01-12T22:43:38.747Z] File successfully converted to sysstat format version 12.2.1 [2021-01-12T22:43:38.747Z] + sadf -c /var/log/sa-host/sa23 [2021-01-12T22:43:38.747Z] file_magic: OK [2021-01-12T22:43:38.747Z] HZ: Using current value: 100 [2021-01-12T22:43:38.747Z] file_header: OK [2021-01-12T22:43:38.747Z] 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-01-12T22:43:38.747Z] Statistics: [2021-01-12T22:43:38.747Z] Hnuu...uuuununununu... [2021-01-12T22:43:38.747Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-12T22:43:38.957Z] provisioning config files... [2021-01-12T22:43:38.979Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config1584481283633055597tmp [Pipeline] { [Pipeline] echo [2021-01-12T22:43:39.053Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:43:39.349Z] ---> create-netrc.sh [Pipeline] } [2021-01-12T22:43:39.359Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-12T22:43:39.447Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:43:39.745Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-12T22:43:39.755Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:43:40.052Z] ---> sudo-logs.sh [2021-01-12T22:43:40.052Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-12T22:43:40.064Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:43:40.362Z] ---> job-cost.sh [2021-01-12T22:43:40.362Z] lf-activate-venv: SKIPPING [2021-01-12T22:43:40.362Z] INFO: No Stack... [2021-01-12T22:43:41.754Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-12T22:43:42.020Z] INFO: Archiving Costs [Pipeline] echo [2021-01-12T22:43:42.034Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-12T22:43:42.373Z] ---> logs-deploy.sh [2021-01-12T22:43:42.373Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2970/21 [2021-01-12T22:43:42.373Z] INFO: archiving workspace using pattern(s): [2021-01-12T22:43:44.293Z] Archives upload complete. [2021-01-12T22:43:44.293Z] INFO: archiving logs to Nexus [2021-01-12T22:43:45.239Z] ---> uname -a: [2021-01-12T22:43:45.240Z] Linux prd-centos7-docker-4c-2g-19838.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-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] ---> lscpu: [2021-01-12T22:43:45.240Z] Architecture: x86_64 [2021-01-12T22:43:45.240Z] CPU op-mode(s): 32-bit, 64-bit [2021-01-12T22:43:45.240Z] Byte Order: Little Endian [2021-01-12T22:43:45.240Z] Address sizes: 40 bits physical, 48 bits virtual [2021-01-12T22:43:45.240Z] CPU(s): 4 [2021-01-12T22:43:45.240Z] On-line CPU(s) list: 0-3 [2021-01-12T22:43:45.240Z] Thread(s) per core: 1 [2021-01-12T22:43:45.240Z] Core(s) per socket: 1 [2021-01-12T22:43:45.240Z] Socket(s): 4 [2021-01-12T22:43:45.240Z] NUMA node(s): 1 [2021-01-12T22:43:45.240Z] Vendor ID: GenuineIntel [2021-01-12T22:43:45.240Z] CPU family: 6 [2021-01-12T22:43:45.240Z] Model: 44 [2021-01-12T22:43:45.240Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-01-12T22:43:45.240Z] Stepping: 1 [2021-01-12T22:43:45.240Z] CPU MHz: 2933.442 [2021-01-12T22:43:45.240Z] BogoMIPS: 5866.88 [2021-01-12T22:43:45.240Z] Virtualization: VT-x [2021-01-12T22:43:45.240Z] Hypervisor vendor: KVM [2021-01-12T22:43:45.240Z] Virtualization type: full [2021-01-12T22:43:45.240Z] L1d cache: 128 KiB [2021-01-12T22:43:45.240Z] L1i cache: 128 KiB [2021-01-12T22:43:45.240Z] L2 cache: 16 MiB [2021-01-12T22:43:45.240Z] L3 cache: 64 MiB [2021-01-12T22:43:45.240Z] NUMA node0 CPU(s): 0-3 [2021-01-12T22:43:45.240Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-01-12T22:43:45.240Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-01-12T22:43:45.240Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-01-12T22:43:45.240Z] Vulnerability Meltdown: Mitigation; PTI [2021-01-12T22:43:45.240Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-01-12T22:43:45.240Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-01-12T22:43:45.240Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-01-12T22:43:45.240Z] Vulnerability Srbds: Not affected [2021-01-12T22:43:45.240Z] Vulnerability Tsx async abort: Not affected [2021-01-12T22:43:45.240Z] 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-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] ---> nproc: [2021-01-12T22:43:45.240Z] 4 [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] ---> df -h: [2021-01-12T22:43:45.240Z] Filesystem Size Used Available Use% Mounted on [2021-01-12T22:43:45.240Z] overlay 50.0G 13.0G 37.0G 26% / [2021-01-12T22:43:45.240Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-01-12T22:43:45.240Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-01-12T22:43:45.240Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21 [2021-01-12T22:43:45.240Z] /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/21@tmp [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] ---> free -m: [2021-01-12T22:43:45.240Z] total used free shared buff/cache available [2021-01-12T22:43:45.240Z] Mem: 1837 715 291 0 831 1038 [2021-01-12T22:43:45.240Z] Swap: 1023 62 961 [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] ---> ip addr: [2021-01-12T22:43:45.240Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-01-12T22:43:45.240Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-01-12T22:43:45.240Z] inet 127.0.0.1/8 scope host lo [2021-01-12T22:43:45.240Z] valid_lft forever preferred_lft forever [2021-01-12T22:43:45.240Z] inet6 ::1/128 scope host [2021-01-12T22:43:45.240Z] valid_lft forever preferred_lft forever [2021-01-12T22:43:45.240Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-01-12T22:43:45.240Z] link/ether fa:16:3e:c0:06:30 brd ff:ff:ff:ff:ff:ff [2021-01-12T22:43:45.240Z] inet 10.30.122.151/23 brd 10.30.123.255 scope global dynamic eth0 [2021-01-12T22:43:45.240Z] valid_lft 85137sec preferred_lft 85137sec [2021-01-12T22:43:45.240Z] inet6 fe80::f816:3eff:fec0:630/64 scope link [2021-01-12T22:43:45.240Z] valid_lft forever preferred_lft forever [2021-01-12T22:43:45.240Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-01-12T22:43:45.240Z] link/ether 02:42:59:5b:82:bc brd ff:ff:ff:ff:ff:ff [2021-01-12T22:43:45.240Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-01-12T22:43:45.240Z] valid_lft forever preferred_lft forever [2021-01-12T22:43:45.240Z] inet6 fe80::42:59ff:fe5b:82bc/64 scope link [2021-01-12T22:43:45.240Z] valid_lft forever preferred_lft forever [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] ---> sar -b -r -n DEV: [2021-01-12T22:43:45.240Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] 22:22:31 LINUX RESTART (4 CPU) [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] 22:23:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-01-12T22:43:45.240Z] 22:24:01 77.80 23.38 54.42 0.00 5602.44 14176.84 0.00 [2021-01-12T22:43:45.240Z] 22:25:01 317.23 120.10 197.13 0.00 7673.37 55919.14 0.00 [2021-01-12T22:43:45.240Z] 22:26:02 202.31 102.31 100.00 0.00 3629.92 10979.72 0.00 [2021-01-12T22:43:45.240Z] 22:27:01 133.67 77.18 56.48 0.00 3584.56 7200.39 0.00 [2021-01-12T22:43:45.240Z] 22:28:02 1081.72 830.27 251.46 0.00 86609.65 163838.49 0.00 [2021-01-12T22:43:45.240Z] 22:29:01 2679.52 2339.42 340.11 0.00 149346.14 154233.99 0.00 [2021-01-12T22:43:45.240Z] 22:30:02 479.01 200.41 278.60 0.00 59334.62 103880.23 0.00 [2021-01-12T22:43:45.240Z] 22:31:02 2457.81 2090.13 367.68 0.00 156245.57 167685.90 0.00 [2021-01-12T22:43:45.240Z] 22:32:01 323.85 87.38 236.47 0.00 8854.68 43245.61 0.00 [2021-01-12T22:43:45.240Z] 22:33:01 45.12 14.68 30.44 0.00 2962.05 1112.18 0.00 [2021-01-12T22:43:45.240Z] 22:34:01 1.73 0.15 1.58 0.00 4.53 24.23 0.00 [2021-01-12T22:43:45.240Z] 22:35:01 0.30 0.07 0.23 0.00 0.67 2.88 0.00 [2021-01-12T22:43:45.240Z] 22:36:01 0.32 0.00 0.32 0.00 0.00 3.58 0.00 [2021-01-12T22:43:45.240Z] 22:37:01 0.43 0.17 0.27 0.00 2.53 2.85 0.00 [2021-01-12T22:43:45.240Z] 22:38:01 2.25 1.62 0.63 0.00 53.28 6.96 0.00 [2021-01-12T22:43:45.240Z] 22:39:01 0.87 0.03 0.83 0.00 1.07 16.51 0.00 [2021-01-12T22:43:45.240Z] 22:40:01 0.18 0.02 0.17 0.00 0.40 1.33 0.00 [2021-01-12T22:43:45.240Z] 22:41:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 [2021-01-12T22:43:45.240Z] 22:42:01 0.27 0.02 0.25 0.00 0.53 2.48 0.00 [2021-01-12T22:43:45.240Z] 22:43:01 0.45 0.03 0.42 0.00 0.40 5.48 0.00 [2021-01-12T22:43:45.240Z] Average: 389.27 293.38 95.89 0.00 24192.42 36214.05 0.00 [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] 22:23:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-01-12T22:43:45.240Z] 22:24:01 71120 0 817996 43.47 2620 989808 1439108 49.11 666616 941244 20 [2021-01-12T22:43:45.240Z] 22:25:01 113232 0 753416 40.04 1520 1013376 1307604 44.63 636476 843312 8 [2021-01-12T22:43:45.240Z] 22:26:02 290288 0 814512 43.29 628 776116 1759112 60.04 659536 651728 60072 [2021-01-12T22:43:45.240Z] 22:27:01 201644 0 799636 42.50 628 879636 1438316 49.09 637504 750792 43012 [2021-01-12T22:43:45.240Z] 22:28:02 524468 0 672640 35.75 28 684408 1276428 43.56 461952 683620 0 [2021-01-12T22:43:45.240Z] 22:29:01 100840 0 1182096 62.83 28 598580 3999720 136.50 829456 688044 37424 [2021-01-12T22:43:45.240Z] 22:30:02 52996 0 764924 40.65 28 1063596 2058224 70.24 724736 894396 28108 [2021-01-12T22:43:45.240Z] 22:31:02 78092 0 919148 48.85 28 884276 3262964 111.36 726956 829888 78220 [2021-01-12T22:43:45.240Z] 22:32:01 129212 0 727312 38.66 28 1024992 1482856 50.61 512864 981144 9024 [2021-01-12T22:43:45.240Z] 22:33:01 131076 0 640568 34.04 28 1109872 1189544 40.60 476612 1023472 12 [2021-01-12T22:43:45.240Z] 22:34:01 131924 0 639708 34.00 28 1109884 1180304 40.28 476072 1023368 8 [2021-01-12T22:43:45.240Z] 22:35:01 131948 0 639680 34.00 28 1109888 1180328 40.28 476220 1023388 8 [2021-01-12T22:43:45.240Z] 22:36:01 133104 0 638516 33.94 28 1109896 1171028 39.97 475380 1023252 8 [2021-01-12T22:43:45.240Z] 22:37:01 132292 0 639320 33.98 28 1109904 1171232 39.97 476476 1023324 20 [2021-01-12T22:43:45.240Z] 22:38:01 131480 0 639184 33.97 28 1110852 1171028 39.97 475304 1024240 8 [2021-01-12T22:43:45.240Z] 22:39:01 131812 0 638824 33.95 28 1110880 1171088 39.97 475272 1024256 8 [2021-01-12T22:43:45.240Z] 22:40:01 131756 0 638880 33.96 28 1110880 1171028 39.97 475440 1024268 8 [2021-01-12T22:43:45.240Z] 22:41:01 131376 0 639248 33.97 28 1110892 1171028 39.97 475412 1024268 8 [2021-01-12T22:43:45.240Z] 22:42:01 131856 0 638776 33.95 28 1110884 1171028 39.97 475312 1024268 12 [2021-01-12T22:43:45.240Z] 22:43:01 131208 0 639408 33.98 28 1110900 1171148 39.97 475704 1024284 12 [2021-01-12T22:43:45.240Z] Average: 150586 0 724190 38.49 292 1006476 1547156 52.80 554465 926328 12800 [2021-01-12T22:43:45.240Z] [2021-01-12T22:43:45.240Z] 22:23:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-01-12T22:43:45.240Z] 22:24:01 eth0 1790.59 1480.29 6258.13 175.85 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:24:01 vethb101793 889.51 825.99 84.04 2720.21 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:24:01 docker0 889.51 825.85 71.88 2720.20 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:25:01 eth0 535.74 437.93 3666.66 72.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:25:01 docker0 148.82 193.57 10.50 828.48 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:26:02 veth5054fa3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:26:02 eth0 39.73 22.34 35.86 15.13 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:27:01 veth5054fa3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:27:01 eth0 45.02 37.29 18.52 75.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:28:02 eth0 212.66 179.15 1662.99 68.08 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:28:02 veth36611c3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:29:01 eth0 54.47 30.38 170.96 13.07 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:29:01 veth36611c3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:29:01 veth3352c4f 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:30:02 vethb472ec3 0.00 0.08 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:30:02 eth0 78.06 44.23 283.17 15.52 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:30:02 veth36611c3 0.00 0.25 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:30:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:31:02 veth673b841 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:31:02 eth0 79.00 52.34 150.30 89.11 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:31:02 veth36611c3 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:31:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:32:01 veth2394b47 5.41 5.85 0.62 20.58 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:32:01 eth0 249.82 168.08 1726.23 82.94 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:32:01 veth36611c3 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:33:01 eth0 19.69 10.24 47.00 5.34 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:33:01 docker0 1115.45 1178.45 86.63 4470.65 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:34:01 eth0 1.80 0.47 0.53 0.27 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:35:01 eth0 1.55 0.38 0.34 0.20 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:36:01 eth0 0.48 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.240Z] 22:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:37:01 eth0 1.00 0.37 0.32 0.20 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:38:01 eth0 0.18 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:39:01 eth0 0.30 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:41:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:42:01 eth0 0.13 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:43:01 eth0 0.47 0.25 0.27 0.16 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] 22:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] Average: eth0 154.46 122.34 698.46 30.48 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] Average: docker0 55.88 59.03 4.34 223.94 0.00 0.00 0.00 0.00 [2021-01-12T22:43:45.241Z] [2021-01-12T22:43:45.241Z] [2021-01-12T22:43:45.241Z] ---> sar -P ALL: [2021-01-12T22:43:45.241Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 01/12/21 _x86_64_ (4 CPU) [2021-01-12T22:43:45.241Z] [2021-01-12T22:43:45.241Z] 22:22:31 LINUX RESTART (4 CPU) [2021-01-12T22:43:45.241Z] [2021-01-12T22:43:45.241Z] 22:23:02 CPU %user %nice %system %iowait %steal %idle [2021-01-12T22:43:45.241Z] 22:24:01 all 17.00 0.00 6.32 1.86 0.03 74.79 [2021-01-12T22:43:45.241Z] 22:24:01 0 16.44 0.00 8.85 0.11 0.04 74.57 [2021-01-12T22:43:45.241Z] 22:24:01 1 12.61 0.00 5.19 2.33 0.03 79.84 [2021-01-12T22:43:45.241Z] 22:24:01 2 18.86 0.00 5.53 1.23 0.03 74.35 [2021-01-12T22:43:45.241Z] 22:24:01 3 20.08 0.00 5.75 3.75 0.03 70.39 [2021-01-12T22:43:45.241Z] 22:25:01 all 12.27 0.00 9.71 4.84 0.05 73.14 [2021-01-12T22:43:45.241Z] 22:25:01 0 11.97 0.00 10.36 2.41 0.03 75.22 [2021-01-12T22:43:45.241Z] 22:25:01 1 12.82 0.00 10.11 5.56 0.05 71.46 [2021-01-12T22:43:45.241Z] 22:25:01 2 10.96 0.00 9.17 3.99 0.03 75.85 [2021-01-12T22:43:45.241Z] 22:25:01 3 13.32 0.00 9.19 7.39 0.09 70.02 [2021-01-12T22:43:45.241Z] 22:26:02 all 51.20 0.00 13.60 5.42 0.05 29.73 [2021-01-12T22:43:45.241Z] 22:26:02 0 49.76 0.00 13.79 8.20 0.07 28.17 [2021-01-12T22:43:45.241Z] 22:26:02 1 52.34 0.00 12.69 3.94 0.03 30.99 [2021-01-12T22:43:45.241Z] 22:26:02 2 51.53 0.00 13.94 4.56 0.05 29.92 [2021-01-12T22:43:45.241Z] 22:26:02 3 51.15 0.00 13.99 4.98 0.03 29.85 [2021-01-12T22:43:45.241Z] 22:27:01 all 39.03 0.00 11.85 3.23 0.02 45.86 [2021-01-12T22:43:45.241Z] 22:27:01 0 39.96 0.00 12.61 2.22 0.02 45.19 [2021-01-12T22:43:45.241Z] 22:27:01 1 39.13 0.00 11.37 2.50 0.04 46.96 [2021-01-12T22:43:45.241Z] 22:27:01 2 38.34 0.00 11.35 4.89 0.00 45.42 [2021-01-12T22:43:45.241Z] 22:27:01 3 38.72 0.00 12.09 3.30 0.02 45.87 [2021-01-12T22:43:45.241Z] 22:28:02 all 23.49 0.00 22.06 7.87 0.06 46.52 [2021-01-12T22:43:45.241Z] 22:28:02 0 23.01 0.00 22.36 8.77 0.05 45.80 [2021-01-12T22:43:45.241Z] 22:28:02 1 23.49 0.00 22.00 7.58 0.05 46.88 [2021-01-12T22:43:45.241Z] 22:28:02 2 23.71 0.00 21.89 8.03 0.07 46.30 [2021-01-12T22:43:45.241Z] 22:28:02 3 23.75 0.00 21.99 7.11 0.05 47.10 [2021-01-12T22:43:45.241Z] 22:29:01 all 26.23 0.00 26.09 25.96 0.04 21.67 [2021-01-12T22:43:45.241Z] 22:29:01 0 26.69 0.00 25.81 27.28 0.04 20.18 [2021-01-12T22:43:45.241Z] 22:29:01 1 26.06 0.00 25.01 27.12 0.05 21.76 [2021-01-12T22:43:45.241Z] 22:29:01 2 25.79 0.00 26.27 25.72 0.04 22.18 [2021-01-12T22:43:45.241Z] 22:29:01 3 26.38 0.00 27.30 23.68 0.05 22.58 [2021-01-12T22:43:45.241Z] 22:30:02 all 42.08 0.00 18.95 20.82 0.04 18.11 [2021-01-12T22:43:45.241Z] 22:30:02 0 42.97 0.00 18.08 22.54 0.03 16.38 [2021-01-12T22:43:45.241Z] 22:30:02 1 41.60 0.00 19.70 19.63 0.03 19.03 [2021-01-12T22:43:45.241Z] 22:30:02 2 41.78 0.00 18.97 17.33 0.03 21.88 [2021-01-12T22:43:45.241Z] 22:30:02 3 41.96 0.00 19.06 23.81 0.05 15.12 [2021-01-12T22:43:45.241Z] 22:31:02 all 20.08 0.00 25.97 27.02 0.08 26.85 [2021-01-12T22:43:45.241Z] 22:31:02 0 19.87 0.00 26.02 22.51 0.07 31.52 [2021-01-12T22:43:45.241Z] 22:31:02 1 19.15 0.00 25.47 31.92 0.09 23.36 [2021-01-12T22:43:45.241Z] 22:31:02 2 19.88 0.00 25.64 28.26 0.09 26.14 [2021-01-12T22:43:45.241Z] 22:31:02 3 21.45 0.00 26.74 25.37 0.07 26.36 [2021-01-12T22:43:45.241Z] 22:32:01 all 42.93 0.00 15.03 10.02 0.04 31.98 [2021-01-12T22:43:45.241Z] 22:32:01 0 42.39 0.00 16.48 7.85 0.04 33.24 [2021-01-12T22:43:45.241Z] 22:32:01 1 43.16 0.00 15.18 13.39 0.05 28.21 [2021-01-12T22:43:45.241Z] 22:32:01 2 42.35 0.00 13.31 9.27 0.04 35.03 [2021-01-12T22:43:45.241Z] 22:32:01 3 43.81 0.00 15.13 9.61 0.04 31.42 [2021-01-12T22:43:45.241Z] 22:33:01 all 1.88 0.00 1.23 1.25 0.00 95.64 [2021-01-12T22:43:45.241Z] 22:33:01 0 2.39 0.00 1.81 2.33 0.02 93.46 [2021-01-12T22:43:45.241Z] 22:33:01 1 2.74 0.00 1.29 1.76 0.00 94.22 [2021-01-12T22:43:45.241Z] 22:33:01 2 1.04 0.00 0.94 0.77 0.00 97.26 [2021-01-12T22:43:45.241Z] 22:33:01 3 1.37 0.00 0.89 0.13 0.00 97.61 [2021-01-12T22:43:45.241Z] 22:34:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-12T22:43:45.241Z] 22:34:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:34:01 1 0.03 0.00 0.05 0.02 0.00 99.90 [2021-01-12T22:43:45.241Z] 22:34:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:34:01 3 0.50 0.00 0.03 0.00 0.02 99.45 [2021-01-12T22:43:45.241Z] [2021-01-12T22:43:45.241Z] 22:34:01 CPU %user %nice %system %iowait %steal %idle [2021-01-12T22:43:45.241Z] 22:35:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2021-01-12T22:43:45.241Z] 22:35:01 0 0.05 0.00 0.03 0.02 0.00 99.90 [2021-01-12T22:43:45.241Z] 22:35:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:35:01 2 0.02 0.00 0.05 0.00 0.00 99.93 [2021-01-12T22:43:45.241Z] 22:35:01 3 0.52 0.00 0.02 0.00 0.00 99.47 [2021-01-12T22:43:45.241Z] 22:36:01 all 0.14 0.00 0.03 0.00 0.00 99.83 [2021-01-12T22:43:45.241Z] 22:36:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:36:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2021-01-12T22:43:45.241Z] 22:36:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-12T22:43:45.241Z] 22:36:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-12T22:43:45.241Z] 22:37:01 all 0.17 0.00 0.04 0.00 0.00 99.79 [2021-01-12T22:43:45.241Z] 22:37:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2021-01-12T22:43:45.241Z] 22:37:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-12T22:43:45.241Z] 22:37:01 2 0.07 0.00 0.05 0.02 0.00 99.87 [2021-01-12T22:43:45.241Z] 22:37:01 3 0.53 0.00 0.03 0.00 0.00 99.43 [2021-01-12T22:43:45.241Z] 22:38:01 all 0.15 0.00 0.07 0.02 0.00 99.75 [2021-01-12T22:43:45.241Z] 22:38:01 0 0.05 0.00 0.05 0.02 0.00 99.88 [2021-01-12T22:43:45.241Z] 22:38:01 1 0.02 0.00 0.08 0.00 0.00 99.90 [2021-01-12T22:43:45.241Z] 22:38:01 2 0.03 0.00 0.10 0.07 0.00 99.80 [2021-01-12T22:43:45.241Z] 22:38:01 3 0.52 0.00 0.07 0.00 0.00 99.42 [2021-01-12T22:43:45.241Z] 22:39:01 all 0.16 0.00 0.02 0.00 0.00 99.82 [2021-01-12T22:43:45.241Z] 22:39:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:39:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:39:01 3 0.55 0.00 0.03 0.00 0.00 99.42 [2021-01-12T22:43:45.241Z] 22:40:01 all 0.15 0.00 0.01 0.00 0.00 99.84 [2021-01-12T22:43:45.241Z] 22:40:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T22:43:45.241Z] 22:40:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:40:01 3 0.50 0.00 0.00 0.00 0.00 99.50 [2021-01-12T22:43:45.241Z] 22:41:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2021-01-12T22:43:45.241Z] 22:41:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-01-12T22:43:45.241Z] 22:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-01-12T22:43:45.241Z] 22:41:01 3 0.48 0.00 0.02 0.00 0.00 99.50 [2021-01-12T22:43:45.241Z] 22:42:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2021-01-12T22:43:45.241Z] 22:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:42:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-01-12T22:43:45.241Z] 22:42:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2021-01-12T22:43:45.241Z] 22:42:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-01-12T22:43:45.241Z] 22:43:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2021-01-12T22:43:45.241Z] 22:43:01 0 0.05 0.00 0.00 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:43:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-01-12T22:43:45.241Z] 22:43:01 2 0.13 0.00 0.05 0.00 0.00 99.82 [2021-01-12T22:43:45.242Z] 22:43:01 3 0.43 0.00 0.03 0.00 0.00 99.53 [2021-01-12T22:43:45.242Z] Average: all 13.55 0.00 7.35 5.25 0.02 73.83 [2021-01-12T22:43:45.242Z] Average: 0 13.46 0.00 7.62 5.08 0.02 73.82 [2021-01-12T22:43:45.242Z] Average: 1 13.32 0.00 7.22 5.61 0.02 73.82 [2021-01-12T22:43:45.242Z] Average: 2 13.42 0.00 7.18 5.04 0.02 74.34 [2021-01-12T22:43:45.242Z] Average: 3 14.00 0.00 7.39 5.26 0.02 73.33 [2021-01-12T22:43:45.242Z] [2021-01-12T22:43:45.242Z] [2021-01-12T22:43:45.242Z]