Pull request #2919 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 lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624+698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 (89ece03f2ae42e06f7659ffa703d3604a2a977f3) 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 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 a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14313 in /w/workspace/edgexfoundry_edgex-go_PR-2919 [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 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 > 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/2919/head:refs/remotes/origin/PR-2919 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 Merge succeeded, producing 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 Checking out Revision 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 (PR-2919) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 Commit message: "fix: Fix failing unit test due to removal of proxy for logging services" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-12-03T15:14:24.725Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-12-03T15:14:25.022Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-12-03T15:14:25.134Z] ========================================================= [2020-12-03T15:14:25.134Z] EdgeX Global Pipelines Version Info [2020-12-03T15:14:25.134Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f156282daf49495a134aa4e936e1e8eda4a720b5 # timeout=10 [2020-12-03T15:14:26.688Z] ------------------- [2020-12-03T15:14:26.689Z] stable info: [2020-12-03T15:14:26.689Z] ------------------- [2020-12-03T15:14:26.689Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-12-03T15:14:26.689Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T15:14:26.689Z] Message: update stable to v1.0.169 [2020-12-03T15:14:28.091Z] ------------------- [2020-12-03T15:14:28.091Z] experimental info: [2020-12-03T15:14:28.091Z] ------------------- [2020-12-03T15:14:28.091Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-12-03T15:14:28.091Z] Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 [2020-12-03T15:14:28.091Z] Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-12-03T15:14:28.405Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-12-03T15:14:28.523Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-12-03T15:14:28.626Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-12-03T15:14:28.727Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-12-03T15:14:28.828Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-12-03T15:14:28.930Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-12-03T15:14:29.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-12-03T15:14:29.145Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-12-03T15:14:29.246Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-12-03T15:14:29.343Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-12-03T15:14:29.482Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-12-03T15:14:29.579Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-12-03T15:14:29.676Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-12-03T15:14:29.772Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-12-03T15:14:29.879Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T15:14:29.978Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-12-03T15:14:30.077Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-12-03T15:14:30.180Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-12-03T15:14:30.340Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-12-03T15:14:30.485Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-12-03T15:14:30.611Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-12-03T15:14:30.708Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-12-03T15:14:30.816Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2919 [Pipeline] echo [2020-12-03T15:14:30.917Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2919 [Pipeline] echo [2020-12-03T15:14:31.044Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2919 [Pipeline] echo [2020-12-03T15:14:31.160Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [Pipeline] echo [2020-12-03T15:14:31.260Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f7cd34 [Pipeline] echo [2020-12-03T15:14:31.396Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T15:14:31.635Z] provisioning config files... [2020-12-03T15:14:31.668Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3883452415064130220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:14:32.037Z] ---> docker-login.sh [2020-12-03T15:14:32.037Z] nexus3.edgexfoundry.org:10001 [2020-12-03T15:14:32.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:14:32.913Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:14:32.913Z] Configure a credential helper to remove this warning. See [2020-12-03T15:14:32.913Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:14:32.913Z] [2020-12-03T15:14:32.913Z] Login Succeeded [2020-12-03T15:14:32.913Z] nexus3.edgexfoundry.org:10002 [2020-12-03T15:14:32.913Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:14:33.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:14:33.193Z] Configure a credential helper to remove this warning. See [2020-12-03T15:14:33.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:14:33.193Z] [2020-12-03T15:14:33.193Z] Login Succeeded [2020-12-03T15:14:33.193Z] nexus3.edgexfoundry.org:10003 [2020-12-03T15:14:33.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:14:33.488Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:14:33.488Z] Configure a credential helper to remove this warning. See [2020-12-03T15:14:33.488Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:14:33.488Z] [2020-12-03T15:14:33.488Z] Login Succeeded [2020-12-03T15:14:33.488Z] nexus3.edgexfoundry.org:10004 [2020-12-03T15:14:34.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:14:34.088Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:14:34.088Z] Configure a credential helper to remove this warning. See [2020-12-03T15:14:34.088Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:14:34.088Z] [2020-12-03T15:14:34.088Z] Login Succeeded [2020-12-03T15:14:34.088Z] docker.io [2020-12-03T15:14:34.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:14:34.646Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:14:34.646Z] Configure a credential helper to remove this warning. See [2020-12-03T15:14:34.646Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:14:34.646Z] [2020-12-03T15:14:34.646Z] Login Succeeded [2020-12-03T15:14:34.646Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T15:14:34.669Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T15:14:35.172Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] ++ dirname cmd/core-command/Dockerfile [2020-12-03T15:14:35.172Z] + echo core-command,cmd/core-command/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] ++ dirname cmd/core-data/Dockerfile [2020-12-03T15:14:35.172Z] + echo core-data,cmd/core-data/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/core-metadata/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/support-notifications/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-12-03T15:14:35.172Z] + for file in '`ls cmd/**/Dockerfile`' [2020-12-03T15:14:35.172Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-12-03T15:14:35.172Z] ++ cut -d/ -f2 [2020-12-03T15:14:35.172Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-12-03T15:14:35.291Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-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 [2020-12-03T15:14:37.150Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T15:14:37.150Z] [2020-12-03T15:14:37.150Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:14:37.541Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T15:14:37.542Z] latest: Pulling from edgex-devops/git-semver [2020-12-03T15:14:37.542Z] 31603596830f: Pulling fs layer [2020-12-03T15:14:37.542Z] 2a8b12db71e7: Pulling fs layer [2020-12-03T15:14:37.542Z] 6ca5941a6612: Pulling fs layer [2020-12-03T15:14:37.542Z] ecc8261a40a4: Pulling fs layer [2020-12-03T15:14:37.542Z] ecc8261a40a4: Waiting [2020-12-03T15:14:37.542Z] 2a8b12db71e7: Verifying Checksum [2020-12-03T15:14:37.542Z] 2a8b12db71e7: Download complete [2020-12-03T15:14:37.807Z] 31603596830f: Verifying Checksum [2020-12-03T15:14:37.807Z] 31603596830f: Download complete [2020-12-03T15:14:37.807Z] ecc8261a40a4: Verifying Checksum [2020-12-03T15:14:37.807Z] ecc8261a40a4: Download complete [2020-12-03T15:14:38.074Z] 6ca5941a6612: Verifying Checksum [2020-12-03T15:14:38.074Z] 6ca5941a6612: Download complete [2020-12-03T15:14:38.074Z] 31603596830f: Pull complete [2020-12-03T15:14:38.337Z] 2a8b12db71e7: Pull complete [2020-12-03T15:14:39.817Z] 6ca5941a6612: Pull complete [2020-12-03T15:14:40.087Z] ecc8261a40a4: Pull complete [2020-12-03T15:14:40.087Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-12-03T15:14:40.087Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-12-03T15:14:40.087Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-12-03T15:14:40.257Z] prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container [2020-12-03T15:14:40.350Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-12-03T15:14:42.712Z] $ docker top c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-12-03T15:14:43.106Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T15:14:43.106Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T15:14:43.574Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T15:14:43.582Z] $ docker exec c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent [2020-12-03T15:14:43.826Z] SSH_AUTH_SOCK=/tmp/ssh-OS8UoElSajlp/agent.11 [2020-12-03T15:14:43.826Z] SSH_AGENT_PID=17 [2020-12-03T15:14:43.838Z] Running ssh-add (command line suppressed) [2020-12-03T15:14:44.018Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_4156520646777664871.key (/w/workspace/edgex-go/3@tmp/private_key_4156520646777664871.key) [2020-12-03T15:14:44.079Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T15:14:44.432Z] + git tag --points-at HEAD [Pipeline] } [2020-12-03T15:14:44.462Z] $ docker exec --env ******** --env ******** c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent -k [2020-12-03T15:14:44.630Z] unset SSH_AUTH_SOCK; [2020-12-03T15:14:44.630Z] unset SSH_AGENT_PID; [2020-12-03T15:14:44.630Z] echo Agent pid 17 killed; [2020-12-03T15:14:44.790Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-12-03T15:14:44.954Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-12-03T15:14:44.954Z] [ssh-agent] Looking for ssh-agent implementation... [2020-12-03T15:14:45.397Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-12-03T15:14:45.407Z] $ docker exec c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent [2020-12-03T15:14:45.639Z] SSH_AUTH_SOCK=/tmp/ssh-TL99LwDV53Tj/agent.45 [2020-12-03T15:14:45.639Z] SSH_AGENT_PID=51 [2020-12-03T15:14:45.647Z] Running ssh-add (command line suppressed) [2020-12-03T15:14:45.796Z] Identity added: /w/workspace/edgex-go/3@tmp/private_key_7802133392419712541.key (/w/workspace/edgex-go/3@tmp/private_key_7802133392419712541.key) [2020-12-03T15:14:45.857Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-12-03T15:14:46.218Z] + git semver init [2020-12-03T15:14:46.218Z] # -> Open(): unable to determine branch for HEAD [2020-12-03T15:14:46.218Z] # $GIT_DIR = /w/workspace/edgex-go/3/.git [2020-12-03T15:14:46.218Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/3 [2020-12-03T15:14:46.218Z] # $SEMVER_REMOTE_NAME = origin [2020-12-03T15:14:46.218Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-12-03T15:14:46.218Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-12-03T15:14:46.218Z] # $SEMVER_BRANCH = PR-2919 [2020-12-03T15:14:46.218Z] # $SEMVER_TEMP = /tmp/semver-882659104 [2020-12-03T15:14:46.218Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-12-03T15:15:08.402Z] # '/tmp/semver-882659104' -> '/w/workspace/edgex-go/3/.semver' [2020-12-03T15:15:08.402Z] # -> Force: false [2020-12-03T15:15:08.402Z] # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } [2020-12-03T15:15:08.425Z] $ docker exec --env ******** --env ******** c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent -k [2020-12-03T15:15:08.757Z] unset SSH_AUTH_SOCK; [2020-12-03T15:15:08.757Z] unset SSH_AGENT_PID; [2020-12-03T15:15:08.757Z] echo Agent pid 51 killed; [2020-12-03T15:15:08.901Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-12-03T15:15:09.467Z] + git semver [Pipeline] } [2020-12-03T15:15:09.768Z] $ docker stop --time=1 c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 [2020-12-03T15:15:11.688Z] $ docker rm -f c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T15:15:12.353Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-12-03T15:15:13.019Z] Stashed 1 file(s) [Pipeline] echo [2020-12-03T15:15:13.022Z] [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 [2020-12-03T15:15:14.227Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2020-12-03T15:15:14.559Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T15:15:14.902Z] + sudo service docker restart [2020-12-03T15:15:14.902Z] + true [2020-12-03T15:15:14.902Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2020-12-03T15:15:15.896Z] ========================================================= [2020-12-03T15:15:15.896Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-12-03T15:15:15.896Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:15:16.273Z] + 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 . [2020-12-03T15:15:20.586Z] Sending build context to Docker daemon 326.3MB [2020-12-03T15:15:20.586Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T15:15:20.586Z] Step 2/7 : FROM ${BASE} [2020-12-03T15:15:20.586Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-12-03T15:15:20.586Z] 188c0c94c7c5: Pulling fs layer [2020-12-03T15:15:20.586Z] 0ef7d3d256c8: Pulling fs layer [2020-12-03T15:15:20.586Z] de9db76c5a1d: Pulling fs layer [2020-12-03T15:15:20.586Z] bca2f99d35d6: Pulling fs layer [2020-12-03T15:15:20.586Z] 93359f2a8cfa: Pulling fs layer [2020-12-03T15:15:20.586Z] 7c6f9722023f: Pulling fs layer [2020-12-03T15:15:20.586Z] a35cf1a2eb13: Pulling fs layer [2020-12-03T15:15:20.586Z] bca2f99d35d6: Waiting [2020-12-03T15:15:20.586Z] 93359f2a8cfa: Waiting [2020-12-03T15:15:20.586Z] 7c6f9722023f: Waiting [2020-12-03T15:15:20.586Z] a35cf1a2eb13: Waiting [2020-12-03T15:15:20.586Z] de9db76c5a1d: Verifying Checksum [2020-12-03T15:15:20.586Z] de9db76c5a1d: Download complete [2020-12-03T15:15:20.586Z] 0ef7d3d256c8: Verifying Checksum [2020-12-03T15:15:20.586Z] 0ef7d3d256c8: Download complete [2020-12-03T15:15:20.586Z] 93359f2a8cfa: Verifying Checksum [2020-12-03T15:15:20.586Z] 93359f2a8cfa: Download complete [2020-12-03T15:15:20.890Z] 7c6f9722023f: Download complete [2020-12-03T15:15:20.890Z] 188c0c94c7c5: Verifying Checksum [2020-12-03T15:15:20.890Z] 188c0c94c7c5: Download complete [2020-12-03T15:15:21.170Z] 188c0c94c7c5: Pull complete [2020-12-03T15:15:21.440Z] 0ef7d3d256c8: Pull complete [2020-12-03T15:15:21.707Z] de9db76c5a1d: Pull complete [2020-12-03T15:15:23.711Z] a35cf1a2eb13: Verifying Checksum [2020-12-03T15:15:23.711Z] a35cf1a2eb13: Download complete [2020-12-03T15:15:25.147Z] bca2f99d35d6: Verifying Checksum [2020-12-03T15:15:25.147Z] bca2f99d35d6: Download complete [2020-12-03T15:15:28.673Z] Still waiting to schedule task [2020-12-03T15:15:28.673Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline [2020-12-03T15:15:31.840Z] bca2f99d35d6: Pull complete [2020-12-03T15:15:31.841Z] 93359f2a8cfa: Pull complete [2020-12-03T15:15:32.110Z] 7c6f9722023f: Pull complete [2020-12-03T15:15:40.322Z] a35cf1a2eb13: Pull complete [2020-12-03T15:15:40.322Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2020-12-03T15:15:40.322Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-12-03T15:15:40.322Z] ---> a62c8e92a672 [2020-12-03T15:15:40.322Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T15:15:40.322Z] ---> Running in 817626e980f6 [2020-12-03T15:15:40.322Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:15:40.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:15:41.178Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T15:15:42.129Z] (2/12) Installing file (5.38-r0) [2020-12-03T15:15:42.129Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T15:15:42.129Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T15:15:46.391Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T15:15:46.391Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T15:15:46.391Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T15:15:46.391Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T15:15:46.391Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T15:15:46.391Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T15:15:46.391Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T15:15:46.659Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T15:15:46.659Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:15:46.659Z] OK: 233 MiB in 51 packages [2020-12-03T15:15:50.037Z] Removing intermediate container 817626e980f6 [2020-12-03T15:15:50.037Z] ---> 0741d0acfc00 [2020-12-03T15:15:50.037Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T15:15:50.037Z] ---> Running in 9e1931b5b95a [2020-12-03T15:15:50.037Z] Removing intermediate container 9e1931b5b95a [2020-12-03T15:15:50.037Z] ---> 519e4a6f431b [2020-12-03T15:15:50.037Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T15:15:50.625Z] latest: Pulling from library/docker [2020-12-03T15:15:50.625Z] 188c0c94c7c5: Already exists [2020-12-03T15:15:50.625Z] 0c7c675703d6: Pulling fs layer [2020-12-03T15:15:50.625Z] cc8c12a437cb: Pulling fs layer [2020-12-03T15:15:50.625Z] f092543453df: Pulling fs layer [2020-12-03T15:15:50.625Z] 65b6bc45957d: Pulling fs layer [2020-12-03T15:15:50.625Z] 4de832df471b: Pulling fs layer [2020-12-03T15:15:50.625Z] 79aa7fa92271: Pulling fs layer [2020-12-03T15:15:50.625Z] 65b6bc45957d: Waiting [2020-12-03T15:15:50.625Z] 4de832df471b: Waiting [2020-12-03T15:15:50.625Z] 79aa7fa92271: Waiting [2020-12-03T15:15:50.907Z] cc8c12a437cb: Verifying Checksum [2020-12-03T15:15:50.907Z] cc8c12a437cb: Download complete [2020-12-03T15:15:50.907Z] 0c7c675703d6: Download complete [2020-12-03T15:15:50.907Z] 65b6bc45957d: Verifying Checksum [2020-12-03T15:15:50.907Z] 65b6bc45957d: Download complete [2020-12-03T15:15:51.233Z] 4de832df471b: Verifying Checksum [2020-12-03T15:15:51.233Z] 4de832df471b: Download complete [2020-12-03T15:15:51.233Z] 79aa7fa92271: Verifying Checksum [2020-12-03T15:15:51.233Z] 79aa7fa92271: Download complete [2020-12-03T15:15:51.587Z] 0c7c675703d6: Pull complete [2020-12-03T15:15:51.910Z] cc8c12a437cb: Pull complete [2020-12-03T15:15:52.218Z] f092543453df: Verifying Checksum [2020-12-03T15:15:52.218Z] f092543453df: Download complete [2020-12-03T15:15:56.587Z] f092543453df: Pull complete [2020-12-03T15:15:56.587Z] 65b6bc45957d: Pull complete [2020-12-03T15:15:56.587Z] 4de832df471b: Pull complete [2020-12-03T15:15:56.587Z] 79aa7fa92271: Pull complete [2020-12-03T15:15:56.856Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T15:15:56.856Z] Status: Downloaded newer image for docker:latest [2020-12-03T15:15:58.923Z] ---> 9996bbeef4f0 [2020-12-03T15:15:58.923Z] Step 6/7 : COPY go.mod . [2020-12-03T15:15:59.196Z] ---> cd4d01806fe4 [2020-12-03T15:15:59.196Z] Step 7/7 : RUN go mod download [2020-12-03T15:15:59.196Z] ---> Running in ebc34e4aa5b9 [2020-12-03T15:16:21.584Z] Removing intermediate container ebc34e4aa5b9 [2020-12-03T15:16:21.584Z] ---> 54b52b3b7d53 [2020-12-03T15:16:21.584Z] Successfully built 54b52b3b7d53 [2020-12-03T15:16:21.584Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:16:21.952Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T15:16:21.953Z] . [Pipeline] withDockerContainer [2020-12-03T15:16:22.160Z] prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container [2020-12-03T15:16:22.290Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-03T15:16:23.283Z] $ docker top b2cb94adb51801060888ee19fa13ac2a13f7ccd0c8b4ea80e29c2aa65d0701ee -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T15:16:23.891Z] + go version [2020-12-03T15:16:23.891Z] go version go1.15.5 linux/amd64 [Pipeline] } [2020-12-03T15:16:23.922Z] $ docker stop --time=1 b2cb94adb51801060888ee19fa13ac2a13f7ccd0c8b4ea80e29c2aa65d0701ee [2020-12-03T15:16:25.356Z] $ docker rm -f b2cb94adb51801060888ee19fa13ac2a13f7ccd0c8b4ea80e29c2aa65d0701ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:16:26.307Z] + docker inspect -f . ci-base-image-x86_64 [2020-12-03T15:16:26.307Z] . [Pipeline] withDockerContainer [2020-12-03T15:16:26.507Z] prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container [2020-12-03T15:16:26.619Z] $ 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 ******** ci-base-image-x86_64 cat [2020-12-03T15:16:28.137Z] $ docker top 8d78b9fab1fa0945319fc8511b26404e1d052e718862f7608d1806f146f3d72f -eo pid,comm [Pipeline] { [Pipeline] echo [2020-12-03T15:16:28.362Z] ========================================================= [2020-12-03T15:16:28.362Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T15:16:28.362Z] ========================================================= [Pipeline] sh [2020-12-03T15:16:28.681Z] + make test [2020-12-03T15:16:28.681Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T15:16:41.130Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T15:17:03.390Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T15:17:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T15:17:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T15:17:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T15:17:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T15:17:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T15:17:10.254Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T15:17:13.722Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-12-03T15:17:13.722Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T15:17:13.722Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T15:17:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T15:17:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T15:17:14.312Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T15:17:14.312Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T15:17:20.951Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.175s coverage: 46.6% of statements [2020-12-03T15:17:20.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T15:17:20.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T15:17:20.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T15:17:20.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T15:17:20.951Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T15:17:21.815Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-14314 in /w/workspace/edgexfoundry_edgex-go_PR-2919 [Pipeline] { [Pipeline] ws [2020-12-03T15:17:21.950Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-03T15:17:22.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T15:17:22.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T15:17:22.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T15:17:22.417Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.5% of statements [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T15:17:22.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T15:17:23.460Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.7% of statements [2020-12-03T15:17:23.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T15:17:23.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T15:17:23.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T15:17:23.460Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T15:17:26.816Z] using credential edgex-jenkins-ssh [2020-12-03T15:17:26.878Z] Cloning the remote Git repository [2020-12-03T15:17:26.887Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.459s coverage: 28.6% of statements [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T15:17:26.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T15:17:26.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T15:17:26.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements [2020-12-03T15:17:26.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T15:17:27.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements [2020-12-03T15:17:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T15:17:27.194Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements [2020-12-03T15:17:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T15:17:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T15:17:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T15:17:27.194Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T15:17:26.930Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T15:17:27.035Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-03T15:17:27.103Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T15:17:27.103Z] > git --version # timeout=10 [2020-12-03T15:17:27.130Z] > git --version # 'git version 2.17.1' [2020-12-03T15:17:27.132Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T15:17:27.203Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 94.7% of statements [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.0% of statements [no tests to run] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements [2020-12-03T15:17:29.853Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.039s coverage: 100.0% of statements [2020-12-03T15:17:29.853Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T15:17:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 63.5% of statements [2020-12-03T15:17:31.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T15:17:31.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T15:17:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements [2020-12-03T15:17:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements [2020-12-03T15:17:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements [2020-12-03T15:17:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements [2020-12-03T15:17:31.913Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements [2020-12-03T15:17:34.052Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.511s coverage: 55.9% of statements [2020-12-03T15:17:34.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T15:17:34.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T15:17:34.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T15:17:34.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T15:17:34.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T15:17:34.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T15:17:42.531Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.246s coverage: 86.3% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.784s coverage: 72.2% of statements [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.724s coverage: 72.1% of statements [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.131s coverage: 82.4% of statements [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 37.2% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.688s coverage: 84.1% of statements [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T15:17:42.532Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements [2020-12-03T15:17:42.532Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T15:17:43.988Z] Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:17:44.468Z] Merge succeeded, producing 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:17:44.469Z] Checking out Revision 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 (PR-2919) [2020-12-03T15:17:43.061Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T15:17:43.081Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T15:17:43.103Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T15:17:43.146Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T15:17:43.146Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T15:17:43.159Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2919/head:refs/remotes/origin/PR-2919 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T15:17:44.012Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T15:17:44.038Z] > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 [2020-12-03T15:17:44.379Z] > git remote # timeout=10 [2020-12-03T15:17:44.398Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T15:17:44.415Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T15:17:44.426Z] > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 [2020-12-03T15:17:44.452Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.846s coverage: 29.1% of statements [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.121s coverage: 99.0% of statements [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T15:17:45.164Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T15:17:45.164Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements [2020-12-03T15:17:45.429Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements [2020-12-03T15:17:46.010Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements [2020-12-03T15:17:46.276Z] GO111MODULE=on go vet ./... [2020-12-03T15:17:44.477Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T15:17:44.488Z] > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 [2020-12-03T15:17:49.300Z] Commit message: "fix: Fix failing unit test due to removal of proxy for logging services" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-12-03T15:17:51.125Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2020-12-03T15:17:51.566Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2020-12-03T15:17:51.928Z] + + sudotrue service [2020-12-03T15:17:51.928Z] docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-12-03T15:17:54.047Z] provisioning config files... [2020-12-03T15:17:54.096Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4956772947384552665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:17:54.501Z] ---> docker-login.sh [2020-12-03T15:17:54.501Z] nexus3.edgexfoundry.org:10001 [2020-12-03T15:17:55.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:17:55.757Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:17:55.757Z] Configure a credential helper to remove this warning. See [2020-12-03T15:17:55.757Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:17:55.757Z] [2020-12-03T15:17:55.757Z] Login Succeeded [2020-12-03T15:17:55.757Z] nexus3.edgexfoundry.org:10002 [2020-12-03T15:17:56.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:17:56.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:17:56.359Z] Configure a credential helper to remove this warning. See [2020-12-03T15:17:56.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:17:56.359Z] [2020-12-03T15:17:56.359Z] Login Succeeded [2020-12-03T15:17:56.359Z] nexus3.edgexfoundry.org:10003 [2020-12-03T15:17:56.633Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:17:56.908Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:17:56.908Z] Configure a credential helper to remove this warning. See [2020-12-03T15:17:56.908Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:17:56.908Z] [2020-12-03T15:17:56.908Z] Login Succeeded [2020-12-03T15:17:56.908Z] nexus3.edgexfoundry.org:10004 [2020-12-03T15:17:57.182Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:17:57.455Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:17:57.455Z] Configure a credential helper to remove this warning. See [2020-12-03T15:17:57.455Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:17:57.455Z] [2020-12-03T15:17:57.455Z] Login Succeeded [2020-12-03T15:17:57.455Z] docker.io [2020-12-03T15:17:57.729Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-12-03T15:17:58.322Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-12-03T15:17:58.322Z] Configure a credential helper to remove this warning. See [2020-12-03T15:17:58.322Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-12-03T15:17:58.322Z] [2020-12-03T15:17:58.322Z] Login Succeeded [2020-12-03T15:17:58.322Z] ---> docker-login.sh ends [Pipeline] } [2020-12-03T15:17:58.338Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-12-03T15:17:58.791Z] ========================================================= [2020-12-03T15:17:58.791Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-12-03T15:17:58.791Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:17:59.173Z] + 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 . [2020-12-03T15:18:01.808Z] Sending build context to Docker daemon 165.7MB [2020-12-03T15:18:01.808Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-12-03T15:18:01.808Z] Step 2/7 : FROM ${BASE} [2020-12-03T15:18:01.808Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-12-03T15:18:01.808Z] 5f621e34cdf4: Pulling fs layer [2020-12-03T15:18:01.808Z] a4357932f1b6: Pulling fs layer [2020-12-03T15:18:01.808Z] 18c013af1878: Pulling fs layer [2020-12-03T15:18:01.808Z] 00ac8860ef70: Pulling fs layer [2020-12-03T15:18:01.808Z] 63d7cb157983: Pulling fs layer [2020-12-03T15:18:01.808Z] b116817d02f9: Pulling fs layer [2020-12-03T15:18:01.808Z] 745a02a5169b: Pulling fs layer [2020-12-03T15:18:01.808Z] 00ac8860ef70: Waiting [2020-12-03T15:18:01.808Z] 63d7cb157983: Waiting [2020-12-03T15:18:01.808Z] b116817d02f9: Waiting [2020-12-03T15:18:01.808Z] 745a02a5169b: Waiting [2020-12-03T15:18:01.808Z] a4357932f1b6: Download complete [2020-12-03T15:18:01.808Z] 18c013af1878: Verifying Checksum [2020-12-03T15:18:01.808Z] 18c013af1878: Download complete [2020-12-03T15:18:02.081Z] 63d7cb157983: Verifying Checksum [2020-12-03T15:18:02.081Z] 63d7cb157983: Download complete [2020-12-03T15:18:02.676Z] b116817d02f9: Verifying Checksum [2020-12-03T15:18:02.676Z] b116817d02f9: Download complete [2020-12-03T15:18:02.676Z] 5f621e34cdf4: Verifying Checksum [2020-12-03T15:18:02.676Z] 5f621e34cdf4: Download complete [2020-12-03T15:18:03.276Z] 5f621e34cdf4: Pull complete [2020-12-03T15:18:03.887Z] a4357932f1b6: Pull complete [2020-12-03T15:18:04.484Z] 18c013af1878: Pull complete [2020-12-03T15:18:04.757Z] 745a02a5169b: Verifying Checksum [2020-12-03T15:18:04.757Z] 745a02a5169b: Download complete [2020-12-03T15:18:06.195Z] 00ac8860ef70: Verifying Checksum [2020-12-03T15:18:06.195Z] 00ac8860ef70: Download complete [2020-12-03T15:18:16.367Z] 00ac8860ef70: Pull complete [2020-12-03T15:18:16.641Z] 63d7cb157983: Pull complete [2020-12-03T15:18:16.917Z] b116817d02f9: Pull complete [2020-12-03T15:18:20.311Z] 745a02a5169b: Pull complete [2020-12-03T15:18:20.311Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2020-12-03T15:18:20.311Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-12-03T15:18:20.583Z] ---> b7e6874047d6 [2020-12-03T15:18:20.583Z] Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2020-12-03T15:18:23.987Z] ---> Running in ff7cd5c25383 [2020-12-03T15:18:24.968Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:18:25.540Z] gofmt -l . [2020-12-03T15:18:25.540Z] [ "`gofmt -l .`" = "" ] [2020-12-03T15:18:25.540Z] ./bin/test-go-mod-tidy.sh [2020-12-03T15:18:25.540Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-12-03T15:18:25.939Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:18:26.192Z] + ls -al . [2020-12-03T15:18:26.192Z] total 648 [2020-12-03T15:18:26.192Z] drwxrwxr-x 10 1001 1001 4096 Dec 3 15:18 . [2020-12-03T15:18:26.192Z] drwxr-xr-x 4 root root 28 Dec 3 15:16 .. [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 15:14 .dockerignore [2020-12-03T15:18:26.192Z] drwxrwxr-x 8 1001 1001 179 Dec 3 15:14 .git [2020-12-03T15:18:26.192Z] drwxrwxr-x 3 1001 1001 125 Dec 3 15:14 .github [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 15:14 .gitignore [2020-12-03T15:18:26.192Z] drwx------ 3 1001 1001 47 Dec 3 15:15 .semver [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 15:14 .sonarcloud.properties [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 15:14 CONTRIBUTING.md [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 15:14 Dockerfile.build [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 15:14 Jenkinsfile [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 15:14 LICENSE [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 6280 Dec 3 15:14 Makefile [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 15:14 README.md [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 15:14 SECURITY.md [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 15:15 VERSION [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 15:14 ZMQWindows.md [2020-12-03T15:18:26.192Z] drwxrwxr-x 2 1001 1001 117 Dec 3 15:14 bin [2020-12-03T15:18:26.192Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 15:14 cmd [2020-12-03T15:18:26.192Z] -rw-r--r-- 1 root root 555123 Dec 3 15:17 coverage.out [2020-12-03T15:18:26.192Z] -rw-r--r-- 1 root root 1041 Dec 3 15:18 go.mod [2020-12-03T15:18:26.192Z] -rw-r--r-- 1 root root 18856 Dec 3 15:18 go.sum [2020-12-03T15:18:26.192Z] drwxrwxr-x 8 1001 1001 127 Dec 3 15:14 internal [2020-12-03T15:18:26.192Z] drwxrwxr-x 4 1001 1001 26 Dec 3 15:14 openapi [2020-12-03T15:18:26.192Z] drwxrwxr-x 4 1001 1001 71 Dec 3 15:14 snap [2020-12-03T15:18:26.192Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 15:14 version.go [Pipeline] sh [2020-12-03T15:18:26.509Z] + '[' -e coverage.out ] [2020-12-03T15:18:26.509Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T15:18:26.562Z] (1/12) Installing libmagic (5.38-r0) [2020-12-03T15:18:26.833Z] (2/12) Installing file (5.38-r0) [2020-12-03T15:18:26.850Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T15:18:27.103Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-12-03T15:18:27.103Z] (4/12) Installing g++ (9.3.0-r2) [2020-12-03T15:18:27.190Z] + make build [2020-12-03T15:18:27.190Z] 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 [2020-12-03T15:18:31.383Z] (5/12) Installing fortify-headers (1.1-r0) [2020-12-03T15:18:31.383Z] (6/12) Installing patch (2.7.6-r6) [2020-12-03T15:18:31.383Z] (7/12) Installing build-base (0.5-r2) [2020-12-03T15:18:31.652Z] (8/12) Installing libsodium (1.0.18-r0) [2020-12-03T15:18:31.652Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-12-03T15:18:31.652Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-12-03T15:18:31.923Z] (11/12) Installing libzmq (4.3.3-r0) [2020-12-03T15:18:31.923Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-12-03T15:18:31.923Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:18:31.923Z] OK: 217 MiB in 51 packages [2020-12-03T15:18:36.217Z] Removing intermediate container ff7cd5c25383 [2020-12-03T15:18:36.217Z] ---> 3afbc7ff9162 [2020-12-03T15:18:36.217Z] Step 4/7 : WORKDIR /edgex-go [2020-12-03T15:18:36.217Z] ---> Running in cf15acf96d0a [2020-12-03T15:18:36.487Z] Removing intermediate container cf15acf96d0a [2020-12-03T15:18:36.487Z] ---> b766826bce0a [2020-12-03T15:18:36.487Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-12-03T15:18:37.913Z] latest: Pulling from library/docker [2020-12-03T15:18:38.192Z] 5f621e34cdf4: Already exists [2020-12-03T15:18:38.192Z] 85db56a05063: Pulling fs layer [2020-12-03T15:18:38.192Z] ccb67d6aeaaa: Pulling fs layer [2020-12-03T15:18:38.192Z] de930078acea: Pulling fs layer [2020-12-03T15:18:38.192Z] d5a9d88a4785: Pulling fs layer [2020-12-03T15:18:38.192Z] e7f15c1544d5: Pulling fs layer [2020-12-03T15:18:38.192Z] 877c515997d3: Pulling fs layer [2020-12-03T15:18:38.192Z] e7f15c1544d5: Waiting [2020-12-03T15:18:38.192Z] d5a9d88a4785: Waiting [2020-12-03T15:18:38.192Z] 877c515997d3: Waiting [2020-12-03T15:18:38.192Z] ccb67d6aeaaa: Verifying Checksum [2020-12-03T15:18:38.192Z] 85db56a05063: Verifying Checksum [2020-12-03T15:18:38.192Z] 85db56a05063: Download complete [2020-12-03T15:18:38.468Z] d5a9d88a4785: Verifying Checksum [2020-12-03T15:18:38.468Z] d5a9d88a4785: Download complete [2020-12-03T15:18:38.468Z] e7f15c1544d5: Download complete [2020-12-03T15:18:38.740Z] 877c515997d3: Verifying Checksum [2020-12-03T15:18:38.740Z] 877c515997d3: Download complete [2020-12-03T15:18:39.013Z] 85db56a05063: Pull complete [2020-12-03T15:18:39.291Z] ccb67d6aeaaa: Pull complete [2020-12-03T15:18:39.588Z] 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 [2020-12-03T15:18:40.295Z] de930078acea: Verifying Checksum [2020-12-03T15:18:40.295Z] de930078acea: Download complete [2020-12-03T15:18:43.675Z] de930078acea: Pull complete [2020-12-03T15:18:43.675Z] d5a9d88a4785: Pull complete [2020-12-03T15:18:43.675Z] e7f15c1544d5: Pull complete [2020-12-03T15:18:43.831Z] 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 [2020-12-03T15:18:43.948Z] 877c515997d3: Pull complete [2020-12-03T15:18:44.221Z] Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a [2020-12-03T15:18:44.221Z] Status: Downloaded newer image for docker:latest [2020-12-03T15:18:46.494Z] 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 [2020-12-03T15:18:46.790Z] 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 [2020-12-03T15:18:47.620Z] ---> 089968bf2ccd [2020-12-03T15:18:47.620Z] Step 6/7 : COPY go.mod . [2020-12-03T15:18:47.893Z] ---> 5da937888f07 [2020-12-03T15:18:47.893Z] Step 7/7 : RUN go mod download [2020-12-03T15:18:48.167Z] ---> Running in f9dcdcc4c6f2 [2020-12-03T15:18:48.742Z] 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 [2020-12-03T15:18:50.673Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T15:18:51.629Z] 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 [2020-12-03T15:18:53.058Z] 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 [2020-12-03T15:18:55.049Z] 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 [2020-12-03T15:18:57.121Z] 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 [2020-12-03T15:18:58.539Z] 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 [Pipeline] } [2020-12-03T15:19:00.002Z] $ docker stop --time=1 8d78b9fab1fa0945319fc8511b26404e1d052e718862f7608d1806f146f3d72f [2020-12-03T15:19:01.733Z] $ docker rm -f 8d78b9fab1fa0945319fc8511b26404e1d052e718862f7608d1806f146f3d72f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:19:05.931Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T15:19:05.931Z] [2020-12-03T15:19:05.931Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:19:06.337Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T15:19:06.337Z] latest: Pulling from edgex-devops/edgex-compose [2020-12-03T15:19:06.337Z] cbdbe7a5bc2a: Pulling fs layer [2020-12-03T15:19:06.337Z] ca9280d653b3: Pulling fs layer [2020-12-03T15:19:06.337Z] 7e9c9ca2126c: Pulling fs layer [2020-12-03T15:19:06.920Z] cbdbe7a5bc2a: Verifying Checksum [2020-12-03T15:19:06.920Z] cbdbe7a5bc2a: Download complete [2020-12-03T15:19:07.525Z] cbdbe7a5bc2a: Pull complete [2020-12-03T15:19:07.525Z] ca9280d653b3: Verifying Checksum [2020-12-03T15:19:07.525Z] ca9280d653b3: Download complete [2020-12-03T15:19:09.022Z] ca9280d653b3: Pull complete [2020-12-03T15:19:09.292Z] 7e9c9ca2126c: Verifying Checksum [2020-12-03T15:19:09.292Z] 7e9c9ca2126c: Download complete [2020-12-03T15:19:14.955Z] Removing intermediate container f9dcdcc4c6f2 [2020-12-03T15:19:14.955Z] ---> 84101518f92e [2020-12-03T15:19:14.955Z] Successfully built 84101518f92e [2020-12-03T15:19:14.955Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:19:15.297Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T15:19:15.298Z] . [Pipeline] withDockerContainer [2020-12-03T15:19:15.566Z] prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container [2020-12-03T15:19:15.648Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-03T15:19:15.959Z] 7e9c9ca2126c: Pull complete [2020-12-03T15:19:15.959Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-12-03T15:19:15.959Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T15:19:15.959Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T15:19:17.119Z] $ docker top cb52c61b3fe4495fba2830b790d75b90aba4ef14cefb0e16d3f5890349a74780 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-03T15:19:17.638Z] prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container [2020-12-03T15:19:17.707Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T15:19:20.809Z] $ docker top e6d2ba87f912768c18d13624f9b24d3e56fe672b004e284769d8afb22b38c814 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-12-03T15:19:21.627Z] + docker-compose build --help [2020-12-03T15:19:21.627Z] + grep parallel [2020-12-03T15:19:21.866Z] + go version [2020-12-03T15:19:21.866Z] go version go1.15.5 linux/arm64 [Pipeline] } [2020-12-03T15:19:21.903Z] $ docker stop --time=1 cb52c61b3fe4495fba2830b790d75b90aba4ef14cefb0e16d3f5890349a74780 [2020-12-03T15:19:23.022Z] --parallel Build images in parallel. [2020-12-03T15:19:23.865Z] $ docker rm -f cb52c61b3fe4495fba2830b790d75b90aba4ef14cefb0e16d3f5890349a74780 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-12-03T15:19:24.225Z] $ docker stop --time=1 e6d2ba87f912768c18d13624f9b24d3e56fe672b004e284769d8afb22b38c814 [2020-12-03T15:19:25.768Z] $ docker rm -f e6d2ba87f912768c18d13624f9b24d3e56fe672b004e284769d8afb22b38c814 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:19:26.783Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-12-03T15:19:26.783Z] . [Pipeline] withDockerContainer [2020-12-03T15:19:26.843Z] + docker inspect -f . ci-base-image-arm64 [2020-12-03T15:19:26.843Z] . [2020-12-03T15:19:26.890Z] prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container [2020-12-03T15:19:26.955Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-12-03T15:19:27.986Z] $ docker top e9e03384ccf650cdb7e9e85be43d92a2bde33c66acb4590c2c063db93d6f4deb -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-12-03T15:19:28.431Z] prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container [2020-12-03T15:19:28.512Z] $ 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 ******** ci-base-image-arm64 cat [2020-12-03T15:19:29.937Z] $ docker top b57a222e9002bbe94fe05cabdb076bacc0805cee5a1360ee441a2d9c409b88e1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo [2020-12-03T15:19:30.415Z] ========================================================= [2020-12-03T15:19:30.415Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-12-03T15:19:30.415Z] ========================================================= [Pipeline] sh [2020-12-03T15:19:30.632Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T15:19:31.056Z] + make test [2020-12-03T15:19:31.056Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-12-03T15:19:32.063Z] Building docker-core-command-go ... [2020-12-03T15:19:32.063Z] Building docker-core-data-go ... [2020-12-03T15:19:32.063Z] Building docker-core-metadata-go ... [2020-12-03T15:19:32.063Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T15:19:32.063Z] Building docker-security-proxy-setup-go ... [2020-12-03T15:19:32.063Z] Building docker-security-secrets-setup-go ... [2020-12-03T15:19:32.063Z] Building docker-security-secretstore-setup-go ... [2020-12-03T15:19:32.063Z] Building docker-support-notifications-go ... [2020-12-03T15:19:32.063Z] Building docker-support-scheduler-go ... [2020-12-03T15:19:32.063Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T15:19:32.063Z] Building docker-core-metadata-go [2020-12-03T15:19:32.063Z] Building docker-core-data-go [2020-12-03T15:19:32.063Z] Building docker-support-scheduler-go [2020-12-03T15:19:32.063Z] Building docker-security-secretstore-setup-go [2020-12-03T15:19:32.063Z] Building docker-sys-mgmt-agent-go [2020-12-03T15:19:53.229Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-12-03T15:20:11.075Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:20:11.075Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:20:11.075Z] ---> 54b52b3b7d53 [2020-12-03T15:20:11.075Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T15:20:11.075Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:20:11.075Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:20:11.075Z] ---> 54b52b3b7d53 [2020-12-03T15:20:11.075Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T15:20:11.075Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:20:11.075Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:20:11.075Z] ---> 54b52b3b7d53 [2020-12-03T15:20:11.075Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T15:20:11.075Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:20:11.075Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:20:11.075Z] ---> 54b52b3b7d53 [2020-12-03T15:20:11.075Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T15:20:11.344Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:20:11.344Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:20:11.344Z] ---> 54b52b3b7d53 [2020-12-03T15:20:11.344Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T15:20:11.614Z] ---> Running in 7def4720665d [2020-12-03T15:20:11.614Z] ---> Running in a534c218d781 [2020-12-03T15:20:11.614Z] ---> Running in 5fc01bd53bec [2020-12-03T15:20:11.614Z] ---> Running in 6d09aeafecfb [2020-12-03T15:20:11.614Z] ---> Running in 0faaa1ea9268 [2020-12-03T15:20:12.198Z] Removing intermediate container 0faaa1ea9268 [2020-12-03T15:20:12.198Z] ---> c23cae5d1aa1 [2020-12-03T15:20:12.198Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:20:12.198Z] Removing intermediate container 6d09aeafecfb [2020-12-03T15:20:12.198Z] ---> 1122832ec28d [2020-12-03T15:20:12.198Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:20:12.198Z] Removing intermediate container 7def4720665d [2020-12-03T15:20:12.198Z] ---> 5eff61ceb6c6 [2020-12-03T15:20:12.198Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:20:12.198Z] Removing intermediate container 5fc01bd53bec [2020-12-03T15:20:12.198Z] ---> 9941b180e3a5 [2020-12-03T15:20:12.198Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:20:12.198Z] Removing intermediate container a534c218d781 [2020-12-03T15:20:12.198Z] ---> 20636c19f1e9 [2020-12-03T15:20:12.198Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:20:12.198Z] ---> Running in e8824963ef05 [2020-12-03T15:20:12.198Z] ---> Running in cf836bcd07d4 [2020-12-03T15:20:12.198Z] ---> Running in 8c203a83f7e2 [2020-12-03T15:20:12.471Z] ---> Running in ce8a937dac58 [2020-12-03T15:20:12.471Z] ---> Running in 541b9f0e403e [2020-12-03T15:20:14.440Z] Removing intermediate container 8c203a83f7e2 [2020-12-03T15:20:14.440Z] ---> a50fa9d81c7c [2020-12-03T15:20:14.440Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T15:20:14.704Z] ---> Running in ee01112cd8de [2020-12-03T15:20:14.704Z] Removing intermediate container e8824963ef05 [2020-12-03T15:20:14.704Z] ---> a086a1092bd5 [2020-12-03T15:20:14.704Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T15:20:14.966Z] Removing intermediate container cf836bcd07d4 [2020-12-03T15:20:14.966Z] ---> 3f852d6ae401 [2020-12-03T15:20:14.966Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T15:20:14.966Z] ---> Running in 5a7662800bae [2020-12-03T15:20:14.966Z] Removing intermediate container 541b9f0e403e [2020-12-03T15:20:14.966Z] ---> 2786c09ac4d4 [2020-12-03T15:20:14.966Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T15:20:15.233Z] Removing intermediate container ce8a937dac58 [2020-12-03T15:20:15.233Z] ---> 86668271b6b1 [2020-12-03T15:20:15.233Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T15:20:15.233Z] ---> Running in 3fa462d6ce48 [2020-12-03T15:20:15.233Z] ---> Running in 897f16df1603 [2020-12-03T15:20:15.508Z] ---> Running in 5363d562e5f4 [2020-12-03T15:20:15.508Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:16.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:16.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:16.754Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:16.754Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:20:16.754Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:20:16.754Z] OK: 12745 distinct packages available [2020-12-03T15:20:17.035Z] OK: 233 MiB in 51 packages [2020-12-03T15:20:17.305Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:17.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:17.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:17.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:17.845Z] Removing intermediate container ee01112cd8de [2020-12-03T15:20:17.845Z] ---> 3c154c3715fe [2020-12-03T15:20:17.845Z] Step 6/23 : COPY go.mod . [2020-12-03T15:20:18.122Z] ---> 6c45d6fcdeaa [2020-12-03T15:20:18.122Z] Step 7/23 : RUN go mod download [2020-12-03T15:20:18.122Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:20:18.122Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:20:18.122Z] OK: 12745 distinct packages available [2020-12-03T15:20:18.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:18.122Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:20:18.122Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:20:18.122Z] OK: 12745 distinct packages available [2020-12-03T15:20:18.122Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:20:18.122Z] ---> Running in 4b28a6f8d80e [2020-12-03T15:20:18.422Z] OK: 233 MiB in 51 packages [2020-12-03T15:20:18.422Z] OK: 233 MiB in 51 packages [2020-12-03T15:20:18.724Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:20:18.724Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:20:18.724Z] OK: 12745 distinct packages available [2020-12-03T15:20:18.724Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:20:18.724Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:20:18.724Z] OK: 12745 distinct packages available [2020-12-03T15:20:19.027Z] OK: 233 MiB in 51 packages [2020-12-03T15:20:19.027Z] OK: 233 MiB in 51 packages [2020-12-03T15:20:19.313Z] Removing intermediate container 3fa462d6ce48 [2020-12-03T15:20:19.313Z] ---> 457e66b724cd [2020-12-03T15:20:19.313Z] Step 6/22 : COPY go.mod . [2020-12-03T15:20:19.591Z] Removing intermediate container 5a7662800bae [2020-12-03T15:20:19.591Z] ---> 122c4bc61f8f [2020-12-03T15:20:19.591Z] Step 6/24 : COPY go.mod . [2020-12-03T15:20:19.857Z] ---> 54183c05432d [2020-12-03T15:20:19.857Z] Step 7/22 : RUN go mod download [2020-12-03T15:20:20.125Z] ---> Running in f7303eb5b8fe [2020-12-03T15:20:20.125Z] ---> 4b6cf3d8c129 [2020-12-03T15:20:20.125Z] Step 7/24 : RUN go mod download [2020-12-03T15:20:20.125Z] Removing intermediate container 897f16df1603 [2020-12-03T15:20:20.125Z] ---> cace5b5a174d [2020-12-03T15:20:20.125Z] Step 6/21 : COPY go.mod . [2020-12-03T15:20:20.125Z] Removing intermediate container 5363d562e5f4 [2020-12-03T15:20:20.125Z] ---> a7fd7621e5c6 [2020-12-03T15:20:20.125Z] Step 6/27 : COPY go.mod . [2020-12-03T15:20:20.125Z] ---> Running in f1b9e64b881d [2020-12-03T15:20:20.708Z] Removing intermediate container 4b28a6f8d80e [2020-12-03T15:20:20.708Z] ---> 04b9868f120d [2020-12-03T15:20:20.708Z] Step 8/23 : COPY . . [2020-12-03T15:20:20.708Z] ---> 8bf8b4112eec [2020-12-03T15:20:20.708Z] Step 7/21 : RUN go mod download [2020-12-03T15:20:20.708Z] ---> 228ac58363c5 [2020-12-03T15:20:20.708Z] Step 7/27 : RUN go mod download [2020-12-03T15:20:20.994Z] ---> Running in 08c118b5fb1e [2020-12-03T15:20:20.994Z] ---> Running in bcf221ac727a [2020-12-03T15:20:26.683Z] Removing intermediate container f7303eb5b8fe [2020-12-03T15:20:26.683Z] ---> affeb4fdae42 [2020-12-03T15:20:26.683Z] Step 8/22 : COPY . . [2020-12-03T15:20:28.116Z] Removing intermediate container f1b9e64b881d [2020-12-03T15:20:28.116Z] ---> 46b148c5ae80 [2020-12-03T15:20:28.116Z] Step 8/24 : COPY . . [2020-12-03T15:20:29.567Z] Removing intermediate container 08c118b5fb1e [2020-12-03T15:20:29.567Z] ---> 5c8fc653dd96 [2020-12-03T15:20:29.567Z] Step 8/21 : COPY . . [2020-12-03T15:20:30.170Z] Removing intermediate container bcf221ac727a [2020-12-03T15:20:30.170Z] ---> 068fa43f029d [2020-12-03T15:20:30.170Z] Step 8/27 : COPY . . [2020-12-03T15:20:40.306Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-12-03T15:20:52.724Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-12-03T15:20:52.724Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-12-03T15:20:52.724Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2020-12-03T15:20:52.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-12-03T15:20:52.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-12-03T15:20:52.724Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-12-03T15:20:59.462Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.070s [2020-12-03T15:20:59.462Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-12-03T15:20:59.462Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-12-03T15:20:59.738Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-12-03T15:20:59.738Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-12-03T15:20:59.738Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-12-03T15:20:59.738Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-12-03T15:21:09.413Z] ---> c145c1227d44 [2020-12-03T15:21:09.413Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T15:21:09.413Z] ---> Running in b4a9da854f9d [2020-12-03T15:21:09.413Z] 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 [2020-12-03T15:21:09.413Z] ---> 2012152a9538 [2020-12-03T15:21:09.413Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T15:21:09.918Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.254s coverage: 46.6% of statements [2020-12-03T15:21:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-12-03T15:21:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-12-03T15:21:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-12-03T15:21:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-12-03T15:21:09.918Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-12-03T15:21:10.015Z] ---> Running in 6e8e86594678 [2020-12-03T15:21:10.015Z] ---> 0e43e5fe87b2 [2020-12-03T15:21:10.015Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T15:21:10.015Z] ---> c42229f5bd0c [2020-12-03T15:21:10.015Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T15:21:10.015Z] ---> 9df41eb55fa9 [2020-12-03T15:21:10.015Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T15:21:10.308Z] ---> Running in 3e97f23fccb3 [2020-12-03T15:21:10.308Z] ---> Running in eadf22201f43 [2020-12-03T15:21:10.308Z] ---> Running in 2ac2a895c795 [2020-12-03T15:21:10.919Z] 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 [2020-12-03T15:21:11.191Z] 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 [2020-12-03T15:21:11.794Z] 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 [2020-12-03T15:21:11.794Z] 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 [2020-12-03T15:21:15.344Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.450s coverage: 27.1% of statements [2020-12-03T15:21:15.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-12-03T15:21:15.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-12-03T15:21:15.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-12-03T15:21:15.344Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-12-03T15:21:15.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-12-03T15:21:15.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-12-03T15:21:15.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.526s coverage: 66.4% of statements [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-12-03T15:21:15.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-12-03T15:21:15.621Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.618s coverage: 82.7% of statements [2020-12-03T15:21:15.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-12-03T15:21:15.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T15:21:15.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-12-03T15:21:15.621Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-12-03T15:21:23.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.259s coverage: 28.6% of statements [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-12-03T15:21:23.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-12-03T15:21:23.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-12-03T15:21:23.938Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements [2020-12-03T15:21:23.938Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-12-03T15:21:24.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.309s coverage: 97.5% of statements [2020-12-03T15:21:24.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-12-03T15:21:24.549Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements [2020-12-03T15:21:24.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-12-03T15:21:24.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-12-03T15:21:24.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-12-03T15:21:24.549Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.957s coverage: 94.7% of statements [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.0% of statements [no tests to run] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2020-12-03T15:21:31.295Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements [2020-12-03T15:21:31.295Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.164s coverage: 87.2% of statements [2020-12-03T15:21:31.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.2% of statements [2020-12-03T15:21:32.491Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 100.0% of statements [2020-12-03T15:21:32.491Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2020-12-03T15:21:35.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 63.5% of statements [2020-12-03T15:21:35.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-12-03T15:21:35.905Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-12-03T15:21:35.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements [2020-12-03T15:21:35.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements [2020-12-03T15:21:35.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements [2020-12-03T15:21:36.505Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements [2020-12-03T15:21:37.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements [2020-12-03T15:21:41.856Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 55.9% of statements [2020-12-03T15:21:41.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-12-03T15:21:41.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-12-03T15:21:41.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-12-03T15:21:41.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-12-03T15:21:41.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-12-03T15:21:41.856Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-12-03T15:21:44.131Z] 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 [2020-12-03T15:21:54.408Z] Removing intermediate container 2ac2a895c795 [2020-12-03T15:21:54.408Z] ---> e0b0a2aa1d75 [2020-12-03T15:21:54.408Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T15:21:54.408Z] Removing intermediate container eadf22201f43 [2020-12-03T15:21:54.408Z] ---> d7f6be8626be [2020-12-03T15:21:54.408Z] [2020-12-03T15:21:54.408Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T15:21:54.408Z] 3.10: Pulling from library/alpine [2020-12-03T15:21:54.408Z] ---> Running in 71d7b7d3d054 [2020-12-03T15:21:54.408Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T15:21:54.408Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T15:21:54.408Z] ---> be4e4bea2c2e [2020-12-03T15:21:54.408Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T15:21:54.408Z] Removing intermediate container 3e97f23fccb3 [2020-12-03T15:21:54.408Z] ---> 1996f272882e [2020-12-03T15:21:54.408Z] [2020-12-03T15:21:54.408Z] Step 10/21 : FROM scratch [2020-12-03T15:21:54.408Z] ---> [2020-12-03T15:21:54.408Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:21:54.408Z] ---> Running in 99935e4f8488 [2020-12-03T15:21:54.408Z] ---> Running in 5ab89f7e3a6f [2020-12-03T15:21:54.693Z] 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 [2020-12-03T15:21:54.969Z] Removing intermediate container 5ab89f7e3a6f [2020-12-03T15:21:54.969Z] ---> 484d3a826f49 [2020-12-03T15:21:54.969Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T15:21:54.969Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:21:55.243Z] ---> Running in 6d970af5f549 [2020-12-03T15:21:55.243Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:21:55.546Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T15:21:55.546Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T15:21:55.546Z] OK: 10348 distinct packages available [2020-12-03T15:21:55.546Z] Removing intermediate container 6d970af5f549 [2020-12-03T15:21:55.546Z] ---> da71b6ce3051 [2020-12-03T15:21:55.546Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T15:21:55.546Z] ---> Running in 4f7a82829117 [2020-12-03T15:21:55.817Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T15:21:55.817Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T15:21:55.817Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T15:21:55.817Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T15:21:55.817Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T15:21:55.817Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T15:21:55.817Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T15:21:56.089Z] OK: 7 MiB in 19 packages [2020-12-03T15:21:56.089Z] Removing intermediate container 4f7a82829117 [2020-12-03T15:21:56.089Z] ---> 89a3d4399bb0 [2020-12-03T15:21:56.089Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T15:21:58.701Z] ---> f64aa01f8967 [2020-12-03T15:21:58.701Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T15:22:00.112Z] ---> 9a68a5516aa7 [2020-12-03T15:22:00.112Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T15:22:00.199Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.751s coverage: 86.3% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.172s coverage: 72.2% of statements [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.515s coverage: 72.1% of statements [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.090s coverage: 82.4% of statements [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.060s coverage: 48.4% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.113s coverage: 28.8% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.110s coverage: 96.8% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.312s coverage: 37.2% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.494s coverage: 84.1% of statements [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.1% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.058s coverage: 100.0% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-12-03T15:22:00.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements [2020-12-03T15:22:00.200Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-12-03T15:22:00.385Z] Removing intermediate container 6e8e86594678 [2020-12-03T15:22:00.385Z] ---> 9f04f0b6cee6 [2020-12-03T15:22:00.385Z] [2020-12-03T15:22:00.385Z] Step 10/22 : FROM scratch [2020-12-03T15:22:00.385Z] ---> [2020-12-03T15:22:00.385Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:22:00.385Z] Removing intermediate container 99935e4f8488 [2020-12-03T15:22:00.385Z] ---> 4ca8667b31fc [2020-12-03T15:22:00.385Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T15:22:00.385Z] ---> Using cache [2020-12-03T15:22:00.385Z] ---> 484d3a826f49 [2020-12-03T15:22:00.385Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T15:22:00.650Z] Removing intermediate container 71d7b7d3d054 [2020-12-03T15:22:00.650Z] ---> ad14668c4d70 [2020-12-03T15:22:00.650Z] [2020-12-03T15:22:00.650Z] Step 11/27 : FROM docker:latest [2020-12-03T15:22:00.650Z] ---> b0757c55a1fd [2020-12-03T15:22:00.650Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T15:22:00.912Z] ---> Running in 8fe66115f05c [2020-12-03T15:22:00.913Z] ---> Running in bd6b3d420cfa [2020-12-03T15:22:00.913Z] ---> Running in df93873ac7ee [2020-12-03T15:22:00.913Z] ---> 75ab973a50aa [2020-12-03T15:22:00.913Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T15:22:01.494Z] ---> Running in 2e40b991a953 [2020-12-03T15:22:02.895Z] Removing intermediate container bd6b3d420cfa [2020-12-03T15:22:02.895Z] ---> fd6ea634956b [2020-12-03T15:22:02.895Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T15:22:02.895Z] Removing intermediate container 8fe66115f05c [2020-12-03T15:22:02.895Z] ---> 9be9cc1bed70 [2020-12-03T15:22:02.895Z] Step 13/24 : WORKDIR / [2020-12-03T15:22:02.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:02.895Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:03.159Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T15:22:03.159Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T15:22:03.159Z] ---> Running in 93ad274bf82f [2020-12-03T15:22:03.159Z] Executing bash-5.0.17-r0.post-install [2020-12-03T15:22:03.159Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:22:03.159Z] OK: 12 MiB in 22 packages [2020-12-03T15:22:03.422Z] ---> Running in edbab50cecd2 [2020-12-03T15:22:03.422Z] Removing intermediate container 2e40b991a953 [2020-12-03T15:22:03.422Z] ---> 30290c219412 [2020-12-03T15:22:03.422Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:22:04.402Z] Removing intermediate container b4a9da854f9d [2020-12-03T15:22:04.402Z] ---> f7bc62817020 [2020-12-03T15:22:04.402Z] [2020-12-03T15:22:04.402Z] Step 10/23 : FROM alpine [2020-12-03T15:22:04.402Z] ---> Running in 528cd21bcdb4 [2020-12-03T15:22:04.402Z] Removing intermediate container 93ad274bf82f [2020-12-03T15:22:04.402Z] ---> ea7628d628bb [2020-12-03T15:22:04.402Z] Step 14/22 : WORKDIR / [2020-12-03T15:22:04.402Z] latest: Pulling from library/alpine [2020-12-03T15:22:04.402Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T15:22:04.402Z] ---> Running in 3008d9d55b70 [2020-12-03T15:22:04.402Z] Removing intermediate container edbab50cecd2 [2020-12-03T15:22:04.402Z] ---> 1a51270fec45 [2020-12-03T15:22:04.402Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T15:22:04.402Z] Status: Downloaded newer image for alpine:latest [2020-12-03T15:22:04.402Z] ---> d6e46aa2470d [2020-12-03T15:22:04.402Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:22:04.667Z] Removing intermediate container 528cd21bcdb4 [2020-12-03T15:22:04.667Z] ---> 6aa70de74c48 [2020-12-03T15:22:04.667Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T15:22:04.667Z] ---> Running in b55e5c3e25a1 [2020-12-03T15:22:04.937Z] ---> Running in 20dc3919f5cc [2020-12-03T15:22:04.937Z] Removing intermediate container 3008d9d55b70 [2020-12-03T15:22:04.937Z] ---> 243f24b34ad3 [2020-12-03T15:22:04.937Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T15:22:04.937Z] ---> eea3208dbf46 [2020-12-03T15:22:04.937Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T15:22:05.226Z] Removing intermediate container df93873ac7ee [2020-12-03T15:22:05.226Z] ---> 8987d8c5b60f [2020-12-03T15:22:05.226Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T15:22:05.226Z] Removing intermediate container b55e5c3e25a1 [2020-12-03T15:22:05.226Z] ---> 860c61a9f0e3 [2020-12-03T15:22:05.226Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T15:22:05.226Z] ---> Running in dd09e2aa8ee8 [2020-12-03T15:22:05.226Z] ---> Running in 256f7605eb62 [2020-12-03T15:22:05.489Z] Removing intermediate container 20dc3919f5cc [2020-12-03T15:22:05.489Z] ---> 5377bf16a399 [2020-12-03T15:22:05.489Z] Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:22:05.786Z] ---> Running in b222b66c3e6c [2020-12-03T15:22:05.786Z] ---> 2bcfa62e86f1 [2020-12-03T15:22:05.786Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T15:22:05.786Z] ---> 92d6044d91ec [2020-12-03T15:22:05.786Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T15:22:05.786Z] Removing intermediate container 256f7605eb62 [2020-12-03T15:22:05.786Z] ---> f61dfe8af8b0 [2020-12-03T15:22:05.786Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T15:22:06.074Z] ---> Running in dbd01b3cfba6 [2020-12-03T15:22:06.671Z] Removing intermediate container b222b66c3e6c [2020-12-03T15:22:06.671Z] ---> 63e208205fe5 [2020-12-03T15:22:06.671Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T15:22:06.671Z] ---> Running in 5097cba95282 [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.599s coverage: 29.1% of statements [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-12-03T15:22:06.940Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements [2020-12-03T15:22:06.940Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2020-12-03T15:22:07.186Z] Removing intermediate container dbd01b3cfba6 [2020-12-03T15:22:07.186Z] ---> a61b7d32f284 [2020-12-03T15:22:07.186Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:22:07.186Z] ---> 12db3fb74f59 [2020-12-03T15:22:07.186Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T15:22:07.186Z] ---> 680c004d938d [2020-12-03T15:22:07.186Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T15:22:07.186Z] ---> Running in 7377385cd50b [2020-12-03T15:22:07.212Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements [2020-12-03T15:22:07.712Z] Removing intermediate container 5097cba95282 [2020-12-03T15:22:07.712Z] ---> 727b1425f227 [2020-12-03T15:22:07.712Z] [2020-12-03T15:22:07.712Z] ---> a4d0751faf9e [2020-12-03T15:22:07.712Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T15:22:07.712Z] Removing intermediate container dd09e2aa8ee8 [2020-12-03T15:22:07.712Z] ---> 25ca35f39926 [2020-12-03T15:22:07.712Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T15:22:07.712Z] ---> Running in 04ecaa07a82b [2020-12-03T15:22:07.712Z] ---> Running in 371cf3c33311 [2020-12-03T15:22:07.712Z] ---> ab6344e8caf4 [2020-12-03T15:22:07.712Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T15:22:07.807Z] GO111MODULE=on go vet ./... [2020-12-03T15:22:08.003Z] Successfully built 727b1425f227 [2020-12-03T15:22:08.003Z] Successfully tagged docker-support-scheduler-go:latest [2020-12-03T15:22:08.003Z]  Building docker-support-scheduler-go ... done Building docker-support-notifications-go [2020-12-03T15:22:08.003Z] Removing intermediate container 371cf3c33311 [2020-12-03T15:22:08.003Z] ---> 69585fcc8e87 [2020-12-03T15:22:08.003Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T15:22:08.003Z] Removing intermediate container 04ecaa07a82b [2020-12-03T15:22:08.003Z] ---> e1c8e84fa6d3 [2020-12-03T15:22:08.003Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:22:08.765Z] ---> Running in e697a493665d [2020-12-03T15:22:08.765Z] ---> Running in a934cf57b49f [2020-12-03T15:22:08.765Z] ---> 36e52b2cd2fb [2020-12-03T15:22:08.765Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T15:22:09.037Z] Removing intermediate container a934cf57b49f [2020-12-03T15:22:09.038Z] ---> 98c7e81116cc [2020-12-03T15:22:09.038Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T15:22:09.304Z] Removing intermediate container e697a493665d [2020-12-03T15:22:09.304Z] ---> 6dbd3cfff109 [2020-12-03T15:22:09.304Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T15:22:09.304Z] ---> Running in 5f3becfb740d [2020-12-03T15:22:09.588Z] ---> b782823253fb [2020-12-03T15:22:09.588Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T15:22:09.588Z] Removing intermediate container 7377385cd50b [2020-12-03T15:22:09.588Z] ---> edb35e7b7d22 [2020-12-03T15:22:09.588Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T15:22:09.588Z] ---> Running in b9de33eee7e3 [2020-12-03T15:22:10.171Z] ---> Running in 130edc358e65 [2020-12-03T15:22:10.171Z] ---> Running in 99d982c1ccdb [2020-12-03T15:22:10.171Z] Removing intermediate container 5f3becfb740d [2020-12-03T15:22:10.171Z] ---> b1b4984db97d [2020-12-03T15:22:10.171Z] Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:22:10.449Z] Removing intermediate container b9de33eee7e3 [2020-12-03T15:22:10.449Z] ---> b7c98b953947 [2020-12-03T15:22:10.449Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T15:22:10.449Z] ---> Running in fa6a9c32d224 [2020-12-03T15:22:13.047Z] Removing intermediate container fa6a9c32d224 [2020-12-03T15:22:13.048Z] ---> 6e8933ead490 [2020-12-03T15:22:13.048Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T15:22:13.314Z] ---> Running in 52cc0b0ffdde [2020-12-03T15:22:13.314Z] ---> c21b4a057103 [2020-12-03T15:22:13.314Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T15:22:13.584Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:13.584Z] Removing intermediate container 52cc0b0ffdde [2020-12-03T15:22:13.584Z] ---> 8b8924f0d9b9 [2020-12-03T15:22:13.584Z] [2020-12-03T15:22:13.853Z] ---> 05c1f48f6b8d [2020-12-03T15:22:13.853Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T15:22:13.853Z] Successfully built 8b8924f0d9b9 [2020-12-03T15:22:13.853Z] Successfully tagged docker-core-metadata-go:latest [2020-12-03T15:22:13.854Z]  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go [2020-12-03T15:22:14.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:14.401Z] ---> ffcdfd2f597a [2020-12-03T15:22:14.401Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T15:22:14.401Z] Removing intermediate container 99d982c1ccdb [2020-12-03T15:22:14.401Z] ---> f773d268b5fc [2020-12-03T15:22:14.401Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T15:22:14.401Z] ---> Running in fd8e8fb78bfe [2020-12-03T15:22:14.401Z] ---> Running in 0e0e18f66220 [2020-12-03T15:22:14.672Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T15:22:14.672Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T15:22:14.672Z] Removing intermediate container 0e0e18f66220 [2020-12-03T15:22:14.672Z] ---> 02b0d112af08 [2020-12-03T15:22:14.672Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T15:22:14.672Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T15:22:14.956Z] ---> Running in 7cde3b52e29a [2020-12-03T15:22:14.956Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T15:22:15.596Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T15:22:15.596Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:22:15.596Z] OK: 8 MiB in 19 packages [2020-12-03T15:22:15.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:15.896Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:16.166Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T15:22:16.166Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T15:22:16.166Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T15:22:16.166Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T15:22:16.438Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T15:22:16.438Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T15:22:16.438Z] Removing intermediate container 7cde3b52e29a [2020-12-03T15:22:16.438Z] ---> 5d0ddbeb0296 [2020-12-03T15:22:16.438Z] Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:22:16.438Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T15:22:20.743Z] ---> Running in d99e237495a9 [2020-12-03T15:22:22.197Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T15:22:22.197Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T15:22:22.197Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T15:22:22.197Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T15:22:22.467Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T15:22:22.467Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T15:22:22.467Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T15:22:23.068Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T15:22:23.655Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T15:22:23.655Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T15:22:23.655Z] Removing intermediate container d99e237495a9 [2020-12-03T15:22:23.655Z] ---> 512f59afc965 [2020-12-03T15:22:23.655Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T15:22:23.655Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T15:22:23.928Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T15:22:23.929Z] Removing intermediate container 130edc358e65 [2020-12-03T15:22:23.929Z] ---> 5a037a44306a [2020-12-03T15:22:23.929Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T15:22:23.929Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T15:22:25.352Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T15:22:25.352Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T15:22:25.352Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T15:22:25.628Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T15:22:25.628Z] ---> Running in b7ac44f47bf2 [2020-12-03T15:22:25.628Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T15:22:25.628Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T15:22:25.907Z] ---> c48b146d3969 [2020-12-03T15:22:25.907Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T15:22:25.907Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T15:22:25.907Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T15:22:25.907Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T15:22:25.907Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T15:22:25.907Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T15:22:26.176Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T15:22:26.457Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T15:22:26.724Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:22:26.991Z] OK: 71 MiB in 55 packages [2020-12-03T15:22:27.263Z] Removing intermediate container b7ac44f47bf2 [2020-12-03T15:22:27.263Z] ---> acb8b9f6d704 [2020-12-03T15:22:27.263Z] [2020-12-03T15:22:27.855Z] Successfully built acb8b9f6d704 [2020-12-03T15:22:28.129Z] ---> e26dfb70e539 [2020-12-03T15:22:28.130Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T15:22:28.722Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-12-03T15:22:28.722Z] Building docker-security-proxy-setup-go [2020-12-03T15:22:30.715Z]  Building docker-security-secretstore-setup-go ... done  ---> 714486577719 [2020-12-03T15:22:30.715Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T15:22:32.699Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:22:32.699Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:22:32.699Z] ---> 54b52b3b7d53 [2020-12-03T15:22:32.699Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T15:22:32.699Z] ---> Using cache [2020-12-03T15:22:32.699Z] ---> 1122832ec28d [2020-12-03T15:22:32.699Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:22:32.699Z] ---> Using cache [2020-12-03T15:22:32.699Z] ---> a50fa9d81c7c [2020-12-03T15:22:32.699Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T15:22:33.356Z] ---> Running in 7b5c7174ddfb [2020-12-03T15:22:33.356Z] ---> Running in 6667043ad869 [2020-12-03T15:22:33.967Z] Removing intermediate container 7b5c7174ddfb [2020-12-03T15:22:33.967Z] ---> 0253a4c86999 [2020-12-03T15:22:33.967Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:22:34.609Z] ---> Running in a3713b2b05b0 [2020-12-03T15:22:36.123Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:37.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:37.729Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:22:37.729Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:22:37.729Z] OK: 12745 distinct packages available [2020-12-03T15:22:37.729Z] Removing intermediate container a3713b2b05b0 [2020-12-03T15:22:37.729Z] ---> 56c2f5d21a59 [2020-12-03T15:22:37.729Z] Step 21/23 : LABEL arch=x86_64 [2020-12-03T15:22:38.001Z] OK: 233 MiB in 51 packages [2020-12-03T15:22:39.451Z] ---> Running in b7185fa0d45f [2020-12-03T15:22:41.425Z] Removing intermediate container b7185fa0d45f [2020-12-03T15:22:41.425Z] ---> 42f9b227afbf [2020-12-03T15:22:41.425Z] Step 22/23 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:22:41.425Z] Removing intermediate container 6667043ad869 [2020-12-03T15:22:41.425Z] ---> 6d282c37fd7d [2020-12-03T15:22:41.425Z] Step 6/24 : COPY go.mod . [2020-12-03T15:22:42.385Z] ---> Running in 70c7f99ded83 [2020-12-03T15:22:42.385Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:22:42.385Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T15:22:42.385Z] ---> 54b52b3b7d53 [2020-12-03T15:22:42.385Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T15:22:42.385Z] ---> Using cache [2020-12-03T15:22:42.385Z] ---> 1122832ec28d [2020-12-03T15:22:42.385Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T15:22:42.978Z] ---> d559e19700a4 [2020-12-03T15:22:42.978Z] Step 7/24 : RUN go mod download [2020-12-03T15:22:43.576Z] ---> Running in 2605c95c2216 [2020-12-03T15:22:43.576Z] Removing intermediate container 70c7f99ded83 [2020-12-03T15:22:43.576Z] ---> 165f57abbe86 [2020-12-03T15:22:43.576Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T15:22:43.576Z] ---> Running in a1421b48bbd2 [2020-12-03T15:22:43.856Z] ---> Running in 5cd3a580ebdc [2020-12-03T15:22:44.482Z] Removing intermediate container 5cd3a580ebdc [2020-12-03T15:22:44.482Z] ---> e55bbf1423fd [2020-12-03T15:22:44.482Z] [2020-12-03T15:22:45.528Z] Successfully built e55bbf1423fd [2020-12-03T15:22:45.796Z] Successfully tagged docker-core-data-go:latest [2020-12-03T15:22:45.796Z] Building docker-core-command-go [2020-12-03T15:22:46.070Z]  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:46.688Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:22:47.667Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:22:47.667Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:22:47.667Z] OK: 12745 distinct packages available [2020-12-03T15:22:47.950Z] OK: 233 MiB in 51 packages [2020-12-03T15:22:53.416Z] Removing intermediate container a1421b48bbd2 [2020-12-03T15:22:53.416Z] ---> b42c19eef8f6 [2020-12-03T15:22:53.416Z] Step 8/24 : COPY . . [2020-12-03T15:22:53.417Z] Removing intermediate container 2605c95c2216 [2020-12-03T15:22:53.417Z] ---> 5a3626a4316d [2020-12-03T15:22:53.417Z] Step 5/29 : COPY go.mod . [2020-12-03T15:22:56.841Z] ---> c9b7f8314487 [2020-12-03T15:22:56.841Z] Step 6/29 : RUN go mod download [2020-12-03T15:22:58.372Z] ---> Running in 1e305e448598 [2020-12-03T15:22:58.372Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:22:58.372Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:22:58.372Z] ---> 54b52b3b7d53 [2020-12-03T15:22:58.372Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T15:22:58.372Z] ---> Using cache [2020-12-03T15:22:58.372Z] ---> 1122832ec28d [2020-12-03T15:22:58.372Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:22:58.372Z] ---> Using cache [2020-12-03T15:22:58.372Z] ---> a50fa9d81c7c [2020-12-03T15:22:58.372Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T15:22:59.364Z] ---> Running in ff64fa1d8196 [2020-12-03T15:23:00.874Z] Removing intermediate container fd8e8fb78bfe [2020-12-03T15:23:00.874Z] ---> f1d8ad1c943d [2020-12-03T15:23:00.874Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T15:23:02.946Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:23:02.946Z] ---> Running in 1e92f3cd267b [2020-12-03T15:23:03.578Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:23:04.200Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:23:04.200Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:23:04.200Z] OK: 12745 distinct packages available [2020-12-03T15:23:04.822Z] OK: 233 MiB in 51 packages [2020-12-03T15:23:05.444Z] Removing intermediate container 1e305e448598 [2020-12-03T15:23:05.445Z] ---> 62eaed4fb43a [2020-12-03T15:23:05.445Z] Step 7/29 : COPY . . [2020-12-03T15:23:09.798Z] Removing intermediate container ff64fa1d8196 [2020-12-03T15:23:09.798Z] ---> ab707ef92d2e [2020-12-03T15:23:09.798Z] Step 6/21 : COPY go.mod . [2020-12-03T15:23:11.775Z] ---> bc1e2da06b2a [2020-12-03T15:23:11.775Z] Step 7/21 : RUN go mod download [2020-12-03T15:23:13.251Z] ---> Running in ed57456782ed [2020-12-03T15:23:15.307Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:23:15.307Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:23:15.307Z] ---> 54b52b3b7d53 [2020-12-03T15:23:15.307Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T15:23:15.307Z] ---> Using cache [2020-12-03T15:23:15.307Z] ---> 1122832ec28d [2020-12-03T15:23:15.307Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:23:15.307Z] ---> Using cache [2020-12-03T15:23:15.307Z] ---> a50fa9d81c7c [2020-12-03T15:23:15.307Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T15:23:15.307Z] ---> Using cache [2020-12-03T15:23:15.307Z] ---> ab707ef92d2e [2020-12-03T15:23:15.307Z] Step 6/22 : COPY go.mod . [2020-12-03T15:23:15.307Z] ---> Using cache [2020-12-03T15:23:15.307Z] ---> bc1e2da06b2a [2020-12-03T15:23:15.307Z] Step 7/22 : RUN go mod download [2020-12-03T15:23:15.839Z] gofmt -l . [2020-12-03T15:23:16.852Z] Collecting docker-compose==1.23.2 [2020-12-03T15:23:16.852Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T15:23:16.852Z] ---> Running in 0b67146d7932 [2020-12-03T15:23:17.267Z] [ "`gofmt -l .`" = "" ] [2020-12-03T15:23:17.449Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T15:23:17.449Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T15:23:18.479Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T15:23:18.479Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T15:23:19.154Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T15:23:19.154Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T15:23:19.236Z] ./bin/test-go-mod-tidy.sh [2020-12-03T15:23:20.221Z] ./bin/test-attribution-txt.sh [2020-12-03T15:23:20.675Z] Removing intermediate container ed57456782ed [2020-12-03T15:23:20.675Z] ---> 9bb9136cadcb [2020-12-03T15:23:20.675Z] Step 8/21 : COPY . . [2020-12-03T15:23:22.092Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T15:23:22.092Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T15:23:24.048Z] Removing intermediate container 0b67146d7932 [2020-12-03T15:23:24.048Z] ---> 189741d33460 [2020-12-03T15:23:24.048Z] Step 8/22 : COPY . . [2020-12-03T15:23:24.049Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T15:23:24.049Z] Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T15:23:24.049Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [Pipeline] sh [2020-12-03T15:23:25.765Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T15:23:25.766Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T15:23:26.386Z] + ls -al . [2020-12-03T15:23:26.386Z] total 676 [2020-12-03T15:23:26.386Z] drwxrwxr-x 9 1001 1001 4096 Dec 3 15:23 . [2020-12-03T15:23:26.386Z] drwxr-xr-x 4 root root 4096 Dec 3 15:19 .. [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 11 Dec 3 15:17 .dockerignore [2020-12-03T15:23:26.386Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 15:17 .git [2020-12-03T15:23:26.386Z] drwxrwxr-x 3 1001 1001 4096 Dec 3 15:17 .github [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 971 Dec 3 15:17 .gitignore [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 166 Dec 3 15:17 .sonarcloud.properties [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 3804 Dec 3 15:17 CONTRIBUTING.md [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 1035 Dec 3 15:17 Dockerfile.build [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 863 Dec 3 15:17 Jenkinsfile [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 10775 Dec 3 15:17 LICENSE [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 6280 Dec 3 15:17 Makefile [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 6447 Dec 3 15:17 README.md [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 259 Dec 3 15:17 SECURITY.md [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 5 Dec 3 15:15 VERSION [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 4131 Dec 3 15:17 ZMQWindows.md [2020-12-03T15:23:26.386Z] drwxrwxr-x 2 1001 1001 4096 Dec 3 15:17 bin [2020-12-03T15:23:26.386Z] drwxrwxr-x 15 1001 1001 4096 Dec 3 15:17 cmd [2020-12-03T15:23:26.386Z] -rw-r--r-- 1 root root 555123 Dec 3 15:22 coverage.out [2020-12-03T15:23:26.386Z] -rw-r--r-- 1 root root 1041 Dec 3 15:23 go.mod [2020-12-03T15:23:26.386Z] -rw-r--r-- 1 root root 18856 Dec 3 15:23 go.sum [2020-12-03T15:23:26.386Z] drwxrwxr-x 8 1001 1001 4096 Dec 3 15:17 internal [2020-12-03T15:23:26.386Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 15:17 openapi [2020-12-03T15:23:26.386Z] drwxrwxr-x 4 1001 1001 4096 Dec 3 15:17 snap [2020-12-03T15:23:26.386Z] -rw-rw-r-- 1 1001 1001 168 Dec 3 15:17 version.go [Pipeline] sh [2020-12-03T15:23:27.042Z] + '[' -e coverage.out ] [2020-12-03T15:23:27.042Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-12-03T15:23:27.152Z] Warning: overwriting stash ‘coverage-report’ [2020-12-03T15:23:28.461Z] Stashed 1 file(s) [Pipeline] sh [2020-12-03T15:23:29.172Z] + make build [2020-12-03T15:23:29.172Z] 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 [2020-12-03T15:23:33.333Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T15:23:33.333Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T15:23:33.333Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T15:23:33.333Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T15:23:34.345Z] ---> a1659ac5a373 [2020-12-03T15:23:34.345Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T15:23:36.992Z] ---> Running in b80a1f957626 [2020-12-03T15:23:37.278Z] Collecting PyYAML<4,>=3.10 [2020-12-03T15:23:37.278Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T15:23:39.979Z] 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 [2020-12-03T15:23:39.979Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T15:23:39.979Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T15:23:40.954Z] 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) [2020-12-03T15:23:40.954Z] 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) [2020-12-03T15:23:41.246Z] Collecting idna<2.8,>=2.5 [2020-12-03T15:23:41.247Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T15:23:41.515Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T15:23:41.515Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T15:23:41.515Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T15:23:41.515Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T15:23:41.515Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T15:23:41.515Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T15:23:42.510Z] Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, cached-property, texttable, dockerpty, PyYAML, docker-compose [2020-12-03T15:23:44.066Z] Attempting uninstall: idna [2020-12-03T15:23:44.067Z] Found existing installation: idna 2.9 [2020-12-03T15:23:44.067Z] Uninstalling idna-2.9: [2020-12-03T15:23:45.569Z] Successfully uninstalled idna-2.9 [2020-12-03T15:23:47.001Z] Attempting uninstall: urllib3 [2020-12-03T15:23:47.001Z] Found existing installation: urllib3 1.25.9 [2020-12-03T15:23:47.001Z] Uninstalling urllib3-1.25.9: [2020-12-03T15:23:48.477Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T15:23:49.091Z] ---> ec8fbda734b6 [2020-12-03T15:23:49.091Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T15:23:49.365Z] Attempting uninstall: requests [2020-12-03T15:23:49.365Z] Found existing installation: requests 2.23.0 [2020-12-03T15:23:49.365Z] Uninstalling requests-2.23.0: [2020-12-03T15:23:49.646Z] Successfully uninstalled requests-2.23.0 [2020-12-03T15:23:50.732Z] ---> Running in b0d8154af76c [2020-12-03T15:23:52.346Z] Running setup.py install for docopt: started [2020-12-03T15:23:53.377Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T15:23:55.983Z] 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 [2020-12-03T15:23:59.110Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T15:23:59.110Z] Running setup.py install for texttable: started [2020-12-03T15:24:01.157Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T15:24:01.157Z] Running setup.py install for dockerpty: started [2020-12-03T15:24:02.685Z] 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 [2020-12-03T15:24:03.251Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T15:24:03.251Z] Running setup.py install for PyYAML: started [2020-12-03T15:24:04.305Z] ---> 8a22293fc25b [2020-12-03T15:24:04.305Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T15:24:04.305Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T15:24:04.944Z] ---> Running in 53e3475a0b73 [2020-12-03T15:24:05.222Z] 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 [2020-12-03T15:24:06.785Z] 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 [2020-12-03T15:24:06.785Z] ---> 7d0d696bf7a2 [2020-12-03T15:24:06.785Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T15:24:06.997Z] 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 [2020-12-03T15:24:07.391Z] ---> Running in 90161b136a8c [2020-12-03T15:24:07.973Z] 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 [2020-12-03T15:24:08.408Z] 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 [2020-12-03T15:24:11.937Z] Removing intermediate container 1e92f3cd267b [2020-12-03T15:24:11.937Z] ---> 87afaf6b5f0a [2020-12-03T15:24:11.937Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T15:24:12.221Z] ---> Running in 90987452b7bd [2020-12-03T15:24:13.371Z] 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 [2020-12-03T15:24:14.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:24:14.938Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:24:15.225Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T15:24:15.225Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T15:24:15.225Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T15:24:15.225Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:24:15.225Z] OK: 72 MiB in 58 packages [2020-12-03T15:24:17.708Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T15:24:18.733Z] Removing intermediate container b80a1f957626 [2020-12-03T15:24:18.734Z] ---> fed81822140d [2020-12-03T15:24:18.734Z] [2020-12-03T15:24:18.734Z] Step 10/24 : FROM scratch [2020-12-03T15:24:18.734Z] ---> [2020-12-03T15:24:18.734Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T15:24:19.793Z] ---> Running in 994d42e75293 [2020-12-03T15:24:19.793Z] Removing intermediate container 90987452b7bd [2020-12-03T15:24:19.793Z] ---> 80d3c218ff3f [2020-12-03T15:24:19.793Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T15:24:19.793Z] ---> Running in a50967e56017 [2020-12-03T15:24:20.089Z] Removing intermediate container 994d42e75293 [2020-12-03T15:24:20.089Z] ---> fe3f94605714 [2020-12-03T15:24:20.089Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T15:24:20.089Z] ---> Running in 613c3736b966 [2020-12-03T15:24:20.362Z] Removing intermediate container a50967e56017 [2020-12-03T15:24:20.362Z] ---> da1c783a0e46 [2020-12-03T15:24:20.362Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:24:20.362Z] ---> Running in 22e4e99390a5 [2020-12-03T15:24:20.362Z] Removing intermediate container 613c3736b966 [2020-12-03T15:24:20.362Z] ---> b184951e2cf5 [2020-12-03T15:24:20.362Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T15:24:20.638Z] ---> Running in f9d854d5a40c [2020-12-03T15:24:20.933Z] Removing intermediate container 22e4e99390a5 [2020-12-03T15:24:20.933Z] ---> aad62b55e73a [2020-12-03T15:24:20.933Z] Step 25/27 : LABEL arch=x86_64 [2020-12-03T15:24:20.933Z] Removing intermediate container f9d854d5a40c [2020-12-03T15:24:20.933Z] ---> edc4ad72f36d [2020-12-03T15:24:20.933Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T15:24:20.933Z] ---> Running in e0c01df07724 [2020-12-03T15:24:21.096Z] 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 [2020-12-03T15:24:21.226Z] Removing intermediate container e0c01df07724 [2020-12-03T15:24:21.226Z] ---> 26aec74ff26a [2020-12-03T15:24:21.226Z] Step 26/27 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:24:21.504Z] ---> 3be76334fe17 [2020-12-03T15:24:21.504Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T15:24:21.504Z] ---> Running in fe0877cac743 [2020-12-03T15:24:21.795Z] Removing intermediate container fe0877cac743 [2020-12-03T15:24:21.795Z] ---> 7a5e9f35fb5f [2020-12-03T15:24:21.795Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T15:24:22.097Z] ---> Running in 8113292d957f [2020-12-03T15:24:22.713Z] Removing intermediate container 8113292d957f [2020-12-03T15:24:22.713Z] ---> 620b22a6a45d [2020-12-03T15:24:22.713Z] [2020-12-03T15:24:22.994Z] Successfully built 620b22a6a45d [2020-12-03T15:24:22.994Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-12-03T15:24:22.994Z]  Building docker-sys-mgmt-agent-go ... done Building docker-security-bootstrap-redis-go [2020-12-03T15:24:23.272Z] ---> 5fc5c5b338c3 [2020-12-03T15:24:23.272Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T15:24:24.286Z] ---> de7e19f4b5d8 [2020-12-03T15:24:24.286Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T15:24:25.409Z] 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 [2020-12-03T15:24:29.718Z] 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 [2020-12-03T15:24:29.821Z] ---> ebdb19b2352e [2020-12-03T15:24:29.821Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T15:24:31.779Z] Removing intermediate container b0d8154af76c [2020-12-03T15:24:31.779Z] ---> 56c575918420 [2020-12-03T15:24:31.779Z] [2020-12-03T15:24:31.779Z] Step 9/29 : FROM alpine:latest [2020-12-03T15:24:31.779Z] ---> d6e46aa2470d [2020-12-03T15:24:31.779Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T15:24:33.108Z] 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 [2020-12-03T15:24:33.271Z] ---> Running in 71fa64e95ba5 [2020-12-03T15:24:33.651Z] ---> 7deb7dc2653c [2020-12-03T15:24:33.651Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T15:24:33.955Z] Removing intermediate container 71fa64e95ba5 [2020-12-03T15:24:33.955Z] ---> 81a7b49e23e0 [2020-12-03T15:24:33.955Z] Step 11/29 : USER root [2020-12-03T15:24:34.261Z] ---> Running in c56271bc2c1a [2020-12-03T15:24:34.261Z] ---> 7fa7b385721b [2020-12-03T15:24:34.261Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T15:24:34.566Z] ---> Running in 77e01a7014ba [2020-12-03T15:24:34.566Z] Removing intermediate container c56271bc2c1a [2020-12-03T15:24:34.566Z] ---> 4afbb131cd54 [2020-12-03T15:24:34.566Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T15:24:36.084Z] Removing intermediate container 77e01a7014ba [2020-12-03T15:24:36.084Z] ---> 9a1a5f87e674 [2020-12-03T15:24:36.084Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:24:36.084Z] ---> Running in 9835da8652d1 [2020-12-03T15:24:36.084Z] ---> Running in d4a06f73dc76 [2020-12-03T15:24:36.505Z] 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 [2020-12-03T15:24:36.806Z] Removing intermediate container d4a06f73dc76 [2020-12-03T15:24:36.806Z] ---> f73b59b93597 [2020-12-03T15:24:36.806Z] Step 22/24 : LABEL arch=x86_64 [2020-12-03T15:24:36.806Z] ---> Running in 4022201012d3 [2020-12-03T15:24:38.307Z] 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 [2020-12-03T15:24:38.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:24:38.307Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:24:38.597Z] Removing intermediate container 4022201012d3 [2020-12-03T15:24:38.597Z] ---> 17a5ca61c145 [2020-12-03T15:24:38.597Z] Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:24:38.597Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:24:38.597Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:24:38.597Z] OK: 12746 distinct packages available [2020-12-03T15:24:38.870Z] ---> Running in 536696aeea2f [2020-12-03T15:24:38.870Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T15:24:39.155Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T15:24:39.155Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:24:39.155Z] Executing ca-certificates-20191127-r4.trigger [Pipeline] } [2020-12-03T15:24:39.923Z] $ docker stop --time=1 b57a222e9002bbe94fe05cabdb076bacc0805cee5a1360ee441a2d9c409b88e1 [2020-12-03T15:24:40.596Z] OK: 6 MiB in 16 packages [2020-12-03T15:24:40.596Z] Removing intermediate container 536696aeea2f [2020-12-03T15:24:40.596Z] ---> 0326c54f68e2 [2020-12-03T15:24:40.596Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T15:24:41.606Z] ---> Running in 15f1d75c5993 [2020-12-03T15:24:42.620Z] $ docker rm -f b57a222e9002bbe94fe05cabdb076bacc0805cee5a1360ee441a2d9c409b88e1 [2020-12-03T15:24:43.601Z] Removing intermediate container 15f1d75c5993 [2020-12-03T15:24:43.601Z] ---> 41400cdf2370 [2020-12-03T15:24:43.601Z] [2020-12-03T15:24:43.867Z] Removing intermediate container 9835da8652d1 [2020-12-03T15:24:43.867Z] ---> 9edc06d4fa36 [2020-12-03T15:24:43.867Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:24:44.817Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T15:24:44.817Z] [2020-12-03T15:24:44.817Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [2020-12-03T15:24:44.869Z] Successfully built 41400cdf2370 [2020-12-03T15:24:44.869Z] Successfully tagged docker-support-notifications-go:latest [Pipeline] sh [2020-12-03T15:24:45.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T15:24:45.486Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-12-03T15:24:45.486Z] 29e5d40040c1: Pulling fs layer [2020-12-03T15:24:45.486Z] 1ce36da41761: Pulling fs layer [2020-12-03T15:24:45.486Z] 25b303627fd3: Pulling fs layer [2020-12-03T15:24:45.758Z] 29e5d40040c1: Verifying Checksum [2020-12-03T15:24:45.758Z] 29e5d40040c1: Download complete [2020-12-03T15:24:46.352Z] 29e5d40040c1: Pull complete [2020-12-03T15:24:46.352Z] 1ce36da41761: Verifying Checksum [2020-12-03T15:24:46.353Z] 1ce36da41761: Download complete [2020-12-03T15:24:46.965Z]  Building docker-support-notifications-go ... done  ---> Running in 66f1a2534d38 [2020-12-03T15:24:47.778Z] 1ce36da41761: Pull complete [2020-12-03T15:24:48.047Z] 25b303627fd3: Download complete [2020-12-03T15:24:51.468Z] Removing intermediate container 66f1a2534d38 [2020-12-03T15:24:51.468Z] ---> db2283364651 [2020-12-03T15:24:51.468Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T15:24:53.445Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:24:53.445Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:24:53.445Z] ---> 54b52b3b7d53 [2020-12-03T15:24:53.445Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T15:24:53.445Z] ---> Using cache [2020-12-03T15:24:53.445Z] ---> 1122832ec28d [2020-12-03T15:24:53.445Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:24:53.445Z] ---> Using cache [2020-12-03T15:24:53.445Z] ---> a50fa9d81c7c [2020-12-03T15:24:53.445Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T15:24:53.445Z] ---> Using cache [2020-12-03T15:24:53.445Z] ---> ab707ef92d2e [2020-12-03T15:24:53.445Z] Step 6/22 : COPY go.mod . [2020-12-03T15:24:53.445Z] ---> Using cache [2020-12-03T15:24:53.445Z] ---> bc1e2da06b2a [2020-12-03T15:24:53.445Z] Step 7/22 : RUN go mod download [2020-12-03T15:24:53.445Z] ---> Using cache [2020-12-03T15:24:53.445Z] ---> 189741d33460 [2020-12-03T15:24:53.445Z] Step 8/22 : COPY . . [2020-12-03T15:24:53.445Z] ---> Using cache [2020-12-03T15:24:53.445Z] ---> 7d0d696bf7a2 [2020-12-03T15:24:53.445Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T15:24:53.730Z] ---> Running in 952a73be3dd6 [2020-12-03T15:24:54.038Z] ---> Running in 99b752905699 [2020-12-03T15:24:54.038Z] Removing intermediate container 90161b136a8c [2020-12-03T15:24:54.038Z] ---> 425b91bee8bc [2020-12-03T15:24:54.038Z] [2020-12-03T15:24:54.038Z] Step 10/22 : FROM scratch [2020-12-03T15:24:54.038Z] ---> [2020-12-03T15:24:54.038Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:24:54.038Z] Removing intermediate container 53e3475a0b73 [2020-12-03T15:24:54.038Z] ---> 14f42688fe24 [2020-12-03T15:24:54.038Z] [2020-12-03T15:24:54.038Z] Step 10/21 : FROM alpine [2020-12-03T15:24:54.038Z] ---> d6e46aa2470d [2020-12-03T15:24:54.038Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T15:24:54.038Z] ---> Running in a2cc819d2efd [2020-12-03T15:24:54.320Z] ---> Using cache [2020-12-03T15:24:54.320Z] ---> 484d3a826f49 [2020-12-03T15:24:54.320Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T15:24:54.320Z] Removing intermediate container 952a73be3dd6 [2020-12-03T15:24:54.320Z] ---> 4b3aed05cf35 [2020-12-03T15:24:54.320Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T15:24:54.589Z] ---> Running in ff81620da8ae [2020-12-03T15:24:54.589Z] ---> Running in fc35be8ddb7e [2020-12-03T15:24:54.881Z] Removing intermediate container ff81620da8ae [2020-12-03T15:24:54.881Z] ---> 81aaa919d703 [2020-12-03T15:24:54.881Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T15:24:55.160Z] ---> Running in fe60b1a02d0c [2020-12-03T15:24:55.160Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-12-03T15:24:55.160Z] 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 [2020-12-03T15:24:55.436Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-12-03T15:24:55.436Z] Removing intermediate container fe60b1a02d0c [2020-12-03T15:24:55.436Z] ---> d13a2128a7da [2020-12-03T15:24:55.436Z] Step 14/22 : WORKDIR / [2020-12-03T15:24:55.436Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:24:55.436Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:24:55.436Z] OK: 12746 distinct packages available [2020-12-03T15:24:55.436Z] ---> Running in 78900d6c78bf [2020-12-03T15:24:55.725Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T15:24:56.022Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T15:24:56.022Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T15:24:56.022Z] Removing intermediate container 78900d6c78bf [2020-12-03T15:24:56.022Z] ---> 96628f35e872 [2020-12-03T15:24:56.022Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T15:24:56.022Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T15:24:56.022Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:24:56.022Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T15:24:56.022Z] OK: 7 MiB in 18 packages [2020-12-03T15:24:56.307Z] ---> 2c19a5ebd924 [2020-12-03T15:24:56.308Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T15:24:56.308Z] Removing intermediate container fc35be8ddb7e [2020-12-03T15:24:56.308Z] ---> bd5abb0ccbad [2020-12-03T15:24:56.308Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T15:24:57.827Z] Removing intermediate container a2cc819d2efd [2020-12-03T15:24:57.827Z] ---> ffc1539e1f71 [2020-12-03T15:24:57.827Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T15:24:57.827Z] ---> 663d1b6bec82 [2020-12-03T15:24:57.827Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T15:24:57.827Z] ---> Running in a3dce27469f5 [2020-12-03T15:24:57.827Z] ---> 1e0721396dee [2020-12-03T15:24:57.827Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T15:24:58.189Z] 25b303627fd3: Pull complete [2020-12-03T15:24:58.189Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-12-03T15:24:58.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T15:24:58.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-12-03T15:24:58.436Z] Removing intermediate container a3dce27469f5 [2020-12-03T15:24:58.436Z] ---> 25492522308c [2020-12-03T15:24:58.436Z] Step 13/21 : WORKDIR /edgex [2020-12-03T15:24:58.436Z] ---> Running in 7e8d3452c14f [2020-12-03T15:24:58.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container [2020-12-03T15:24:58.531Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T15:24:58.715Z] ---> 4628a89d0ff9 [2020-12-03T15:24:58.715Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T15:24:58.715Z] ---> cbd27fe0210f [2020-12-03T15:24:58.715Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T15:24:58.715Z] ---> Running in c7a6598de587 [2020-12-03T15:24:58.998Z] Removing intermediate container 7e8d3452c14f [2020-12-03T15:24:58.998Z] ---> b6174067e86b [2020-12-03T15:24:58.998Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T15:24:59.282Z] Removing intermediate container c7a6598de587 [2020-12-03T15:24:59.282Z] ---> e935c52cbb0b [2020-12-03T15:24:59.282Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:24:59.282Z] ---> Running in b29f91cedd33 [2020-12-03T15:24:59.282Z] ---> 6d5d5d98b1b1 [2020-12-03T15:24:59.282Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T15:24:59.573Z] ---> 4c5f80a7afaf [2020-12-03T15:24:59.573Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T15:24:59.573Z] Removing intermediate container b29f91cedd33 [2020-12-03T15:24:59.573Z] ---> 149351e34f27 [2020-12-03T15:24:59.573Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T15:24:59.850Z] ---> Running in 0778be2c71e1 [2020-12-03T15:25:00.116Z] ---> 4d93d384de64 [2020-12-03T15:25:00.116Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T15:25:00.116Z] Removing intermediate container 0778be2c71e1 [2020-12-03T15:25:00.116Z] ---> c38f4e44e8dc [2020-12-03T15:25:00.116Z] Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:25:01.124Z] ---> 50e1950c263a [2020-12-03T15:25:01.124Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T15:25:01.124Z] ---> Running in f78cd9c266f9 [2020-12-03T15:25:01.451Z] ---> 932aa92eb7bc [2020-12-03T15:25:01.451Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T15:25:01.451Z] ---> Running in d7712b859db2 [2020-12-03T15:25:01.587Z] $ docker top c7f92ed01a7de75d82e7b8853cd6ed30dc3132acb3716ed131d2243c66d24935 -eo pid,comm [2020-12-03T15:25:01.739Z] Removing intermediate container f78cd9c266f9 [2020-12-03T15:25:01.739Z] ---> 0d5f7f8b6228 [2020-12-03T15:25:01.739Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T15:25:01.739Z] ---> Running in 2e00a2ba0d3f [Pipeline] { [Pipeline] sh [2020-12-03T15:25:02.038Z] ---> 145f299b9a34 [2020-12-03T15:25:02.039Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T15:25:02.039Z] Removing intermediate container 2e00a2ba0d3f [2020-12-03T15:25:02.039Z] ---> 793b82520f0c [2020-12-03T15:25:02.039Z] [2020-12-03T15:25:02.350Z] ---> Running in ee028fd62f51 [2020-12-03T15:25:02.648Z] + docker-compose build --help [2020-12-03T15:25:02.648Z] + grep parallel [2020-12-03T15:25:02.665Z] Successfully built 793b82520f0c [2020-12-03T15:25:02.665Z] Successfully tagged docker-core-command-go:latest [2020-12-03T15:25:02.665Z]  Building docker-core-command-go ... done Removing intermediate container ee028fd62f51 [2020-12-03T15:25:02.665Z] ---> dd5d49e584b2 [2020-12-03T15:25:02.665Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T15:25:02.665Z] ---> Running in 6a87ac1da47c [2020-12-03T15:25:03.324Z] Removing intermediate container 6a87ac1da47c [2020-12-03T15:25:03.324Z] ---> da03b88780ad [2020-12-03T15:25:03.324Z] Step 19/21 : LABEL arch=x86_64 [2020-12-03T15:25:03.324Z] ---> Running in 143d43105132 [2020-12-03T15:25:03.609Z] Removing intermediate container d7712b859db2 [2020-12-03T15:25:03.609Z] ---> 525e3bfcbe70 [2020-12-03T15:25:03.609Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T15:25:04.241Z] Removing intermediate container 143d43105132 [2020-12-03T15:25:04.241Z] ---> 7a22e7bd9143 [2020-12-03T15:25:04.241Z] Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:25:04.241Z] ---> 3cc0f495cad8 [2020-12-03T15:25:04.241Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T15:25:04.241Z] ---> Running in f35d4497ca8c [2020-12-03T15:25:04.527Z] ---> Running in 367cf7d62678 [2020-12-03T15:25:04.805Z] Removing intermediate container f35d4497ca8c [2020-12-03T15:25:04.805Z] ---> 55023864f7a4 [2020-12-03T15:25:04.805Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T15:25:05.088Z] ---> Running in 39d37a3abeda [2020-12-03T15:25:05.696Z] Removing intermediate container 39d37a3abeda [2020-12-03T15:25:05.696Z] ---> ea149ff9a41c [2020-12-03T15:25:05.696Z] [2020-12-03T15:25:06.012Z] --parallel Build images in parallel. [Pipeline] } [2020-12-03T15:25:06.306Z] $ docker stop --time=1 c7f92ed01a7de75d82e7b8853cd6ed30dc3132acb3716ed131d2243c66d24935 [2020-12-03T15:25:06.335Z] Successfully built ea149ff9a41c [2020-12-03T15:25:06.335Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-12-03T15:25:06.968Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 367cf7d62678 [2020-12-03T15:25:06.968Z] ---> a3bd492d1cb1 [2020-12-03T15:25:06.968Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T15:25:07.272Z] ---> Running in 0d0091ee497d [2020-12-03T15:25:08.177Z] $ docker rm -f c7f92ed01a7de75d82e7b8853cd6ed30dc3132acb3716ed131d2243c66d24935 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:25:09.109Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-12-03T15:25:09.110Z] . [Pipeline] withDockerContainer [2020-12-03T15:25:09.337Z] prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container [2020-12-03T15:25:09.426Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-12-03T15:25:09.959Z] Removing intermediate container 0d0091ee497d [2020-12-03T15:25:09.960Z] ---> 3a67b749c523 [2020-12-03T15:25:09.960Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T15:25:09.960Z] ---> Running in 950c0cfe05d1 [2020-12-03T15:25:10.240Z] Removing intermediate container 950c0cfe05d1 [2020-12-03T15:25:10.240Z] ---> aaeae1e6bbb6 [2020-12-03T15:25:10.240Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T15:25:10.240Z] ---> Running in 4f6746438f7b [2020-12-03T15:25:10.506Z] Removing intermediate container 4f6746438f7b [2020-12-03T15:25:10.506Z] ---> 51daee2e6f99 [2020-12-03T15:25:10.506Z] Step 27/29 : LABEL arch=x86_64 [2020-12-03T15:25:10.790Z] $ docker top da8b2ce3fa815f473c733f6707361c80587f15816d48446e00cec7044a1ea661 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T15:25:11.858Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-12-03T15:25:11.908Z] ---> Running in d78fee204e3f [2020-12-03T15:25:11.908Z] Removing intermediate container 99b752905699 [2020-12-03T15:25:11.908Z] ---> 59434d895c7c [2020-12-03T15:25:11.908Z] [2020-12-03T15:25:11.908Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T15:25:11.909Z] ---> be4e4bea2c2e [2020-12-03T15:25:11.909Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T15:25:11.909Z] ---> Using cache [2020-12-03T15:25:11.909Z] ---> 4ca8667b31fc [2020-12-03T15:25:11.909Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T15:25:11.909Z] ---> Running in 89c52e41a70e [2020-12-03T15:25:11.909Z] Removing intermediate container d78fee204e3f [2020-12-03T15:25:11.909Z] ---> c2fb5b339ad8 [2020-12-03T15:25:11.909Z] Step 28/29 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:25:11.909Z] ---> Running in 733bc108dc7c [2020-12-03T15:25:11.909Z] Removing intermediate container 89c52e41a70e [2020-12-03T15:25:11.909Z] ---> edf9ec9babee [2020-12-03T15:25:11.909Z] Step 13/22 : WORKDIR / [2020-12-03T15:25:12.174Z] ---> Running in 6d51ccbda29b [2020-12-03T15:25:12.175Z] Removing intermediate container 733bc108dc7c [2020-12-03T15:25:12.175Z] ---> d76adfc9c854 [2020-12-03T15:25:12.175Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T15:25:12.175Z] ---> Running in 113aff21c1f7 [2020-12-03T15:25:12.773Z] Removing intermediate container 6d51ccbda29b [2020-12-03T15:25:12.773Z] ---> 25a4155b8529 [2020-12-03T15:25:12.773Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T15:25:12.773Z] Removing intermediate container 113aff21c1f7 [2020-12-03T15:25:12.773Z] ---> bb88320791d2 [2020-12-03T15:25:12.773Z] [2020-12-03T15:25:13.037Z] Successfully built bb88320791d2 [2020-12-03T15:25:13.037Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-12-03T15:25:13.037Z]  Building docker-security-secrets-setup-go ... done  ---> 27dd6f096307 [2020-12-03T15:25:13.037Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T15:25:14.003Z] ---> 92f08102cc43 [2020-12-03T15:25:14.003Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T15:25:14.003Z] ---> c2308b47f189 [2020-12-03T15:25:14.003Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T15:25:14.267Z] ---> d474f46b0751 [2020-12-03T15:25:14.267Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T15:25:14.542Z] ---> Running in 6558c89ad52c [2020-12-03T15:25:15.495Z] Removing intermediate container 6558c89ad52c [2020-12-03T15:25:15.495Z] ---> 61939219038d [2020-12-03T15:25:15.495Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T15:25:15.495Z] ---> Running in e9b0759c7b1c [2020-12-03T15:25:15.765Z] Removing intermediate container e9b0759c7b1c [2020-12-03T15:25:15.765Z] ---> 232ee4230366 [2020-12-03T15:25:15.765Z] Step 20/22 : LABEL arch=x86_64 [2020-12-03T15:25:15.765Z] ---> Running in 8c5c44de808d [2020-12-03T15:25:16.028Z] Removing intermediate container 8c5c44de808d [2020-12-03T15:25:16.028Z] ---> ac56d2821792 [2020-12-03T15:25:16.028Z] Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:25:16.028Z] ---> Running in d38d150c07f1 [2020-12-03T15:25:16.146Z] Building docker-core-command-go ... [2020-12-03T15:25:16.146Z] Building docker-core-data-go ... [2020-12-03T15:25:16.146Z] Building docker-core-metadata-go ... [2020-12-03T15:25:16.146Z] Building docker-security-bootstrap-redis-go ... [2020-12-03T15:25:16.146Z] Building docker-security-proxy-setup-go ... [2020-12-03T15:25:16.146Z] Building docker-security-secrets-setup-go ... [2020-12-03T15:25:16.146Z] Building docker-security-secretstore-setup-go ... [2020-12-03T15:25:16.146Z] Building docker-support-notifications-go ... [2020-12-03T15:25:16.146Z] Building docker-support-scheduler-go ... [2020-12-03T15:25:16.146Z] Building docker-sys-mgmt-agent-go ... [2020-12-03T15:25:16.146Z] Building docker-security-bootstrap-redis-go [2020-12-03T15:25:16.146Z] Building docker-security-proxy-setup-go [2020-12-03T15:25:16.146Z] Building docker-security-secretstore-setup-go [2020-12-03T15:25:16.146Z] Building docker-core-command-go [2020-12-03T15:25:16.146Z] Building docker-support-notifications-go [2020-12-03T15:25:16.294Z] Removing intermediate container d38d150c07f1 [2020-12-03T15:25:16.294Z] ---> 6fea2a049769 [2020-12-03T15:25:16.294Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T15:25:16.294Z] ---> Running in 4c40ddd33191 [2020-12-03T15:25:16.890Z] Removing intermediate container 4c40ddd33191 [2020-12-03T15:25:16.890Z] ---> 87474439951e [2020-12-03T15:25:16.890Z] [2020-12-03T15:25:16.890Z] Successfully built 87474439951e [2020-12-03T15:25:16.890Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-12-03T15:25:18.952Z]  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } [2020-12-03T15:25:19.047Z] $ docker stop --time=1 e9e03384ccf650cdb7e9e85be43d92a2bde33c66acb4590c2c063db93d6f4deb [2020-12-03T15:25:21.419Z] $ docker rm -f e9e03384ccf650cdb7e9e85be43d92a2bde33c66acb4590c2c063db93d6f4deb [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T15:25:22.100Z] + docker images [2020-12-03T15:25:22.100Z] + grep docker [2020-12-03T15:25:22.100Z] docker-security-bootstrap-redis-go latest 87474439951e 5 seconds ago 15.8MB [2020-12-03T15:25:22.100Z] docker-security-secrets-setup-go latest bb88320791d2 9 seconds ago 23.9MB [2020-12-03T15:25:22.100Z] docker-security-proxy-setup-go latest ea149ff9a41c 16 seconds ago 24.6MB [2020-12-03T15:25:22.100Z] docker-core-command-go latest 793b82520f0c 20 seconds ago 12.2MB [2020-12-03T15:25:22.100Z] docker-support-notifications-go latest 41400cdf2370 40 seconds ago 13.6MB [2020-12-03T15:25:22.100Z] docker-sys-mgmt-agent-go latest 620b22a6a45d 59 seconds ago 293MB [2020-12-03T15:25:22.100Z] docker-core-data-go latest e55bbf1423fd 2 minutes ago 23.7MB [2020-12-03T15:25:22.100Z] docker-security-secretstore-setup-go latest acb8b9f6d704 2 minutes ago 24.7MB [2020-12-03T15:25:22.100Z] docker-core-metadata-go latest 8b8924f0d9b9 3 minutes ago 14.5MB [2020-12-03T15:25:22.100Z] docker-support-scheduler-go latest 727b1425f227 3 minutes ago 12.3MB [2020-12-03T15:25:22.100Z] docker latest b0757c55a1fd 38 hours ago 220MB [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 [2020-12-03T15:25:38.232Z] Still waiting to schedule task [2020-12-03T15:25:38.232Z] All nodes of label ‘centos7-docker-8c-8g’ are offline [2020-12-03T15:26:37.912Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:26:37.912Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:26:37.912Z] ---> 84101518f92e [2020-12-03T15:26:37.912Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T15:26:37.912Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:26:37.912Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:26:37.912Z] ---> 84101518f92e [2020-12-03T15:26:37.912Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T15:26:37.912Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:26:37.912Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:26:37.912Z] ---> 84101518f92e [2020-12-03T15:26:37.912Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T15:26:37.912Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:26:37.912Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:26:37.912Z] ---> 84101518f92e [2020-12-03T15:26:37.912Z] Step 3/24 : WORKDIR /edgex-go [2020-12-03T15:26:37.912Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:26:37.912Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:26:37.912Z] ---> 84101518f92e [2020-12-03T15:26:37.912Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T15:26:37.912Z] ---> Running in 547e5dfa0009 [2020-12-03T15:26:37.912Z] ---> Running in c7b74c140c90 [2020-12-03T15:26:37.912Z] ---> Running in 0c28b22b7f16 [2020-12-03T15:26:37.912Z] ---> Running in b6eaa9f87898 [2020-12-03T15:26:37.912Z] ---> Running in 91d033317a0d [2020-12-03T15:26:37.912Z] Removing intermediate container b6eaa9f87898 [2020-12-03T15:26:37.912Z] ---> 1b9404a95308 [2020-12-03T15:26:37.912Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:26:37.912Z] Removing intermediate container 547e5dfa0009 [2020-12-03T15:26:37.912Z] ---> 5c2f773b3022 [2020-12-03T15:26:37.912Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:26:37.912Z] Removing intermediate container 0c28b22b7f16 [2020-12-03T15:26:37.912Z] ---> 55ef95162d2a [2020-12-03T15:26:37.912Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:26:37.912Z] Removing intermediate container 91d033317a0d [2020-12-03T15:26:37.912Z] ---> d843d91df6bf [2020-12-03T15:26:37.912Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:26:37.912Z] ---> Running in f8c666e35e30 [2020-12-03T15:26:37.912Z] Removing intermediate container c7b74c140c90 [2020-12-03T15:26:37.912Z] ---> 3d9b8d07c70b [2020-12-03T15:26:37.912Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:26:37.912Z] ---> Running in 13ad524fb9f7 [2020-12-03T15:26:37.912Z] ---> Running in e293f5443ef8 [2020-12-03T15:26:37.912Z] ---> Running in 4553453e6fe1 [2020-12-03T15:26:37.912Z] ---> Running in 818ba851c193 [2020-12-03T15:26:37.912Z] Removing intermediate container f8c666e35e30 [2020-12-03T15:26:37.912Z] ---> a87f65806ea4 [2020-12-03T15:26:37.912Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-12-03T15:26:37.912Z] ---> Running in 13088d78336d [2020-12-03T15:26:37.912Z] Removing intermediate container e293f5443ef8 [2020-12-03T15:26:37.912Z] ---> fc1d94ca717a [2020-12-03T15:26:37.912Z] Step 5/24 : RUN apk update && apk add make git [2020-12-03T15:26:37.912Z] ---> Running in a27ab26f3f86 [2020-12-03T15:26:37.912Z] Removing intermediate container 818ba851c193 [2020-12-03T15:26:37.912Z] ---> d65e4a7f1da6 [2020-12-03T15:26:37.912Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T15:26:37.912Z] Removing intermediate container 13ad524fb9f7 [2020-12-03T15:26:37.912Z] ---> 4a6816faa615 [2020-12-03T15:26:37.912Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T15:26:37.912Z] Removing intermediate container 4553453e6fe1 [2020-12-03T15:26:37.912Z] ---> 2dba9e3bf42a [2020-12-03T15:26:37.912Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T15:26:37.912Z] ---> Running in 5133f353c62a [2020-12-03T15:26:37.912Z] ---> Running in a77a392d42cd [2020-12-03T15:26:37.912Z] ---> Running in 2a664ff93545 [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:26:37.912Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:26:37.912Z] OK: 12616 distinct packages available [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:26:37.912Z] OK: 217 MiB in 51 packages [2020-12-03T15:26:37.912Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:26:37.912Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:26:37.912Z] OK: 12616 distinct packages available [2020-12-03T15:26:37.912Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:26:37.912Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:26:37.912Z] OK: 12616 distinct packages available [2020-12-03T15:26:37.912Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:26:37.912Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:26:37.912Z] OK: 12616 distinct packages available [2020-12-03T15:26:38.190Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:26:38.190Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:26:38.190Z] OK: 12616 distinct packages available [2020-12-03T15:26:38.190Z] OK: 217 MiB in 51 packages [2020-12-03T15:26:38.473Z] OK: 217 MiB in 51 packages [2020-12-03T15:26:39.084Z] Removing intermediate container 13088d78336d [2020-12-03T15:26:39.084Z] ---> 92164c1501c1 [2020-12-03T15:26:39.084Z] Step 6/24 : COPY go.mod . [2020-12-03T15:26:39.084Z] OK: 217 MiB in 51 packages [2020-12-03T15:26:39.084Z] OK: 217 MiB in 51 packages [2020-12-03T15:26:40.539Z] ---> 9af0bf6e6212 [2020-12-03T15:26:40.539Z] Step 7/24 : RUN go mod download [2020-12-03T15:26:40.539Z] Removing intermediate container a27ab26f3f86 [2020-12-03T15:26:40.539Z] ---> 17f227f39363 [2020-12-03T15:26:40.539Z] Step 6/24 : COPY go.mod . [2020-12-03T15:26:40.539Z] Removing intermediate container a77a392d42cd [2020-12-03T15:26:40.539Z] ---> f88b0ffb3fc3 [2020-12-03T15:26:40.539Z] Step 6/22 : COPY go.mod . [2020-12-03T15:26:40.539Z] ---> Running in 382d36a55954 [2020-12-03T15:26:40.814Z] Removing intermediate container 5133f353c62a [2020-12-03T15:26:40.814Z] ---> a56b29ef6e3f [2020-12-03T15:26:40.814Z] Step 6/21 : COPY go.mod . [2020-12-03T15:26:40.830Z] Running on prd-centos7-docker-8c-8g-14315 in /w/workspace/edgexfoundry_edgex-go_PR-2919 [Pipeline] { [Pipeline] ws [2020-12-03T15:26:40.914Z] Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout [2020-12-03T15:26:41.087Z] Removing intermediate container 2a664ff93545 [2020-12-03T15:26:41.087Z] ---> a1598c99ea7f [2020-12-03T15:26:41.087Z] Step 6/22 : COPY go.mod . [2020-12-03T15:26:41.704Z] ---> 3c1961c0923e [2020-12-03T15:26:41.704Z] Step 7/22 : RUN go mod download [2020-12-03T15:26:41.704Z] ---> fa052a735230 [2020-12-03T15:26:41.704Z] Step 7/24 : RUN go mod download [2020-12-03T15:26:41.704Z] ---> Running in 617b9dec5db0 [2020-12-03T15:26:41.704Z] ---> Running in da0370bd386a [2020-12-03T15:26:41.986Z] ---> 2e3565c882c3 [2020-12-03T15:26:41.986Z] Step 7/21 : RUN go mod download [2020-12-03T15:26:42.265Z] ---> 9ebb1e02768b [2020-12-03T15:26:42.265Z] Step 7/22 : RUN go mod download [2020-12-03T15:26:42.265Z] ---> Running in ec9327215f9e [2020-12-03T15:26:42.544Z] ---> Running in 5dbcd968a029 [2020-12-03T15:26:43.317Z] using credential edgex-jenkins-ssh [2020-12-03T15:26:43.388Z] Cloning the remote Git repository [2020-12-03T15:26:43.413Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-12-03T15:26:43.480Z] > git init /w/workspace/edgex-go/3 # timeout=10 [2020-12-03T15:26:43.506Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T15:26:43.507Z] > git --version # timeout=10 [2020-12-03T15:26:43.513Z] > git --version # 'git version 2.24.3' [2020-12-03T15:26:43.514Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T15:26:43.537Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T15:26:44.543Z] Removing intermediate container 382d36a55954 [2020-12-03T15:26:44.543Z] ---> 062fdc397bc2 [2020-12-03T15:26:44.543Z] Step 8/24 : COPY . . [2020-12-03T15:26:47.186Z] Removing intermediate container 617b9dec5db0 [2020-12-03T15:26:47.186Z] ---> 567c73109008 [2020-12-03T15:26:47.186Z] Step 8/24 : COPY . . [2020-12-03T15:26:47.462Z] Removing intermediate container da0370bd386a [2020-12-03T15:26:47.462Z] ---> a5abefa36a1d [2020-12-03T15:26:47.462Z] Step 8/22 : COPY . . [2020-12-03T15:26:47.738Z] Removing intermediate container ec9327215f9e [2020-12-03T15:26:47.738Z] ---> a6b2be24d7e7 [2020-12-03T15:26:47.738Z] Step 8/21 : COPY . . [2020-12-03T15:26:48.336Z] Removing intermediate container 5dbcd968a029 [2020-12-03T15:26:48.336Z] ---> 010f86c0f1ef [2020-12-03T15:26:48.336Z] Step 8/22 : COPY . . [2020-12-03T15:26:50.393Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T15:26:50.399Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-12-03T15:26:50.407Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-12-03T15:26:50.418Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-12-03T15:26:50.418Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T15:26:50.422Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2919/head:refs/remotes/origin/PR-2919 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-12-03T15:26:51.013Z] Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:26:51.198Z] Merge succeeded, producing 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:26:51.198Z] Checking out Revision 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 (PR-2919) [2020-12-03T15:26:51.025Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T15:26:51.030Z] > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 [2020-12-03T15:26:51.171Z] > git remote # timeout=10 [2020-12-03T15:26:51.176Z] > git config --get remote.origin.url # timeout=10 [2020-12-03T15:26:51.181Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-12-03T15:26:51.185Z] > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 [2020-12-03T15:26:51.194Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-12-03T15:26:51.204Z] > git config core.sparsecheckout # timeout=10 [2020-12-03T15:26:51.209Z] > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 [2020-12-03T15:26:54.805Z] Commit message: "fix: Fix failing unit test due to removal of proxy for logging services" [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-12-03T15:26:56.828Z] ++ find /w/workspace/edgex-go/3 [2020-12-03T15:26:56.828Z] ++ grep snapcraft.yaml [2020-12-03T15:26:56.828Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T15:26:56.997Z] provisioning config files... [2020-12-03T15:26:57.010Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/3@tmp/config8791993857498136875tmp [Pipeline] { [Pipeline] sh [2020-12-03T15:26:57.421Z] + cp /w/workspace/edgex-go/3@tmp/config8791993857498136875tmp /w/workspace/edgex-go/3/edgex-snap-store-login [Pipeline] sh [2020-12-03T15:26:57.749Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-03T15:26:57.749Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-12-03T15:26:58.011Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-12-03T15:26:58.011Z] f08d8e2a3ba1: Pulling fs layer [2020-12-03T15:26:58.011Z] 3baa9cb2483b: Pulling fs layer [2020-12-03T15:26:58.011Z] 94e5ff4c0b15: Pulling fs layer [2020-12-03T15:26:58.011Z] 1860925334f9: Pulling fs layer [2020-12-03T15:26:58.011Z] 2daf38717194: Pulling fs layer [2020-12-03T15:26:58.011Z] 309017e8d7a4: Pulling fs layer [2020-12-03T15:26:58.011Z] f7790dc9fd0f: Pulling fs layer [2020-12-03T15:26:58.011Z] cac0ae9282c2: Pulling fs layer [2020-12-03T15:26:58.011Z] 1f4cadf9a1ed: Pulling fs layer [2020-12-03T15:26:58.011Z] 2daf38717194: Waiting [2020-12-03T15:26:58.011Z] 309017e8d7a4: Waiting [2020-12-03T15:26:58.011Z] f7790dc9fd0f: Waiting [2020-12-03T15:26:58.011Z] cac0ae9282c2: Waiting [2020-12-03T15:26:58.011Z] 1f4cadf9a1ed: Waiting [2020-12-03T15:26:58.011Z] 1860925334f9: Waiting [2020-12-03T15:26:58.011Z] 3baa9cb2483b: Verifying Checksum [2020-12-03T15:26:58.011Z] 3baa9cb2483b: Download complete [2020-12-03T15:26:58.011Z] 94e5ff4c0b15: Verifying Checksum [2020-12-03T15:26:58.011Z] 94e5ff4c0b15: Download complete [2020-12-03T15:26:58.011Z] 1860925334f9: Verifying Checksum [2020-12-03T15:26:58.011Z] 1860925334f9: Download complete [2020-12-03T15:26:58.011Z] 309017e8d7a4: Download complete [2020-12-03T15:26:58.011Z] f7790dc9fd0f: Verifying Checksum [2020-12-03T15:26:58.011Z] f7790dc9fd0f: Download complete [2020-12-03T15:26:58.274Z] cac0ae9282c2: Verifying Checksum [2020-12-03T15:26:58.274Z] cac0ae9282c2: Download complete [2020-12-03T15:26:58.847Z] 1f4cadf9a1ed: Verifying Checksum [2020-12-03T15:26:58.847Z] 1f4cadf9a1ed: Download complete [2020-12-03T15:27:00.771Z] f08d8e2a3ba1: Verifying Checksum [2020-12-03T15:27:00.772Z] f08d8e2a3ba1: Download complete [2020-12-03T15:27:02.169Z] f08d8e2a3ba1: Pull complete [2020-12-03T15:27:02.436Z] 3baa9cb2483b: Pull complete [2020-12-03T15:27:02.436Z] 94e5ff4c0b15: Pull complete [2020-12-03T15:27:02.705Z] 1860925334f9: Pull complete [2020-12-03T15:27:06.013Z] 2daf38717194: Verifying Checksum [2020-12-03T15:27:06.013Z] 2daf38717194: Download complete [2020-12-03T15:27:15.159Z] ---> 49eac057732d [2020-12-03T15:27:15.159Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-12-03T15:27:15.159Z] ---> 15d05b02b9fc [2020-12-03T15:27:15.159Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-12-03T15:27:15.159Z] ---> Running in e7a5bcd3deaf [2020-12-03T15:27:15.159Z] ---> 1db5bf8f6811 [2020-12-03T15:27:15.159Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2020-12-03T15:27:15.159Z] ---> df51947ea12c [2020-12-03T15:27:15.159Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-12-03T15:27:15.159Z] ---> 22d3120237e4 [2020-12-03T15:27:15.159Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-12-03T15:27:15.159Z] ---> Running in ee02e507fdaf [2020-12-03T15:27:15.159Z] ---> Running in d2c051f91ba5 [2020-12-03T15:27:15.159Z] ---> Running in aeeb611ceb34 [2020-12-03T15:27:15.159Z] ---> Running in 67590876a855 [2020-12-03T15:27:15.159Z] 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 [2020-12-03T15:27:15.159Z] 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 [2020-12-03T15:27:15.159Z] 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 [2020-12-03T15:27:15.159Z] 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 [2020-12-03T15:27:15.159Z] 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 [2020-12-03T15:27:24.159Z] 2daf38717194: Pull complete [2020-12-03T15:27:24.159Z] 309017e8d7a4: Pull complete [2020-12-03T15:27:24.159Z] f7790dc9fd0f: Pull complete [2020-12-03T15:27:24.159Z] cac0ae9282c2: Pull complete [2020-12-03T15:27:24.159Z] 1f4cadf9a1ed: Pull complete [2020-12-03T15:27:24.159Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-12-03T15:27:24.159Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-12-03T15:27:28.391Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T15:27:28.391Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:27:28.391Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T15:27:28.391Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-03T15:27:28.391Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1371 kB] [2020-12-03T15:27:28.391Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-03T15:27:28.391Z] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-03T15:27:28.654Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-03T15:27:28.654Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1824 kB] [2020-12-03T15:27:28.654Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-03T15:27:28.654Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-03T15:27:28.654Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB] [2020-12-03T15:27:28.916Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-03T15:27:28.916Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-03T15:27:29.178Z] Fetched 8419 kB in 2s (4611 kB/s) [2020-12-03T15:27:30.572Z] Reading package lists... [2020-12-03T15:27:32.496Z] 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: [2020-12-03T15:27:32.496Z] - README.md [2020-12-03T15:27:32.496Z] [2020-12-03T15:27:32.496Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-12-03T15:27:34.152Z] 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T15:27:34.153Z] 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:27:34.153Z] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T15:27:34.413Z] 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T15:27:35.770Z] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-12-03T15:27:37.691Z] Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip [2020-12-03T15:27:38.789Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-12-03T15:27:39.051Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-12-03T15:27:39.051Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-12-03T15:27:39.313Z] The following packages were automatically installed and are no longer required: [2020-12-03T15:27:39.313Z] libjq1 libonig4 [2020-12-03T15:27:39.313Z] Use 'sudo apt autoremove' to remove them. [2020-12-03T15:27:39.313Z] Suggested packages: [2020-12-03T15:27:39.313Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-12-03T15:27:39.313Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-12-03T15:27:39.313Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-12-03T15:27:39.313Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-12-03T15:27:39.313Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-12-03T15:27:39.313Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-12-03T15:27:39.313Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-12-03T15:27:39.313Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-12-03T15:27:39.313Z] | libterm-readline-perl-perl [2020-12-03T15:27:39.575Z] The following NEW packages will be installed: [2020-12-03T15:27:39.575Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-12-03T15:27:39.575Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-12-03T15:27:39.575Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-12-03T15:27:39.575Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-12-03T15:27:39.575Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-12-03T15:27:39.575Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-12-03T15:27:39.575Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-12-03T15:27:39.575Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-12-03T15:27:39.575Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-12-03T15:27:39.575Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-12-03T15:27:39.575Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-12-03T15:27:39.575Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-12-03T15:27:39.575Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-12-03T15:27:39.575Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-12-03T15:27:39.575Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-12-03T15:27:39.575Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-12-03T15:27:39.575Z] perl perl-modules-5.26 pkg-config unzip zip [2020-12-03T15:27:39.575Z] The following packages will be upgraded: [2020-12-03T15:27:39.575Z] libc6 perl-base [2020-12-03T15:27:39.575Z] 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. [2020-12-03T15:27:39.575Z] Need to get 84.4 MB of archives. [2020-12-03T15:27:39.575Z] After this operation, 369 MB of additional disk space will be used. [2020-12-03T15:27:39.837Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-12-03T15:27:40.412Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 689 kB/1391 kB 50%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-12-03T15:27:40.673Z] 2% [2 libc6 46.1 kB/2831 kB 2%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-12-03T15:27:40.673Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-12-03T15:27:40.673Z] 5% [4 perl-modules-5.26 40.8 kB/2762 kB 1%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-12-03T15:27:40.673Z] 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-12-03T15:27:40.673Z] 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2020-12-03T15:27:40.935Z] 8% [7 libperl5.26 12.3 kB/3534 kB 0%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2020-12-03T15:27:40.935Z] 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-12-03T15:27:40.935Z] 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-12-03T15:27:40.935Z] 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] [2020-12-03T15:27:40.935Z] 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2020-12-03T15:27:40.935Z] 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2020-12-03T15:27:40.935Z] 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2020-12-03T15:27:41.198Z] 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2020-12-03T15:27:41.198Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-12-03T15:27:41.198Z] 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] [2020-12-03T15:27:41.198Z] 17% [17 linux-libc-dev 16.2 kB/989 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] [2020-12-03T15:27:41.462Z] 18% [18 libc6-dev 10.0 kB/2586 kB 0%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2020-12-03T15:27:41.462Z] 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] [2020-12-03T15:27:41.462Z] 21% [20 libisl19 8192 B/551 kB 1%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-12-03T15:27:41.462Z] 22% [21 libmpfr6 53.2 kB/243 kB 22%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-12-03T15:27:41.462Z] 22% [22 libmpc3 18.1 kB/40.8 kB 44%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-12-03T15:27:42.035Z] 22% [23 cpp-7 20.5 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2020-12-03T15:27:42.035Z] 31% [24 cpp 27.7 kB/27.7 kB 100%] 31% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-12-03T15:27:42.035Z] 31% [25 libcc1-0 8455 B/39.4 kB 21%] 31% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2020-12-03T15:27:42.035Z] 31% [26 libgomp1 28.7 kB/76.5 kB 38%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2020-12-03T15:27:42.035Z] 32% [27 libitm1 23.1 kB/27.9 kB 83%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-12-03T15:27:42.035Z] 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2020-12-03T15:27:42.035Z] 32% [29 libasan4 4096 B/358 kB 1%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2020-12-03T15:27:42.035Z] 32% [30 liblsan0 20.0 kB/133 kB 15%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2020-12-03T15:27:42.035Z] 33% [31 libtsan0 18.1 kB/288 kB 6%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2020-12-03T15:27:42.035Z] 33% [32 libubsan0 16.4 kB/126 kB 13%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2020-12-03T15:27:42.036Z] 34% [33 libcilkrts5 12.3 kB/42.5 kB 29%] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2020-12-03T15:27:42.036Z] 34% [34 libmpx2 11.6 kB/11.6 kB 100%] 34% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-12-03T15:27:42.036Z] 34% [35 libquadmath0 37.1 kB/134 kB 28%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2020-12-03T15:27:42.036Z] 34% [36 libgcc-7-dev 8192 B/2378 kB 0%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2020-12-03T15:27:42.616Z] 37% [37 gcc-7 50.7 kB/9381 kB 1%] 45% [37 gcc-7 8847 kB/9381 kB 94%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-12-03T15:27:42.616Z] 46% [38 gcc 5184 B/5184 B 100%] 46% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2020-12-03T15:27:42.616Z] 46% [39 libstdc++-7-dev 0 B/1471 kB 0%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2020-12-03T15:27:43.191Z] 48% [40 g++-7 5703 B/9697 kB 0%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2020-12-03T15:27:43.191Z] 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-12-03T15:27:43.191Z] 57% [42 make 33.4 kB/154 kB 22%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2020-12-03T15:27:43.191Z] 58% [43 libdpkg-perl 24.7 kB/211 kB 12%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-12-03T15:27:43.191Z] 58% [44 patch 6509 B/102 kB 6%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2020-12-03T15:27:43.191Z] 58% [45 dpkg-dev 31.9 kB/607 kB 5%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-12-03T15:27:43.191Z] 59% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-12-03T15:27:43.191Z] 59% [47 cmake-data 28.8 kB/1332 kB 2%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] [2020-12-03T15:27:43.191Z] 61% [48 libarchive13 18.5 kB/288 kB 6%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-12-03T15:27:43.191Z] 61% [49 libjsoncpp1 10.2 kB/73.6 kB 14%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-12-03T15:27:43.191Z] 61% [50 librhash0 4096 B/78.1 kB 5%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-12-03T15:27:43.191Z] 62% [51 libuv1 24.6 kB/64.4 kB 38%] 62% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-12-03T15:27:43.191Z] 62% [52 cmake 4096 B/3152 kB 0%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] [2020-12-03T15:27:43.191Z] 65% [53 curl 18.4 kB/159 kB 12%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-12-03T15:27:43.191Z] 65% [54 libfakeroot 8192 B/25.9 kB 32%] 66% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-12-03T15:27:43.191Z] 66% [55 fakeroot 26.4 kB/62.3 kB 42%] 66% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] [2020-12-03T15:27:43.454Z] 66% [56 libc6-i386 45.9 kB/2652 kB 2%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] [2020-12-03T15:27:43.454Z] 69% [57 libc6-dev-i386 15.3 kB/1817 kB 1%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] [2020-12-03T15:27:43.716Z] 71% [58 libc6-x32 33.5 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] [2020-12-03T15:27:43.716Z] 74% [59 libc6-dev-x32 65.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] [2020-12-03T15:27:43.716Z] 76% [60 lib32gcc1 18.9 kB/48.1 kB 39%] 76% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-12-03T15:27:43.716Z] 76% [61 libx32gcc1 28.5 kB/40.5 kB 70%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-12-03T15:27:43.716Z] 76% [62 lib32gomp1 23.8 kB/83.7 kB 28%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] [2020-12-03T15:27:43.716Z] 76% [63 libx32gomp1 17.1 kB/77.8 kB 22%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-12-03T15:27:43.716Z] 77% [64 lib32itm1 18.9 kB/30.0 kB 63%] 77% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-12-03T15:27:43.716Z] 77% [65 libx32itm1 24.6 kB/28.1 kB 88%] 77% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-12-03T15:27:43.716Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-12-03T15:27:43.716Z] 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] [2020-12-03T15:27:43.716Z] 77% [68 lib32asan4 18.3 kB/362 kB 5%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] [2020-12-03T15:27:43.716Z] 78% [69 libx32asan4 4096 B/351 kB 1%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] [2020-12-03T15:27:43.716Z] 78% [70 lib32stdc++6 0 B/415 kB 0%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] [2020-12-03T15:27:43.716Z] 79% [71 lib32ubsan0 12.3 kB/140 kB 9%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] [2020-12-03T15:27:43.978Z] 79% [72 libx32stdc++6 11.2 kB/387 kB 3%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] [2020-12-03T15:27:43.978Z] 80% [73 libx32ubsan0 0 B/127 kB 0%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] [2020-12-03T15:27:43.978Z] 80% [74 lib32cilkrts5 16.4 kB/47.2 kB 35%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-12-03T15:27:43.978Z] 81% [75 libx32cilkrts5 21.9 kB/43.0 kB 51%] 81% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] [2020-12-03T15:27:43.978Z] 81% [76 lib32mpx2 0 B/12.9 kB 0%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-12-03T15:27:43.978Z] 81% [77 lib32quadmath0 31.0 kB/208 kB 15%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] [2020-12-03T15:27:43.978Z] 81% [78 libx32quadmath0 69.3 kB/135 kB 51%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] [2020-12-03T15:27:43.978Z] 82% [79 lib32gcc-7-dev 31.9 kB/2211 kB 1%] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-12-03T15:27:43.978Z] 84% [80 libx32gcc-7-dev 29.9 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] [2020-12-03T15:27:43.978Z] 86% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-12-03T15:27:43.978Z] 86% [82 lib32stdc++-7-dev 32.2 kB/626 kB 5%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] [2020-12-03T15:27:44.240Z] 87% [83 libx32stdc++-7-dev 26.6 kB/582 kB 5%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] [2020-12-03T15:27:44.240Z] 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] [2020-12-03T15:27:44.240Z] 88% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] [2020-12-03T15:27:44.240Z] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-12-03T15:27:44.240Z] 88% [87 libcurl3-gnutls 29.8 kB/213 kB 14%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-12-03T15:27:44.240Z] 89% [88 liberror-perl 12.7 kB/22.8 kB 56%] 89% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-12-03T15:27:44.240Z] 89% [89 git-man 0 B/804 kB 0%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-12-03T15:27:44.501Z] 90% [90 git 38.7 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] [2020-12-03T15:27:44.501Z] 94% [91 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-12-03T15:27:44.501Z] 94% [92 libalgorithm-diff-xs-perl 7772 B/11.1 kB 70%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-12-03T15:27:44.501Z] 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-12-03T15:27:44.501Z] 95% [94 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-12-03T15:27:44.501Z] 95% [95 libnorm1 16.2 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-12-03T15:27:44.501Z] 95% [96 libpgm-5.2-0 53.5 kB/157 kB 34%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-12-03T15:27:44.501Z] 95% [97 libsodium23 27.3 kB/143 kB 19%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2020-12-03T15:27:44.501Z] 96% [98 libzmq5 15.2 kB/221 kB 7%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2020-12-03T15:27:44.501Z] 96% [99 libzmq3-dev 21.3 kB/400 kB 5%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-12-03T15:27:44.763Z] 97% [100 manpages-dev 13.9 kB/2217 kB 1%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-12-03T15:27:44.763Z] 99% [101 pkg-config 29.3 kB/45.0 kB 65%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-12-03T15:27:45.337Z] 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-12-03T15:27:45.337Z] 100% [103 zip 4869 B/167 kB 3%] 100% [Working] Fetched 84.4 MB in 6s (15.0 MB/s) [2020-12-03T15:27:45.337Z] debconf: delaying package configuration, since apt-utils is not installed [2020-12-03T15:27:45.599Z] (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 ... 9889 files and directories currently installed.) [2020-12-03T15:27:45.599Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T15:27:45.599Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-12-03T15:27:48.909Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-12-03T15:27:48.909Z] (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 ... 9889 files and directories currently installed.) [2020-12-03T15:27:48.909Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:27:48.909Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-12-03T15:27:50.831Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T15:27:52.221Z] Selecting previously unselected package liblocale-gettext-perl. [2020-12-03T15:27:52.221Z] (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 ... 9889 files and directories currently installed.) [2020-12-03T15:27:52.221Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-12-03T15:27:52.221Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-12-03T15:27:52.221Z] Selecting previously unselected package perl-modules-5.26. [2020-12-03T15:27:52.221Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-12-03T15:27:52.221Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T15:27:53.167Z] Selecting previously unselected package libgdbm5:amd64. [2020-12-03T15:27:53.167Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-12-03T15:27:53.167Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-12-03T15:27:53.167Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-12-03T15:27:53.167Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-12-03T15:27:53.167Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-03T15:27:53.428Z] Selecting previously unselected package libperl5.26:amd64. [2020-12-03T15:27:53.428Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T15:27:53.428Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-03T15:27:54.004Z] Selecting previously unselected package perl. [2020-12-03T15:27:54.004Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-12-03T15:27:54.004Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-12-03T15:27:54.004Z] Selecting previously unselected package less. [2020-12-03T15:27:54.004Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-12-03T15:27:54.004Z] Unpacking less (487-0.1) ... [2020-12-03T15:27:54.266Z] Selecting previously unselected package netbase. [2020-12-03T15:27:54.266Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-12-03T15:27:54.266Z] Unpacking netbase (5.4) ... [2020-12-03T15:27:54.266Z] Selecting previously unselected package manpages. [2020-12-03T15:27:54.266Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-12-03T15:27:54.266Z] Unpacking manpages (4.15-1) ... [2020-12-03T15:27:54.266Z] Selecting previously unselected package binutils-common:amd64. [2020-12-03T15:27:54.266Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T15:27:54.266Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:27:54.527Z] Selecting previously unselected package libbinutils:amd64. [2020-12-03T15:27:54.527Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T15:27:54.527Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:27:54.527Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-12-03T15:27:54.527Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T15:27:54.527Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:27:55.102Z] Selecting previously unselected package binutils. [2020-12-03T15:27:55.102Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-12-03T15:27:55.102Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:27:55.102Z] Selecting previously unselected package libc-dev-bin. [2020-12-03T15:27:55.102Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:27:55.102Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T15:27:55.102Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-12-03T15:27:55.102Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-126.129_amd64.deb ... [2020-12-03T15:27:55.102Z] Unpacking linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-03T15:27:55.675Z] Selecting previously unselected package libc6-dev:amd64. [2020-12-03T15:27:55.675Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:27:55.675Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T15:27:55.937Z] Selecting previously unselected package gcc-7-base:amd64. [2020-12-03T15:27:55.937Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:55.937Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:56.201Z] Selecting previously unselected package libisl19:amd64. [2020-12-03T15:27:56.201Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-12-03T15:27:56.201Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-12-03T15:27:56.201Z] Selecting previously unselected package libmpfr6:amd64. [2020-12-03T15:27:56.201Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-12-03T15:27:56.201Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-12-03T15:27:56.201Z] Selecting previously unselected package libmpc3:amd64. [2020-12-03T15:27:56.201Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-12-03T15:27:56.201Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-12-03T15:27:56.462Z] Selecting previously unselected package cpp-7. [2020-12-03T15:27:56.462Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:56.462Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:57.408Z] Selecting previously unselected package cpp. [2020-12-03T15:27:57.408Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T15:27:57.408Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:27:57.408Z] Selecting previously unselected package libcc1-0:amd64. [2020-12-03T15:27:57.408Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.408Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:57.408Z] Selecting previously unselected package libgomp1:amd64. [2020-12-03T15:27:57.408Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.408Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:57.671Z] Selecting previously unselected package libitm1:amd64. [2020-12-03T15:27:57.671Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.671Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:57.671Z] Selecting previously unselected package libatomic1:amd64. [2020-12-03T15:27:57.671Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.671Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:57.671Z] Selecting previously unselected package libasan4:amd64. [2020-12-03T15:27:57.671Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.671Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:57.934Z] Selecting previously unselected package liblsan0:amd64. [2020-12-03T15:27:57.934Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.934Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:57.934Z] Selecting previously unselected package libtsan0:amd64. [2020-12-03T15:27:57.934Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.934Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:57.934Z] Selecting previously unselected package libubsan0:amd64. [2020-12-03T15:27:57.934Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:57.934Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:58.196Z] Selecting previously unselected package libcilkrts5:amd64. [2020-12-03T15:27:58.196Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:58.196Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:58.196Z] Selecting previously unselected package libmpx2:amd64. [2020-12-03T15:27:58.196Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:58.196Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:58.196Z] Selecting previously unselected package libquadmath0:amd64. [2020-12-03T15:27:58.196Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:58.196Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:27:58.196Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-12-03T15:27:58.196Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:58.196Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:58.771Z] Selecting previously unselected package gcc-7. [2020-12-03T15:27:58.771Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:58.771Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:27:59.719Z] Selecting previously unselected package gcc. [2020-12-03T15:27:59.719Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T15:27:59.719Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:27:59.719Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-12-03T15:27:59.719Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:27:59.719Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:00.291Z] Selecting previously unselected package g++-7. [2020-12-03T15:28:00.291Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:00.291Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:01.244Z] Selecting previously unselected package g++. [2020-12-03T15:28:01.244Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T15:28:01.244Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:01.244Z] Selecting previously unselected package make. [2020-12-03T15:28:01.244Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-12-03T15:28:01.244Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-12-03T15:28:01.244Z] Selecting previously unselected package libdpkg-perl. [2020-12-03T15:28:01.244Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T15:28:01.244Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T15:28:01.506Z] Selecting previously unselected package patch. [2020-12-03T15:28:01.506Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-12-03T15:28:01.506Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-12-03T15:28:01.506Z] Selecting previously unselected package dpkg-dev. [2020-12-03T15:28:01.506Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-12-03T15:28:01.506Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T15:28:01.506Z] Selecting previously unselected package build-essential. [2020-12-03T15:28:01.506Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-12-03T15:28:01.506Z] Unpacking build-essential (12.4ubuntu1) ... [2020-12-03T15:28:01.770Z] Selecting previously unselected package cmake-data. [2020-12-03T15:28:01.770Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-12-03T15:28:01.771Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T15:28:02.719Z] Selecting previously unselected package libarchive13:amd64. [2020-12-03T15:28:02.719Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-12-03T15:28:02.719Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-03T15:28:02.719Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-12-03T15:28:02.719Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-12-03T15:28:02.719Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-03T15:28:02.719Z] Selecting previously unselected package librhash0:amd64. [2020-12-03T15:28:02.719Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-12-03T15:28:02.719Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-12-03T15:28:02.982Z] Selecting previously unselected package libuv1:amd64. [2020-12-03T15:28:02.982Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-12-03T15:28:02.982Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-12-03T15:28:02.982Z] Selecting previously unselected package cmake. [2020-12-03T15:28:02.982Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-12-03T15:28:02.982Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T15:28:03.244Z] Selecting previously unselected package curl. [2020-12-03T15:28:03.244Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-03T15:28:03.511Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-12-03T15:28:03.511Z] Selecting previously unselected package libfakeroot:amd64. [2020-12-03T15:28:03.511Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-03T15:28:03.511Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-03T15:28:03.511Z] Selecting previously unselected package fakeroot. [2020-12-03T15:28:03.511Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-12-03T15:28:03.511Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-12-03T15:28:03.511Z] Selecting previously unselected package libc6-i386. [2020-12-03T15:28:03.511Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:28:03.511Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:04.085Z] Selecting previously unselected package libc6-dev-i386. [2020-12-03T15:28:04.085Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:28:04.085Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:04.347Z] Selecting previously unselected package libc6-x32. [2020-12-03T15:28:04.347Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:28:04.347Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:04.923Z] Selecting previously unselected package libc6-dev-x32. [2020-12-03T15:28:04.923Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-12-03T15:28:04.923Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:05.188Z] Selecting previously unselected package lib32gcc1. [2020-12-03T15:28:05.188Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.188Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.188Z] Selecting previously unselected package libx32gcc1. [2020-12-03T15:28:05.188Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.188Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.188Z] Selecting previously unselected package lib32gomp1. [2020-12-03T15:28:05.188Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.450Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.450Z] Selecting previously unselected package libx32gomp1. [2020-12-03T15:28:05.450Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.450Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.450Z] Selecting previously unselected package lib32itm1. [2020-12-03T15:28:05.450Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.450Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.450Z] Selecting previously unselected package libx32itm1. [2020-12-03T15:28:05.450Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.711Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.711Z] Selecting previously unselected package lib32atomic1. [2020-12-03T15:28:05.711Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.711Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.711Z] Selecting previously unselected package libx32atomic1. [2020-12-03T15:28:05.711Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.711Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:05.711Z] Selecting previously unselected package lib32asan4. [2020-12-03T15:28:05.711Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.711Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:05.973Z] Selecting previously unselected package libx32asan4. [2020-12-03T15:28:05.973Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.973Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:05.973Z] Selecting previously unselected package lib32stdc++6. [2020-12-03T15:28:05.973Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:05.973Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:06.234Z] Selecting previously unselected package lib32ubsan0. [2020-12-03T15:28:06.234Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.234Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:06.234Z] Selecting previously unselected package libx32stdc++6. [2020-12-03T15:28:06.234Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.234Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:06.234Z] Selecting previously unselected package libx32ubsan0. [2020-12-03T15:28:06.234Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.234Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:06.496Z] Selecting previously unselected package lib32cilkrts5. [2020-12-03T15:28:06.496Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.496Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:06.496Z] Selecting previously unselected package libx32cilkrts5. [2020-12-03T15:28:06.496Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.496Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:06.496Z] Selecting previously unselected package lib32mpx2. [2020-12-03T15:28:06.496Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.496Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:06.757Z] Selecting previously unselected package lib32quadmath0. [2020-12-03T15:28:06.757Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:06.757Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:07.018Z] Selecting previously unselected package libx32quadmath0. [2020-12-03T15:28:07.018Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:07.018Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:07.018Z] Selecting previously unselected package lib32gcc-7-dev. [2020-12-03T15:28:07.018Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:07.018Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:07.279Z] Selecting previously unselected package libx32gcc-7-dev. [2020-12-03T15:28:07.279Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:07.279Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:07.540Z] Selecting previously unselected package gcc-7-multilib. [2020-12-03T15:28:07.540Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:07.540Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:07.540Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-12-03T15:28:07.540Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:07.540Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:07.802Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-12-03T15:28:07.802Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:07.802Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:08.064Z] Selecting previously unselected package g++-7-multilib. [2020-12-03T15:28:08.064Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-12-03T15:28:08.064Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:08.064Z] Selecting previously unselected package gcc-multilib. [2020-12-03T15:28:08.064Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T15:28:08.064Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:08.064Z] Selecting previously unselected package g++-multilib. [2020-12-03T15:28:08.064Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-12-03T15:28:08.326Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:08.326Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-12-03T15:28:08.326Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-12-03T15:28:08.326Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T15:28:08.326Z] Selecting previously unselected package liberror-perl. [2020-12-03T15:28:08.326Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-12-03T15:28:08.326Z] Unpacking liberror-perl (0.17025-1) ... [2020-12-03T15:28:08.326Z] Selecting previously unselected package git-man. [2020-12-03T15:28:08.326Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-12-03T15:28:08.326Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T15:28:08.588Z] Selecting previously unselected package git. [2020-12-03T15:28:08.588Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-12-03T15:28:08.588Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T15:28:09.160Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-12-03T15:28:09.160Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-12-03T15:28:09.160Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-12-03T15:28:09.160Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-12-03T15:28:09.160Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-12-03T15:28:09.160Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-03T15:28:09.422Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-12-03T15:28:09.422Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-12-03T15:28:09.422Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-12-03T15:28:09.422Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-12-03T15:28:09.422Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-12-03T15:28:09.422Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-12-03T15:28:09.422Z] Selecting previously unselected package libnorm1:amd64. [2020-12-03T15:28:09.422Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-12-03T15:28:09.422Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T15:28:09.683Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-12-03T15:28:09.683Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-12-03T15:28:09.683Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T15:28:09.683Z] Selecting previously unselected package libsodium23:amd64. [2020-12-03T15:28:09.683Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-12-03T15:28:09.683Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-12-03T15:28:09.683Z] Selecting previously unselected package libzmq5:amd64. [2020-12-03T15:28:09.683Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T15:28:09.683Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T15:28:09.945Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-12-03T15:28:09.945Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-12-03T15:28:09.945Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T15:28:09.945Z] Selecting previously unselected package manpages-dev. [2020-12-03T15:28:09.945Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-12-03T15:28:09.945Z] Unpacking manpages-dev (4.15-1) ... [2020-12-03T15:28:10.207Z] Selecting previously unselected package pkg-config. [2020-12-03T15:28:10.207Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-12-03T15:28:10.207Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T15:28:10.469Z] Selecting previously unselected package unzip. [2020-12-03T15:28:10.469Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-12-03T15:28:10.469Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-12-03T15:28:10.469Z] Selecting previously unselected package zip. [2020-12-03T15:28:10.469Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-12-03T15:28:10.469Z] Unpacking zip (3.0-11build1) ... [2020-12-03T15:28:10.469Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:10.469Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:10.469Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:10.469Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-12-03T15:28:10.469Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:10.730Z] Setting up manpages (4.15-1) ... [2020-12-03T15:28:10.730Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-12-03T15:28:10.730Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:10.730Z] Setting up less (487-0.1) ... [2020-12-03T15:28:10.730Z] Setting up make (4.1-9.1ubuntu1) ... [2020-12-03T15:28:10.731Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:10.991Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-12-03T15:28:10.991Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-12-03T15:28:10.991Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-12-03T15:28:10.991Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-12-03T15:28:10.991Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:10.991Z] Setting up unzip (6.0-21ubuntu1) ... [2020-12-03T15:28:10.991Z] Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... [2020-12-03T15:28:10.991Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-12-03T15:28:10.991Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T15:28:10.991Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:10.991Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-12-03T15:28:10.991Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-12-03T15:28:10.991Z] Setting up zip (3.0-11build1) ... [2020-12-03T15:28:11.259Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-12-03T15:28:11.259Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-12-03T15:28:11.259Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:28:11.259Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-12-03T15:28:11.259Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.259Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-12-03T15:28:11.259Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-12-03T15:28:11.259Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.522Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-12-03T15:28:11.522Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-12-03T15:28:11.522Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-12-03T15:28:11.522Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-12-03T15:28:11.522Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.522Z] Setting up manpages-dev (4.15-1) ... [2020-12-03T15:28:11.522Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:11.522Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.522Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.522Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.522Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.522Z] Setting up netbase (5.4) ... [2020-12-03T15:28:11.522Z] Setting up libisl19:amd64 (0.19-1) ... [2020-12-03T15:28:11.522Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-12-03T15:28:11.784Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T15:28:11.784Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:28:11.784Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:11.784Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-12-03T15:28:11.784Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-12-03T15:28:11.784Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/man1/fakeroot.1.gz because associated file /usr/share/man/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/man1/faked.1.gz because associated file /usr/share/man/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/fakeroot.1.gz because associated file /usr/share/man/es/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/es/man1/faked.1.gz because associated file /usr/share/man/es/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/fakeroot.1.gz because associated file /usr/share/man/fr/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/fr/man1/faked.1.gz because associated file /usr/share/man/fr/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/fakeroot.1.gz because associated file /usr/share/man/sv/man1/fakeroot-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:11.784Z] update-alternatives: warning: skip creation of /usr/share/man/sv/man1/faked.1.gz because associated file /usr/share/man/sv/man1/faked-sysv.1.gz (of link group fakeroot) doesn't exist [2020-12-03T15:28:12.047Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.047Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.047Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.047Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-12-03T15:28:12.047Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-12-03T15:28:12.047Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.047Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-12-03T15:28:12.047Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.047Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:12.047Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-12-03T15:28:12.047Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:28:12.308Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:12.308Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.308Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-12-03T15:28:12.308Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-12-03T15:28:12.308Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-12-03T15:28:12.308Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.308Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-12-03T15:28:12.308Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.308Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.570Z] Setting up liberror-perl (0.17025-1) ... [2020-12-03T15:28:12.570Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.570Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-12-03T15:28:12.570Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.570Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:12.570Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.570Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-12-03T15:28:12.570Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-12-03T15:28:12.570Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-12-03T15:28:12.570Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-12-03T15:28:12.570Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:12.570Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-12-03T15:28:12.570Z] update-alternatives: warning: skip creation of /usr/share/man/man1/c++.1.gz because associated file /usr/share/man/man1/g++.1.gz (of link group c++) doesn't exist [2020-12-03T15:28:12.570Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-12-03T15:28:12.832Z] Setting up build-essential (12.4ubuntu1) ... [2020-12-03T15:28:12.832Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:12.832Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-12-03T15:28:12.832Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-12-03T15:28:12.832Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-12-03T15:28:12.832Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-12-03T15:28:14.752Z] binutils set to automatically installed. [2020-12-03T15:28:14.753Z] binutils-common set to automatically installed. [2020-12-03T15:28:14.753Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-12-03T15:28:14.753Z] build-essential set to automatically installed. [2020-12-03T15:28:14.753Z] cmake set to automatically installed. [2020-12-03T15:28:14.753Z] cmake-data set to automatically installed. [2020-12-03T15:28:14.753Z] cpp set to automatically installed. [2020-12-03T15:28:14.753Z] cpp-7 set to automatically installed. [2020-12-03T15:28:14.753Z] curl set to automatically installed. [2020-12-03T15:28:14.753Z] dpkg-dev set to automatically installed. [2020-12-03T15:28:14.753Z] fakeroot set to automatically installed. [2020-12-03T15:28:14.753Z] g++ set to automatically installed. [2020-12-03T15:28:14.753Z] g++-7 set to automatically installed. [2020-12-03T15:28:14.753Z] g++-7-multilib set to automatically installed. [2020-12-03T15:28:14.753Z] g++-multilib set to automatically installed. [2020-12-03T15:28:14.753Z] gcc set to automatically installed. [2020-12-03T15:28:14.753Z] gcc-7 set to automatically installed. [2020-12-03T15:28:14.753Z] gcc-7-base set to automatically installed. [2020-12-03T15:28:14.753Z] gcc-7-multilib set to automatically installed. [2020-12-03T15:28:14.753Z] gcc-multilib set to automatically installed. [2020-12-03T15:28:14.753Z] git set to automatically installed. [2020-12-03T15:28:14.753Z] git-man set to automatically installed. [2020-12-03T15:28:14.753Z] less set to automatically installed. [2020-12-03T15:28:14.753Z] lib32asan4 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32atomic1 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32cilkrts5 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32gcc-7-dev set to automatically installed. [2020-12-03T15:28:14.753Z] lib32gcc1 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32gomp1 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32itm1 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32mpx2 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32quadmath0 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32stdc++-7-dev set to automatically installed. [2020-12-03T15:28:14.753Z] lib32stdc++6 set to automatically installed. [2020-12-03T15:28:14.753Z] lib32ubsan0 set to automatically installed. [2020-12-03T15:28:14.753Z] libalgorithm-diff-perl set to automatically installed. [2020-12-03T15:28:14.753Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-12-03T15:28:14.753Z] libalgorithm-merge-perl set to automatically installed. [2020-12-03T15:28:14.753Z] libarchive13 set to automatically installed. [2020-12-03T15:28:14.753Z] libasan4 set to automatically installed. [2020-12-03T15:28:14.753Z] libatomic1 set to automatically installed. [2020-12-03T15:28:14.753Z] libbinutils set to automatically installed. [2020-12-03T15:28:14.753Z] libc-dev-bin set to automatically installed. [2020-12-03T15:28:14.753Z] libc6 set to automatically installed. [2020-12-03T15:28:14.753Z] libc6-dev set to automatically installed. [2020-12-03T15:28:14.753Z] libc6-dev-i386 set to automatically installed. [2020-12-03T15:28:14.753Z] libc6-dev-x32 set to automatically installed. [2020-12-03T15:28:14.753Z] libc6-i386 set to automatically installed. [2020-12-03T15:28:14.753Z] libc6-x32 set to automatically installed. [2020-12-03T15:28:14.753Z] libcc1-0 set to automatically installed. [2020-12-03T15:28:14.753Z] libcilkrts5 set to automatically installed. [2020-12-03T15:28:14.753Z] libcurl3-gnutls set to automatically installed. [2020-12-03T15:28:14.753Z] libdpkg-perl set to automatically installed. [2020-12-03T15:28:14.753Z] liberror-perl set to automatically installed. [2020-12-03T15:28:14.753Z] libfakeroot set to automatically installed. [2020-12-03T15:28:14.753Z] libfile-fcntllock-perl set to automatically installed. [2020-12-03T15:28:14.753Z] libgcc-7-dev set to automatically installed. [2020-12-03T15:28:14.753Z] libgdbm-compat4 set to automatically installed. [2020-12-03T15:28:14.753Z] libgdbm5 set to automatically installed. [2020-12-03T15:28:14.753Z] libgomp1 set to automatically installed. [2020-12-03T15:28:14.753Z] libisl19 set to automatically installed. [2020-12-03T15:28:14.753Z] libitm1 set to automatically installed. [2020-12-03T15:28:14.753Z] libjsoncpp1 set to automatically installed. [2020-12-03T15:28:14.753Z] liblocale-gettext-perl set to automatically installed. [2020-12-03T15:28:14.753Z] liblsan0 set to automatically installed. [2020-12-03T15:28:14.753Z] libmpc3 set to automatically installed. [2020-12-03T15:28:14.753Z] libmpfr6 set to automatically installed. [2020-12-03T15:28:14.753Z] libmpx2 set to automatically installed. [2020-12-03T15:28:14.753Z] libnorm1 set to automatically installed. [2020-12-03T15:28:14.753Z] libperl5.26 set to automatically installed. [2020-12-03T15:28:14.753Z] libpgm-5.2-0 set to automatically installed. [2020-12-03T15:28:14.753Z] libquadmath0 set to automatically installed. [2020-12-03T15:28:14.753Z] librhash0 set to automatically installed. [2020-12-03T15:28:14.753Z] libsodium23 set to automatically installed. [2020-12-03T15:28:15.014Z] libstdc++-7-dev set to automatically installed. [2020-12-03T15:28:15.015Z] libtsan0 set to automatically installed. [2020-12-03T15:28:15.015Z] libubsan0 set to automatically installed. [2020-12-03T15:28:15.015Z] libuv1 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32asan4 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32atomic1 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32cilkrts5 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32gcc-7-dev set to automatically installed. [2020-12-03T15:28:15.015Z] libx32gcc1 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32gomp1 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32itm1 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32quadmath0 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32stdc++-7-dev set to automatically installed. [2020-12-03T15:28:15.015Z] libx32stdc++6 set to automatically installed. [2020-12-03T15:28:15.015Z] libx32ubsan0 set to automatically installed. [2020-12-03T15:28:15.015Z] libzmq3-dev set to automatically installed. [2020-12-03T15:28:15.015Z] libzmq5 set to automatically installed. [2020-12-03T15:28:15.015Z] linux-libc-dev set to automatically installed. [2020-12-03T15:28:15.015Z] make set to automatically installed. [2020-12-03T15:28:15.015Z] manpages set to automatically installed. [2020-12-03T15:28:15.015Z] manpages-dev set to automatically installed. [2020-12-03T15:28:15.015Z] netbase set to automatically installed. [2020-12-03T15:28:15.015Z] patch set to automatically installed. [2020-12-03T15:28:15.015Z] perl set to automatically installed. [2020-12-03T15:28:15.015Z] perl-base set to automatically installed. [2020-12-03T15:28:15.015Z] perl-modules-5.26 set to automatically installed. [2020-12-03T15:28:15.015Z] pkg-config set to automatically installed. [2020-12-03T15:28:15.015Z] unzip set to automatically installed. [2020-12-03T15:28:15.015Z] zip set to automatically installed. [2020-12-03T15:28:15.015Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-12-03T15:28:15.015Z] Please ensure the environment is properly setup before continuing. [2020-12-03T15:28:15.015Z] Ignore this message if the appropriate measures have already been taken [2020-12-03T15:28:15.588Z] Pulling go-build-helper  [2020-12-03T15:28:16.531Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-12-03T15:28:16.531Z] Skipping pull go-build-helper (already ran) [2020-12-03T15:28:16.531Z] Building go-build-helper  [2020-12-03T15:28:19.840Z] Staging go-build-helper  [2020-12-03T15:28:20.786Z] Pulling go115  [2020-12-03T15:28:21.361Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-12-03T15:28:21.361Z] Skipping pull go115 (already ran) [2020-12-03T15:28:21.361Z] Building go115  [2020-12-03T15:28:21.624Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-12-03T15:28:21.624Z] Dload Upload Total Spent Left Speed [2020-12-03T15:28:23.786Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.8M 0 0 36.3M 0 0:00:03 --:--:-- 0:00:03 36.2M 68 115M 68 79.4M 0 0 55.9M 0 0:00:02 0:00:01 0:00:01 55.9M 100 115M 100 115M 0 0 56.6M 0 0:00:02 0:00:02 --:--:-- 56.6M [2020-12-03T15:28:24.362Z] go1.15.2.linux-amd64.tar.gz: OK [2020-12-03T15:28:32.512Z] Staging go115  [2020-12-03T15:28:32.512Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T15:28:32.512Z] 14% [Working] 99% [Working] 99% [Working] 99% 99% 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-12-03T15:28:32.512Z] 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] [2020-12-03T15:28:32.512Z] 2% 3% 3% 3% 3% 3% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1371 kB] [2020-12-03T15:28:32.512Z] 3% 40% Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] [2020-12-03T15:28:32.512Z] 40% 43% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1824 kB] [2020-12-03T15:28:32.774Z] 65% 94% 95% 95% 95% 96% 96% 96% 99% 99% [Working] 99% [Working] 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T15:28:33.036Z] 97% 99% 99% 23% [Working] 23% [Working] 23% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-03T15:28:33.036Z] 23% 23% 23% 23% 18% [Working] 18% [Working] 18% Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-12-03T15:28:33.298Z] 18% 18% Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-12-03T15:28:33.298Z] 24% 24% 24% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-12-03T15:28:33.298Z] 24% Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-12-03T15:28:34.140Z] 25% 32% 32% 32% 32% 32% 32% 32% 72% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB] [2020-12-03T15:28:34.403Z] 78% 78% 79% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] [2020-12-03T15:28:34.403Z] 88% 88% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] [2020-12-03T15:28:34.403Z] 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] [2020-12-03T15:28:34.403Z] 90% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-12-03T15:28:34.403Z] 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-12-03T15:28:35.499Z] 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 100% [Working] Fetched 21.5 MB in 0s (0 B/s) [2020-12-03T15:28:37.008Z] 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 [2020-12-03T15:28:37.008Z] 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 [2020-12-03T15:28:39.721Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T15:28:39.721Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-12-03T15:28:39.982Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T15:28:40.557Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-12-03T15:28:40.557Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T15:28:41.131Z] 6% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-12-03T15:28:41.131Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T15:28:41.336Z] Removing intermediate container 67590876a855 [2020-12-03T15:28:41.336Z] ---> 6295da219165 [2020-12-03T15:28:41.336Z] [2020-12-03T15:28:41.336Z] Step 10/22 : FROM alpine:3.10 [2020-12-03T15:28:41.336Z] 3.10: Pulling from library/alpine [2020-12-03T15:28:41.392Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-12-03T15:28:41.653Z] Pulling app-service-config  [2020-12-03T15:28:42.322Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-12-03T15:28:42.322Z] Status: Downloaded newer image for alpine:3.10 [2020-12-03T15:28:42.322Z] ---> 536a684cf733 [2020-12-03T15:28:42.322Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T15:28:42.598Z] ---> Running in 1c282becd1d6 [2020-12-03T15:28:42.610Z] Cloning into '/build/parts/app-service-config/src'... [2020-12-03T15:28:42.610Z] remote: Enumerating objects: 14, done. [2020-12-03T15:28:42.610Z] remote: Counting objects: 7% (1/14) remote: Counting objects: 14% (2/14) remote: Counting objects: 21% (3/14) remote: Counting objects: 28% (4/14) remote: Counting objects: 35% (5/14) remote: Counting objects: 42% (6/14) remote: Counting objects: 50% (7/14) remote: Counting objects: 57% (8/14) remote: Counting objects: 64% (9/14) remote: Counting objects: 71% (10/14) remote: Counting objects: 78% (11/14) remote: Counting objects: 85% (12/14) remote: Counting objects: 92% (13/14) remote: Counting objects: 100% (14/14) remote: Counting objects: 100% (14/14), done. [2020-12-03T15:28:42.610Z] remote: Compressing objects: 12% (1/8) remote: Compressing objects: 25% (2/8) remote: Compressing objects: 37% (3/8) remote: Compressing objects: 50% (4/8) remote: Compressing objects: 62% (5/8) remote: Compressing objects: 75% (6/8) remote: Compressing objects: 87% (7/8) remote: Compressing objects: 100% (8/8) remote: Compressing objects: 100% (8/8), done. [2020-12-03T15:28:42.871Z] Receiving objects: 0% (1/878) Receiving objects: 1% (9/878) Receiving objects: 2% (18/878) Receiving objects: 3% (27/878) Receiving objects: 4% (36/878) Receiving objects: 5% (44/878) Receiving objects: 6% (53/878) Receiving objects: 7% (62/878) Receiving objects: 8% (71/878) Receiving objects: 9% (80/878) Receiving objects: 10% (88/878) Receiving objects: 11% (97/878) Receiving objects: 12% (106/878) Receiving objects: 13% (115/878) Receiving objects: 14% (123/878) Receiving objects: 15% (132/878) Receiving objects: 16% (141/878) Receiving objects: 17% (150/878) Receiving objects: 18% (159/878) Receiving objects: 19% (167/878) Receiving objects: 20% (176/878) Receiving objects: 21% (185/878) Receiving objects: 22% (194/878) Receiving objects: 23% (202/878) Receiving objects: 24% (211/878) Receiving objects: 25% (220/878) Receiving objects: 26% (229/878) Receiving objects: 27% (238/878) Receiving objects: 28% (246/878) Receiving objects: 29% (255/878) Receiving objects: 30% (264/878) Receiving objects: 31% (273/878) Receiving objects: 32% (281/878) Receiving objects: 33% (290/878) Receiving objects: 34% (299/878) Receiving objects: 35% (308/878) Receiving objects: 36% (317/878) Receiving objects: 37% (325/878) Receiving objects: 38% (334/878) Receiving objects: 39% (343/878) Receiving objects: 40% (352/878) Receiving objects: 41% (360/878) Receiving objects: 42% (369/878) Receiving objects: 43% (378/878) Receiving objects: 44% (387/878) Receiving objects: 45% (396/878) Receiving objects: 46% (404/878) Receiving objects: 47% (413/878) Receiving objects: 48% (422/878) Receiving objects: 49% (431/878) Receiving objects: 50% (439/878) Receiving objects: 51% (448/878) Receiving objects: 52% (457/878) Receiving objects: 53% (466/878) remote: Total 878 (delta 0), reused 13 (delta 0), pack-reused 864 [2020-12-03T15:28:42.871Z] Receiving objects: 54% (475/878) Receiving objects: 55% (483/878) Receiving objects: 56% (492/878) Receiving objects: 57% (501/878) Receiving objects: 58% (510/878) Receiving objects: 59% (519/878) Receiving objects: 60% (527/878) Receiving objects: 61% (536/878) Receiving objects: 62% (545/878) Receiving objects: 63% (554/878) Receiving objects: 64% (562/878) Receiving objects: 65% (571/878) Receiving objects: 66% (580/878) Receiving objects: 67% (589/878) Receiving objects: 68% (598/878) Receiving objects: 69% (606/878) Receiving objects: 70% (615/878) Receiving objects: 71% (624/878) Receiving objects: 72% (633/878) Receiving objects: 73% (641/878) Receiving objects: 74% (650/878) Receiving objects: 75% (659/878) Receiving objects: 76% (668/878) Receiving objects: 77% (677/878) Receiving objects: 78% (685/878) Receiving objects: 79% (694/878) Receiving objects: 80% (703/878) Receiving objects: 81% (712/878) Receiving objects: 82% (720/878) Receiving objects: 83% (729/878) Receiving objects: 84% (738/878) Receiving objects: 85% (747/878) Receiving objects: 86% (756/878) Receiving objects: 87% (764/878) Receiving objects: 88% (773/878) Receiving objects: 89% (782/878) Receiving objects: 90% (791/878) Receiving objects: 91% (799/878) Receiving objects: 92% (808/878) Receiving objects: 93% (817/878) Receiving objects: 94% (826/878) Receiving objects: 95% (835/878) Receiving objects: 96% (843/878) Receiving objects: 97% (852/878) Receiving objects: 98% (861/878) Receiving objects: 99% (870/878) Receiving objects: 100% (878/878) Receiving objects: 100% (878/878), 190.22 KiB | 4.32 MiB/s, done. [2020-12-03T15:28:42.871Z] Resolving deltas: 0% (0/326) Resolving deltas: 1% (5/326) Resolving deltas: 2% (7/326) Resolving deltas: 3% (10/326) Resolving deltas: 4% (14/326) Resolving deltas: 5% (18/326) Resolving deltas: 6% (20/326) Resolving deltas: 19% (62/326) Resolving deltas: 21% (70/326) Resolving deltas: 36% (119/326) Resolving deltas: 37% (121/326) Resolving deltas: 38% (127/326) Resolving deltas: 39% (130/326) Resolving deltas: 40% (133/326) Resolving deltas: 41% (134/326) Resolving deltas: 42% (139/326) Resolving deltas: 49% (162/326) Resolving deltas: 68% (224/326) Resolving deltas: 74% (243/326) Resolving deltas: 75% (247/326) Resolving deltas: 76% (249/326) Resolving deltas: 79% (258/326) Resolving deltas: 80% (263/326) Resolving deltas: 83% (271/326) Resolving deltas: 84% (276/326) Resolving deltas: 87% (286/326) Resolving deltas: 88% (287/326) Resolving deltas: 91% (298/326) Resolving deltas: 92% (303/326) Resolving deltas: 93% (305/326) Resolving deltas: 99% (324/326) Resolving deltas: 100% (326/326) Resolving deltas: 100% (326/326), done. [2020-12-03T15:28:43.133Z] Pulling config-common  [2020-12-03T15:28:44.077Z] Pulling consul  [2020-12-03T15:28:44.652Z] Cloning into '/build/parts/consul/src'... [2020-12-03T15:28:45.225Z] remote: Enumerating objects: 9433, done. [2020-12-03T15:28:45.225Z] remote: Counting objects: 0% (1/9433) remote: Counting objects: 1% (95/9433) remote: Counting objects: 2% (189/9433) remote: Counting objects: 3% (283/9433) remote: Counting objects: 4% (378/9433) remote: Counting objects: 5% (472/9433) remote: Counting objects: 6% (566/9433) remote: Counting objects: 7% (661/9433) remote: Counting objects: 8% (755/9433) remote: Counting objects: 9% (849/9433) remote: Counting objects: 10% (944/9433) remote: Counting objects: 11% (1038/9433) remote: Counting objects: 12% (1132/9433) remote: Counting objects: 13% (1227/9433) remote: Counting objects: 14% (1321/9433) remote: Counting objects: 15% (1415/9433) remote: Counting objects: 16% (1510/9433) remote: Counting objects: 17% (1604/9433) remote: Counting objects: 18% (1698/9433) remote: Counting objects: 19% (1793/9433) remote: Counting objects: 20% (1887/9433) remote: Counting objects: 21% (1981/9433) remote: Counting objects: 22% (2076/9433) remote: Counting objects: 23% (2170/9433) remote: Counting objects: 24% (2264/9433) remote: Counting objects: 25% (2359/9433) remote: Counting objects: 26% (2453/9433) remote: Counting objects: 27% (2547/9433) remote: Counting objects: 28% (2642/9433) remote: Counting objects: 29% (2736/9433) remote: Counting objects: 30% (2830/9433) remote: Counting objects: 31% (2925/9433) remote: Counting objects: 32% (3019/9433) remote: Counting objects: 33% (3113/9433) remote: Counting objects: 34% (3208/9433) remote: Counting objects: 35% (3302/9433) remote: Counting objects: 36% (3396/9433) remote: Counting objects: 37% (3491/9433) remote: Counting objects: 38% (3585/9433) remote: Counting objects: 39% (3679/9433) remote: Counting objects: 40% (3774/9433) remote: Counting objects: 41% (3868/9433) remote: Counting objects: 42% (3962/9433) remote: Counting objects: 43% (4057/9433) remote: Counting objects: 44% (4151/9433) remote: Counting objects: 45% (4245/9433) remote: Counting objects: 46% (4340/9433) remote: Counting objects: 47% (4434/9433) remote: Counting objects: 48% (4528/9433) remote: Counting objects: 49% (4623/9433) remote: Counting objects: 50% (4717/9433) remote: Counting objects: 51% (4811/9433) remote: Counting objects: 52% (4906/9433) remote: Counting objects: 53% (5000/9433) remote: Counting objects: 54% (5094/9433) remote: Counting objects: 55% (5189/9433) remote: Counting objects: 56% (5283/9433) remote: Counting objects: 57% (5377/9433) remote: Counting objects: 58% (5472/9433) remote: Counting objects: 59% (5566/9433) remote: Counting objects: 60% (5660/9433) remote: Counting objects: 61% (5755/9433) remote: Counting objects: 62% (5849/9433) remote: Counting objects: 63% (5943/9433) remote: Counting objects: 64% (6038/9433) remote: Counting objects: 65% (6132/9433) remote: Counting objects: 66% (6226/9433) remote: Counting objects: 67% (6321/9433) remote: Counting objects: 68% (6415/9433) remote: Counting objects: 69% (6509/9433) remote: Counting objects: 70% (6604/9433) remote: Counting objects: 71% (6698/9433) remote: Counting objects: 72% (6792/9433) remote: Counting objects: 73% (6887/9433) remote: Counting objects: 74% (6981/9433) remote: Counting objects: 75% (7075/9433) remote: Counting objects: 76% (7170/9433) remote: Counting objects: 77% (7264/9433) remote: Counting objects: 78% (7358/9433) remote: Counting objects: 79% (7453/9433) remote: Counting objects: 80% (7547/9433) remote: Counting objects: 81% (7641/9433) remote: Counting objects: 82% (7736/9433) remote: Counting objects: 83% (7830/9433) remote: Counting objects: 84% (7924/9433) remote: Counting objects: 85% (8019/9433) remote: Counting objects: 86% (8113/9433) remote: Counting objects: 87% (8207/9433) remote: Counting objects: 88% (8302/9433) remote: Counting objects: 89% (8396/9433) remote: Counting objects: 90% (8490/9433) remote: Counting objects: 91% (8585/9433) remote: Counting objects: 92% (8679/9433) remote: Counting objects: 93% (8773/9433) remote: Counting objects: 94% (8868/9433) remote: Counting objects: 95% (8962/9433) remote: Counting objects: 96% (9056/9433) remote: Counting objects: 97% (9151/9433) remote: Counting objects: 98% (9245/9433) remote: Counting objects: 99% (9339/9433) remote: Counting objects: 100% (9433/9433) remote: Counting objects: 100% (9433/9433), done. [2020-12-03T15:28:45.246Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:28:45.520Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:28:46.126Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T15:28:46.126Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T15:28:46.126Z] OK: 10169 distinct packages available [2020-12-03T15:28:46.272Z] remote: Compressing objects: 0% (1/7555) remote: Compressing objects: 1% (76/7555) remote: Compressing objects: 2% (152/7555) remote: Compressing objects: 3% (227/7555) remote: Compressing objects: 4% (303/7555) remote: Compressing objects: 5% (378/7555) remote: Compressing objects: 6% (454/7555) remote: Compressing objects: 7% (529/7555) remote: Compressing objects: 8% (605/7555) remote: Compressing objects: 9% (680/7555) remote: Compressing objects: 10% (756/7555) remote: Compressing objects: 11% (832/7555) remote: Compressing objects: 12% (907/7555) remote: Compressing objects: 13% (983/7555) remote: Compressing objects: 14% (1058/7555) remote: Compressing objects: 15% (1134/7555) remote: Compressing objects: 16% (1209/7555) remote: Compressing objects: 17% (1285/7555) remote: Compressing objects: 18% (1360/7555) remote: Compressing objects: 19% (1436/7555) remote: Compressing objects: 20% (1511/7555) remote: Compressing objects: 21% (1587/7555) remote: Compressing objects: 22% (1663/7555) remote: Compressing objects: 23% (1738/7555) remote: Compressing objects: 24% (1814/7555) remote: Compressing objects: 25% (1889/7555) remote: Compressing objects: 26% (1965/7555) remote: Compressing objects: 27% (2040/7555) remote: Compressing objects: 28% (2116/7555) remote: Compressing objects: 29% (2191/7555) remote: Compressing objects: 30% (2267/7555) remote: Compressing objects: 31% (2343/7555) remote: Compressing objects: 32% (2418/7555) remote: Compressing objects: 33% (2494/7555) remote: Compressing objects: 34% (2569/7555) remote: Compressing objects: 35% (2645/7555) remote: Compressing objects: 36% (2720/7555) remote: Compressing objects: 37% (2796/7555) remote: Compressing objects: 38% (2871/7555) remote: Compressing objects: 39% (2947/7555) remote: Compressing objects: 40% (3022/7555) remote: Compressing objects: 41% (3098/7555) remote: Compressing objects: 42% (3174/7555) remote: Compressing objects: 43% (3249/7555) remote: Compressing objects: 44% (3325/7555) remote: Compressing objects: 45% (3400/7555) remote: Compressing objects: 46% (3476/7555) remote: Compressing objects: 47% (3551/7555) remote: Compressing objects: 48% (3627/7555) remote: Compressing objects: 49% (3702/7555) remote: Compressing objects: 50% (3778/7555) remote: Compressing objects: 51% (3854/7555) remote: Compressing objects: 52% (3929/7555) remote: Compressing objects: 53% (4005/7555) remote: Compressing objects: 54% (4080/7555) remote: Compressing objects: 55% (4156/7555) remote: Compressing objects: 56% (4231/7555) remote: Compressing objects: 57% (4307/7555) remote: Compressing objects: 58% (4382/7555) remote: Compressing objects: 59% (4458/7555) remote: Compressing objects: 60% (4533/7555) remote: Compressing objects: 61% (4609/7555) remote: Compressing objects: 62% (4685/7555) remote: Compressing objects: 63% (4760/7555) remote: Compressing objects: 64% (4836/7555) remote: Compressing objects: 65% (4911/7555) remote: Compressing objects: 66% (4987/7555) remote: Compressing objects: 67% (5062/7555) remote: Compressing objects: 68% (5138/7555) remote: Compressing objects: 68% (5205/7555) remote: Compressing objects: 69% (5213/7555) remote: Compressing objects: 70% (5289/7555) remote: Compressing objects: 71% (5365/7555) remote: Compressing objects: 72% (5440/7555) remote: Compressing objects: 73% (5516/7555) remote: Compressing objects: 74% (5591/7555) remote: Compressing objects: 75% (5667/7555) remote: Compressing objects: 76% (5742/7555) remote: Compressing objects: 77% (5818/7555) remote: Compressing objects: 78% (5893/7555) remote: Compressing objects: 79% (5969/7555) remote: Compressing objects: 80% (6044/7555) remote: Compressing objects: 81% (6120/7555) remote: Compressing objects: 82% (6196/7555) remote: Compressing objects: 83% (6271/7555) remote: Compressing objects: 84% (6347/7555) remote: Compressing objects: 85% (6422/7555) remote: Compressing objects: 86% (6498/7555) remote: Compressing objects: 87% (6573/7555) remote: Compressing objects: 88% (6649/7555) remote: Compressing objects: 89% (6724/7555) remote: Compressing objects: 90% (6800/7555) remote: Compressing objects: 91% (6876/7555) remote: Compressing objects: 92% (6951/7555) remote: Compressing objects: 93% (7027/7555) remote: Compressing objects: 94% (7102/7555) remote: Compressing objects: 95% (7178/7555) remote: Compressing objects: 96% (7253/7555) remote: Compressing objects: 97% (7329/7555) remote: Compressing objects: 98% (7404/7555) remote: Compressing objects: 99% (7480/7555) remote: Compressing objects: 100% (7555/7555) remote: Compressing objects: 100% (7555/7555), done. [2020-12-03T15:28:46.728Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T15:28:46.729Z] Removing intermediate container ee02e507fdaf [2020-12-03T15:28:46.729Z] ---> 5d8cda0f02af [2020-12-03T15:28:46.729Z] [2020-12-03T15:28:46.729Z] Step 10/24 : FROM alpine:3.10 [2020-12-03T15:28:46.729Z] ---> 536a684cf733 [2020-12-03T15:28:46.729Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-12-03T15:28:47.005Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T15:28:47.005Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T15:28:47.005Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T15:28:47.005Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T15:28:47.005Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T15:28:47.005Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T15:28:47.289Z] OK: 7 MiB in 19 packages [2020-12-03T15:28:47.289Z] ---> Running in 4fd5d19922a6 [2020-12-03T15:28:49.104Z] Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 20% (1887/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 21% (2001/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 52% (4906/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 53% (5000/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 54% (5094/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 55% (5189/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 56% (5283/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 57% (5377/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 58% (5472/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 59% (5566/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 60% (5660/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 61% (5755/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 62% (5849/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 63% (5943/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 64% (6038/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 65% (6132/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 66% (6226/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 67% (6321/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 68% (6415/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 69% (6509/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 70% (6604/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 71% (6698/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 72% (6792/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 73% (6887/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 74% (6981/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 75% (7075/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 76% (7170/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 77% (7264/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 78% (7358/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 79% (7453/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 80% (7547/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 81% (7641/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 82% (7736/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 83% (7830/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 84% (7924/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 85% (8019/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 86% (8113/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 87% (8207/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 88% (8302/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 89% (8396/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 90% (8490/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 91% (8585/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 92% (8679/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 93% (8773/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 94% (8868/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 95% (8962/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 96% (9056/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 97% (9151/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 97% (9209/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 98% (9245/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 99% (9339/9433), 13.11 MiB | 7.23 MiB/s remote: Total 9433 (delta 1882), reused 6085 (delta 1371), pack-reused 0 [2020-12-03T15:28:49.104Z] Receiving objects: 100% (9433/9433), 20.41 MiB | 8.82 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 9.96 MiB/s, done. [2020-12-03T15:28:49.104Z] Resolving deltas: 0% (0/1882) Resolving deltas: 1% (19/1882) Resolving deltas: 2% (52/1882) Resolving deltas: 4% (82/1882) Resolving deltas: 6% (116/1882) Resolving deltas: 7% (135/1882) Resolving deltas: 8% (152/1882) Resolving deltas: 9% (170/1882) Resolving deltas: 10% (191/1882) Resolving deltas: 11% (216/1882) Resolving deltas: 12% (226/1882) Resolving deltas: 13% (245/1882) Resolving deltas: 14% (264/1882) Resolving deltas: 15% (283/1882) Resolving deltas: 16% (309/1882) Resolving deltas: 17% (325/1882) Resolving deltas: 18% (340/1882) Resolving deltas: 19% (358/1882) Resolving deltas: 20% (377/1882) Resolving deltas: 21% (397/1882) Resolving deltas: 22% (416/1882) Resolving deltas: 23% (433/1882) Resolving deltas: 24% (458/1882) Resolving deltas: 25% (471/1882) Resolving deltas: 26% (490/1882) Resolving deltas: 27% (524/1882) Resolving deltas: 28% (532/1882) Resolving deltas: 29% (546/1882) Resolving deltas: 30% (565/1882) Resolving deltas: 31% (588/1882) Resolving deltas: 32% (604/1882) Resolving deltas: 33% (630/1882) Resolving deltas: 34% (640/1882) Resolving deltas: 36% (686/1882) Resolving deltas: 37% (697/1882) Resolving deltas: 38% (717/1882) Resolving deltas: 39% (744/1882) Resolving deltas: 40% (754/1882) Resolving deltas: 41% (772/1882) Resolving deltas: 42% (791/1882) Resolving deltas: 43% (814/1882) Resolving deltas: 44% (829/1882) Resolving deltas: 45% (857/1882) Resolving deltas: 46% (868/1882) Resolving deltas: 47% (885/1882) Resolving deltas: 48% (905/1882) Resolving deltas: 50% (943/1882) Resolving deltas: 51% (962/1882) Resolving deltas: 52% (979/1882) Resolving deltas: 53% (999/1882) Resolving deltas: 54% (1017/1882) Resolving deltas: 55% (1036/1882) Resolving deltas: 56% (1056/1882) Resolving deltas: 57% (1073/1882) Resolving deltas: 58% (1092/1882) Resolving deltas: 59% (1118/1882) Resolving deltas: 60% (1133/1882) Resolving deltas: 61% (1149/1882) Resolving deltas: 62% (1168/1882) Resolving deltas: 63% (1186/1882) Resolving deltas: 64% (1206/1882) Resolving deltas: 65% (1229/1882) Resolving deltas: 66% (1244/1882) Resolving deltas: 67% (1261/1882) Resolving deltas: 68% (1280/1882) Resolving deltas: 69% (1301/1882) Resolving deltas: 70% (1320/1882) Resolving deltas: 71% (1337/1882) Resolving deltas: 72% (1359/1882) Resolving deltas: 73% (1379/1882) Resolving deltas: 74% (1395/1882) Resolving deltas: 75% (1413/1882) Resolving deltas: 76% (1432/1882) Resolving deltas: 77% (1456/1882) Resolving deltas: 79% (1494/1882) Resolving deltas: 82% (1547/1882) Resolving deltas: 83% (1563/1882) Resolving deltas: 84% (1583/1882) Resolving deltas: 85% (1601/1882) Resolving deltas: 86% (1620/1882) Resolving deltas: 87% (1640/1882) Resolving deltas: 88% (1658/1882) Resolving deltas: 90% (1710/1882) Resolving deltas: 91% (1729/1882) Resolving deltas: 92% (1737/1882) Resolving deltas: 93% (1764/1882) Resolving deltas: 94% (1771/1882) Resolving deltas: 95% (1790/1882) Resolving deltas: 96% (1809/1882) Resolving deltas: 97% (1826/1882) Resolving deltas: 98% (1845/1882) Resolving deltas: 99% (1866/1882) Resolving deltas: 100% (1882/1882) Resolving deltas: 100% (1882/1882), done. [2020-12-03T15:28:49.366Z] Note: checking out '12b16df320052414244659e4dadda078f67849ed'. [2020-12-03T15:28:49.366Z] [2020-12-03T15:28:49.366Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T15:28:49.366Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T15:28:49.366Z] state without impacting any branches by performing another checkout. [2020-12-03T15:28:49.366Z] [2020-12-03T15:28:49.366Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T15:28:49.366Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T15:28:49.366Z] [2020-12-03T15:28:49.366Z] git checkout -b [2020-12-03T15:28:49.366Z] [2020-12-03T15:28:49.937Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:28:50.220Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:28:50.495Z] v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-12-03T15:28:50.495Z] v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-12-03T15:28:50.495Z] OK: 10169 distinct packages available [2020-12-03T15:28:50.772Z] Removing intermediate container aeeb611ceb34 [2020-12-03T15:28:50.772Z] ---> 3205a241cae4 [2020-12-03T15:28:50.772Z] [2020-12-03T15:28:50.772Z] Step 10/21 : FROM alpine [2020-12-03T15:28:50.833Z] Checking out files: 79% (6898/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. [2020-12-03T15:28:51.053Z] latest: Pulling from library/alpine [2020-12-03T15:28:51.053Z] Removing intermediate container 1c282becd1d6 [2020-12-03T15:28:51.053Z] ---> f49c23971a7b [2020-12-03T15:28:51.053Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-12-03T15:28:51.053Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-12-03T15:28:51.053Z] Status: Downloaded newer image for alpine:latest [2020-12-03T15:28:51.053Z] ---> 2e77e061c27f [2020-12-03T15:28:51.095Z] Pulling device-virtual-go  [2020-12-03T15:28:51.338Z] Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-12-03T15:28:51.338Z] ---> Running in b628c4f01e2a [2020-12-03T15:28:51.338Z] (1/5) Installing ca-certificates (20191127-r2) [2020-12-03T15:28:51.338Z] ---> Running in e28274af74d5 [2020-12-03T15:28:51.338Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-12-03T15:28:51.618Z] (3/5) Installing libcurl (7.66.0-r1) [2020-12-03T15:28:51.618Z] (4/5) Installing curl (7.66.0-r1) [2020-12-03T15:28:51.618Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-12-03T15:28:51.618Z] Executing busybox-1.30.1-r3.trigger [2020-12-03T15:28:51.618Z] Executing ca-certificates-20191127-r2.trigger [2020-12-03T15:28:51.667Z] Cloning into '/build/parts/device-virtual-go/src'... [2020-12-03T15:28:51.897Z] OK: 7 MiB in 19 packages [2020-12-03T15:28:52.171Z] Removing intermediate container b628c4f01e2a [2020-12-03T15:28:52.171Z] ---> 2067420cf316 [2020-12-03T15:28:52.171Z] Step 13/22 : WORKDIR / [2020-12-03T15:28:52.240Z] remote: Enumerating objects: 39, done. [2020-12-03T15:28:52.240Z] remote: Counting objects: 2% (1/39) remote: Counting objects: 5% (2/39) remote: Counting objects: 7% (3/39) remote: Counting objects: 10% (4/39) remote: Counting objects: 12% (5/39) remote: Counting objects: 15% (6/39) remote: Counting objects: 17% (7/39) remote: Counting objects: 20% (8/39) remote: Counting objects: 23% (9/39) remote: Counting objects: 25% (10/39) remote: Counting objects: 28% (11/39) remote: Counting objects: 30% (12/39) remote: Counting objects: 33% (13/39) remote: Counting objects: 35% (14/39) remote: Counting objects: 38% (15/39) remote: Counting objects: 41% (16/39) remote: Counting objects: 43% (17/39) remote: Counting objects: 46% (18/39) remote: Counting objects: 48% (19/39) remote: Counting objects: 51% (20/39) remote: Counting objects: 53% (21/39) remote: Counting objects: 56% (22/39) remote: Counting objects: 58% (23/39) remote: Counting objects: 61% (24/39) remote: Counting objects: 64% (25/39) remote: Counting objects: 66% (26/39) remote: Counting objects: 69% (27/39) remote: Counting objects: 71% (28/39) remote: Counting objects: 74% (29/39) remote: Counting objects: 76% (30/39) remote: Counting objects: 79% (31/39) remote: Counting objects: 82% (32/39) remote: Counting objects: 84% (33/39) remote: Counting objects: 87% (34/39) remote: Counting objects: 89% (35/39) remote: Counting objects: 92% (36/39) remote: Counting objects: 94% (37/39) remote: Counting objects: 97% (38/39) remote: Counting objects: 100% (39/39) remote: Counting objects: 100% (39/39), done. [2020-12-03T15:28:52.240Z] remote: Compressing objects: 2% (1/35) remote: Compressing objects: 5% (2/35) remote: Compressing objects: 8% (3/35) remote: Compressing objects: 11% (4/35) remote: Compressing objects: 14% (5/35) remote: Compressing objects: 17% (6/35) remote: Compressing objects: 20% (7/35) remote: Compressing objects: 22% (8/35) remote: Compressing objects: 25% (9/35) remote: Compressing objects: 28% (10/35) remote: Compressing objects: 31% (11/35) remote: Compressing objects: 34% (12/35) remote: Compressing objects: 37% (13/35) remote: Compressing objects: 40% (14/35) remote: Compressing objects: 42% (15/35) remote: Compressing objects: 45% (16/35) remote: Compressing objects: 48% (17/35) remote: Compressing objects: 51% (18/35) remote: Compressing objects: 54% (19/35) remote: Compressing objects: 57% (20/35) remote: Compressing objects: 60% (21/35) remote: Compressing objects: 62% (22/35) remote: Compressing objects: 65% (23/35) remote: Compressing objects: 68% (24/35) remote: Compressing objects: 71% (25/35) remote: Compressing objects: 74% (26/35) remote: Compressing objects: 77% (27/35) remote: Compressing objects: 80% (28/35) remote: Compressing objects: 82% (29/35) remote: Compressing objects: 85% (30/35) remote: Compressing objects: 88% (31/35) remote: Compressing objects: 91% (32/35) remote: Compressing objects: 94% (33/35) remote: Compressing objects: 97% (34/35) remote: Compressing objects: 100% (35/35) remote: Compressing objects: 100% (35/35), done. [2020-12-03T15:28:52.240Z] remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 [2020-12-03T15:28:52.240Z] Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. [2020-12-03T15:28:52.240Z] Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. [2020-12-03T15:28:52.240Z] [2020-12-03T15:28:52.240Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T15:28:52.240Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T15:28:52.240Z] state without impacting any branches by performing another checkout. [2020-12-03T15:28:52.240Z] [2020-12-03T15:28:52.240Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T15:28:52.240Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T15:28:52.240Z] [2020-12-03T15:28:52.240Z] git checkout -b [2020-12-03T15:28:52.240Z] [2020-12-03T15:28:52.447Z] ---> Running in 9f0ce644358f [2020-12-03T15:28:53.432Z] Removing intermediate container 9f0ce644358f [2020-12-03T15:28:53.432Z] ---> e9abf948382f [2020-12-03T15:28:53.432Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-12-03T15:28:53.706Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:28:53.982Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:28:54.159Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T15:28:54.159Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:28:54.423Z] 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T15:28:54.423Z] 69% 69% 85% [Working] 85% [Working] 85% Get:1 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-12-03T15:28:54.588Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:28:54.588Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:28:54.588Z] OK: 12617 distinct packages available [2020-12-03T15:28:54.691Z] 20% 20% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 74.6 kB in 0s (0 B/s) [2020-12-03T15:28:54.863Z] Removing intermediate container 4fd5d19922a6 [2020-12-03T15:28:54.863Z] ---> 6a6943d7a5ac [2020-12-03T15:28:54.863Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T15:28:54.863Z] ---> f6d6dabe6157 [2020-12-03T15:28:54.863Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-12-03T15:28:55.137Z] ---> Running in 56a09cc3b8ec [2020-12-03T15:28:55.414Z] (1/4) Installing ca-certificates (20191127-r4) [2020-12-03T15:28:55.697Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T15:28:55.697Z] (3/4) Installing libcurl (7.69.1-r1) [2020-12-03T15:28:55.697Z] (4/4) Installing curl (7.69.1-r1) [2020-12-03T15:28:55.697Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:28:55.697Z] Removing intermediate container 56a09cc3b8ec [2020-12-03T15:28:55.697Z] ---> 11441ee6550a [2020-12-03T15:28:55.697Z] Step 13/24 : WORKDIR / [2020-12-03T15:28:55.697Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T15:28:55.973Z] OK: 7 MiB in 18 packages [2020-12-03T15:28:56.253Z] ---> Running in 43ca1afa6650 [2020-12-03T15:28:56.532Z] ---> 2d6f288c735f [2020-12-03T15:28:56.532Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-12-03T15:28:57.529Z] Removing intermediate container 43ca1afa6650 [2020-12-03T15:28:57.529Z] ---> 6de7e1b77ac6 [2020-12-03T15:28:57.529Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2020-12-03T15:28:58.261Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T15:28:58.261Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:28:58.261Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T15:28:58.261Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:28:58.523Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T15:28:58.523Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:28:58.523Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T15:28:58.523Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:28:58.534Z] ---> 8a71c9630e97 [2020-12-03T15:28:58.534Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-12-03T15:28:58.785Z] Pulling edgex-go  [2020-12-03T15:28:58.806Z] Removing intermediate container e28274af74d5 [2020-12-03T15:28:58.806Z] ---> 914455e89122 [2020-12-03T15:28:58.806Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-12-03T15:28:59.081Z] ---> 25d473eb4e2a [2020-12-03T15:28:59.081Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2020-12-03T15:28:59.355Z] ---> Running in 5f8491a33c34 [2020-12-03T15:28:59.630Z] ---> da52986af8c8 [2020-12-03T15:28:59.630Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-12-03T15:29:00.226Z] ---> Running in 7f031ae61cc1 [2020-12-03T15:29:00.226Z] Removing intermediate container 5f8491a33c34 [2020-12-03T15:29:00.226Z] ---> 58fdcef5cee5 [2020-12-03T15:29:00.226Z] Step 13/21 : WORKDIR /edgex [2020-12-03T15:29:00.499Z] ---> 248059724230 [2020-12-03T15:29:00.499Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-12-03T15:29:00.806Z] ---> Running in e0cd7a0dd2f4 [2020-12-03T15:29:01.332Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T15:29:01.597Z] 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:29:01.597Z] 69% [Working] 69% [Working] 69% Get:1 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-12-03T15:29:02.120Z] 5% 5% 99% [Working] 99% [Working] 99% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T15:29:02.120Z] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 88.7 kB in 0s (0 B/s) [2020-12-03T15:29:02.418Z] ---> 675258160901 [2020-12-03T15:29:02.418Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-12-03T15:29:02.418Z] Removing intermediate container e7a5bcd3deaf [2020-12-03T15:29:02.418Z] ---> b7ea235a3e7d [2020-12-03T15:29:02.418Z] [2020-12-03T15:29:02.418Z] Step 10/24 : FROM scratch [2020-12-03T15:29:02.418Z] ---> [2020-12-03T15:29:02.418Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-12-03T15:29:02.418Z] ---> Running in 12238b0cc55d [2020-12-03T15:29:02.418Z] Removing intermediate container e0cd7a0dd2f4 [2020-12-03T15:29:02.418Z] ---> 9d10d2fb2609 [2020-12-03T15:29:02.418Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-12-03T15:29:03.893Z] Removing intermediate container 12238b0cc55d [2020-12-03T15:29:03.893Z] ---> 7b5462741169 [2020-12-03T15:29:03.893Z] Step 12/24 : ENV APP_PORT=48060 [2020-12-03T15:29:03.893Z] Removing intermediate container d2c051f91ba5 [2020-12-03T15:29:03.893Z] ---> bc7d724c1224 [2020-12-03T15:29:03.893Z] [2020-12-03T15:29:03.893Z] Step 10/22 : FROM scratch [2020-12-03T15:29:03.893Z] ---> [2020-12-03T15:29:03.893Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:29:03.893Z] ---> f039c1490a6e [2020-12-03T15:29:03.893Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-12-03T15:29:03.893Z] ---> Running in 02196d2a38da [2020-12-03T15:29:03.893Z] ---> Running in b46611bcf2c7 [2020-12-03T15:29:04.170Z] Removing intermediate container 7f031ae61cc1 [2020-12-03T15:29:04.170Z] ---> 61fab3e7d5b5 [2020-12-03T15:29:04.170Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-12-03T15:29:04.170Z] ---> 29312c96fe02 [2020-12-03T15:29:04.170Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-12-03T15:29:04.446Z] ---> Running in 095c52ca8ea5 [2020-12-03T15:29:04.719Z] Removing intermediate container 02196d2a38da [2020-12-03T15:29:04.719Z] ---> d47302d0cfeb [2020-12-03T15:29:04.719Z] Step 13/24 : EXPOSE $APP_PORT [2020-12-03T15:29:04.996Z] Removing intermediate container b46611bcf2c7 [2020-12-03T15:29:04.996Z] ---> 102b24b325ab [2020-12-03T15:29:04.996Z] Step 12/22 : ENV APP_PORT=48082 [2020-12-03T15:29:04.996Z] ---> Running in c9eef191dc3c [2020-12-03T15:29:05.270Z] ---> Running in 1e127c008a77 [2020-12-03T15:29:05.270Z] Removing intermediate container 095c52ca8ea5 [2020-12-03T15:29:05.270Z] ---> a3aa7a5c1005 [2020-12-03T15:29:05.270Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T15:29:05.552Z] ---> c855ed55cc76 [2020-12-03T15:29:05.552Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2020-12-03T15:29:05.552Z] ---> Running in 89247ef6afbd [2020-12-03T15:29:05.828Z] Removing intermediate container c9eef191dc3c [2020-12-03T15:29:05.828Z] ---> 997025a2b50a [2020-12-03T15:29:05.828Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-12-03T15:29:05.828Z] Removing intermediate container 1e127c008a77 [2020-12-03T15:29:05.828Z] ---> 4ae469b8e2b0 [2020-12-03T15:29:05.828Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T15:29:05.828Z] ---> 13ba75c55c01 [2020-12-03T15:29:05.828Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T15:29:06.119Z] ---> Running in f8ebcbf4d0bb [2020-12-03T15:29:06.322Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-126.129_amd64.deb [989 kB] [2020-12-03T15:29:06.322Z] 1% 67% 100% [Working] Fetched 989 kB in 0s (0 B/s) [2020-12-03T15:29:06.396Z] Removing intermediate container 89247ef6afbd [2020-12-03T15:29:06.397Z] ---> 6e8b4261bde1 [2020-12-03T15:29:06.397Z] Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:29:06.583Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.3_amd64.deb [2586 kB] [2020-12-03T15:29:06.685Z] ---> Running in 4c55aec5b863 [2020-12-03T15:29:06.685Z] Removing intermediate container f8ebcbf4d0bb [2020-12-03T15:29:06.685Z] ---> 648f2c0747b1 [2020-12-03T15:29:06.685Z] Step 14/22 : WORKDIR / [2020-12-03T15:29:06.956Z] ---> Running in 831f7d109597 [2020-12-03T15:29:07.154Z] 0% 26% 100% [Working] Fetched 2586 kB in 0s (0 B/s) [2020-12-03T15:29:07.227Z] ---> f18479eaccec [2020-12-03T15:29:07.227Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-12-03T15:29:07.227Z] ---> 6935e3238a79 [2020-12-03T15:29:07.227Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-12-03T15:29:07.227Z] ---> f67d49dbafef [2020-12-03T15:29:07.227Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T15:29:07.415Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-12-03T15:29:07.507Z] Removing intermediate container 4c55aec5b863 [2020-12-03T15:29:07.507Z] ---> f30e45db8e01 [2020-12-03T15:29:07.507Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T15:29:07.507Z] ---> Running in 7e3b4d6a076c [2020-12-03T15:29:07.507Z] ---> Running in 3207922bb2b8 [2020-12-03T15:29:07.507Z] Removing intermediate container 831f7d109597 [2020-12-03T15:29:07.507Z] ---> 21fa823a4bff [2020-12-03T15:29:07.507Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-12-03T15:29:07.783Z] ---> Running in 960ed943bb4a [2020-12-03T15:29:08.073Z] Removing intermediate container 3207922bb2b8 [2020-12-03T15:29:08.073Z] ---> 2548fee472c6 [2020-12-03T15:29:08.073Z] Step 18/21 : CMD ["--init=true"] [2020-12-03T15:29:08.249Z] 0% 13% 100% [Working] Fetched 2762 kB in 0s (0 B/s) [2020-12-03T15:29:08.351Z] ---> Running in fc0a0d2abe03 [2020-12-03T15:29:08.510Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] [2020-12-03T15:29:08.627Z] Removing intermediate container 960ed943bb4a [2020-12-03T15:29:08.627Z] ---> c04887c3a4f2 [2020-12-03T15:29:08.627Z] [2020-12-03T15:29:08.771Z] 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) [2020-12-03T15:29:08.903Z] ---> d2d71b6dfaa6 [2020-12-03T15:29:08.903Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-12-03T15:29:08.903Z] ---> d055fd85b577 [2020-12-03T15:29:08.903Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-12-03T15:29:09.031Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-12-03T15:29:09.179Z] Removing intermediate container fc0a0d2abe03 [2020-12-03T15:29:09.179Z] ---> 690f816b9629 [2020-12-03T15:29:09.179Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T15:29:09.179Z] Successfully built c04887c3a4f2 [2020-12-03T15:29:09.456Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-12-03T15:29:09.456Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go [2020-12-03T15:29:09.456Z] ---> Running in 2efa7395f446 [2020-12-03T15:29:09.865Z] 0% 20% 100% [Working] Fetched 3534 kB in 0s (0 B/s) [2020-12-03T15:29:10.125Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] [2020-12-03T15:29:10.386Z] 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) [2020-12-03T15:29:10.438Z] Removing intermediate container 2efa7395f446 [2020-12-03T15:29:10.438Z] ---> 3ddfd268e360 [2020-12-03T15:29:10.438Z] Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:29:10.646Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-12-03T15:29:10.646Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-12-03T15:29:10.712Z] ---> a054681f8232 [2020-12-03T15:29:10.713Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-12-03T15:29:10.713Z] ---> Running in 324aaeb6eeb3 [2020-12-03T15:29:10.713Z] ---> fa4eba855b1a [2020-12-03T15:29:10.713Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-12-03T15:29:10.908Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.3_amd64.deb [71.8 kB] [2020-12-03T15:29:10.987Z] Removing intermediate container 7e3b4d6a076c [2020-12-03T15:29:10.987Z] ---> 47749b37c4c4 [2020-12-03T15:29:10.987Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T15:29:11.168Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-12-03T15:29:11.428Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-12-03T15:29:11.586Z] ---> Running in 66c564c0efe8 [2020-12-03T15:29:11.688Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-12-03T15:29:11.948Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-12-03T15:29:11.948Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-12-03T15:29:12.184Z] Removing intermediate container 324aaeb6eeb3 [2020-12-03T15:29:12.185Z] ---> f2bdbd7fbbbb [2020-12-03T15:29:12.185Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T15:29:12.458Z] ---> e798a4be2647 [2020-12-03T15:29:12.458Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-12-03T15:29:12.458Z] ---> a4be08c0eb31 [2020-12-03T15:29:12.458Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-12-03T15:29:13.166Z] Removing intermediate container 66c564c0efe8 [2020-12-03T15:29:13.166Z] ---> 9fdb609985cc [2020-12-03T15:29:13.166Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T15:29:13.166Z] ---> Running in c41da3d4b1c5 [2020-12-03T15:29:13.440Z] ---> Running in 4a45546eaf7f [2020-12-03T15:29:13.716Z] ---> Running in 0b2ec5a3d87d [2020-12-03T15:29:13.716Z] Removing intermediate container c41da3d4b1c5 [2020-12-03T15:29:13.716Z] ---> 2885ed504cb9 [2020-12-03T15:29:13.716Z] [2020-12-03T15:29:14.315Z] Successfully built 2885ed504cb9 [2020-12-03T15:29:14.315Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-12-03T15:29:14.315Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-12-03T15:29:14.315Z] Removing intermediate container 4a45546eaf7f [2020-12-03T15:29:14.315Z] ---> 3fa27d44310c [2020-12-03T15:29:14.315Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:29:14.910Z] Removing intermediate container 0b2ec5a3d87d [2020-12-03T15:29:14.910Z] ---> fdb0bd521937 [2020-12-03T15:29:14.910Z] Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:29:14.910Z] ---> 3e6b13ecb38c [2020-12-03T15:29:14.910Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-12-03T15:29:14.910Z] ---> Running in f06d6c180f1e [2020-12-03T15:29:15.185Z] ---> Running in 0acc360f2267 [2020-12-03T15:29:15.252Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 [2020-12-03T15:29:15.473Z] Removing intermediate container f06d6c180f1e [2020-12-03T15:29:15.474Z] ---> 34f1d4a2369b [2020-12-03T15:29:15.474Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T15:29:15.758Z] Removing intermediate container 0acc360f2267 [2020-12-03T15:29:15.758Z] ---> e929c69b5351 [2020-12-03T15:29:15.758Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T15:29:15.758Z] ---> Running in 821f41bc308f [2020-12-03T15:29:16.050Z] ---> 5c952ca84693 [2020-12-03T15:29:16.050Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-12-03T15:29:16.050Z] ---> Running in 0aa2251ea0cf [2020-12-03T15:29:16.327Z] ---> Running in b0a394301381 [2020-12-03T15:29:16.604Z] Removing intermediate container 821f41bc308f [2020-12-03T15:29:16.604Z] ---> 79d18768fc5f [2020-12-03T15:29:16.604Z] Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:29:16.638Z] Pulling kong  [2020-12-03T15:29:17.204Z] Removing intermediate container b0a394301381 [2020-12-03T15:29:17.481Z] ---> 327507318b77 [2020-12-03T15:29:17.481Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:29:17.481Z] Removing intermediate container 0aa2251ea0cf [2020-12-03T15:29:17.481Z] ---> d53991c60a67 [2020-12-03T15:29:17.481Z] [2020-12-03T15:29:17.756Z] ---> Running in 873ae1e20b83 [2020-12-03T15:29:17.756Z] Successfully built d53991c60a67 [2020-12-03T15:29:18.030Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-12-03T15:29:18.030Z] Building docker-support-scheduler-go [2020-12-03T15:29:18.030Z]  Building docker-security-secretstore-setup-go ... done  ---> Running in f5ef945034e6 [2020-12-03T15:29:18.305Z] Removing intermediate container 873ae1e20b83 [2020-12-03T15:29:18.305Z] ---> d2b34271cc68 [2020-12-03T15:29:18.305Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T15:29:18.578Z] ---> Running in 31ce17e52ac2 [2020-12-03T15:29:18.578Z] Removing intermediate container f5ef945034e6 [2020-12-03T15:29:18.578Z] ---> 9364d7eb3f25 [2020-12-03T15:29:18.578Z] Step 22/24 : LABEL arch=arm64 [2020-12-03T15:29:18.851Z] ---> Running in 608c3624343b [2020-12-03T15:29:19.126Z] Removing intermediate container 31ce17e52ac2 [2020-12-03T15:29:19.126Z] ---> 7b066d93a606 [2020-12-03T15:29:19.126Z] [2020-12-03T15:29:19.397Z] Removing intermediate container 608c3624343b [2020-12-03T15:29:19.398Z] ---> b735406837a3 [2020-12-03T15:29:19.398Z] Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:29:19.446Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-12-03T15:29:19.446Z] 14% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:29:19.446Z] 14% [Working] 14% [Working] 14% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T15:29:19.671Z] Successfully built 7b066d93a606 [2020-12-03T15:29:19.671Z] Successfully tagged docker-core-command-go-arm64:latest [2020-12-03T15:29:19.671Z]  Building docker-core-command-go ... done Building docker-security-secrets-setup-go [2020-12-03T15:29:19.671Z] ---> Running in 212393ef149c [2020-12-03T15:29:19.707Z] 43% 43% 43% [Working] 43% [Working] 43% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T15:29:19.967Z] 49% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 88.7 kB in 0s (0 B/s) [2020-12-03T15:29:20.269Z] Removing intermediate container 212393ef149c [2020-12-03T15:29:20.269Z] ---> e44e25d6162d [2020-12-03T15:29:20.269Z] Step 24/24 : LABEL version=0.0.0 [2020-12-03T15:29:20.269Z] ---> Running in 3a383f1cd658 [2020-12-03T15:29:20.861Z] Removing intermediate container 3a383f1cd658 [2020-12-03T15:29:20.861Z] ---> 1eac3eb877b9 [2020-12-03T15:29:20.861Z] [2020-12-03T15:29:21.459Z] Successfully built 1eac3eb877b9 [2020-12-03T15:29:21.459Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-12-03T15:29:21.459Z]  Building docker-support-notifications-go ... done Building docker-core-metadata-go [2020-12-03T15:29:24.190Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-12-03T15:29:24.190Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:24.190Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-12-03T15:29:24.190Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:24.190Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-12-03T15:29:24.190Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:24.451Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-12-03T15:29:24.451Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:24.451Z] Pulling kuiper  [2020-12-03T15:29:25.395Z] Cloning into '/build/parts/kuiper/src'... [2020-12-03T15:29:25.395Z] remote: Enumerating objects: 83, done. [2020-12-03T15:29:25.396Z] remote: Counting objects: 1% (1/83) remote: Counting objects: 2% (2/83) remote: Counting objects: 3% (3/83) remote: Counting objects: 4% (4/83) remote: Counting objects: 6% (5/83) remote: Counting objects: 7% (6/83) remote: Counting objects: 8% (7/83) remote: Counting objects: 9% (8/83) remote: Counting objects: 10% (9/83) remote: Counting objects: 12% (10/83) remote: Counting objects: 13% (11/83) remote: Counting objects: 14% (12/83) remote: Counting objects: 15% (13/83) remote: Counting objects: 16% (14/83) remote: Counting objects: 18% (15/83) remote: Counting objects: 19% (16/83) remote: Counting objects: 20% (17/83) remote: Counting objects: 21% (18/83) remote: Counting objects: 22% (19/83) remote: Counting objects: 24% (20/83) remote: Counting objects: 25% (21/83) remote: Counting objects: 26% (22/83) remote: Counting objects: 27% (23/83) remote: Counting objects: 28% (24/83) remote: Counting objects: 30% (25/83) remote: Counting objects: 31% (26/83) remote: Counting objects: 32% (27/83) remote: Counting objects: 33% (28/83) remote: Counting objects: 34% (29/83) remote: Counting objects: 36% (30/83) remote: Counting objects: 37% (31/83) remote: Counting objects: 38% (32/83) remote: Counting objects: 39% (33/83) remote: Counting objects: 40% (34/83) remote: Counting objects: 42% (35/83) remote: Counting objects: 43% (36/83) remote: Counting objects: 44% (37/83) remote: Counting objects: 45% (38/83) remote: Counting objects: 46% (39/83) remote: Counting objects: 48% (40/83) remote: Counting objects: 49% (41/83) remote: Counting objects: 50% (42/83) remote: Counting objects: 51% (43/83) remote: Counting objects: 53% (44/83) remote: Counting objects: 54% (45/83) remote: Counting objects: 55% (46/83) remote: Counting objects: 56% (47/83) remote: Counting objects: 57% (48/83) remote: Counting objects: 59% (49/83) remote: Counting objects: 60% (50/83) remote: Counting objects: 61% (51/83) remote: Counting objects: 62% (52/83) remote: Counting objects: 63% (53/83) remote: Counting objects: 65% (54/83) remote: Counting objects: 66% (55/83) remote: Counting objects: 67% (56/83) remote: Counting objects: 68% (57/83) remote: Counting objects: 69% (58/83) remote: Counting objects: 71% (59/83) remote: Counting objects: 72% (60/83) remote: Counting objects: 73% (61/83) remote: Counting objects: 74% (62/83) remote: Counting objects: 75% (63/83) remote: Counting objects: 77% (64/83) remote: Counting objects: 78% (65/83) remote: Counting objects: 79% (66/83) remote: Counting objects: 80% (67/83) remote: Counting objects: 81% (68/83) remote: Counting objects: 83% (69/83) remote: Counting objects: 84% (70/83) remote: Counting objects: 85% (71/83) remote: Counting objects: 86% (72/83) remote: Counting objects: 87% (73/83) remote: Counting objects: 89% (74/83) remote: Counting objects: 90% (75/83) remote: Counting objects: 91% (76/83) remote: Counting objects: 92% (77/83) remote: Counting objects: 93% (78/83) remote: Counting objects: 95% (79/83) remote: Counting objects: 96% (80/83) remote: Counting objects: 97% (81/83) remote: Counting objects: 98% (82/83) remote: Counting objects: 100% (83/83) remote: Counting objects: 100% (83/83), done. [2020-12-03T15:29:25.396Z] remote: Compressing objects: 1% (1/76) remote: Compressing objects: 2% (2/76) remote: Compressing objects: 3% (3/76) remote: Compressing objects: 5% (4/76) remote: Compressing objects: 6% (5/76) remote: Compressing objects: 7% (6/76) remote: Compressing objects: 9% (7/76) remote: Compressing objects: 10% (8/76) remote: Compressing objects: 11% (9/76) remote: Compressing objects: 13% (10/76) remote: Compressing objects: 14% (11/76) remote: Compressing objects: 15% (12/76) remote: Compressing objects: 17% (13/76) remote: Compressing objects: 18% (14/76) remote: Compressing objects: 19% (15/76) remote: Compressing objects: 21% (16/76) remote: Compressing objects: 22% (17/76) remote: Compressing objects: 23% (18/76) remote: Compressing objects: 25% (19/76) remote: Compressing objects: 26% (20/76) remote: Compressing objects: 27% (21/76) remote: Compressing objects: 28% (22/76) remote: Compressing objects: 30% (23/76) remote: Compressing objects: 31% (24/76) remote: Compressing objects: 32% (25/76) remote: Compressing objects: 34% (26/76) remote: Compressing objects: 35% (27/76) remote: Compressing objects: 36% (28/76) remote: Compressing objects: 38% (29/76) remote: Compressing objects: 39% (30/76) remote: Compressing objects: 40% (31/76) remote: Compressing objects: 42% (32/76) remote: Compressing objects: 43% (33/76) remote: Compressing objects: 44% (34/76) remote: Compressing objects: 46% (35/76) remote: Compressing objects: 47% (36/76) remote: Compressing objects: 48% (37/76) remote: Compressing objects: 50% (38/76) remote: Compressing objects: 51% (39/76) remote: Compressing objects: 52% (40/76) remote: Compressing objects: 53% (41/76) remote: Compressing objects: 55% (42/76) remote: Compressing objects: 56% (43/76) remote: Compressing objects: 57% (44/76) remote: Compressing objects: 59% (45/76) remote: Compressing objects: 60% (46/76) remote: Compressing objects: 61% (47/76) remote: Compressing objects: 63% (48/76) remote: Compressing objects: 64% (49/76) remote: Compressing objects: 65% (50/76) remote: Compressing objects: 67% (51/76) remote: Compressing objects: 68% (52/76) remote: Compressing objects: 69% (53/76) remote: Compressing objects: 71% (54/76) remote: Compressing objects: 72% (55/76) remote: Compressing objects: 73% (56/76) remote: Compressing objects: 75% (57/76) remote: Compressing objects: 76% (58/76) remote: Compressing objects: 77% (59/76) remote: Compressing objects: 78% (60/76) remote: Compressing objects: 80% (61/76) remote: Compressing objects: 81% (62/76) remote: Compressing objects: 82% (63/76) remote: Compressing objects: 84% (64/76) remote: Compressing objects: 85% (65/76) remote: Compressing objects: 86% (66/76) remote: Compressing objects: 88% (67/76) remote: Compressing objects: 89% (68/76) remote: Compressing objects: 90% (69/76) remote: Compressing objects: 92% (70/76) remote: Compressing objects: 93% (71/76) remote: Compressing objects: 94% (72/76) remote: Compressing objects: 96% (73/76) remote: Compressing objects: 97% (74/76) remote: Compressing objects: 98% (75/76) remote: Compressing objects: 100% (76/76) remote: Compressing objects: 100% (76/76), done. [2020-12-03T15:29:26.703Z] Receiving objects: 0% (1/8174) Receiving objects: 1% (82/8174) Receiving objects: 2% (164/8174) Receiving objects: 3% (246/8174) Receiving objects: 4% (327/8174) Receiving objects: 5% (409/8174) Receiving objects: 6% (491/8174) Receiving objects: 7% (573/8174) Receiving objects: 8% (654/8174) Receiving objects: 9% (736/8174) Receiving objects: 10% (818/8174) Receiving objects: 11% (900/8174) Receiving objects: 12% (981/8174) Receiving objects: 13% (1063/8174) Receiving objects: 14% (1145/8174) Receiving objects: 15% (1227/8174) Receiving objects: 16% (1308/8174) Receiving objects: 17% (1390/8174) Receiving objects: 18% (1472/8174) Receiving objects: 19% (1554/8174) Receiving objects: 20% (1635/8174) Receiving objects: 21% (1717/8174) Receiving objects: 22% (1799/8174) Receiving objects: 23% (1881/8174) Receiving objects: 24% (1962/8174) Receiving objects: 25% (2044/8174) Receiving objects: 26% (2126/8174) Receiving objects: 27% (2207/8174) Receiving objects: 28% (2289/8174) Receiving objects: 29% (2371/8174) Receiving objects: 30% (2453/8174) Receiving objects: 31% (2534/8174) Receiving objects: 32% (2616/8174) Receiving objects: 33% (2698/8174) Receiving objects: 34% (2780/8174) Receiving objects: 35% (2861/8174) Receiving objects: 36% (2943/8174) Receiving objects: 37% (3025/8174) Receiving objects: 38% (3107/8174) Receiving objects: 39% (3188/8174) Receiving objects: 40% (3270/8174) Receiving objects: 41% (3352/8174) Receiving objects: 42% (3434/8174) Receiving objects: 43% (3515/8174) Receiving objects: 44% (3597/8174) Receiving objects: 45% (3679/8174) Receiving objects: 46% (3761/8174) Receiving objects: 47% (3842/8174) Receiving objects: 48% (3924/8174) Receiving objects: 49% (4006/8174) Receiving objects: 50% (4087/8174) Receiving objects: 51% (4169/8174) Receiving objects: 52% (4251/8174) Receiving objects: 53% (4333/8174) Receiving objects: 54% (4414/8174) Receiving objects: 55% (4496/8174) Receiving objects: 56% (4578/8174) Receiving objects: 57% (4660/8174) Receiving objects: 58% (4741/8174) Receiving objects: 59% (4823/8174) Receiving objects: 60% (4905/8174) Receiving objects: 61% (4987/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 62% (5068/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 63% (5150/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 64% (5232/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 65% (5314/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 66% (5395/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 67% (5477/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 68% (5559/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 69% (5641/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 70% (5722/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 71% (5804/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 72% (5886/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 73% (5968/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 74% (6049/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 75% (6131/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 76% (6213/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 77% (6294/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 77% (6340/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 78% (6376/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 79% (6458/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 80% (6540/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 81% (6621/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 82% (6703/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 83% (6785/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 84% (6867/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 85% (6948/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 86% (7030/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 87% (7112/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 88% (7194/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 89% (7275/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 90% (7357/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 91% (7439/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 92% (7521/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 93% (7602/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 94% (7684/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 95% (7766/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 96% (7848/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 97% (7929/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 98% (8011/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 99% (8093/8174), 14.75 MiB | 14.75 MiB/s remote: Total 8174 (delta 12), reused 29 (delta 7), pack-reused 8091 [2020-12-03T15:29:26.703Z] Receiving objects: 100% (8174/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 100% (8174/8174), 19.30 MiB | 15.55 MiB/s, done. [2020-12-03T15:29:26.968Z] Resolving deltas: 0% (0/5236) Resolving deltas: 1% (58/5236) Resolving deltas: 2% (122/5236) Resolving deltas: 3% (159/5236) Resolving deltas: 4% (211/5236) Resolving deltas: 5% (271/5236) Resolving deltas: 6% (322/5236) Resolving deltas: 7% (370/5236) Resolving deltas: 8% (419/5236) Resolving deltas: 9% (472/5236) Resolving deltas: 10% (524/5236) Resolving deltas: 11% (578/5236) Resolving deltas: 12% (633/5236) Resolving deltas: 13% (686/5236) Resolving deltas: 14% (747/5236) Resolving deltas: 15% (788/5236) Resolving deltas: 16% (849/5236) Resolving deltas: 17% (894/5236) Resolving deltas: 18% (945/5236) Resolving deltas: 19% (1005/5236) Resolving deltas: 20% (1049/5236) Resolving deltas: 21% (1116/5236) Resolving deltas: 22% (1164/5236) Resolving deltas: 23% (1236/5236) Resolving deltas: 24% (1269/5236) Resolving deltas: 25% (1334/5236) Resolving deltas: 26% (1369/5236) Resolving deltas: 27% (1416/5236) Resolving deltas: 28% (1473/5236) Resolving deltas: 29% (1523/5236) Resolving deltas: 30% (1599/5236) Resolving deltas: 31% (1624/5236) Resolving deltas: 32% (1681/5236) Resolving deltas: 33% (1740/5236) Resolving deltas: 34% (1781/5236) Resolving deltas: 36% (1905/5236) Resolving deltas: 37% (1976/5236) Resolving deltas: 38% (2002/5236) Resolving deltas: 39% (2045/5236) Resolving deltas: 40% (2097/5236) Resolving deltas: 41% (2157/5236) Resolving deltas: 42% (2208/5236) Resolving deltas: 43% (2258/5236) Resolving deltas: 44% (2317/5236) Resolving deltas: 45% (2362/5236) Resolving deltas: 46% (2424/5236) Resolving deltas: 47% (2463/5236) Resolving deltas: 49% (2595/5236) Resolving deltas: 50% (2619/5236) Resolving deltas: 51% (2675/5236) Resolving deltas: 52% (2729/5236) Resolving deltas: 53% (2777/5236) Resolving deltas: 54% (2828/5236) Resolving deltas: 55% (2912/5236) Resolving deltas: 56% (2933/5236) Resolving deltas: 57% (2989/5236) Resolving deltas: 58% (3041/5236) Resolving deltas: 59% (3093/5236) Resolving deltas: 60% (3143/5236) Resolving deltas: 61% (3194/5236) Resolving deltas: 62% (3252/5236) Resolving deltas: 63% (3305/5236) Resolving deltas: 64% (3363/5236) Resolving deltas: 65% (3407/5236) Resolving deltas: 66% (3458/5236) Resolving deltas: 67% (3524/5236) Resolving deltas: 68% (3568/5236) Resolving deltas: 69% (3623/5236) Resolving deltas: 70% (3675/5236) Resolving deltas: 71% (3737/5236) Resolving deltas: 72% (3772/5236) Resolving deltas: 73% (3827/5236) Resolving deltas: 74% (3904/5236) Resolving deltas: 75% (3929/5236) Resolving deltas: 76% (3990/5236) Resolving deltas: 78% (4097/5236) Resolving deltas: 80% (4211/5236) Resolving deltas: 81% (4242/5236) Resolving deltas: 82% (4296/5236) Resolving deltas: 83% (4346/5236) Resolving deltas: 84% (4424/5236) Resolving deltas: 85% (4452/5236) Resolving deltas: 87% (4572/5236) Resolving deltas: 88% (4611/5236) Resolving deltas: 89% (4665/5236) Resolving deltas: 91% (4793/5236) Resolving deltas: 92% (4818/5236) Resolving deltas: 93% (4902/5236) Resolving deltas: 94% (4928/5236) Resolving deltas: 95% (4985/5236) Resolving deltas: 96% (5051/5236) Resolving deltas: 97% (5080/5236) Resolving deltas: 98% (5136/5236) Resolving deltas: 99% (5186/5236) Resolving deltas: 100% (5236/5236) Resolving deltas: 100% (5236/5236), done. [2020-12-03T15:29:26.968Z] Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. [2020-12-03T15:29:26.968Z] [2020-12-03T15:29:26.968Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T15:29:26.968Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T15:29:26.969Z] state without impacting any branches by performing another checkout. [2020-12-03T15:29:26.969Z] [2020-12-03T15:29:26.969Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T15:29:26.969Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T15:29:26.969Z] [2020-12-03T15:29:26.969Z] git checkout -b [2020-12-03T15:29:26.969Z] [2020-12-03T15:29:29.153Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:29:29.153Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T15:29:29.153Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T15:29:29.153Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T15:29:29.676Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:33.882Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-03T15:29:34.143Z] 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) [2020-12-03T15:29:34.404Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] [2020-12-03T15:29:34.665Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-12-03T15:29:34.927Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] [2020-12-03T15:29:35.188Z] 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) [2020-12-03T15:29:35.188Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-03T15:29:35.760Z] 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) [2020-12-03T15:29:35.760Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-03T15:29:36.333Z] 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) [2020-12-03T15:29:36.333Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-03T15:29:36.333Z] 100% [Working] Fetched 8848 B in 0s (0 B/s) [2020-12-03T15:29:36.593Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-03T15:29:36.853Z] 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) [2020-12-03T15:29:37.116Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-03T15:29:37.116Z] 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T15:29:37.376Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-03T15:29:37.637Z] 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) [2020-12-03T15:29:37.899Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] [2020-12-03T15:29:38.470Z] 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) [2020-12-03T15:29:38.470Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-03T15:29:38.731Z] 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) [2020-12-03T15:29:38.731Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-03T15:29:39.304Z] 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) [2020-12-03T15:29:39.565Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] [2020-12-03T15:29:40.399Z] 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) [2020-12-03T15:29:40.660Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-03T15:29:40.921Z] 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) [2020-12-03T15:29:41.181Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-12-03T15:29:41.181Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:41.442Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-03T15:29:41.442Z] 27% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) [2020-12-03T15:29:41.702Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] [2020-12-03T15:29:41.702Z] 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) [2020-12-03T15:29:41.962Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-03T15:29:42.223Z] 14% 100% [Working] Fetched 85.5 kB in 0s (0 B/s) [2020-12-03T15:29:42.484Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-03T15:29:42.744Z] 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) [2020-12-03T15:29:42.745Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.15-0ubuntu0.18.04.1_amd64.deb [108 kB] [2020-12-03T15:29:43.005Z] 11% 100% [Working] Fetched 108 kB in 0s (0 B/s) [2020-12-03T15:29:43.269Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] [2020-12-03T15:29:43.530Z] 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T15:29:43.530Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-12-03T15:29:43.530Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:43.794Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.15-0ubuntu0.18.04.1_amd64.deb [3766 kB] [2020-12-03T15:29:44.625Z] 0% 11% 100% [Working] Fetched 3766 kB in 0s (0 B/s) [2020-12-03T15:29:44.886Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] [2020-12-03T15:29:44.886Z] 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-12-03T15:29:45.147Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-03T15:29:45.147Z] 40% 100% [Working] Fetched 30.8 kB in 0s (0 B/s) [2020-12-03T15:29:45.407Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T15:29:45.407Z] 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) [2020-12-03T15:29:45.669Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] [2020-12-03T15:29:45.669Z] 100% [Working] Fetched 5884 B in 0s (0 B/s) [2020-12-03T15:29:45.929Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-12-03T15:29:45.929Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:46.190Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-03T15:29:46.190Z] 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) [2020-12-03T15:29:46.457Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] [2020-12-03T15:29:46.718Z] 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) [2020-12-03T15:29:46.978Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-03T15:29:46.978Z] 100% [Working] Fetched 8720 B in 0s (0 B/s) [2020-12-03T15:29:47.240Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] [2020-12-03T15:29:47.240Z] 100% [Working] Fetched 5896 B in 0s (0 B/s) [2020-12-03T15:29:47.240Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-03T15:29:47.811Z] 9% 100% [Working] Fetched 137 kB in 0s (0 B/s) [2020-12-03T15:29:47.811Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-03T15:29:48.072Z] 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) [2020-12-03T15:29:48.337Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] [2020-12-03T15:29:48.908Z] 1% 98% 100% [Working] Fetched 663 kB in 0s (0 B/s) [2020-12-03T15:29:49.169Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-03T15:29:49.431Z] 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) [2020-12-03T15:29:49.692Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] [2020-12-03T15:29:49.953Z] 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) [2020-12-03T15:29:50.217Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-03T15:29:50.478Z] 30% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) [2020-12-03T15:29:50.478Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-12-03T15:29:50.478Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:50.739Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-03T15:29:50.739Z] 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) [2020-12-03T15:29:51.001Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-03T15:29:51.573Z] 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) [2020-12-03T15:29:51.573Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-03T15:29:52.145Z] 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) [2020-12-03T15:29:52.145Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-03T15:29:52.405Z] 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) [2020-12-03T15:29:52.666Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-03T15:29:53.237Z] 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) [2020-12-03T15:29:53.237Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-12-03T15:29:53.808Z] 0% 46% 100% [Working] Fetched 1301 kB in 0s (0 B/s) [2020-12-03T15:29:54.069Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-03T15:29:54.330Z] 38% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) [2020-12-03T15:29:54.330Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-12-03T15:29:54.330Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:29:54.590Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-03T15:29:54.851Z] 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) [2020-12-03T15:29:55.111Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.15-0ubuntu0.18.04.1_amd64.deb [939 kB] [2020-12-03T15:29:55.689Z] 1% 43% 100% [Working] Fetched 939 kB in 0s (0 B/s) [2020-12-03T15:29:55.950Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-03T15:29:56.210Z] 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) [2020-12-03T15:29:56.471Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] [2020-12-03T15:29:56.733Z] 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) [2020-12-03T15:29:56.993Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] [2020-12-03T15:29:56.993Z] 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) [2020-12-03T15:30:05.155Z] Pulling postgres  [2020-12-03T15:30:05.156Z] Pulling redis  [2020-12-03T15:30:05.727Z] Cloning into '/build/parts/redis/src'... [2020-12-03T15:30:06.299Z] remote: Enumerating objects: 881, done. [2020-12-03T15:30:06.562Z] remote: Counting objects: 0% (1/881) remote: Counting objects: 1% (9/881) remote: Counting objects: 2% (18/881) remote: Counting objects: 3% (27/881) remote: Counting objects: 4% (36/881) remote: Counting objects: 5% (45/881) remote: Counting objects: 6% (53/881) remote: Counting objects: 7% (62/881) remote: Counting objects: 8% (71/881) remote: Counting objects: 9% (80/881) remote: Counting objects: 10% (89/881) remote: Counting objects: 11% (97/881) remote: Counting objects: 12% (106/881) remote: Counting objects: 13% (115/881) remote: Counting objects: 14% (124/881) remote: Counting objects: 15% (133/881) remote: Counting objects: 16% (141/881) remote: Counting objects: 17% (150/881) remote: Counting objects: 18% (159/881) remote: Counting objects: 19% (168/881) remote: Counting objects: 20% (177/881) remote: Counting objects: 21% (186/881) remote: Counting objects: 22% (194/881) remote: Counting objects: 23% (203/881) remote: Counting objects: 24% (212/881) remote: Counting objects: 25% (221/881) remote: Counting objects: 26% (230/881) remote: Counting objects: 27% (238/881) remote: Counting objects: 28% (247/881) remote: Counting objects: 29% (256/881) remote: Counting objects: 30% (265/881) remote: Counting objects: 31% (274/881) remote: Counting objects: 32% (282/881) remote: Counting objects: 33% (291/881) remote: Counting objects: 34% (300/881) remote: Counting objects: 35% (309/881) remote: Counting objects: 36% (318/881) remote: Counting objects: 37% (326/881) remote: Counting objects: 38% (335/881) remote: Counting objects: 39% (344/881) remote: Counting objects: 40% (353/881) remote: Counting objects: 41% (362/881) remote: Counting objects: 42% (371/881) remote: Counting objects: 43% (379/881) remote: Counting objects: 44% (388/881) remote: Counting objects: 45% (397/881) remote: Counting objects: 46% (406/881) remote: Counting objects: 47% (415/881) remote: Counting objects: 48% (423/881) remote: Counting objects: 49% (432/881) remote: Counting objects: 50% (441/881) remote: Counting objects: 51% (450/881) remote: Counting objects: 52% (459/881) remote: Counting objects: 53% (467/881) remote: Counting objects: 54% (476/881) remote: Counting objects: 55% (485/881) remote: Counting objects: 56% (494/881) remote: Counting objects: 57% (503/881) remote: Counting objects: 58% (511/881) remote: Counting objects: 59% (520/881) remote: Counting objects: 60% (529/881) remote: Counting objects: 61% (538/881) remote: Counting objects: 62% (547/881) remote: Counting objects: 63% (556/881) remote: Counting objects: 64% (564/881) remote: Counting objects: 65% (573/881) remote: Counting objects: 66% (582/881) remote: Counting objects: 67% (591/881) remote: Counting objects: 68% (600/881) remote: Counting objects: 69% (608/881) remote: Counting objects: 70% (617/881) remote: Counting objects: 71% (626/881) remote: Counting objects: 72% (635/881) remote: Counting objects: 73% (644/881) remote: Counting objects: 74% (652/881) remote: Counting objects: 75% (661/881) remote: Counting objects: 76% (670/881) remote: Counting objects: 77% (679/881) remote: Counting objects: 78% (688/881) remote: Counting objects: 79% (696/881) remote: Counting objects: 80% (705/881) remote: Counting objects: 81% (714/881) remote: Counting objects: 82% (723/881) remote: Counting objects: 83% (732/881) remote: Counting objects: 84% (741/881) remote: Counting objects: 85% (749/881) remote: Counting objects: 86% (758/881) remote: Counting objects: 87% (767/881) remote: Counting objects: 88% (776/881) remote: Counting objects: 89% (785/881) remote: Counting objects: 90% (793/881) remote: Counting objects: 91% (802/881) remote: Counting objects: 92% (811/881) remote: Counting objects: 93% (820/881) remote: Counting objects: 94% (829/881) remote: Counting objects: 95% (837/881) remote: Counting objects: 96% (846/881) remote: Counting objects: 97% (855/881) remote: Counting objects: 98% (864/881) remote: Counting objects: 99% (873/881) remote: Counting objects: 100% (881/881) remote: Counting objects: 100% (881/881), done. [2020-12-03T15:30:06.563Z] remote: Compressing objects: 0% (1/788) remote: Compressing objects: 1% (8/788) remote: Compressing objects: 2% (16/788) remote: Compressing objects: 3% (24/788) remote: Compressing objects: 4% (32/788) remote: Compressing objects: 5% (40/788) remote: Compressing objects: 6% (48/788) remote: Compressing objects: 7% (56/788) remote: Compressing objects: 8% (64/788) remote: Compressing objects: 9% (71/788) remote: Compressing objects: 10% (79/788) remote: Compressing objects: 11% (87/788) remote: Compressing objects: 12% (95/788) remote: Compressing objects: 13% (103/788) remote: Compressing objects: 14% (111/788) remote: Compressing objects: 15% (119/788) remote: Compressing objects: 16% (127/788) remote: Compressing objects: 17% (134/788) remote: Compressing objects: 18% (142/788) remote: Compressing objects: 19% (150/788) remote: Compressing objects: 20% (158/788) remote: Compressing objects: 21% (166/788) remote: Compressing objects: 22% (174/788) remote: Compressing objects: 23% (182/788) remote: Compressing objects: 24% (190/788) remote: Compressing objects: 25% (197/788) remote: Compressing objects: 26% (205/788) remote: Compressing objects: 27% (213/788) remote: Compressing objects: 28% (221/788) remote: Compressing objects: 29% (229/788) remote: Compressing objects: 30% (237/788) remote: Compressing objects: 31% (245/788) remote: Compressing objects: 32% (253/788) remote: Compressing objects: 33% (261/788) remote: Compressing objects: 34% (268/788) remote: Compressing objects: 35% (276/788) remote: Compressing objects: 36% (284/788) remote: Compressing objects: 37% (292/788) remote: Compressing objects: 38% (300/788) remote: Compressing objects: 39% (308/788) remote: Compressing objects: 40% (316/788) remote: Compressing objects: 41% (324/788) remote: Compressing objects: 42% (331/788) remote: Compressing objects: 43% (339/788) remote: Compressing objects: 44% (347/788) remote: Compressing objects: 45% (355/788) remote: Compressing objects: 46% (363/788) remote: Compressing objects: 47% (371/788) remote: Compressing objects: 48% (379/788) remote: Compressing objects: 49% (387/788) remote: Compressing objects: 50% (394/788) remote: Compressing objects: 51% (402/788) remote: Compressing objects: 52% (410/788) remote: Compressing objects: 53% (418/788) remote: Compressing objects: 54% (426/788) remote: Compressing objects: 55% (434/788) remote: Compressing objects: 56% (442/788) remote: Compressing objects: 57% (450/788) remote: Compressing objects: 58% (458/788) remote: Compressing objects: 59% (465/788) remote: Compressing objects: 60% (473/788) remote: Compressing objects: 61% (481/788) remote: Compressing objects: 62% (489/788) remote: Compressing objects: 63% (497/788) remote: Compressing objects: 64% (505/788) remote: Compressing objects: 65% (513/788) remote: Compressing objects: 66% (521/788) remote: Compressing objects: 67% (528/788) remote: Compressing objects: 68% (536/788) remote: Compressing objects: 69% (544/788) remote: Compressing objects: 70% (552/788) remote: Compressing objects: 71% (560/788) remote: Compressing objects: 72% (568/788) remote: Compressing objects: 73% (576/788) remote: Compressing objects: 74% (584/788) remote: Compressing objects: 75% (591/788) remote: Compressing objects: 76% (599/788) remote: Compressing objects: 77% (607/788) remote: Compressing objects: 78% (615/788) remote: Compressing objects: 79% (623/788) remote: Compressing objects: 80% (631/788) remote: Compressing objects: 81% (639/788) remote: Compressing objects: 82% (647/788) remote: Compressing objects: 83% (655/788) remote: Compressing objects: 84% (662/788) remote: Compressing objects: 85% (670/788) remote: Compressing objects: 86% (678/788) remote: Compressing objects: 87% (686/788) remote: Compressing objects: 88% (694/788) remote: Compressing objects: 89% (702/788) remote: Compressing objects: 90% (710/788) remote: Compressing objects: 91% (718/788) remote: Compressing objects: 92% (725/788) remote: Compressing objects: 93% (733/788) remote: Compressing objects: 94% (741/788) remote: Compressing objects: 95% (749/788) remote: Compressing objects: 96% (757/788) remote: Compressing objects: 97% (765/788) remote: Compressing objects: 98% (773/788) remote: Compressing objects: 99% (781/788) remote: Compressing objects: 100% (788/788) remote: Compressing objects: 100% (788/788), done. [2020-12-03T15:30:06.824Z] Receiving objects: 0% (1/881) Receiving objects: 1% (9/881) Receiving objects: 2% (18/881) Receiving objects: 3% (27/881) Receiving objects: 4% (36/881) Receiving objects: 5% (45/881) Receiving objects: 6% (53/881) Receiving objects: 7% (62/881) Receiving objects: 8% (71/881) Receiving objects: 9% (80/881) Receiving objects: 10% (89/881) Receiving objects: 11% (97/881) Receiving objects: 12% (106/881) Receiving objects: 13% (115/881) Receiving objects: 14% (124/881) Receiving objects: 15% (133/881) Receiving objects: 16% (141/881) Receiving objects: 17% (150/881) Receiving objects: 18% (159/881) Receiving objects: 19% (168/881) Receiving objects: 20% (177/881) Receiving objects: 21% (186/881) Receiving objects: 22% (194/881) Receiving objects: 23% (203/881) Receiving objects: 24% (212/881) Receiving objects: 25% (221/881) Receiving objects: 26% (230/881) Receiving objects: 27% (238/881) Receiving objects: 28% (247/881) Receiving objects: 29% (256/881) Receiving objects: 30% (265/881) Receiving objects: 31% (274/881) Receiving objects: 32% (282/881) Receiving objects: 33% (291/881) Receiving objects: 34% (300/881) Receiving objects: 35% (309/881) Receiving objects: 36% (318/881) Receiving objects: 37% (326/881) Receiving objects: 38% (335/881) Receiving objects: 39% (344/881) Receiving objects: 40% (353/881) Receiving objects: 41% (362/881) Receiving objects: 42% (371/881) Receiving objects: 43% (379/881) Receiving objects: 44% (388/881) Receiving objects: 45% (397/881) Receiving objects: 46% (406/881) Receiving objects: 47% (415/881) Receiving objects: 48% (423/881) Receiving objects: 49% (432/881) Receiving objects: 50% (441/881) Receiving objects: 51% (450/881) Receiving objects: 52% (459/881) Receiving objects: 53% (467/881) Receiving objects: 54% (476/881) Receiving objects: 55% (485/881) Receiving objects: 56% (494/881) Receiving objects: 57% (503/881) Receiving objects: 58% (511/881) Receiving objects: 59% (520/881) Receiving objects: 60% (529/881) Receiving objects: 61% (538/881) Receiving objects: 62% (547/881) Receiving objects: 63% (556/881) Receiving objects: 64% (564/881) Receiving objects: 65% (573/881) Receiving objects: 66% (582/881) Receiving objects: 67% (591/881) Receiving objects: 68% (600/881) Receiving objects: 69% (608/881) Receiving objects: 70% (617/881) Receiving objects: 71% (626/881) Receiving objects: 72% (635/881) Receiving objects: 73% (644/881) Receiving objects: 74% (652/881) Receiving objects: 75% (661/881) Receiving objects: 76% (670/881) Receiving objects: 77% (679/881) Receiving objects: 78% (688/881) Receiving objects: 79% (696/881) Receiving objects: 80% (705/881) Receiving objects: 81% (714/881) Receiving objects: 82% (723/881) Receiving objects: 83% (732/881) Receiving objects: 84% (741/881) Receiving objects: 85% (749/881) Receiving objects: 86% (758/881) Receiving objects: 87% (767/881) Receiving objects: 88% (776/881) Receiving objects: 89% (785/881) Receiving objects: 90% (793/881) Receiving objects: 91% (802/881) Receiving objects: 92% (811/881) Receiving objects: 93% (820/881) Receiving objects: 94% (829/881) Receiving objects: 95% (837/881) Receiving objects: 96% (846/881) Receiving objects: 97% (855/881) remote: Total 881 (delta 101), reused 578 (delta 66), pack-reused 0 [2020-12-03T15:30:06.824Z] Receiving objects: 98% (864/881) Receiving objects: 99% (873/881) Receiving objects: 100% (881/881) Receiving objects: 100% (881/881), 2.41 MiB | 10.71 MiB/s, done. [2020-12-03T15:30:06.824Z] Resolving deltas: 0% (0/101) Resolving deltas: 1% (2/101) Resolving deltas: 3% (4/101) Resolving deltas: 4% (5/101) Resolving deltas: 5% (6/101) Resolving deltas: 7% (8/101) Resolving deltas: 8% (9/101) Resolving deltas: 9% (10/101) Resolving deltas: 10% (11/101) Resolving deltas: 11% (12/101) Resolving deltas: 12% (13/101) Resolving deltas: 13% (14/101) Resolving deltas: 16% (17/101) Resolving deltas: 17% (18/101) Resolving deltas: 21% (22/101) Resolving deltas: 23% (24/101) Resolving deltas: 26% (27/101) Resolving deltas: 34% (35/101) Resolving deltas: 36% (37/101) Resolving deltas: 37% (38/101) Resolving deltas: 38% (39/101) Resolving deltas: 39% (40/101) Resolving deltas: 40% (41/101) Resolving deltas: 44% (45/101) Resolving deltas: 45% (46/101) Resolving deltas: 46% (47/101) Resolving deltas: 51% (52/101) Resolving deltas: 53% (54/101) Resolving deltas: 56% (57/101) Resolving deltas: 59% (60/101) Resolving deltas: 60% (61/101) Resolving deltas: 61% (62/101) Resolving deltas: 63% (64/101) Resolving deltas: 64% (65/101) Resolving deltas: 65% (66/101) Resolving deltas: 66% (67/101) Resolving deltas: 69% (70/101) Resolving deltas: 70% (71/101) Resolving deltas: 71% (72/101) Resolving deltas: 74% (75/101) Resolving deltas: 78% (79/101) Resolving deltas: 79% (80/101) Resolving deltas: 81% (82/101) Resolving deltas: 82% (83/101) Resolving deltas: 83% (84/101) Resolving deltas: 85% (86/101) Resolving deltas: 86% (87/101) Resolving deltas: 87% (88/101) Resolving deltas: 89% (90/101) Resolving deltas: 92% (93/101) Resolving deltas: 93% (94/101) Resolving deltas: 94% (95/101) Resolving deltas: 95% (96/101) Resolving deltas: 96% (97/101) Resolving deltas: 100% (101/101) Resolving deltas: 100% (101/101), done. [2020-12-03T15:30:07.084Z] Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. [2020-12-03T15:30:07.084Z] [2020-12-03T15:30:07.084Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T15:30:07.084Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T15:30:07.084Z] state without impacting any branches by performing another checkout. [2020-12-03T15:30:07.084Z] [2020-12-03T15:30:07.084Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T15:30:07.084Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T15:30:07.084Z] [2020-12-03T15:30:07.084Z] git checkout -b [2020-12-03T15:30:07.084Z] [2020-12-03T15:30:09.261Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T15:30:09.261Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:30:09.261Z] 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T15:30:09.261Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T15:30:09.784Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:13.350Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] [2020-12-03T15:30:13.925Z] 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) [2020-12-03T15:30:13.925Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] [2020-12-03T15:30:14.186Z] 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) [2020-12-03T15:30:14.186Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] [2020-12-03T15:30:14.446Z] 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) [2020-12-03T15:30:14.707Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.3_amd64.deb [2652 kB] [2020-12-03T15:30:15.540Z] 0% 23% 100% [Working] Fetched 2652 kB in 0s (0 B/s) [2020-12-03T15:30:16.113Z] Pulling snapcraft-preload  [2020-12-03T15:30:17.056Z] Cloning into '/build/parts/snapcraft-preload/src'... [2020-12-03T15:30:17.318Z] remote: Enumerating objects: 187, done. [2020-12-03T15:30:17.318Z] Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 [2020-12-03T15:30:17.318Z] Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 4.04 MiB/s, done. [2020-12-03T15:30:17.318Z] Resolving deltas: 0% (0/112) Resolving deltas: 9% (11/112) Resolving deltas: 18% (21/112) Resolving deltas: 25% (28/112) Resolving deltas: 45% (51/112) Resolving deltas: 47% (53/112) Resolving deltas: 81% (91/112) Resolving deltas: 83% (93/112) Resolving deltas: 86% (97/112) Resolving deltas: 93% (105/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. [2020-12-03T15:30:17.579Z] From https://github.com/sergiusens/snapcraft-preload [2020-12-03T15:30:17.579Z] * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD [2020-12-03T15:30:17.579Z] Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. [2020-12-03T15:30:17.579Z] [2020-12-03T15:30:17.579Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T15:30:17.579Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T15:30:17.579Z] state without impacting any branches by performing another checkout. [2020-12-03T15:30:17.579Z] [2020-12-03T15:30:17.579Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T15:30:17.579Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T15:30:17.579Z] [2020-12-03T15:30:17.579Z] git checkout -b [2020-12-03T15:30:17.579Z] [2020-12-03T15:30:17.579Z] HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) [2020-12-03T15:30:17.982Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:30:17.982Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:30:17.982Z] ---> 84101518f92e [2020-12-03T15:30:17.982Z] Step 3/23 : WORKDIR /edgex-go [2020-12-03T15:30:17.982Z] ---> Using cache [2020-12-03T15:30:17.982Z] ---> 3d9b8d07c70b [2020-12-03T15:30:17.982Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:30:17.982Z] ---> Using cache [2020-12-03T15:30:17.982Z] ---> d65e4a7f1da6 [2020-12-03T15:30:17.982Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-12-03T15:30:17.982Z] ---> Running in 661ba0ff6ba8 [2020-12-03T15:30:17.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:30:17.982Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:30:17.982Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:30:17.982Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:30:17.982Z] OK: 12616 distinct packages available [2020-12-03T15:30:17.982Z] OK: 217 MiB in 51 packages [2020-12-03T15:30:19.021Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:30:19.021Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:30:19.021Z] ---> 84101518f92e [2020-12-03T15:30:19.021Z] Step 3/27 : WORKDIR /edgex-go [2020-12-03T15:30:19.021Z] ---> Using cache [2020-12-03T15:30:19.021Z] ---> 3d9b8d07c70b [2020-12-03T15:30:19.021Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:30:19.021Z] ---> Using cache [2020-12-03T15:30:19.021Z] ---> d65e4a7f1da6 [2020-12-03T15:30:19.021Z] Step 5/27 : RUN apk update && apk add make bash git [2020-12-03T15:30:19.618Z] ---> Running in 1be1b62f7a9b [2020-12-03T15:30:20.140Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-12-03T15:30:20.140Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-12-03T15:30:20.140Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-12-03T15:30:20.140Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-12-03T15:30:20.140Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:20.613Z] Removing intermediate container 661ba0ff6ba8 [2020-12-03T15:30:20.614Z] ---> e026fb889eae [2020-12-03T15:30:20.614Z] Step 6/23 : COPY go.mod . [2020-12-03T15:30:21.210Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:30:22.192Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:30:22.192Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:30:22.192Z] ---> 84101518f92e [2020-12-03T15:30:22.192Z] Step 3/21 : WORKDIR /edgex-go [2020-12-03T15:30:22.192Z] ---> Using cache [2020-12-03T15:30:22.192Z] ---> 3d9b8d07c70b [2020-12-03T15:30:22.192Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:30:22.192Z] ---> Using cache [2020-12-03T15:30:22.192Z] ---> d65e4a7f1da6 [2020-12-03T15:30:22.192Z] Step 5/21 : RUN apk update && apk add make git [2020-12-03T15:30:22.192Z] ---> Using cache [2020-12-03T15:30:22.192Z] ---> a56b29ef6e3f [2020-12-03T15:30:22.192Z] Step 6/21 : COPY go.mod . [2020-12-03T15:30:22.192Z] ---> Using cache [2020-12-03T15:30:22.192Z] ---> 2e3565c882c3 [2020-12-03T15:30:22.192Z] Step 7/21 : RUN go mod download [2020-12-03T15:30:22.192Z] ---> Using cache [2020-12-03T15:30:22.192Z] ---> a6b2be24d7e7 [2020-12-03T15:30:22.192Z] Step 8/21 : COPY . . [2020-12-03T15:30:22.192Z] ---> 3fdce60eacb5 [2020-12-03T15:30:22.192Z] Step 7/23 : RUN go mod download [2020-12-03T15:30:22.192Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:30:22.192Z] ---> Using cache [2020-12-03T15:30:22.192Z] ---> 1db5bf8f6811 [2020-12-03T15:30:22.192Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-12-03T15:30:22.468Z] ---> Running in 0cfec30eead5 [2020-12-03T15:30:22.468Z] ---> Running in c37ecb2bba14 [2020-12-03T15:30:22.742Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:30:22.742Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-12-03T15:30:22.742Z] ---> 84101518f92e [2020-12-03T15:30:22.742Z] Step 3/29 : WORKDIR /edgex-go [2020-12-03T15:30:22.742Z] ---> Using cache [2020-12-03T15:30:22.742Z] ---> 3d9b8d07c70b [2020-12-03T15:30:22.742Z] Step 4/29 : RUN apk update && apk add make git [2020-12-03T15:30:23.028Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-12-03T15:30:23.028Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-12-03T15:30:23.028Z] ---> 84101518f92e [2020-12-03T15:30:23.028Z] Step 3/22 : WORKDIR /edgex-go [2020-12-03T15:30:23.028Z] ---> Using cache [2020-12-03T15:30:23.028Z] ---> 3d9b8d07c70b [2020-12-03T15:30:23.028Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:30:23.028Z] ---> Using cache [2020-12-03T15:30:23.028Z] ---> d65e4a7f1da6 [2020-12-03T15:30:23.028Z] Step 5/22 : RUN apk update && apk add make git [2020-12-03T15:30:23.028Z] ---> Using cache [2020-12-03T15:30:23.028Z] ---> a56b29ef6e3f [2020-12-03T15:30:23.028Z] Step 6/22 : COPY go.mod . [2020-12-03T15:30:23.028Z] ---> Using cache [2020-12-03T15:30:23.028Z] ---> 2e3565c882c3 [2020-12-03T15:30:23.028Z] Step 7/22 : RUN go mod download [2020-12-03T15:30:23.028Z] ---> Using cache [2020-12-03T15:30:23.028Z] ---> a6b2be24d7e7 [2020-12-03T15:30:23.028Z] Step 8/22 : COPY . . [2020-12-03T15:30:23.028Z] ---> Running in 3cddde824db0 [2020-12-03T15:30:23.028Z] ---> Using cache [2020-12-03T15:30:23.028Z] ---> 1db5bf8f6811 [2020-12-03T15:30:23.028Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-12-03T15:30:23.301Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:30:23.301Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:30:23.301Z] OK: 12616 distinct packages available [2020-12-03T15:30:23.301Z] ---> Running in d8e0270781ea [2020-12-03T15:30:24.286Z] OK: 217 MiB in 51 packages [2020-12-03T15:30:24.348Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2020-12-03T15:30:24.348Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:24.348Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2020-12-03T15:30:24.348Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:24.609Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2020-12-03T15:30:24.609Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:24.870Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2020-12-03T15:30:24.896Z] 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 [2020-12-03T15:30:25.131Z] 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) [2020-12-03T15:30:25.131Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2020-12-03T15:30:25.131Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:25.176Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:30:25.392Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2020-12-03T15:30:25.392Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:25.453Z] 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 [2020-12-03T15:30:25.653Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2020-12-03T15:30:25.654Z] 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) [2020-12-03T15:30:25.914Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] [2020-12-03T15:30:25.914Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:25.914Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] [2020-12-03T15:30:26.054Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:30:26.054Z] Removing intermediate container 1be1b62f7a9b [2020-12-03T15:30:26.054Z] ---> cda0cebf85ef [2020-12-03T15:30:26.054Z] Step 6/27 : COPY go.mod . [2020-12-03T15:30:26.486Z] 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) [2020-12-03T15:30:26.486Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2020-12-03T15:30:26.486Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:26.747Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2020-12-03T15:30:27.013Z] 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) [2020-12-03T15:30:27.013Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2020-12-03T15:30:27.013Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:27.048Z] v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:30:27.048Z] v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:30:27.048Z] OK: 12616 distinct packages available [2020-12-03T15:30:27.274Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2020-12-03T15:30:27.331Z] ---> 52bb781b708b [2020-12-03T15:30:27.331Z] Step 7/27 : RUN go mod download [2020-12-03T15:30:27.536Z] 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) [2020-12-03T15:30:27.536Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2020-12-03T15:30:27.536Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:27.605Z] ---> Running in 662ecb5a6f35 [2020-12-03T15:30:27.605Z] Removing intermediate container c37ecb2bba14 [2020-12-03T15:30:27.605Z] ---> b72517fae558 [2020-12-03T15:30:27.605Z] Step 8/23 : COPY . . [2020-12-03T15:30:27.798Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2020-12-03T15:30:27.881Z] OK: 217 MiB in 51 packages [2020-12-03T15:30:28.058Z] 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) [2020-12-03T15:30:28.320Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2020-12-03T15:30:28.320Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:28.320Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2020-12-03T15:30:28.320Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:28.581Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2020-12-03T15:30:28.581Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:28.841Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2020-12-03T15:30:28.841Z] 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) [2020-12-03T15:30:28.841Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] [2020-12-03T15:30:28.842Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:29.104Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2020-12-03T15:30:29.364Z] 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) [2020-12-03T15:30:29.364Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2020-12-03T15:30:29.364Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:29.631Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2020-12-03T15:30:29.631Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:29.631Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2020-12-03T15:30:29.631Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:29.891Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2020-12-03T15:30:29.891Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:29.891Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2020-12-03T15:30:29.891Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:30.153Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2020-12-03T15:30:30.414Z] 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) [2020-12-03T15:30:30.674Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2020-12-03T15:30:30.674Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:30.935Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2020-12-03T15:30:30.935Z] 100% [Working] Fetched 11.1 kB in 0s (0 B/s) [2020-12-03T15:30:30.935Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2020-12-03T15:30:30.935Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:31.199Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2020-12-03T15:30:31.199Z] 99% 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:31.199Z] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2020-12-03T15:30:31.199Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:31.301Z] Removing intermediate container 3cddde824db0 [2020-12-03T15:30:31.302Z] ---> 42751d1dd8d9 [2020-12-03T15:30:31.302Z] Step 5/29 : COPY go.mod . [2020-12-03T15:30:31.460Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2020-12-03T15:30:31.460Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:31.460Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] [2020-12-03T15:30:31.460Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:31.737Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2020-12-03T15:30:31.737Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:31.737Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2020-12-03T15:30:31.737Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:32.017Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] [2020-12-03T15:30:32.017Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:32.017Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2020-12-03T15:30:32.017Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:32.284Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] [2020-12-03T15:30:32.551Z] 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) [2020-12-03T15:30:32.757Z] ---> ca8fd772bccc [2020-12-03T15:30:32.757Z] Step 6/29 : RUN go mod download [2020-12-03T15:30:32.815Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2020-12-03T15:30:32.815Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:32.815Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2020-12-03T15:30:32.815Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-12-03T15:30:33.361Z] ---> Running in 376cb5b6f51a [2020-12-03T15:30:33.641Z] Removing intermediate container 662ecb5a6f35 [2020-12-03T15:30:33.641Z] ---> 97eeccd3cbfc [2020-12-03T15:30:33.641Z] Step 8/27 : COPY . . [2020-12-03T15:30:34.771Z] Pulling static-packages  [2020-12-03T15:30:35.760Z] Pulling vault  [2020-12-03T15:30:36.439Z] Cloning into '/build/parts/vault/src'... [2020-12-03T15:30:37.034Z] remote: Enumerating objects: 12795, done. [2020-12-03T15:30:37.035Z] remote: Counting objects: 0% (1/12795) remote: Counting objects: 1% (128/12795) remote: Counting objects: 2% (256/12795) remote: Counting objects: 3% (384/12795) remote: Counting objects: 4% (512/12795) remote: Counting objects: 5% (640/12795) remote: Counting objects: 6% (768/12795) remote: Counting objects: 7% (896/12795) remote: Counting objects: 8% (1024/12795) remote: Counting objects: 9% (1152/12795) remote: Counting objects: 10% (1280/12795) remote: Counting objects: 11% (1408/12795) remote: Counting objects: 12% (1536/12795) remote: Counting objects: 13% (1664/12795) remote: Counting objects: 14% (1792/12795) remote: Counting objects: 15% (1920/12795) remote: Counting objects: 16% (2048/12795) remote: Counting objects: 17% (2176/12795) remote: Counting objects: 18% (2304/12795) remote: Counting objects: 19% (2432/12795) remote: Counting objects: 20% (2559/12795) remote: Counting objects: 21% (2687/12795) remote: Counting objects: 22% (2815/12795) remote: Counting objects: 23% (2943/12795) remote: Counting objects: 24% (3071/12795) remote: Counting objects: 25% (3199/12795) remote: Counting objects: 26% (3327/12795) remote: Counting objects: 27% (3455/12795) remote: Counting objects: 28% (3583/12795) remote: Counting objects: 29% (3711/12795) remote: Counting objects: 30% (3839/12795) remote: Counting objects: 31% (3967/12795) remote: Counting objects: 32% (4095/12795) remote: Counting objects: 33% (4223/12795) remote: Counting objects: 34% (4351/12795) remote: Counting objects: 35% (4479/12795) remote: Counting objects: 36% (4607/12795) remote: Counting objects: 37% (4735/12795) remote: Counting objects: 38% (4863/12795) remote: Counting objects: 39% (4991/12795) remote: Counting objects: 40% (5118/12795) remote: Counting objects: 41% (5246/12795) remote: Counting objects: 42% (5374/12795) remote: Counting objects: 43% (5502/12795) remote: Counting objects: 44% (5630/12795) remote: Counting objects: 45% (5758/12795) remote: Counting objects: 46% (5886/12795) remote: Counting objects: 47% (6014/12795) remote: Counting objects: 48% (6142/12795) remote: Counting objects: 49% (6270/12795) remote: Counting objects: 50% (6398/12795) remote: Counting objects: 51% (6526/12795) remote: Counting objects: 52% (6654/12795) remote: Counting objects: 53% (6782/12795) remote: Counting objects: 54% (6910/12795) remote: Counting objects: 55% (7038/12795) remote: Counting objects: 56% (7166/12795) remote: Counting objects: 57% (7294/12795) remote: Counting objects: 58% (7422/12795) remote: Counting objects: 59% (7550/12795) remote: Counting objects: 60% (7677/12795) remote: Counting objects: 61% (7805/12795) remote: Counting objects: 62% (7933/12795) remote: Counting objects: 63% (8061/12795) remote: Counting objects: 64% (8189/12795) remote: Counting objects: 65% (8317/12795) remote: Counting objects: 66% (8445/12795) remote: Counting objects: 67% (8573/12795) remote: Counting objects: 68% (8701/12795) remote: Counting objects: 69% (8829/12795) remote: Counting objects: 70% (8957/12795) remote: Counting objects: 71% (9085/12795) remote: Counting objects: 72% (9213/12795) remote: Counting objects: 73% (9341/12795) remote: Counting objects: 74% (9469/12795) remote: Counting objects: 75% (9597/12795) remote: Counting objects: 76% (9725/12795) remote: Counting objects: 77% (9853/12795) remote: Counting objects: 78% (9981/12795) remote: Counting objects: 79% (10109/12795) remote: Counting objects: 80% (10236/12795) remote: Counting objects: 81% (10364/12795) remote: Counting objects: 82% (10492/12795) remote: Counting objects: 83% (10620/12795) remote: Counting objects: 84% (10748/12795) remote: Counting objects: 85% (10876/12795) remote: Counting objects: 86% (11004/12795) remote: Counting objects: 87% (11132/12795) remote: Counting objects: 88% (11260/12795) remote: Counting objects: 89% (11388/12795) remote: Counting objects: 90% (11516/12795) remote: Counting objects: 91% (11644/12795) remote: Counting objects: 92% (11772/12795) remote: Counting objects: 93% (11900/12795) remote: Counting objects: 94% (12028/12795) remote: Counting objects: 95% (12156/12795) remote: Counting objects: 96% (12284/12795) remote: Counting objects: 97% (12412/12795) remote: Counting objects: 98% (12540/12795) remote: Counting objects: 99% (12668/12795) remote: Counting objects: 100% (12795/12795) remote: Counting objects: 100% (12795/12795), done. [2020-12-03T15:30:38.667Z] remote: Compressing objects: 0% (1/10594) remote: Compressing objects: 1% (106/10594) remote: Compressing objects: 2% (212/10594) remote: Compressing objects: 3% (318/10594) remote: Compressing objects: 4% (424/10594) remote: Compressing objects: 5% (530/10594) remote: Compressing objects: 6% (636/10594) remote: Compressing objects: 7% (742/10594) remote: Compressing objects: 8% (848/10594) remote: Compressing objects: 9% (954/10594) remote: Compressing objects: 10% (1060/10594) remote: Compressing objects: 11% (1166/10594) remote: Compressing objects: 12% (1272/10594) remote: Compressing objects: 13% (1378/10594) remote: Compressing objects: 14% (1484/10594) remote: Compressing objects: 15% (1590/10594) remote: Compressing objects: 16% (1696/10594) remote: Compressing objects: 17% (1801/10594) remote: Compressing objects: 18% (1907/10594) remote: Compressing objects: 19% (2013/10594) remote: Compressing objects: 20% (2119/10594) remote: Compressing objects: 21% (2225/10594) remote: Compressing objects: 22% (2331/10594) remote: Compressing objects: 23% (2437/10594) remote: Compressing objects: 24% (2543/10594) remote: Compressing objects: 25% (2649/10594) remote: Compressing objects: 26% (2755/10594) remote: Compressing objects: 27% (2861/10594) remote: Compressing objects: 28% (2967/10594) remote: Compressing objects: 29% (3073/10594) remote: Compressing objects: 30% (3179/10594) remote: Compressing objects: 31% (3285/10594) remote: Compressing objects: 32% (3391/10594) remote: Compressing objects: 33% (3497/10594) remote: Compressing objects: 34% (3602/10594) remote: Compressing objects: 35% (3708/10594) remote: Compressing objects: 36% (3814/10594) remote: Compressing objects: 37% (3920/10594) remote: Compressing objects: 38% (4026/10594) remote: Compressing objects: 39% (4132/10594) remote: Compressing objects: 40% (4238/10594) remote: Compressing objects: 41% (4344/10594) remote: Compressing objects: 42% (4450/10594) remote: Compressing objects: 43% (4556/10594) remote: Compressing objects: 44% (4662/10594) remote: Compressing objects: 45% (4768/10594) remote: Compressing objects: 46% (4874/10594) remote: Compressing objects: 47% (4980/10594) remote: Compressing objects: 48% (5086/10594) remote: Compressing objects: 49% (5192/10594) remote: Compressing objects: 50% (5297/10594) remote: Compressing objects: 51% (5403/10594) remote: Compressing objects: 52% (5509/10594) remote: Compressing objects: 53% (5615/10594) remote: Compressing objects: 54% (5721/10594) remote: Compressing objects: 55% (5827/10594) remote: Compressing objects: 56% (5933/10594) remote: Compressing objects: 56% (5953/10594) remote: Compressing objects: 57% (6039/10594) remote: Compressing objects: 58% (6145/10594) remote: Compressing objects: 59% (6251/10594) remote: Compressing objects: 60% (6357/10594) remote: Compressing objects: 61% (6463/10594) remote: Compressing objects: 62% (6569/10594) remote: Compressing objects: 63% (6675/10594) remote: Compressing objects: 64% (6781/10594) remote: Compressing objects: 65% (6887/10594) remote: Compressing objects: 66% (6993/10594) remote: Compressing objects: 67% (7098/10594) remote: Compressing objects: 68% (7204/10594) remote: Compressing objects: 69% (7310/10594) remote: Compressing objects: 70% (7416/10594) remote: Compressing objects: 71% (7522/10594) remote: Compressing objects: 72% (7628/10594) remote: Compressing objects: 73% (7734/10594) remote: Compressing objects: 74% (7840/10594) remote: Compressing objects: 75% (7946/10594) remote: Compressing objects: 76% (8052/10594) remote: Compressing objects: 77% (8158/10594) remote: Compressing objects: 78% (8264/10594) remote: Compressing objects: 79% (8370/10594) remote: Compressing objects: 80% (8476/10594) remote: Compressing objects: 81% (8582/10594) remote: Compressing objects: 82% (8688/10594) remote: Compressing objects: 83% (8794/10594) remote: Compressing objects: 84% (8899/10594) remote: Compressing objects: 85% (9005/10594) remote: Compressing objects: 86% (9111/10594) remote: Compressing objects: 87% (9217/10594) remote: Compressing objects: 88% (9323/10594) remote: Compressing objects: 89% (9429/10594) remote: Compressing objects: 90% (9535/10594) remote: Compressing objects: 91% (9641/10594) remote: Compressing objects: 92% (9747/10594) remote: Compressing objects: 93% (9853/10594) remote: Compressing objects: 94% (9959/10594) remote: Compressing objects: 95% (10065/10594) remote: Compressing objects: 96% (10171/10594) remote: Compressing objects: 97% (10277/10594) remote: Compressing objects: 98% (10383/10594) remote: Compressing objects: 99% (10489/10594) remote: Compressing objects: 100% (10594/10594) remote: Compressing objects: 100% (10594/10594), done. [2020-12-03T15:30:40.398Z] Removing intermediate container 376cb5b6f51a [2020-12-03T15:30:40.398Z] ---> 26830ad71cfb [2020-12-03T15:30:40.398Z] Step 7/29 : COPY . . [2020-12-03T15:30:40.761Z] Receiving objects: 0% (1/12795) Receiving objects: 1% (128/12795) Receiving objects: 2% (256/12795) Receiving objects: 3% (384/12795) Receiving objects: 4% (512/12795) Receiving objects: 5% (640/12795) Receiving objects: 6% (768/12795) Receiving objects: 7% (896/12795) Receiving objects: 8% (1024/12795) Receiving objects: 9% (1152/12795) Receiving objects: 10% (1280/12795) Receiving objects: 11% (1408/12795) Receiving objects: 12% (1536/12795) Receiving objects: 13% (1664/12795) Receiving objects: 14% (1792/12795) Receiving objects: 15% (1920/12795) Receiving objects: 16% (2048/12795) Receiving objects: 17% (2176/12795) Receiving objects: 18% (2304/12795) Receiving objects: 19% (2432/12795) Receiving objects: 20% (2559/12795) Receiving objects: 21% (2687/12795) Receiving objects: 22% (2815/12795) Receiving objects: 23% (2943/12795) Receiving objects: 24% (3071/12795) Receiving objects: 25% (3199/12795) Receiving objects: 26% (3327/12795) Receiving objects: 27% (3455/12795) Receiving objects: 28% (3583/12795) Receiving objects: 29% (3711/12795) Receiving objects: 30% (3839/12795) Receiving objects: 31% (3967/12795) Receiving objects: 32% (4095/12795) Receiving objects: 33% (4223/12795) Receiving objects: 34% (4351/12795) Receiving objects: 35% (4479/12795) Receiving objects: 36% (4607/12795) Receiving objects: 37% (4735/12795) Receiving objects: 38% (4863/12795) Receiving objects: 39% (4991/12795) Receiving objects: 40% (5118/12795) Receiving objects: 41% (5246/12795) Receiving objects: 42% (5374/12795) Receiving objects: 43% (5502/12795) Receiving objects: 44% (5630/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 45% (5758/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 46% (5886/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 47% (6014/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 48% (6142/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 49% (6270/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 50% (6398/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 51% (6526/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 52% (6654/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 53% (6782/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 54% (6910/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 55% (7038/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 56% (7166/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 57% (7294/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 58% (7422/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 59% (7550/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 60% (7677/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 61% (7805/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 62% (7933/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 63% (8061/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 64% (8189/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 65% (8317/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 66% (8445/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 67% (8573/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 68% (8701/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 69% (8829/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 70% (8957/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 71% (9085/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 72% (9213/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 73% (9341/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 73% (9431/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 74% (9469/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 75% (9597/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 76% (9725/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 77% (9853/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 78% (9981/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 79% (10109/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 80% (10236/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 81% (10364/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 82% (10492/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 83% (10620/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 84% (10748/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 85% (10876/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 86% (11004/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 87% (11132/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 88% (11260/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 89% (11388/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 90% (11516/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 91% (11644/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 92% (11772/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 93% (11900/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 94% (12028/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 95% (12156/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 96% (12284/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 97% (12412/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 98% (12540/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 99% (12668/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 99% (12779/12795), 33.15 MiB | 16.57 MiB/s remote: Total 12795 (delta 1909), reused 8499 (delta 1333), pack-reused 0 [2020-12-03T15:30:40.762Z] Receiving objects: 100% (12795/12795), 33.15 MiB | 16.57 MiB/s Receiving objects: 100% (12795/12795), 34.13 MiB | 16.85 MiB/s, done. [2020-12-03T15:30:40.762Z] Resolving deltas: 0% (0/1909) Resolving deltas: 1% (20/1909) Resolving deltas: 2% (54/1909) Resolving deltas: 3% (59/1909) Resolving deltas: 4% (77/1909) Resolving deltas: 5% (100/1909) Resolving deltas: 6% (115/1909) Resolving deltas: 7% (139/1909) Resolving deltas: 8% (154/1909) Resolving deltas: 9% (172/1909) Resolving deltas: 10% (192/1909) Resolving deltas: 11% (216/1909) Resolving deltas: 12% (230/1909) Resolving deltas: 13% (249/1909) Resolving deltas: 14% (270/1909) Resolving deltas: 15% (287/1909) Resolving deltas: 16% (309/1909) Resolving deltas: 17% (325/1909) Resolving deltas: 18% (345/1909) Resolving deltas: 19% (363/1909) Resolving deltas: 20% (382/1909) Resolving deltas: 21% (402/1909) Resolving deltas: 22% (421/1909) Resolving deltas: 23% (442/1909) Resolving deltas: 24% (461/1909) Resolving deltas: 25% (486/1909) Resolving deltas: 26% (497/1909) Resolving deltas: 27% (517/1909) Resolving deltas: 28% (537/1909) Resolving deltas: 29% (555/1909) Resolving deltas: 31% (594/1909) Resolving deltas: 32% (611/1909) Resolving deltas: 33% (631/1909) Resolving deltas: 34% (658/1909) Resolving deltas: 35% (671/1909) Resolving deltas: 36% (694/1909) Resolving deltas: 37% (711/1909) Resolving deltas: 39% (750/1909) Resolving deltas: 40% (776/1909) Resolving deltas: 41% (783/1909) Resolving deltas: 42% (803/1909) Resolving deltas: 43% (821/1909) Resolving deltas: 44% (842/1909) Resolving deltas: 45% (860/1909) Resolving deltas: 46% (880/1909) Resolving deltas: 47% (898/1909) Resolving deltas: 48% (917/1909) Resolving deltas: 49% (936/1909) Resolving deltas: 50% (955/1909) Resolving deltas: 51% (974/1909) Resolving deltas: 52% (993/1909) Resolving deltas: 53% (1012/1909) Resolving deltas: 54% (1031/1909) Resolving deltas: 55% (1050/1909) Resolving deltas: 56% (1070/1909) Resolving deltas: 57% (1089/1909) Resolving deltas: 58% (1109/1909) Resolving deltas: 59% (1127/1909) Resolving deltas: 60% (1146/1909) Resolving deltas: 61% (1168/1909) Resolving deltas: 62% (1188/1909) Resolving deltas: 63% (1203/1909) Resolving deltas: 64% (1222/1909) Resolving deltas: 65% (1242/1909) Resolving deltas: 66% (1263/1909) Resolving deltas: 67% (1297/1909) Resolving deltas: 69% (1328/1909) Resolving deltas: 70% (1351/1909) Resolving deltas: 71% (1359/1909) Resolving deltas: 73% (1396/1909) Resolving deltas: 74% (1422/1909) Resolving deltas: 75% (1436/1909) Resolving deltas: 76% (1452/1909) Resolving deltas: 77% (1471/1909) Resolving deltas: 78% (1490/1909) Resolving deltas: 79% (1522/1909) Resolving deltas: 80% (1529/1909) Resolving deltas: 81% (1548/1909) Resolving deltas: 82% (1567/1909) Resolving deltas: 83% (1585/1909) Resolving deltas: 84% (1605/1909) Resolving deltas: 85% (1623/1909) Resolving deltas: 86% (1642/1909) Resolving deltas: 87% (1661/1909) Resolving deltas: 88% (1680/1909) Resolving deltas: 89% (1701/1909) Resolving deltas: 90% (1719/1909) Resolving deltas: 91% (1738/1909) Resolving deltas: 92% (1759/1909) Resolving deltas: 93% (1778/1909) Resolving deltas: 94% (1795/1909) Resolving deltas: 95% (1814/1909) Resolving deltas: 96% (1834/1909) Resolving deltas: 97% (1854/1909) Resolving deltas: 98% (1872/1909) Resolving deltas: 99% (1890/1909) Resolving deltas: 100% (1909/1909) Resolving deltas: 100% (1909/1909), done. [2020-12-03T15:30:41.023Z] Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. [2020-12-03T15:30:41.023Z] [2020-12-03T15:30:41.023Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-12-03T15:30:41.023Z] changes and commit them, and you can discard any commits you make in this [2020-12-03T15:30:41.023Z] state without impacting any branches by performing another checkout. [2020-12-03T15:30:41.023Z] [2020-12-03T15:30:41.023Z] If you want to create a new branch to retain commits you create, you may [2020-12-03T15:30:41.023Z] do so (now or later) by using -b with the checkout command again. Example: [2020-12-03T15:30:41.023Z] [2020-12-03T15:30:41.023Z] git checkout -b [2020-12-03T15:30:41.023Z] [2020-12-03T15:30:43.016Z] Checking out files: 60% (6788/11257) Checking out files: 61% (6867/11257) Checking out files: 62% (6980/11257) Checking out files: 63% (7092/11257) Checking out files: 64% (7205/11257) Checking out files: 65% (7318/11257) Checking out files: 66% (7430/11257) Checking out files: 67% (7543/11257) Checking out files: 68% (7655/11257) Checking out files: 69% (7768/11257) Checking out files: 70% (7880/11257) Checking out files: 71% (7993/11257) Checking out files: 72% (8106/11257) Checking out files: 73% (8218/11257) Checking out files: 74% (8331/11257) Checking out files: 75% (8443/11257) Checking out files: 76% (8556/11257) Checking out files: 77% (8668/11257) Checking out files: 78% (8781/11257) Checking out files: 79% (8894/11257) Checking out files: 80% (9006/11257) Checking out files: 81% (9119/11257) Checking out files: 82% (9231/11257) Checking out files: 83% (9344/11257) Checking out files: 84% (9456/11257) Checking out files: 85% (9569/11257) Checking out files: 86% (9682/11257) Checking out files: 87% (9794/11257) Checking out files: 88% (9907/11257) Checking out files: 89% (10019/11257) Checking out files: 90% (10132/11257) Checking out files: 91% (10244/11257) Checking out files: 92% (10357/11257) Checking out files: 93% (10470/11257) Checking out files: 94% (10582/11257) Checking out files: 95% (10695/11257) Checking out files: 96% (10807/11257) Checking out files: 97% (10920/11257) Checking out files: 98% (11032/11257) Checking out files: 99% (11145/11257) Checking out files: 100% (11257/11257) Checking out files: 100% (11257/11257), done. [2020-12-03T15:30:43.278Z] Pulling version  [2020-12-03T15:30:44.221Z] Skipping build go-build-helper (already ran) [2020-12-03T15:30:44.221Z] Skipping build go115 (already ran) [2020-12-03T15:30:44.483Z] Building app-service-config  [2020-12-03T15:30:44.483Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2020-12-03T15:30:45.869Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.3.0 [2020-12-03T15:30:46.134Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.112 [2020-12-03T15:30:46.134Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 [2020-12-03T15:30:46.134Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.57 [2020-12-03T15:30:46.134Z] go: downloading github.com/gorilla/mux v1.8.0 [2020-12-03T15:30:46.134Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2020-12-03T15:30:46.134Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-12-03T15:30:46.134Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2020-12-03T15:30:46.134Z] go: downloading github.com/pebbe/zmq4 v1.0.0 [2020-12-03T15:30:46.134Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T15:30:46.134Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2020-12-03T15:30:46.134Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 [2020-12-03T15:30:46.134Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 [2020-12-03T15:30:46.134Z] go: downloading github.com/x448/float16 v0.8.4 [2020-12-03T15:30:46.134Z] go: downloading github.com/google/uuid v1.1.2 [2020-12-03T15:30:46.134Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2020-12-03T15:30:46.134Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2020-12-03T15:30:46.399Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2020-12-03T15:30:46.400Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2020-12-03T15:30:46.400Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-12-03T15:30:46.400Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2020-12-03T15:30:46.400Z] go: downloading go.mongodb.org/mongo-driver v1.1.1 [2020-12-03T15:30:46.400Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T15:30:46.400Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2020-12-03T15:30:46.400Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-12-03T15:30:46.400Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T15:30:46.400Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/leodido/go-urn v1.2.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-12-03T15:30:46.400Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-12-03T15:30:46.400Z] go: downloading github.com/go-playground/locales v0.13.0 [2020-12-03T15:30:46.662Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-12-03T15:30:46.662Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-12-03T15:30:46.662Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2020-12-03T15:30:46.923Z] go: downloading github.com/go-stack/stack v1.8.0 [2020-12-03T15:30:46.923Z] go: downloading github.com/golang/snappy v0.0.1 [2020-12-03T15:30:46.924Z] go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c [2020-12-03T15:30:46.924Z] go: downloading github.com/xdg/stringprep v1.0.0 [2020-12-03T15:30:46.924Z] go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-12-03T15:30:46.924Z] go: downloading golang.org/x/text v0.3.2 [2020-12-03T15:30:46.924Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2020-12-03T15:30:59.240Z] Building config-common  [2020-12-03T15:31:02.646Z] ---> ef2a4fbd1b96 [2020-12-03T15:31:02.646Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-12-03T15:31:02.646Z] ---> Running in 9aac3979f3c9 [2020-12-03T15:31:03.466Z] Building consul  [2020-12-03T15:31:05.288Z] 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 [2020-12-03T15:31:07.967Z] ---> 491540b1549d [2020-12-03T15:31:07.967Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-12-03T15:31:08.344Z] ---> Running in 68914c2dd7ee [2020-12-03T15:31:10.062Z] go: downloading github.com/kardianos/govendor v1.0.9 [2020-12-03T15:31:10.062Z] go: github.com/kardianos/govendor upgrade => v1.0.9 [2020-12-03T15:31:10.062Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-12-03T15:31:10.062Z] go: finding module for package github.com/google/shlex [2020-12-03T15:31:10.062Z] go: finding module for package github.com/Bowery/prompt [2020-12-03T15:31:10.062Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T15:31:10.062Z] go: finding module for package github.com/dchest/safefile [2020-12-03T15:31:10.062Z] go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 [2020-12-03T15:31:10.062Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-03T15:31:10.062Z] go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-12-03T15:31:10.062Z] go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-12-03T15:31:10.441Z] 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 [2020-12-03T15:31:10.635Z] go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 [2020-12-03T15:31:10.635Z] go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2020-12-03T15:31:10.635Z] go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 [2020-12-03T15:31:10.635Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2020-12-03T15:31:11.208Z] go: gopkg.in/yaml.v2 upgrade => v2.4.0 [2020-12-03T15:31:11.208Z] go: golang.org/x/tools upgrade => v0.0.0-20201202200335-bef1c476418a [2020-12-03T15:31:11.208Z] go: golang.org/x/sys upgrade => v0.0.0-20201202213521-69691e467435 [2020-12-03T15:31:11.208Z] go: github.com/pkg/errors upgrade => v0.9.1 [2020-12-03T15:31:11.469Z] go: downloading github.com/pkg/errors v0.9.1 [2020-12-03T15:31:11.469Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T15:31:11.469Z] go: downloading golang.org/x/tools v0.0.0-20201202200335-bef1c476418a [2020-12-03T15:31:11.469Z] go: downloading golang.org/x/sys v0.0.0-20201202213521-69691e467435 [2020-12-03T15:31:13.839Z] ---> a0f8b5388c4d [2020-12-03T15:31:13.839Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-12-03T15:31:13.839Z] ---> Running in 46ee3605e3a1 [2020-12-03T15:31:15.828Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/cli v1.1.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/armon/go-metrics v0.3.4 [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/go-testing-interface v1.14.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/ryanuber/columnize v2.1.0+incompatible [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/mapstructure v1.3.3 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/raft v1.1.2 [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-bexpr v0.1.2 [2020-12-03T15:31:26.413Z] go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de [2020-12-03T15:31:26.413Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/serf v0.9.4 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2020-12-03T15:31:26.413Z] go: downloading github.com/bgentry/speakeasy v0.1.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/prometheus/client_golang v1.4.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-syslog v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/kr/text v0.1.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/posener/complete v1.2.3 [2020-12-03T15:31:26.413Z] go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2020-12-03T15:31:26.413Z] go: downloading gopkg.in/square/go-jose.v2 v2.4.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 [2020-12-03T15:31:26.413Z] go: downloading google.golang.org/grpc v1.25.1 [2020-12-03T15:31:26.413Z] go: downloading k8s.io/client-go v0.16.9 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible [2020-12-03T15:31:26.413Z] go: downloading k8s.io/api v0.16.9 [2020-12-03T15:31:26.413Z] go: downloading github.com/rboyer/safeio v0.2.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea [2020-12-03T15:31:26.413Z] go: downloading github.com/armon/go-radix v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-connlimit v0.2.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/prometheus/client_model v0.2.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/docker/go-connections v0.3.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/miekg/dns v1.1.26 [2020-12-03T15:31:26.413Z] go: downloading github.com/circonus-labs/circonusllhist v0.1.3 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/hcl v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 [2020-12-03T15:31:26.413Z] go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-msgpack v0.5.5 [2020-12-03T15:31:26.413Z] go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 [2020-12-03T15:31:26.413Z] go: downloading github.com/cespare/xxhash v1.1.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/boltdb/bolt v1.3.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/cespare/xxhash/v2 v2.1.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/beorn7/perks v1.0.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2020-12-03T15:31:26.413Z] go: downloading github.com/prometheus/common v0.9.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/coreos/go-oidc v2.1.0+incompatible [2020-12-03T15:31:26.413Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading k8s.io/apimachinery v0.16.9 [2020-12-03T15:31:26.413Z] go: downloading github.com/golang/protobuf v1.3.2 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-12-03T15:31:26.413Z] go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 [2020-12-03T15:31:26.413Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2020-12-03T15:31:26.413Z] go: downloading github.com/fatih/color v1.9.0 [2020-12-03T15:31:26.413Z] go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 [2020-12-03T15:31:26.413Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2020-12-03T15:31:26.413Z] go: downloading github.com/envoyproxy/go-control-plane v0.9.5 [2020-12-03T15:31:26.413Z] go: downloading github.com/aws/aws-sdk-go v1.25.41 [2020-12-03T15:31:26.413Z] go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 [2020-12-03T15:31:26.413Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-12-03T15:31:26.413Z] go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 [2020-12-03T15:31:26.413Z] go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible [2020-12-03T15:31:26.413Z] go: downloading github.com/mitchellh/pointerstructure v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/prometheus/procfs v0.0.8 [2020-12-03T15:31:26.413Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2020-12-03T15:31:26.413Z] go: downloading github.com/coredns/coredns v1.1.2 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 [2020-12-03T15:31:26.413Z] go: downloading github.com/NYTimes/gziphandler v1.0.1 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/vault/api v1.0.4 [2020-12-03T15:31:26.413Z] go: downloading github.com/googleapis/gnostic v0.2.0 [2020-12-03T15:31:26.413Z] go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 [2020-12-03T15:31:26.413Z] go: downloading github.com/google/gofuzz v1.0.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/vault/sdk v0.1.13 [2020-12-03T15:31:26.413Z] go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible [2020-12-03T15:31:26.413Z] go: downloading github.com/vmware/govmomi v0.18.0 [2020-12-03T15:31:26.413Z] go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 [2020-12-03T15:31:26.413Z] go: downloading github.com/imdario/mergo v0.3.6 [2020-12-03T15:31:26.674Z] go: downloading github.com/modern-go/reflect2 v1.0.1 [2020-12-03T15:31:26.674Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 [2020-12-03T15:31:26.674Z] go: downloading github.com/stretchr/objx v0.1.1 [2020-12-03T15:31:26.935Z] go: downloading golang.org/x/text v0.3.3 [2020-12-03T15:31:26.935Z] go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible [2020-12-03T15:31:26.935Z] go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 [2020-12-03T15:31:26.935Z] go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 [2020-12-03T15:31:26.935Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T15:31:26.935Z] go: downloading github.com/google/btree v1.0.0 [2020-12-03T15:31:26.935Z] go: downloading github.com/spf13/pflag v1.0.5 [2020-12-03T15:31:26.935Z] go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 [2020-12-03T15:31:26.935Z] go: downloading github.com/Azure/go-autorest/autorest v0.10.0 [2020-12-03T15:31:26.935Z] go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 [2020-12-03T15:31:26.935Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2020-12-03T15:31:26.935Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2020-12-03T15:31:27.200Z] go: downloading sigs.k8s.io/yaml v1.1.0 [2020-12-03T15:31:27.200Z] go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 [2020-12-03T15:31:27.200Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 [2020-12-03T15:31:27.200Z] go: downloading github.com/golang/snappy v0.0.1 [2020-12-03T15:31:27.200Z] go: downloading github.com/hashicorp/go-raftchunking v0.6.1 [2020-12-03T15:31:27.200Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 [2020-12-03T15:31:27.200Z] go: downloading github.com/hashicorp/mdns v1.0.1 [2020-12-03T15:31:27.200Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2020-12-03T15:31:27.200Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 [2020-12-03T15:31:27.200Z] go: downloading github.com/Azure/go-autorest/tracing v0.5.0 [2020-12-03T15:31:27.200Z] go: downloading github.com/dimchansky/utfbom v1.1.0 [2020-12-03T15:31:27.200Z] go: downloading github.com/hashicorp/go-memdb v1.0.3 [2020-12-03T15:31:27.200Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2020-12-03T15:31:27.200Z] go: downloading github.com/pierrec/lz4 v2.0.5+incompatible [2020-12-03T15:31:27.466Z] go: downloading github.com/Azure/go-autorest/logger v0.1.0 [2020-12-03T15:31:27.737Z] go: downloading github.com/gophercloud/gophercloud v0.1.0 [2020-12-03T15:31:28.322Z] go: downloading github.com/digitalocean/godo v1.10.0 [2020-12-03T15:31:28.323Z] go: downloading k8s.io/klog v1.0.0 [2020-12-03T15:31:28.323Z] go: downloading github.com/linode/linodego v0.7.1 [2020-12-03T15:31:28.323Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 [2020-12-03T15:31:28.323Z] go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d [2020-12-03T15:31:28.585Z] go: downloading github.com/json-iterator/go v1.1.9 [2020-12-03T15:31:28.585Z] go: downloading gopkg.in/resty.v1 v1.12.0 [2020-12-03T15:31:28.585Z] go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f [2020-12-03T15:31:28.848Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 [2020-12-03T15:31:28.848Z] go: downloading google.golang.org/api v0.7.0 [2020-12-03T15:31:29.111Z] go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 [2020-12-03T15:31:29.111Z] go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c [2020-12-03T15:31:29.111Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2020-12-03T15:31:29.111Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T15:31:29.111Z] go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af [2020-12-03T15:31:29.111Z] go: downloading github.com/google/go-querystring v1.0.0 [2020-12-03T15:31:29.111Z] go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 [2020-12-03T15:31:29.111Z] go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 [2020-12-03T15:31:29.372Z] go: downloading cloud.google.com/go v0.38.0 [2020-12-03T15:31:29.372Z] go: downloading github.com/sirupsen/logrus v1.4.2 [2020-12-03T15:31:31.920Z] go: downloading go.opencensus.io v0.22.0 [2020-12-03T15:31:36.130Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 [2020-12-03T15:31:36.130Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 [2020-12-03T15:32:02.848Z] Removing intermediate container 0cfec30eead5 [2020-12-03T15:32:02.848Z] ---> ff75254deed8 [2020-12-03T15:32:02.848Z] [2020-12-03T15:32:02.848Z] Step 10/21 : FROM scratch [2020-12-03T15:32:02.848Z] ---> [2020-12-03T15:32:02.848Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:32:02.848Z] ---> Using cache [2020-12-03T15:32:02.848Z] ---> 102b24b325ab [2020-12-03T15:32:02.848Z] Step 12/21 : ENV APP_PORT=48085 [2020-12-03T15:32:02.848Z] ---> Running in 988bb8b476d8 [2020-12-03T15:32:03.123Z] Removing intermediate container 988bb8b476d8 [2020-12-03T15:32:03.123Z] ---> c52182199ba6 [2020-12-03T15:32:03.123Z] Step 13/21 : EXPOSE $APP_PORT [2020-12-03T15:32:03.398Z] ---> Running in 88aeacd32317 [2020-12-03T15:32:03.999Z] Removing intermediate container 88aeacd32317 [2020-12-03T15:32:03.999Z] ---> 99340bb9fd5b [2020-12-03T15:32:03.999Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-12-03T15:32:04.985Z] ---> 9f5b559424cb [2020-12-03T15:32:04.985Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-12-03T15:32:06.971Z] ---> 563c57f390ad [2020-12-03T15:32:06.971Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-12-03T15:32:07.965Z] ---> 810765204452 [2020-12-03T15:32:07.965Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-12-03T15:32:08.239Z] ---> Running in 043ac886a131 [2020-12-03T15:32:08.834Z] Removing intermediate container 043ac886a131 [2020-12-03T15:32:08.834Z] ---> eea8dbc78445 [2020-12-03T15:32:08.834Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:32:09.110Z] ---> Running in e98583bcb6c6 [2020-12-03T15:32:09.708Z] Removing intermediate container e98583bcb6c6 [2020-12-03T15:32:09.708Z] ---> 55d01b4ab257 [2020-12-03T15:32:09.708Z] Step 19/21 : LABEL arch=arm64 [2020-12-03T15:32:09.708Z] ---> Running in 81e1b8107425 [2020-12-03T15:32:10.691Z] Removing intermediate container 81e1b8107425 [2020-12-03T15:32:10.691Z] ---> 28d17da8b65d [2020-12-03T15:32:10.691Z] Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:32:10.691Z] ---> Running in 9a5f396b5035 [2020-12-03T15:32:11.671Z] Removing intermediate container 9a5f396b5035 [2020-12-03T15:32:11.672Z] ---> ff06cfb7cd52 [2020-12-03T15:32:11.672Z] Step 21/21 : LABEL version=0.0.0 [2020-12-03T15:32:11.672Z] ---> Running in a8517b24cba9 [2020-12-03T15:32:12.270Z] Removing intermediate container a8517b24cba9 [2020-12-03T15:32:12.270Z] ---> 0f7b2e3285b5 [2020-12-03T15:32:12.270Z] [2020-12-03T15:32:12.869Z] Successfully built 0f7b2e3285b5 [2020-12-03T15:32:12.869Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-12-03T15:32:27.986Z]  Building docker-support-scheduler-go ... done Removing intermediate container d8e0270781ea [2020-12-03T15:32:27.986Z] ---> 8a4a950c8101 [2020-12-03T15:32:27.986Z] [2020-12-03T15:32:27.986Z] Step 10/22 : FROM scratch [2020-12-03T15:32:27.986Z] ---> [2020-12-03T15:32:27.986Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:32:28.260Z] ---> Using cache [2020-12-03T15:32:28.260Z] ---> 102b24b325ab [2020-12-03T15:32:28.260Z] Step 12/22 : ENV APP_PORT=48081 [2020-12-03T15:32:28.260Z] ---> Running in 98a3cf68c10e [2020-12-03T15:32:29.262Z] Removing intermediate container 98a3cf68c10e [2020-12-03T15:32:29.262Z] ---> 7fd16dcc8c0b [2020-12-03T15:32:29.262Z] Step 13/22 : EXPOSE $APP_PORT [2020-12-03T15:32:29.262Z] ---> Running in 671f1eda100e [2020-12-03T15:32:29.864Z] Removing intermediate container 671f1eda100e [2020-12-03T15:32:29.864Z] ---> 07f991ce4ed2 [2020-12-03T15:32:29.864Z] Step 14/22 : WORKDIR / [2020-12-03T15:32:30.143Z] ---> Running in f352c40f1153 [2020-12-03T15:32:31.145Z] Removing intermediate container f352c40f1153 [2020-12-03T15:32:31.145Z] ---> 3f788eeef25d [2020-12-03T15:32:31.145Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-12-03T15:32:32.586Z] go: creating new go.mod: module consul-tools [2020-12-03T15:32:32.586Z] cd .gotools && go get -v github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master github.com/hashicorp/go-bindata/go-bindata@master golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/stringer github.com/gogo/protobuf/protoc-gen-gofast@v1.2.2-0.20190723190241-65acae22fc9d github.com/hashicorp/protoc-gen-go-binary github.com/vektra/mockery/cmd/mockery github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.6 [2020-12-03T15:32:32.586Z] go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201202200335-bef1c476418a [2020-12-03T15:32:32.586Z] go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201202200335-bef1c476418a [2020-12-03T15:32:32.586Z] go: downloading github.com/golangci/golangci-lint v1.23.6 [2020-12-03T15:32:32.586Z] go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-12-03T15:32:32.586Z] go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-12-03T15:32:32.586Z] go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb [2020-12-03T15:32:32.586Z] go: downloading github.com/vektra/mockery v1.1.2 [2020-12-03T15:32:32.586Z] go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 [2020-12-03T15:32:32.586Z] go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb [2020-12-03T15:32:32.586Z] go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 [2020-12-03T15:32:32.586Z] go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 [2020-12-03T15:32:32.586Z] go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible [2020-12-03T15:32:32.596Z] ---> 1df83ad33769 [2020-12-03T15:32:32.596Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-12-03T15:32:35.250Z] Removing intermediate container 46ee3605e3a1 [2020-12-03T15:32:35.250Z] ---> bd3f593341fd [2020-12-03T15:32:35.250Z] [2020-12-03T15:32:35.250Z] Step 9/29 : FROM alpine:latest [2020-12-03T15:32:35.250Z] ---> 2e77e061c27f [2020-12-03T15:32:35.250Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-12-03T15:32:35.250Z] ---> Running in 39bd0849e686 [2020-12-03T15:32:35.250Z] ---> 3067f4847a21 [2020-12-03T15:32:35.250Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-12-03T15:32:35.892Z] go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d [2020-12-03T15:32:36.242Z] Removing intermediate container 39bd0849e686 [2020-12-03T15:32:36.242Z] ---> 86f025044ddf [2020-12-03T15:32:36.242Z] Step 11/29 : USER root [2020-12-03T15:32:36.843Z] go: downloading github.com/fatih/color v1.7.0 [2020-12-03T15:32:36.844Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2020-12-03T15:32:36.844Z] go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b [2020-12-03T15:32:36.844Z] go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 [2020-12-03T15:32:36.844Z] go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2020-12-03T15:32:36.844Z] go: downloading github.com/mattn/go-colorable v0.1.4 [2020-12-03T15:32:36.844Z] go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 [2020-12-03T15:32:36.844Z] go: downloading golang.org/x/mod v0.3.0 [2020-12-03T15:32:36.844Z] go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f [2020-12-03T15:32:36.844Z] go: downloading github.com/go-lintpack/lintpack v0.5.2 [2020-12-03T15:32:36.844Z] go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2020-12-03T15:32:36.844Z] go: downloading github.com/stretchr/testify v1.4.0 [2020-12-03T15:32:36.844Z] go: downloading github.com/mattn/go-isatty v0.0.8 [2020-12-03T15:32:36.844Z] go: downloading github.com/spf13/cobra v0.0.5 [2020-12-03T15:32:36.844Z] go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2020-12-03T15:32:36.844Z] go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2020-12-03T15:32:36.844Z] go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2020-12-03T15:32:36.844Z] go: downloading github.com/ultraware/whitespace v0.0.4 [2020-12-03T15:32:36.844Z] go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2020-12-03T15:32:36.844Z] go: downloading github.com/uudashr/gocognit v1.0.1 [2020-12-03T15:32:36.844Z] go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2020-12-03T15:32:36.844Z] go: downloading github.com/ultraware/funlen v0.0.2 [2020-12-03T15:32:36.844Z] go: downloading github.com/ghodss/yaml v1.0.0 [2020-12-03T15:32:36.851Z] ---> Running in 8fe24fb74278 [2020-12-03T15:32:37.106Z] go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2020-12-03T15:32:37.106Z] go: downloading gopkg.in/yaml.v2 v2.2.7 [2020-12-03T15:32:37.106Z] go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2020-12-03T15:32:37.106Z] go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2020-12-03T15:32:37.106Z] go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2020-12-03T15:32:37.106Z] go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2020-12-03T15:32:37.106Z] go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2020-12-03T15:32:37.106Z] go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2020-12-03T15:32:37.106Z] go: downloading github.com/inconshreveable/mousetrap v1.0.0 [2020-12-03T15:32:37.106Z] go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2020-12-03T15:32:37.106Z] go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2020-12-03T15:32:37.106Z] go: downloading github.com/go-critic/go-critic v0.4.1 [2020-12-03T15:32:37.106Z] go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2020-12-03T15:32:37.106Z] go: downloading github.com/stretchr/objx v0.2.0 [2020-12-03T15:32:37.106Z] go: downloading github.com/sourcegraph/go-diff v0.5.1 [2020-12-03T15:32:37.106Z] go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2020-12-03T15:32:37.106Z] go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 [2020-12-03T15:32:37.369Z] go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2020-12-03T15:32:37.369Z] go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2020-12-03T15:32:37.369Z] go: downloading github.com/kisielk/gotool v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/spf13/viper v1.6.1 [2020-12-03T15:32:37.369Z] go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2020-12-03T15:32:37.369Z] go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/typep v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/strparse v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/astequal v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/astcast v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-12-03T15:32:37.369Z] go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2020-12-03T15:32:37.369Z] go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2020-12-03T15:32:37.369Z] go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2020-12-03T15:32:37.369Z] go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2020-12-03T15:32:37.369Z] go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2020-12-03T15:32:37.369Z] go: downloading github.com/subosito/gotenv v1.2.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/spf13/cast v1.3.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-12-03T15:32:37.369Z] go: downloading github.com/spf13/afero v1.1.2 [2020-12-03T15:32:37.369Z] go: downloading github.com/gobwas/glob v0.2.3 [2020-12-03T15:32:37.369Z] go: downloading gopkg.in/ini.v1 v1.51.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/magiconair/properties v1.8.1 [2020-12-03T15:32:37.369Z] go: downloading github.com/fsnotify/fsnotify v1.4.7 [2020-12-03T15:32:37.369Z] go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/go-toolsmith/astp v1.0.0 [2020-12-03T15:32:37.369Z] go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2020-12-03T15:32:37.455Z] ---> 1afbf226ecf1 [2020-12-03T15:32:37.455Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-12-03T15:32:37.733Z] Removing intermediate container 8fe24fb74278 [2020-12-03T15:32:37.733Z] ---> 18753947abaf [2020-12-03T15:32:37.733Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-12-03T15:32:37.733Z] ---> Running in 272a470fd3ac [2020-12-03T15:32:38.018Z] ---> Running in 980ffce1bcbe [2020-12-03T15:32:38.318Z] golang.org/x/mod/semver [2020-12-03T15:32:38.318Z] golang.org/x/xerrors/internal [2020-12-03T15:32:38.318Z] golang.org/x/sys/internal/unsafeheader [2020-12-03T15:32:38.318Z] github.com/golangci/golangci-lint/pkg/exitcodes [2020-12-03T15:32:38.318Z] github.com/gobwas/glob/util/runes [2020-12-03T15:32:38.318Z] github.com/nbutton23/zxcvbn-go/match [2020-12-03T15:32:38.318Z] github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs [2020-12-03T15:32:38.318Z] github.com/hashicorp/go-bindata [2020-12-03T15:32:38.318Z] golang.org/x/tools/cover [2020-12-03T15:32:38.318Z] golang.org/x/tools/internal/event/label [2020-12-03T15:32:38.318Z] golang.org/x/xerrors [2020-12-03T15:32:38.318Z] github.com/gogo/protobuf/vanity [2020-12-03T15:32:38.318Z] golang.org/x/tools/internal/event/keys [2020-12-03T15:32:38.318Z] github.com/hashicorp/go-bindata/go-bindata [2020-12-03T15:32:38.318Z] github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap [2020-12-03T15:32:38.318Z] golang.org/x/tools/cmd/cover [2020-12-03T15:32:38.582Z] github.com/gogo/protobuf/protoc-gen-gogo/plugin [2020-12-03T15:32:38.582Z] github.com/golang/glog [2020-12-03T15:32:38.582Z] golang.org/x/tools/go/internal/gcimporter [2020-12-03T15:32:38.582Z] golang.org/x/tools/internal/event/core [2020-12-03T15:32:38.582Z] golang.org/x/tools/internal/event [2020-12-03T15:32:38.582Z] github.com/golang/protobuf/protoc-gen-go/plugin [2020-12-03T15:32:38.582Z] golang.org/x/tools/internal/gocommand [2020-12-03T15:32:38.582Z] github.com/grpc-ecosystem/grpc-gateway/codegenerator [2020-12-03T15:32:38.582Z] golang.org/x/tools/go/internal/packagesdriver [2020-12-03T15:32:38.582Z] golang.org/x/tools/internal/typesinternal [2020-12-03T15:32:38.623Z] Removing intermediate container 272a470fd3ac [2020-12-03T15:32:38.623Z] ---> d9f1fc9b641a [2020-12-03T15:32:38.623Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:32:38.623Z] Removing intermediate container 68914c2dd7ee [2020-12-03T15:32:38.623Z] ---> f160bd02115c [2020-12-03T15:32:38.623Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-12-03T15:32:38.623Z] ---> Running in e7cf5bdce96b [2020-12-03T15:32:38.852Z] github.com/gogo/protobuf/protoc-gen-gogo/generator [2020-12-03T15:32:38.852Z] golang.org/x/tools/internal/packagesinternal [2020-12-03T15:32:38.852Z] gopkg.in/yaml.v2 [2020-12-03T15:32:38.852Z] github.com/golang/protobuf/protoc-gen-go/generator/internal/remap [2020-12-03T15:32:38.852Z] github.com/grpc-ecosystem/grpc-gateway/utilities [2020-12-03T15:32:38.852Z] google.golang.org/genproto/googleapis/api/annotations [2020-12-03T15:32:38.852Z] golang.org/x/mod/module [2020-12-03T15:32:38.852Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule [2020-12-03T15:32:38.852Z] github.com/golang/protobuf/protoc-gen-go/generator [2020-12-03T15:32:38.852Z] golang.org/x/tools/go/ast/astutil [2020-12-03T15:32:38.852Z] golang.org/x/tools/internal/fastwalk [2020-12-03T15:32:38.852Z] golang.org/x/sys/unix [2020-12-03T15:32:38.898Z] ---> Running in 83013ce0a898 [2020-12-03T15:32:39.117Z] golang.org/x/tools/internal/gopathwalk [2020-12-03T15:32:39.117Z] github.com/gofrs/flock [2020-12-03T15:32:39.117Z] golang.org/x/tools/go/gcexportdata [2020-12-03T15:32:39.387Z] golang.org/x/tools/internal/imports [2020-12-03T15:32:39.387Z] golang.org/x/tools/go/packages [2020-12-03T15:32:39.387Z] github.com/golangci/golangci-lint/internal/robustio [2020-12-03T15:32:39.387Z] github.com/ghodss/yaml [2020-12-03T15:32:39.387Z] github.com/golangci/golangci-lint/internal/renameio [2020-12-03T15:32:39.387Z] github.com/pkg/errors [2020-12-03T15:32:39.659Z] github.com/stretchr/objx [2020-12-03T15:32:39.659Z] github.com/gogo/protobuf/plugin/testgen [2020-12-03T15:32:39.659Z] github.com/gogo/protobuf/plugin/defaultcheck [2020-12-03T15:32:39.659Z] github.com/gogo/protobuf/plugin/embedcheck [2020-12-03T15:32:39.659Z] github.com/gogo/protobuf/plugin/enumstringer [2020-12-03T15:32:39.659Z] golang.org/x/tools/cmd/stringer [2020-12-03T15:32:39.932Z] github.com/gogo/protobuf/plugin/marshalto [2020-12-03T15:32:39.932Z] github.com/gogo/protobuf/plugin/oneofcheck [2020-12-03T15:32:39.932Z] github.com/gogo/protobuf/plugin/populate [2020-12-03T15:32:39.932Z] github.com/gogo/protobuf/plugin/unmarshal [2020-12-03T15:32:40.204Z] github.com/gogo/protobuf/protoc-gen-gogo/grpc [2020-12-03T15:32:40.204Z] github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor [2020-12-03T15:32:40.204Z] github.com/gogo/protobuf/plugin/compare [2020-12-03T15:32:40.204Z] github.com/gogo/protobuf/plugin/description [2020-12-03T15:32:40.343Z] Removing intermediate container e7cf5bdce96b [2020-12-03T15:32:40.343Z] ---> 5751398ee468 [2020-12-03T15:32:40.343Z] Step 20/22 : LABEL arch=arm64 [2020-12-03T15:32:40.343Z] ---> Running in b6e251e0e24d [2020-12-03T15:32:40.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:32:40.476Z] github.com/gogo/protobuf/plugin/equal [2020-12-03T15:32:40.476Z] github.com/gogo/protobuf/plugin/face [2020-12-03T15:32:40.476Z] github.com/gogo/protobuf/plugin/gostring [2020-12-03T15:32:40.476Z] github.com/gogo/protobuf/plugin/size [2020-12-03T15:32:40.476Z] github.com/gogo/protobuf/plugin/stringer [2020-12-03T15:32:40.615Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:32:40.745Z] github.com/gogo/protobuf/plugin/union [2020-12-03T15:32:40.746Z] github.com/hashicorp/protoc-gen-go-binary/gen [2020-12-03T15:32:40.746Z] golang.org/x/tools/imports [2020-12-03T15:32:40.746Z] github.com/vektra/mockery/mockery [2020-12-03T15:32:40.746Z] github.com/mattn/go-isatty [2020-12-03T15:32:40.746Z] github.com/golangci/golangci-lint/internal/cache [2020-12-03T15:32:40.746Z] github.com/hashicorp/protoc-gen-go-binary [2020-12-03T15:32:40.746Z] github.com/mattn/go-colorable [2020-12-03T15:32:40.746Z] github.com/sirupsen/logrus [2020-12-03T15:32:40.888Z] 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 [2020-12-03T15:32:41.014Z] github.com/fatih/color [2020-12-03T15:32:41.014Z] github.com/go-toolsmith/astequal [2020-12-03T15:32:41.014Z] github.com/stretchr/testify/assert [2020-12-03T15:32:41.014Z] github.com/go-toolsmith/astp [2020-12-03T15:32:41.014Z] github.com/go-toolsmith/typep [2020-12-03T15:32:41.014Z] github.com/vektra/mockery/cmd/mockery [2020-12-03T15:32:41.014Z] github.com/go-toolsmith/astfmt [2020-12-03T15:32:41.015Z] github.com/gogo/protobuf/vanity/command [2020-12-03T15:32:41.015Z] github.com/go-toolsmith/astcast [2020-12-03T15:32:41.015Z] github.com/go-lintpack/lintpack [2020-12-03T15:32:41.015Z] github.com/go-critic/go-critic/checkers/internal/lintutil [2020-12-03T15:32:41.015Z] github.com/go-toolsmith/astcopy [2020-12-03T15:32:41.160Z] Removing intermediate container b6e251e0e24d [2020-12-03T15:32:41.160Z] ---> f206d5bcd839 [2020-12-03T15:32:41.160Z] Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:32:41.160Z] ---> Running in 0b864af1ad17 [2020-12-03T15:32:41.284Z] github.com/go-toolsmith/strparse [2020-12-03T15:32:41.284Z] github.com/gogo/protobuf/protoc-gen-gofast [2020-12-03T15:32:41.284Z] github.com/fsnotify/fsnotify [2020-12-03T15:32:41.284Z] github.com/go-lintpack/lintpack/astwalk [2020-12-03T15:32:41.284Z] github.com/magiconair/properties [2020-12-03T15:32:41.284Z] github.com/mitchellh/mapstructure [2020-12-03T15:32:41.284Z] github.com/stretchr/testify/mock [2020-12-03T15:32:41.284Z] github.com/pelletier/go-toml [2020-12-03T15:32:41.284Z] github.com/go-critic/go-critic/checkers [2020-12-03T15:32:41.433Z] v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-12-03T15:32:41.433Z] v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-12-03T15:32:41.433Z] OK: 12617 distinct packages available [2020-12-03T15:32:41.555Z] github.com/golangci/golangci-lint/pkg/logutils [2020-12-03T15:32:41.555Z] github.com/spf13/afero/mem [2020-12-03T15:32:41.555Z] github.com/spf13/cast [2020-12-03T15:32:41.555Z] github.com/golangci/golangci-lint/pkg/timeutils [2020-12-03T15:32:41.555Z] github.com/golangci/golangci-lint/pkg/fsutils [2020-12-03T15:32:41.830Z] github.com/spf13/afero [2020-12-03T15:32:41.830Z] github.com/golangci/golangci-lint/internal/pkgcache [2020-12-03T15:32:41.830Z] github.com/spf13/jwalterweatherman [2020-12-03T15:32:41.830Z] github.com/subosito/gotenv [2020-12-03T15:32:41.830Z] gopkg.in/ini.v1 [2020-12-03T15:32:41.830Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load [2020-12-03T15:32:41.830Z] github.com/golangci/golangci-lint/pkg/goutil [2020-12-03T15:32:42.033Z] Removing intermediate container 0b864af1ad17 [2020-12-03T15:32:42.033Z] ---> fc6686a63ead [2020-12-03T15:32:42.033Z] Step 22/22 : LABEL version=0.0.0 [2020-12-03T15:32:42.033Z] ---> Running in 3b1f1bba998f [2020-12-03T15:32:42.099Z] github.com/golangci/golangci-lint/internal/errorutil [2020-12-03T15:32:42.099Z] github.com/golangci/golangci-lint/pkg/result [2020-12-03T15:32:42.099Z] github.com/gobwas/glob/util/strings [2020-12-03T15:32:42.099Z] github.com/gobwas/glob/syntax/lexer [2020-12-03T15:32:42.099Z] golang.org/x/tools/go/buildutil [2020-12-03T15:32:42.099Z] golang.org/x/tools/go/internal/cgo [2020-12-03T15:32:42.099Z] github.com/gobwas/glob/match [2020-12-03T15:32:42.099Z] github.com/bombsimon/wsl/v2 [2020-12-03T15:32:42.099Z] github.com/gobwas/glob/syntax/ast [2020-12-03T15:32:42.099Z] github.com/golangci/dupl/suffixtree [2020-12-03T15:32:42.099Z] github.com/gobwas/glob/syntax [2020-12-03T15:32:42.099Z] github.com/golangci/goconst [2020-12-03T15:32:42.312Z] (1/2) Installing ca-certificates (20191127-r4) [2020-12-03T15:32:42.312Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-12-03T15:32:42.312Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:32:42.366Z] golang.org/x/tools/go/loader [2020-12-03T15:32:42.366Z] github.com/golangci/gocyclo/pkg/gocyclo [2020-12-03T15:32:42.366Z] github.com/golangci/gofmt/gofmt [2020-12-03T15:32:42.366Z] github.com/spf13/viper [2020-12-03T15:32:42.366Z] github.com/golangci/gofmt/goimports [2020-12-03T15:32:42.366Z] github.com/golangci/golangci-lint/pkg/packages [2020-12-03T15:32:42.366Z] github.com/golangci/dupl/syntax [2020-12-03T15:32:42.366Z] golang.org/x/tools/internal/lsp/fuzzy [2020-12-03T15:32:42.366Z] github.com/gobwas/glob/compiler [2020-12-03T15:32:42.366Z] golang.org/x/tools/go/types/objectpath [2020-12-03T15:32:42.366Z] github.com/golangci/dupl/syntax/golang [2020-12-03T15:32:42.366Z] github.com/golangci/dupl/printer [2020-12-03T15:32:42.366Z] github.com/golangci/ineffassign [2020-12-03T15:32:42.366Z] github.com/golangci/check/cmd/structcheck [2020-12-03T15:32:42.366Z] github.com/golangci/check/cmd/varcheck [2020-12-03T15:32:42.366Z] github.com/gobwas/glob [2020-12-03T15:32:42.366Z] github.com/golangci/errcheck/internal/errcheck [2020-12-03T15:32:42.585Z] Executing ca-certificates-20191127-r4.trigger [2020-12-03T15:32:42.585Z] Removing intermediate container 3b1f1bba998f [2020-12-03T15:32:42.585Z] ---> 68d5e706fe25 [2020-12-03T15:32:42.585Z] [2020-12-03T15:32:42.632Z] github.com/golangci/go-misc/deadcode [2020-12-03T15:32:42.633Z] github.com/OpenPeeDeeP/depguard [2020-12-03T15:32:42.633Z] golang.org/x/tools/internal/analysisinternal [2020-12-03T15:32:42.633Z] github.com/golangci/lint-1 [2020-12-03T15:32:42.633Z] github.com/golangci/maligned [2020-12-03T15:32:42.633Z] github.com/golangci/golangci-lint/pkg/config [2020-12-03T15:32:42.633Z] github.com/golangci/errcheck/golangci [2020-12-03T15:32:42.633Z] github.com/golangci/dupl/job [2020-12-03T15:32:42.633Z] github.com/golangci/misspell [2020-12-03T15:32:42.633Z] github.com/golangci/dupl [2020-12-03T15:32:42.633Z] github.com/golangci/prealloc [2020-12-03T15:32:42.633Z] golang.org/x/tools/go/analysis [2020-12-03T15:32:42.633Z] github.com/kisielk/gotool/internal/load [2020-12-03T15:32:42.633Z] golang.org/x/text/width [2020-12-03T15:32:42.633Z] golang.org/x/tools/go/types/typeutil [2020-12-03T15:32:42.861Z] OK: 6 MiB in 16 packages [2020-12-03T15:32:42.896Z] golang.org/x/tools/go/ast/inspector [2020-12-03T15:32:42.896Z] github.com/golangci/golangci-lint/pkg/lint/linter [2020-12-03T15:32:42.896Z] github.com/matoous/godox [2020-12-03T15:32:42.896Z] github.com/securego/gosec [2020-12-03T15:32:42.896Z] github.com/kisielk/gotool [2020-12-03T15:32:42.896Z] github.com/golangci/golangci-lint/pkg/golinters/goanalysis [2020-12-03T15:32:42.896Z] golang.org/x/tools/go/analysis/passes/inspect [2020-12-03T15:32:42.896Z] github.com/nbutton23/zxcvbn-go/data [2020-12-03T15:32:42.896Z] github.com/golangci/unconvert [2020-12-03T15:32:42.897Z] github.com/nbutton23/zxcvbn-go/utils/math [2020-12-03T15:32:42.897Z] github.com/jirfag/go-printf-func-name/pkg/analyzer [2020-12-03T15:32:42.897Z] golang.org/x/tools/go/ssa [2020-12-03T15:32:42.897Z] sourcegraph.com/sqs/pbtypes [2020-12-03T15:32:42.897Z] github.com/tommy-muehle/go-mnd/checks [2020-12-03T15:32:42.897Z] github.com/nbutton23/zxcvbn-go/adjacency [2020-12-03T15:32:43.139Z] Successfully built 68d5e706fe25 [2020-12-03T15:32:43.163Z] github.com/nbutton23/zxcvbn-go/frequency [2020-12-03T15:32:43.163Z] github.com/sourcegraph/go-diff/diff [2020-12-03T15:32:43.163Z] github.com/ultraware/funlen [2020-12-03T15:32:43.163Z] github.com/nbutton23/zxcvbn-go/entropy [2020-12-03T15:32:43.163Z] github.com/ultraware/whitespace [2020-12-03T15:32:43.163Z] github.com/nbutton23/zxcvbn-go/matching [2020-12-03T15:32:43.163Z] github.com/nbutton23/zxcvbn-go/scoring [2020-12-03T15:32:43.163Z] github.com/tommy-muehle/go-mnd [2020-12-03T15:32:43.163Z] github.com/uudashr/gocognit [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/analysis/passes/internal/analysisutil [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/analysis/passes/composite [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/cfg [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/analysis/passes/deepequalerrors [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/analysis/passes/errorsas [2020-12-03T15:32:43.163Z] github.com/nbutton23/zxcvbn-go [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/analysis/passes/asmdecl [2020-12-03T15:32:43.163Z] golang.org/x/tools/go/analysis/passes/assign [2020-12-03T15:32:43.415Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/atomic [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/atomicalign [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/bools [2020-12-03T15:32:43.458Z] github.com/securego/gosec/rules [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/buildtag [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/cgocall [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/copylock [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/ctrlflow [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/findcall [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/httpresponse [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/loopclosure [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/nilfunc [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/lostcancel [2020-12-03T15:32:43.458Z] golang.org/x/tools/go/analysis/passes/pkgfact [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/shadow [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/shift [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/printf [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/sortslice [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/stdmethods [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/structtag [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/testinggoroutine [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/tests [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/unmarshal [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/unreachable [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/unsafeptr [2020-12-03T15:32:43.727Z] golang.org/x/tools/go/analysis/passes/unusedresult [2020-12-03T15:32:43.727Z] honnef.co/go/tools/arg [2020-12-03T15:32:43.727Z] honnef.co/go/tools/ssa [2020-12-03T15:32:43.727Z] github.com/BurntSushi/toml [2020-12-03T15:32:43.727Z] honnef.co/go/tools/internal/renameio [2020-12-03T15:32:43.727Z] honnef.co/go/tools/loader [2020-12-03T15:32:43.727Z] honnef.co/go/tools/version [2020-12-03T15:32:43.727Z] honnef.co/go/tools/deprecated [2020-12-03T15:32:43.727Z] honnef.co/go/tools/printf [2020-12-03T15:32:43.997Z] honnef.co/go/tools/internal/cache [2020-12-03T15:32:43.997Z] honnef.co/go/tools/go/types/typeutil [2020-12-03T15:32:43.997Z] github.com/golangci/golangci-lint/pkg/report [2020-12-03T15:32:43.997Z] github.com/golangci/revgrep [2020-12-03T15:32:43.997Z] github.com/gostaticanalysis/analysisutil [2020-12-03T15:32:43.997Z] golang.org/x/tools/go/analysis/passes/buildssa [2020-12-03T15:32:43.997Z] golang.org/x/tools/go/ssa/ssautil [2020-12-03T15:32:43.997Z] mvdan.cc/lint [2020-12-03T15:32:43.997Z] github.com/golangci/golangci-lint/pkg/printers [2020-12-03T15:32:43.997Z] golang.org/x/tools/go/analysis/passes/nilness [2020-12-03T15:32:43.997Z] github.com/jingyugao/rowserrcheck/passes/rowserr [2020-12-03T15:32:43.997Z] github.com/timakin/bodyclose/passes/bodyclose [2020-12-03T15:32:43.997Z] github.com/spf13/cobra [2020-12-03T15:32:43.997Z] mvdan.cc/interfacer/check [2020-12-03T15:32:44.261Z] mvdan.cc/unparam/check [2020-12-03T15:32:44.261Z] honnef.co/go/tools/config [2020-12-03T15:32:44.523Z] honnef.co/go/tools/internal/passes/buildssa [2020-12-03T15:32:44.523Z] honnef.co/go/tools/functions [2020-12-03T15:32:44.523Z] honnef.co/go/tools/ssautil [2020-12-03T15:32:44.523Z] honnef.co/go/tools/facts [2020-12-03T15:32:44.790Z] honnef.co/go/tools/lint [2020-12-03T15:32:44.790Z] honnef.co/go/tools/lint/lintutil/format [2020-12-03T15:32:44.790Z] honnef.co/go/tools/lint/lintdsl [2020-12-03T15:32:44.790Z] honnef.co/go/tools/staticcheck/vrp [2020-12-03T15:32:44.790Z] honnef.co/go/tools/lint/lintutil [2020-12-03T15:32:44.790Z] honnef.co/go/tools/internal/sharedcheck [2020-12-03T15:32:44.790Z] honnef.co/go/tools/unused [2020-12-03T15:32:44.790Z] honnef.co/go/tools/stylecheck [2020-12-03T15:32:44.790Z] honnef.co/go/tools/simple [2020-12-03T15:32:45.364Z] honnef.co/go/tools/staticcheck [2020-12-03T15:32:45.400Z]  Building docker-core-metadata-go ... done Removing intermediate container 980ffce1bcbe [2020-12-03T15:32:45.400Z] ---> 1b60f8d7a8e2 [2020-12-03T15:32:45.400Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-12-03T15:32:45.400Z] ---> Running in c28f8c12a703 [2020-12-03T15:32:45.625Z] github.com/golangci/golangci-lint/pkg/golinters [2020-12-03T15:32:45.625Z] github.com/golangci/golangci-lint/pkg/lint/lintersdb [2020-12-03T15:32:45.673Z] Removing intermediate container 83013ce0a898 [2020-12-03T15:32:45.673Z] ---> e32f0f7aff29 [2020-12-03T15:32:45.673Z] [2020-12-03T15:32:45.673Z] Step 11/27 : FROM docker:latest [2020-12-03T15:32:45.673Z] ---> 84e3a507c27b [2020-12-03T15:32:45.673Z] Step 12/27 : RUN apk add --no-cache bash [2020-12-03T15:32:45.673Z] ---> Running in e606c4e6b5a8 [2020-12-03T15:32:45.889Z] github.com/golangci/golangci-lint/pkg/result/processors [2020-12-03T15:32:45.889Z] github.com/golangci/golangci-lint/pkg/lint [2020-12-03T15:32:46.150Z] github.com/golangci/golangci-lint/pkg/commands [2020-12-03T15:32:46.150Z] github.com/golangci/golangci-lint/cmd/golangci-lint [2020-12-03T15:32:46.286Z] Removing intermediate container c28f8c12a703 [2020-12-03T15:32:46.286Z] ---> e45db95b7cb8 [2020-12-03T15:32:46.286Z] Step 14/29 : WORKDIR $BASE_DIR [2020-12-03T15:32:46.286Z] ---> Running in f13bf5546beb [2020-12-03T15:32:46.881Z] Removing intermediate container f13bf5546beb [2020-12-03T15:32:46.881Z] ---> 9a6714fa04d8 [2020-12-03T15:32:46.881Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-12-03T15:32:47.158Z] ---> Running in 2cdcfec3be64 [2020-12-03T15:32:47.158Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:32:47.431Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:32:48.036Z] (1/2) Installing readline (8.0.4-r0) [2020-12-03T15:32:48.036Z] (2/2) Installing bash (5.0.17-r0) [2020-12-03T15:32:48.036Z] Executing bash-5.0.17-r0.post-install [2020-12-03T15:32:48.036Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:32:48.036Z] OK: 12 MiB in 22 packages [2020-12-03T15:32:49.486Z] Removing intermediate container e606c4e6b5a8 [2020-12-03T15:32:49.486Z] ---> 4add6cee9d29 [2020-12-03T15:32:49.486Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-12-03T15:32:49.758Z] Removing intermediate container 2cdcfec3be64 [2020-12-03T15:32:49.758Z] ---> 568daa64b148 [2020-12-03T15:32:49.758Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-12-03T15:32:49.758Z] ---> Running in 695f927ba434 [2020-12-03T15:32:50.366Z] tput: No value for $TERM and no -T specified [2020-12-03T15:32:50.366Z] tput: No value for $TERM and no -T specified [2020-12-03T15:32:50.366Z] ==> Building Consul - OSes: linux, Architectures: amd64 [2020-12-03T15:32:50.366Z] tput: No value for $TERM and no -T specified [2020-12-03T15:32:50.366Z] tput: No value for $TERM and no -T specified [2020-12-03T15:32:50.366Z] tput: No value for $TERM and no -T specified [2020-12-03T15:32:50.366Z] Building sequentially with go install [2020-12-03T15:32:50.366Z] tput: No value for $TERM and no -T specified [2020-12-03T15:32:50.366Z] ---> linux/amd64 [2020-12-03T15:32:51.220Z] ---> 4a4dfa0ac9c4 [2020-12-03T15:32:51.220Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-12-03T15:32:52.665Z] ---> 461c8561750a [2020-12-03T15:32:52.665Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-12-03T15:32:52.665Z] Removing intermediate container 695f927ba434 [2020-12-03T15:32:52.665Z] ---> 9b7ea583c2bf [2020-12-03T15:32:52.665Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-12-03T15:32:52.940Z] ---> Running in b44c2e423100 [2020-12-03T15:32:53.216Z] ---> 365e45936e15 [2020-12-03T15:32:53.216Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-12-03T15:32:53.491Z] Removing intermediate container b44c2e423100 [2020-12-03T15:32:53.491Z] ---> ab59b4ad783b [2020-12-03T15:32:53.491Z] Step 15/27 : ENV APP_PORT=48090 [2020-12-03T15:32:53.766Z] ---> Running in a7b0277ea0e4 [2020-12-03T15:32:54.369Z] ---> 98729c94e3c3 [2020-12-03T15:32:54.369Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-12-03T15:32:54.642Z] Removing intermediate container a7b0277ea0e4 [2020-12-03T15:32:54.642Z] ---> 4ec3be56035d [2020-12-03T15:32:54.642Z] Step 16/27 : EXPOSE $APP_PORT [2020-12-03T15:32:54.642Z] ---> Running in a6a647a7a091 [2020-12-03T15:32:55.242Z] ---> 0690545ce2e4 [2020-12-03T15:32:55.242Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-12-03T15:32:55.242Z] Removing intermediate container a6a647a7a091 [2020-12-03T15:32:55.242Z] ---> 006ee40a37dd [2020-12-03T15:32:55.242Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-12-03T15:32:55.242Z] ---> Running in 14867f84b19a [2020-12-03T15:32:57.275Z] ---> 33a3f0850eb7 [2020-12-03T15:32:57.275Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-12-03T15:32:58.298Z] ---> 9fbec4832b56 [2020-12-03T15:32:58.298Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-12-03T15:32:58.298Z] Removing intermediate container 14867f84b19a [2020-12-03T15:32:58.298Z] ---> d2d3952d3a59 [2020-12-03T15:32:58.298Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-12-03T15:32:59.290Z] ---> d7ca1542af57 [2020-12-03T15:32:59.290Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-12-03T15:32:59.290Z] ---> 3e74ed22c268 [2020-12-03T15:32:59.290Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-12-03T15:32:59.290Z] ---> Running in 5982a801e04d [2020-12-03T15:32:59.290Z] ---> Running in ff1321825524 [2020-12-03T15:33:01.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:33:01.262Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:33:01.866Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-12-03T15:33:01.866Z] (2/33) Installing expat (2.2.9-r1) [2020-12-03T15:33:01.866Z] (3/33) Installing libffi (3.3-r2) [2020-12-03T15:33:01.866Z] (4/33) Installing gdbm (1.13-r1) [2020-12-03T15:33:01.866Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-12-03T15:33:01.867Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-12-03T15:33:01.867Z] (7/33) Installing python3 (3.8.5-r0) [2020-12-03T15:33:02.464Z] Removing intermediate container 9aac3979f3c9 [2020-12-03T15:33:02.464Z] ---> 78b13ddb0fa9 [2020-12-03T15:33:02.464Z] [2020-12-03T15:33:02.464Z] Step 10/23 : FROM alpine [2020-12-03T15:33:02.464Z] ---> 2e77e061c27f [2020-12-03T15:33:02.464Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-12-03T15:33:03.069Z] Removing intermediate container ff1321825524 [2020-12-03T15:33:03.069Z] ---> d31ef640e1b7 [2020-12-03T15:33:03.069Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-12-03T15:33:03.354Z] ---> Running in 2137fd09b2a3 [2020-12-03T15:33:03.626Z] ---> Running in 1c5e805acf64 [2020-12-03T15:33:03.902Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-12-03T15:33:03.902Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-12-03T15:33:04.182Z] Removing intermediate container 2137fd09b2a3 [2020-12-03T15:33:04.182Z] ---> 4b5b9f6fb21f [2020-12-03T15:33:04.182Z] Step 12/23 : ENV APP_PORT=48080 [2020-12-03T15:33:04.182Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-12-03T15:33:04.182Z] (11/33) Installing py3-six (1.15.0-r0) [2020-12-03T15:33:04.182Z] (12/33) Installing py3-packaging (20.4-r0) [2020-12-03T15:33:04.182Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-12-03T15:33:04.182Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-12-03T15:33:04.182Z] ---> Running in 4eb9841e20f6 [2020-12-03T15:33:04.182Z] (15/33) Installing py3-idna (2.9-r0) [2020-12-03T15:33:04.458Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-12-03T15:33:04.458Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-12-03T15:33:04.458Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-12-03T15:33:04.458Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-12-03T15:33:04.458Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-12-03T15:33:04.458Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-12-03T15:33:04.458Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-12-03T15:33:04.735Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-12-03T15:33:04.735Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-12-03T15:33:04.735Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-12-03T15:33:04.735Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-12-03T15:33:04.735Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-12-03T15:33:04.735Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-12-03T15:33:04.735Z] (29/33) Installing py3-progress (1.5-r0) [2020-12-03T15:33:04.735Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-12-03T15:33:04.735Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-12-03T15:33:04.735Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-12-03T15:33:05.023Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-12-03T15:33:05.023Z] Removing intermediate container 4eb9841e20f6 [2020-12-03T15:33:05.023Z] ---> 55fc1d29b171 [2020-12-03T15:33:05.023Z] Step 13/23 : EXPOSE $APP_PORT [2020-12-03T15:33:05.023Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:33:05.023Z] OK: 71 MiB in 55 packages [2020-12-03T15:33:05.300Z] ---> Running in 7ca3d8c0afca [2020-12-03T15:33:05.896Z] Removing intermediate container 7ca3d8c0afca [2020-12-03T15:33:05.896Z] ---> 6cb6b06c2279 [2020-12-03T15:33:05.896Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-12-03T15:33:06.170Z] ---> Running in 9a5a8469ffd9 [2020-12-03T15:33:06.444Z] Removing intermediate container 1c5e805acf64 [2020-12-03T15:33:06.444Z] ---> 692ff7bc29c3 [2020-12-03T15:33:06.444Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-12-03T15:33:06.444Z] ---> Running in 72035e508058 [2020-12-03T15:33:07.428Z] Removing intermediate container 72035e508058 [2020-12-03T15:33:07.428Z] ---> 04a8368d8c5e [2020-12-03T15:33:07.428Z] Step 26/29 : CMD [ "generate" ] [2020-12-03T15:33:07.428Z] ---> Running in 7a0a3c79d338 [2020-12-03T15:33:08.024Z] Removing intermediate container 7a0a3c79d338 [2020-12-03T15:33:08.024Z] ---> 840f52c561d2 [2020-12-03T15:33:08.024Z] Step 27/29 : LABEL arch=arm64 [2020-12-03T15:33:08.296Z] ---> Running in 0ccb11b00d97 [2020-12-03T15:33:08.911Z] Removing intermediate container 9a5a8469ffd9 [2020-12-03T15:33:08.911Z] ---> fe48c0043d30 [2020-12-03T15:33:08.911Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-12-03T15:33:08.911Z] Removing intermediate container 0ccb11b00d97 [2020-12-03T15:33:08.911Z] ---> 0fd6964a04dd [2020-12-03T15:33:08.911Z] Step 28/29 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:33:08.911Z] ---> Running in e33644948564 [2020-12-03T15:33:09.192Z] ---> Running in 32e7112cae34 [2020-12-03T15:33:09.798Z] Removing intermediate container 32e7112cae34 [2020-12-03T15:33:09.798Z] ---> e9485b5d4bfa [2020-12-03T15:33:09.798Z] Step 29/29 : LABEL version=0.0.0 [2020-12-03T15:33:10.071Z] ---> Running in a7957930b42d [2020-12-03T15:33:10.344Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:33:10.616Z] Removing intermediate container a7957930b42d [2020-12-03T15:33:10.616Z] ---> 697a74d78253 [2020-12-03T15:33:10.616Z] [2020-12-03T15:33:10.889Z] Successfully built 697a74d78253 [2020-12-03T15:33:11.158Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-12-03T15:33:11.158Z]  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:33:11.748Z] Removing intermediate container 5982a801e04d [2020-12-03T15:33:11.748Z] ---> 8ccc420197dc [2020-12-03T15:33:11.748Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-12-03T15:33:11.748Z] (1/5) Installing libgcc (9.3.0-r2) [2020-12-03T15:33:12.020Z] (2/5) Installing libsodium (1.0.18-r0) [2020-12-03T15:33:12.020Z] ---> Running in 250946c4ff2b [2020-12-03T15:33:12.020Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-12-03T15:33:12.294Z] (4/5) Installing libzmq (4.3.3-r0) [2020-12-03T15:33:12.294Z] (5/5) Installing zeromq (4.3.3-r0) [2020-12-03T15:33:12.294Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:33:12.568Z] OK: 8 MiB in 19 packages [2020-12-03T15:33:14.006Z] Removing intermediate container e33644948564 [2020-12-03T15:33:14.006Z] ---> 1995b7d4bd32 [2020-12-03T15:33:14.006Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-12-03T15:33:14.607Z] ---> aa347c5be0fe [2020-12-03T15:33:14.607Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-12-03T15:33:16.050Z] ---> e8246590e231 [2020-12-03T15:33:16.050Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-12-03T15:33:16.644Z] ---> 43b735329e60 [2020-12-03T15:33:16.644Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-12-03T15:33:16.644Z] ---> Running in 1b1acd6e3101 [2020-12-03T15:33:17.236Z] Removing intermediate container 1b1acd6e3101 [2020-12-03T15:33:17.236Z] ---> 8c0c2f8a0585 [2020-12-03T15:33:17.236Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:33:17.236Z] ---> Running in 1beb45e535cb [2020-12-03T15:33:17.236Z] Collecting docker-compose==1.23.2 [2020-12-03T15:33:17.507Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-12-03T15:33:17.781Z] Removing intermediate container 1beb45e535cb [2020-12-03T15:33:17.781Z] ---> 51f8920d6e9d [2020-12-03T15:33:17.781Z] Step 21/23 : LABEL arch=arm64 [2020-12-03T15:33:17.781Z] ---> Running in d8711eaee890 [2020-12-03T15:33:18.050Z] Collecting dockerpty<0.5,>=0.4.1 [2020-12-03T15:33:18.050Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-12-03T15:33:18.320Z] Removing intermediate container d8711eaee890 [2020-12-03T15:33:18.320Z] ---> db3cf40a04fa [2020-12-03T15:33:18.320Z] Step 22/23 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:33:18.320Z] ---> Running in 258ab8820dfc [2020-12-03T15:33:18.918Z] Removing intermediate container 258ab8820dfc [2020-12-03T15:33:18.918Z] ---> fb8b1acf38ea [2020-12-03T15:33:18.918Z] Step 23/23 : LABEL version=0.0.0 [2020-12-03T15:33:18.918Z] ---> Running in aea8fbd60e7e [2020-12-03T15:33:19.510Z] Removing intermediate container aea8fbd60e7e [2020-12-03T15:33:19.510Z] ---> 5300e1b6a1ef [2020-12-03T15:33:19.510Z] [2020-12-03T15:33:19.783Z] Successfully built 5300e1b6a1ef [2020-12-03T15:33:20.058Z] Successfully tagged docker-core-data-go-arm64:latest [2020-12-03T15:33:20.328Z]  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 [2020-12-03T15:33:20.598Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-12-03T15:33:21.186Z] Collecting docker<4.0,>=3.6.0 [2020-12-03T15:33:21.186Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-12-03T15:33:21.775Z] Collecting cached-property<2,>=1.2.0 [2020-12-03T15:33:21.775Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-12-03T15:33:22.044Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2020-12-03T15:33:22.315Z] Collecting jsonschema<3,>=2.5.1 [2020-12-03T15:33:22.315Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-12-03T15:33:22.584Z] Collecting docopt<0.7,>=0.6.1 [2020-12-03T15:33:22.584Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-12-03T15:33:25.185Z] Collecting PyYAML<4,>=3.10 [2020-12-03T15:33:25.185Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-12-03T15:33:27.790Z] Collecting texttable<0.10,>=0.9.0 [2020-12-03T15:33:27.790Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-12-03T15:33:29.255Z] Building device-virtual-go  [2020-12-03T15:33:29.255Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd [2020-12-03T15:33:29.255Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 [2020-12-03T15:33:29.255Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-12-03T15:33:29.255Z] go: downloading modernc.org/ql v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-12-03T15:33:29.520Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 [2020-12-03T15:33:29.520Z] go: downloading github.com/pkg/errors v0.8.1 [2020-12-03T15:33:29.520Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-12-03T15:33:29.520Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-12-03T15:33:29.520Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-12-03T15:33:29.520Z] go: downloading github.com/google/uuid v1.1.0 [2020-12-03T15:33:29.520Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-12-03T15:33:29.520Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/lldb v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/strutil v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/golex v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/b v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/file v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/internal v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/db v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/mathutil v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/fileutil v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading modernc.org/sortutil v1.0.0 [2020-12-03T15:33:29.520Z] go: downloading github.com/edsrzf/mmap-go v1.0.0 [2020-12-03T15:33:29.782Z] go: downloading modernc.org/zappy v1.0.0 [2020-12-03T15:33:29.782Z] go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 [2020-12-03T15:33:29.782Z] go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 [2020-12-03T15:33:30.391Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-12-03T15:33:30.391Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-12-03T15:33:30.391Z] Collecting docker-pycreds>=0.4.0 [2020-12-03T15:33:30.660Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-12-03T15:33:30.660Z] 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) [2020-12-03T15:33:31.249Z] Collecting urllib3<1.25,>=1.21.1 [2020-12-03T15:33:31.249Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-12-03T15:33:31.519Z] Collecting idna<2.8,>=2.5 [2020-12-03T15:33:31.519Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-12-03T15:33:31.519Z] 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) [2020-12-03T15:33:31.519Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-12-03T15:33:31.519Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-12-03T15:33:31.519Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-12-03T15:33:31.519Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-12-03T15:33:32.485Z] Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, PyYAML, texttable, docker-compose [2020-12-03T15:33:32.485Z] Running setup.py install for dockerpty: started [2020-12-03T15:33:34.447Z] Running setup.py install for dockerpty: finished with status 'done' [2020-12-03T15:33:34.447Z] Attempting uninstall: urllib3 [2020-12-03T15:33:34.447Z] Found existing installation: urllib3 1.25.9 [2020-12-03T15:33:34.447Z] Uninstalling urllib3-1.25.9: [2020-12-03T15:33:34.717Z] Successfully uninstalled urllib3-1.25.9 [2020-12-03T15:33:35.118Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-12-03T15:33:35.306Z] Attempting uninstall: idna [2020-12-03T15:33:35.306Z] Found existing installation: idna 2.9 [2020-12-03T15:33:35.306Z] Uninstalling idna-2.9: [2020-12-03T15:33:35.306Z] Successfully uninstalled idna-2.9 [2020-12-03T15:33:35.897Z] Attempting uninstall: requests [2020-12-03T15:33:35.897Z] Found existing installation: requests 2.23.0 [2020-12-03T15:33:35.897Z] Uninstalling requests-2.23.0: [2020-12-03T15:33:36.167Z] Successfully uninstalled requests-2.23.0 [2020-12-03T15:33:37.589Z] Running setup.py install for docopt: started [2020-12-03T15:33:39.015Z] Running setup.py install for docopt: finished with status 'done' [2020-12-03T15:33:39.286Z] Running setup.py install for PyYAML: started [2020-12-03T15:33:39.328Z] Building edgex-go  [2020-12-03T15:33:39.901Z] 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 [2020-12-03T15:33:40.162Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 [2020-12-03T15:33:40.162Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 [2020-12-03T15:33:40.162Z] go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 [2020-12-03T15:33:40.162Z] go: downloading github.com/imdario/mergo v0.3.11 [2020-12-03T15:33:40.162Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2020-12-03T15:33:41.247Z] Running setup.py install for PyYAML: finished with status 'done' [2020-12-03T15:33:41.247Z] Running setup.py install for texttable: started [2020-12-03T15:33:43.209Z] Running setup.py install for texttable: finished with status 'done' [2020-12-03T15:33:43.801Z] 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 [2020-12-03T15:33:44.408Z] 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 [2020-12-03T15:33:44.408Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2020-12-03T15:33:47.174Z] Removing intermediate container 250946c4ff2b [2020-12-03T15:33:47.174Z] ---> c6630dcaa1c2 [2020-12-03T15:33:47.174Z] Step 22/27 : RUN apk --no-cache add curl [2020-12-03T15:33:47.174Z] ---> Running in 3bf8452408ec [2020-12-03T15:33:48.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-12-03T15:33:48.602Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-12-03T15:33:48.641Z] 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 [2020-12-03T15:33:48.873Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-12-03T15:33:48.873Z] (2/3) Installing libcurl (7.69.1-r1) [2020-12-03T15:33:48.873Z] (3/3) Installing curl (7.69.1-r1) [2020-12-03T15:33:48.873Z] Executing busybox-1.31.1-r19.trigger [2020-12-03T15:33:49.145Z] OK: 71 MiB in 58 packages [2020-12-03T15:33:49.584Z] 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 [2020-12-03T15:33:49.848Z] 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 [2020-12-03T15:33:49.848Z] go: downloading github.com/stretchr/testify v1.5.1 [2020-12-03T15:33:50.112Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2020-12-03T15:33:50.112Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2020-12-03T15:33:50.120Z] Removing intermediate container 3bf8452408ec [2020-12-03T15:33:50.120Z] ---> 675cdadcbc13 [2020-12-03T15:33:50.120Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-12-03T15:33:50.390Z] ---> Running in 2807eb5cdda5 [2020-12-03T15:33:50.661Z] Removing intermediate container 2807eb5cdda5 [2020-12-03T15:33:50.661Z] ---> 02ba613d69df [2020-12-03T15:33:50.661Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-12-03T15:33:50.932Z] ---> Running in a704cee9aadf [2020-12-03T15:33:51.223Z] Removing intermediate container a704cee9aadf [2020-12-03T15:33:51.223Z] ---> db5a3995fbab [2020-12-03T15:33:51.223Z] Step 25/27 : LABEL arch=arm64 [2020-12-03T15:33:51.500Z] 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 [2020-12-03T15:33:51.500Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2020-12-03T15:33:51.500Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2020-12-03T15:33:51.502Z] ---> Running in 97b21bbf0ec0 [2020-12-03T15:33:52.106Z] Removing intermediate container 97b21bbf0ec0 [2020-12-03T15:33:52.106Z] ---> 511eae60a885 [2020-12-03T15:33:52.106Z] Step 26/27 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [2020-12-03T15:33:52.106Z] ---> Running in 9735fa281695 [2020-12-03T15:33:52.445Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup [2020-12-03T15:33:52.734Z] Removing intermediate container 9735fa281695 [2020-12-03T15:33:52.734Z] ---> 8fbf7d305181 [2020-12-03T15:33:52.734Z] Step 27/27 : LABEL version=0.0.0 [2020-12-03T15:33:52.734Z] ---> Running in 5d0ce883bf03 [2020-12-03T15:33:53.337Z] Removing intermediate container 5d0ce883bf03 [2020-12-03T15:33:53.337Z] ---> 3b9036758e71 [2020-12-03T15:33:53.337Z] [2020-12-03T15:33:53.613Z] Successfully built 3b9036758e71 [2020-12-03T15:33:53.613Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-12-03T15:33:53.842Z] 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 [2020-12-03T15:33:53.842Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2020-12-03T15:33:54.218Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-12-03T15:33:54.226Z] $ docker stop --time=1 da8b2ce3fa815f473c733f6707361c80587f15816d48446e00cec7044a1ea661 [2020-12-03T15:33:54.789Z] 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 [2020-12-03T15:33:55.733Z] 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 [2020-12-03T15:33:56.175Z] $ docker rm -f da8b2ce3fa815f473c733f6707361c80587f15816d48446e00cec7044a1ea661 [Pipeline] // withDockerContainer [Pipeline] sh [2020-12-03T15:33:56.679Z] 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 [2020-12-03T15:33:56.928Z] + docker images [2020-12-03T15:33:56.929Z] + grep docker [2020-12-03T15:33:57.200Z] docker-sys-mgmt-agent-go-arm64 latest 3b9036758e71 5 seconds ago 273MB [2020-12-03T15:33:57.200Z] docker-core-data-go-arm64 latest 5300e1b6a1ef 38 seconds ago 22.3MB [2020-12-03T15:33:57.200Z] docker-security-secrets-setup-go-arm64 latest 697a74d78253 47 seconds ago 22.7MB [2020-12-03T15:33:57.200Z] docker-core-metadata-go-arm64 latest 68d5e706fe25 About a minute ago 13.6MB [2020-12-03T15:33:57.200Z] docker-support-scheduler-go-arm64 latest 0f7b2e3285b5 About a minute ago 11.5MB [2020-12-03T15:33:57.200Z] docker-support-notifications-go-arm64 latest 1eac3eb877b9 4 minutes ago 12.9MB [2020-12-03T15:33:57.200Z] docker-core-command-go-arm64 latest 7b066d93a606 4 minutes ago 11.4MB [2020-12-03T15:33:57.200Z] docker-security-secretstore-setup-go-arm64 latest d53991c60a67 4 minutes ago 23.5MB [2020-12-03T15:33:57.200Z] docker-security-proxy-setup-go-arm64 latest 2885ed504cb9 4 minutes ago 23.4MB [2020-12-03T15:33:57.200Z] docker-security-bootstrap-redis-go-arm64 latest c04887c3a4f2 4 minutes ago 15.2MB [2020-12-03T15:33:57.200Z] docker latest 84e3a507c27b 38 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-12-03T15:33:57.628Z] 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 [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] } [2020-12-03T15:33:58.571Z] install: cannot stat './cmd/core-command/core-command': No such file or directory [2020-12-03T15:33:58.571Z] Failed to run 'override-build': Exit code was 1. [Pipeline] } [2020-12-03T15:34:02.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-12-03T15:34:03.961Z] Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:06.799Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:08.234Z] ---> package-listing.sh [2020-12-03T15:34:08.234Z] ++ tr '[:upper:]' '[:lower:]' [2020-12-03T15:34:08.234Z] ++ facter osfamily [2020-12-03T15:34:08.508Z] + OS_FAMILY=redhat [2020-12-03T15:34:08.508Z] + workspace=/w/workspace/edgex-go/3 [2020-12-03T15:34:08.508Z] + START_PACKAGES=/tmp/packages_start.txt [2020-12-03T15:34:08.508Z] + END_PACKAGES=/tmp/packages_end.txt [2020-12-03T15:34:08.508Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-12-03T15:34:08.508Z] + PACKAGES=/tmp/packages_start.txt [2020-12-03T15:34:08.508Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-03T15:34:08.508Z] + PACKAGES=/tmp/packages_end.txt [2020-12-03T15:34:08.508Z] + case "${OS_FAMILY}" in [2020-12-03T15:34:08.508Z] + sort [2020-12-03T15:34:08.508Z] + rpm -qa [2020-12-03T15:34:15.334Z] + '[' -f /tmp/packages_start.txt ']' [2020-12-03T15:34:15.334Z] + '[' -f /tmp/packages_end.txt ']' [2020-12-03T15:34:15.334Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-12-03T15:34:15.334Z] + '[' /w/workspace/edgex-go/3 ']' [2020-12-03T15:34:15.334Z] + mkdir -p /w/workspace/edgex-go/3/archives/ [2020-12-03T15:34:15.334Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo [2020-12-03T15:34:15.353Z] 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 [2020-12-03T15:34:15.703Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:34:16.337Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T15:34:16.604Z] [2020-12-03T15:34:16.604Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-12-03T15:34:16.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T15:34:16.974Z] alpine: Pulling from edgex-lftools-log-publisher [2020-12-03T15:34:16.974Z] df20fa9351a1: Pulling fs layer [2020-12-03T15:34:16.974Z] 36b3adc4ff6f: Pulling fs layer [2020-12-03T15:34:16.974Z] 8ad3a11d3b57: Pulling fs layer [2020-12-03T15:34:16.974Z] 46f8f816bc3b: Pulling fs layer [2020-12-03T15:34:16.974Z] 93b61091891f: Pulling fs layer [2020-12-03T15:34:16.974Z] 93b9cdb0e59b: Pulling fs layer [2020-12-03T15:34:16.974Z] 5e14af77c1be: Pulling fs layer [2020-12-03T15:34:16.974Z] 01666e4c0597: Pulling fs layer [2020-12-03T15:34:16.974Z] aa168da1d23b: Pulling fs layer [2020-12-03T15:34:16.974Z] 46f8f816bc3b: Waiting [2020-12-03T15:34:16.974Z] 93b61091891f: Waiting [2020-12-03T15:34:16.974Z] 93b9cdb0e59b: Waiting [2020-12-03T15:34:16.974Z] 5e14af77c1be: Waiting [2020-12-03T15:34:16.974Z] 01666e4c0597: Waiting [2020-12-03T15:34:16.974Z] aa168da1d23b: Waiting [2020-12-03T15:34:17.254Z] 36b3adc4ff6f: Verifying Checksum [2020-12-03T15:34:17.254Z] 36b3adc4ff6f: Download complete [2020-12-03T15:34:17.254Z] 46f8f816bc3b: Verifying Checksum [2020-12-03T15:34:17.254Z] 46f8f816bc3b: Download complete [2020-12-03T15:34:17.254Z] df20fa9351a1: Verifying Checksum [2020-12-03T15:34:17.254Z] df20fa9351a1: Download complete [2020-12-03T15:34:17.254Z] 93b9cdb0e59b: Verifying Checksum [2020-12-03T15:34:17.254Z] 93b9cdb0e59b: Download complete [2020-12-03T15:34:17.530Z] 93b61091891f: Verifying Checksum [2020-12-03T15:34:17.530Z] 93b61091891f: Download complete [2020-12-03T15:34:17.530Z] 5e14af77c1be: Verifying Checksum [2020-12-03T15:34:17.530Z] 5e14af77c1be: Download complete [2020-12-03T15:34:17.530Z] 01666e4c0597: Verifying Checksum [2020-12-03T15:34:17.530Z] 01666e4c0597: Download complete [2020-12-03T15:34:18.122Z] df20fa9351a1: Pull complete [2020-12-03T15:34:18.122Z] 36b3adc4ff6f: Pull complete [2020-12-03T15:34:18.396Z] 8ad3a11d3b57: Verifying Checksum [2020-12-03T15:34:18.396Z] 8ad3a11d3b57: Download complete [2020-12-03T15:34:19.896Z] 8ad3a11d3b57: Pull complete [2020-12-03T15:34:19.896Z] 46f8f816bc3b: Pull complete [2020-12-03T15:34:20.498Z] 93b61091891f: Pull complete [2020-12-03T15:34:21.624Z] 93b9cdb0e59b: Pull complete [2020-12-03T15:34:21.624Z] 5e14af77c1be: Pull complete [2020-12-03T15:34:21.924Z] 01666e4c0597: Pull complete [2020-12-03T15:34:22.983Z] aa168da1d23b: Verifying Checksum [2020-12-03T15:34:22.983Z] aa168da1d23b: Download complete [2020-12-03T15:34:34.421Z] aa168da1d23b: Pull complete [2020-12-03T15:34:34.421Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-12-03T15:34:34.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-12-03T15:34:34.421Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-12-03T15:34:34.719Z] prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container [2020-12-03T15:34:34.918Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-12-03T15:34:40.698Z] $ docker top be12da630fb35c7ca1afe15ee1757faf9e354bd480949d59865a8b124bede1e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-12-03T15:34:41.877Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-12-03T15:34:42.236Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-12-03T15:34:42.569Z] + ls /var/log/sa-host [2020-12-03T15:34:42.569Z] + sadf -c /var/log/sa-host/sa03 [2020-12-03T15:34:42.569Z] file_magic: OK [2020-12-03T15:34:42.569Z] HZ: Using current value: 100 [2020-12-03T15:34:42.569Z] file_header: OK [2020-12-03T15:34:42.569Z] 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 [2020-12-03T15:34:42.569Z] Statistics: [2020-12-03T15:34:42.569Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-12-03T15:34:42.569Z] File successfully converted to sysstat format version 12.2.1 [2020-12-03T15:34:42.569Z] + sadf -c /var/log/sa-host/sa23 [2020-12-03T15:34:42.569Z] file_magic: OK [2020-12-03T15:34:42.569Z] HZ: Using current value: 100 [2020-12-03T15:34:42.569Z] file_header: OK [2020-12-03T15:34:42.569Z] 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 [2020-12-03T15:34:42.569Z] Statistics: [2020-12-03T15:34:42.569Z] Hnuu...uuuununununu... [2020-12-03T15:34:42.569Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-12-03T15:34:43.247Z] provisioning config files... [2020-12-03T15:34:43.275Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config9131632115564964353tmp [Pipeline] { [Pipeline] echo [2020-12-03T15:34:43.352Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:43.677Z] ---> create-netrc.sh [Pipeline] } [2020-12-03T15:34:43.954Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-12-03T15:34:44.060Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:44.410Z] ---> python-tools-install.sh [Pipeline] echo [2020-12-03T15:34:44.423Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:44.763Z] ---> sudo-logs.sh [2020-12-03T15:34:44.763Z] Archiving 'sudo' log.. [Pipeline] echo [2020-12-03T15:34:44.776Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:45.133Z] ---> job-cost.sh [2020-12-03T15:34:45.402Z] lf-activate-venv: SKIPPING [2020-12-03T15:34:45.402Z] INFO: No Stack... [2020-12-03T15:34:46.378Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-12-03T15:34:47.011Z] INFO: Archiving Costs [Pipeline] echo [2020-12-03T15:34:47.027Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-12-03T15:34:47.386Z] ---> logs-deploy.sh [2020-12-03T15:34:47.386Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2919/3 [2020-12-03T15:34:47.386Z] INFO: archiving workspace using pattern(s): [2020-12-03T15:34:50.836Z] Archives upload complete. [2020-12-03T15:34:50.836Z] INFO: archiving logs to Nexus [2020-12-03T15:34:52.338Z] ---> uname -a: [2020-12-03T15:34:52.338Z] Linux prd-centos7-docker-4c-2g-14313.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux [2020-12-03T15:34:52.338Z] [2020-12-03T15:34:52.338Z] [2020-12-03T15:34:52.338Z] ---> lscpu: [2020-12-03T15:34:52.338Z] Architecture: x86_64 [2020-12-03T15:34:52.338Z] CPU op-mode(s): 32-bit, 64-bit [2020-12-03T15:34:52.338Z] Byte Order: Little Endian [2020-12-03T15:34:52.338Z] Address sizes: 40 bits physical, 48 bits virtual [2020-12-03T15:34:52.338Z] CPU(s): 4 [2020-12-03T15:34:52.338Z] On-line CPU(s) list: 0-3 [2020-12-03T15:34:52.338Z] Thread(s) per core: 1 [2020-12-03T15:34:52.338Z] Core(s) per socket: 1 [2020-12-03T15:34:52.338Z] Socket(s): 4 [2020-12-03T15:34:52.338Z] NUMA node(s): 1 [2020-12-03T15:34:52.338Z] Vendor ID: GenuineIntel [2020-12-03T15:34:52.338Z] CPU family: 6 [2020-12-03T15:34:52.338Z] Model: 44 [2020-12-03T15:34:52.338Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-12-03T15:34:52.338Z] Stepping: 1 [2020-12-03T15:34:52.338Z] CPU MHz: 2933.438 [2020-12-03T15:34:52.338Z] BogoMIPS: 5866.87 [2020-12-03T15:34:52.338Z] Virtualization: VT-x [2020-12-03T15:34:52.338Z] Hypervisor vendor: KVM [2020-12-03T15:34:52.338Z] Virtualization type: full [2020-12-03T15:34:52.338Z] L1d cache: 128 KiB [2020-12-03T15:34:52.338Z] L1i cache: 128 KiB [2020-12-03T15:34:52.338Z] L2 cache: 16 MiB [2020-12-03T15:34:52.338Z] L3 cache: 64 MiB [2020-12-03T15:34:52.339Z] NUMA node0 CPU(s): 0-3 [2020-12-03T15:34:52.339Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-12-03T15:34:52.339Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-12-03T15:34:52.339Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-12-03T15:34:52.339Z] Vulnerability Meltdown: Mitigation; PTI [2020-12-03T15:34:52.339Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-12-03T15:34:52.339Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-12-03T15:34:52.339Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-12-03T15:34:52.339Z] Vulnerability Srbds: Not affected [2020-12-03T15:34:52.339Z] Vulnerability Tsx async abort: Not affected [2020-12-03T15:34:52.339Z] 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 [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] ---> nproc: [2020-12-03T15:34:52.339Z] 4 [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] ---> df -h: [2020-12-03T15:34:52.339Z] Filesystem Size Used Available Use% Mounted on [2020-12-03T15:34:52.339Z] overlay 50.0G 13.4G 36.6G 27% / [2020-12-03T15:34:52.339Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-12-03T15:34:52.339Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-12-03T15:34:52.339Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3 [2020-12-03T15:34:52.339Z] /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3@tmp [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] ---> free -m: [2020-12-03T15:34:52.339Z] total used free shared buff/cache available [2020-12-03T15:34:52.339Z] Mem: 1837 680 292 0 864 1071 [2020-12-03T15:34:52.339Z] Swap: 1023 104 919 [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] ---> ip addr: [2020-12-03T15:34:52.339Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-12-03T15:34:52.339Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-12-03T15:34:52.339Z] inet 127.0.0.1/8 scope host lo [2020-12-03T15:34:52.339Z] valid_lft forever preferred_lft forever [2020-12-03T15:34:52.339Z] inet6 ::1/128 scope host [2020-12-03T15:34:52.339Z] valid_lft forever preferred_lft forever [2020-12-03T15:34:52.339Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-12-03T15:34:52.339Z] link/ether fa:16:3e:c8:0c:79 brd ff:ff:ff:ff:ff:ff [2020-12-03T15:34:52.339Z] inet 10.30.122.71/23 brd 10.30.123.255 scope global dynamic eth0 [2020-12-03T15:34:52.339Z] valid_lft 85116sec preferred_lft 85116sec [2020-12-03T15:34:52.339Z] inet6 fe80::f816:3eff:fec8:c79/64 scope link [2020-12-03T15:34:52.339Z] valid_lft forever preferred_lft forever [2020-12-03T15:34:52.339Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-12-03T15:34:52.339Z] link/ether 02:42:3d:6e:0f:36 brd ff:ff:ff:ff:ff:ff [2020-12-03T15:34:52.339Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-12-03T15:34:52.339Z] valid_lft forever preferred_lft forever [2020-12-03T15:34:52.339Z] inet6 fe80::42:3dff:fe6e:f36/64 scope link [2020-12-03T15:34:52.339Z] valid_lft forever preferred_lft forever [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] ---> sar -b -r -n DEV: [2020-12-03T15:34:52.339Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] 15:13:14 LINUX RESTART (4 CPU) [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] 15:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-12-03T15:34:52.339Z] 15:15:02 66.64 15.99 50.66 0.00 5014.94 13231.68 0.00 [2020-12-03T15:34:52.339Z] 15:16:01 260.68 92.12 168.56 0.00 6467.34 57821.37 0.00 [2020-12-03T15:34:52.339Z] 15:17:01 241.07 115.81 125.27 0.00 5076.60 16266.90 0.00 [2020-12-03T15:34:52.339Z] 15:18:01 143.60 68.11 75.49 0.00 2426.03 7327.42 0.00 [2020-12-03T15:34:52.339Z] 15:19:02 92.70 32.48 60.22 0.00 1633.79 10664.81 0.00 [2020-12-03T15:34:52.339Z] 15:20:01 329.96 132.59 197.37 0.00 66478.43 131846.96 0.00 [2020-12-03T15:34:52.339Z] 15:21:02 2971.74 2624.31 347.43 0.00 151866.51 166879.13 0.00 [2020-12-03T15:34:52.339Z] 15:22:02 594.25 393.58 200.67 0.00 26120.06 40553.46 0.00 [2020-12-03T15:34:52.339Z] 15:23:02 2237.03 1850.22 386.81 0.00 118399.33 128941.25 0.00 [2020-12-03T15:34:52.339Z] 15:24:02 2400.91 2062.69 338.22 0.00 120937.77 125267.13 0.00 [2020-12-03T15:34:52.339Z] 15:25:01 946.66 658.80 287.86 0.00 39094.23 54529.38 0.00 [2020-12-03T15:34:52.339Z] 15:26:01 87.84 31.45 56.39 0.00 3599.33 4762.51 0.00 [2020-12-03T15:34:52.339Z] 15:27:01 2.20 0.68 1.51 0.00 6.93 27.35 0.00 [2020-12-03T15:34:52.339Z] 15:28:02 0.30 0.02 0.28 0.00 0.27 3.13 0.00 [2020-12-03T15:34:52.339Z] 15:29:01 2.03 1.73 0.30 0.00 59.32 4.16 0.00 [2020-12-03T15:34:52.339Z] 15:30:01 0.32 0.02 0.30 0.00 0.13 3.56 0.00 [2020-12-03T15:34:52.339Z] 15:31:01 0.27 0.02 0.25 0.00 0.27 2.56 0.00 [2020-12-03T15:34:52.339Z] 15:32:01 0.25 0.02 0.23 0.00 0.13 3.28 0.00 [2020-12-03T15:34:52.339Z] 15:33:01 0.33 0.08 0.25 0.00 1.33 2.86 0.00 [2020-12-03T15:34:52.339Z] 15:34:01 0.25 0.05 0.20 0.00 0.93 1.48 0.00 [2020-12-03T15:34:52.339Z] Average: 520.97 406.05 114.92 0.00 27460.25 37964.86 0.00 [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] 15:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-12-03T15:34:52.339Z] 15:15:02 75980 0 774240 41.15 2620 1028704 1474704 50.33 687164 913632 20 [2020-12-03T15:34:52.339Z] 15:16:01 125192 0 705504 37.50 1524 1049324 1554436 53.05 609880 904740 988 [2020-12-03T15:34:52.339Z] 15:17:01 70972 0 855296 45.46 800 954476 1748580 59.68 748096 783440 79932 [2020-12-03T15:34:52.339Z] 15:18:01 236916 0 820500 43.61 448 823680 1578188 53.86 663248 696664 78652 [2020-12-03T15:34:52.339Z] 15:19:02 282636 0 745600 39.63 340 852968 1315520 44.90 624712 695512 132 [2020-12-03T15:34:52.339Z] 15:20:01 80360 0 845440 44.93 0 955744 2269392 77.45 777880 816604 78264 [2020-12-03T15:34:52.339Z] 15:21:02 66228 0 824640 43.83 0 990676 2168600 74.01 770032 818608 59800 [2020-12-03T15:34:52.339Z] 15:22:02 313760 0 790476 42.01 0 777308 2171992 74.13 574804 738964 4156 [2020-12-03T15:34:52.339Z] 15:23:02 112856 0 825448 43.87 0 943240 2941760 100.40 623008 908880 53268 [2020-12-03T15:34:52.339Z] 15:24:02 70716 0 1008076 53.58 0 802752 3204428 109.36 788084 771796 42764 [2020-12-03T15:34:52.339Z] 15:25:01 405440 0 722668 38.41 0 753436 2125012 72.52 557580 671804 4412 [2020-12-03T15:34:52.339Z] 15:26:01 672656 0 599820 31.88 0 609068 1222620 41.73 455540 513592 8 [2020-12-03T15:34:52.339Z] 15:27:01 675376 0 597092 31.73 0 609076 1191936 40.68 453656 513004 8 [2020-12-03T15:34:52.339Z] 15:28:02 675876 0 596596 31.71 0 609072 1189712 40.60 453316 512908 8 [2020-12-03T15:34:52.339Z] 15:29:01 674192 0 597168 31.74 0 610184 1189808 40.61 454408 513180 16 [2020-12-03T15:34:52.339Z] 15:30:01 674396 0 596952 31.73 0 610196 1189712 40.60 454172 513184 12 [2020-12-03T15:34:52.339Z] 15:31:01 674464 0 596880 31.72 0 610200 1189712 40.60 454220 513188 8 [2020-12-03T15:34:52.339Z] 15:32:01 674368 0 596964 31.73 0 610212 1189776 40.61 454224 513196 8 [2020-12-03T15:34:52.339Z] 15:33:01 674020 0 597300 31.75 0 610224 1189776 40.61 454240 513240 8 [2020-12-03T15:34:52.339Z] 15:34:01 674240 0 597080 31.73 0 610224 1189896 40.61 454436 513264 12 [2020-12-03T15:34:52.339Z] Average: 395532 0 714687 37.98 287 771038 1664778 56.82 575635 666970 20124 [2020-12-03T15:34:52.339Z] [2020-12-03T15:34:52.339Z] 15:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-12-03T15:34:52.339Z] 15:15:02 vethece1668 305.87 436.68 45.65 2632.74 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:15:02 eth0 1057.78 762.44 5812.00 130.33 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:15:02 docker0 305.87 436.55 41.47 2632.73 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:16:01 veth360f406 14.03 18.09 1.43 13.75 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:16:01 eth0 585.41 388.51 4420.61 42.37 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:16:01 docker0 66.90 89.03 4.25 380.13 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:17:01 veth550bbf4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:17:01 eth0 92.47 57.85 477.88 13.83 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:17:01 docker0 38.61 68.58 3.23 453.82 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:18:01 veth550bbf4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:18:01 eth0 38.25 28.82 24.73 75.25 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:19:02 eth0 24.36 15.87 21.74 11.31 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:20:01 eth0 191.90 146.96 1700.87 74.74 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:20:01 vethc203f19 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:21:02 eth0 45.42 26.55 160.67 9.78 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:21:02 vethc203f19 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:21:02 docker0 15.57 24.29 0.89 144.23 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:22:02 vethf247e24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:22:02 eth0 30.08 21.05 96.01 8.49 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:22:02 vethc203f19 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:23:02 veth31a27a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:23:02 veth5b657ff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:23:02 eth0 140.61 78.64 489.90 82.04 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:24:02 vethed64708 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:24:02 eth0 62.48 47.74 82.03 80.73 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:24:02 veth79931c3 4.11 4.19 0.53 20.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:25:01 veth44d2640 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:25:01 vethc8326ca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:25:01 eth0 82.02 59.41 145.28 78.39 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:26:01 eth0 17.98 13.81 15.22 7.85 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:26:01 docker0 479.34 724.12 53.02 4243.31 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:27:01 eth0 1.17 0.62 0.68 0.22 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:28:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:29:01 eth0 0.25 0.19 0.14 0.07 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:31:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:32:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.339Z] 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] 15:34:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] Average: eth0 118.22 82.24 669.72 30.76 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] Average: docker0 24.02 36.29 2.66 212.66 0.00 0.00 0.00 0.00 [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z] ---> sar -P ALL: [2020-12-03T15:34:52.340Z] Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z] 15:13:14 LINUX RESTART (4 CPU) [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z] 15:14:01 CPU %user %nice %system %iowait %steal %idle [2020-12-03T15:34:52.340Z] 15:15:02 all 11.80 0.00 4.42 1.51 7.18 75.09 [2020-12-03T15:34:52.340Z] 15:15:02 0 9.80 0.00 4.51 0.29 8.42 76.98 [2020-12-03T15:34:52.340Z] 15:15:02 1 11.46 0.00 4.07 2.77 7.10 74.60 [2020-12-03T15:34:52.340Z] 15:15:02 2 11.46 0.00 4.67 2.47 7.04 74.36 [2020-12-03T15:34:52.340Z] 15:15:02 3 14.52 0.00 4.42 0.49 6.13 74.44 [2020-12-03T15:34:52.340Z] 15:16:01 all 10.06 0.00 7.43 1.81 7.81 72.90 [2020-12-03T15:34:52.340Z] 15:16:01 0 9.64 0.00 7.59 1.16 8.23 73.38 [2020-12-03T15:34:52.340Z] 15:16:01 1 10.06 0.00 7.49 3.10 7.67 71.67 [2020-12-03T15:34:52.340Z] 15:16:01 2 10.41 0.00 7.47 1.39 7.95 72.78 [2020-12-03T15:34:52.340Z] 15:16:01 3 10.11 0.00 7.18 1.56 7.39 73.76 [2020-12-03T15:34:52.340Z] 15:17:01 all 31.90 0.00 10.84 5.01 7.56 44.69 [2020-12-03T15:34:52.340Z] 15:17:01 0 30.38 0.00 10.89 5.94 8.10 44.69 [2020-12-03T15:34:52.340Z] 15:17:01 1 32.51 0.00 10.37 4.74 7.21 45.17 [2020-12-03T15:34:52.340Z] 15:17:01 2 33.71 0.00 11.41 4.27 7.26 43.34 [2020-12-03T15:34:52.340Z] 15:17:01 3 31.00 0.00 10.71 5.07 7.66 45.57 [2020-12-03T15:34:52.340Z] 15:18:01 all 57.03 0.00 14.89 3.25 10.07 14.76 [2020-12-03T15:34:52.340Z] 15:18:01 0 53.02 0.00 14.98 3.94 10.93 17.12 [2020-12-03T15:34:52.340Z] 15:18:01 1 58.78 0.00 13.96 3.09 9.97 14.20 [2020-12-03T15:34:52.340Z] 15:18:01 2 55.88 0.00 15.81 2.84 10.71 14.76 [2020-12-03T15:34:52.340Z] 15:18:01 3 60.47 0.00 14.80 3.15 8.65 12.94 [2020-12-03T15:34:52.340Z] 15:19:02 all 33.15 0.00 11.34 3.74 6.59 45.19 [2020-12-03T15:34:52.340Z] 15:19:02 0 30.84 0.00 10.30 4.17 6.85 47.84 [2020-12-03T15:34:52.340Z] 15:19:02 1 33.63 0.00 11.58 3.02 6.93 44.83 [2020-12-03T15:34:52.340Z] 15:19:02 2 31.50 0.00 10.80 2.31 7.28 48.10 [2020-12-03T15:34:52.340Z] 15:19:02 3 36.64 0.00 12.66 5.46 5.28 39.96 [2020-12-03T15:34:52.340Z] 15:20:01 all 14.94 0.00 16.24 4.39 8.48 55.95 [2020-12-03T15:34:52.340Z] 15:20:01 0 15.37 0.00 15.39 5.47 8.57 55.21 [2020-12-03T15:34:52.340Z] 15:20:01 1 14.90 0.00 15.84 4.07 8.49 56.70 [2020-12-03T15:34:52.340Z] 15:20:01 2 13.50 0.00 16.41 3.50 9.01 57.57 [2020-12-03T15:34:52.340Z] 15:20:01 3 15.99 0.00 17.34 4.55 7.82 54.30 [2020-12-03T15:34:52.340Z] 15:21:02 all 18.94 0.00 23.71 22.82 9.45 25.08 [2020-12-03T15:34:52.340Z] 15:21:02 0 18.99 0.00 24.14 24.36 9.81 22.70 [2020-12-03T15:34:52.340Z] 15:21:02 1 19.15 0.00 24.90 24.05 8.90 23.01 [2020-12-03T15:34:52.340Z] 15:21:02 2 17.16 0.00 20.14 20.49 9.93 32.28 [2020-12-03T15:34:52.340Z] 15:21:02 3 20.54 0.00 25.80 22.45 9.13 22.08 [2020-12-03T15:34:52.340Z] 15:22:02 all 63.31 0.00 16.61 9.39 2.90 7.78 [2020-12-03T15:34:52.340Z] 15:22:02 0 64.81 0.00 16.46 6.60 2.76 9.37 [2020-12-03T15:34:52.340Z] 15:22:02 1 62.19 0.00 16.57 11.03 3.22 6.99 [2020-12-03T15:34:52.340Z] 15:22:02 2 61.06 0.00 17.48 9.32 2.96 9.18 [2020-12-03T15:34:52.340Z] 15:22:02 3 65.12 0.00 15.96 10.67 2.66 5.59 [2020-12-03T15:34:52.340Z] 15:23:02 all 14.83 0.00 20.24 28.46 10.63 25.85 [2020-12-03T15:34:52.340Z] 15:23:02 0 15.57 0.00 20.24 30.05 11.17 22.98 [2020-12-03T15:34:52.340Z] 15:23:02 1 14.39 0.00 20.55 30.73 10.40 23.93 [2020-12-03T15:34:52.340Z] 15:23:02 2 13.83 0.00 18.67 24.83 10.69 31.97 [2020-12-03T15:34:52.340Z] 15:23:02 3 15.55 0.00 21.55 28.28 10.23 24.39 [2020-12-03T15:34:52.340Z] 15:24:02 all 28.66 0.00 21.10 24.05 13.13 13.05 [2020-12-03T15:34:52.340Z] 15:24:02 0 31.00 0.00 20.98 23.53 13.33 11.15 [2020-12-03T15:34:52.340Z] 15:24:02 1 28.42 0.00 22.25 24.77 13.00 11.56 [2020-12-03T15:34:52.340Z] 15:24:02 2 26.85 0.00 19.58 24.59 13.69 15.28 [2020-12-03T15:34:52.340Z] 15:24:02 3 28.38 0.00 21.60 23.29 12.50 14.23 [2020-12-03T15:34:52.340Z] 15:25:01 all 46.22 0.00 18.53 15.92 8.01 11.31 [2020-12-03T15:34:52.340Z] 15:25:01 0 47.31 0.00 18.14 14.54 8.44 11.57 [2020-12-03T15:34:52.340Z] 15:25:01 1 44.40 0.00 18.69 16.42 8.36 12.13 [2020-12-03T15:34:52.340Z] 15:25:01 2 45.72 0.00 19.35 15.50 7.61 11.82 [2020-12-03T15:34:52.340Z] 15:25:01 3 47.45 0.00 17.94 17.27 7.65 9.69 [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z] 15:25:01 CPU %user %nice %system %iowait %steal %idle [2020-12-03T15:34:52.340Z] 15:26:01 all 5.51 0.00 3.68 2.40 4.15 84.26 [2020-12-03T15:34:52.340Z] 15:26:01 0 5.30 0.00 3.78 0.83 4.07 86.03 [2020-12-03T15:34:52.340Z] 15:26:01 1 5.34 0.00 3.89 2.95 4.02 83.80 [2020-12-03T15:34:52.340Z] 15:26:01 2 5.46 0.00 3.72 1.97 4.38 84.47 [2020-12-03T15:34:52.340Z] 15:26:01 3 5.95 0.00 3.32 3.84 4.14 82.76 [2020-12-03T15:34:52.340Z] 15:27:01 all 0.10 0.00 0.05 0.02 0.11 99.72 [2020-12-03T15:34:52.340Z] 15:27:01 0 0.02 0.00 0.03 0.00 0.08 99.87 [2020-12-03T15:34:52.340Z] 15:27:01 1 0.27 0.00 0.08 0.03 0.08 99.53 [2020-12-03T15:34:52.340Z] 15:27:01 2 0.08 0.00 0.07 0.03 0.18 99.63 [2020-12-03T15:34:52.340Z] 15:27:01 3 0.02 0.00 0.03 0.02 0.08 99.85 [2020-12-03T15:34:52.340Z] 15:28:02 all 0.11 0.00 0.12 0.00 0.59 99.18 [2020-12-03T15:34:52.340Z] 15:28:02 0 0.05 0.00 0.07 0.00 0.66 99.22 [2020-12-03T15:34:52.340Z] 15:28:02 1 0.18 0.00 0.15 0.00 0.70 98.97 [2020-12-03T15:34:52.340Z] 15:28:02 2 0.20 0.00 0.10 0.00 0.55 99.15 [2020-12-03T15:34:52.340Z] 15:28:02 3 0.00 0.00 0.17 0.00 0.47 99.37 [2020-12-03T15:34:52.340Z] 15:29:01 all 0.11 0.00 0.05 0.03 0.25 99.56 [2020-12-03T15:34:52.340Z] 15:29:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2020-12-03T15:34:52.340Z] 15:29:01 1 0.03 0.00 0.07 0.02 0.32 99.56 [2020-12-03T15:34:52.340Z] 15:29:01 2 0.37 0.00 0.07 0.07 0.20 99.29 [2020-12-03T15:34:52.340Z] 15:29:01 3 0.02 0.00 0.03 0.00 0.46 99.49 [2020-12-03T15:34:52.340Z] 15:30:01 all 0.10 0.00 0.16 0.00 0.72 99.02 [2020-12-03T15:34:52.340Z] 15:30:01 0 0.03 0.00 0.05 0.00 0.83 99.09 [2020-12-03T15:34:52.340Z] 15:30:01 1 0.03 0.00 0.23 0.00 0.76 98.97 [2020-12-03T15:34:52.340Z] 15:30:01 2 0.30 0.00 0.13 0.00 0.53 99.04 [2020-12-03T15:34:52.340Z] 15:30:01 3 0.03 0.00 0.23 0.00 0.75 98.99 [2020-12-03T15:34:52.340Z] 15:31:01 all 0.10 0.00 0.05 0.00 0.29 99.56 [2020-12-03T15:34:52.340Z] 15:31:01 0 0.05 0.00 0.07 0.00 0.63 99.25 [2020-12-03T15:34:52.340Z] 15:31:01 1 0.02 0.00 0.03 0.00 0.08 99.87 [2020-12-03T15:34:52.340Z] 15:31:01 2 0.30 0.00 0.02 0.00 0.32 99.37 [2020-12-03T15:34:52.340Z] 15:31:01 3 0.02 0.00 0.07 0.02 0.13 99.77 [2020-12-03T15:34:52.340Z] 15:32:01 all 0.10 0.00 0.04 0.00 0.20 99.67 [2020-12-03T15:34:52.340Z] 15:32:01 0 0.02 0.00 0.02 0.00 0.20 99.77 [2020-12-03T15:34:52.340Z] 15:32:01 1 0.03 0.00 0.05 0.00 0.25 99.67 [2020-12-03T15:34:52.340Z] 15:32:01 2 0.32 0.00 0.05 0.00 0.18 99.45 [2020-12-03T15:34:52.340Z] 15:32:01 3 0.02 0.00 0.03 0.00 0.17 99.78 [2020-12-03T15:34:52.340Z] 15:33:01 all 0.10 0.00 0.02 0.00 0.30 99.57 [2020-12-03T15:34:52.340Z] 15:33:01 0 0.02 0.00 0.02 0.00 0.13 99.83 [2020-12-03T15:34:52.340Z] 15:33:01 1 0.05 0.00 0.05 0.00 0.56 99.34 [2020-12-03T15:34:52.340Z] 15:33:01 2 0.33 0.00 0.00 0.02 0.25 99.40 [2020-12-03T15:34:52.340Z] 15:33:01 3 0.02 0.00 0.02 0.00 0.27 99.70 [2020-12-03T15:34:52.340Z] 15:34:01 all 0.08 0.00 0.03 0.00 0.99 98.90 [2020-12-03T15:34:52.340Z] 15:34:01 0 0.02 0.00 0.05 0.00 1.19 98.75 [2020-12-03T15:34:52.340Z] 15:34:01 1 0.03 0.00 0.00 0.02 1.19 98.76 [2020-12-03T15:34:52.340Z] 15:34:01 2 0.27 0.00 0.03 0.00 0.48 99.22 [2020-12-03T15:34:52.340Z] 15:34:01 3 0.00 0.00 0.03 0.00 1.09 98.88 [2020-12-03T15:34:52.340Z] Average: all 16.05 0.00 8.09 5.83 4.79 65.24 [2020-12-03T15:34:52.340Z] Average: 0 15.85 0.00 8.02 5.73 5.04 65.36 [2020-12-03T15:34:52.340Z] Average: 1 15.94 0.00 8.14 6.20 4.79 64.93 [2020-12-03T15:34:52.340Z] Average: 2 15.67 0.00 7.96 5.43 4.89 66.05 [2020-12-03T15:34:52.340Z] Average: 3 16.75 0.00 8.26 5.94 4.45 64.61 [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z] [2020-12-03T15:34:52.340Z]