Pull request #3134 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of FelixTing for edgexfoundry/edgex-go Loading trusted files from base branch master at a4129e86d499c8924a566b780eb9ce8c2b49056c rather than 93923f5d86e2a23836b4f0dca9bc222f230241bf Obtained Jenkinsfile from a4129e86d499c8924a566b780eb9ce8c2b49056c Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-25195 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit a4129e86d499c8924a566b780eb9ce8c2b49056c into PR head commit 93923f5d86e2a23836b4f0dca9bc222f230241bf Merge succeeded, producing 93923f5d86e2a23836b4f0dca9bc222f230241bf Checking out Revision 93923f5d86e2a23836b4f0dca9bc222f230241bf (PR-3134) > git config core.sparsecheckout # timeout=10 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # 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 a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 Commit message: "feat(notifications): Implement GET /subscription/receiver/{receiver} V2 API" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk feecce02fe33d34837c9f661423b300b71c7262b # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-02-05T05:45:10.494Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-02-05T05:45:10.751Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-02-05T05:45:10.858Z] ========================================================= [2021-02-05T05:45:10.858Z] EdgeX Global Pipelines Version Info [2021-02-05T05:45:10.858Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:45:12.364Z] ------------------- [2021-02-05T05:45:12.365Z] stable info: [2021-02-05T05:45:12.365Z] ------------------- [2021-02-05T05:45:12.365Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T05:45:12.365Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T05:45:12.365Z] Message: update stable to v1.0.179 [2021-02-05T05:45:13.325Z] ------------------- [2021-02-05T05:45:13.325Z] experimental info: [2021-02-05T05:45:13.325Z] ------------------- [2021-02-05T05:45:13.325Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-02-05T05:45:13.325Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-02-05T05:45:13.325Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-02-05T05:45:13.580Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-02-05T05:45:13.666Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-02-05T05:45:13.756Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-02-05T05:45:13.840Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-02-05T05:45:13.934Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-02-05T05:45:14.025Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-02-05T05:45:14.113Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-02-05T05:45:14.196Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-02-05T05:45:14.299Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-02-05T05:45:14.384Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-02-05T05:45:14.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-02-05T05:45:14.555Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-02-05T05:45:14.639Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-02-05T05:45:14.726Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-02-05T05:45:14.820Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T05:45:14.902Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-02-05T05:45:14.996Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-02-05T05:45:15.082Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-02-05T05:45:15.173Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-02-05T05:45:15.259Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-02-05T05:45:15.346Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-02-05T05:45:15.487Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-02-05T05:45:15.574Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-02-05T05:45:15.705Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3134 [Pipeline] echo [2021-02-05T05:45:15.804Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3134 [Pipeline] echo [2021-02-05T05:45:15.888Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3134 [Pipeline] echo [2021-02-05T05:45:15.981Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 93923f5d86e2a23836b4f0dca9bc222f230241bf [Pipeline] echo [2021-02-05T05:45:16.065Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 93923f5 [Pipeline] echo [2021-02-05T05:45:16.151Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T05:45:16.323Z] provisioning config files... [2021-02-05T05:45:16.386Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4363136699001906464tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:45:16.733Z] ---> docker-login.sh [2021-02-05T05:45:16.734Z] nexus3.edgexfoundry.org:10001 [2021-02-05T05:45:16.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:45:17.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:45:17.260Z] Configure a credential helper to remove this warning. See [2021-02-05T05:45:17.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:45:17.260Z] [2021-02-05T05:45:17.260Z] Login Succeeded [2021-02-05T05:45:17.260Z] nexus3.edgexfoundry.org:10002 [2021-02-05T05:45:17.260Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:45:17.260Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:45:17.260Z] Configure a credential helper to remove this warning. See [2021-02-05T05:45:17.260Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:45:17.260Z] [2021-02-05T05:45:17.260Z] Login Succeeded [2021-02-05T05:45:17.260Z] nexus3.edgexfoundry.org:10003 [2021-02-05T05:45:17.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:45:17.527Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:45:17.527Z] Configure a credential helper to remove this warning. See [2021-02-05T05:45:17.527Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:45:17.527Z] [2021-02-05T05:45:17.527Z] Login Succeeded [2021-02-05T05:45:17.527Z] nexus3.edgexfoundry.org:10004 [2021-02-05T05:45:17.527Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:45:17.792Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:45:17.792Z] Configure a credential helper to remove this warning. See [2021-02-05T05:45:17.792Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:45:17.792Z] [2021-02-05T05:45:17.792Z] Login Succeeded [2021-02-05T05:45:17.792Z] docker.io [2021-02-05T05:45:17.792Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:45:18.060Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:45:18.060Z] Configure a credential helper to remove this warning. See [2021-02-05T05:45:18.060Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:45:18.060Z] [2021-02-05T05:45:18.060Z] Login Succeeded [2021-02-05T05:45:18.060Z] ---> docker-login.sh ends [Pipeline] } [2021-02-05T05:45:18.070Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:45:18.529Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/core-command/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo core-command,cmd/core-command/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/core-data/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo core-data,cmd/core-data/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/core-metadata/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/support-notifications/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-02-05T05:45:18.529Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-02-05T05:45:18.529Z] + for file in '`ls cmd/**/Dockerfile`' [2021-02-05T05:45:18.529Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-02-05T05:45:18.529Z] ++ cut -d/ -f2 [2021-02-05T05:45:18.529Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-02-05T05:45:18.609Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:45:19.394Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:45:19.394Z] [2021-02-05T05:45:19.394Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:45:19.750Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:45:19.750Z] latest: Pulling from edgex-devops/git-semver [2021-02-05T05:45:19.750Z] 31603596830f: Pulling fs layer [2021-02-05T05:45:19.750Z] 2a8b12db71e7: Pulling fs layer [2021-02-05T05:45:19.750Z] 6ca5941a6612: Pulling fs layer [2021-02-05T05:45:19.750Z] ecc8261a40a4: Pulling fs layer [2021-02-05T05:45:19.750Z] ecc8261a40a4: Waiting [2021-02-05T05:45:19.750Z] 2a8b12db71e7: Verifying Checksum [2021-02-05T05:45:19.750Z] 2a8b12db71e7: Download complete [2021-02-05T05:45:20.015Z] 31603596830f: Verifying Checksum [2021-02-05T05:45:20.015Z] 31603596830f: Download complete [2021-02-05T05:45:20.015Z] ecc8261a40a4: Verifying Checksum [2021-02-05T05:45:20.015Z] ecc8261a40a4: Download complete [2021-02-05T05:45:20.015Z] 6ca5941a6612: Verifying Checksum [2021-02-05T05:45:20.015Z] 6ca5941a6612: Download complete [2021-02-05T05:45:20.285Z] 31603596830f: Pull complete [2021-02-05T05:45:20.551Z] 2a8b12db71e7: Pull complete [2021-02-05T05:45:21.137Z] 6ca5941a6612: Pull complete [2021-02-05T05:45:21.714Z] ecc8261a40a4: Pull complete [2021-02-05T05:45:21.714Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-02-05T05:45:21.714Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-02-05T05:45:21.714Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-02-05T05:45:21.842Z] prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container [2021-02-05T05:45:21.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-02-05T05:45:24.543Z] $ docker top b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-02-05T05:45:24.885Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:45:24.885Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:45:25.114Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:45:25.118Z] $ docker exec b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent [2021-02-05T05:45:25.313Z] SSH_AUTH_SOCK=/tmp/ssh-niOaMIXVRWbD/agent.13 [2021-02-05T05:45:25.313Z] SSH_AGENT_PID=18 [2021-02-05T05:45:25.426Z] Running ssh-add (command line suppressed) [2021-02-05T05:45:25.585Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_3367465318641475622.key (/w/workspace/edgex-go/3@tmp/private_key_3367465318641475622.key) [2021-02-05T05:45:25.645Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:45:26.037Z] + git tag --points-at HEAD [Pipeline] } [2021-02-05T05:45:26.062Z] $ docker exec --env ******** --env ******** b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent -k [2021-02-05T05:45:26.186Z] unset SSH_AUTH_SOCK; [2021-02-05T05:45:26.187Z] unset SSH_AGENT_PID; [2021-02-05T05:45:26.187Z] echo Agent pid 18 killed; [2021-02-05T05:45:26.241Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-02-05T05:45:26.414Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-02-05T05:45:26.414Z] [ssh-agent] Looking for ssh-agent implementation... [2021-02-05T05:45:26.585Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-02-05T05:45:26.589Z] $ docker exec b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent [2021-02-05T05:45:26.771Z] SSH_AUTH_SOCK=/tmp/ssh-3qJkvGTLifTP/agent.48 [2021-02-05T05:45:26.771Z] SSH_AGENT_PID=53 [2021-02-05T05:45:26.780Z] Running ssh-add (command line suppressed) [2021-02-05T05:45:26.901Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_5172808106511320397.key (/w/workspace/edgex-go/3@tmp/private_key_5172808106511320397.key) [2021-02-05T05:45:26.963Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-02-05T05:45:27.297Z] + git semver init [2021-02-05T05:45:27.297Z] # -> Open(): unable to determine branch for HEAD [2021-02-05T05:45:27.297Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2021-02-05T05:45:27.297Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2021-02-05T05:45:27.297Z] # $SEMVER_REMOTE_NAME = origin [2021-02-05T05:45:27.297Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-02-05T05:45:27.297Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-02-05T05:45:27.297Z] # $SEMVER_BRANCH = PR-3134 [2021-02-05T05:45:27.297Z] # $SEMVER_TEMP = /tmp/semver-598434721 [2021-02-05T05:45:27.297Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-02-05T05:45:53.971Z] # '/tmp/semver-598434721' -> '/w/workspace/edgex-go/3/.semver' [2021-02-05T05:45:53.971Z] # -> Force: false [2021-02-05T05:45:53.971Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2021-02-05T05:45:53.987Z] $ docker exec --env ******** --env ******** b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 ssh-agent -k [2021-02-05T05:45:54.221Z] unset SSH_AUTH_SOCK; [2021-02-05T05:45:54.221Z] unset SSH_AGENT_PID; [2021-02-05T05:45:54.221Z] echo Agent pid 53 killed; [2021-02-05T05:45:54.299Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-02-05T05:45:54.781Z] + git semver [Pipeline] } [2021-02-05T05:45:54.799Z] $ docker stop --time=1 b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 [2021-02-05T05:45:56.365Z] $ docker rm -f b92989892f15db073ea28ccacf1cbdbbcc2f2e31eaf3b0e0ff8795958fbd1348 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T05:45:56.888Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-02-05T05:45:57.388Z] Stashed 1 file(s) [Pipeline] echo [2021-02-05T05:45:57.391Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T05:45:58.281Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:45:58.583Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:45:58.881Z] + sudo service docker restart [2021-02-05T05:45:58.882Z] + true [2021-02-05T05:45:58.882Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-02-05T05:45:59.471Z] ========================================================= [2021-02-05T05:45:59.471Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-02-05T05:45:59.471Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:45:59.808Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-02-05T05:46:04.050Z] Sending build context to Docker daemon 327.6MB [2021-02-05T05:46:04.050Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T05:46:04.050Z] Step 2/6 : FROM ${BASE} [2021-02-05T05:46:04.050Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-02-05T05:46:04.050Z] 188c0c94c7c5: Pulling fs layer [2021-02-05T05:46:04.050Z] 0ef7d3d256c8: Pulling fs layer [2021-02-05T05:46:04.050Z] de9db76c5a1d: Pulling fs layer [2021-02-05T05:46:04.050Z] bca2f99d35d6: Pulling fs layer [2021-02-05T05:46:04.050Z] 93359f2a8cfa: Pulling fs layer [2021-02-05T05:46:04.050Z] 7c6f9722023f: Pulling fs layer [2021-02-05T05:46:04.050Z] a35cf1a2eb13: Pulling fs layer [2021-02-05T05:46:04.050Z] bca2f99d35d6: Waiting [2021-02-05T05:46:04.050Z] 93359f2a8cfa: Waiting [2021-02-05T05:46:04.050Z] 7c6f9722023f: Waiting [2021-02-05T05:46:04.050Z] a35cf1a2eb13: Waiting [2021-02-05T05:46:04.050Z] de9db76c5a1d: Download complete [2021-02-05T05:46:04.050Z] 0ef7d3d256c8: Verifying Checksum [2021-02-05T05:46:04.050Z] 0ef7d3d256c8: Download complete [2021-02-05T05:46:04.050Z] 93359f2a8cfa: Verifying Checksum [2021-02-05T05:46:04.050Z] 93359f2a8cfa: Download complete [2021-02-05T05:46:04.050Z] 7c6f9722023f: Download complete [2021-02-05T05:46:04.050Z] 188c0c94c7c5: Verifying Checksum [2021-02-05T05:46:04.050Z] 188c0c94c7c5: Download complete [2021-02-05T05:46:04.050Z] 188c0c94c7c5: Pull complete [2021-02-05T05:46:04.313Z] 0ef7d3d256c8: Pull complete [2021-02-05T05:46:04.314Z] de9db76c5a1d: Pull complete [2021-02-05T05:46:05.718Z] a35cf1a2eb13: Verifying Checksum [2021-02-05T05:46:05.718Z] a35cf1a2eb13: Download complete [2021-02-05T05:46:06.671Z] bca2f99d35d6: Verifying Checksum [2021-02-05T05:46:06.671Z] bca2f99d35d6: Download complete [2021-02-05T05:46:12.775Z] Still waiting to schedule task [2021-02-05T05:46:12.775Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2021-02-05T05:46:13.313Z] bca2f99d35d6: Pull complete [2021-02-05T05:46:13.313Z] 93359f2a8cfa: Pull complete [2021-02-05T05:46:13.313Z] 7c6f9722023f: Pull complete [2021-02-05T05:46:17.547Z] a35cf1a2eb13: Pull complete [2021-02-05T05:46:17.547Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-02-05T05:46:17.547Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-02-05T05:46:17.547Z] ---> a62c8e92a672 [2021-02-05T05:46:17.547Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T05:46:17.547Z] ---> Running in 68214221b9a4 [2021-02-05T05:46:18.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:46:19.077Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:46:19.339Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T05:46:19.601Z] (2/12) Installing file (5.38-r0) [2021-02-05T05:46:19.601Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T05:46:19.864Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T05:46:25.177Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T05:46:25.177Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T05:46:25.177Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T05:46:25.177Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T05:46:25.177Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T05:46:25.177Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T05:46:25.177Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T05:46:25.757Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T05:46:25.757Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:46:25.757Z] OK: 233 MiB in 51 packages [2021-02-05T05:46:29.099Z] Removing intermediate container 68214221b9a4 [2021-02-05T05:46:29.099Z] ---> a7e63f69acb2 [2021-02-05T05:46:29.099Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T05:46:29.362Z] ---> Running in 46495d56f16d [2021-02-05T05:46:29.362Z] Removing intermediate container 46495d56f16d [2021-02-05T05:46:29.362Z] ---> 0a5631e49cac [2021-02-05T05:46:29.362Z] Step 5/6 : COPY go.mod . [2021-02-05T05:46:29.625Z] ---> 4b42535e6612 [2021-02-05T05:46:29.625Z] Step 6/6 : RUN go mod download [2021-02-05T05:46:29.898Z] ---> Running in 42b44c96f1b4 [2021-02-05T05:46:51.941Z] Removing intermediate container 42b44c96f1b4 [2021-02-05T05:46:51.941Z] ---> fa2c74985e22 [2021-02-05T05:46:51.941Z] Successfully built fa2c74985e22 [2021-02-05T05:46:51.941Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:46:52.267Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T05:46:52.267Z] . [Pipeline] withDockerContainer [2021-02-05T05:46:52.381Z] prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container [2021-02-05T05:46:52.438Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T05:46:53.333Z] $ docker top d5a88de01de4f6e8cbc08153921f3b3505ebc98fc14e526bfbc3f4f88c5ce7e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:46:53.927Z] + go version [2021-02-05T05:46:53.927Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-02-05T05:46:53.941Z] $ docker stop --time=1 d5a88de01de4f6e8cbc08153921f3b3505ebc98fc14e526bfbc3f4f88c5ce7e7 [2021-02-05T05:46:55.342Z] $ docker rm -f d5a88de01de4f6e8cbc08153921f3b3505ebc98fc14e526bfbc3f4f88c5ce7e7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:46:56.254Z] + docker inspect -f . ci-base-image-x86_64 [2021-02-05T05:46:56.255Z] . [Pipeline] withDockerContainer [2021-02-05T05:46:56.420Z] prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container [2021-02-05T05:46:56.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-02-05T05:46:57.363Z] $ docker top 9407909d9e0bd0009cada0cad2af4e23b7e35991b2a85ed677fbfbff7b39a06d -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T05:46:57.579Z] ========================================================= [2021-02-05T05:46:57.579Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T05:46:57.579Z] ========================================================= [Pipeline] sh [2021-02-05T05:46:57.870Z] + make test [2021-02-05T05:46:57.870Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T05:47:07.959Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T05:47:26.822Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T05:47:28.770Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T05:47:30.205Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T05:47:30.205Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T05:47:30.205Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T05:47:32.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T05:47:32.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T05:47:32.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T05:47:32.793Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T05:47:32.793Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T05:47:33.762Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T05:47:35.732Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T05:47:35.733Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T05:47:35.733Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T05:47:39.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.147s coverage: 45.6% of statements [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T05:47:39.105Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T05:47:39.105Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.086s coverage: 100.0% of statements [2021-02-05T05:47:42.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.171s coverage: 27.1% of statements [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T05:47:42.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.042s coverage: 100.0% of statements [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T05:47:42.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.042s coverage: 100.0% of statements [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T05:47:42.455Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.096s coverage: 65.8% of statements [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T05:47:42.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T05:47:42.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.426s coverage: 82.3% of statements [2021-02-05T05:47:42.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T05:47:42.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:47:42.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T05:47:42.728Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T05:47:44.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.322s coverage: 28.6% of statements [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T05:47:44.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T05:47:44.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.055s coverage: 100.0% of statements [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T05:47:44.693Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.094s coverage: 86.7% of statements [2021-02-05T05:47:44.693Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T05:47:45.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-02-05T05:47:45.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T05:47:45.667Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-02-05T05:47:45.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T05:47:45.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T05:47:45.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T05:47:45.667Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T05:47:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.357s coverage: 92.8% of statements [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T05:47:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T05:47:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.052s coverage: 0.1% of statements [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T05:47:47.642Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T05:47:47.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.078s coverage: 45.5% of statements [2021-02-05T05:47:47.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.076s coverage: 79.5% of statements [2021-02-05T05:47:47.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.034s coverage: 94.1% of statements [2021-02-05T05:47:47.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.043s coverage: 96.3% of statements [2021-02-05T05:47:48.179Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.042s coverage: 87.5% of statements [2021-02-05T05:48:00.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.045s coverage: 94.4% of statements [2021-02-05T05:48:00.448Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.033s coverage: 44.8% of statements [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.088s coverage: 92.9% of statements [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.036s coverage: 87.2% of statements [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.035s coverage: 100.0% of statements [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.043s coverage: 75.5% of statements [2021-02-05T05:48:15.463Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.032s coverage: 80.8% of statements [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.063s coverage: 87.2% of statements [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.054s coverage: 84.2% of statements [2021-02-05T05:48:15.463Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.074s coverage: 91.4% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.148s coverage: 63.5% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.032s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.032s coverage: 73.7% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.033s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.274s coverage: 68.9% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.100s coverage: 37.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.276s coverage: 84.0% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.032s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.159s coverage: 47.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.051s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.084s coverage: 84.3% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.673s coverage: 29.1% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.068s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.030s coverage: 0.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.026s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.044s coverage: 87.9% of statements [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T05:48:15.464Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.025s coverage: 32.1% of statements [2021-02-05T05:48:15.464Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-02-05T05:48:15.464Z] GO111MODULE=on go vet ./... [2021-02-05T05:48:42.190Z] gofmt -l . [2021-02-05T05:48:42.190Z] [ "`gofmt -l .`" = "" ] [2021-02-05T05:48:42.190Z] ./bin/test-go-mod-tidy.sh [2021-02-05T05:48:42.190Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T05:48:42.504Z] + ls -al . [2021-02-05T05:48:42.504Z] total 692 [2021-02-05T05:48:42.504Z] drwxrwxr-x 10 1001 1001 4096 Feb 5 05:48 . [2021-02-05T05:48:42.504Z] drwxr-xr-x 4 root root 28 Feb 5 05:46 .. [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 05:45 .dockerignore [2021-02-05T05:48:42.504Z] drwxrwxr-x 8 1001 1001 179 Feb 5 05:45 .git [2021-02-05T05:48:42.504Z] drwxrwxr-x 3 1001 1001 125 Feb 5 05:45 .github [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 05:45 .gitignore [2021-02-05T05:48:42.504Z] drwx------ 3 1001 1001 60 Feb 5 05:45 .semver [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 05:45 .sonarcloud.properties [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 05:45 Attribution.txt [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 05:45 CONTRIBUTING.md [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 05:45 Dockerfile.build [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 05:45 Jenkinsfile [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 05:45 LICENSE [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 05:45 Makefile [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 05:45 README.md [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 05:45 SECURITY.md [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 05:45 VERSION [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 05:45 ZMQWindows.md [2021-02-05T05:48:42.504Z] drwxrwxr-x 2 1001 1001 117 Feb 5 05:45 bin [2021-02-05T05:48:42.504Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 05:45 cmd [2021-02-05T05:48:42.504Z] -rw-r--r-- 1 root root 587103 Feb 5 05:48 coverage.out [2021-02-05T05:48:42.504Z] -rw-r--r-- 1 root root 1054 Feb 5 05:48 go.mod [2021-02-05T05:48:42.504Z] -rw-r--r-- 1 root root 19290 Feb 5 05:48 go.sum [2021-02-05T05:48:42.504Z] drwxrwxr-x 8 1001 1001 127 Feb 5 05:45 internal [2021-02-05T05:48:42.504Z] drwxrwxr-x 4 1001 1001 26 Feb 5 05:45 openapi [2021-02-05T05:48:42.504Z] drwxrwxr-x 4 1001 1001 71 Feb 5 05:45 snap [2021-02-05T05:48:42.504Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 05:45 version.go [Pipeline] sh [2021-02-05T05:48:42.810Z] + '[' -e coverage.out ] [2021-02-05T05:48:42.810Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T05:48:43.091Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T05:48:43.395Z] + make build [2021-02-05T05:48:43.395Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:48:46.724Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:48:49.096Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-25198 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws [2021-02-05T05:48:49.182Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-05T05:48:54.387Z] using credential edgex-jenkins-ssh [2021-02-05T05:48:54.453Z] Cloning the remote Git repository [2021-02-05T05:48:54.965Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:48:54.503Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:48:54.606Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-05T05:48:54.691Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:48:54.692Z] > git --version # timeout=10 [2021-02-05T05:48:54.711Z] > git --version # 'git version 2.17.1' [2021-02-05T05:48:54.713Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:48:54.795Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T05:48:55.913Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:48:57.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:48:57.835Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:48:59.777Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:49:00.729Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:49:02.134Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:49:03.089Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:49:04.035Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:49:05.444Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:49:06.398Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [Pipeline] } [2021-02-05T05:49:08.339Z] $ docker stop --time=1 9407909d9e0bd0009cada0cad2af4e23b7e35991b2a85ed677fbfbff7b39a06d [2021-02-05T05:49:10.018Z] $ docker rm -f 9407909d9e0bd0009cada0cad2af4e23b7e35991b2a85ed677fbfbff7b39a06d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2021-02-05T05:49:11.387Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T05:49:11.418Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T05:49:12.518Z] Merging remotes/origin/master commit a4129e86d499c8924a566b780eb9ce8c2b49056c into PR head commit 93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:49:12.972Z] Merge succeeded, producing 93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:49:12.973Z] Checking out Revision 93923f5d86e2a23836b4f0dca9bc222f230241bf (PR-3134) [2021-02-05T05:49:11.595Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T05:49:11.687Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:49:11.688Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:49:11.718Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T05:49:12.553Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T05:49:12.575Z] > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [2021-02-05T05:49:12.888Z] > git remote # timeout=10 [2021-02-05T05:49:12.918Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T05:49:12.930Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:49:12.941Z] > git merge a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 [2021-02-05T05:49:12.964Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T05:49:12.995Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T05:49:13.015Z] > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:49:14.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:49:14.213Z] [2021-02-05T05:49:14.213Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:49:14.561Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:49:14.561Z] latest: Pulling from edgex-devops/edgex-compose [2021-02-05T05:49:14.561Z] cbdbe7a5bc2a: Pulling fs layer [2021-02-05T05:49:14.561Z] ca9280d653b3: Pulling fs layer [2021-02-05T05:49:14.561Z] 7e9c9ca2126c: Pulling fs layer [2021-02-05T05:49:14.826Z] cbdbe7a5bc2a: Download complete [2021-02-05T05:49:15.090Z] cbdbe7a5bc2a: Pull complete [2021-02-05T05:49:15.355Z] ca9280d653b3: Download complete [2021-02-05T05:49:16.333Z] ca9280d653b3: Pull complete [2021-02-05T05:49:16.333Z] 7e9c9ca2126c: Download complete [2021-02-05T05:49:17.463Z] Commit message: "feat(notifications): Implement GET /subscription/receiver/{receiver} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-02-05T05:49:18.897Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:49:19.352Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-02-05T05:49:19.691Z] + sudo service docker restart [2021-02-05T05:49:19.691Z] + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-02-05T05:49:21.743Z] provisioning config files... [2021-02-05T05:49:21.793Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config2973356851478816155tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:49:22.213Z] ---> docker-login.sh [2021-02-05T05:49:22.213Z] nexus3.edgexfoundry.org:10001 [2021-02-05T05:49:23.087Z] 7e9c9ca2126c: Pull complete [2021-02-05T05:49:23.087Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-02-05T05:49:23.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:49:23.087Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-02-05T05:49:23.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:49:23.329Z] prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container [2021-02-05T05:49:23.467Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T05:49:23.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:49:23.510Z] Configure a credential helper to remove this warning. See [2021-02-05T05:49:23.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:49:23.510Z] [2021-02-05T05:49:23.510Z] Login Succeeded [2021-02-05T05:49:23.510Z] nexus3.edgexfoundry.org:10002 [2021-02-05T05:49:23.786Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:49:23.786Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:49:23.786Z] Configure a credential helper to remove this warning. See [2021-02-05T05:49:23.786Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:49:23.786Z] [2021-02-05T05:49:23.786Z] Login Succeeded [2021-02-05T05:49:23.786Z] nexus3.edgexfoundry.org:10003 [2021-02-05T05:49:24.398Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:49:24.398Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:49:24.398Z] Configure a credential helper to remove this warning. See [2021-02-05T05:49:24.398Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:49:24.398Z] [2021-02-05T05:49:24.398Z] Login Succeeded [2021-02-05T05:49:24.398Z] nexus3.edgexfoundry.org:10004 [2021-02-05T05:49:24.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:49:24.955Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:49:24.955Z] Configure a credential helper to remove this warning. See [2021-02-05T05:49:24.955Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:49:24.955Z] [2021-02-05T05:49:24.955Z] Login Succeeded [2021-02-05T05:49:24.955Z] docker.io [2021-02-05T05:49:25.229Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-02-05T05:49:25.503Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-02-05T05:49:25.503Z] Configure a credential helper to remove this warning. See [2021-02-05T05:49:25.503Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-02-05T05:49:25.503Z] [2021-02-05T05:49:25.503Z] Login Succeeded [2021-02-05T05:49:25.503Z] ---> docker-login.sh ends [2021-02-05T05:49:26.513Z] $ docker top 26801830f6a20ca3529dff9b343e35553538555910515d7aaded5a6dcdbabbe7 -eo pid,comm [Pipeline] { [Pipeline] } [2021-02-05T05:49:26.767Z] Deleting 1 temporary files [Pipeline] sh [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-02-05T05:49:27.113Z] + docker-compose build --help [2021-02-05T05:49:27.113Z] + grep parallel [Pipeline] echo [2021-02-05T05:49:27.215Z] ========================================================= [2021-02-05T05:49:27.215Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-02-05T05:49:27.215Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:49:27.586Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-02-05T05:49:28.061Z] --parallel Build images in parallel. [Pipeline] } [2021-02-05T05:49:28.074Z] $ docker stop --time=1 26801830f6a20ca3529dff9b343e35553538555910515d7aaded5a6dcdbabbe7 [2021-02-05T05:49:29.433Z] $ docker rm -f 26801830f6a20ca3529dff9b343e35553538555910515d7aaded5a6dcdbabbe7 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:49:30.020Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-02-05T05:49:30.020Z] . [Pipeline] withDockerContainer [2021-02-05T05:49:30.121Z] prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container [2021-02-05T05:49:30.168Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-02-05T05:49:30.238Z] Sending build context to Docker daemon 166.2MB [2021-02-05T05:49:30.238Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-02-05T05:49:30.238Z] Step 2/6 : FROM ${BASE} [2021-02-05T05:49:30.238Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-02-05T05:49:30.238Z] 5f621e34cdf4: Pulling fs layer [2021-02-05T05:49:30.238Z] a4357932f1b6: Pulling fs layer [2021-02-05T05:49:30.238Z] 18c013af1878: Pulling fs layer [2021-02-05T05:49:30.238Z] 00ac8860ef70: Pulling fs layer [2021-02-05T05:49:30.238Z] 63d7cb157983: Pulling fs layer [2021-02-05T05:49:30.238Z] b116817d02f9: Pulling fs layer [2021-02-05T05:49:30.238Z] 745a02a5169b: Pulling fs layer [2021-02-05T05:49:30.238Z] 00ac8860ef70: Waiting [2021-02-05T05:49:30.238Z] 63d7cb157983: Waiting [2021-02-05T05:49:30.238Z] b116817d02f9: Waiting [2021-02-05T05:49:30.238Z] 745a02a5169b: Waiting [2021-02-05T05:49:30.238Z] 18c013af1878: Verifying Checksum [2021-02-05T05:49:30.238Z] 18c013af1878: Download complete [2021-02-05T05:49:30.238Z] a4357932f1b6: Verifying Checksum [2021-02-05T05:49:30.238Z] a4357932f1b6: Download complete [2021-02-05T05:49:30.238Z] 63d7cb157983: Download complete [2021-02-05T05:49:30.238Z] b116817d02f9: Verifying Checksum [2021-02-05T05:49:30.238Z] b116817d02f9: Download complete [2021-02-05T05:49:30.238Z] 5f621e34cdf4: Verifying Checksum [2021-02-05T05:49:30.238Z] 5f621e34cdf4: Download complete [2021-02-05T05:49:30.839Z] 5f621e34cdf4: Pull complete [2021-02-05T05:49:30.920Z] $ docker top 45de1be04bd3aa1b03bb6027b002034b51016bd53aaf51a2f770dbb8d8ca2849 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:49:31.446Z] a4357932f1b6: Pull complete [2021-02-05T05:49:31.474Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T05:49:31.722Z] 18c013af1878: Pull complete [2021-02-05T05:49:32.419Z] Building docker-core-command-go ... [2021-02-05T05:49:32.419Z] Building docker-core-data-go ... [2021-02-05T05:49:32.419Z] Building docker-core-metadata-go ... [2021-02-05T05:49:32.419Z] Building docker-security-bootstrapper-go ... [2021-02-05T05:49:32.419Z] Building docker-security-proxy-setup-go ... [2021-02-05T05:49:32.419Z] Building docker-security-secretstore-setup-go ... [2021-02-05T05:49:32.419Z] Building docker-support-notifications-go ... [2021-02-05T05:49:32.419Z] Building docker-support-scheduler-go ... [2021-02-05T05:49:32.419Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T05:49:32.419Z] Building docker-security-secretstore-setup-go [2021-02-05T05:49:32.419Z] Building docker-sys-mgmt-agent-go [2021-02-05T05:49:32.419Z] Building docker-core-metadata-go [2021-02-05T05:49:32.419Z] Building docker-support-notifications-go [2021-02-05T05:49:32.419Z] Building docker-security-bootstrapper-go [2021-02-05T05:49:32.708Z] 745a02a5169b: Verifying Checksum [2021-02-05T05:49:32.708Z] 745a02a5169b: Download complete [2021-02-05T05:49:34.156Z] 00ac8860ef70: Verifying Checksum [2021-02-05T05:49:34.156Z] 00ac8860ef70: Download complete [2021-02-05T05:49:44.336Z] 00ac8860ef70: Pull complete [2021-02-05T05:49:44.610Z] 63d7cb157983: Pull complete [2021-02-05T05:49:44.884Z] b116817d02f9: Pull complete [2021-02-05T05:49:49.221Z] 745a02a5169b: Pull complete [2021-02-05T05:49:49.221Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-02-05T05:49:49.221Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-02-05T05:49:49.221Z] ---> b7e6874047d6 [2021-02-05T05:49:49.221Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-02-05T05:49:51.841Z] ---> Running in 5dd76abcb5b1 [2021-02-05T05:49:52.834Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:49:53.827Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:49:54.423Z] (1/12) Installing libmagic (5.38-r0) [2021-02-05T05:49:54.423Z] (2/12) Installing file (5.38-r0) [2021-02-05T05:49:54.696Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-02-05T05:49:54.696Z] (4/12) Installing g++ (9.3.0-r2) [2021-02-05T05:50:00.097Z] (5/12) Installing fortify-headers (1.1-r0) [2021-02-05T05:50:00.097Z] (6/12) Installing patch (2.7.6-r6) [2021-02-05T05:50:00.097Z] (7/12) Installing build-base (0.5-r2) [2021-02-05T05:50:00.097Z] (8/12) Installing libsodium (1.0.18-r0) [2021-02-05T05:50:00.097Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-02-05T05:50:00.097Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-02-05T05:50:00.097Z] (11/12) Installing libzmq (4.3.3-r0) [2021-02-05T05:50:00.097Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-02-05T05:50:00.097Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:50:00.097Z] OK: 217 MiB in 51 packages [2021-02-05T05:50:04.407Z] Removing intermediate container 5dd76abcb5b1 [2021-02-05T05:50:04.407Z] ---> d737a944aa19 [2021-02-05T05:50:04.407Z] Step 4/6 : WORKDIR /edgex-go [2021-02-05T05:50:04.679Z] ---> Running in 36aecd442d7e [2021-02-05T05:50:04.769Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:50:04.769Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:50:04.769Z] ---> fa2c74985e22 [2021-02-05T05:50:04.769Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:50:04.769Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:50:04.769Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:50:04.769Z] ---> fa2c74985e22 [2021-02-05T05:50:04.769Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T05:50:04.769Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:50:04.769Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:50:04.769Z] ---> fa2c74985e22 [2021-02-05T05:50:04.769Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:50:04.769Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:50:04.769Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:50:04.769Z] ---> fa2c74985e22 [2021-02-05T05:50:04.769Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T05:50:04.769Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:50:04.769Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:50:04.769Z] ---> fa2c74985e22 [2021-02-05T05:50:04.769Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T05:50:04.769Z] ---> Running in b35148ed4ee6 [2021-02-05T05:50:04.769Z] ---> Running in 7ae7dfade455 [2021-02-05T05:50:04.769Z] ---> Running in 283bfc3d0dd3 [2021-02-05T05:50:04.769Z] ---> Running in cfe125aa8ed4 [2021-02-05T05:50:04.769Z] ---> Running in f61a9f8d8fa2 [2021-02-05T05:50:04.769Z] Removing intermediate container 7ae7dfade455 [2021-02-05T05:50:04.769Z] ---> 2d6b181a0fb7 [2021-02-05T05:50:04.769Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:50:04.769Z] Removing intermediate container cfe125aa8ed4 [2021-02-05T05:50:04.769Z] ---> 1a2fdf8c24b3 [2021-02-05T05:50:04.769Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:50:04.769Z] Removing intermediate container b35148ed4ee6 [2021-02-05T05:50:04.769Z] ---> ddd7180c8209 [2021-02-05T05:50:04.769Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:50:04.769Z] Removing intermediate container f61a9f8d8fa2 [2021-02-05T05:50:04.769Z] ---> a973c0ca2581 [2021-02-05T05:50:04.769Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:50:04.769Z] Removing intermediate container 283bfc3d0dd3 [2021-02-05T05:50:04.769Z] ---> 060016ecbd0e [2021-02-05T05:50:04.769Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:50:04.769Z] ---> Running in d96d2f7c0747 [2021-02-05T05:50:04.769Z] ---> Running in 426c464aecfe [2021-02-05T05:50:04.769Z] ---> Running in 5dd5a0fcf00c [2021-02-05T05:50:04.769Z] ---> Running in 88801b62ab95 [2021-02-05T05:50:04.769Z] ---> Running in 36139736a53f [2021-02-05T05:50:04.953Z] Removing intermediate container 36aecd442d7e [2021-02-05T05:50:04.953Z] ---> ad8bf941f6fd [2021-02-05T05:50:04.953Z] Step 5/6 : COPY go.mod . [2021-02-05T05:50:05.548Z] ---> 64dbaff7c384 [2021-02-05T05:50:05.548Z] Step 6/6 : RUN go mod download [2021-02-05T05:50:05.738Z] Removing intermediate container d96d2f7c0747 [2021-02-05T05:50:05.738Z] ---> 5d4049f6fc5b [2021-02-05T05:50:05.738Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:50:05.820Z] ---> Running in 44559dcaf70b [2021-02-05T05:50:06.002Z] Removing intermediate container 426c464aecfe [2021-02-05T05:50:06.002Z] ---> 8f1752e82a2b [2021-02-05T05:50:06.002Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T05:50:06.002Z] ---> Running in d58d9fa0c779 [2021-02-05T05:50:06.283Z] ---> Running in cc6af289c747 [2021-02-05T05:50:06.547Z] Removing intermediate container 5dd5a0fcf00c [2021-02-05T05:50:06.547Z] ---> 9fa33b2c96d8 [2021-02-05T05:50:06.547Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T05:50:06.810Z] ---> Running in 7f1fa5c187fe [2021-02-05T05:50:06.810Z] Removing intermediate container 88801b62ab95 [2021-02-05T05:50:06.810Z] ---> 71fe97eae2d0 [2021-02-05T05:50:06.810Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T05:50:07.087Z] Removing intermediate container 36139736a53f [2021-02-05T05:50:07.087Z] ---> cdd25a728eea [2021-02-05T05:50:07.087Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T05:50:07.087Z] ---> Running in 91a5b825584e [2021-02-05T05:50:07.087Z] ---> Running in b672cb8c29dc [2021-02-05T05:50:07.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:07.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:07.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:07.678Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:07.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:08.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:08.207Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:08.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:08.484Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:08.484Z] OK: 233 MiB in 51 packages [2021-02-05T05:50:08.756Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:50:08.756Z] OK: 233 MiB in 51 packages [2021-02-05T05:50:08.756Z] OK: 233 MiB in 51 packages [2021-02-05T05:50:08.756Z] OK: 233 MiB in 51 packages [2021-02-05T05:50:09.024Z] OK: 233 MiB in 51 packages [2021-02-05T05:50:09.601Z] Removing intermediate container cc6af289c747 [2021-02-05T05:50:09.601Z] ---> a7e353bea157 [2021-02-05T05:50:09.601Z] Step 6/24 : COPY go.mod . [2021-02-05T05:50:09.601Z] Removing intermediate container d58d9fa0c779 [2021-02-05T05:50:09.601Z] ---> 0b2c5878229d [2021-02-05T05:50:09.601Z] Step 6/23 : COPY go.mod . [2021-02-05T05:50:09.866Z] ---> 067a657d0a87 [2021-02-05T05:50:09.866Z] Step 7/24 : RUN go mod download [2021-02-05T05:50:10.128Z] Removing intermediate container 7f1fa5c187fe [2021-02-05T05:50:10.128Z] ---> ad59269c2e6a [2021-02-05T05:50:10.128Z] Step 6/22 : COPY go.mod . [2021-02-05T05:50:10.128Z] ---> d1f897c112b2 [2021-02-05T05:50:10.128Z] Step 7/23 : RUN go mod download [2021-02-05T05:50:10.128Z] Removing intermediate container 91a5b825584e [2021-02-05T05:50:10.128Z] ---> be729ae1bf83 [2021-02-05T05:50:10.128Z] Step 6/26 : COPY go.mod . [2021-02-05T05:50:10.128Z] ---> Running in 563f3fa46c1d [2021-02-05T05:50:10.391Z] ---> Running in a8ec845bd45a [2021-02-05T05:50:10.391Z] Removing intermediate container b672cb8c29dc [2021-02-05T05:50:10.391Z] ---> 5a4c13b22e57 [2021-02-05T05:50:10.391Z] Step 6/31 : COPY go.mod . [2021-02-05T05:50:10.656Z] ---> a823389217e7 [2021-02-05T05:50:10.656Z] Step 7/22 : RUN go mod download [2021-02-05T05:50:10.656Z] ---> c92d08d677cb [2021-02-05T05:50:10.656Z] Step 7/26 : RUN go mod download [2021-02-05T05:50:10.926Z] ---> Running in 2847b09d4ac9 [2021-02-05T05:50:10.926Z] ---> Running in 0006f3a094d9 [2021-02-05T05:50:10.926Z] ---> bbc63b33498e [2021-02-05T05:50:10.926Z] Step 7/31 : RUN go mod download [2021-02-05T05:50:11.196Z] ---> Running in 3b011e81cbcf [2021-02-05T05:50:13.165Z] Removing intermediate container 563f3fa46c1d [2021-02-05T05:50:13.165Z] ---> d1a351296125 [2021-02-05T05:50:13.165Z] Step 8/24 : COPY . . [2021-02-05T05:50:13.165Z] Removing intermediate container 3b011e81cbcf [2021-02-05T05:50:13.165Z] ---> 7a9a7fef6a4d [2021-02-05T05:50:13.165Z] Step 8/31 : COPY . . [2021-02-05T05:50:13.165Z] Removing intermediate container 2847b09d4ac9 [2021-02-05T05:50:13.165Z] ---> 669912ed0126 [2021-02-05T05:50:13.165Z] Step 8/22 : COPY . . [2021-02-05T05:50:13.165Z] Removing intermediate container 0006f3a094d9 [2021-02-05T05:50:13.165Z] ---> f512233d2e0c [2021-02-05T05:50:13.165Z] Step 8/26 : COPY . . [2021-02-05T05:50:13.429Z] Removing intermediate container a8ec845bd45a [2021-02-05T05:50:13.430Z] ---> 4027cdfb2112 [2021-02-05T05:50:13.430Z] Step 8/23 : COPY . . [2021-02-05T05:50:32.611Z] Removing intermediate container 44559dcaf70b [2021-02-05T05:50:32.612Z] ---> 70f5b1df8e14 [2021-02-05T05:50:32.612Z] Successfully built 70f5b1df8e14 [2021-02-05T05:50:32.612Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:50:32.965Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T05:50:32.965Z] . [Pipeline] withDockerContainer [2021-02-05T05:50:33.240Z] prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container [2021-02-05T05:50:33.363Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T05:50:34.974Z] $ docker top bd1562ddf47d373da7a37c80acf574c7c48ab8c65fe98f38d9fce8e319c275a1 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T05:50:35.955Z] + go version [2021-02-05T05:50:35.955Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-02-05T05:50:36.008Z] $ docker stop --time=1 bd1562ddf47d373da7a37c80acf574c7c48ab8c65fe98f38d9fce8e319c275a1 [2021-02-05T05:50:37.933Z] $ docker rm -f bd1562ddf47d373da7a37c80acf574c7c48ab8c65fe98f38d9fce8e319c275a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:50:38.889Z] + docker inspect -f . ci-base-image-arm64 [2021-02-05T05:50:38.889Z] . [Pipeline] withDockerContainer [2021-02-05T05:50:39.154Z] prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container [2021-02-05T05:50:39.264Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-02-05T05:50:40.738Z] $ docker top b6ea84d776abfdbae82b14ab6562f9317d16e4155db670f465b9585ebc14e10f -eo pid,comm [Pipeline] { [Pipeline] echo [2021-02-05T05:50:41.088Z] ========================================================= [2021-02-05T05:50:41.088Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-02-05T05:50:41.088Z] ========================================================= [Pipeline] sh [2021-02-05T05:50:41.733Z] + make test [2021-02-05T05:50:41.733Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-02-05T05:50:52.395Z] ---> 1234b0572b91 [2021-02-05T05:50:52.395Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T05:50:52.395Z] ---> 0bb93c2ffb6b [2021-02-05T05:50:52.395Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T05:50:52.395Z] ---> f6b8c1cddc99 [2021-02-05T05:50:52.395Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T05:50:52.395Z] ---> a41d22b0c220 [2021-02-05T05:50:52.395Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T05:50:52.395Z] ---> Running in 2b0babfd08e0 [2021-02-05T05:50:52.395Z] ---> Running in b65295a06e07 [2021-02-05T05:50:52.395Z] ---> Running in 9555f74e5aa7 [2021-02-05T05:50:52.395Z] ---> Running in c2546fdf7e1a [2021-02-05T05:50:52.395Z] ---> f76db5f18880 [2021-02-05T05:50:52.395Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T05:50:52.395Z] ---> Running in 5dffe9b7a879 [2021-02-05T05:50:52.699Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:50:52.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:50:52.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:50:52.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T05:50:52.700Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:51:03.911Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-02-05T05:51:19.412Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:51:20.375Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:51:25.782Z] Removing intermediate container c2546fdf7e1a [2021-02-05T05:51:25.782Z] ---> 36f533c115bd [2021-02-05T05:51:25.782Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T05:51:25.782Z] ---> Running in 318569893ecb [2021-02-05T05:51:26.783Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:51:29.372Z] Removing intermediate container 9555f74e5aa7 [2021-02-05T05:51:29.372Z] ---> cd20bfed29be [2021-02-05T05:51:29.372Z] [2021-02-05T05:51:29.372Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T05:51:29.372Z] 3.12: Pulling from library/alpine [2021-02-05T05:51:29.640Z] Removing intermediate container 2b0babfd08e0 [2021-02-05T05:51:29.640Z] ---> e82684035189 [2021-02-05T05:51:29.640Z] [2021-02-05T05:51:29.640Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T05:51:29.640Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T05:51:29.640Z] 3.12: Pulling from library/alpine [2021-02-05T05:51:29.640Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T05:51:29.640Z] ---> 389fef711851 [2021-02-05T05:51:29.640Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T05:51:29.640Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T05:51:29.640Z] Status: Image is up to date for alpine:3.12 [2021-02-05T05:51:29.640Z] ---> 389fef711851 [2021-02-05T05:51:29.640Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T05:51:31.057Z] ---> Running in 0a0515ff79e0 [2021-02-05T05:51:31.057Z] ---> Running in 4e259b2ab86e [2021-02-05T05:51:32.453Z] Removing intermediate container 5dffe9b7a879 [2021-02-05T05:51:32.453Z] ---> 329cd247ac7a [2021-02-05T05:51:32.453Z] [2021-02-05T05:51:32.453Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T05:51:32.453Z] ---> 389fef711851 [2021-02-05T05:51:32.453Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T05:51:34.390Z] Removing intermediate container 318569893ecb [2021-02-05T05:51:34.390Z] ---> df76b39250e5 [2021-02-05T05:51:34.390Z] [2021-02-05T05:51:34.390Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T05:51:34.390Z] ---> Running in e2cd66088725 [2021-02-05T05:51:34.390Z] 20.10.0: Pulling from library/docker [2021-02-05T05:51:34.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:34.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:34.390Z] Removing intermediate container b65295a06e07 [2021-02-05T05:51:34.391Z] ---> 8f8e07e7f20d [2021-02-05T05:51:34.391Z] [2021-02-05T05:51:34.391Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:51:34.391Z] ---> 389fef711851 [2021-02-05T05:51:34.391Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:51:34.391Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T05:51:34.391Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:51:34.391Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T05:51:34.391Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T05:51:34.391Z] Removing intermediate container e2cd66088725 [2021-02-05T05:51:34.391Z] ---> 9fd413dfe51b [2021-02-05T05:51:34.391Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T05:51:34.391Z] ---> Running in 4c5056344e89 [2021-02-05T05:51:34.391Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T05:51:34.391Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:51:34.391Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:51:34.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:34.659Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:34.923Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T05:51:34.923Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T05:51:34.923Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:51:34.923Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:51:34.923Z] OK: 6 MiB in 16 packages [2021-02-05T05:51:35.187Z] OK: 7 MiB in 19 packages [2021-02-05T05:51:35.777Z] ---> Running in 5d5715eb15d6 [2021-02-05T05:51:36.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:36.760Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:37.028Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T05:51:37.028Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:51:37.028Z] OK: 6 MiB in 15 packages [2021-02-05T05:51:37.612Z] Removing intermediate container 0a0515ff79e0 [2021-02-05T05:51:37.612Z] ---> d1f74b3baa5a [2021-02-05T05:51:37.612Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T05:51:38.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:38.195Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:38.195Z] Removing intermediate container 4e259b2ab86e [2021-02-05T05:51:38.195Z] ---> 758a5057cb6c [2021-02-05T05:51:38.195Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:51:38.489Z] ---> Running in 1b075febe8b2 [2021-02-05T05:51:38.489Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T05:51:38.489Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T05:51:38.489Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:51:38.489Z] OK: 6 MiB in 16 packages [2021-02-05T05:51:38.489Z] ---> Running in ba87dd91ba41 [2021-02-05T05:51:39.113Z] Removing intermediate container 4c5056344e89 [2021-02-05T05:51:39.113Z] ---> c55b360f2d56 [2021-02-05T05:51:39.113Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:51:39.113Z] Removing intermediate container 1b075febe8b2 [2021-02-05T05:51:39.113Z] ---> 8442f4639dba [2021-02-05T05:51:39.113Z] Step 13/24 : WORKDIR / [2021-02-05T05:51:40.176Z] ---> Running in f12ff7d02aa7 [2021-02-05T05:51:40.176Z] ---> Running in 3a47ebc501ca [2021-02-05T05:51:40.176Z] Removing intermediate container ba87dd91ba41 [2021-02-05T05:51:40.176Z] ---> eef559b39b79 [2021-02-05T05:51:40.176Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T05:51:41.143Z] ---> Running in 60e4473f9526 [2021-02-05T05:51:41.411Z] Removing intermediate container 3a47ebc501ca [2021-02-05T05:51:41.411Z] ---> 1caf9a4f7c36 [2021-02-05T05:51:41.411Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T05:51:41.411Z] Removing intermediate container f12ff7d02aa7 [2021-02-05T05:51:41.411Z] ---> a7777c2c7a51 [2021-02-05T05:51:41.411Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T05:51:41.411Z] Removing intermediate container 5d5715eb15d6 [2021-02-05T05:51:41.411Z] ---> 9dca1c0bb842 [2021-02-05T05:51:41.411Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T05:51:41.683Z] ---> Running in 611ee6c5a60d [2021-02-05T05:51:41.683Z] Removing intermediate container 60e4473f9526 [2021-02-05T05:51:41.683Z] ---> 35564d54bf36 [2021-02-05T05:51:41.683Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T05:51:41.683Z] ---> Running in 8d1745825d0d [2021-02-05T05:51:41.951Z] ---> d79f3fcb160f [2021-02-05T05:51:41.951Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T05:51:41.951Z] ---> Running in c7f678d43fc4 [2021-02-05T05:51:41.951Z] Removing intermediate container 611ee6c5a60d [2021-02-05T05:51:41.951Z] ---> a46167b7268e [2021-02-05T05:51:41.951Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T05:51:42.215Z] ---> Running in ff3cc9c7249a [2021-02-05T05:51:42.215Z] Removing intermediate container 8d1745825d0d [2021-02-05T05:51:42.215Z] ---> 2b934201ed90 [2021-02-05T05:51:42.215Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T05:51:42.215Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T05:51:42.215Z] Removing intermediate container c7f678d43fc4 [2021-02-05T05:51:42.215Z] ---> 6af2a0947b55 [2021-02-05T05:51:42.215Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:51:42.215Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T05:51:42.215Z] ---> aefe523efa57 [2021-02-05T05:51:42.215Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T05:51:42.478Z] ---> Running in 07b67e9bbdfb [2021-02-05T05:51:42.478Z] ---> 838eea1d090d [2021-02-05T05:51:42.478Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T05:51:42.478Z] ---> Running in 5d44356b9392 [2021-02-05T05:51:42.478Z] Removing intermediate container ff3cc9c7249a [2021-02-05T05:51:42.478Z] ---> ddd99bdf4a74 [2021-02-05T05:51:42.478Z] Step 15/23 : WORKDIR / [2021-02-05T05:51:42.748Z] ---> Running in 508bbf72a342 [2021-02-05T05:51:42.748Z] ---> 6948e3b36b0a [2021-02-05T05:51:42.748Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T05:51:43.028Z] Removing intermediate container 07b67e9bbdfb [2021-02-05T05:51:43.028Z] ---> 990d78a6ef3a [2021-02-05T05:51:43.028Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T05:51:43.028Z] ---> 45c66465872f [2021-02-05T05:51:43.028Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T05:51:43.028Z] ---> Running in f2af38da22ae [2021-02-05T05:51:43.028Z] Removing intermediate container 508bbf72a342 [2021-02-05T05:51:43.028Z] ---> 06d09a77d75d [2021-02-05T05:51:43.028Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:51:43.301Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:43.574Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:43.574Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T05:51:43.574Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T05:51:43.838Z] Executing bash-5.0.17-r0.post-install [2021-02-05T05:51:43.838Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:51:43.838Z] OK: 12 MiB in 22 packages [2021-02-05T05:51:44.431Z] ---> c1f126c00241 [2021-02-05T05:51:44.431Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T05:51:44.431Z] ---> 865b3d04211d [2021-02-05T05:51:44.431Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T05:51:44.431Z] ---> e165d8c18229 [2021-02-05T05:51:44.431Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T05:51:45.016Z] ---> 1f7094243305 [2021-02-05T05:51:45.016Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T05:51:45.280Z] Removing intermediate container 5d44356b9392 [2021-02-05T05:51:45.280Z] ---> 1be1f0e92344 [2021-02-05T05:51:45.280Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T05:51:45.280Z] ---> Running in bf7dc702bbab [2021-02-05T05:51:45.280Z] ---> Running in f5eadab0caeb [2021-02-05T05:51:45.280Z] ---> 595400fd281e [2021-02-05T05:51:45.280Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T05:51:45.280Z] Removing intermediate container f2af38da22ae [2021-02-05T05:51:45.280Z] ---> 4a3809d06163 [2021-02-05T05:51:45.280Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T05:51:45.280Z] ---> c214b541026d [2021-02-05T05:51:45.280Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T05:51:45.546Z] ---> Running in 4fece795901c [2021-02-05T05:51:45.546Z] Removing intermediate container bf7dc702bbab [2021-02-05T05:51:45.546Z] ---> 987262f4ef18 [2021-02-05T05:51:45.546Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:51:45.810Z] Removing intermediate container f5eadab0caeb [2021-02-05T05:51:45.810Z] ---> b4e941c399ba [2021-02-05T05:51:45.810Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T05:51:45.810Z] ---> b4e151d37fe3 [2021-02-05T05:51:45.810Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T05:51:45.810Z] ---> bbd420c0e6df [2021-02-05T05:51:45.810Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T05:51:45.810Z] ---> Running in 233b9bc938b0 [2021-02-05T05:51:45.810Z] ---> Running in 2a109d326edd [2021-02-05T05:51:46.074Z] ---> Running in 085252ff048c [2021-02-05T05:51:46.074Z] ---> Running in 865de38ab42f [2021-02-05T05:51:46.074Z] Removing intermediate container 4fece795901c [2021-02-05T05:51:46.074Z] ---> eef31c5d2368 [2021-02-05T05:51:46.074Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T05:51:46.341Z] Removing intermediate container 233b9bc938b0 [2021-02-05T05:51:46.341Z] ---> 33553dc0d12c [2021-02-05T05:51:46.341Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T05:51:46.341Z] Removing intermediate container 2a109d326edd [2021-02-05T05:51:46.341Z] ---> 9a90cd895053 [2021-02-05T05:51:46.341Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T05:51:46.341Z] Removing intermediate container 865de38ab42f [2021-02-05T05:51:46.341Z] ---> 484978e2e3e6 [2021-02-05T05:51:46.341Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:51:46.615Z] ---> 1e2cb35cb333 [2021-02-05T05:51:46.615Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T05:51:46.615Z] ---> Running in 067b4d8f054d [2021-02-05T05:51:46.615Z] ---> Running in 76f5f6aaf3be [2021-02-05T05:51:46.615Z] ---> Running in 178bbd24b067 [2021-02-05T05:51:46.615Z] ---> Running in fccb884f48a8 [2021-02-05T05:51:46.881Z] Removing intermediate container 76f5f6aaf3be [2021-02-05T05:51:46.881Z] ---> 26c96dac69e9 [2021-02-05T05:51:46.881Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T05:51:47.152Z] Removing intermediate container 067b4d8f054d [2021-02-05T05:51:47.152Z] ---> b6e2fa0a3e95 [2021-02-05T05:51:47.152Z] Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:51:47.152Z] Removing intermediate container 178bbd24b067 [2021-02-05T05:51:47.152Z] ---> 2408d026d498 [2021-02-05T05:51:47.152Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T05:51:47.426Z] ---> Running in c88b14f9afe2 [2021-02-05T05:51:47.426Z] ---> Running in 3bfd685f37ba [2021-02-05T05:51:47.693Z] Removing intermediate container 085252ff048c [2021-02-05T05:51:47.693Z] ---> 40d0f5ed444b [2021-02-05T05:51:47.693Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T05:51:47.693Z] ---> 3ef831e2a199 [2021-02-05T05:51:47.693Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T05:51:47.693Z] ---> Running in da8150e2df3f [2021-02-05T05:51:47.693Z] Removing intermediate container c88b14f9afe2 [2021-02-05T05:51:47.693Z] ---> 6d74a9cf6a63 [2021-02-05T05:51:47.693Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T05:51:47.961Z] Removing intermediate container 3bfd685f37ba [2021-02-05T05:51:47.961Z] ---> a59b0a133b22 [2021-02-05T05:51:47.961Z] Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:51:47.961Z] ---> Running in 98e5adc4b1a6 [2021-02-05T05:51:48.228Z] Removing intermediate container da8150e2df3f [2021-02-05T05:51:48.228Z] ---> 1ce6f28179b4 [2021-02-05T05:51:48.228Z] Step 22/24 : LABEL arch=x86_64 [2021-02-05T05:51:48.228Z] ---> Running in bb19c681115e [2021-02-05T05:51:48.228Z] ---> 757e858fce3e [2021-02-05T05:51:48.228Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T05:51:48.228Z] ---> Running in 901416c0005f [2021-02-05T05:51:48.494Z] Removing intermediate container 98e5adc4b1a6 [2021-02-05T05:51:48.494Z] ---> 72e608af95c5 [2021-02-05T05:51:48.494Z] [2021-02-05T05:51:48.494Z] Removing intermediate container bb19c681115e [2021-02-05T05:51:48.494Z] ---> f3dfa549e880 [2021-02-05T05:51:48.494Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T05:51:48.764Z] Removing intermediate container fccb884f48a8 [2021-02-05T05:51:48.764Z] ---> 72c2ca2da1cf [2021-02-05T05:51:48.764Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:51:48.764Z] Removing intermediate container 901416c0005f [2021-02-05T05:51:48.764Z] ---> 69dbc3216708 [2021-02-05T05:51:48.764Z] Step 23/24 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:51:48.764Z] ---> e506ba948e9a [2021-02-05T05:51:48.764Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T05:51:48.764Z] ---> Running in 98ca7f79ef71 [2021-02-05T05:51:49.032Z] Successfully built 72e608af95c5 [2021-02-05T05:51:49.032Z] ---> Running in 6905994e0293 [2021-02-05T05:51:49.032Z] Successfully tagged docker-support-notifications-go:latest [2021-02-05T05:51:49.033Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-02-05T05:51:49.033Z] ---> Running in 00eadaf7f7cf [2021-02-05T05:51:49.303Z] Removing intermediate container 98ca7f79ef71 [2021-02-05T05:51:49.303Z] ---> 6c170061befc [2021-02-05T05:51:49.303Z] [2021-02-05T05:51:49.303Z] ---> de33a2e450c8 [2021-02-05T05:51:49.303Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T05:51:49.303Z] Removing intermediate container 6905994e0293 [2021-02-05T05:51:49.303Z] ---> 019b37802868 [2021-02-05T05:51:49.303Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T05:51:49.303Z] Successfully built 6c170061befc [2021-02-05T05:51:49.575Z] Successfully tagged docker-core-metadata-go:latest [2021-02-05T05:51:49.575Z] Building docker-core-data-go [2021-02-05T05:51:49.839Z]  Building docker-core-metadata-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:49.839Z] ---> Running in 007ac681b64f [2021-02-05T05:51:49.839Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:51:50.105Z] ---> e4a1675db019 [2021-02-05T05:51:50.105Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T05:51:50.105Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T05:51:50.105Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T05:51:50.105Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T05:51:50.105Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T05:51:50.105Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T05:51:50.105Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T05:51:50.105Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T05:51:51.005Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-02-05T05:51:55.435Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-02-05T05:52:00.148Z] Removing intermediate container 007ac681b64f [2021-02-05T05:52:00.148Z] ---> b8a96850444b [2021-02-05T05:52:00.148Z] [2021-02-05T05:52:00.148Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T05:52:00.148Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T05:52:00.148Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T05:52:00.148Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T05:52:00.148Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T05:52:00.148Z] ---> e26b58907e38 [2021-02-05T05:52:00.148Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T05:52:00.148Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T05:52:00.148Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T05:52:00.148Z] Successfully built b8a96850444b [2021-02-05T05:52:00.148Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T05:52:00.148Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T05:52:00.148Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-02-05T05:52:00.148Z]  Building docker-security-secretstore-setup-go ... done Building docker-security-proxy-setup-go [2021-02-05T05:52:00.148Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T05:52:01.541Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T05:52:01.806Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T05:52:02.282Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-02-05T05:52:02.282Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-02-05T05:52:02.282Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-02-05T05:52:02.387Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T05:52:03.788Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T05:52:04.755Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T05:52:06.164Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T05:52:07.565Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T05:52:07.828Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T05:52:08.091Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T05:52:09.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-02-05T05:52:09.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-02-05T05:52:09.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-02-05T05:52:09.031Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-02-05T05:52:09.032Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-02-05T05:52:09.032Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-02-05T05:52:09.505Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T05:52:10.088Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T05:52:10.088Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T05:52:10.088Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T05:52:11.046Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T05:52:11.046Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T05:52:11.046Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T05:52:11.634Z] ---> 871cc5beadf8 [2021-02-05T05:52:11.634Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T05:52:11.900Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:52:12.163Z] OK: 71 MiB in 55 packages [2021-02-05T05:52:12.753Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:52:12.753Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:52:12.753Z] ---> fa2c74985e22 [2021-02-05T05:52:12.753Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:52:13.021Z] ---> Using cache [2021-02-05T05:52:13.021Z] ---> 060016ecbd0e [2021-02-05T05:52:13.021Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:52:13.021Z] ---> Using cache [2021-02-05T05:52:13.021Z] ---> cdd25a728eea [2021-02-05T05:52:13.021Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:52:13.021Z] ---> Using cache [2021-02-05T05:52:13.021Z] ---> 5a4c13b22e57 [2021-02-05T05:52:13.021Z] Step 6/23 : COPY go.mod . [2021-02-05T05:52:13.021Z] ---> Using cache [2021-02-05T05:52:13.021Z] ---> bbc63b33498e [2021-02-05T05:52:13.021Z] Step 7/23 : RUN go mod download [2021-02-05T05:52:13.021Z] ---> Using cache [2021-02-05T05:52:13.021Z] ---> 7a9a7fef6a4d [2021-02-05T05:52:13.021Z] Step 8/23 : COPY . . [2021-02-05T05:52:13.021Z] ---> Using cache [2021-02-05T05:52:13.021Z] ---> f76db5f18880 [2021-02-05T05:52:13.021Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T05:52:13.285Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:52:13.285Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:52:13.285Z] ---> fa2c74985e22 [2021-02-05T05:52:13.285Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:52:13.285Z] ---> Using cache [2021-02-05T05:52:13.285Z] ---> 060016ecbd0e [2021-02-05T05:52:13.285Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:52:13.285Z] ---> Using cache [2021-02-05T05:52:13.285Z] ---> cdd25a728eea [2021-02-05T05:52:13.285Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T05:52:13.874Z] ---> c41dc0ab99bc [2021-02-05T05:52:13.874Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T05:52:13.874Z] ---> Running in e09c2bd395ae [2021-02-05T05:52:13.874Z] ---> Running in 43ea64580594 [2021-02-05T05:52:14.469Z] ---> Running in 419fd771a69f [2021-02-05T05:52:15.791Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-02-05T05:52:15.791Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-02-05T05:52:15.791Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-02-05T05:52:15.875Z] Removing intermediate container 419fd771a69f [2021-02-05T05:52:15.875Z] ---> 1a7805d0a7d4 [2021-02-05T05:52:15.875Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T05:52:16.152Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:52:16.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:52:17.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:52:17.117Z] ---> 754267865a0f [2021-02-05T05:52:17.117Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T05:52:17.386Z] OK: 233 MiB in 51 packages [2021-02-05T05:52:18.797Z] ---> Running in 6dbc4574a33d [2021-02-05T05:52:20.820Z] Removing intermediate container 43ea64580594 [2021-02-05T05:52:20.820Z] ---> 70ff0b894370 [2021-02-05T05:52:20.820Z] Step 6/23 : COPY go.mod . [2021-02-05T05:52:22.241Z] ---> 02262cdeee11 [2021-02-05T05:52:22.241Z] Step 7/23 : RUN go mod download [2021-02-05T05:52:22.539Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.354s coverage: 45.6% of statements [2021-02-05T05:52:22.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-02-05T05:52:22.539Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-02-05T05:52:22.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-02-05T05:52:22.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-02-05T05:52:22.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-02-05T05:52:22.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-02-05T05:52:22.540Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-02-05T05:52:22.540Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.198s coverage: 100.0% of statements [2021-02-05T05:52:23.209Z] ---> Running in c629a79d27c3 [2021-02-05T05:52:24.186Z] Removing intermediate container 6dbc4574a33d [2021-02-05T05:52:24.186Z] ---> 6d424ea7da78 [2021-02-05T05:52:24.186Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T05:52:24.787Z] ---> Running in bd902902d46d [2021-02-05T05:52:26.249Z] Removing intermediate container bd902902d46d [2021-02-05T05:52:26.249Z] ---> 23844867e64d [2021-02-05T05:52:26.249Z] Step 28/31 : CMD ["gate"] [2021-02-05T05:52:26.525Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:52:26.525Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:52:26.525Z] ---> fa2c74985e22 [2021-02-05T05:52:26.525Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T05:52:26.525Z] ---> Using cache [2021-02-05T05:52:26.525Z] ---> 060016ecbd0e [2021-02-05T05:52:26.525Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:52:26.525Z] ---> Using cache [2021-02-05T05:52:26.525Z] ---> cdd25a728eea [2021-02-05T05:52:26.525Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T05:52:26.525Z] ---> Using cache [2021-02-05T05:52:26.525Z] ---> 5a4c13b22e57 [2021-02-05T05:52:26.525Z] Step 6/21 : COPY go.mod . [2021-02-05T05:52:26.525Z] ---> Using cache [2021-02-05T05:52:26.525Z] ---> bbc63b33498e [2021-02-05T05:52:26.525Z] Step 7/21 : RUN go mod download [2021-02-05T05:52:26.525Z] ---> Using cache [2021-02-05T05:52:26.525Z] ---> 7a9a7fef6a4d [2021-02-05T05:52:26.525Z] Step 8/21 : COPY . . [2021-02-05T05:52:26.525Z] ---> Using cache [2021-02-05T05:52:26.525Z] ---> f76db5f18880 [2021-02-05T05:52:26.525Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T05:52:27.103Z] ---> Running in 747c1536c0db [2021-02-05T05:52:27.690Z] ---> Running in 789e96ad3d4d [2021-02-05T05:52:29.099Z] Removing intermediate container c629a79d27c3 [2021-02-05T05:52:29.099Z] ---> fa89b5abf39b [2021-02-05T05:52:29.099Z] Step 8/23 : COPY . . [2021-02-05T05:52:29.099Z] Removing intermediate container 747c1536c0db [2021-02-05T05:52:29.099Z] ---> b68b26535b23 [2021-02-05T05:52:29.099Z] Step 29/31 : LABEL arch=x86_64 [2021-02-05T05:52:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.504s coverage: 27.1% of statements [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-02-05T05:52:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.113s coverage: 100.0% of statements [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-02-05T05:52:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.127s coverage: 100.0% of statements [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-02-05T05:52:29.283Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.250s coverage: 65.8% of statements [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-02-05T05:52:29.283Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-02-05T05:52:31.293Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.748s coverage: 82.3% of statements [2021-02-05T05:52:31.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-02-05T05:52:31.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:52:31.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-02-05T05:52:31.293Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-02-05T05:52:31.688Z] ---> Running in d4a2781ad712 [2021-02-05T05:52:31.688Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:52:31.969Z] Removing intermediate container 00eadaf7f7cf [2021-02-05T05:52:31.969Z] ---> 2528b5a356af [2021-02-05T05:52:31.969Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T05:52:31.969Z] Removing intermediate container d4a2781ad712 [2021-02-05T05:52:31.969Z] ---> d53992d8e892 [2021-02-05T05:52:31.969Z] Step 30/31 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:52:36.311Z] ---> Running in ff403d97130e [2021-02-05T05:52:36.311Z] ---> Running in f4b4934c7362 [2021-02-05T05:52:38.098Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.174s coverage: 28.6% of statements [2021-02-05T05:52:38.098Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-02-05T05:52:38.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.155s coverage: 100.0% of statements [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-02-05T05:52:38.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.070s coverage: 100.0% of statements [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-02-05T05:52:38.099Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.272s coverage: 86.7% of statements [2021-02-05T05:52:38.099Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-02-05T05:52:38.930Z] Removing intermediate container f4b4934c7362 [2021-02-05T05:52:38.930Z] ---> faff0bd73933 [2021-02-05T05:52:38.930Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T05:52:39.082Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.330s coverage: 97.5% of statements [2021-02-05T05:52:39.082Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-02-05T05:52:39.688Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.137s coverage: 78.3% of statements [2021-02-05T05:52:39.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-02-05T05:52:39.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-02-05T05:52:39.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-02-05T05:52:39.688Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-02-05T05:52:39.900Z] ---> Running in afff6f0e12a8 [2021-02-05T05:52:41.333Z] Removing intermediate container afff6f0e12a8 [2021-02-05T05:52:41.333Z] ---> c05c8eec6464 [2021-02-05T05:52:41.333Z] [2021-02-05T05:52:41.762Z] Successfully built c05c8eec6464 [2021-02-05T05:52:42.026Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-02-05T05:52:42.026Z] Building docker-support-scheduler-go [2021-02-05T05:52:47.401Z]  Building docker-security-bootstrapper-go ... done Collecting docker-compose==1.23.2 [2021-02-05T05:52:47.401Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.233s coverage: 92.8% of statements [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.054s coverage: 58.8% of statements [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.194s coverage: 0.1% of statements [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-02-05T05:52:49.898Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 45.5% of statements [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.075s coverage: 79.5% of statements [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.059s coverage: 94.1% of statements [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.083s coverage: 96.3% of statements [2021-02-05T05:52:49.898Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.063s coverage: 87.5% of statements [2021-02-05T05:52:50.040Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T05:52:50.040Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T05:52:52.620Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T05:52:52.620Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T05:52:54.071Z] Removing intermediate container e09c2bd395ae [2021-02-05T05:52:54.071Z] ---> 860cc54e06c5 [2021-02-05T05:52:54.071Z] [2021-02-05T05:52:54.071Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:52:54.071Z] ---> 389fef711851 [2021-02-05T05:52:54.071Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:52:54.071Z] ---> Using cache [2021-02-05T05:52:54.071Z] ---> c55b360f2d56 [2021-02-05T05:52:54.071Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:52:54.071Z] ---> Using cache [2021-02-05T05:52:54.071Z] ---> a7777c2c7a51 [2021-02-05T05:52:54.071Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T05:52:57.433Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T05:52:57.433Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T05:52:57.433Z] ---> Running in e5a1d39391b3 [2021-02-05T05:52:57.707Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:52:57.976Z] ---> 31157b93cec5 [2021-02-05T05:52:57.976Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T05:52:57.976Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T05:52:57.976Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T05:52:57.976Z] Removing intermediate container e5a1d39391b3 [2021-02-05T05:52:57.976Z] ---> 1b6c8b94967d [2021-02-05T05:52:57.976Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T05:52:58.264Z] ---> Running in e0a6c86cb84d [2021-02-05T05:52:58.544Z] ---> Running in 40e77d39fda2 [2021-02-05T05:52:58.544Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T05:52:58.544Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T05:52:58.818Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T05:52:58.819Z] Removing intermediate container 40e77d39fda2 [2021-02-05T05:52:58.819Z] ---> 6d36bc4695bd [2021-02-05T05:52:58.819Z] Step 15/23 : WORKDIR / [2021-02-05T05:52:58.819Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T05:52:59.097Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T05:52:59.803Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:52:59.803Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T05:52:59.803Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T05:53:00.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.077s coverage: 94.4% of statements [2021-02-05T05:53:00.087Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.050s coverage: 44.8% of statements [2021-02-05T05:53:00.131Z] ---> Running in 16cc21a55710 [2021-02-05T05:53:01.259Z] Removing intermediate container 16cc21a55710 [2021-02-05T05:53:01.259Z] ---> 643705891eb7 [2021-02-05T05:53:01.259Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:53:01.259Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T05:53:01.610Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T05:53:02.620Z] ---> a475d1ca91e3 [2021-02-05T05:53:02.620Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T05:53:02.620Z] Collecting PyYAML<4,>=3.10 [2021-02-05T05:53:02.620Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T05:53:03.667Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:53:03.667Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:53:03.667Z] ---> fa2c74985e22 [2021-02-05T05:53:03.667Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:53:03.667Z] ---> Using cache [2021-02-05T05:53:03.667Z] ---> 060016ecbd0e [2021-02-05T05:53:03.667Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:53:03.667Z] ---> Using cache [2021-02-05T05:53:03.667Z] ---> cdd25a728eea [2021-02-05T05:53:03.667Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T05:53:03.667Z] ---> Using cache [2021-02-05T05:53:03.667Z] ---> 5a4c13b22e57 [2021-02-05T05:53:03.667Z] Step 6/22 : COPY go.mod . [2021-02-05T05:53:03.667Z] ---> Using cache [2021-02-05T05:53:03.667Z] ---> bbc63b33498e [2021-02-05T05:53:03.667Z] Step 7/22 : RUN go mod download [2021-02-05T05:53:03.667Z] ---> Using cache [2021-02-05T05:53:03.667Z] ---> 7a9a7fef6a4d [2021-02-05T05:53:03.667Z] Step 8/22 : COPY . . [2021-02-05T05:53:03.667Z] ---> Using cache [2021-02-05T05:53:03.667Z] ---> f76db5f18880 [2021-02-05T05:53:03.667Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T05:53:05.086Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T05:53:05.086Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T05:53:05.086Z] ---> Running in da2bdcde69c1 [2021-02-05T05:53:05.368Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T05:53:05.368Z] ---> a3b1ca112166 [2021-02-05T05:53:05.368Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T05:53:05.368Z] Collecting idna<2.8,>=2.5 [2021-02-05T05:53:05.368Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T05:53:05.644Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T05:53:05.644Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T05:53:05.644Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T05:53:05.931Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T05:53:05.931Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T05:53:05.931Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T05:53:05.931Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T05:53:05.931Z] ---> c51d8a9c324a [2021-02-05T05:53:05.931Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T05:53:05.931Z] Installing collected packages: jsonschema, texttable, websocket-client, urllib3, idna, requests, docker-pycreds, docker, cached-property, docopt, dockerpty, PyYAML, docker-compose [2021-02-05T05:53:06.215Z] ---> Running in 53836b01d1a9 [2021-02-05T05:53:06.215Z] Running setup.py install for texttable: started [2021-02-05T05:53:06.815Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:53:07.088Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T05:53:07.088Z] Removing intermediate container 53836b01d1a9 [2021-02-05T05:53:07.088Z] ---> dd939853088f [2021-02-05T05:53:07.088Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:53:08.086Z] Attempting uninstall: urllib3 [2021-02-05T05:53:08.086Z] Found existing installation: urllib3 1.25.9 [2021-02-05T05:53:08.086Z] Uninstalling urllib3-1.25.9: [2021-02-05T05:53:08.086Z] ---> Running in 2874d0ca8ded [2021-02-05T05:53:08.086Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T05:53:08.689Z] Removing intermediate container 789e96ad3d4d [2021-02-05T05:53:08.689Z] ---> f36610f789b7 [2021-02-05T05:53:08.689Z] [2021-02-05T05:53:08.689Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T05:53:08.689Z] ---> 389fef711851 [2021-02-05T05:53:08.689Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T05:53:08.689Z] Attempting uninstall: idna [2021-02-05T05:53:08.689Z] Found existing installation: idna 2.9 [2021-02-05T05:53:08.689Z] Uninstalling idna-2.9: [2021-02-05T05:53:08.689Z] Successfully uninstalled idna-2.9 [2021-02-05T05:53:08.962Z] Removing intermediate container 2874d0ca8ded [2021-02-05T05:53:08.962Z] ---> 0fc54326470d [2021-02-05T05:53:08.962Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T05:53:09.239Z] Attempting uninstall: requests [2021-02-05T05:53:09.239Z] Found existing installation: requests 2.23.0 [2021-02-05T05:53:09.239Z] Uninstalling requests-2.23.0: [2021-02-05T05:53:09.239Z] ---> Running in 27daa1977bbc [2021-02-05T05:53:09.509Z] Successfully uninstalled requests-2.23.0 [2021-02-05T05:53:09.509Z] ---> Running in 22c9c27cde72 [2021-02-05T05:53:12.174Z] Removing intermediate container 22c9c27cde72 [2021-02-05T05:53:12.174Z] ---> eed1f5df8415 [2021-02-05T05:53:12.174Z] Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:53:12.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:53:12.174Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:53:12.174Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T05:53:12.174Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:53:12.450Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T05:53:12.450Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T05:53:12.450Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:53:12.450Z] Running setup.py install for docopt: started [2021-02-05T05:53:12.733Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T05:53:13.010Z] ---> Running in 2f6eb72b8cde [2021-02-05T05:53:13.010Z] OK: 7 MiB in 18 packages [2021-02-05T05:53:13.010Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T05:53:13.010Z] Running setup.py install for dockerpty: started [2021-02-05T05:53:13.288Z] Removing intermediate container 2f6eb72b8cde [2021-02-05T05:53:13.288Z] ---> d941f5fd6625 [2021-02-05T05:53:13.288Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T05:53:13.288Z] ---> Running in 4638cae73193 [2021-02-05T05:53:13.565Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T05:53:13.565Z] Running setup.py install for PyYAML: started [2021-02-05T05:53:13.565Z] Removing intermediate container 4638cae73193 [2021-02-05T05:53:13.565Z] ---> afb83e53d919 [2021-02-05T05:53:13.565Z] [2021-02-05T05:53:14.173Z] Successfully built afb83e53d919 [2021-02-05T05:53:14.173Z] Successfully tagged docker-core-command-go:latest [2021-02-05T05:53:14.447Z]  Building docker-core-command-go ... done Removing intermediate container 27daa1977bbc [2021-02-05T05:53:14.447Z] ---> 9c7392d3e1b4 [2021-02-05T05:53:14.447Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T05:53:14.447Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T05:53:14.716Z] ---> Running in 17189bdca05b [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.177s coverage: 92.9% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.082s coverage: 87.2% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.044s coverage: 100.0% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.122s coverage: 87.2% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.146s coverage: 84.2% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.186s coverage: 91.4% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.524s coverage: 63.5% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.061s coverage: 73.7% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.054s coverage: 100.0% of statements [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.814s coverage: 68.9% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-02-05T05:53:15.235Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.382s coverage: 37.0% of statements [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-02-05T05:53:15.235Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-02-05T05:53:15.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.470s coverage: 84.0% of statements [2021-02-05T05:53:15.516Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2021-02-05T05:53:16.127Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T05:53:16.127Z] Removing intermediate container 17189bdca05b [2021-02-05T05:53:16.127Z] ---> 511d13f47e51 [2021-02-05T05:53:16.127Z] Step 13/21 : WORKDIR /edgex [2021-02-05T05:53:16.405Z] ---> Running in ff8f0f5d8a8c [2021-02-05T05:53:16.679Z] Removing intermediate container ff8f0f5d8a8c [2021-02-05T05:53:16.679Z] ---> f00595b449b2 [2021-02-05T05:53:16.679Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T05:53:17.288Z] ---> b410a8db07e6 [2021-02-05T05:53:17.288Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T05:53:19.940Z] ---> 74c833aea0c4 [2021-02-05T05:53:19.940Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T05:53:19.940Z] Removing intermediate container ff403d97130e [2021-02-05T05:53:19.940Z] ---> dc2a7ce0bd6c [2021-02-05T05:53:19.940Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T05:53:19.940Z] ---> Running in e57b7a569630 [2021-02-05T05:53:21.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:53:21.914Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:53:22.208Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T05:53:22.208Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T05:53:22.208Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T05:53:22.208Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:53:22.208Z] OK: 72 MiB in 58 packages [2021-02-05T05:53:22.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.467s coverage: 47.0% of statements [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-02-05T05:53:22.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.167s coverage: 100.0% of statements [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-02-05T05:53:22.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.145s coverage: 100.0% of statements [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-02-05T05:53:22.292Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.207s coverage: 84.3% of statements [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:53:22.292Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-02-05T05:53:22.812Z] ---> 0e30ca5847ea [2021-02-05T05:53:22.812Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T05:53:23.090Z] ---> Running in d98e09ad7b7c [2021-02-05T05:53:23.366Z] Removing intermediate container d98e09ad7b7c [2021-02-05T05:53:23.366Z] ---> f7cb057474e2 [2021-02-05T05:53:23.366Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T05:53:23.639Z] Removing intermediate container e57b7a569630 [2021-02-05T05:53:23.639Z] ---> 0ed89a296a40 [2021-02-05T05:53:23.639Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T05:53:23.639Z] ---> Running in 5bd5e0237070 [2021-02-05T05:53:23.923Z] ---> Running in 12f292d0217a [2021-02-05T05:53:24.188Z] Removing intermediate container 5bd5e0237070 [2021-02-05T05:53:24.188Z] ---> 074b2c005f4b [2021-02-05T05:53:24.188Z] Step 19/21 : LABEL arch=x86_64 [2021-02-05T05:53:24.597Z] ---> Running in ef34f5857d07 [2021-02-05T05:53:24.597Z] Removing intermediate container 12f292d0217a [2021-02-05T05:53:24.597Z] ---> ffbe4c2eba99 [2021-02-05T05:53:24.597Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:53:24.597Z] ---> Running in 2ae7c15d29af [2021-02-05T05:53:24.597Z] Removing intermediate container ef34f5857d07 [2021-02-05T05:53:24.597Z] ---> d80828c4fde1 [2021-02-05T05:53:24.597Z] Step 20/21 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:53:24.867Z] ---> Running in 8429330aa493 [2021-02-05T05:53:24.867Z] Removing intermediate container 2ae7c15d29af [2021-02-05T05:53:24.867Z] ---> 3fc9e307f495 [2021-02-05T05:53:24.867Z] Step 24/26 : LABEL arch=x86_64 [2021-02-05T05:53:24.867Z] ---> Running in 145ee7e5c436 [2021-02-05T05:53:25.133Z] Removing intermediate container 8429330aa493 [2021-02-05T05:53:25.133Z] ---> 9a80a95ae682 [2021-02-05T05:53:25.133Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T05:53:25.398Z] Removing intermediate container 145ee7e5c436 [2021-02-05T05:53:25.398Z] ---> 74d4008ec8f6 [2021-02-05T05:53:25.398Z] Step 25/26 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:53:26.812Z] ---> Running in 7b2ef08fe63d [2021-02-05T05:53:27.082Z] ---> Running in c295933f3c0f [2021-02-05T05:53:27.082Z] Removing intermediate container 7b2ef08fe63d [2021-02-05T05:53:27.082Z] ---> ef814c90975a [2021-02-05T05:53:27.082Z] [2021-02-05T05:53:27.347Z] Successfully built ef814c90975a [2021-02-05T05:53:27.347Z] Removing intermediate container c295933f3c0f [2021-02-05T05:53:27.347Z] ---> d7dbfc67345b [2021-02-05T05:53:27.347Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T05:53:27.347Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-02-05T05:53:27.347Z]  Building docker-security-proxy-setup-go ... done  ---> Running in d2d334f3075d [2021-02-05T05:53:27.632Z] Removing intermediate container d2d334f3075d [2021-02-05T05:53:27.632Z] ---> c719be690d15 [2021-02-05T05:53:27.632Z] [2021-02-05T05:53:27.904Z] Successfully built c719be690d15 [2021-02-05T05:53:28.487Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-02-05T05:53:30.425Z]  Building docker-sys-mgmt-agent-go ... done Removing intermediate container da2bdcde69c1 [2021-02-05T05:53:30.425Z] ---> 0b042542ed53 [2021-02-05T05:53:30.425Z] [2021-02-05T05:53:30.425Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T05:53:30.425Z] ---> 389fef711851 [2021-02-05T05:53:30.425Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T05:53:30.425Z] ---> Using cache [2021-02-05T05:53:30.425Z] ---> c55b360f2d56 [2021-02-05T05:53:30.425Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T05:53:30.425Z] ---> Using cache [2021-02-05T05:53:30.425Z] ---> a7777c2c7a51 [2021-02-05T05:53:30.425Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.036s coverage: 29.1% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.230s coverage: 99.0% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.135s coverage: 100.0% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.153s coverage: 100.0% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.045s coverage: 0.0% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.065s coverage: 100.0% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.134s coverage: 87.9% of statements [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-02-05T05:53:30.616Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.069s coverage: 100.0% of statements [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements [2021-02-05T05:53:30.616Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.080s coverage: 100.0% of statements [2021-02-05T05:53:31.372Z] ---> Running in ff91c8eda12d [2021-02-05T05:53:31.372Z] Removing intermediate container e0a6c86cb84d [2021-02-05T05:53:31.372Z] ---> 64900adafb29 [2021-02-05T05:53:31.372Z] [2021-02-05T05:53:31.372Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T05:53:31.372Z] ---> 389fef711851 [2021-02-05T05:53:31.372Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T05:53:31.372Z] ---> Running in c9d667b3e2cd [2021-02-05T05:53:31.372Z] Removing intermediate container ff91c8eda12d [2021-02-05T05:53:31.372Z] ---> 3b5ec974924e [2021-02-05T05:53:31.372Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T05:53:31.372Z] ---> Running in 62ed08dfc6d6 [2021-02-05T05:53:31.595Z] GO111MODULE=on go vet ./... [2021-02-05T05:53:31.636Z] Removing intermediate container c9d667b3e2cd [2021-02-05T05:53:31.636Z] ---> bfee282ceb52 [2021-02-05T05:53:31.636Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T05:53:31.636Z] ---> Running in 9ba3f2b87e3d [2021-02-05T05:53:31.636Z] Removing intermediate container 62ed08dfc6d6 [2021-02-05T05:53:31.636Z] ---> 68db01fa1caf [2021-02-05T05:53:31.636Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:53:31.899Z] Removing intermediate container 9ba3f2b87e3d [2021-02-05T05:53:31.899Z] ---> 12e5155af1fc [2021-02-05T05:53:31.899Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T05:53:31.899Z] ---> Running in 1f07246f2aba [2021-02-05T05:53:31.899Z] ---> a9a28888e7b1 [2021-02-05T05:53:31.899Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T05:53:32.163Z] Removing intermediate container 1f07246f2aba [2021-02-05T05:53:32.163Z] ---> e8ef2d087a80 [2021-02-05T05:53:32.163Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:53:32.163Z] ---> Running in bc083f201a91 [2021-02-05T05:53:32.425Z] ---> 2ca3f020b852 [2021-02-05T05:53:32.425Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T05:53:32.688Z] ---> cb4e433ac0de [2021-02-05T05:53:32.688Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T05:53:32.955Z] ---> Running in 7a326edb8d5d [2021-02-05T05:53:33.905Z] Removing intermediate container 7a326edb8d5d [2021-02-05T05:53:33.905Z] ---> 41ac9a4a1408 [2021-02-05T05:53:33.906Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:53:33.906Z] ---> Running in c9188f4bcd90 [2021-02-05T05:53:33.906Z] Removing intermediate container bc083f201a91 [2021-02-05T05:53:33.906Z] ---> f602a86075e4 [2021-02-05T05:53:33.906Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T05:53:33.906Z] ---> Running in f91b6b2bc7a0 [2021-02-05T05:53:34.171Z] Removing intermediate container c9188f4bcd90 [2021-02-05T05:53:34.171Z] ---> b0eb2226fdc2 [2021-02-05T05:53:34.171Z] Step 20/22 : LABEL arch=x86_64 [2021-02-05T05:53:34.171Z] ---> Running in d2aa9b4d63fa [2021-02-05T05:53:34.434Z] Removing intermediate container d2aa9b4d63fa [2021-02-05T05:53:34.434Z] ---> c3b10f4d9a70 [2021-02-05T05:53:34.434Z] Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:53:34.697Z] ---> Running in 8c13d2a6f53a [2021-02-05T05:53:34.697Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-02-05T05:53:34.697Z] Removing intermediate container 8c13d2a6f53a [2021-02-05T05:53:34.697Z] ---> 71a5cb98e702 [2021-02-05T05:53:34.697Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T05:53:34.959Z] ---> Running in 0306dd796271 [2021-02-05T05:53:34.959Z] Removing intermediate container 0306dd796271 [2021-02-05T05:53:34.959Z] ---> c7ba7d46fa24 [2021-02-05T05:53:34.959Z] [2021-02-05T05:53:35.222Z] Successfully built c7ba7d46fa24 [2021-02-05T05:53:35.222Z] Successfully tagged docker-support-scheduler-go:latest [2021-02-05T05:53:35.485Z]  Building docker-support-scheduler-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-02-05T05:53:36.061Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T05:53:36.061Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T05:53:36.323Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T05:53:36.323Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T05:53:36.584Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T05:53:36.845Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T05:53:36.845Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T05:53:36.845Z] OK: 8 MiB in 20 packages [2021-02-05T05:53:37.425Z] Removing intermediate container f91b6b2bc7a0 [2021-02-05T05:53:37.425Z] ---> 0aad7680731b [2021-02-05T05:53:37.425Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T05:53:37.687Z] ---> 79ca25d81218 [2021-02-05T05:53:37.687Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T05:53:38.267Z] ---> f03ff11888f0 [2021-02-05T05:53:38.267Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T05:53:38.530Z] ---> 4fe15e50b03e [2021-02-05T05:53:38.530Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T05:53:38.794Z] ---> Running in c9a9a91cacca [2021-02-05T05:53:38.795Z] Removing intermediate container c9a9a91cacca [2021-02-05T05:53:38.795Z] ---> 2f6334374c0d [2021-02-05T05:53:38.795Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T05:53:38.795Z] ---> Running in 555101a7acd6 [2021-02-05T05:53:39.067Z] Removing intermediate container 555101a7acd6 [2021-02-05T05:53:39.067Z] ---> 9195225e5a12 [2021-02-05T05:53:39.067Z] Step 21/23 : LABEL arch=x86_64 [2021-02-05T05:53:39.067Z] ---> Running in 05b1111b5b01 [2021-02-05T05:53:39.330Z] Removing intermediate container 05b1111b5b01 [2021-02-05T05:53:39.330Z] ---> 877eb34b1302 [2021-02-05T05:53:39.330Z] Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:53:39.330Z] ---> Running in dba426943d4e [2021-02-05T05:53:39.592Z] Removing intermediate container dba426943d4e [2021-02-05T05:53:39.592Z] ---> 748ccc7efbb2 [2021-02-05T05:53:39.592Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T05:53:40.171Z] ---> Running in dc5a7b27914b [2021-02-05T05:53:40.434Z] Removing intermediate container dc5a7b27914b [2021-02-05T05:53:40.434Z] ---> d494a308a388 [2021-02-05T05:53:40.434Z] [2021-02-05T05:53:40.434Z] Successfully built d494a308a388 [2021-02-05T05:53:40.697Z] Successfully tagged docker-core-data-go:latest [2021-02-05T05:53:40.970Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T05:53:40.976Z] $ docker stop --time=1 45de1be04bd3aa1b03bb6027b002034b51016bd53aaf51a2f770dbb8d8ca2849 [2021-02-05T05:53:42.624Z] $ docker rm -f 45de1be04bd3aa1b03bb6027b002034b51016bd53aaf51a2f770dbb8d8ca2849 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T05:53:43.217Z] + docker images [2021-02-05T05:53:43.217Z] + grep docker [2021-02-05T05:53:43.480Z] docker-core-data-go latest d494a308a388 3 seconds ago 22.3MB [2021-02-05T05:53:43.480Z] docker-support-scheduler-go latest c7ba7d46fa24 9 seconds ago 17MB [2021-02-05T05:53:43.480Z] docker-sys-mgmt-agent-go latest c719be690d15 16 seconds ago 313MB [2021-02-05T05:53:43.480Z] docker-security-proxy-setup-go latest ef814c90975a 17 seconds ago 24.4MB [2021-02-05T05:53:43.480Z] docker-core-command-go latest afb83e53d919 30 seconds ago 16.9MB [2021-02-05T05:53:43.480Z] docker-security-bootstrapper-go latest c05c8eec6464 About a minute ago 23.8MB [2021-02-05T05:53:43.480Z] docker-security-secretstore-setup-go latest b8a96850444b About a minute ago 24.6MB [2021-02-05T05:53:43.480Z] docker-core-metadata-go latest 6c170061befc About a minute ago 18.8MB [2021-02-05T05:53:43.480Z] docker-support-notifications-go latest 72e608af95c5 About a minute ago 17.6MB [2021-02-05T05:53:43.480Z] docker 20.10.0 aefe523efa57 8 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-02-05T05:53:59.060Z] Still waiting to schedule task [2021-02-05T05:53:59.060Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-02-05T05:54:46.385Z] Running on prd-ubuntu18.04-docker-8c-8g-25199 in /w/workspace/edgexfoundry_edgex-go_PR-3134 [Pipeline] { [Pipeline] ws [2021-02-05T05:54:46.440Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2021-02-05T05:54:48.420Z] using credential edgex-jenkins-ssh [2021-02-05T05:54:48.506Z] Cloning the remote Git repository [2021-02-05T05:54:48.525Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:54:48.586Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2021-02-05T05:54:48.612Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:54:48.612Z] > git --version # timeout=10 [2021-02-05T05:54:48.622Z] > git --version # 'git version 2.17.1' [2021-02-05T05:54:48.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:54:48.651Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T05:54:53.413Z] gofmt -l . [2021-02-05T05:54:53.413Z] [ "`gofmt -l .`" = "" ] [2021-02-05T05:54:53.413Z] ./bin/test-go-mod-tidy.sh [2021-02-05T05:54:53.413Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-02-05T05:54:53.434Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T05:54:53.442Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-02-05T05:54:53.460Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-02-05T05:54:53.472Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-02-05T05:54:53.473Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:54:53.476Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3134/head:refs/remotes/origin/PR-3134 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-02-05T05:54:54.072Z] + ls -al . [2021-02-05T05:54:54.072Z] total 720 [2021-02-05T05:54:54.072Z] drwxrwxr-x 9 1001 1001 4096 Feb 5 05:54 . [2021-02-05T05:54:54.072Z] drwxr-xr-x 4 root root 4096 Feb 5 05:50 .. [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 11 Feb 5 05:49 .dockerignore [2021-02-05T05:54:54.072Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 05:49 .git [2021-02-05T05:54:54.072Z] drwxrwxr-x 3 1001 1001 4096 Feb 5 05:49 .github [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 872 Feb 5 05:49 .gitignore [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 166 Feb 5 05:49 .sonarcloud.properties [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 7859 Feb 5 05:49 Attribution.txt [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 3804 Feb 5 05:49 CONTRIBUTING.md [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 931 Feb 5 05:49 Dockerfile.build [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 863 Feb 5 05:49 Jenkinsfile [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 10775 Feb 5 05:49 LICENSE [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 6001 Feb 5 05:49 Makefile [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 6524 Feb 5 05:49 README.md [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 6755 Feb 5 05:49 SECURITY.md [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 5 Feb 5 05:45 VERSION [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 4131 Feb 5 05:49 ZMQWindows.md [2021-02-05T05:54:54.072Z] drwxrwxr-x 2 1001 1001 4096 Feb 5 05:49 bin [2021-02-05T05:54:54.072Z] drwxrwxr-x 15 1001 1001 4096 Feb 5 05:49 cmd [2021-02-05T05:54:54.072Z] -rw-r--r-- 1 root root 587103 Feb 5 05:53 coverage.out [2021-02-05T05:54:54.072Z] -rw-r--r-- 1 root root 1054 Feb 5 05:54 go.mod [2021-02-05T05:54:54.072Z] -rw-r--r-- 1 root root 19290 Feb 5 05:54 go.sum [2021-02-05T05:54:54.072Z] drwxrwxr-x 8 1001 1001 4096 Feb 5 05:49 internal [2021-02-05T05:54:54.072Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 05:49 openapi [2021-02-05T05:54:54.072Z] drwxrwxr-x 4 1001 1001 4096 Feb 5 05:49 snap [2021-02-05T05:54:54.072Z] -rw-rw-r-- 1 1001 1001 168 Feb 5 05:49 version.go [Pipeline] sh [2021-02-05T05:54:54.095Z] Merging remotes/origin/master commit a4129e86d499c8924a566b780eb9ce8c2b49056c into PR head commit 93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:54:54.216Z] Merge succeeded, producing 93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T05:54:54.216Z] Checking out Revision 93923f5d86e2a23836b4f0dca9bc222f230241bf (PR-3134) [2021-02-05T05:54:54.731Z] + '[' -e coverage.out ] [2021-02-05T05:54:54.731Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-02-05T05:54:54.752Z] Warning: overwriting stash ‘coverage-report’ [2021-02-05T05:54:54.101Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T05:54:54.107Z] > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [2021-02-05T05:54:54.180Z] > git remote # timeout=10 [2021-02-05T05:54:54.187Z] > git config --get remote.origin.url # timeout=10 [2021-02-05T05:54:54.192Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-02-05T05:54:54.195Z] > git merge a4129e86d499c8924a566b780eb9ce8c2b49056c # timeout=10 [2021-02-05T05:54:54.203Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-02-05T05:54:54.216Z] > git config core.sparsecheckout # timeout=10 [2021-02-05T05:54:54.229Z] > git checkout -f 93923f5d86e2a23836b4f0dca9bc222f230241bf # timeout=10 [2021-02-05T05:54:55.900Z] Stashed 1 file(s) [Pipeline] sh [2021-02-05T05:54:56.654Z] + make build [2021-02-05T05:54:56.654Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:54:57.863Z] Commit message: "feat(notifications): Implement GET /subscription/receiver/{receiver} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-02-05T05:54:59.064Z] + echo snap-build.sh [2021-02-05T05:54:59.064Z] snap-build.sh [2021-02-05T05:54:59.064Z] + SNAP_BASE_DIR=. [2021-02-05T05:54:59.064Z] + '[' '!' -z /w/workspace/edgex-go/3 ']' [2021-02-05T05:54:59.064Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/3 [2021-02-05T05:54:59.064Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/3]' [2021-02-05T05:54:59.064Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/3] [2021-02-05T05:54:59.064Z] + cd /w/workspace/edgex-go/3 [2021-02-05T05:54:59.064Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-02-05T05:54:59.064Z] Reading package lists... [2021-02-05T05:54:59.064Z] Building dependency tree... [2021-02-05T05:54:59.064Z] Reading state information... [2021-02-05T05:54:59.326Z] The following packages were automatically installed and are no longer required: [2021-02-05T05:54:59.326Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-02-05T05:54:59.326Z] uidmap xdelta3 [2021-02-05T05:54:59.326Z] Use 'sudo apt autoremove' to remove them. [2021-02-05T05:54:59.326Z] The following packages will be REMOVED: [2021-02-05T05:54:59.326Z] lxd* lxd-client* [2021-02-05T05:54:59.591Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-02-05T05:54:59.591Z] After this operation, 31.7 MB disk space will be freed. [2021-02-05T05:55:00.647Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-02-05T05:55:00.909Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T05:55:01.482Z] Removing lxd dnsmasq configuration [2021-02-05T05:55:01.744Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T05:55:02.007Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-02-05T05:55:02.952Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-02-05T05:55:02.952Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-02-05T05:55:02.952Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-02-05T05:55:04.343Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-02-05T05:55:04.605Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-02-05T05:55:05.546Z] + sudo snap remove --purge lxd [2021-02-05T05:55:05.806Z] snap "lxd" is not installed [2021-02-05T05:55:05.806Z] + sudo groupadd --force --system lxd [2021-02-05T05:55:05.806Z] ++ whoami [2021-02-05T05:55:05.806Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-02-05T05:55:05.806Z] + newgrp - lxd [2021-02-05T05:55:05.806Z] + sudo snap install lxd [2021-02-05T05:55:09.091Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:55:15.808Z] 2021-02-05T05:55:12Z INFO Waiting for automatic snapd restart... [2021-02-05T05:55:28.080Z] lxd 4.10 from Canonical* installed [2021-02-05T05:55:28.080Z] + sudo lxd init --auto [2021-02-05T05:55:31.278Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:55:34.665Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:55:36.222Z] + sudo snap install --classic snapcraft [2021-02-05T05:55:40.069Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:55:40.468Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T05:55:40.468Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-02-05T05:55:40.468Z] + patch --verbose -p1 [2021-02-05T05:55:40.468Z] Hmm... Looks like a unified diff to me... [2021-02-05T05:55:40.468Z] The text leading up to this was: [2021-02-05T05:55:40.468Z] -------------------------- [2021-02-05T05:55:40.468Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-02-05T05:55:40.468Z] |From: Tony Espy [2021-02-05T05:55:40.468Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-02-05T05:55:40.468Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-02-05T05:55:40.468Z] | [2021-02-05T05:55:40.468Z] |This patch is used by the EdgeX CI pipeline builds to [2021-02-05T05:55:40.468Z] |optimize the snap CI check run for pull requests. When [2021-02-05T05:55:40.468Z] |applied, it essentially strips out everything (apps and [2021-02-05T05:55:40.468Z] |parts) from the snapcraft.yaml file except those required [2021-02-05T05:55:40.468Z] |to build edgex-go, as the whole idea of the CI check is to [2021-02-05T05:55:40.468Z] |catch changes to edgex-go that break the snap build. [2021-02-05T05:55:40.468Z] | [2021-02-05T05:55:40.468Z] |In general, anyone updating snapcraft.yaml will also need [2021-02-05T05:55:40.468Z] |to update this patch file, otherwise it may fail to apply, [2021-02-05T05:55:40.468Z] |resulting in a failed snap build CI check in the associated [2021-02-05T05:55:40.468Z] |pull request. [2021-02-05T05:55:40.468Z] | [2021-02-05T05:55:40.468Z] |Note - in addition to applying this patch, the pipeline also [2021-02-05T05:55:40.468Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-02-05T05:55:40.468Z] |need to build the finally binary .snap file (and it won't [2021-02-05T05:55:40.468Z] |work with the patch applied). This further reduces the build [2021-02-05T05:55:40.468Z] |time. [2021-02-05T05:55:40.468Z] |--- [2021-02-05T05:55:40.468Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-02-05T05:55:40.468Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-02-05T05:55:40.468Z] | [2021-02-05T05:55:40.468Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-02-05T05:55:40.468Z] |index 1e537489..faf42425 100644 [2021-02-05T05:55:40.468Z] |--- a/snap/snapcraft.yaml [2021-02-05T05:55:40.468Z] |+++ b/snap/snapcraft.yaml [2021-02-05T05:55:40.468Z] -------------------------- [2021-02-05T05:55:40.468Z] patching file snap/snapcraft.yaml [2021-02-05T05:55:40.468Z] Using Plan A... [2021-02-05T05:55:40.468Z] Hunk #1 succeeded at 73. [2021-02-05T05:55:40.468Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-02-05T05:55:40.468Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-02-05T05:55:40.468Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-02-05T05:55:40.468Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-02-05T05:55:40.468Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-02-05T05:55:40.468Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-02-05T05:55:40.468Z] Hunk #8 succeeded at 342. [2021-02-05T05:55:40.468Z] Hmm... Ignoring the trailing garbage. [2021-02-05T05:55:40.468Z] done [2021-02-05T05:55:40.468Z] + sudo snapcraft prime --use-lxd [2021-02-05T05:55:40.662Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:55:41.856Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-02-05T05:55:41.856Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T05:55:41.856Z] - README.md [2021-02-05T05:55:41.856Z] - snapcraft.yaml.orig [2021-02-05T05:55:41.856Z] [2021-02-05T05:55:41.856Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T05:55:42.428Z] Launching a container. [2021-02-05T05:55:46.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:55:50.393Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:55:53.773Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:55:54.661Z] Waiting for container to be ready [2021-02-05T05:55:54.661Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-02-05T05:55:54.661Z] [2021-02-05T05:55:56.574Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-02-05T05:55:56.835Z] Waiting for network to be ready... [2021-02-05T05:55:57.095Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T05:55:57.355Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T05:55:57.355Z] Get:3 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T05:55:57.355Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T05:55:57.355Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T05:55:57.355Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T05:55:57.355Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T05:55:57.355Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T05:55:57.355Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T05:55:57.355Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T05:55:57.615Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T05:55:57.875Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T05:55:58.079Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:55:58.136Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T05:55:58.137Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T05:55:58.137Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T05:55:58.137Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T05:55:58.137Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T05:55:58.137Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T05:55:58.396Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T05:55:58.657Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T05:55:58.917Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T05:55:58.917Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T05:55:58.917Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T05:55:58.917Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T05:55:58.917Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T05:55:58.917Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T05:55:58.917Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T05:56:00.687Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:56:00.846Z] Fetched 23.9 MB in 4s (6173 kB/s) [2021-02-05T05:56:01.792Z] Reading package lists... [2021-02-05T05:56:01.792Z] Reading package lists... [2021-02-05T05:56:02.052Z] Building dependency tree... [2021-02-05T05:56:02.052Z] Reading state information... [2021-02-05T05:56:02.052Z] The following additional packages will be installed: [2021-02-05T05:56:02.052Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T05:56:02.052Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T05:56:02.052Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T05:56:02.052Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-02-05T05:56:02.052Z] Suggested packages: [2021-02-05T05:56:02.052Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-02-05T05:56:02.052Z] Recommended packages: [2021-02-05T05:56:02.052Z] gnupg libsasl2-modules [2021-02-05T05:56:02.052Z] The following NEW packages will be installed: [2021-02-05T05:56:02.052Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-02-05T05:56:02.052Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-02-05T05:56:02.052Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-02-05T05:56:02.052Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-02-05T05:56:02.052Z] The following packages will be upgraded: [2021-02-05T05:56:02.052Z] gpg gpg-agent gpgconf libudev1 [2021-02-05T05:56:02.313Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-02-05T05:56:02.313Z] Need to get 3533 kB of archives. [2021-02-05T05:56:02.313Z] After this operation, 13.3 MB of additional disk space will be used. [2021-02-05T05:56:02.313Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-02-05T05:56:02.313Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-02-05T05:56:02.313Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-02-05T05:56:02.313Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-02-05T05:56:02.313Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-02-05T05:56:02.313Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-02-05T05:56:02.313Z] 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-02-05T05:56:02.313Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-02-05T05:56:02.575Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-02-05T05:56:02.836Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-02-05T05:56:03.097Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-02-05T05:56:03.097Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-02-05T05:56:03.097Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-02-05T05:56:03.097Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-02-05T05:56:03.097Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-02-05T05:56:03.358Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-02-05T05:56:03.358Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-02-05T05:56:03.358Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-02-05T05:56:03.358Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-02-05T05:56:03.358Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-02-05T05:56:03.358Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-02-05T05:56:03.358Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-02-05T05:56:03.358Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T05:56:03.358Z] Fetched 3533 kB in 1s (2893 kB/s) [2021-02-05T05:56:03.618Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T05:56:03.618Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-02-05T05:56:03.618Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T05:56:03.618Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-02-05T05:56:03.618Z] Selecting previously unselected package udev. [2021-02-05T05:56:03.618Z] (Reading database ... 12511 files and directories currently installed.) [2021-02-05T05:56:03.618Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-02-05T05:56:03.879Z] Unpacking udev (237-3ubuntu10.44) ... [2021-02-05T05:56:04.100Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:56:04.139Z] Selecting previously unselected package libfuse2:amd64. [2021-02-05T05:56:04.139Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T05:56:04.139Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T05:56:04.139Z] Selecting previously unselected package fuse. [2021-02-05T05:56:04.139Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-02-05T05:56:04.139Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-02-05T05:56:04.399Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:04.399Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T05:56:04.399Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:04.663Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T05:56:04.663Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:04.663Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T05:56:04.923Z] Selecting previously unselected package libksba8:amd64. [2021-02-05T05:56:04.923Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-02-05T05:56:04.923Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-02-05T05:56:04.923Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-02-05T05:56:04.923Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:04.923Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.184Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-02-05T05:56:05.184Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.184Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.184Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-02-05T05:56:05.184Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.184Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.184Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-02-05T05:56:05.184Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.184Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.444Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-02-05T05:56:05.444Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.444Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.705Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-02-05T05:56:05.705Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.705Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.705Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-02-05T05:56:05.705Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.705Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.972Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-02-05T05:56:05.972Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.972Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:05.972Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-02-05T05:56:05.972Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-02-05T05:56:05.972Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:06.234Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-02-05T05:56:06.234Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T05:56:06.234Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T05:56:06.234Z] Selecting previously unselected package libsasl2-2:amd64. [2021-02-05T05:56:06.234Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-02-05T05:56:06.234Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T05:56:06.234Z] Selecting previously unselected package libldap-common. [2021-02-05T05:56:06.234Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-02-05T05:56:06.234Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T05:56:06.494Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-02-05T05:56:06.494Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-02-05T05:56:06.494Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T05:56:06.494Z] Selecting previously unselected package dirmngr. [2021-02-05T05:56:06.494Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:06.494Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T05:56:06.755Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T05:56:06.755Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-02-05T05:56:06.755Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-02-05T05:56:06.755Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T05:56:06.755Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-02-05T05:56:06.755Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-02-05T05:56:06.755Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.019Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-02-05T05:56:07.019Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T05:56:07.019Z] Setting up udev (237-3ubuntu10.44) ... [2021-02-05T05:56:07.281Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-02-05T05:56:07.543Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.543Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-02-05T05:56:07.543Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-02-05T05:56:07.543Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-02-05T05:56:07.543Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.543Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.806Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.806Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.806Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.806Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.806Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-02-05T05:56:07.806Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-02-05T05:56:07.806Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-02-05T05:56:07.806Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T05:56:08.378Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-02-05T05:56:08.378Z] settings in the [Install] section, and DefaultInstance for template units). [2021-02-05T05:56:08.378Z] This means they are not meant to be enabled using systemctl. [2021-02-05T05:56:08.378Z] Possible reasons for having this kind of units are: [2021-02-05T05:56:08.378Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-02-05T05:56:08.378Z] .wants/ or .requires/ directory. [2021-02-05T05:56:08.378Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-02-05T05:56:08.378Z] a requirement dependency on it. [2021-02-05T05:56:08.378Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-02-05T05:56:08.378Z] D-Bus, udev, scripted systemctl call, ...). [2021-02-05T05:56:08.378Z] 4) In case of template units, the unit is meant to be enabled with some [2021-02-05T05:56:08.378Z] instance name specified. [2021-02-05T05:56:08.410Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T05:56:08.638Z] Reading package lists... [2021-02-05T05:56:08.638Z] Building dependency tree... [2021-02-05T05:56:08.638Z] Reading state information... [2021-02-05T05:56:08.899Z] The following additional packages will be installed: [2021-02-05T05:56:08.899Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-02-05T05:56:08.899Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-02-05T05:56:08.899Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-02-05T05:56:08.900Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-02-05T05:56:08.900Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-02-05T05:56:08.900Z] Suggested packages: [2021-02-05T05:56:08.900Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-02-05T05:56:08.900Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-02-05T05:56:08.900Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-02-05T05:56:08.900Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-02-05T05:56:08.900Z] systemd-container policykit-1 [2021-02-05T05:56:08.900Z] Recommended packages: [2021-02-05T05:56:08.900Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-02-05T05:56:08.900Z] The following NEW packages will be installed: [2021-02-05T05:56:08.900Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-02-05T05:56:08.900Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-02-05T05:56:08.900Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-02-05T05:56:08.900Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-02-05T05:56:08.900Z] python3.6-minimal snapd squashfs-tools sudo [2021-02-05T05:56:08.900Z] The following packages will be upgraded: [2021-02-05T05:56:08.900Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-02-05T05:56:08.900Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-02-05T05:56:08.900Z] Need to get 35.2 MB of archives. [2021-02-05T05:56:08.900Z] After this operation, 141 MB of additional disk space will be used. [2021-02-05T05:56:08.900Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-02-05T05:56:09.160Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-02-05T05:56:09.160Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-02-05T05:56:09.160Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-02-05T05:56:09.160Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-02-05T05:56:09.160Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-02-05T05:56:09.160Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-02-05T05:56:09.160Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-02-05T05:56:09.160Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-02-05T05:56:09.160Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-02-05T05:56:09.160Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-02-05T05:56:09.160Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-02-05T05:56:09.160Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-02-05T05:56:09.160Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-02-05T05:56:09.160Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-02-05T05:56:09.160Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-02-05T05:56:09.160Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-02-05T05:56:09.160Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-02-05T05:56:09.730Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-02-05T05:56:09.730Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-02-05T05:56:09.730Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-02-05T05:56:09.730Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-02-05T05:56:09.730Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-02-05T05:56:09.730Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-02-05T05:56:09.730Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-02-05T05:56:09.730Z] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-02-05T05:56:09.730Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-02-05T05:56:09.991Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-02-05T05:56:09.991Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-02-05T05:56:09.991Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-02-05T05:56:11.379Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T05:56:11.379Z] Fetched 35.2 MB in 2s (14.1 MB/s) [2021-02-05T05:56:11.639Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T05:56:11.639Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-02-05T05:56:11.639Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T05:56:12.209Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-02-05T05:56:12.209Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T05:56:12.469Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-02-05T05:56:12.469Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T05:56:12.469Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T05:56:12.469Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T05:56:12.758Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-02-05T05:56:12.758Z] (Reading database ... 12757 files and directories currently installed.) [2021-02-05T05:56:12.758Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-02-05T05:56:13.042Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-02-05T05:56:13.303Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-02-05T05:56:13.303Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-02-05T05:56:13.565Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-02-05T05:56:13.837Z] (Reading database ... 12764 files and directories currently installed.) [2021-02-05T05:56:13.837Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T05:56:13.838Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T05:56:13.838Z] Selecting previously unselected package libpython3.6-minimal:amd64. [Pipeline] } [2021-02-05T05:56:14.061Z] $ docker stop --time=1 b6ea84d776abfdbae82b14ab6562f9317d16e4155db670f465b9585ebc14e10f [2021-02-05T05:56:14.107Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T05:56:14.107Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:14.107Z] Selecting previously unselected package libexpat1:amd64. [2021-02-05T05:56:14.107Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-02-05T05:56:14.107Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T05:56:14.107Z] Selecting previously unselected package python3.6-minimal. [2021-02-05T05:56:14.107Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T05:56:14.367Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:14.744Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T05:56:14.744Z] Checking for services that may need to be restarted...done. [2021-02-05T05:56:14.744Z] Checking for services that may need to be restarted...done. [2021-02-05T05:56:14.745Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:14.745Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-02-05T05:56:15.014Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:15.277Z] Selecting previously unselected package python3-minimal. [2021-02-05T05:56:15.277Z] (Reading database ... 13012 files and directories currently installed.) [2021-02-05T05:56:15.278Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-02-05T05:56:15.278Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-02-05T05:56:15.540Z] Selecting previously unselected package mime-support. [2021-02-05T05:56:15.540Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-02-05T05:56:15.540Z] Unpacking mime-support (3.60ubuntu1) ... [2021-02-05T05:56:15.540Z] Selecting previously unselected package libmpdec2:amd64. [2021-02-05T05:56:15.540Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-02-05T05:56:15.540Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T05:56:15.810Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-02-05T05:56:15.810Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T05:56:16.071Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:16.331Z] Selecting previously unselected package python3.6. [2021-02-05T05:56:16.331Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-02-05T05:56:16.331Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:16.331Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-02-05T05:56:16.331Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-02-05T05:56:16.331Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T05:56:16.573Z] $ docker rm -f b6ea84d776abfdbae82b14ab6562f9317d16e4155db670f465b9585ebc14e10f [2021-02-05T05:56:16.592Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-02-05T05:56:16.852Z] Selecting previously unselected package python3. [2021-02-05T05:56:16.852Z] (Reading database ... 13442 files and directories currently installed.) [2021-02-05T05:56:16.852Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-02-05T05:56:16.852Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-02-05T05:56:16.852Z] Selecting previously unselected package multiarch-support. [2021-02-05T05:56:16.852Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T05:56:16.852Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T05:56:16.852Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-02-05T05:56:16.852Z] Selecting previously unselected package liblzo2-2:amd64. [2021-02-05T05:56:16.852Z] (Reading database ... 13479 files and directories currently installed.) [2021-02-05T05:56:16.852Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-02-05T05:56:17.112Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T05:56:17.112Z] Selecting previously unselected package libbsd0:amd64. [2021-02-05T05:56:17.112Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-02-05T05:56:17.112Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T05:56:17.112Z] Selecting previously unselected package sudo. [2021-02-05T05:56:17.112Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-02-05T05:56:17.112Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T05:56:17.373Z] Selecting previously unselected package apparmor. [2021-02-05T05:56:17.373Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T05:56:17.373Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-02-05T05:56:17.636Z] Selecting previously unselected package libedit2:amd64. [2021-02-05T05:56:17.636Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-02-05T05:56:17.636Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T05:56:17.636Z] Selecting previously unselected package libkrb5support0:amd64. [2021-02-05T05:56:17.636Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T05:56:17.636Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-02-05T05:56:17.906Z] Selecting previously unselected package libk5crypto3:amd64. [2021-02-05T05:56:17.906Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T05:56:17.906Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T05:56:17.906Z] Selecting previously unselected package libkeyutils1:amd64. [2021-02-05T05:56:17.906Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-02-05T05:56:17.906Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T05:56:17.906Z] Selecting previously unselected package libkrb5-3:amd64. [2021-02-05T05:56:17.906Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T05:56:17.906Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:56:18.171Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-02-05T05:56:18.171Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-02-05T05:56:18.171Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T05:56:18.171Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-02-05T05:56:18.171Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-02-05T05:56:18.171Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T05:56:18.378Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:56:18.378Z] [2021-02-05T05:56:18.378Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2021-02-05T05:56:18.433Z] Selecting previously unselected package openssh-client. [2021-02-05T05:56:18.434Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-02-05T05:56:18.434Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [Pipeline] sh [2021-02-05T05:56:18.696Z] Selecting previously unselected package squashfs-tools. [2021-02-05T05:56:18.696Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-02-05T05:56:18.696Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T05:56:18.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:56:18.751Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-02-05T05:56:18.751Z] 29e5d40040c1: Pulling fs layer [2021-02-05T05:56:18.751Z] 1ce36da41761: Pulling fs layer [2021-02-05T05:56:18.751Z] 25b303627fd3: Pulling fs layer [2021-02-05T05:56:18.960Z] Selecting previously unselected package snapd. [2021-02-05T05:56:18.960Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-02-05T05:56:18.960Z] Unpacking snapd (2.48+18.04) ... [2021-02-05T05:56:19.025Z] 29e5d40040c1: Verifying Checksum [2021-02-05T05:56:19.025Z] 29e5d40040c1: Download complete [2021-02-05T05:56:19.619Z] 1ce36da41761: Verifying Checksum [2021-02-05T05:56:19.619Z] 1ce36da41761: Download complete [2021-02-05T05:56:19.619Z] 29e5d40040c1: Pull complete [2021-02-05T05:56:20.869Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-02-05T05:56:20.869Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-02-05T05:56:20.869Z] Setting up mime-support (3.60ubuntu1) ... [2021-02-05T05:56:20.869Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-02-05T05:56:21.045Z] 1ce36da41761: Pull complete [2021-02-05T05:56:21.142Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-02-05T05:56:21.142Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T05:56:21.318Z] 25b303627fd3: Verifying Checksum [2021-02-05T05:56:21.318Z] 25b303627fd3: Download complete [2021-02-05T05:56:21.715Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T05:56:22.294Z] Setting up systemd (237-3ubuntu10.44) ... [2021-02-05T05:56:22.294Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-02-05T05:56:22.865Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-02-05T05:56:22.865Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-02-05T05:56:22.865Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-02-05T05:56:22.865Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:23.126Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T05:56:23.126Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-02-05T05:56:23.696Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-02-05T05:56:23.697Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T05:56:23.697Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-02-05T05:56:23.697Z] Setting up python3 (3.6.7-1~18.04) ... [2021-02-05T05:56:23.697Z] running python rtupdate hooks for python3.6... [2021-02-05T05:56:23.697Z] running python post-rtupdate hooks for python3.6... [2021-02-05T05:56:23.697Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-02-05T05:56:25.079Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-02-05T05:56:25.079Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-02-05T05:56:25.079Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-02-05T05:56:25.340Z] Setting up snapd (2.48+18.04) ... [2021-02-05T05:56:25.601Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-02-05T05:56:25.863Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-02-05T05:56:25.863Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-02-05T05:56:26.124Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-02-05T05:56:26.124Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T05:56:26.124Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-02-05T05:56:26.385Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-02-05T05:56:26.647Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-02-05T05:56:26.647Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-02-05T05:56:26.909Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-02-05T05:56:26.909Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-02-05T05:56:26.909Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-02-05T05:56:27.170Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T05:56:28.112Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T05:56:28.112Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T05:56:28.112Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T05:56:29.314Z] Reading package lists... [2021-02-05T05:56:29.314Z] Reading package lists... [2021-02-05T05:56:29.575Z] Building dependency tree... [2021-02-05T05:56:29.575Z] Reading state information... [2021-02-05T05:56:29.575Z] Calculating upgrade... [2021-02-05T05:56:29.575Z] The following packages will be upgraded: [2021-02-05T05:56:29.575Z] advancecomp base-files bash binutils binutils-common [2021-02-05T05:56:29.575Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-02-05T05:56:29.575Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-02-05T05:56:29.575Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-02-05T05:56:29.575Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-02-05T05:56:29.575Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-02-05T05:56:29.575Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-02-05T05:56:29.575Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-02-05T05:56:29.575Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-02-05T05:56:29.575Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-02-05T05:56:29.575Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-02-05T05:56:29.575Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-02-05T05:56:29.575Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-02-05T05:56:29.575Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-02-05T05:56:29.575Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-02-05T05:56:29.836Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T05:56:29.836Z] Need to get 63.8 MB of archives. [2021-02-05T05:56:29.836Z] After this operation, 5188 kB of additional disk space will be used. [2021-02-05T05:56:29.836Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-02-05T05:56:29.836Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-02-05T05:56:30.407Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-02-05T05:56:30.407Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-02-05T05:56:30.407Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-02-05T05:56:30.407Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-02-05T05:56:30.667Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-02-05T05:56:30.667Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-02-05T05:56:30.667Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-02-05T05:56:30.667Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-02-05T05:56:30.667Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-02-05T05:56:30.667Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-02-05T05:56:30.667Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-02-05T05:56:30.667Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-02-05T05:56:30.667Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-02-05T05:56:30.667Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-02-05T05:56:30.667Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-02-05T05:56:30.667Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-02-05T05:56:30.667Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-02-05T05:56:30.667Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-02-05T05:56:30.667Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-02-05T05:56:30.667Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-02-05T05:56:30.667Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-02-05T05:56:30.667Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-02-05T05:56:30.667Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-02-05T05:56:30.667Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-02-05T05:56:30.927Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-02-05T05:56:30.927Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-02-05T05:56:30.927Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-02-05T05:56:30.927Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-02-05T05:56:30.927Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-02-05T05:56:30.927Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-02-05T05:56:30.927Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-02-05T05:56:30.927Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-02-05T05:56:30.927Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-02-05T05:56:30.927Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-02-05T05:56:30.927Z] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-02-05T05:56:30.927Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-02-05T05:56:30.927Z] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-02-05T05:56:30.927Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-02-05T05:56:30.927Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-02-05T05:56:30.927Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-02-05T05:56:30.927Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-02-05T05:56:30.927Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-02-05T05:56:30.927Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-02-05T05:56:30.927Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-02-05T05:56:30.928Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-02-05T05:56:30.928Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-02-05T05:56:30.928Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-02-05T05:56:31.187Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-02-05T05:56:31.187Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-02-05T05:56:31.187Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-02-05T05:56:31.187Z] Get:53 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-02-05T05:56:31.187Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-02-05T05:56:31.187Z] Get:55 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-02-05T05:56:31.187Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-02-05T05:56:31.187Z] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-02-05T05:56:31.187Z] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-02-05T05:56:31.187Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-02-05T05:56:31.187Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-02-05T05:56:31.187Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-02-05T05:56:31.187Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-02-05T05:56:31.187Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-02-05T05:56:31.188Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-02-05T05:56:31.188Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-02-05T05:56:31.188Z] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-02-05T05:56:31.188Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-02-05T05:56:31.188Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-02-05T05:56:31.188Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-02-05T05:56:31.188Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-02-05T05:56:31.188Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-02-05T05:56:31.188Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-02-05T05:56:31.188Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-02-05T05:56:31.188Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-02-05T05:56:31.188Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-02-05T05:56:31.188Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-02-05T05:56:31.448Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-02-05T05:56:31.448Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-02-05T05:56:31.448Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-02-05T05:56:31.448Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-02-05T05:56:31.448Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-02-05T05:56:31.448Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-02-05T05:56:31.448Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-02-05T05:56:31.466Z] 25b303627fd3: Pull complete [2021-02-05T05:56:31.466Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-02-05T05:56:31.466Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:56:31.466Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-02-05T05:56:31.709Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-02-05T05:56:31.709Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-02-05T05:56:31.709Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-02-05T05:56:31.709Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-02-05T05:56:31.709Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-02-05T05:56:31.709Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-02-05T05:56:31.709Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-02-05T05:56:31.720Z] prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container [2021-02-05T05:56:31.927Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T05:56:32.283Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-02-05T05:56:32.544Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-02-05T05:56:32.804Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-02-05T05:56:32.804Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-02-05T05:56:33.069Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-02-05T05:56:33.069Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-02-05T05:56:33.069Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-02-05T05:56:33.069Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-02-05T05:56:33.069Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-02-05T05:56:33.069Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T05:56:33.070Z] Fetched 63.8 MB in 3s (19.0 MB/s) [2021-02-05T05:56:33.331Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:33.331Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T05:56:33.331Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T05:56:33.904Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T05:56:33.904Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T05:56:33.904Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-02-05T05:56:33.904Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-02-05T05:56:34.784Z] $ docker top bcaa96f0aebc69c62b8487fc754d24d4b78a6bc3a787722ceddf1e19345858f5 -eo pid,comm [2021-02-05T05:56:34.845Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:34.845Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:34.845Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:34.845Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [Pipeline] { [Pipeline] sh [2021-02-05T05:56:35.118Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.119Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:35.119Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.119Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:35.389Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.389Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:35.389Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.389Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:35.389Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.658Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:35.658Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:56:35.658Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T05:56:35.658Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.658Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-02-05T05:56:35.672Z] + docker-compose build --help [2021-02-05T05:56:35.672Z] + grep parallel [2021-02-05T05:56:35.919Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:56:35.919Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T05:56:35.919Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:35.919Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:36.180Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:36.180Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:36.180Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:36.180Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-02-05T05:56:36.440Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:56:36.440Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T05:56:36.440Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T05:56:36.701Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T05:56:36.962Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T05:56:37.222Z] (Reading database ... 13911 files and directories currently installed.) [2021-02-05T05:56:37.222Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-02-05T05:56:37.222Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-02-05T05:56:37.223Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-02-05T05:56:37.223Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-02-05T05:56:37.484Z] Setting up base-files (10.1ubuntu2.10) ... [2021-02-05T05:56:37.484Z] Installing new version of config file /etc/issue ... [2021-02-05T05:56:37.484Z] Installing new version of config file /etc/issue.net ... [2021-02-05T05:56:37.484Z] Installing new version of config file /etc/lsb-release ... [2021-02-05T05:56:37.744Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-02-05T05:56:37.744Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-02-05T05:56:38.005Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-02-05T05:56:38.005Z] Removing obsolete conffile /etc/default/motd-news ... [2021-02-05T05:56:38.005Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:38.005Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-02-05T05:56:38.005Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-02-05T05:56:38.266Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-02-05T05:56:38.266Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-02-05T05:56:38.266Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:38.266Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:38.527Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:38.527Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:38.787Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:38.787Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-02-05T05:56:38.787Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-02-05T05:56:38.787Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-02-05T05:56:39.044Z] --parallel Build images in parallel. [2021-02-05T05:56:39.048Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:39.048Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-02-05T05:56:39.048Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T05:56:39.048Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [Pipeline] } [2021-02-05T05:56:39.223Z] $ docker stop --time=1 bcaa96f0aebc69c62b8487fc754d24d4b78a6bc3a787722ceddf1e19345858f5 [2021-02-05T05:56:39.310Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:39.310Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:39.310Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T05:56:39.623Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T05:56:39.623Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:39.623Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:39.623Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T05:56:39.885Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-02-05T05:56:39.885Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:39.885Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-02-05T05:56:40.147Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-02-05T05:56:40.147Z] Setting up grep (3.1-2build1) ... [2021-02-05T05:56:40.147Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:40.147Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T05:56:40.407Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T05:56:40.407Z] Setting up login (1:4.5-1ubuntu2) ... [2021-02-05T05:56:40.669Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:40.669Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T05:56:40.669Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T05:56:40.669Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-02-05T05:56:40.930Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:40.930Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T05:56:40.930Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T05:56:41.139Z] $ docker rm -f bcaa96f0aebc69c62b8487fc754d24d4b78a6bc3a787722ceddf1e19345858f5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [2021-02-05T05:56:41.505Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T05:56:41.505Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T05:56:41.505Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-02-05T05:56:41.505Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [Pipeline] isUnix [Pipeline] sh [2021-02-05T05:56:41.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-02-05T05:56:41.882Z] . [Pipeline] withDockerContainer [2021-02-05T05:56:42.086Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-02-05T05:56:42.086Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:42.086Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-02-05T05:56:42.086Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-02-05T05:56:42.125Z] prd-ubuntu18.04-docker-arm64-4c-16g-25198 does not seem to be running inside a container [2021-02-05T05:56:42.364Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-02-05T05:56:43.470Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T05:56:43.470Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T05:56:43.470Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-02-05T05:56:43.470Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-02-05T05:56:43.470Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T05:56:43.682Z] $ docker top 67a61f78104d80fa859b41bd480fe9a6101337d420fd47f1251ea767bf758364 -eo pid,comm [2021-02-05T05:56:43.764Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:43.764Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-02-05T05:56:43.764Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-02-05T05:56:43.764Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [Pipeline] { [Pipeline] sh [2021-02-05T05:56:44.024Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:44.025Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:44.025Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:44.025Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:44.286Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:44.286Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:44.286Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:44.286Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:44.548Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:44.548Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:44.548Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:44.548Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:44.615Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-02-05T05:56:44.810Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:44.810Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:44.810Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:44.810Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:45.071Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:45.071Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T05:56:45.071Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T05:56:45.071Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T05:56:45.071Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T05:56:45.336Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T05:56:45.336Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:45.336Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-02-05T05:56:45.336Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T05:56:45.596Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T05:56:45.596Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:45.596Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:45.596Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:45.857Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:45.857Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:45.857Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:45.857Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:45.858Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:46.118Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:46.119Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:46.119Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:46.690Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:56:46.690Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-02-05T05:56:46.951Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-02-05T05:56:47.213Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:47.213Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-02-05T05:56:47.213Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-02-05T05:56:47.473Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T05:56:47.473Z] (Reading database ... 13912 files and directories currently installed.) [2021-02-05T05:56:47.473Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-02-05T05:56:47.735Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-02-05T05:56:47.735Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-02-05T05:56:47.988Z] Building docker-core-command-go ... [2021-02-05T05:56:47.988Z] Building docker-core-data-go ... [2021-02-05T05:56:47.988Z] Building docker-core-metadata-go ... [2021-02-05T05:56:47.988Z] Building docker-security-bootstrapper-go ... [2021-02-05T05:56:47.988Z] Building docker-security-proxy-setup-go ... [2021-02-05T05:56:47.988Z] Building docker-security-secretstore-setup-go ... [2021-02-05T05:56:47.988Z] Building docker-support-notifications-go ... [2021-02-05T05:56:47.988Z] Building docker-support-scheduler-go ... [2021-02-05T05:56:47.988Z] Building docker-sys-mgmt-agent-go ... [2021-02-05T05:56:47.988Z] Building docker-sys-mgmt-agent-go [2021-02-05T05:56:47.988Z] Building docker-security-proxy-setup-go [2021-02-05T05:56:47.988Z] Building docker-support-scheduler-go [2021-02-05T05:56:47.988Z] Building docker-core-metadata-go [2021-02-05T05:56:47.988Z] Building docker-security-bootstrapper-go [2021-02-05T05:56:47.996Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:47.996Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-02-05T05:56:47.996Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-02-05T05:56:48.256Z] Setting up debconf (1.5.66ubuntu1) ... [2021-02-05T05:56:48.517Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:48.517Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-02-05T05:56:48.517Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T05:56:48.517Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-02-05T05:56:48.778Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:48.778Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-02-05T05:56:48.778Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-02-05T05:56:48.778Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-02-05T05:56:49.038Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:49.038Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T05:56:49.038Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T05:56:49.038Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T05:56:49.300Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:49.300Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T05:56:49.300Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T05:56:49.300Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T05:56:49.591Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:49.591Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-02-05T05:56:49.591Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T05:56:49.853Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T05:56:50.114Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:50.114Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-02-05T05:56:50.114Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-02-05T05:56:50.114Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-02-05T05:56:50.114Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-02-05T05:56:50.375Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:50.375Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T05:56:50.375Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T05:56:50.636Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:50.636Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-02-05T05:56:50.636Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-02-05T05:56:50.898Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-02-05T05:56:50.898Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:50.898Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-02-05T05:56:50.898Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-02-05T05:56:51.160Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-02-05T05:56:51.160Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:51.160Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:51.421Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-02-05T05:56:51.421Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-02-05T05:56:51.421Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:51.421Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-02-05T05:56:51.421Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-02-05T05:56:51.682Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-02-05T05:56:51.682Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:51.682Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-02-05T05:56:51.682Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-02-05T05:56:52.254Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-02-05T05:56:52.254Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:52.254Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-02-05T05:56:52.254Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-02-05T05:56:52.515Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-02-05T05:56:52.515Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:52.515Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-02-05T05:56:52.515Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-02-05T05:56:52.775Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-02-05T05:56:52.775Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:52.775Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-02-05T05:56:52.775Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-02-05T05:56:53.038Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-02-05T05:56:53.038Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:53.038Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-02-05T05:56:53.038Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-02-05T05:56:53.299Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-02-05T05:56:53.299Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:53.299Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-02-05T05:56:53.299Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-02-05T05:56:53.560Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-02-05T05:56:53.560Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:53.560Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T05:56:53.560Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-02-05T05:56:53.822Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-02-05T05:56:53.822Z] (Reading database ... 13914 files and directories currently installed.) [2021-02-05T05:56:53.822Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-02-05T05:56:53.822Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-02-05T05:56:54.083Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-02-05T05:56:54.083Z] (Reading database ... 13915 files and directories currently installed.) [2021-02-05T05:56:54.083Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T05:56:54.083Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T05:56:54.083Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-02-05T05:56:54.345Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-02-05T05:56:54.345Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-02-05T05:56:54.345Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-02-05T05:56:54.608Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-02-05T05:56:54.608Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-02-05T05:56:54.870Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-02-05T05:56:54.870Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-02-05T05:56:54.870Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-02-05T05:56:54.870Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-02-05T05:56:55.131Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-02-05T05:56:55.131Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-02-05T05:56:55.131Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-02-05T05:56:55.131Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-02-05T05:56:55.390Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-02-05T05:56:55.390Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-02-05T05:56:55.390Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-02-05T05:56:55.390Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-02-05T05:56:55.651Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-02-05T05:56:55.651Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-02-05T05:56:55.912Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-02-05T05:56:55.912Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-02-05T05:56:56.490Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-02-05T05:56:56.490Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-02-05T05:56:56.753Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-02-05T05:56:56.753Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-02-05T05:56:56.753Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T05:56:56.753Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T05:56:57.012Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T05:56:57.012Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T05:56:57.272Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T05:56:57.272Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T05:56:57.272Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-02-05T05:56:57.272Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-02-05T05:56:57.534Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:57.534Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:56:57.534Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:57.534Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:56:57.794Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:57.794Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:56:57.794Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:57.794Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:56:58.746Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:58.746Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:56:59.759Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:56:59.759Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:57:00.381Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:57:00.713Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:57:00.713Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:57:01.024Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:57:01.594Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-02-05T05:57:01.594Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-02-05T05:57:01.856Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T05:57:01.856Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T05:57:01.856Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T05:57:01.856Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T05:57:02.117Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-02-05T05:57:02.117Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-02-05T05:57:02.117Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-02-05T05:57:02.117Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-02-05T05:57:02.380Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T05:57:02.380Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T05:57:02.380Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-02-05T05:57:02.380Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-02-05T05:57:02.640Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-02-05T05:57:02.640Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-02-05T05:57:02.640Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:02.902Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-02-05T05:57:02.902Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:02.902Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:02.902Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:02.902Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-02-05T05:57:02.902Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-02-05T05:57:02.902Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-02-05T05:57:03.164Z] [2021-02-05T05:57:03.164Z] Current default time zone: 'Etc/UTC' [2021-02-05T05:57:03.164Z] Local time is now: Fri Feb 5 05:57:02 UTC 2021. [2021-02-05T05:57:03.164Z] Universal Time is now: Fri Feb 5 05:57:02 UTC 2021. [2021-02-05T05:57:03.164Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-02-05T05:57:03.164Z] [2021-02-05T05:57:03.164Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-02-05T05:57:03.164Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:03.164Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-02-05T05:57:03.164Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-02-05T05:57:03.164Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-02-05T05:57:03.164Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-02-05T05:57:03.425Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-02-05T05:57:03.425Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-02-05T05:57:03.425Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-02-05T05:57:03.425Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-02-05T05:57:03.425Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:03.425Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-02-05T05:57:03.686Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:03.947Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T05:57:03.947Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:03.947Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-02-05T05:57:03.947Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-02-05T05:57:03.947Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-02-05T05:57:03.947Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-02-05T05:57:03.947Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-02-05T05:57:03.947Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-02-05T05:57:03.947Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-02-05T05:57:04.208Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-02-05T05:57:05.598Z] Updating certificates in /etc/ssl/certs... [2021-02-05T05:57:06.542Z] 23 added, 27 removed; done. [2021-02-05T05:57:06.543Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-02-05T05:57:06.543Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-02-05T05:57:06.804Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-02-05T05:57:06.804Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-02-05T05:57:06.804Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-02-05T05:57:06.804Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:06.805Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-02-05T05:57:06.805Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.066Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.066Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.066Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.066Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.066Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-02-05T05:57:07.066Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-02-05T05:57:07.066Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-02-05T05:57:07.327Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-02-05T05:57:07.327Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-02-05T05:57:07.327Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.327Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-02-05T05:57:07.327Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-02-05T05:57:07.327Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-02-05T05:57:07.589Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-02-05T05:57:07.589Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T05:57:07.589Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-02-05T05:57:07.589Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-02-05T05:57:07.589Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-02-05T05:57:07.849Z] Updating certificates in /etc/ssl/certs... [2021-02-05T05:57:08.419Z] 0 added, 0 removed; done. [2021-02-05T05:57:08.419Z] Running hooks in /etc/ca-certificates/update.d... [2021-02-05T05:57:08.419Z] done. [2021-02-05T05:57:08.679Z] Reading package lists... [2021-02-05T05:57:08.679Z] Building dependency tree... [2021-02-05T05:57:08.679Z] Reading state information... [2021-02-05T05:57:08.938Z] The following NEW packages will be installed: [2021-02-05T05:57:08.938Z] apt-transport-https [2021-02-05T05:57:08.938Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T05:57:08.938Z] Need to get 1696 B of archives. [2021-02-05T05:57:08.938Z] After this operation, 153 kB of additional disk space will be used. [2021-02-05T05:57:08.938Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-02-05T05:57:08.938Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T05:57:09.200Z] Fetched 1696 B in 0s (27.6 kB/s) [2021-02-05T05:57:09.200Z] Selecting previously unselected package apt-transport-https. [2021-02-05T05:57:09.200Z] (Reading database ... 13920 files and directories currently installed.) [2021-02-05T05:57:09.200Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-02-05T05:57:09.200Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T05:57:09.200Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-02-05T05:57:09.460Z] Waiting for network to be ready... [2021-02-05T05:57:14.758Z] 2021-02-05T05:57:12Z INFO Waiting for automatic snapd restart... [2021-02-05T05:57:15.329Z] snapd 2.48.2 from Canonical* installed [2021-02-05T05:57:16.272Z] "snapd" switched to the "latest/stable" channel [2021-02-05T05:57:16.272Z] [2021-02-05T05:57:18.819Z] core18 20201210 from Canonical* installed [2021-02-05T05:57:19.080Z] "core18" switched to the "latest/stable" channel [2021-02-05T05:57:19.080Z] [2021-02-05T05:57:22.379Z] snapcraft 4.4.4 from Canonical* installed [2021-02-05T05:57:22.379Z] "snapcraft" switched to the "latest/stable" channel [2021-02-05T05:57:22.379Z] [2021-02-05T05:57:25.684Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-02-05T05:57:25.684Z] - README.md [2021-02-05T05:57:25.684Z] - snapcraft.yaml.orig [2021-02-05T05:57:25.684Z] [2021-02-05T05:57:25.684Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-02-05T05:57:32.274Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T05:57:32.274Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T05:57:32.274Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T05:57:32.274Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T05:57:33.476Z] Reading package lists... [2021-02-05T05:57:33.737Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-02-05T05:57:40.325Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T05:57:40.325Z] Reading package lists... [2021-02-05T05:57:40.325Z] Building dependency tree... [2021-02-05T05:57:40.325Z] Reading state information... [2021-02-05T05:57:40.325Z] Suggested packages: [2021-02-05T05:57:40.325Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-02-05T05:57:40.325Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-02-05T05:57:40.325Z] Recommended packages: [2021-02-05T05:57:40.325Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-02-05T05:57:40.325Z] The following NEW packages will be installed: [2021-02-05T05:57:40.325Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-02-05T05:57:40.325Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-02-05T05:57:40.325Z] pkg-config zip [2021-02-05T05:57:40.325Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-02-05T05:57:40.325Z] Need to get 7655 kB of archives. [2021-02-05T05:57:40.325Z] After this operation, 43.7 MB of additional disk space will be used. [2021-02-05T05:57:40.325Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-02-05T05:57:40.325Z] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-02-05T05:57:40.325Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-02-05T05:57:40.325Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-02-05T05:57:40.325Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-02-05T05:57:40.325Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-02-05T05:57:40.325Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-02-05T05:57:40.325Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-02-05T05:57:40.588Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-02-05T05:57:40.588Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-02-05T05:57:40.588Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-02-05T05:57:40.588Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-02-05T05:57:40.588Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-02-05T05:57:40.849Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-02-05T05:57:40.849Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-02-05T05:57:40.849Z] debconf: delaying package configuration, since apt-utils is not installed [2021-02-05T05:57:40.849Z] Fetched 7655 kB in 1s (10.7 MB/s) [2021-02-05T05:57:40.849Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-02-05T05:57:40.849Z] (Reading database ... 13924 files and directories currently installed.) [2021-02-05T05:57:40.849Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-02-05T05:57:40.849Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T05:57:41.110Z] Selecting previously unselected package libpsl5:amd64. [2021-02-05T05:57:41.110Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-02-05T05:57:41.110Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T05:57:41.371Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-02-05T05:57:41.371Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-02-05T05:57:41.371Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T05:57:41.371Z] Selecting previously unselected package librtmp1:amd64. [2021-02-05T05:57:41.371Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-02-05T05:57:41.371Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T05:57:41.371Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-02-05T05:57:41.371Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-02-05T05:57:41.371Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T05:57:41.632Z] Selecting previously unselected package liberror-perl. [2021-02-05T05:57:41.632Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-02-05T05:57:41.632Z] Unpacking liberror-perl (0.17025-1) ... [2021-02-05T05:57:41.632Z] Selecting previously unselected package git-man. [2021-02-05T05:57:41.632Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-02-05T05:57:41.633Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T05:57:41.894Z] Selecting previously unselected package git. [2021-02-05T05:57:41.894Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-02-05T05:57:41.894Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T05:57:42.836Z] Selecting previously unselected package libnorm1:amd64. [2021-02-05T05:57:42.836Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-02-05T05:57:42.836Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T05:57:42.836Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-02-05T05:57:42.836Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-02-05T05:57:42.836Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T05:57:42.836Z] Selecting previously unselected package libsodium23:amd64. [2021-02-05T05:57:42.836Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-02-05T05:57:42.836Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-02-05T05:57:42.836Z] Selecting previously unselected package libzmq5:amd64. [2021-02-05T05:57:42.836Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T05:57:42.836Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T05:57:43.097Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-02-05T05:57:43.097Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-02-05T05:57:43.097Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T05:57:43.097Z] Selecting previously unselected package pkg-config. [2021-02-05T05:57:43.097Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-02-05T05:57:43.097Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T05:57:43.357Z] Selecting previously unselected package zip. [2021-02-05T05:57:43.357Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-02-05T05:57:43.357Z] Unpacking zip (3.0-11build1) ... [2021-02-05T05:57:43.357Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-02-05T05:57:43.357Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-02-05T05:57:43.357Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-02-05T05:57:43.357Z] Setting up liberror-perl (0.17025-1) ... [2021-02-05T05:57:43.619Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-02-05T05:57:43.619Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-02-05T05:57:43.619Z] No schema files found: doing nothing. [2021-02-05T05:57:43.619Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-02-05T05:57:43.619Z] Setting up zip (3.0-11build1) ... [2021-02-05T05:57:43.619Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-02-05T05:57:43.619Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-02-05T05:57:43.619Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-02-05T05:57:43.619Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T05:57:43.880Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-02-05T05:57:43.880Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-02-05T05:57:43.880Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-02-05T05:57:43.880Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-02-05T05:57:50.473Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T05:57:50.473Z] git set to automatically installed. [2021-02-05T05:57:50.473Z] git-man set to automatically installed. [2021-02-05T05:57:50.473Z] libcurl3-gnutls set to automatically installed. [2021-02-05T05:57:50.473Z] liberror-perl set to automatically installed. [2021-02-05T05:57:50.473Z] libglib2.0-0 set to automatically installed. [2021-02-05T05:57:50.473Z] libnghttp2-14 set to automatically installed. [2021-02-05T05:57:50.473Z] libnorm1 set to automatically installed. [2021-02-05T05:57:50.473Z] libpgm-5.2-0 set to automatically installed. [2021-02-05T05:57:50.473Z] libpsl5 set to automatically installed. [2021-02-05T05:57:50.473Z] librtmp1 set to automatically installed. [2021-02-05T05:57:50.473Z] libsodium23 set to automatically installed. [2021-02-05T05:57:50.473Z] libzmq3-dev set to automatically installed. [2021-02-05T05:57:50.473Z] libzmq5 set to automatically installed. [2021-02-05T05:57:50.473Z] pkg-config set to automatically installed. [2021-02-05T05:57:50.473Z] zip set to automatically installed. [2021-02-05T05:57:53.029Z] snapd is not logged in, snap install commands will use sudo [2021-02-05T05:57:59.658Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-02-05T05:57:59.658Z] snap "core18" has no updates available [2021-02-05T05:58:00.601Z] Pulling config-common [2021-02-05T05:58:01.542Z] Pulling go-build-helper [2021-02-05T05:58:09.734Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:58:09.734Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:58:09.734Z] ---> 70f5b1df8e14 [2021-02-05T05:58:09.734Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T05:58:09.734Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:58:09.734Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:58:09.734Z] ---> 70f5b1df8e14 [2021-02-05T05:58:09.734Z] Step 3/21 : WORKDIR /edgex-go [2021-02-05T05:58:09.734Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:58:09.734Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:58:09.734Z] ---> 70f5b1df8e14 [2021-02-05T05:58:09.734Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T05:58:09.734Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:58:09.734Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:58:09.734Z] ---> 70f5b1df8e14 [2021-02-05T05:58:09.734Z] Step 3/26 : WORKDIR /edgex-go [2021-02-05T05:58:09.734Z] Step 1/31 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T05:58:09.734Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2021-02-05T05:58:09.734Z] ---> 70f5b1df8e14 [2021-02-05T05:58:09.734Z] Step 3/31 : WORKDIR /edgex-go [2021-02-05T05:58:09.734Z] ---> Running in aafe0ca200e1 [2021-02-05T05:58:09.734Z] ---> Running in 952d75a8cb9a [2021-02-05T05:58:09.734Z] ---> Running in ab494dba0576 [2021-02-05T05:58:09.734Z] ---> Running in 7e122ae75d25 [2021-02-05T05:58:09.734Z] ---> Running in d6351e85a2a0 [2021-02-05T05:58:09.734Z] Removing intermediate container ab494dba0576 [2021-02-05T05:58:09.734Z] ---> d6377cb58f9f [2021-02-05T05:58:09.734Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:58:09.734Z] Removing intermediate container aafe0ca200e1 [2021-02-05T05:58:09.734Z] ---> 1ef994668e1b [2021-02-05T05:58:09.734Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:58:09.734Z] Removing intermediate container 7e122ae75d25 [2021-02-05T05:58:09.734Z] ---> b6c8af7ea303 [2021-02-05T05:58:09.734Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:58:09.734Z] ---> Running in c71b122b3589 [2021-02-05T05:58:09.734Z] Removing intermediate container d6351e85a2a0 [2021-02-05T05:58:09.734Z] ---> c8a54dcfc721 [2021-02-05T05:58:09.734Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:58:09.734Z] Removing intermediate container 952d75a8cb9a [2021-02-05T05:58:09.734Z] ---> d955523cc97a [2021-02-05T05:58:09.734Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T05:58:09.734Z] ---> Running in 6d1ebca20923 [2021-02-05T05:58:09.734Z] ---> Running in e645cc4c80d2 [2021-02-05T05:58:09.734Z] ---> Running in abfc62cd2001 [2021-02-05T05:58:09.734Z] ---> Running in bb56adac09f6 [2021-02-05T05:58:09.734Z] Removing intermediate container c71b122b3589 [2021-02-05T05:58:09.734Z] ---> 31a0181d447e [2021-02-05T05:58:09.734Z] Step 5/31 : RUN apk add --update --no-cache make git [2021-02-05T05:58:09.734Z] ---> Running in f882cf220d81 [2021-02-05T05:58:09.734Z] Removing intermediate container e645cc4c80d2 [2021-02-05T05:58:09.734Z] ---> 1df4cd01a522 [2021-02-05T05:58:09.734Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-02-05T05:58:09.734Z] Removing intermediate container 6d1ebca20923 [2021-02-05T05:58:09.734Z] ---> 458b361a63c4 [2021-02-05T05:58:09.734Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-02-05T05:58:09.734Z] ---> Running in 27f55f745f66 [2021-02-05T05:58:09.734Z] Removing intermediate container abfc62cd2001 [2021-02-05T05:58:09.734Z] Removing intermediate container bb56adac09f6 [2021-02-05T05:58:09.734Z] ---> 2c88537cdca7 [2021-02-05T05:58:09.734Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-02-05T05:58:09.734Z] ---> 77491e80c345 [2021-02-05T05:58:09.734Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T05:58:09.734Z] ---> Running in fbe376884641 [2021-02-05T05:58:09.734Z] ---> Running in 2bbd045b529e [2021-02-05T05:58:09.734Z] ---> Running in 30f171bb54fa [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:09.734Z] OK: 217 MiB in 51 packages [2021-02-05T05:58:10.010Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:10.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:10.291Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T05:58:10.291Z] OK: 217 MiB in 51 packages [2021-02-05T05:58:10.579Z] OK: 217 MiB in 51 packages [2021-02-05T05:58:11.196Z] OK: 217 MiB in 51 packages [2021-02-05T05:58:11.196Z] OK: 217 MiB in 51 packages [2021-02-05T05:58:11.796Z] Removing intermediate container f882cf220d81 [2021-02-05T05:58:11.796Z] ---> 6c8658a2e900 [2021-02-05T05:58:11.796Z] Step 6/31 : COPY go.mod . [2021-02-05T05:58:12.401Z] Removing intermediate container 27f55f745f66 [2021-02-05T05:58:12.401Z] ---> 7615b0a8d0aa [2021-02-05T05:58:12.401Z] Step 6/26 : COPY go.mod . [2021-02-05T05:58:12.682Z] Removing intermediate container fbe376884641 [2021-02-05T05:58:12.682Z] ---> 2b93bfddc129 [2021-02-05T05:58:12.682Z] Step 6/21 : COPY go.mod . [2021-02-05T05:58:12.958Z] ---> ac9e67c8fcec [2021-02-05T05:58:12.958Z] Step 7/31 : RUN go mod download [2021-02-05T05:58:12.958Z] Removing intermediate container 2bbd045b529e [2021-02-05T05:58:12.958Z] ---> 1b309975531b [2021-02-05T05:58:12.958Z] Step 6/22 : COPY go.mod . [2021-02-05T05:58:12.958Z] Removing intermediate container 30f171bb54fa [2021-02-05T05:58:12.958Z] ---> c052a659bc44 [2021-02-05T05:58:12.958Z] Step 6/23 : COPY go.mod . [2021-02-05T05:58:13.229Z] ---> Running in a0d67a5762cd [2021-02-05T05:58:13.229Z] ---> b068c8999cf4 [2021-02-05T05:58:13.229Z] Step 7/26 : RUN go mod download [2021-02-05T05:58:13.502Z] ---> Running in 8e4f11d07d85 [2021-02-05T05:58:13.776Z] ---> cd50ebb8b412 [2021-02-05T05:58:13.776Z] Step 7/21 : RUN go mod download [2021-02-05T05:58:14.053Z] ---> 6c471fa8bc33 [2021-02-05T05:58:14.053Z] Step 7/23 : RUN go mod download [2021-02-05T05:58:14.053Z] ---> Running in 7c202d5b4bfe [2021-02-05T05:58:14.053Z] ---> 35b0a004d860 [2021-02-05T05:58:14.326Z] Step 7/22 : RUN go mod download [2021-02-05T05:58:14.326Z] ---> Running in b58ee81adbe5 [2021-02-05T05:58:14.326Z] ---> Running in aa3b59ed1e9f [2021-02-05T05:58:17.777Z] Removing intermediate container a0d67a5762cd [2021-02-05T05:58:17.777Z] ---> b5f55504f2be [2021-02-05T05:58:17.777Z] Step 8/31 : COPY . . [2021-02-05T05:58:17.777Z] Removing intermediate container 8e4f11d07d85 [2021-02-05T05:58:17.777Z] ---> 1504825bca03 [2021-02-05T05:58:17.777Z] Step 8/26 : COPY . . [2021-02-05T05:58:18.371Z] Removing intermediate container 7c202d5b4bfe [2021-02-05T05:58:18.372Z] ---> 782af66d12ef [2021-02-05T05:58:18.372Z] Step 8/21 : COPY . . [2021-02-05T05:58:18.967Z] Removing intermediate container b58ee81adbe5 [2021-02-05T05:58:18.967Z] ---> 8e5ea7dbe1f8 [2021-02-05T05:58:18.967Z] Step 8/23 : COPY . . [2021-02-05T05:58:19.566Z] Removing intermediate container aa3b59ed1e9f [2021-02-05T05:58:19.566Z] ---> fd7953d64d0e [2021-02-05T05:58:19.566Z] Step 8/22 : COPY . . [2021-02-05T05:58:23.507Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-02-05T05:58:23.507Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-02-05T05:58:23.507Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1537 kB] [2021-02-05T05:58:23.507Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [297 kB] [2021-02-05T05:58:23.507Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-02-05T05:58:23.507Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-02-05T05:58:23.507Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [226 kB] [2021-02-05T05:58:23.507Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.9 kB] [2021-02-05T05:58:23.507Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1105 kB] [2021-02-05T05:58:23.507Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-02-05T05:58:23.507Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-02-05T05:58:23.507Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-02-05T05:58:23.507Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-02-05T05:58:23.507Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-02-05T05:58:23.507Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-02-05T05:58:23.507Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-02-05T05:58:23.507Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-02-05T05:58:23.507Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-02-05T05:58:23.507Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-02-05T05:58:23.507Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1877 kB] [2021-02-05T05:58:23.507Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [389 kB] [2021-02-05T05:58:23.507Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-02-05T05:58:23.507Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-02-05T05:58:23.507Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] [2021-02-05T05:58:23.507Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.4 kB] [2021-02-05T05:58:23.507Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1714 kB] [2021-02-05T05:58:23.507Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [362 kB] [2021-02-05T05:58:23.507Z] Fetched 23.9 MB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-02-05T05:58:23.507Z] Fetched 96.5 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-02-05T05:58:23.507Z] Fetched 279 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-02-05T05:58:23.507Z] Fetched 122 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-02-05T05:58:23.507Z] Fetched 77.8 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-02-05T05:58:23.507Z] Fetched 8848 B in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-02-05T05:58:23.507Z] Fetched 47.8 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-02-05T05:58:23.507Z] Fetched 45.6 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-02-05T05:58:23.507Z] Fetched 15.0 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-02-05T05:58:23.507Z] Fetched 214 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-02-05T05:58:23.507Z] Fetched 155 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-02-05T05:58:23.507Z] Fetched 50.6 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-02-05T05:58:23.507Z] Fetched 14.8 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-02-05T05:58:23.507Z] Fetched 41.8 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-02-05T05:58:23.507Z] Fetched 499 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-02-05T05:58:23.507Z] Fetched 111 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-02-05T05:58:23.507Z] Fetched 240 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-02-05T05:58:23.507Z] Fetched 29.3 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-02-05T05:58:23.507Z] Fetched 85.5 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-02-05T05:58:23.507Z] Fetched 24.5 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-02-05T05:58:23.507Z] Fetched 49.2 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-02-05T05:58:23.507Z] Fetched 54.2 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-02-05T05:58:23.507Z] Fetched 30.8 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-02-05T05:58:23.507Z] Fetched 17.0 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-02-05T05:58:23.507Z] Fetched 85.9 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-02-05T05:58:23.507Z] Fetched 8720 B in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-02-05T05:58:23.507Z] Fetched 137 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-02-05T05:58:23.507Z] Fetched 119 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-02-05T05:58:23.507Z] Fetched 109 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-02-05T05:58:23.507Z] Fetched 11.1 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-02-05T05:58:23.507Z] Fetched 645 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-02-05T05:58:23.507Z] Fetched 41.3 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-02-05T05:58:23.507Z] Fetched 17.9 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-02-05T05:58:23.507Z] Fetched 368 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-02-05T05:58:23.507Z] Fetched 187 kB in 0s (0 B/s) [2021-02-05T05:58:23.507Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-02-05T05:58:23.507Z] Fetched 175 kB in 0s (0 B/s) [2021-02-05T05:58:23.508Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-02-05T05:58:25.435Z] Fetched 206 kB in 0s (0 B/s) [2021-02-05T05:58:25.435Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-02-05T05:58:25.435Z] Fetched 1301 kB in 0s (0 B/s) [2021-02-05T05:58:25.435Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-02-05T05:58:25.435Z] Fetched 36.2 kB in 0s (0 B/s) [2021-02-05T05:58:25.435Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-02-05T05:58:25.435Z] Fetched 159 kB in 0s (0 B/s) [2021-02-05T05:58:25.435Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-02-05T05:58:25.435Z] Fetched 107 kB in 0s (0 B/s) [2021-02-05T05:58:25.435Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-02-05T05:58:25.435Z] Fetched 48.7 kB in 0s (0 B/s) [2021-02-05T05:58:25.435Z] Pulling static-packages [2021-02-05T05:58:26.379Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-02-05T05:58:26.379Z] Skipping pull go-build-helper (already ran) [2021-02-05T05:58:26.379Z] Skipping pull static-packages (already ran) [2021-02-05T05:58:26.379Z] Building go-build-helper [2021-02-05T05:58:29.924Z] Building static-packages [2021-02-05T05:58:31.866Z] Staging go-build-helper [2021-02-05T05:58:32.811Z] Staging static-packages [2021-02-05T05:58:33.759Z] Pulling go115 [2021-02-05T05:58:34.708Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-02-05T05:58:34.708Z] Skipping pull go115 (already ran) [2021-02-05T05:58:34.708Z] Building go115 [2021-02-05T05:58:34.708Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T05:58:34.708Z] Dload Upload Total Spent Left Speed [2021-02-05T05:58:37.813Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 115M 16 19.4M 0 0 25.0M 0 0:00:04 --:--:-- 0:00:04 25.0M 50 115M 50 58.8M 0 0 33.1M 0 0:00:03 0:00:01 0:00:02 33.1M 86 115M 86 99.7M 0 0 35.9M 0 0:00:03 0:00:02 0:00:01 35.8M 100 115M 100 115M 0 0 35.3M 0 0:00:03 0:00:03 --:--:-- 35.3M [2021-02-05T05:58:38.388Z] go1.15.2.linux-amd64.tar.gz: OK [2021-02-05T05:58:42.689Z] Staging go115 [2021-02-05T05:58:46.404Z] ---> f105c55c5278 [2021-02-05T05:58:46.404Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-02-05T05:58:46.404Z] ---> 1ce53a27a287 [2021-02-05T05:58:46.404Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-02-05T05:58:46.404Z] ---> 8900dca2f326 [2021-02-05T05:58:46.404Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-02-05T05:58:46.404Z] ---> df2a90786534 [2021-02-05T05:58:46.404Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-02-05T05:58:46.404Z] ---> f308b58dad41 [2021-02-05T05:58:46.404Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-02-05T05:58:46.404Z] ---> Running in 51a559bf05e0 [2021-02-05T05:58:46.404Z] ---> Running in 16855204d3c3 [2021-02-05T05:58:46.404Z] ---> Running in 316026bf2044 [2021-02-05T05:58:46.404Z] ---> Running in 0478e72757fb [2021-02-05T05:58:46.404Z] ---> Running in adcdec1100cf [2021-02-05T05:58:46.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T05:58:46.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:58:46.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:58:46.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:58:46.404Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:58:46.896Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-02-05T05:58:46.896Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-02-05T05:58:46.896Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-02-05T05:58:46.896Z] Fetched 0 B in 0s (0 B/s) [2021-02-05T05:58:46.896Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-02-05T05:58:46.896Z] Fetched 224 kB in 0s (0 B/s) [2021-02-05T05:58:46.896Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-02-05T05:58:46.896Z] Fetched 157 kB in 0s (0 B/s) [2021-02-05T05:58:46.896Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-02-05T05:58:46.896Z] Fetched 221 kB in 0s (0 B/s) [2021-02-05T05:58:46.896Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-02-05T05:58:46.896Z] Fetched 143 kB in 0s (0 B/s) [2021-02-05T05:58:46.896Z] Pulling edgex-go [2021-02-05T05:58:48.278Z] Pulling version [2021-02-05T05:58:49.217Z] Building config-common [2021-02-05T05:58:51.134Z] Skipping build go-build-helper (already ran) [2021-02-05T05:58:51.134Z] Skipping build static-packages (already ran) [2021-02-05T05:58:51.134Z] Skipping build go115 (already ran) [2021-02-05T05:58:51.134Z] Building edgex-go [2021-02-05T05:58:51.134Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T05:58:52.525Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-02-05T05:58:52.525Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-02-05T05:58:52.525Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-02-05T05:58:52.525Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.7 [2021-02-05T05:58:52.525Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.22 [2021-02-05T05:58:52.525Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-02-05T05:58:52.525Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-02-05T05:58:52.525Z] go: downloading github.com/pkg/errors v0.8.1 [2021-02-05T05:58:52.525Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-02-05T05:58:52.525Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.3 [2021-02-05T05:58:52.525Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-02-05T05:58:52.525Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-02-05T05:58:52.525Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-02-05T05:58:52.525Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-02-05T05:58:52.525Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-02-05T05:58:52.525Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-02-05T05:58:52.790Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-02-05T05:58:52.790Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-02-05T05:58:52.790Z] go: downloading github.com/google/uuid v1.2.0 [2021-02-05T05:58:52.790Z] go: downloading github.com/x448/float16 v0.8.4 [2021-02-05T05:58:53.051Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-02-05T05:58:53.051Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-02-05T05:58:53.051Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-02-05T05:58:53.051Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-02-05T05:58:53.051Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-02-05T05:58:53.356Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-02-05T05:58:53.647Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-02-05T05:58:53.647Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-02-05T05:58:53.647Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-02-05T05:58:53.647Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-02-05T05:58:53.647Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-02-05T05:58:53.647Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-02-05T05:58:53.647Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-02-05T05:58:53.647Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-02-05T05:58:53.647Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-02-05T05:58:53.647Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-02-05T05:58:53.908Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-02-05T05:58:53.908Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-02-05T05:58:54.167Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-02-05T05:58:54.167Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-02-05T05:59:00.760Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-02-05T05:59:04.076Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T05:59:05.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T05:59:06.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T05:59:06.418Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-02-05T05:59:06.678Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-02-05T05:59:06.678Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-02-05T05:59:06.678Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-02-05T05:59:06.678Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-02-05T05:59:08.600Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-02-05T05:59:08.600Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-02-05T05:59:08.600Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-02-05T05:59:09.543Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-02-05T05:59:10.489Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T05:59:10.489Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-02-05T05:59:11.879Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T05:59:12.817Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T05:59:13.757Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T05:59:13.757Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-02-05T05:59:14.702Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-02-05T05:59:14.702Z] go: downloading github.com/lib/pq v1.9.0 [2021-02-05T05:59:17.255Z] Building version [2021-02-05T05:59:19.165Z] Staging config-common [2021-02-05T05:59:19.747Z] Skipping stage go-build-helper (already ran) [2021-02-05T05:59:19.747Z] Skipping stage static-packages (already ran) [2021-02-05T05:59:19.747Z] Skipping stage go115 (already ran) [2021-02-05T05:59:19.747Z] Staging edgex-go [2021-02-05T05:59:20.704Z] Staging version [2021-02-05T05:59:21.648Z] Priming config-common [2021-02-05T05:59:22.600Z] Priming go-build-helper [2021-02-05T05:59:23.540Z] Priming static-packages [2021-02-05T05:59:26.082Z] Priming go115 [2021-02-05T05:59:26.660Z] Priming edgex-go [2021-02-05T05:59:27.610Z] Priming version [2021-02-05T05:59:28.552Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-02-05T06:00:08.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-02-05T06:00:08.286Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-02-05T06:00:20.736Z] Removing intermediate container 16855204d3c3 [2021-02-05T06:00:20.736Z] ---> 30f1de11c463 [2021-02-05T06:00:20.736Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-02-05T06:00:21.021Z] ---> Running in a7bb2837fc07 [2021-02-05T06:00:21.627Z] Removing intermediate container 316026bf2044 [2021-02-05T06:00:21.627Z] ---> 057d85bcdd75 [2021-02-05T06:00:21.627Z] [2021-02-05T06:00:21.628Z] Step 10/21 : FROM alpine:3.12 [2021-02-05T06:00:21.628Z] 3.12: Pulling from library/alpine [2021-02-05T06:00:23.646Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-02-05T06:00:23.646Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-02-05T06:00:23.646Z] Status: Downloaded newer image for alpine:3.12 [2021-02-05T06:00:23.646Z] ---> afeebe901d6b [2021-02-05T06:00:23.646Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-02-05T06:00:24.248Z] ---> Running in b358b7269529 [2021-02-05T06:00:26.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:26.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:26.860Z] (1/4) Installing ca-certificates (20191127-r4) [2021-02-05T06:00:26.860Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T06:00:27.134Z] (3/4) Installing libcurl (7.69.1-r3) [2021-02-05T06:00:27.134Z] (4/4) Installing curl (7.69.1-r3) [2021-02-05T06:00:27.134Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:00:27.134Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T06:00:27.416Z] OK: 7 MiB in 18 packages [2021-02-05T06:00:30.886Z] Removing intermediate container a7bb2837fc07 [2021-02-05T06:00:30.886Z] ---> 79148615ac5f [2021-02-05T06:00:30.886Z] [2021-02-05T06:00:30.886Z] Step 11/26 : FROM docker:20.10.0 [2021-02-05T06:00:30.886Z] 20.10.0: Pulling from library/docker [2021-02-05T06:00:31.174Z] Removing intermediate container b358b7269529 [2021-02-05T06:00:31.174Z] ---> 2c3d95ac292c [2021-02-05T06:00:31.174Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T06:00:31.782Z] ---> Running in b0d613ddb55f [2021-02-05T06:00:33.869Z] Removing intermediate container b0d613ddb55f [2021-02-05T06:00:33.870Z] ---> 3779b6e10691 [2021-02-05T06:00:33.870Z] Step 13/21 : WORKDIR /edgex [2021-02-05T06:00:33.870Z] Removing intermediate container 51a559bf05e0 [2021-02-05T06:00:33.870Z] ---> eb1025ca4f19 [2021-02-05T06:00:33.870Z] [2021-02-05T06:00:33.870Z] Step 10/31 : FROM alpine:3.12 [2021-02-05T06:00:33.870Z] ---> afeebe901d6b [2021-02-05T06:00:33.870Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-02-05T06:00:34.219Z] ---> Running in 6ec48488af28 [2021-02-05T06:00:34.219Z] ---> Running in f4cfc2426cdb [2021-02-05T06:00:35.928Z] Removing intermediate container f4cfc2426cdb [2021-02-05T06:00:35.928Z] ---> b94c08c49ae7 [2021-02-05T06:00:35.928Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2021-02-05T06:00:35.928Z] ---> Running in b1a1ef945878 [2021-02-05T06:00:36.216Z] Removing intermediate container 6ec48488af28 [2021-02-05T06:00:36.216Z] ---> 77567f37f6ef [2021-02-05T06:00:36.216Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-02-05T06:00:38.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:38.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:38.810Z] (1/2) Installing dumb-init (1.2.2-r1) [2021-02-05T06:00:38.810Z] (2/2) Installing su-exec (0.2-r1) [2021-02-05T06:00:38.810Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:00:38.810Z] OK: 5 MiB in 16 packages [2021-02-05T06:00:38.810Z] ---> 5678618bdf84 [2021-02-05T06:00:38.810Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-02-05T06:00:39.805Z] Removing intermediate container adcdec1100cf [2021-02-05T06:00:39.805Z] ---> dd5c2317e49f [2021-02-05T06:00:39.805Z] [2021-02-05T06:00:39.805Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T06:00:39.805Z] ---> afeebe901d6b [2021-02-05T06:00:39.805Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-02-05T06:00:40.402Z] ---> Running in c17e97d85ddd [2021-02-05T06:00:41.013Z] ---> 3b42685a385f [2021-02-05T06:00:41.013Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-02-05T06:00:41.618Z] Removing intermediate container b1a1ef945878 [2021-02-05T06:00:41.618Z] ---> 49ec36587366 [2021-02-05T06:00:41.618Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2021-02-05T06:00:42.225Z] ---> Running in b73406246734 [2021-02-05T06:00:42.498Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:42.771Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:43.376Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T06:00:43.376Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:00:43.376Z] OK: 5 MiB in 15 packages [2021-02-05T06:00:43.653Z] Removing intermediate container b73406246734 [2021-02-05T06:00:43.653Z] ---> cc9bb35b34e6 [2021-02-05T06:00:43.653Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-02-05T06:00:43.933Z] ---> c2645852316f [2021-02-05T06:00:43.933Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-02-05T06:00:43.933Z] ---> Running in 02f09d3f5954 [2021-02-05T06:00:44.211Z] ---> Running in 47eae994e0d4 [2021-02-05T06:00:44.489Z] Removing intermediate container 0478e72757fb [2021-02-05T06:00:44.489Z] ---> 27cf592a8248 [2021-02-05T06:00:44.489Z] [2021-02-05T06:00:44.489Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T06:00:44.489Z] ---> afeebe901d6b [2021-02-05T06:00:44.489Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T06:00:45.088Z] ---> Running in f91b05e31fb8 [2021-02-05T06:00:45.088Z] Removing intermediate container 02f09d3f5954 [2021-02-05T06:00:45.088Z] ---> f66fe6679c00 [2021-02-05T06:00:45.088Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-02-05T06:00:45.089Z] Removing intermediate container 47eae994e0d4 [2021-02-05T06:00:45.089Z] ---> 7556e83abdf2 [2021-02-05T06:00:45.089Z] Step 18/21 : CMD ["--init=true"] [2021-02-05T06:00:45.367Z] ---> Running in 04855dae18b3 [2021-02-05T06:00:45.367Z] ---> Running in 94182099b9e9 [2021-02-05T06:00:45.641Z] Removing intermediate container c17e97d85ddd [2021-02-05T06:00:45.641Z] ---> 7fdca58caebc [2021-02-05T06:00:45.641Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T06:00:45.929Z] ---> Running in 8231a8cd839c [2021-02-05T06:00:46.213Z] Removing intermediate container 04855dae18b3 [2021-02-05T06:00:46.213Z] ---> aacc0103a813 [2021-02-05T06:00:46.213Z] Step 19/21 : LABEL arch=arm64 [2021-02-05T06:00:46.510Z] ---> Running in 85a315eb976c [2021-02-05T06:00:46.782Z] Removing intermediate container 8231a8cd839c [2021-02-05T06:00:46.782Z] ---> e804b4b142c8 [2021-02-05T06:00:46.782Z] Step 13/22 : ENV APP_PORT=48085 [2021-02-05T06:00:46.782Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:47.064Z] ---> Running in f1f5f0763b91 [2021-02-05T06:00:47.064Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:47.064Z] Removing intermediate container 85a315eb976c [2021-02-05T06:00:47.064Z] ---> 14c5f39babbc [2021-02-05T06:00:47.064Z] Step 20/21 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:00:47.346Z] ---> Running in e9ef8fa84a0f [2021-02-05T06:00:47.621Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-02-05T06:00:47.621Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:00:47.621Z] OK: 5 MiB in 15 packages [2021-02-05T06:00:47.621Z] Removing intermediate container f1f5f0763b91 [2021-02-05T06:00:47.621Z] ---> 0cbc7ab05417 [2021-02-05T06:00:47.621Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T06:00:47.899Z] ---> Running in 0198a06cd0b5 [2021-02-05T06:00:48.179Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-02-05T06:00:48.179Z] Status: Downloaded newer image for docker:20.10.0 [2021-02-05T06:00:48.179Z] ---> eeaf43b92773 [2021-02-05T06:00:48.179Z] Step 12/26 : RUN apk add --no-cache bash [2021-02-05T06:00:48.179Z] Removing intermediate container e9ef8fa84a0f [2021-02-05T06:00:48.179Z] ---> 33bdf15349ca [2021-02-05T06:00:48.179Z] Step 21/21 : LABEL version=0.0.0 [2021-02-05T06:00:48.458Z] ---> Running in 6c40e6c57599 [2021-02-05T06:00:48.458Z] ---> Running in 350dee537f35 [2021-02-05T06:00:48.732Z] Removing intermediate container 0198a06cd0b5 [2021-02-05T06:00:48.732Z] ---> 9bcd191e73af [2021-02-05T06:00:48.732Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T06:00:48.732Z] Removing intermediate container 94182099b9e9 [2021-02-05T06:00:48.732Z] ---> 682448089816 [2021-02-05T06:00:48.732Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2021-02-05T06:00:49.004Z] ---> Running in 89a13eeffb01 [2021-02-05T06:00:49.279Z] Removing intermediate container 350dee537f35 [2021-02-05T06:00:49.279Z] ---> 07a34432e425 [2021-02-05T06:00:49.279Z] [2021-02-05T06:00:49.279Z] Removing intermediate container f91b05e31fb8 [2021-02-05T06:00:49.279Z] ---> dae1643cf978 [2021-02-05T06:00:49.279Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T06:00:49.560Z] ---> Running in ad86c44e2a7f [2021-02-05T06:00:49.834Z] Removing intermediate container 89a13eeffb01 [2021-02-05T06:00:49.834Z] ---> 84fed81b3220 [2021-02-05T06:00:49.834Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-02-05T06:00:49.834Z] Successfully built 07a34432e425 [2021-02-05T06:00:49.834Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-02-05T06:00:49.834Z]  Building docker-security-proxy-setup-go ... done Building docker-support-notifications-go [2021-02-05T06:00:50.115Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:50.115Z] ---> b570e922111e [2021-02-05T06:00:50.115Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-02-05T06:00:50.115Z] Removing intermediate container ad86c44e2a7f [2021-02-05T06:00:50.115Z] ---> d8d6afeaa3c5 [2021-02-05T06:00:50.115Z] Step 13/23 : ENV APP_PORT=48081 [2021-02-05T06:00:50.390Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:00:50.390Z] ---> Running in 3a58fa5fe622 [2021-02-05T06:00:50.989Z] ---> 0e87b5eebeae [2021-02-05T06:00:50.989Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-02-05T06:00:50.989Z] (1/2) Installing readline (8.0.4-r0) [2021-02-05T06:00:50.989Z] (2/2) Installing bash (5.0.17-r0) [2021-02-05T06:00:50.989Z] Executing bash-5.0.17-r0.post-install [2021-02-05T06:00:50.989Z] Removing intermediate container 3a58fa5fe622 [2021-02-05T06:00:50.989Z] ---> c2276c2a95d3 [2021-02-05T06:00:50.989Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T06:00:50.989Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:00:51.262Z] OK: 12 MiB in 22 packages [2021-02-05T06:00:51.262Z] ---> Running in a0118cb79eb0 [2021-02-05T06:00:51.538Z] ---> Running in 1c6ebe7dbc46 [2021-02-05T06:00:52.166Z] ---> a4399bfd7d6d [2021-02-05T06:00:52.166Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-02-05T06:00:52.166Z] Removing intermediate container 1c6ebe7dbc46 [2021-02-05T06:00:52.166Z] ---> 62efb54266b7 [2021-02-05T06:00:52.166Z] Step 15/23 : WORKDIR / [2021-02-05T06:00:52.768Z] ---> Running in 6406e05f7971 [2021-02-05T06:00:53.753Z] ---> 19dc6693ba80 [2021-02-05T06:00:53.753Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-02-05T06:00:53.753Z] Removing intermediate container 6c40e6c57599 [2021-02-05T06:00:53.753Z] ---> e93785957792 [2021-02-05T06:00:53.753Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-02-05T06:00:54.029Z] ---> Running in 31ab3474ad85 [2021-02-05T06:00:54.029Z] Removing intermediate container 6406e05f7971 [2021-02-05T06:00:54.029Z] ---> 89c16a0f369a [2021-02-05T06:00:54.029Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T06:00:54.029Z] ---> Running in afd371a641c5 [2021-02-05T06:00:55.023Z] Removing intermediate container 31ab3474ad85 [2021-02-05T06:00:55.023Z] ---> a7671ee501c7 [2021-02-05T06:00:55.023Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T06:00:55.023Z] Removing intermediate container afd371a641c5 [2021-02-05T06:00:55.023Z] ---> f8b2c9054d3c [2021-02-05T06:00:55.023Z] Step 14/26 : ENV APP_PORT=48090 [2021-02-05T06:00:55.327Z] ---> Running in 4597d298986e [2021-02-05T06:00:55.604Z] ---> Running in 5f249627497d [2021-02-05T06:00:55.604Z] ---> c2207dadc5d3 [2021-02-05T06:00:55.604Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-02-05T06:00:55.877Z] Removing intermediate container a0118cb79eb0 [2021-02-05T06:00:55.877Z] ---> 444369e6d672 [2021-02-05T06:00:55.877Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T06:00:56.151Z] Removing intermediate container 4597d298986e [2021-02-05T06:00:56.151Z] ---> be230baafab9 [2021-02-05T06:00:56.151Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T06:00:56.422Z] ---> Running in 474b03f26f89 [2021-02-05T06:00:56.422Z] Removing intermediate container 5f249627497d [2021-02-05T06:00:56.422Z] ---> 70f9ae9affd9 [2021-02-05T06:00:56.422Z] Step 15/26 : EXPOSE $APP_PORT [2021-02-05T06:00:56.699Z] ---> Running in 5f9365c0a876 [2021-02-05T06:00:56.699Z] ---> ccd6e2555d83 [2021-02-05T06:00:56.699Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-02-05T06:00:56.988Z] Removing intermediate container 474b03f26f89 [2021-02-05T06:00:56.988Z] ---> 92128fe8096e [2021-02-05T06:00:56.988Z] Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:00:57.596Z] ---> Running in f6e45961e422 [2021-02-05T06:00:57.596Z] Removing intermediate container 5f9365c0a876 [2021-02-05T06:00:57.596Z] ---> 100568f773b0 [2021-02-05T06:00:57.596Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-02-05T06:00:57.596Z] ---> 1bc1c4bcfcfe [2021-02-05T06:00:57.596Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-02-05T06:00:58.200Z] Removing intermediate container f6e45961e422 [2021-02-05T06:00:58.200Z] ---> 04cacae1b800 [2021-02-05T06:00:58.200Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T06:00:58.478Z] ---> Running in 8c01435f1f9d [2021-02-05T06:00:58.751Z] ---> 94d0339a2f2c [2021-02-05T06:00:58.751Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-02-05T06:00:59.023Z] ---> aa276405ed3f [2021-02-05T06:00:59.023Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-02-05T06:00:59.623Z] Removing intermediate container 8c01435f1f9d [2021-02-05T06:00:59.623Z] ---> Running in cb69e1429bff [2021-02-05T06:00:59.623Z] ---> 133fffc5f678 [2021-02-05T06:00:59.623Z] [2021-02-05T06:00:59.623Z] ---> 283521387827 [2021-02-05T06:00:59.623Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-02-05T06:00:59.904Z] ---> 41cd38a20e1a [2021-02-05T06:00:59.904Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-02-05T06:01:00.203Z] Successfully built 133fffc5f678 [2021-02-05T06:01:00.203Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-02-05T06:01:00.203Z]  Building docker-support-scheduler-go ... done Building docker-core-command-go [2021-02-05T06:01:00.203Z] Removing intermediate container cb69e1429bff [2021-02-05T06:01:00.203Z] ---> edde76b2c248 [2021-02-05T06:01:00.203Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T06:01:00.805Z] ---> Running in d02d192a1e54 [2021-02-05T06:01:00.805Z] ---> 29f5fc1975d5 [2021-02-05T06:01:00.805Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-02-05T06:01:01.399Z] Removing intermediate container d02d192a1e54 [2021-02-05T06:01:01.399Z] ---> 6f036fb79f07 [2021-02-05T06:01:01.399Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T06:01:01.399Z] ---> 30903125fbb4 [2021-02-05T06:01:01.399Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-02-05T06:01:01.684Z] ---> Running in ef8209ae7cb1 [2021-02-05T06:01:02.280Z] ---> f826c9545881 [2021-02-05T06:01:02.280Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-02-05T06:01:02.551Z] Removing intermediate container ef8209ae7cb1 [2021-02-05T06:01:02.551Z] ---> 71564bdc53d9 [2021-02-05T06:01:02.551Z] Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:01:02.826Z] ---> Running in f5ac5ba1c565 [2021-02-05T06:01:03.098Z] ---> aa2f08ccbc4d [2021-02-05T06:01:03.098Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2021-02-05T06:01:03.098Z] ---> Running in c4cfead5a6a5 [2021-02-05T06:01:04.085Z] ---> Running in d35c535fb77f [2021-02-05T06:01:04.085Z] Removing intermediate container c4cfead5a6a5 [2021-02-05T06:01:04.085Z] ---> 920d49507b27 [2021-02-05T06:01:04.085Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T06:01:04.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:01:04.685Z] ---> Running in 0f8436f23aef [2021-02-05T06:01:04.685Z] Removing intermediate container d35c535fb77f [2021-02-05T06:01:04.685Z] ---> 8ea541370db8 [2021-02-05T06:01:04.685Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-02-05T06:01:04.685Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:01:05.676Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-02-05T06:01:05.676Z] (2/33) Installing expat (2.2.9-r1) [2021-02-05T06:01:05.676Z] (3/33) Installing libffi (3.3-r2) [2021-02-05T06:01:05.676Z] (4/33) Installing gdbm (1.13-r1) [2021-02-05T06:01:05.676Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-02-05T06:01:05.676Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-02-05T06:01:05.676Z] (7/33) Installing python3 (3.8.5-r0) [2021-02-05T06:01:05.676Z] Removing intermediate container 0f8436f23aef [2021-02-05T06:01:05.676Z] ---> 29d8a3c44f65 [2021-02-05T06:01:05.676Z] [2021-02-05T06:01:06.289Z] Successfully built 29d8a3c44f65 [2021-02-05T06:01:06.289Z] ---> 977e5b5d31f3 [2021-02-05T06:01:06.289Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2021-02-05T06:01:06.563Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-02-05T06:01:06.564Z] Building docker-core-data-go [2021-02-05T06:01:07.160Z]  Building docker-core-metadata-go ... done  ---> Running in bced40c72f47 [2021-02-05T06:01:07.762Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-02-05T06:01:07.762Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-02-05T06:01:07.762Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-02-05T06:01:07.762Z] (11/33) Installing py3-six (1.15.0-r0) [2021-02-05T06:01:07.762Z] (12/33) Installing py3-packaging (20.4-r0) [2021-02-05T06:01:07.762Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-02-05T06:01:07.762Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-02-05T06:01:07.762Z] (15/33) Installing py3-idna (2.9-r0) [2021-02-05T06:01:08.039Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-02-05T06:01:08.039Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-02-05T06:01:08.039Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-02-05T06:01:08.039Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-02-05T06:01:08.039Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-02-05T06:01:08.039Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-02-05T06:01:08.039Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-02-05T06:01:08.039Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-02-05T06:01:08.039Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-02-05T06:01:08.039Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-02-05T06:01:08.039Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-02-05T06:01:08.315Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-02-05T06:01:08.315Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-02-05T06:01:08.315Z] (29/33) Installing py3-progress (1.5-r0) [2021-02-05T06:01:08.315Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-02-05T06:01:08.315Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-02-05T06:01:08.315Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-02-05T06:01:08.315Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-02-05T06:01:08.315Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:01:08.590Z] OK: 71 MiB in 55 packages [2021-02-05T06:01:10.596Z] Removing intermediate container bced40c72f47 [2021-02-05T06:01:10.596Z] ---> 4349cffe792d [2021-02-05T06:01:10.596Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2021-02-05T06:01:11.593Z] ---> Running in 4547b318c363 [2021-02-05T06:01:12.580Z] Removing intermediate container 4547b318c363 [2021-02-05T06:01:12.580Z] ---> 40c42ef59c8b [2021-02-05T06:01:12.580Z] Step 28/31 : CMD ["gate"] [2021-02-05T06:01:13.573Z] ---> Running in 16fd362f3d92 [2021-02-05T06:01:14.189Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T06:01:14.189Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-02-05T06:01:14.189Z] ---> 70f5b1df8e14 [2021-02-05T06:01:14.189Z] Step 3/22 : WORKDIR /edgex-go [2021-02-05T06:01:14.189Z] ---> Using cache [2021-02-05T06:01:14.189Z] ---> d955523cc97a [2021-02-05T06:01:14.189Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T06:01:14.189Z] ---> Using cache [2021-02-05T06:01:14.189Z] ---> 77491e80c345 [2021-02-05T06:01:14.189Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-02-05T06:01:14.475Z] ---> Running in 46158e6286be [2021-02-05T06:01:14.752Z] Removing intermediate container 16fd362f3d92 [2021-02-05T06:01:14.752Z] ---> 903e57fcda8a [2021-02-05T06:01:14.752Z] Step 29/31 : LABEL arch=arm64 [2021-02-05T06:01:15.355Z] ---> Running in e9b9c18d0f8e [2021-02-05T06:01:16.341Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:01:16.341Z] Removing intermediate container e9b9c18d0f8e [2021-02-05T06:01:16.341Z] ---> bd3e94b09b0e [2021-02-05T06:01:16.341Z] Step 30/31 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:01:16.988Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:01:17.599Z] ---> Running in 78dbeeff374b [2021-02-05T06:01:17.599Z] Removing intermediate container f5ac5ba1c565 [2021-02-05T06:01:17.599Z] ---> ca5fd278034a [2021-02-05T06:01:17.885Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-02-05T06:01:17.885Z] OK: 217 MiB in 51 packages [2021-02-05T06:01:18.492Z] ---> Running in 1f7436292aff [2021-02-05T06:01:18.492Z] Removing intermediate container 78dbeeff374b [2021-02-05T06:01:18.492Z] ---> 97c2fcdcb7b0 [2021-02-05T06:01:18.492Z] Step 31/31 : LABEL version=0.0.0 [2021-02-05T06:01:19.247Z] ---> Running in 4e27828d8ff6 [2021-02-05T06:01:20.247Z] Removing intermediate container 4e27828d8ff6 [2021-02-05T06:01:20.247Z] ---> eed1fb3a3a4e [2021-02-05T06:01:20.247Z] [2021-02-05T06:01:20.247Z] Removing intermediate container 46158e6286be [2021-02-05T06:01:20.247Z] ---> 86fcae223b0b [2021-02-05T06:01:20.247Z] Step 6/22 : COPY go.mod . [2021-02-05T06:01:21.263Z] Successfully built eed1fb3a3a4e [2021-02-05T06:01:21.263Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-02-05T06:01:21.263Z] Building docker-security-secretstore-setup-go [2021-02-05T06:01:21.542Z]  Building docker-security-bootstrapper-go ... done  ---> dbc635432afc [2021-02-05T06:01:21.542Z] Step 7/22 : RUN go mod download [2021-02-05T06:01:21.542Z] ---> Running in 7d10facd862e [2021-02-05T06:01:24.985Z] Collecting docker-compose==1.23.2 [2021-02-05T06:01:24.985Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-02-05T06:01:24.985Z] Removing intermediate container 7d10facd862e [2021-02-05T06:01:24.985Z] ---> acf291dd0cb7 [2021-02-05T06:01:24.985Z] Step 8/22 : COPY . . [2021-02-05T06:01:25.637Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-02-05T06:01:25.910Z] Collecting texttable<0.10,>=0.9.0 [2021-02-05T06:01:25.910Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-02-05T06:01:28.555Z] Collecting docopt<0.7,>=0.6.1 [2021-02-05T06:01:28.555Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-02-05T06:01:31.212Z] Collecting websocket-client<1.0,>=0.32.0 [2021-02-05T06:01:31.212Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-02-05T06:01:31.487Z] Collecting cached-property<2,>=1.2.0 [2021-02-05T06:01:31.761Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-02-05T06:01:32.364Z] Collecting dockerpty<0.5,>=0.4.1 [2021-02-05T06:01:32.364Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-02-05T06:01:35.114Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T06:01:35.114Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T06:01:35.114Z] ---> 70f5b1df8e14 [2021-02-05T06:01:35.114Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T06:01:35.114Z] ---> Using cache [2021-02-05T06:01:35.114Z] ---> d955523cc97a [2021-02-05T06:01:35.114Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T06:01:35.114Z] ---> Using cache [2021-02-05T06:01:35.114Z] ---> 77491e80c345 [2021-02-05T06:01:35.114Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-02-05T06:01:35.114Z] ---> Using cache [2021-02-05T06:01:35.114Z] ---> c052a659bc44 [2021-02-05T06:01:35.114Z] Step 6/23 : COPY go.mod . [2021-02-05T06:01:35.114Z] ---> Using cache [2021-02-05T06:01:35.114Z] ---> 6c471fa8bc33 [2021-02-05T06:01:35.114Z] Step 7/23 : RUN go mod download [2021-02-05T06:01:35.114Z] ---> Using cache [2021-02-05T06:01:35.114Z] ---> 8e5ea7dbe1f8 [2021-02-05T06:01:35.114Z] Step 8/23 : COPY . . [2021-02-05T06:01:35.393Z] ---> Using cache [2021-02-05T06:01:35.393Z] ---> df2a90786534 [2021-02-05T06:01:35.393Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-02-05T06:01:35.393Z] Collecting jsonschema<3,>=2.5.1 [2021-02-05T06:01:35.698Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-02-05T06:01:38.335Z] Collecting PyYAML<4,>=3.10 [2021-02-05T06:01:38.335Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-02-05T06:01:41.775Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T06:01:41.775Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-02-05T06:01:41.775Z] ---> 70f5b1df8e14 [2021-02-05T06:01:41.775Z] Step 3/23 : WORKDIR /edgex-go [2021-02-05T06:01:41.775Z] ---> Using cache [2021-02-05T06:01:41.775Z] ---> d955523cc97a [2021-02-05T06:01:41.775Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T06:01:41.775Z] ---> Using cache [2021-02-05T06:01:41.775Z] ---> 77491e80c345 [2021-02-05T06:01:41.775Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-02-05T06:01:42.065Z] ---> Running in 0e44b957ed6a [2021-02-05T06:01:42.346Z] ---> Running in e8fe482a8162 [2021-02-05T06:01:43.815Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-02-05T06:01:43.815Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-02-05T06:01:44.822Z] Collecting docker<4.0,>=3.6.0 [2021-02-05T06:01:44.822Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-02-05T06:01:44.822Z] ---> 6956165c4940 [2021-02-05T06:01:44.823Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-02-05T06:01:44.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:01:44.823Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-02-05T06:01:45.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:01:45.439Z] ---> Running in 278b7955aea6 [2021-02-05T06:01:46.435Z] OK: 217 MiB in 51 packages [2021-02-05T06:01:46.721Z] Collecting urllib3<1.25,>=1.21.1 [2021-02-05T06:01:46.721Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-02-05T06:01:47.335Z] Collecting idna<2.8,>=2.5 [2021-02-05T06:01:47.335Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-02-05T06:01:47.948Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-02-05T06:01:47.948Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-02-05T06:01:47.948Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-02-05T06:01:48.554Z] Collecting docker-pycreds>=0.4.0 [2021-02-05T06:01:48.554Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-02-05T06:01:48.832Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-02-05T06:01:48.832Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-02-05T06:01:48.832Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-02-05T06:01:48.832Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-02-05T06:01:49.109Z] Removing intermediate container e8fe482a8162 [2021-02-05T06:01:49.109Z] ---> 38a2da63eb35 [2021-02-05T06:01:49.109Z] Step 6/23 : COPY go.mod . [2021-02-05T06:01:50.099Z] Installing collected packages: texttable, docopt, websocket-client, cached-property, dockerpty, jsonschema, PyYAML, urllib3, idna, requests, docker-pycreds, docker, docker-compose [2021-02-05T06:01:50.099Z] Running setup.py install for texttable: started [2021-02-05T06:01:50.703Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-02-05T06:01:50.703Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-02-05T06:01:50.703Z] ---> 70f5b1df8e14 [2021-02-05T06:01:50.703Z] Step 3/24 : WORKDIR /edgex-go [2021-02-05T06:01:50.703Z] ---> Using cache [2021-02-05T06:01:50.703Z] ---> d955523cc97a [2021-02-05T06:01:50.703Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T06:01:50.703Z] ---> Using cache [2021-02-05T06:01:50.703Z] ---> 77491e80c345 [2021-02-05T06:01:50.703Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-02-05T06:01:50.703Z] ---> Using cache [2021-02-05T06:01:50.703Z] ---> c052a659bc44 [2021-02-05T06:01:50.703Z] Step 6/24 : COPY go.mod . [2021-02-05T06:01:50.703Z] ---> Using cache [2021-02-05T06:01:50.703Z] ---> 6c471fa8bc33 [2021-02-05T06:01:50.703Z] Step 7/24 : RUN go mod download [2021-02-05T06:01:50.703Z] ---> Using cache [2021-02-05T06:01:50.703Z] ---> 8e5ea7dbe1f8 [2021-02-05T06:01:50.703Z] Step 8/24 : COPY . . [2021-02-05T06:01:50.703Z] ---> bd77b43fc29f [2021-02-05T06:01:50.703Z] Step 7/23 : RUN go mod download [2021-02-05T06:01:50.703Z] ---> Using cache [2021-02-05T06:01:50.703Z] ---> df2a90786534 [2021-02-05T06:01:50.703Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-02-05T06:01:50.988Z] ---> Running in a51faa182d3a [2021-02-05T06:01:50.988Z] ---> Running in 8602398a9285 [2021-02-05T06:01:52.990Z] Running setup.py install for texttable: finished with status 'done' [2021-02-05T06:01:52.990Z] Running setup.py install for docopt: started [2021-02-05T06:01:53.268Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-02-05T06:01:55.938Z] Running setup.py install for docopt: finished with status 'done' [2021-02-05T06:01:55.938Z] Removing intermediate container 8602398a9285 [2021-02-05T06:01:55.938Z] ---> 60c56f1c3eec [2021-02-05T06:01:55.938Z] Step 8/23 : COPY . . [2021-02-05T06:01:55.938Z] Running setup.py install for dockerpty: started [2021-02-05T06:02:00.253Z] Running setup.py install for dockerpty: finished with status 'done' [2021-02-05T06:02:00.527Z] Running setup.py install for PyYAML: started [2021-02-05T06:02:04.868Z] Running setup.py install for PyYAML: finished with status 'done' [2021-02-05T06:02:04.868Z] Attempting uninstall: urllib3 [2021-02-05T06:02:04.868Z] Found existing installation: urllib3 1.25.9 [2021-02-05T06:02:04.868Z] Uninstalling urllib3-1.25.9: [2021-02-05T06:02:04.868Z] Successfully uninstalled urllib3-1.25.9 [2021-02-05T06:02:05.143Z] Attempting uninstall: idna [2021-02-05T06:02:05.144Z] Found existing installation: idna 2.9 [2021-02-05T06:02:05.144Z] Uninstalling idna-2.9: [2021-02-05T06:02:05.419Z] Successfully uninstalled idna-2.9 [2021-02-05T06:02:06.854Z] Attempting uninstall: requests [2021-02-05T06:02:06.854Z] Found existing installation: requests 2.23.0 [2021-02-05T06:02:06.854Z] Uninstalling requests-2.23.0: [2021-02-05T06:02:06.854Z] Successfully uninstalled requests-2.23.0 [2021-02-05T06:02:10.309Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-02-05T06:02:15.760Z] ---> 304a41c3f7ed [2021-02-05T06:02:15.760Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-02-05T06:02:15.760Z] ---> Running in 2eb926399f0f [2021-02-05T06:02:18.400Z] Removing intermediate container 1f7436292aff [2021-02-05T06:02:18.400Z] ---> 4018e2baac0c [2021-02-05T06:02:18.400Z] Step 21/26 : RUN apk --no-cache add curl [2021-02-05T06:02:18.400Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-02-05T06:02:18.674Z] ---> Running in 20f093cbecc9 [2021-02-05T06:02:20.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:02:20.657Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:02:21.643Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T06:02:21.643Z] (2/3) Installing libcurl (7.69.1-r3) [2021-02-05T06:02:21.643Z] (3/3) Installing curl (7.69.1-r3) [2021-02-05T06:02:21.643Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:02:21.643Z] OK: 71 MiB in 58 packages [2021-02-05T06:02:23.652Z] Removing intermediate container 20f093cbecc9 [2021-02-05T06:02:23.652Z] ---> 2b79684ab11e [2021-02-05T06:02:23.652Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-02-05T06:02:23.652Z] ---> Running in fea4d501db3e [2021-02-05T06:02:24.255Z] Removing intermediate container fea4d501db3e [2021-02-05T06:02:24.255Z] ---> f0d1637224a8 [2021-02-05T06:02:24.255Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T06:02:24.534Z] ---> Running in c16c20af1e04 [2021-02-05T06:02:25.136Z] Removing intermediate container c16c20af1e04 [2021-02-05T06:02:25.136Z] ---> 1dd627fb681e [2021-02-05T06:02:25.136Z] Step 24/26 : LABEL arch=arm64 [2021-02-05T06:02:25.414Z] ---> Running in f83de5a46ab6 [2021-02-05T06:02:26.023Z] Removing intermediate container f83de5a46ab6 [2021-02-05T06:02:26.023Z] ---> 7d0c2df80ff9 [2021-02-05T06:02:26.023Z] Step 25/26 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:02:26.305Z] ---> Running in 478c2b6a555c [2021-02-05T06:02:26.904Z] Removing intermediate container 478c2b6a555c [2021-02-05T06:02:26.904Z] ---> b70993d66477 [2021-02-05T06:02:26.904Z] Step 26/26 : LABEL version=0.0.0 [2021-02-05T06:02:27.195Z] ---> Running in 8ce1b803e512 [2021-02-05T06:02:27.790Z] Removing intermediate container 8ce1b803e512 [2021-02-05T06:02:27.790Z] ---> 9b167a910a5c [2021-02-05T06:02:27.790Z] [2021-02-05T06:02:28.394Z] Successfully built 9b167a910a5c [2021-02-05T06:02:28.394Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-02-05T06:03:07.393Z]  Building docker-sys-mgmt-agent-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-02-05T06:03:15.699Z] Removing intermediate container a51faa182d3a [2021-02-05T06:03:15.699Z] ---> c1519326a01d [2021-02-05T06:03:15.699Z] [2021-02-05T06:03:15.699Z] Step 10/24 : FROM alpine:3.12 [2021-02-05T06:03:15.699Z] ---> afeebe901d6b [2021-02-05T06:03:15.699Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-02-05T06:03:15.699Z] ---> Running in c24b092bc5cd [2021-02-05T06:03:17.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:03:17.713Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:03:18.536Z] (1/5) Installing ca-certificates (20191127-r4) [2021-02-05T06:03:18.536Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-02-05T06:03:18.536Z] (3/5) Installing libcurl (7.69.1-r3) [2021-02-05T06:03:18.536Z] (4/5) Installing curl (7.69.1-r3) [2021-02-05T06:03:18.536Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-02-05T06:03:18.536Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:03:18.536Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T06:03:19.233Z] OK: 7 MiB in 19 packages [2021-02-05T06:03:22.702Z] Removing intermediate container c24b092bc5cd [2021-02-05T06:03:22.702Z] ---> 0a677c22a340 [2021-02-05T06:03:22.702Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-02-05T06:03:22.702Z] ---> Running in 6b37f9b0ccd7 [2021-02-05T06:03:23.695Z] Removing intermediate container 6b37f9b0ccd7 [2021-02-05T06:03:23.695Z] ---> 1961b92d0035 [2021-02-05T06:03:23.695Z] Step 13/24 : WORKDIR / [2021-02-05T06:03:23.968Z] ---> Running in 566ce91d4bd4 [2021-02-05T06:03:24.249Z] Removing intermediate container 0e44b957ed6a [2021-02-05T06:03:24.249Z] ---> 008c9aba12de [2021-02-05T06:03:24.249Z] [2021-02-05T06:03:24.249Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T06:03:24.249Z] ---> afeebe901d6b [2021-02-05T06:03:24.249Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-02-05T06:03:24.249Z] ---> Using cache [2021-02-05T06:03:24.249Z] ---> dae1643cf978 [2021-02-05T06:03:24.249Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T06:03:24.249Z] ---> Using cache [2021-02-05T06:03:24.249Z] ---> d8d6afeaa3c5 [2021-02-05T06:03:24.249Z] Step 13/23 : ENV APP_PORT=48082 [2021-02-05T06:03:24.521Z] ---> Running in 41409734eb14 [2021-02-05T06:03:24.799Z] Removing intermediate container 566ce91d4bd4 [2021-02-05T06:03:24.799Z] ---> 6b54bd1032b2 [2021-02-05T06:03:24.799Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-02-05T06:03:25.794Z] Removing intermediate container 41409734eb14 [2021-02-05T06:03:25.794Z] ---> 42e91e5ce57a [2021-02-05T06:03:25.794Z] Step 14/23 : EXPOSE $APP_PORT [2021-02-05T06:03:26.072Z] ---> Running in b6c7360fba48 [2021-02-05T06:03:26.680Z] ---> 52d22ee9f5ce [2021-02-05T06:03:26.680Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-02-05T06:03:27.280Z] Removing intermediate container b6c7360fba48 [2021-02-05T06:03:27.280Z] ---> 1d7b4d3b146b [2021-02-05T06:03:27.280Z] Step 15/23 : WORKDIR / [2021-02-05T06:03:27.880Z] ---> Running in 8b8fe9ce5adb [2021-02-05T06:03:28.882Z] ---> 95b00e37404c [2021-02-05T06:03:28.882Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-02-05T06:03:29.169Z] Removing intermediate container 8b8fe9ce5adb [2021-02-05T06:03:29.169Z] ---> 86abafd3d136 [2021-02-05T06:03:29.169Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T06:03:30.155Z] Removing intermediate container 278b7955aea6 [2021-02-05T06:03:30.155Z] ---> e0a3579ed804 [2021-02-05T06:03:30.155Z] [2021-02-05T06:03:30.431Z] Step 10/22 : FROM alpine:3.12 [2021-02-05T06:03:30.431Z] ---> afeebe901d6b [2021-02-05T06:03:30.431Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-02-05T06:03:30.431Z] ---> 9e7dc522c074 [2021-02-05T06:03:30.431Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-02-05T06:03:30.706Z] ---> Running in 8c327a281c8c [2021-02-05T06:03:30.706Z] ---> 3e5f122fd636 [2021-02-05T06:03:30.706Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-02-05T06:03:32.707Z] ---> 4b2faa517b0d [2021-02-05T06:03:32.707Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-02-05T06:03:32.981Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:03:33.258Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:03:33.857Z] ---> e06c1e2726c0 [2021-02-05T06:03:33.857Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-02-05T06:03:33.857Z] (1/2) Installing ca-certificates (20191127-r4) [2021-02-05T06:03:34.141Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-02-05T06:03:34.141Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:03:34.141Z] Executing ca-certificates-20191127-r4.trigger [2021-02-05T06:03:34.421Z] OK: 6 MiB in 16 packages [2021-02-05T06:03:35.026Z] ---> 59ec2259d5a8 [2021-02-05T06:03:35.026Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-02-05T06:03:35.302Z] ---> a6f0d210aa50 [2021-02-05T06:03:35.302Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-02-05T06:03:35.576Z] ---> Running in d1bad594892c [2021-02-05T06:03:36.179Z] ---> 159e4b3af99e [2021-02-05T06:03:36.179Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-02-05T06:03:36.454Z] Removing intermediate container d1bad594892c [2021-02-05T06:03:36.454Z] ---> 3fab2873d5e2 [2021-02-05T06:03:36.454Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T06:03:36.454Z] ---> Running in a175ff041863 [2021-02-05T06:03:36.454Z] ---> Running in ddd647d4e7ee [2021-02-05T06:03:36.735Z] Removing intermediate container 8c327a281c8c [2021-02-05T06:03:36.735Z] ---> 871d89e3a648 [2021-02-05T06:03:36.736Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-02-05T06:03:37.010Z] ---> Running in 3ae77c6b43a3 [2021-02-05T06:03:37.616Z] Removing intermediate container a175ff041863 [2021-02-05T06:03:37.616Z] ---> a71c1bff91d0 [2021-02-05T06:03:37.616Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T06:03:37.616Z] ---> Running in c774dceb39d5 [2021-02-05T06:03:37.913Z] Removing intermediate container 3ae77c6b43a3 [2021-02-05T06:03:37.913Z] ---> 4ada1919affd [2021-02-05T06:03:37.913Z] Step 13/22 : ENV APP_PORT=48060 [2021-02-05T06:03:37.913Z] ---> Running in 27ff2a242c2f [2021-02-05T06:03:38.202Z] Removing intermediate container c774dceb39d5 [2021-02-05T06:03:38.202Z] ---> 9500a76b5b68 [2021-02-05T06:03:38.202Z] Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:03:38.475Z] ---> Running in d7a67553c009 [2021-02-05T06:03:38.753Z] Removing intermediate container 27ff2a242c2f [2021-02-05T06:03:38.753Z] ---> 5f13db8647b9 [2021-02-05T06:03:38.753Z] Step 14/22 : EXPOSE $APP_PORT [2021-02-05T06:03:39.036Z] ---> Running in 3facbd823ef0 [2021-02-05T06:03:39.314Z] Removing intermediate container d7a67553c009 [2021-02-05T06:03:39.314Z] ---> 59bab9373942 [2021-02-05T06:03:39.314Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T06:03:39.314Z] ---> Running in 65d821eed558 [2021-02-05T06:03:39.591Z] Removing intermediate container 3facbd823ef0 [2021-02-05T06:03:39.591Z] ---> 8cb4dc9aefad [2021-02-05T06:03:39.591Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T06:03:39.863Z] Removing intermediate container ddd647d4e7ee [2021-02-05T06:03:39.863Z] ---> f8e09434bada [2021-02-05T06:03:39.863Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-02-05T06:03:39.863Z] Removing intermediate container 65d821eed558 [2021-02-05T06:03:39.863Z] ---> 2916c968af4f [2021-02-05T06:03:39.863Z] [2021-02-05T06:03:40.137Z] ---> Running in cb7c1a706ef2 [2021-02-05T06:03:40.410Z] Successfully built 2916c968af4f [2021-02-05T06:03:40.410Z] Successfully tagged docker-core-command-go-arm64:latest [2021-02-05T06:03:40.683Z]  Building docker-core-command-go ... done Removing intermediate container cb7c1a706ef2 [2021-02-05T06:03:40.684Z] ---> 56cf4e1064f9 [2021-02-05T06:03:40.684Z] Step 22/24 : LABEL arch=arm64 [2021-02-05T06:03:40.684Z] ---> a69ce3f7d8f1 [2021-02-05T06:03:40.684Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-02-05T06:03:40.958Z] ---> Running in ad076436ebd0 [2021-02-05T06:03:41.938Z] Removing intermediate container ad076436ebd0 [2021-02-05T06:03:41.938Z] ---> 56b7d1071cf8 [2021-02-05T06:03:41.938Z] Step 23/24 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:03:42.542Z] ---> 0afc0818821d [2021-02-05T06:03:42.542Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-02-05T06:03:42.542Z] ---> Running in ce6cd7f39961 [2021-02-05T06:03:43.156Z] Removing intermediate container ce6cd7f39961 [2021-02-05T06:03:43.156Z] ---> de99252eb47c [2021-02-05T06:03:43.156Z] Step 24/24 : LABEL version=0.0.0 [2021-02-05T06:03:43.439Z] ---> Running in 3a32cda202b5 [2021-02-05T06:03:43.439Z] ---> b07ed44ee001 [2021-02-05T06:03:43.439Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-02-05T06:03:43.710Z] ---> Running in 65395c8b832f [2021-02-05T06:03:43.982Z] Removing intermediate container 3a32cda202b5 [2021-02-05T06:03:43.982Z] ---> 905b887d3eb9 [2021-02-05T06:03:43.982Z] [2021-02-05T06:03:44.255Z] Removing intermediate container 65395c8b832f [2021-02-05T06:03:44.255Z] ---> a4c3f4ffe9ae [2021-02-05T06:03:44.255Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T06:03:44.547Z] Successfully built 905b887d3eb9 [2021-02-05T06:03:44.547Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-02-05T06:03:44.547Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in 912a93eb402d [2021-02-05T06:03:45.161Z] Removing intermediate container 912a93eb402d [2021-02-05T06:03:45.161Z] ---> d70aad4015bd [2021-02-05T06:03:45.161Z] Step 20/22 : LABEL arch=arm64 [2021-02-05T06:03:45.161Z] ---> Running in 2420a15d6829 [2021-02-05T06:03:45.761Z] Removing intermediate container 2420a15d6829 [2021-02-05T06:03:45.761Z] ---> 31bf7f061976 [2021-02-05T06:03:45.761Z] Step 21/22 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:03:45.761Z] ---> Running in 15756ce03021 [2021-02-05T06:03:46.352Z] Removing intermediate container 15756ce03021 [2021-02-05T06:03:46.352Z] ---> 57e2605222ae [2021-02-05T06:03:46.352Z] Step 22/22 : LABEL version=0.0.0 [2021-02-05T06:03:46.352Z] ---> Running in d38ed668a363 [2021-02-05T06:03:46.948Z] Removing intermediate container d38ed668a363 [2021-02-05T06:03:46.948Z] ---> 5f8c3aadbbd6 [2021-02-05T06:03:46.948Z] [2021-02-05T06:03:47.221Z] Successfully built 5f8c3aadbbd6 [2021-02-05T06:03:47.221Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-02-05T06:03:50.598Z]  Building docker-support-notifications-go ... done Removing intermediate container 2eb926399f0f [2021-02-05T06:03:50.598Z] ---> 316779e4c078 [2021-02-05T06:03:50.598Z] [2021-02-05T06:03:50.598Z] Step 10/23 : FROM alpine:3.12 [2021-02-05T06:03:50.598Z] ---> afeebe901d6b [2021-02-05T06:03:50.598Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-02-05T06:03:50.598Z] ---> Running in cfa122333f99 [2021-02-05T06:03:50.868Z] Removing intermediate container cfa122333f99 [2021-02-05T06:03:50.868Z] ---> 7080e871218a [2021-02-05T06:03:50.868Z] Step 12/23 : ENV APP_PORT=48080 [2021-02-05T06:03:51.141Z] ---> Running in 12c3340b54ac [2021-02-05T06:03:51.411Z] Removing intermediate container 12c3340b54ac [2021-02-05T06:03:51.411Z] ---> 8ad00580e46f [2021-02-05T06:03:51.411Z] Step 13/23 : EXPOSE $APP_PORT [2021-02-05T06:03:51.682Z] ---> Running in 929acf785d0b [2021-02-05T06:03:52.277Z] Removing intermediate container 929acf785d0b [2021-02-05T06:03:52.277Z] ---> 0a460a071c5d [2021-02-05T06:03:52.277Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-02-05T06:03:52.277Z] ---> Running in fb3e0544d9a3 [2021-02-05T06:03:54.253Z] Removing intermediate container fb3e0544d9a3 [2021-02-05T06:03:54.253Z] ---> 50b56e95e025 [2021-02-05T06:03:54.253Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-02-05T06:03:54.528Z] ---> Running in f39b3a467546 [2021-02-05T06:03:55.505Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-02-05T06:03:56.477Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-02-05T06:03:58.434Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-02-05T06:03:58.704Z] (2/6) Installing libgcc (9.3.0-r2) [2021-02-05T06:03:58.704Z] (3/6) Installing libsodium (1.0.18-r0) [2021-02-05T06:03:58.704Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-02-05T06:03:59.670Z] (5/6) Installing libzmq (4.3.3-r0) [2021-02-05T06:03:59.670Z] (6/6) Installing zeromq (4.3.3-r0) [2021-02-05T06:03:59.943Z] Executing busybox-1.31.1-r19.trigger [2021-02-05T06:03:59.943Z] OK: 8 MiB in 20 packages [2021-02-05T06:04:00.923Z] Removing intermediate container f39b3a467546 [2021-02-05T06:04:00.923Z] ---> 7ca8b1db5073 [2021-02-05T06:04:00.923Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-02-05T06:04:01.899Z] ---> 377abcc1bbe8 [2021-02-05T06:04:01.899Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-02-05T06:04:02.873Z] ---> 35b3a0d22dbc [2021-02-05T06:04:02.873Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-02-05T06:04:03.848Z] ---> 47fda7409ed9 [2021-02-05T06:04:03.848Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-02-05T06:04:03.848Z] ---> Running in 7df5a6d84aa2 [2021-02-05T06:04:04.444Z] Removing intermediate container 7df5a6d84aa2 [2021-02-05T06:04:04.444Z] ---> 967510b6ddf6 [2021-02-05T06:04:04.444Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-02-05T06:04:04.444Z] ---> Running in 5633b9372462 [2021-02-05T06:04:04.718Z] Removing intermediate container 5633b9372462 [2021-02-05T06:04:04.718Z] ---> 0dc77ca8fd59 [2021-02-05T06:04:04.718Z] Step 21/23 : LABEL arch=arm64 [2021-02-05T06:04:04.993Z] ---> Running in ea38f2f7a874 [2021-02-05T06:04:05.266Z] Removing intermediate container ea38f2f7a874 [2021-02-05T06:04:05.266Z] ---> 6cc8ec604131 [2021-02-05T06:04:05.266Z] Step 22/23 : LABEL git_sha=93923f5d86e2a23836b4f0dca9bc222f230241bf [2021-02-05T06:04:05.539Z] ---> Running in 6a7e6e95757a [2021-02-05T06:04:06.131Z] Removing intermediate container 6a7e6e95757a [2021-02-05T06:04:06.131Z] ---> d63f97e95f74 [2021-02-05T06:04:06.131Z] Step 23/23 : LABEL version=0.0.0 [2021-02-05T06:04:06.131Z] ---> Running in b2b8bbc23630 [2021-02-05T06:04:06.401Z] Removing intermediate container b2b8bbc23630 [2021-02-05T06:04:06.401Z] ---> 99f4937207ce [2021-02-05T06:04:06.671Z] [2021-02-05T06:04:06.942Z] Successfully built 99f4937207ce [2021-02-05T06:04:06.942Z] Successfully tagged docker-core-data-go-arm64:latest [2021-02-05T06:04:07.227Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-02-05T06:04:07.404Z] $ docker stop --time=1 67a61f78104d80fa859b41bd480fe9a6101337d420fd47f1251ea767bf758364 [2021-02-05T06:04:09.325Z] $ docker rm -f 67a61f78104d80fa859b41bd480fe9a6101337d420fd47f1251ea767bf758364 [Pipeline] // withDockerContainer [Pipeline] sh [2021-02-05T06:04:09.787Z] + docker images [2021-02-05T06:04:09.787Z] + grep docker [2021-02-05T06:04:10.056Z] docker-core-data-go-arm64 latest 99f4937207ce 4 seconds ago 21MB [2021-02-05T06:04:10.056Z] docker-support-notifications-go-arm64 latest 5f8c3aadbbd6 24 seconds ago 16.7MB [2021-02-05T06:04:10.056Z] docker-security-secretstore-setup-go-arm64 latest 905b887d3eb9 27 seconds ago 23.4MB [2021-02-05T06:04:10.056Z] docker-core-command-go-arm64 latest 2916c968af4f 31 seconds ago 16MB [2021-02-05T06:04:10.056Z] docker-sys-mgmt-agent-go-arm64 latest 9b167a910a5c About a minute ago 300MB [2021-02-05T06:04:10.056Z] docker-security-bootstrapper-go-arm64 latest eed1fb3a3a4e 2 minutes ago 22.6MB [2021-02-05T06:04:10.056Z] docker-core-metadata-go-arm64 latest 29d8a3c44f65 3 minutes ago 17.7MB [2021-02-05T06:04:10.056Z] docker-support-scheduler-go-arm64 latest 133fffc5f678 3 minutes ago 16.1MB [2021-02-05T06:04:10.056Z] docker-security-proxy-setup-go-arm64 latest 07a34432e425 3 minutes ago 23.2MB [2021-02-05T06:04:10.056Z] docker 20.10.0 eeaf43b92773 8 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-02-05T06:04:11.957Z] provisioning config files... [2021-02-05T06:04:11.988Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/3@tmp/config3335754854506807739tmp [Pipeline] { [Pipeline] sh [2021-02-05T06:04:12.417Z] + set +x [2021-02-05T06:04:12.417Z] + curl -s https://codecov.io/bash [2021-02-05T06:04:12.417Z] + bash -s -- [2021-02-05T06:04:13.014Z] [2021-02-05T06:04:13.014Z] _____ _ [2021-02-05T06:04:13.014Z] / ____| | | [2021-02-05T06:04:13.014Z] | | ___ __| | ___ ___ _____ __ [2021-02-05T06:04:13.014Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-02-05T06:04:13.014Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-02-05T06:04:13.014Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-02-05T06:04:13.014Z] Bash-20210129-7c25fce [2021-02-05T06:04:13.014Z] [2021-02-05T06:04:13.014Z] [2021-02-05T06:04:13.014Z] ==> git version 2.24.3 found [2021-02-05T06:04:13.014Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-02-05T06:04:13.014Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-02-05T06:04:13.014Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-02-05T06:04:13.014Z] ==> Jenkins CI detected. [2021-02-05T06:04:13.014Z] project root: . [2021-02-05T06:04:13.014Z] --> token set from env [2021-02-05T06:04:13.014Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-02-05T06:04:13.014Z] ==> Running gcov in . (disable via -X gcov) [2021-02-05T06:04:13.014Z] ==> Python coveragepy not found [2021-02-05T06:04:13.014Z] ==> Searching for coverage reports in: [2021-02-05T06:04:13.014Z] + . [2021-02-05T06:04:13.014Z] -> Found 1 reports [2021-02-05T06:04:13.014Z] ==> Detecting git/mercurial file structure [2021-02-05T06:04:13.014Z] ==> Reading reports [2021-02-05T06:04:13.014Z] + ./coverage.out bytes=587103 [2021-02-05T06:04:13.014Z] ==> Appending adjustments [2021-02-05T06:04:13.014Z] https://docs.codecov.io/docs/fixing-reports [2021-02-05T06:04:16.377Z] + Found adjustments [2021-02-05T06:04:16.377Z] ==> Gzipping contents [2021-02-05T06:04:16.377Z] 88K /tmp/codecov.AveQSH.gz [2021-02-05T06:04:16.377Z] ==> Uploading reports [2021-02-05T06:04:16.377Z] url: https://codecov.io [2021-02-05T06:04:16.377Z] query: branch=PR-3134&commit=93923f5d86e2a23836b4f0dca9bc222f230241bf&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= [2021-02-05T06:04:16.377Z] -> Pinging Codecov [2021-02-05T06:04:16.377Z] https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-3134&commit=93923f5d86e2a23836b4f0dca9bc222f230241bf&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3134%2F3%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3134&job=&cmd_args= [2021-02-05T06:04:16.952Z] -> Uploading to [2021-02-05T06:04:16.952Z] https://storage.googleapis.com/codecov/v4/raw/2021-02-05/00271124DB129430A58F1EEE437C3FCB/93923f5d86e2a23836b4f0dca9bc222f230241bf/730b944f-fe7a-4b71-830a-f992ff324d61.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210205%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210205T060416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=20a21f0707f160064cffb8a8629b7315348f3f92b264c328a584e8296f3d0b71 [2021-02-05T06:04:16.952Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-02-05T06:04:16.952Z] Dload Upload Total Spent Left Speed [2021-02-05T06:04:17.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 88377 0 0 100 88377 0 144k --:--:-- --:--:-- --:--:-- 144k [2021-02-05T06:04:17.530Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/93923f5d86e2a23836b4f0dca9bc222f230241bf [Pipeline] } [2021-02-05T06:04:17.542Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:19.856Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:20.745Z] ---> package-listing.sh [2021-02-05T06:04:20.745Z] ++ facter osfamily [2021-02-05T06:04:20.745Z] ++ tr '[:upper:]' '[:lower:]' [2021-02-05T06:04:20.745Z] + OS_FAMILY=redhat [2021-02-05T06:04:20.745Z] + workspace=/w/workspace/edgex-go/3 [2021-02-05T06:04:20.745Z] + START_PACKAGES=/tmp/packages_start.txt [2021-02-05T06:04:20.745Z] + END_PACKAGES=/tmp/packages_end.txt [2021-02-05T06:04:20.745Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-02-05T06:04:20.745Z] + PACKAGES=/tmp/packages_start.txt [2021-02-05T06:04:20.745Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-05T06:04:20.745Z] + PACKAGES=/tmp/packages_end.txt [2021-02-05T06:04:20.745Z] + case "${OS_FAMILY}" in [2021-02-05T06:04:20.745Z] + rpm -qa [2021-02-05T06:04:20.745Z] + sort [2021-02-05T06:04:26.066Z] + '[' -f /tmp/packages_start.txt ']' [2021-02-05T06:04:26.066Z] + '[' -f /tmp/packages_end.txt ']' [2021-02-05T06:04:26.066Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-02-05T06:04:26.066Z] + '[' /w/workspace/edgex-go/3 ']' [2021-02-05T06:04:26.066Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2021-02-05T06:04:26.066Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2021-02-05T06:04:26.079Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-02-05T06:04:26.439Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-02-05T06:04:26.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T06:04:26.744Z] [2021-02-05T06:04:26.744Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-02-05T06:04:27.090Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T06:04:27.090Z] alpine: Pulling from edgex-lftools-log-publisher [2021-02-05T06:04:27.090Z] df20fa9351a1: Pulling fs layer [2021-02-05T06:04:27.090Z] 36b3adc4ff6f: Pulling fs layer [2021-02-05T06:04:27.090Z] 8ad3a11d3b57: Pulling fs layer [2021-02-05T06:04:27.090Z] 46f8f816bc3b: Pulling fs layer [2021-02-05T06:04:27.090Z] 93b61091891f: Pulling fs layer [2021-02-05T06:04:27.090Z] 93b9cdb0e59b: Pulling fs layer [2021-02-05T06:04:27.090Z] 5e14af77c1be: Pulling fs layer [2021-02-05T06:04:27.090Z] 01666e4c0597: Pulling fs layer [2021-02-05T06:04:27.090Z] aa168da1d23b: Pulling fs layer [2021-02-05T06:04:27.090Z] 93b9cdb0e59b: Waiting [2021-02-05T06:04:27.090Z] 5e14af77c1be: Waiting [2021-02-05T06:04:27.090Z] 46f8f816bc3b: Waiting [2021-02-05T06:04:27.090Z] 93b61091891f: Waiting [2021-02-05T06:04:27.090Z] 01666e4c0597: Waiting [2021-02-05T06:04:27.090Z] 36b3adc4ff6f: Verifying Checksum [2021-02-05T06:04:27.091Z] 36b3adc4ff6f: Download complete [2021-02-05T06:04:27.091Z] 46f8f816bc3b: Verifying Checksum [2021-02-05T06:04:27.091Z] 46f8f816bc3b: Download complete [2021-02-05T06:04:27.353Z] 93b61091891f: Download complete [2021-02-05T06:04:27.353Z] 93b9cdb0e59b: Verifying Checksum [2021-02-05T06:04:27.353Z] 93b9cdb0e59b: Download complete [2021-02-05T06:04:27.353Z] df20fa9351a1: Verifying Checksum [2021-02-05T06:04:27.353Z] df20fa9351a1: Download complete [2021-02-05T06:04:27.353Z] 5e14af77c1be: Verifying Checksum [2021-02-05T06:04:27.353Z] 5e14af77c1be: Download complete [2021-02-05T06:04:27.353Z] 01666e4c0597: Verifying Checksum [2021-02-05T06:04:27.353Z] 01666e4c0597: Download complete [2021-02-05T06:04:27.615Z] 8ad3a11d3b57: Verifying Checksum [2021-02-05T06:04:27.615Z] 8ad3a11d3b57: Download complete [2021-02-05T06:04:27.615Z] df20fa9351a1: Pull complete [2021-02-05T06:04:27.878Z] 36b3adc4ff6f: Pull complete [2021-02-05T06:04:28.839Z] 8ad3a11d3b57: Pull complete [2021-02-05T06:04:28.839Z] 46f8f816bc3b: Pull complete [2021-02-05T06:04:29.415Z] aa168da1d23b: Verifying Checksum [2021-02-05T06:04:29.415Z] aa168da1d23b: Download complete [2021-02-05T06:04:31.340Z] 93b61091891f: Pull complete [2021-02-05T06:04:31.340Z] 93b9cdb0e59b: Pull complete [2021-02-05T06:04:31.340Z] 5e14af77c1be: Pull complete [2021-02-05T06:04:31.340Z] 01666e4c0597: Pull complete [2021-02-05T06:04:43.672Z] aa168da1d23b: Pull complete [2021-02-05T06:04:43.672Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-02-05T06:04:43.672Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-02-05T06:04:43.672Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-02-05T06:04:43.946Z] prd-centos7-docker-4c-2g-25195 does not seem to be running inside a container [2021-02-05T06:04:43.998Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-02-05T06:04:48.177Z] $ docker top cd30a0032751e6f77a92b1b98ee8d5f5ab28ad79cb45ae78212096182aa8abcb -eo pid,comm [Pipeline] { [Pipeline] sh [2021-02-05T06:04:48.731Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-02-05T06:04:49.040Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-02-05T06:04:49.340Z] + ls /var/log/sa-host [2021-02-05T06:04:49.340Z] + sadf -c /var/log/sa-host/sa05 [2021-02-05T06:04:49.340Z] file_magic: OK [2021-02-05T06:04:49.340Z] HZ: Using current value: 100 [2021-02-05T06:04:49.340Z] file_header: OK [2021-02-05T06:04:49.340Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T06:04:49.340Z] Statistics: [2021-02-05T06:04:49.340Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-02-05T06:04:49.340Z] File successfully converted to sysstat format version 12.2.1 [2021-02-05T06:04:49.340Z] + sadf -c /var/log/sa-host/sa23 [2021-02-05T06:04:49.340Z] file_magic: OK [2021-02-05T06:04:49.340Z] HZ: Using current value: 100 [2021-02-05T06:04:49.340Z] file_header: OK [2021-02-05T06:04:49.340Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-02-05T06:04:49.340Z] Statistics: [2021-02-05T06:04:49.340Z] Hnuu...uuuununununu... [2021-02-05T06:04:49.340Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-02-05T06:04:49.969Z] provisioning config files... [2021-02-05T06:04:49.983Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config7117785792090788814tmp [Pipeline] { [Pipeline] echo [2021-02-05T06:04:50.070Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:50.368Z] ---> create-netrc.sh [Pipeline] } [2021-02-05T06:04:50.377Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-02-05T06:04:50.497Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:50.795Z] ---> python-tools-install.sh [Pipeline] echo [2021-02-05T06:04:50.806Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:51.101Z] ---> sudo-logs.sh [2021-02-05T06:04:51.101Z] Archiving 'sudo' log.. [Pipeline] echo [2021-02-05T06:04:51.112Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:51.412Z] ---> job-cost.sh [2021-02-05T06:04:51.412Z] lf-activate-venv: SKIPPING [2021-02-05T06:04:51.412Z] INFO: No Stack... [2021-02-05T06:04:52.357Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-02-05T06:04:53.303Z] INFO: Archiving Costs [Pipeline] echo [2021-02-05T06:04:53.316Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-02-05T06:04:53.615Z] ---> logs-deploy.sh [2021-02-05T06:04:53.615Z] lf-activate-venv: SKIPPING [2021-02-05T06:04:53.615Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3134/3 [2021-02-05T06:04:53.615Z] INFO: archiving workspace using pattern(s): [2021-02-05T06:04:55.534Z] Archives upload complete. [2021-02-05T06:04:55.534Z] INFO: archiving logs to Nexus [2021-02-05T06:04:56.482Z] ---> uname -a: [2021-02-05T06:04:56.482Z] Linux prd-centos7-docker-4c-2g-25195.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2021-02-05T06:04:56.482Z] [2021-02-05T06:04:56.482Z] [2021-02-05T06:04:56.482Z] ---> lscpu: [2021-02-05T06:04:56.482Z] Architecture: x86_64 [2021-02-05T06:04:56.482Z] CPU op-mode(s): 32-bit, 64-bit [2021-02-05T06:04:56.482Z] Byte Order: Little Endian [2021-02-05T06:04:56.483Z] Address sizes: 40 bits physical, 48 bits virtual [2021-02-05T06:04:56.483Z] CPU(s): 4 [2021-02-05T06:04:56.483Z] On-line CPU(s) list: 0-3 [2021-02-05T06:04:56.483Z] Thread(s) per core: 1 [2021-02-05T06:04:56.483Z] Core(s) per socket: 1 [2021-02-05T06:04:56.483Z] Socket(s): 4 [2021-02-05T06:04:56.483Z] NUMA node(s): 1 [2021-02-05T06:04:56.483Z] Vendor ID: GenuineIntel [2021-02-05T06:04:56.483Z] CPU family: 6 [2021-02-05T06:04:56.483Z] Model: 44 [2021-02-05T06:04:56.483Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2021-02-05T06:04:56.483Z] Stepping: 1 [2021-02-05T06:04:56.483Z] CPU MHz: 2933.436 [2021-02-05T06:04:56.483Z] BogoMIPS: 5866.87 [2021-02-05T06:04:56.483Z] Virtualization: VT-x [2021-02-05T06:04:56.483Z] Hypervisor vendor: KVM [2021-02-05T06:04:56.483Z] Virtualization type: full [2021-02-05T06:04:56.483Z] L1d cache: 128 KiB [2021-02-05T06:04:56.483Z] L1i cache: 128 KiB [2021-02-05T06:04:56.483Z] L2 cache: 16 MiB [2021-02-05T06:04:56.483Z] L3 cache: 64 MiB [2021-02-05T06:04:56.483Z] NUMA node0 CPU(s): 0-3 [2021-02-05T06:04:56.483Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2021-02-05T06:04:56.483Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2021-02-05T06:04:56.483Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2021-02-05T06:04:56.483Z] Vulnerability Meltdown: Mitigation; PTI [2021-02-05T06:04:56.483Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2021-02-05T06:04:56.483Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2021-02-05T06:04:56.483Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2021-02-05T06:04:56.483Z] Vulnerability Srbds: Not affected [2021-02-05T06:04:56.483Z] Vulnerability Tsx async abort: Not affected [2021-02-05T06:04:56.483Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] ---> nproc: [2021-02-05T06:04:56.483Z] 4 [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] ---> df -h: [2021-02-05T06:04:56.483Z] Filesystem Size Used Available Use% Mounted on [2021-02-05T06:04:56.483Z] overlay 50.0G 11.7G 38.2G 23% / [2021-02-05T06:04:56.483Z] tmpfs 64.0M 0 64.0M 0% /dev [2021-02-05T06:04:56.483Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2021-02-05T06:04:56.483Z] shm 64.0M 0 64.0M 0% /dev/shm [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /facter-os [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/resolv.conf [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hostname [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /etc/hosts [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/auth.log [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /run/cloud-init/result.json [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/sa-host [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /var/log/secure [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3 [2021-02-05T06:04:56.483Z] /dev/vda1 50.0G 11.7G 38.2G 23% /w/workspace/edgex-go/3@tmp [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] ---> free -m: [2021-02-05T06:04:56.483Z] total used free shared buff/cache available [2021-02-05T06:04:56.483Z] Mem: 1837 703 185 0 948 1046 [2021-02-05T06:04:56.483Z] Swap: 1023 56 967 [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] ---> ip addr: [2021-02-05T06:04:56.483Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2021-02-05T06:04:56.483Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2021-02-05T06:04:56.483Z] inet 127.0.0.1/8 scope host lo [2021-02-05T06:04:56.483Z] valid_lft forever preferred_lft forever [2021-02-05T06:04:56.483Z] inet6 ::1/128 scope host [2021-02-05T06:04:56.483Z] valid_lft forever preferred_lft forever [2021-02-05T06:04:56.483Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2021-02-05T06:04:56.483Z] link/ether fa:16:3e:ce:99:77 brd ff:ff:ff:ff:ff:ff [2021-02-05T06:04:56.483Z] inet 10.30.123.88/23 brd 10.30.123.255 scope global dynamic eth0 [2021-02-05T06:04:56.483Z] valid_lft 85174sec preferred_lft 85174sec [2021-02-05T06:04:56.483Z] inet6 fe80::f816:3eff:fece:9977/64 scope link [2021-02-05T06:04:56.483Z] valid_lft forever preferred_lft forever [2021-02-05T06:04:56.483Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2021-02-05T06:04:56.483Z] link/ether 02:42:4d:89:2d:63 brd ff:ff:ff:ff:ff:ff [2021-02-05T06:04:56.483Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2021-02-05T06:04:56.483Z] valid_lft forever preferred_lft forever [2021-02-05T06:04:56.483Z] inet6 fe80::42:4dff:fe89:2d63/64 scope link [2021-02-05T06:04:56.483Z] valid_lft forever preferred_lft forever [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] ---> sar -b -r -n DEV: [2021-02-05T06:04:56.483Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] 05:44:18 LINUX RESTART (4 CPU) [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] 05:45:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2021-02-05T06:04:56.483Z] 05:46:01 119.89 59.75 60.14 0.00 8611.65 18649.02 0.00 [2021-02-05T06:04:56.483Z] 05:47:01 311.49 111.99 199.50 0.00 5174.79 49384.82 0.00 [2021-02-05T06:04:56.483Z] 05:48:01 129.24 40.29 88.95 0.00 1682.18 10034.74 0.00 [2021-02-05T06:04:56.483Z] 05:49:01 144.13 73.91 70.22 0.00 3650.67 9685.57 0.00 [2021-02-05T06:04:56.483Z] 05:50:02 948.19 701.17 247.02 0.00 89860.88 166254.05 0.00 [2021-02-05T06:04:56.483Z] 05:51:01 2822.01 2502.26 319.75 0.00 149267.08 155403.14 0.00 [2021-02-05T06:04:56.483Z] 05:52:04 432.53 160.46 272.07 0.00 37963.97 77585.20 0.00 [2021-02-05T06:04:56.483Z] 05:53:01 2408.21 2048.14 360.07 0.00 115723.89 127047.80 0.00 [2021-02-05T06:04:56.483Z] 05:54:01 297.89 107.45 190.44 0.00 11962.09 24512.74 0.00 [2021-02-05T06:04:56.483Z] 05:55:01 2.61 1.28 1.33 0.00 221.95 20.70 0.00 [2021-02-05T06:04:56.483Z] 05:56:02 1.43 1.18 0.25 0.00 89.81 2.98 0.00 [2021-02-05T06:04:56.483Z] 05:57:01 0.25 0.00 0.25 0.00 0.00 2.66 0.00 [2021-02-05T06:04:56.483Z] 05:58:01 0.25 0.00 0.25 0.00 0.00 2.83 0.00 [2021-02-05T06:04:56.483Z] 05:59:01 0.25 0.03 0.22 0.00 1.60 2.58 0.00 [2021-02-05T06:04:56.483Z] 06:00:01 1.72 1.50 0.22 0.00 50.77 2.56 0.00 [2021-02-05T06:04:56.483Z] 06:01:01 0.95 0.07 0.88 0.00 1.73 16.79 0.00 [2021-02-05T06:04:56.483Z] 06:02:01 0.65 0.35 0.30 0.00 23.02 4.64 0.00 [2021-02-05T06:04:56.483Z] 06:03:01 0.23 0.00 0.23 0.00 0.00 3.15 0.00 [2021-02-05T06:04:56.483Z] 06:04:01 0.23 0.00 0.23 0.00 0.00 3.25 0.00 [2021-02-05T06:04:56.483Z] Average: 396.29 300.99 95.30 0.00 22155.28 33557.76 0.00 [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] 05:45:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2021-02-05T06:04:56.483Z] 05:46:01 141984 0 628508 33.40 2620 1108432 1475072 50.34 627128 906464 87740 [2021-02-05T06:04:56.483Z] 05:47:01 198816 0 764508 40.63 1492 916728 1438008 49.08 579408 830240 4004 [2021-02-05T06:04:56.483Z] 05:48:01 215572 0 821348 43.65 656 843968 1809292 61.75 697072 685500 71024 [2021-02-05T06:04:56.483Z] 05:49:01 166008 0 771068 40.98 616 943852 1425288 48.64 640608 783448 63872 [2021-02-05T06:04:56.483Z] 05:50:02 256384 0 728660 38.73 0 896500 1676424 57.21 586184 826360 13548 [2021-02-05T06:04:56.483Z] 05:51:01 190300 0 1154312 61.35 0 536932 4140856 141.32 750296 670504 56532 [2021-02-05T06:04:56.483Z] 05:52:04 80012 0 782288 41.58 0 1019244 1883460 64.28 702260 849196 99476 [2021-02-05T06:04:56.483Z] 05:53:01 77672 0 828424 44.03 0 975448 2575180 87.89 674476 879672 62528 [2021-02-05T06:04:56.483Z] 05:54:01 542740 0 630264 33.50 0 708540 1212840 41.39 522064 575816 20 [2021-02-05T06:04:56.483Z] 05:55:01 536812 0 630044 33.49 0 714688 1186212 40.48 525712 579292 16 [2021-02-05T06:04:56.483Z] 05:56:02 535320 0 628836 33.42 0 717388 1178968 40.24 524816 581880 12 [2021-02-05T06:04:56.483Z] 05:57:01 535072 0 629072 33.43 0 717400 1178968 40.24 524952 581888 8 [2021-02-05T06:04:56.483Z] 05:58:01 535260 0 628876 33.42 0 717408 1178968 40.24 524956 581888 8 [2021-02-05T06:04:56.483Z] 05:59:01 534580 0 629560 33.46 0 717404 1179076 40.24 525272 581924 8 [2021-02-05T06:04:56.483Z] 06:00:01 533108 0 630128 33.49 0 718308 1179100 40.24 525516 582768 24 [2021-02-05T06:04:56.483Z] 06:01:01 531844 0 631380 33.56 0 718320 1181408 40.32 526104 582772 8 [2021-02-05T06:04:56.483Z] 06:02:01 531944 0 630612 33.52 0 718988 1179596 40.26 525928 583332 16 [2021-02-05T06:04:56.483Z] 06:03:01 531852 0 630692 33.52 0 719000 1179632 40.26 525996 583332 8 [2021-02-05T06:04:56.483Z] 06:04:01 531892 0 630648 33.52 0 719004 1179548 40.26 525756 583332 8 [2021-02-05T06:04:56.483Z] Average: 379325 0 705749 37.51 283 796187 1549363 52.88 580763 675243 24151 [2021-02-05T06:04:56.483Z] [2021-02-05T06:04:56.483Z] 05:45:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2021-02-05T06:04:56.483Z] 05:46:01 eth0 996.73 1027.06 3457.59 133.65 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:46:01 docker0 868.62 750.03 71.25 2721.30 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:47:01 veth9b37490 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:47:01 eth0 477.10 343.07 3670.26 38.43 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:47:01 docker0 111.61 177.07 8.08 828.02 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:48:01 veth9b37490 0.25 0.27 0.02 0.03 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:48:01 eth0 39.61 26.23 23.23 65.64 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:48:01 docker0 0.25 0.23 0.02 0.02 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:49:01 veth9b37490 1.22 1.22 0.10 0.10 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:49:01 eth0 23.49 13.18 19.75 10.55 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:49:01 docker0 1.22 1.22 0.08 0.10 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:50:02 vethd0a34c4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:50:02 eth0 197.91 160.99 1676.89 80.80 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:51:01 vethd62b81f 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:51:01 veth289842a 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:51:01 vethd0a34c4 0.00 0.34 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:51:01 eth0 46.20 26.31 162.78 8.73 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:52:04 veth3e8ab93 24.98 48.28 1.67 271.67 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:52:04 vethd0a34c4 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:52:04 eth0 231.97 165.22 1676.09 71.86 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:52:04 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:53:01 veth6e368a4 0.00 0.10 0.00 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:53:01 vethd0a34c4 0.00 0.09 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:53:01 eth0 71.41 48.32 106.17 79.13 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:54:01 eth0 61.79 36.35 160.55 24.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:54:01 docker0 1054.57 1063.45 83.48 4294.32 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:55:01 eth0 1.32 0.70 0.81 0.30 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:56:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:56:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:56:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:57:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:58:01 eth0 1.27 0.10 0.12 0.01 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.483Z] 05:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 05:59:01 eth0 1.52 0.57 0.61 0.39 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 05:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 05:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:00:01 eth0 1.12 0.38 0.45 0.26 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:01:01 eth0 2.25 0.25 0.43 0.16 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:02:01 eth0 2.11 0.65 0.64 0.40 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:03:01 eth0 2.18 0.58 0.67 0.40 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:04:01 eth0 1.02 0.32 0.32 0.23 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] 06:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] Average: eth0 113.46 97.03 579.34 27.08 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] Average: docker0 55.66 56.13 4.41 226.66 0.00 0.00 0.00 0.00 [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z] ---> sar -P ALL: [2021-02-05T06:04:56.484Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/05/21 _x86_64_ (4 CPU) [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z] 05:44:18 LINUX RESTART (4 CPU) [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z] 05:45:02 CPU %user %nice %system %iowait %steal %idle [2021-02-05T06:04:56.484Z] 05:46:01 all 13.12 0.00 5.53 1.84 0.30 79.22 [2021-02-05T06:04:56.484Z] 05:46:01 0 12.67 0.00 6.93 1.20 0.28 78.92 [2021-02-05T06:04:56.484Z] 05:46:01 1 15.05 0.00 6.19 3.78 0.29 74.68 [2021-02-05T06:04:56.484Z] 05:46:01 2 12.78 0.00 4.77 0.62 0.35 81.48 [2021-02-05T06:04:56.484Z] 05:46:01 3 11.97 0.00 4.23 1.72 0.28 81.81 [2021-02-05T06:04:56.484Z] 05:47:01 all 12.38 0.00 8.77 5.97 0.73 72.15 [2021-02-05T06:04:56.484Z] 05:47:01 0 12.94 0.00 9.57 4.64 0.67 72.18 [2021-02-05T06:04:56.484Z] 05:47:01 1 10.65 0.00 7.63 6.98 0.77 73.97 [2021-02-05T06:04:56.484Z] 05:47:01 2 13.43 0.00 9.40 5.47 0.69 71.01 [2021-02-05T06:04:56.484Z] 05:47:01 3 12.53 0.00 8.49 6.76 0.78 71.44 [2021-02-05T06:04:56.484Z] 05:48:01 all 56.42 0.00 11.39 3.94 0.42 27.84 [2021-02-05T06:04:56.484Z] 05:48:01 0 58.62 0.00 10.75 4.43 0.42 25.78 [2021-02-05T06:04:56.484Z] 05:48:01 1 52.24 0.00 11.31 3.26 0.48 32.71 [2021-02-05T06:04:56.484Z] 05:48:01 2 56.90 0.00 11.88 3.34 0.39 27.49 [2021-02-05T06:04:56.484Z] 05:48:01 3 57.89 0.00 11.60 4.72 0.41 25.39 [2021-02-05T06:04:56.484Z] 05:49:01 all 44.10 0.00 11.37 3.87 0.17 40.48 [2021-02-05T06:04:56.484Z] 05:49:01 0 43.23 0.00 11.27 2.97 0.17 42.35 [2021-02-05T06:04:56.484Z] 05:49:01 1 42.99 0.00 11.69 4.77 0.16 40.40 [2021-02-05T06:04:56.484Z] 05:49:01 2 43.89 0.00 11.38 4.71 0.16 39.87 [2021-02-05T06:04:56.484Z] 05:49:01 3 46.31 0.00 11.16 3.03 0.21 39.29 [2021-02-05T06:04:56.484Z] 05:50:02 all 23.81 0.00 19.42 5.50 0.27 51.00 [2021-02-05T06:04:56.484Z] 05:50:02 0 23.30 0.00 18.95 5.12 0.27 52.35 [2021-02-05T06:04:56.484Z] 05:50:02 1 24.42 0.00 18.25 5.95 0.28 51.10 [2021-02-05T06:04:56.484Z] 05:50:02 2 25.21 0.00 21.06 5.99 0.24 47.51 [2021-02-05T06:04:56.484Z] 05:50:02 3 22.30 0.00 19.41 4.95 0.28 53.06 [2021-02-05T06:04:56.484Z] 05:51:01 all 28.44 0.00 23.42 24.43 0.31 23.40 [2021-02-05T06:04:56.484Z] 05:51:01 0 27.76 0.00 23.13 24.84 0.32 23.96 [2021-02-05T06:04:56.484Z] 05:51:01 1 29.09 0.00 22.59 24.33 0.27 23.72 [2021-02-05T06:04:56.484Z] 05:51:01 2 28.31 0.00 24.05 24.59 0.36 22.70 [2021-02-05T06:04:56.484Z] 05:51:01 3 28.60 0.00 23.91 23.95 0.29 23.24 [2021-02-05T06:04:56.484Z] 05:52:04 all 44.28 0.00 16.13 19.50 0.28 19.80 [2021-02-05T06:04:56.484Z] 05:52:04 0 43.71 0.00 16.62 17.59 0.30 21.78 [2021-02-05T06:04:56.484Z] 05:52:04 1 45.13 0.00 15.79 19.83 0.25 19.01 [2021-02-05T06:04:56.484Z] 05:52:04 2 44.18 0.00 16.29 19.99 0.27 19.27 [2021-02-05T06:04:56.484Z] 05:52:04 3 44.11 0.00 15.83 20.62 0.29 19.15 [2021-02-05T06:04:56.484Z] 05:53:01 all 36.69 0.00 21.89 28.39 0.39 12.64 [2021-02-05T06:04:56.484Z] 05:53:01 0 38.19 0.00 21.55 29.56 0.39 10.30 [2021-02-05T06:04:56.484Z] 05:53:01 1 36.98 0.00 22.54 29.33 0.37 10.78 [2021-02-05T06:04:56.484Z] 05:53:01 2 33.86 0.00 21.05 27.54 0.46 17.08 [2021-02-05T06:04:56.484Z] 05:53:01 3 37.72 0.00 22.41 27.12 0.34 12.41 [2021-02-05T06:04:56.484Z] 05:54:01 all 28.42 0.00 9.46 8.17 0.11 53.84 [2021-02-05T06:04:56.484Z] 05:54:01 0 28.08 0.00 10.34 7.74 0.10 53.74 [2021-02-05T06:04:56.484Z] 05:54:01 1 28.72 0.00 9.17 10.01 0.12 51.99 [2021-02-05T06:04:56.484Z] 05:54:01 2 28.05 0.00 8.64 5.82 0.12 57.37 [2021-02-05T06:04:56.484Z] 05:54:01 3 28.85 0.00 9.69 9.10 0.10 52.25 [2021-02-05T06:04:56.484Z] 05:55:01 all 0.16 0.00 0.03 0.03 0.00 99.78 [2021-02-05T06:04:56.484Z] 05:55:01 0 0.07 0.00 0.02 0.07 0.00 99.85 [2021-02-05T06:04:56.484Z] 05:55:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 05:55:01 2 0.03 0.00 0.05 0.05 0.00 99.87 [2021-02-05T06:04:56.484Z] 05:55:01 3 0.52 0.00 0.03 0.00 0.00 99.45 [2021-02-05T06:04:56.484Z] 05:56:02 all 0.15 0.00 0.04 0.00 0.03 99.77 [2021-02-05T06:04:56.484Z] 05:56:02 0 0.00 0.00 0.03 0.02 0.00 99.95 [2021-02-05T06:04:56.484Z] 05:56:02 1 0.03 0.00 0.05 0.00 0.02 99.90 [2021-02-05T06:04:56.484Z] 05:56:02 2 0.05 0.00 0.03 0.00 0.07 99.85 [2021-02-05T06:04:56.484Z] 05:56:02 3 0.53 0.00 0.05 0.00 0.03 99.38 [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z] 05:56:02 CPU %user %nice %system %iowait %steal %idle [2021-02-05T06:04:56.484Z] 05:57:01 all 0.14 0.00 0.02 0.00 0.00 99.84 [2021-02-05T06:04:56.484Z] 05:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2021-02-05T06:04:56.484Z] 05:57:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2021-02-05T06:04:56.484Z] 05:57:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 05:57:01 3 0.51 0.00 0.02 0.00 0.00 99.48 [2021-02-05T06:04:56.484Z] 05:58:01 all 0.16 0.00 0.01 0.00 0.00 99.82 [2021-02-05T06:04:56.484Z] 05:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 05:58:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-05T06:04:56.484Z] 05:58:01 2 0.07 0.00 0.00 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 05:58:01 3 0.52 0.00 0.00 0.00 0.00 99.48 [2021-02-05T06:04:56.484Z] 05:59:01 all 0.17 0.00 0.02 0.00 0.00 99.80 [2021-02-05T06:04:56.484Z] 05:59:01 0 0.12 0.00 0.03 0.00 0.02 99.83 [2021-02-05T06:04:56.484Z] 05:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T06:04:56.484Z] 05:59:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 05:59:01 3 0.52 0.00 0.02 0.02 0.00 99.45 [2021-02-05T06:04:56.484Z] 06:00:01 all 0.16 0.00 0.05 0.02 0.00 99.76 [2021-02-05T06:04:56.484Z] 06:00:01 0 0.05 0.00 0.08 0.08 0.00 99.78 [2021-02-05T06:04:56.484Z] 06:00:01 1 0.08 0.00 0.03 0.00 0.00 99.88 [2021-02-05T06:04:56.484Z] 06:00:01 2 0.05 0.00 0.05 0.02 0.00 99.88 [2021-02-05T06:04:56.484Z] 06:00:01 3 0.47 0.00 0.03 0.00 0.02 99.48 [2021-02-05T06:04:56.484Z] 06:01:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2021-02-05T06:04:56.484Z] 06:01:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2021-02-05T06:04:56.484Z] 06:01:01 1 0.07 0.00 0.03 0.00 0.02 99.88 [2021-02-05T06:04:56.484Z] 06:01:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2021-02-05T06:04:56.484Z] 06:01:01 3 0.12 0.00 0.05 0.00 0.00 99.83 [2021-02-05T06:04:56.484Z] 06:02:01 all 0.12 0.00 0.04 0.02 0.00 99.82 [2021-02-05T06:04:56.484Z] 06:02:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 06:02:01 1 0.08 0.00 0.07 0.02 0.00 99.83 [2021-02-05T06:04:56.484Z] 06:02:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2021-02-05T06:04:56.484Z] 06:02:01 3 0.33 0.00 0.05 0.05 0.00 99.57 [2021-02-05T06:04:56.484Z] 06:03:01 all 0.16 0.00 0.01 0.00 0.01 99.82 [2021-02-05T06:04:56.484Z] 06:03:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2021-02-05T06:04:56.484Z] 06:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2021-02-05T06:04:56.484Z] 06:03:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2021-02-05T06:04:56.484Z] 06:03:01 3 0.50 0.00 0.00 0.00 0.02 99.48 [2021-02-05T06:04:56.484Z] 06:04:01 all 0.15 0.00 0.02 0.00 0.01 99.83 [2021-02-05T06:04:56.484Z] 06:04:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2021-02-05T06:04:56.484Z] 06:04:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2021-02-05T06:04:56.484Z] 06:04:01 2 0.05 0.00 0.03 0.00 0.02 99.90 [2021-02-05T06:04:56.484Z] 06:04:01 3 0.50 0.00 0.02 0.00 0.00 99.48 [2021-02-05T06:04:56.484Z] Average: all 14.83 0.00 6.52 5.16 0.16 73.34 [2021-02-05T06:04:56.484Z] Average: 0 14.83 0.00 6.62 4.98 0.15 73.43 [2021-02-05T06:04:56.484Z] Average: 1 14.67 0.00 6.41 5.51 0.16 73.25 [2021-02-05T06:04:56.484Z] Average: 2 14.73 0.00 6.59 4.98 0.16 73.54 [2021-02-05T06:04:56.484Z] Average: 3 15.09 0.00 6.46 5.16 0.16 73.14 [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z] [2021-02-05T06:04:56.484Z]