Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at e390d2e8669e02a2433017a3e20d0713a53de70e rather than a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 Obtained Jenkinsfile from e390d2e8669e02a2433017a3e20d0713a53de70e 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 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 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-11440 in /w/workspace/edgexfoundry_edgex-go_PR-2688 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/39 [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/39 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2688/head:refs/remotes/origin/PR-2688 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 Merge succeeded, producing 45a492676834e91fc5e0cc69a743278f1914252a Checking out Revision 45a492676834e91fc5e0cc69a743278f1914252a (PR-2688) > git config core.sparsecheckout # timeout=10 > git checkout -f a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45a492676834e91fc5e0cc69a743278f1914252a # timeout=10 Commit message: "Merge commit 'e390d2e8669e02a2433017a3e20d0713a53de70e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-11-07T00:31:33.746Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-11-07T00:31:34.015Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-11-07T00:31:34.126Z] ========================================================= [2020-11-07T00:31:34.126Z] EdgeX Global Pipelines Version Info [2020-11-07T00:31:34.126Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk dc88de66f537d99954bad33b5948721b0e9eb814 # timeout=10 [2020-11-07T00:31:35.688Z] ------------------- [2020-11-07T00:31:35.688Z] stable info: [2020-11-07T00:31:35.688Z] ------------------- [2020-11-07T00:31:35.688Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-11-07T00:31:35.688Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-07T00:31:35.688Z] Message: update stable to v1.0.162 [2020-11-07T00:31:36.645Z] ------------------- [2020-11-07T00:31:36.645Z] experimental info: [2020-11-07T00:31:36.645Z] ------------------- [2020-11-07T00:31:36.645Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-11-07T00:31:36.645Z] Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 [2020-11-07T00:31:36.645Z] Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2020-11-07T00:31:36.919Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2020-11-07T00:31:37.006Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2020-11-07T00:31:37.096Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-11-07T00:31:37.188Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-11-07T00:31:37.292Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-11-07T00:31:37.424Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-11-07T00:31:37.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-11-07T00:31:37.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2020-11-07T00:31:37.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2020-11-07T00:31:37.855Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2020-11-07T00:31:37.948Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-11-07T00:31:38.037Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-11-07T00:31:38.126Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-11-07T00:31:38.213Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-11-07T00:31:38.301Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-11-07T00:31:38.404Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-11-07T00:31:38.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-11-07T00:31:38.648Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-11-07T00:31:38.734Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-11-07T00:31:38.819Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-11-07T00:31:38.905Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-11-07T00:31:39.239Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2020-11-07T00:31:39.324Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2688 [Pipeline] echo [2020-11-07T00:31:39.414Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2688 [Pipeline] echo [2020-11-07T00:31:39.505Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2688 [Pipeline] echo [2020-11-07T00:31:39.599Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45a492676834e91fc5e0cc69a743278f1914252a [Pipeline] echo [2020-11-07T00:31:39.682Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45a4926 [Pipeline] echo [2020-11-07T00:31:39.771Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-07T00:31:39.937Z] provisioning config files... [2020-11-07T00:31:39.969Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/39@tmp/config2890907993732618894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:31:40.330Z] ---> docker-login.sh [2020-11-07T00:31:40.330Z] nexus3.edgexfoundry.org:10001 [2020-11-07T00:31:40.593Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:31:40.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:31:40.860Z] Configure a credential helper to remove this warning. See [2020-11-07T00:31:40.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:31:40.860Z] [2020-11-07T00:31:40.860Z] Login Succeeded [2020-11-07T00:31:40.860Z] nexus3.edgexfoundry.org:10002 [2020-11-07T00:31:40.860Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:31:40.860Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:31:40.860Z] Configure a credential helper to remove this warning. See [2020-11-07T00:31:40.860Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:31:40.860Z] [2020-11-07T00:31:40.860Z] Login Succeeded [2020-11-07T00:31:40.860Z] nexus3.edgexfoundry.org:10003 [2020-11-07T00:31:41.132Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:31:41.132Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:31:41.132Z] Configure a credential helper to remove this warning. See [2020-11-07T00:31:41.132Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:31:41.132Z] [2020-11-07T00:31:41.132Z] Login Succeeded [2020-11-07T00:31:41.132Z] nexus3.edgexfoundry.org:10004 [2020-11-07T00:31:41.415Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:31:41.415Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:31:41.415Z] Configure a credential helper to remove this warning. See [2020-11-07T00:31:41.415Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:31:41.415Z] [2020-11-07T00:31:41.415Z] Login Succeeded [2020-11-07T00:31:41.415Z] docker.io [2020-11-07T00:31:41.682Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:31:41.951Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:31:41.951Z] Configure a credential helper to remove this warning. See [2020-11-07T00:31:41.951Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:31:41.951Z] [2020-11-07T00:31:41.951Z] Login Succeeded [2020-11-07T00:31:41.951Z] ---> docker-login.sh ends [Pipeline] } [2020-11-07T00:31:41.965Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-07T00:31:42.432Z] ++ 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-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/core-command/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo core-command,cmd/core-command/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/core-data/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo core-data,cmd/core-data/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/core-metadata/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/security-secrets-setup/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/support-logging/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo support-logging,cmd/support-logging/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/support-notifications/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/support-scheduler/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2020-11-07T00:31:42.432Z] + for file in '`ls cmd/**/Dockerfile`' [2020-11-07T00:31:42.432Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2020-11-07T00:31:42.432Z] ++ cut -d/ -f2 [2020-11-07T00:31:42.432Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2020-11-07T00:31:42.522Z] 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-logging-go, dockerfile:cmd/support-logging/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-11-07T00:31:43.449Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-07T00:31:43.449Z] [2020-11-07T00:31:43.449Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:31:43.827Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-07T00:31:43.827Z] latest: Pulling from edgex-devops/git-semver [2020-11-07T00:31:43.827Z] 31603596830f: Pulling fs layer [2020-11-07T00:31:43.827Z] 2a8b12db71e7: Pulling fs layer [2020-11-07T00:31:43.827Z] 6ca5941a6612: Pulling fs layer [2020-11-07T00:31:43.827Z] ecc8261a40a4: Pulling fs layer [2020-11-07T00:31:43.827Z] ecc8261a40a4: Waiting [2020-11-07T00:31:43.827Z] 2a8b12db71e7: Verifying Checksum [2020-11-07T00:31:43.827Z] 2a8b12db71e7: Download complete [2020-11-07T00:31:43.827Z] 31603596830f: Verifying Checksum [2020-11-07T00:31:43.827Z] 31603596830f: Download complete [2020-11-07T00:31:44.093Z] ecc8261a40a4: Verifying Checksum [2020-11-07T00:31:44.093Z] ecc8261a40a4: Download complete [2020-11-07T00:31:44.093Z] 6ca5941a6612: Verifying Checksum [2020-11-07T00:31:44.093Z] 6ca5941a6612: Download complete [2020-11-07T00:31:44.360Z] 31603596830f: Pull complete [2020-11-07T00:31:44.360Z] 2a8b12db71e7: Pull complete [2020-11-07T00:31:45.323Z] 6ca5941a6612: Pull complete [2020-11-07T00:31:45.588Z] ecc8261a40a4: Pull complete [2020-11-07T00:31:45.851Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-11-07T00:31:45.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-11-07T00:31:45.851Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-11-07T00:31:45.979Z] prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container [2020-11-07T00:31:46.048Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-11-07T00:31:48.889Z] $ docker top d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-11-07T00:31:49.253Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-07T00:31:49.253Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-07T00:31:49.501Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-07T00:31:49.507Z] $ docker exec d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent [2020-11-07T00:31:49.689Z] SSH_AUTH_SOCK=/tmp/ssh-Ri5L2LgXn0Jr/agent.12 [2020-11-07T00:31:49.689Z] SSH_AGENT_PID=17 [2020-11-07T00:31:49.704Z] Running ssh-add (command line suppressed) [2020-11-07T00:31:49.870Z] Identity added: /w/workspace/edgex-go/39@tmp/private_key_3843668252835850605.key (/w/workspace/edgex-go/39@tmp/private_key_3843668252835850605.key) [2020-11-07T00:31:49.925Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-07T00:31:50.264Z] + git tag --points-at HEAD [Pipeline] } [2020-11-07T00:31:50.289Z] $ docker exec --env ******** --env ******** d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent -k [2020-11-07T00:31:50.415Z] unset SSH_AUTH_SOCK; [2020-11-07T00:31:50.416Z] unset SSH_AGENT_PID; [2020-11-07T00:31:50.416Z] echo Agent pid 17 killed; [2020-11-07T00:31:50.462Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-11-07T00:31:50.605Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-11-07T00:31:50.605Z] [ssh-agent] Looking for ssh-agent implementation... [2020-11-07T00:31:50.797Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-11-07T00:31:50.804Z] $ docker exec d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent [2020-11-07T00:31:50.984Z] SSH_AUTH_SOCK=/tmp/ssh-dGKI4iScie9m/agent.45 [2020-11-07T00:31:50.984Z] SSH_AGENT_PID=51 [2020-11-07T00:31:50.991Z] Running ssh-add (command line suppressed) [2020-11-07T00:31:51.135Z] Identity added: /w/workspace/edgex-go/39@tmp/private_key_9192422586801620579.key (/w/workspace/edgex-go/39@tmp/private_key_9192422586801620579.key) [2020-11-07T00:31:51.203Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-11-07T00:31:51.544Z] + git semver init [2020-11-07T00:31:51.544Z] # -> Open(): unable to determine branch for HEAD [2020-11-07T00:31:51.544Z] # $GIT_DIR = /w/workspace/edgex-go/39/.git [2020-11-07T00:31:51.544Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/39 [2020-11-07T00:31:51.544Z] # $SEMVER_REMOTE_NAME = origin [2020-11-07T00:31:51.544Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-11-07T00:31:51.544Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-11-07T00:31:51.544Z] # $SEMVER_BRANCH = PR-2688 [2020-11-07T00:31:51.544Z] # $SEMVER_TEMP = /tmp/semver-555802010 [2020-11-07T00:31:51.544Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2020-11-07T00:32:18.215Z] # '/tmp/semver-555802010' -> '/w/workspace/edgex-go/39/.semver' [2020-11-07T00:32:18.215Z] # -> Force: false [2020-11-07T00:32:18.215Z] # $SEMVER_DIR = /w/workspace/edgex-go/39/.semver [Pipeline] } [2020-11-07T00:32:18.233Z] $ docker exec --env ******** --env ******** d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent -k [2020-11-07T00:32:18.507Z] unset SSH_AUTH_SOCK; [2020-11-07T00:32:18.507Z] unset SSH_AGENT_PID; [2020-11-07T00:32:18.507Z] echo Agent pid 51 killed; [2020-11-07T00:32:18.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-11-07T00:32:19.132Z] + git semver [Pipeline] } [2020-11-07T00:32:19.153Z] $ docker stop --time=1 d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 [2020-11-07T00:32:20.918Z] $ docker rm -f d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-07T00:32:21.502Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-11-07T00:32:22.047Z] Stashed 1 file(s) [Pipeline] echo [2020-11-07T00:32:22.050Z] [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] echo [2020-11-07T00:32:22.673Z] ========================================================= [2020-11-07T00:32:22.673Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-11-07T00:32:22.673Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:32:23.056Z] + 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-11-07T00:32:27.283Z] Sending build context to Docker daemon 325.8MB [2020-11-07T00:32:27.283Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-07T00:32:27.283Z] Step 2/7 : FROM ${BASE} [2020-11-07T00:32:27.283Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-11-07T00:32:27.283Z] df20fa9351a1: Pulling fs layer [2020-11-07T00:32:27.283Z] ed8968b2872e: Pulling fs layer [2020-11-07T00:32:27.283Z] a92cc7c5fd73: Pulling fs layer [2020-11-07T00:32:27.283Z] e871e8e8d7a9: Pulling fs layer [2020-11-07T00:32:27.283Z] e73272ec9a57: Pulling fs layer [2020-11-07T00:32:27.283Z] 1e910a182e73: Pulling fs layer [2020-11-07T00:32:27.283Z] 4e634b169226: Pulling fs layer [2020-11-07T00:32:27.283Z] e871e8e8d7a9: Waiting [2020-11-07T00:32:27.283Z] e73272ec9a57: Waiting [2020-11-07T00:32:27.283Z] 1e910a182e73: Waiting [2020-11-07T00:32:27.283Z] 4e634b169226: Waiting [2020-11-07T00:32:27.283Z] a92cc7c5fd73: Download complete [2020-11-07T00:32:27.283Z] ed8968b2872e: Download complete [2020-11-07T00:32:27.283Z] e73272ec9a57: Verifying Checksum [2020-11-07T00:32:27.283Z] e73272ec9a57: Download complete [2020-11-07T00:32:27.283Z] 1e910a182e73: Verifying Checksum [2020-11-07T00:32:27.283Z] 1e910a182e73: Download complete [2020-11-07T00:32:27.561Z] df20fa9351a1: Download complete [2020-11-07T00:32:27.832Z] df20fa9351a1: Pull complete [2020-11-07T00:32:28.100Z] ed8968b2872e: Pull complete [2020-11-07T00:32:28.367Z] a92cc7c5fd73: Pull complete [2020-11-07T00:32:29.322Z] 4e634b169226: Verifying Checksum [2020-11-07T00:32:29.322Z] 4e634b169226: Download complete [2020-11-07T00:32:29.900Z] e871e8e8d7a9: Verifying Checksum [2020-11-07T00:32:29.900Z] e871e8e8d7a9: Download complete [2020-11-07T00:32:36.587Z] e871e8e8d7a9: Pull complete [2020-11-07T00:32:36.587Z] e73272ec9a57: Pull complete [2020-11-07T00:32:36.587Z] 1e910a182e73: Pull complete [2020-11-07T00:32:37.459Z] Still waiting to schedule task [2020-11-07T00:32:37.460Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-11-07T00:32:43.218Z] 4e634b169226: Pull complete [2020-11-07T00:32:43.218Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-11-07T00:32:43.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-11-07T00:32:43.218Z] ---> f7629b54cfaa [2020-11-07T00:32:43.218Z] 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-11-07T00:32:43.218Z] ---> Running in 802122d9e988 [2020-11-07T00:32:43.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:32:44.435Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:32:45.012Z] (1/12) Installing libmagic (5.38-r0) [2020-11-07T00:32:45.274Z] (2/12) Installing file (5.38-r0) [2020-11-07T00:32:45.274Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-07T00:32:45.537Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-07T00:32:48.849Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-07T00:32:48.849Z] (6/12) Installing patch (2.7.6-r6) [2020-11-07T00:32:49.113Z] (7/12) Installing build-base (0.5-r2) [2020-11-07T00:32:49.113Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-07T00:32:49.113Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-07T00:32:49.376Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-07T00:32:49.376Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-07T00:32:49.646Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-07T00:32:49.646Z] Executing busybox-1.31.1-r16.trigger [2020-11-07T00:32:49.646Z] OK: 233 MiB in 51 packages [2020-11-07T00:32:53.883Z] Removing intermediate container 802122d9e988 [2020-11-07T00:32:53.883Z] ---> 18f4bcba77ef [2020-11-07T00:32:53.884Z] Step 4/7 : WORKDIR /edgex-go [2020-11-07T00:32:53.884Z] ---> Running in ab36ae0d9fc3 [2020-11-07T00:32:53.884Z] Removing intermediate container ab36ae0d9fc3 [2020-11-07T00:32:53.884Z] ---> 1865b1e0ba8d [2020-11-07T00:32:53.884Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-07T00:32:54.146Z] latest: Pulling from library/docker [2020-11-07T00:32:54.412Z] 188c0c94c7c5: Pulling fs layer [2020-11-07T00:32:54.412Z] 0c7c675703d6: Pulling fs layer [2020-11-07T00:32:54.412Z] cc8c12a437cb: Pulling fs layer [2020-11-07T00:32:54.412Z] c5dafad2182a: Pulling fs layer [2020-11-07T00:32:54.412Z] 5aa711733414: Pulling fs layer [2020-11-07T00:32:54.412Z] 058f73b55e4b: Pulling fs layer [2020-11-07T00:32:54.412Z] 8c9c664faf12: Pulling fs layer [2020-11-07T00:32:54.412Z] c5dafad2182a: Waiting [2020-11-07T00:32:54.412Z] 5aa711733414: Waiting [2020-11-07T00:32:54.412Z] 058f73b55e4b: Waiting [2020-11-07T00:32:54.412Z] cc8c12a437cb: Verifying Checksum [2020-11-07T00:32:54.412Z] cc8c12a437cb: Download complete [2020-11-07T00:32:54.412Z] 188c0c94c7c5: Verifying Checksum [2020-11-07T00:32:54.412Z] 188c0c94c7c5: Download complete [2020-11-07T00:32:54.412Z] 0c7c675703d6: Download complete [2020-11-07T00:32:54.675Z] 5aa711733414: Verifying Checksum [2020-11-07T00:32:54.675Z] 5aa711733414: Download complete [2020-11-07T00:32:54.675Z] 058f73b55e4b: Verifying Checksum [2020-11-07T00:32:54.675Z] 058f73b55e4b: Download complete [2020-11-07T00:32:54.675Z] 188c0c94c7c5: Pull complete [2020-11-07T00:32:54.675Z] 8c9c664faf12: Verifying Checksum [2020-11-07T00:32:54.675Z] 8c9c664faf12: Download complete [2020-11-07T00:32:54.940Z] 0c7c675703d6: Pull complete [2020-11-07T00:32:54.940Z] cc8c12a437cb: Pull complete [2020-11-07T00:32:56.878Z] c5dafad2182a: Verifying Checksum [2020-11-07T00:32:56.878Z] c5dafad2182a: Download complete [2020-11-07T00:32:59.453Z] c5dafad2182a: Pull complete [2020-11-07T00:32:59.716Z] 5aa711733414: Pull complete [2020-11-07T00:32:59.717Z] 058f73b55e4b: Pull complete [2020-11-07T00:32:59.717Z] 8c9c664faf12: Pull complete [2020-11-07T00:32:59.980Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-07T00:32:59.980Z] Status: Downloaded newer image for docker:latest [2020-11-07T00:33:01.386Z] ---> 08087e73c69c [2020-11-07T00:33:01.386Z] Step 6/7 : COPY go.mod . [2020-11-07T00:33:01.654Z] ---> 52214cc998d5 [2020-11-07T00:33:01.654Z] Step 7/7 : RUN go mod download [2020-11-07T00:33:01.654Z] ---> Running in 542b5e0695ca [2020-11-07T00:33:23.713Z] Removing intermediate container 542b5e0695ca [2020-11-07T00:33:23.713Z] ---> 59e6b10bce76 [2020-11-07T00:33:23.713Z] Successfully built 59e6b10bce76 [2020-11-07T00:33:23.713Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:33:24.068Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-07T00:33:24.068Z] . [Pipeline] withDockerContainer [2020-11-07T00:33:24.193Z] prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container [2020-11-07T00:33:24.255Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-07T00:33:25.248Z] $ docker top 6f52c78f7cce6adc69462a5ac06f5ec92d3dd98b6aa331c1aaa04b621293a4eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:33:25.758Z] + go version [2020-11-07T00:33:25.758Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-11-07T00:33:25.775Z] $ docker stop --time=1 6f52c78f7cce6adc69462a5ac06f5ec92d3dd98b6aa331c1aaa04b621293a4eb [2020-11-07T00:33:27.164Z] $ docker rm -f 6f52c78f7cce6adc69462a5ac06f5ec92d3dd98b6aa331c1aaa04b621293a4eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:33:27.993Z] + docker inspect -f . ci-base-image-x86_64 [2020-11-07T00:33:27.993Z] . [Pipeline] withDockerContainer [2020-11-07T00:33:28.102Z] prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container [2020-11-07T00:33:28.157Z] $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-11-07T00:33:29.009Z] $ docker top 8713c93ddfc7ec4eb553df3865156d62d70f2f29e5f454bd08cd8ed02b2e9121 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-07T00:33:29.283Z] ========================================================= [2020-11-07T00:33:29.283Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-07T00:33:29.283Z] ========================================================= [Pipeline] sh [2020-11-07T00:33:29.585Z] + make test [2020-11-07T00:33:29.585Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-07T00:33:39.662Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-07T00:33:57.948Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-07T00:34:03.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-07T00:34:03.266Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-07T00:34:03.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-07T00:34:03.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-07T00:34:03.266Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-07T00:34:05.876Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s [2020-11-07T00:34:05.876Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-07T00:34:05.876Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-07T00:34:06.465Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-07T00:34:07.050Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-07T00:34:07.050Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-07T00:34:07.050Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-07T00:34:07.050Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-07T00:34:10.421Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.140s coverage: 46.6% of statements [2020-11-07T00:34:10.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-07T00:34:10.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-07T00:34:10.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-07T00:34:10.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-07T00:34:10.421Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-07T00:34:13.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-07T00:34:13.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-07T00:34:13.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-07T00:34:13.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 64.9% of statements [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-07T00:34:13.765Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 84.5% of statements [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-07T00:34:13.765Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-07T00:34:16.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-07T00:34:16.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-07T00:34:16.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-07T00:34:16.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-07T00:34:16.372Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements [2020-11-07T00:34:16.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-07T00:34:16.649Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 100.0% of statements [2020-11-07T00:34:16.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-07T00:34:16.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-07T00:34:16.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-07T00:34:16.649Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.333s coverage: 95.7% of statements [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.0% of statements [no tests to run] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.232s coverage: 63.5% of statements [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-07T00:34:19.282Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements [2020-11-07T00:34:19.282Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements [2020-11-07T00:34:19.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements [2020-11-07T00:34:19.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements [2020-11-07T00:34:20.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 55.9% of statements [2020-11-07T00:34:20.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-07T00:34:20.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-07T00:34:20.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-07T00:34:20.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-07T00:34:20.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-07T00:34:20.995Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.561s coverage: 86.3% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.086s coverage: 72.2% of statements [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.462s coverage: 72.1% of statements [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.057s coverage: 48.4% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 36.5% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.360s coverage: 84.1% of statements [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 42.9% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-07T00:34:26.391Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements [2020-11-07T00:34:26.391Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-07T00:34:28.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.172s coverage: 47.1% of statements [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-07T00:34:28.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-07T00:34:28.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-07T00:34:28.368Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements [2020-11-07T00:34:28.368Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-07T00:34:30.359Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.717s coverage: 29.1% of statements [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-07T00:34:30.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-07T00:34:30.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-07T00:34:30.360Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-07T00:34:30.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-07T00:34:30.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-07T00:34:30.360Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-07T00:34:30.360Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements [2020-11-07T00:34:30.936Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2020-11-07T00:34:30.936Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2020-11-07T00:34:31.520Z] GO111MODULE=on go vet ./... [2020-11-07T00:34:59.180Z] gofmt -l . [2020-11-07T00:34:59.180Z] [ "`gofmt -l .`" = "" ] [2020-11-07T00:34:59.180Z] ./bin/test-go-mod-tidy.sh [2020-11-07T00:34:59.448Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2020-11-07T00:35:02.021Z] + ls -al . [2020-11-07T00:35:02.021Z] total 636 [2020-11-07T00:35:02.021Z] drwxrwxr-x 10 1001 1001 4096 Nov 7 00:35 . [2020-11-07T00:35:02.021Z] drwxr-xr-x 4 root root 30 Nov 7 00:33 .. [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 11 Nov 7 00:31 .dockerignore [2020-11-07T00:35:02.021Z] drwxrwxr-x 8 1001 1001 179 Nov 7 00:31 .git [2020-11-07T00:35:02.021Z] drwxrwxr-x 3 1001 1001 125 Nov 7 00:31 .github [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 944 Nov 7 00:31 .gitignore [2020-11-07T00:35:02.021Z] drwx------ 3 1001 1001 47 Nov 7 00:32 .semver [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 166 Nov 7 00:31 .sonarcloud.properties [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 3804 Nov 7 00:31 CONTRIBUTING.md [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 1035 Nov 7 00:31 Dockerfile.build [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 863 Nov 7 00:31 Jenkinsfile [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 10775 Nov 7 00:31 LICENSE [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 6611 Nov 7 00:31 Makefile [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 6447 Nov 7 00:31 README.md [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 7286 Nov 7 00:31 SECURITY.md [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 5 Nov 7 00:32 VERSION [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 4131 Nov 7 00:31 ZMQWindows.md [2020-11-07T00:35:02.021Z] drwxrwxr-x 2 1001 1001 117 Nov 7 00:31 bin [2020-11-07T00:35:02.021Z] drwxrwxr-x 15 1001 1001 4096 Nov 7 00:31 cmd [2020-11-07T00:35:02.021Z] -rw-r--r-- 1 root root 539650 Nov 7 00:34 coverage.out [2020-11-07T00:35:02.021Z] -rw-r--r-- 1 root root 1041 Nov 7 00:34 go.mod [2020-11-07T00:35:02.021Z] -rw-r--r-- 1 root root 18582 Nov 7 00:34 go.sum [2020-11-07T00:35:02.021Z] drwxrwxr-x 8 1001 1001 127 Nov 7 00:31 internal [2020-11-07T00:35:02.021Z] drwxrwxr-x 4 1001 1001 26 Nov 7 00:31 openapi [2020-11-07T00:35:02.021Z] drwxrwxr-x 4 1001 1001 71 Nov 7 00:31 snap [2020-11-07T00:35:02.021Z] -rw-rw-r-- 1 1001 1001 168 Nov 7 00:31 version.go [Pipeline] sh [2020-11-07T00:35:02.331Z] + '[' -e coverage.out ] [2020-11-07T00:35:02.331Z] + chown 1001:1001 coverage.out [Pipeline] stash [2020-11-07T00:35:02.546Z] Stashed 1 file(s) [Pipeline] sh [2020-11-07T00:35:02.850Z] + make build [2020-11-07T00:35:02.850Z] 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-11-07T00:35:13.004Z] 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-11-07T00:35:17.235Z] 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-11-07T00:35:18.188Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-07T00:35:19.584Z] 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-11-07T00:35:20.990Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2020-11-07T00:35:21.579Z] 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-11-07T00:35:23.003Z] 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-11-07T00:35:24.934Z] 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-11-07T00:35:25.886Z] 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-11-07T00:35:27.315Z] 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-11-07T00:35:29.263Z] 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-11-07T00:35:30.212Z] 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 [Pipeline] } [2020-11-07T00:35:31.193Z] $ docker stop --time=1 8713c93ddfc7ec4eb553df3865156d62d70f2f29e5f454bd08cd8ed02b2e9121 [2020-11-07T00:35:31.397Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-11445 in /w/workspace/edgexfoundry_edgex-go_PR-2688 [2020-11-07T00:35:32.845Z] $ docker rm -f 8713c93ddfc7ec4eb553df3865156d62d70f2f29e5f454bd08cd8ed02b2e9121 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws [2020-11-07T00:35:33.547Z] Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:35:34.742Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-07T00:35:34.742Z] [2020-11-07T00:35:34.742Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:35:35.106Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-07T00:35:35.107Z] latest: Pulling from edgex-devops/edgex-compose [2020-11-07T00:35:35.107Z] cbdbe7a5bc2a: Pulling fs layer [2020-11-07T00:35:35.107Z] ca9280d653b3: Pulling fs layer [2020-11-07T00:35:35.107Z] 7e9c9ca2126c: Pulling fs layer [2020-11-07T00:35:35.369Z] cbdbe7a5bc2a: Verifying Checksum [2020-11-07T00:35:35.369Z] cbdbe7a5bc2a: Download complete [2020-11-07T00:35:35.633Z] cbdbe7a5bc2a: Pull complete [2020-11-07T00:35:35.633Z] ca9280d653b3: Verifying Checksum [2020-11-07T00:35:35.633Z] ca9280d653b3: Download complete [2020-11-07T00:35:37.038Z] 7e9c9ca2126c: Verifying Checksum [2020-11-07T00:35:37.038Z] 7e9c9ca2126c: Download complete [2020-11-07T00:35:37.038Z] ca9280d653b3: Pull complete [2020-11-07T00:35:38.469Z] using credential edgex-jenkins-ssh [2020-11-07T00:35:38.529Z] Cloning the remote Git repository [2020-11-07T00:35:38.588Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-07T00:35:38.725Z] > git init /w/workspace/edgex-go/39 # timeout=10 [2020-11-07T00:35:38.844Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-07T00:35:38.845Z] > git --version # timeout=10 [2020-11-07T00:35:38.871Z] > git --version # 'git version 2.17.1' [2020-11-07T00:35:38.873Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-07T00:35:38.950Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-07T00:35:43.683Z] 7e9c9ca2126c: Pull complete [2020-11-07T00:35:43.683Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2020-11-07T00:35:43.683Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-07T00:35:43.683Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2020-11-07T00:35:43.867Z] prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container [2020-11-07T00:35:43.925Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-07T00:35:46.787Z] $ docker top b7965dd021ca010145cf91176b0a32f85dd99dfc02723e1404f2efcf9af062e8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:35:47.291Z] + docker-compose build --help [2020-11-07T00:35:47.291Z] + grep parallel [2020-11-07T00:35:48.681Z] --parallel Build images in parallel. [Pipeline] } [2020-11-07T00:35:48.697Z] $ docker stop --time=1 b7965dd021ca010145cf91176b0a32f85dd99dfc02723e1404f2efcf9af062e8 [2020-11-07T00:35:50.087Z] $ docker rm -f b7965dd021ca010145cf91176b0a32f85dd99dfc02723e1404f2efcf9af062e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:35:50.735Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2020-11-07T00:35:50.735Z] . [Pipeline] withDockerContainer [2020-11-07T00:35:50.835Z] prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container [2020-11-07T00:35:50.887Z] $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2020-11-07T00:35:51.687Z] $ docker top a81ca990975adc7bd656abe86a51fa8edc74c51ef804b6fb4c3bae93b22db531 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:35:52.250Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-07T00:35:53.196Z] Building docker-core-command-go ... [2020-11-07T00:35:53.196Z] Building docker-core-data-go ... [2020-11-07T00:35:53.196Z] Building docker-core-metadata-go ... [2020-11-07T00:35:53.196Z] Building docker-security-bootstrap-redis-go ... [2020-11-07T00:35:53.196Z] Building docker-security-proxy-setup-go ... [2020-11-07T00:35:53.196Z] Building docker-security-secrets-setup-go ... [2020-11-07T00:35:53.196Z] Building docker-security-secretstore-setup-go ... [2020-11-07T00:35:53.196Z] Building docker-support-logging-go ... [2020-11-07T00:35:53.196Z] Building docker-support-notifications-go ... [2020-11-07T00:35:53.196Z] Building docker-support-scheduler-go ... [2020-11-07T00:35:53.196Z] Building docker-sys-mgmt-agent-go ... [2020-11-07T00:35:53.196Z] Building docker-support-logging-go [2020-11-07T00:35:53.196Z] Building docker-support-notifications-go [2020-11-07T00:35:53.196Z] Building docker-security-bootstrap-redis-go [2020-11-07T00:35:53.196Z] Building docker-core-data-go [2020-11-07T00:35:53.196Z] Building docker-security-secrets-setup-go [2020-11-07T00:35:55.228Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-07T00:35:55.248Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-07T00:35:55.284Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-07T00:35:55.321Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-07T00:35:55.321Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-07T00:35:55.336Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2688/head:refs/remotes/origin/PR-2688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-07T00:35:56.057Z] Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 [2020-11-07T00:35:57.016Z] Merge succeeded, producing d1aca7e4d9976e15db98dc6233a748a735a79b33 [2020-11-07T00:35:57.017Z] Checking out Revision d1aca7e4d9976e15db98dc6233a748a735a79b33 (PR-2688) [2020-11-07T00:35:56.078Z] > git config core.sparsecheckout # timeout=10 [2020-11-07T00:35:56.101Z] > git checkout -f a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 # timeout=10 [2020-11-07T00:35:56.421Z] > git remote # timeout=10 [2020-11-07T00:35:56.454Z] > git config --get remote.origin.url # timeout=10 [2020-11-07T00:35:56.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-07T00:35:56.534Z] > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 [2020-11-07T00:35:56.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-07T00:35:57.023Z] > git config core.sparsecheckout # timeout=10 [2020-11-07T00:35:57.035Z] > git checkout -f d1aca7e4d9976e15db98dc6233a748a735a79b33 # timeout=10 [2020-11-07T00:36:01.537Z] Commit message: "Merge commit 'e390d2e8669e02a2433017a3e20d0713a53de70e' into HEAD" [2020-11-07T00:36:01.562Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-11-07T00:36:02.431Z] provisioning config files... [2020-11-07T00:36:01.544Z] > git rev-list --no-walk dc88de66f537d99954bad33b5948721b0e9eb814 # timeout=10 [2020-11-07T00:36:02.489Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/39@tmp/config1473930658028348192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:36:03.507Z] ---> docker-login.sh [2020-11-07T00:36:03.507Z] nexus3.edgexfoundry.org:10001 [2020-11-07T00:36:04.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:36:04.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:36:04.714Z] Configure a credential helper to remove this warning. See [2020-11-07T00:36:04.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:36:04.714Z] [2020-11-07T00:36:04.714Z] Login Succeeded [2020-11-07T00:36:04.714Z] nexus3.edgexfoundry.org:10002 [2020-11-07T00:36:04.989Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:36:05.269Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:36:05.269Z] Configure a credential helper to remove this warning. See [2020-11-07T00:36:05.269Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:36:05.269Z] [2020-11-07T00:36:05.269Z] Login Succeeded [2020-11-07T00:36:05.269Z] nexus3.edgexfoundry.org:10003 [2020-11-07T00:36:05.545Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:36:05.824Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:36:05.824Z] Configure a credential helper to remove this warning. See [2020-11-07T00:36:05.824Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:36:05.824Z] [2020-11-07T00:36:05.824Z] Login Succeeded [2020-11-07T00:36:05.824Z] nexus3.edgexfoundry.org:10004 [2020-11-07T00:36:06.102Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:36:06.381Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:36:06.381Z] Configure a credential helper to remove this warning. See [2020-11-07T00:36:06.381Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:36:06.381Z] [2020-11-07T00:36:06.381Z] Login Succeeded [2020-11-07T00:36:06.381Z] docker.io [2020-11-07T00:36:06.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2020-11-07T00:36:07.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2020-11-07T00:36:07.258Z] Configure a credential helper to remove this warning. See [2020-11-07T00:36:07.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2020-11-07T00:36:07.258Z] [2020-11-07T00:36:07.258Z] Login Succeeded [2020-11-07T00:36:07.258Z] ---> docker-login.sh ends [Pipeline] } [2020-11-07T00:36:07.336Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2020-11-07T00:36:07.773Z] ========================================================= [2020-11-07T00:36:07.773Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-11-07T00:36:07.773Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:36:08.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-11-07T00:36:10.831Z] Sending build context to Docker daemon 165.3MB [2020-11-07T00:36:10.831Z] Step 1/7 : ARG BASE=golang:1.15-alpine [2020-11-07T00:36:10.831Z] Step 2/7 : FROM ${BASE} [2020-11-07T00:36:10.831Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-11-07T00:36:10.831Z] b538f80385f9: Pulling fs layer [2020-11-07T00:36:10.831Z] 74f711af9a0d: Pulling fs layer [2020-11-07T00:36:10.831Z] 99f96fe45779: Pulling fs layer [2020-11-07T00:36:10.831Z] 8529a6b9a6be: Pulling fs layer [2020-11-07T00:36:10.831Z] 45590311c82a: Pulling fs layer [2020-11-07T00:36:10.831Z] 69ca0ff8b7b3: Pulling fs layer [2020-11-07T00:36:10.831Z] 209524e5b208: Pulling fs layer [2020-11-07T00:36:10.831Z] 45590311c82a: Waiting [2020-11-07T00:36:10.831Z] 69ca0ff8b7b3: Waiting [2020-11-07T00:36:10.831Z] 209524e5b208: Waiting [2020-11-07T00:36:10.831Z] 8529a6b9a6be: Waiting [2020-11-07T00:36:10.831Z] 99f96fe45779: Download complete [2020-11-07T00:36:10.831Z] 74f711af9a0d: Verifying Checksum [2020-11-07T00:36:10.831Z] 74f711af9a0d: Download complete [2020-11-07T00:36:10.831Z] 45590311c82a: Download complete [2020-11-07T00:36:10.831Z] 69ca0ff8b7b3: Verifying Checksum [2020-11-07T00:36:10.831Z] 69ca0ff8b7b3: Download complete [2020-11-07T00:36:10.831Z] b538f80385f9: Download complete [2020-11-07T00:36:11.432Z] b538f80385f9: Pull complete [2020-11-07T00:36:12.423Z] 74f711af9a0d: Pull complete [2020-11-07T00:36:12.697Z] 99f96fe45779: Pull complete [2020-11-07T00:36:14.138Z] 209524e5b208: Verifying Checksum [2020-11-07T00:36:14.138Z] 209524e5b208: Download complete [2020-11-07T00:36:16.109Z] 8529a6b9a6be: Verifying Checksum [2020-11-07T00:36:16.109Z] 8529a6b9a6be: Download complete [2020-11-07T00:36:26.062Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:36:26.062Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-07T00:36:26.062Z] ---> 59e6b10bce76 [2020-11-07T00:36:26.062Z] Step 3/29 : WORKDIR /edgex-go [2020-11-07T00:36:26.363Z] 8529a6b9a6be: Pull complete [2020-11-07T00:36:26.363Z] 45590311c82a: Pull complete [2020-11-07T00:36:26.363Z] 69ca0ff8b7b3: Pull complete [2020-11-07T00:36:27.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:36:27.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:36:27.493Z] ---> 59e6b10bce76 [2020-11-07T00:36:27.493Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:36:27.493Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:36:27.493Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:36:27.493Z] ---> 59e6b10bce76 [2020-11-07T00:36:27.493Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:36:27.493Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:36:27.493Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:36:27.493Z] ---> 59e6b10bce76 [2020-11-07T00:36:27.493Z] Step 3/23 : WORKDIR /edgex-go [2020-11-07T00:36:27.764Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:36:27.764Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:36:27.764Z] ---> 59e6b10bce76 [2020-11-07T00:36:27.764Z] Step 3/24 : WORKDIR /edgex-go [2020-11-07T00:36:29.175Z] ---> Running in c7cce155ca96 [2020-11-07T00:36:29.175Z] ---> Running in 85990f2daf45 [2020-11-07T00:36:29.175Z] ---> Running in d0e61fbc61c0 [2020-11-07T00:36:29.175Z] ---> Running in e3f522910ec5 [2020-11-07T00:36:29.175Z] ---> Running in 173d8a531183 [2020-11-07T00:36:29.776Z] Removing intermediate container d0e61fbc61c0 [2020-11-07T00:36:29.776Z] ---> 43f4249b3af6 [2020-11-07T00:36:29.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:36:29.776Z] Removing intermediate container c7cce155ca96 [2020-11-07T00:36:29.776Z] ---> 5c1707d3b1c1 [2020-11-07T00:36:29.776Z] Step 4/29 : RUN apk update && apk add make git [2020-11-07T00:36:29.776Z] Removing intermediate container 85990f2daf45 [2020-11-07T00:36:29.776Z] ---> dc19541f3fad [2020-11-07T00:36:29.776Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:36:29.776Z] Removing intermediate container 173d8a531183 [2020-11-07T00:36:29.776Z] ---> 0e0555b9f1e9 [2020-11-07T00:36:29.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:36:29.776Z] Removing intermediate container e3f522910ec5 [2020-11-07T00:36:29.776Z] ---> 57ce8543d1bd [2020-11-07T00:36:29.776Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:36:30.047Z] ---> Running in 18ee5b617767 [2020-11-07T00:36:30.047Z] ---> Running in 94aadc13d7ae [2020-11-07T00:36:30.047Z] ---> Running in 4d0f82d92c9e [2020-11-07T00:36:30.047Z] ---> Running in 17585fed5959 [2020-11-07T00:36:30.047Z] ---> Running in f0250448dbbd [2020-11-07T00:36:30.698Z] 209524e5b208: Pull complete [2020-11-07T00:36:30.698Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-11-07T00:36:30.698Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-11-07T00:36:30.698Z] ---> 5bddaf1c2fca [2020-11-07T00:36:30.698Z] 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-11-07T00:36:31.458Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:32.053Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:32.053Z] Removing intermediate container 18ee5b617767 [2020-11-07T00:36:32.053Z] ---> d71f17ec89ad [2020-11-07T00:36:32.053Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-07T00:36:32.053Z] Removing intermediate container 4d0f82d92c9e [2020-11-07T00:36:32.053Z] ---> 97f2f68559ea [2020-11-07T00:36:32.053Z] Step 5/22 : RUN apk update && apk add make git [2020-11-07T00:36:32.318Z] Removing intermediate container 17585fed5959 [2020-11-07T00:36:32.318Z] ---> 5821264d9054 [2020-11-07T00:36:32.318Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-07T00:36:32.318Z] ---> Running in 2609c4cb3f02 [2020-11-07T00:36:32.318Z] ---> Running in ecbe7ecca177 [2020-11-07T00:36:32.318Z] ---> Running in 9e564b1bd731 [2020-11-07T00:36:32.582Z] Removing intermediate container f0250448dbbd [2020-11-07T00:36:32.582Z] ---> 778ce69b431a [2020-11-07T00:36:32.582Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-07T00:36:32.582Z] ---> Running in 9e9609823c7d [2020-11-07T00:36:32.852Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:36:32.852Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:36:32.852Z] OK: 12752 distinct packages available [2020-11-07T00:36:33.126Z] OK: 233 MiB in 51 packages [2020-11-07T00:36:33.392Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:33.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:33.665Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:33.932Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:33.932Z] Removing intermediate container 94aadc13d7ae [2020-11-07T00:36:33.932Z] ---> 6414d9a6bdf9 [2020-11-07T00:36:33.932Z] Step 5/29 : COPY go.mod . [2020-11-07T00:36:34.113Z] ---> Running in 8996e6de6ccf [2020-11-07T00:36:34.212Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:34.212Z] ---> 62999547ef62 [2020-11-07T00:36:34.212Z] Step 6/29 : RUN go mod download [2020-11-07T00:36:34.480Z] ---> Running in b294773706f3 [2020-11-07T00:36:34.480Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:35.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:35.089Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:36:35.089Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:36:35.089Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:36:35.089Z] OK: 12752 distinct packages available [2020-11-07T00:36:35.361Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:36:35.361Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:36:35.361Z] OK: 12752 distinct packages available [2020-11-07T00:36:35.361Z] OK: 233 MiB in 51 packages [2020-11-07T00:36:35.554Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:36:35.630Z] OK: 233 MiB in 51 packages [2020-11-07T00:36:35.630Z] OK: 233 MiB in 51 packages [2020-11-07T00:36:35.900Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:36:35.900Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:36:35.900Z] OK: 12752 distinct packages available [2020-11-07T00:36:36.167Z] OK: 233 MiB in 51 packages [2020-11-07T00:36:36.438Z] Removing intermediate container b294773706f3 [2020-11-07T00:36:36.438Z] ---> 4a7e839ed511 [2020-11-07T00:36:36.438Z] Step 7/29 : COPY . . [2020-11-07T00:36:36.438Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:36:36.438Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:36:36.438Z] OK: 12752 distinct packages available [2020-11-07T00:36:36.438Z] Removing intermediate container ecbe7ecca177 [2020-11-07T00:36:36.438Z] ---> bda96e4a25c7 [2020-11-07T00:36:36.438Z] Step 6/22 : COPY go.mod . [2020-11-07T00:36:36.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:36:36.707Z] OK: 233 MiB in 51 packages [2020-11-07T00:36:36.976Z] Removing intermediate container 2609c4cb3f02 [2020-11-07T00:36:36.976Z] ---> eece6332bca6 [2020-11-07T00:36:36.976Z] Step 6/22 : COPY go.mod . [2020-11-07T00:36:37.571Z] ---> c42b9a268524 [2020-11-07T00:36:37.571Z] Step 7/22 : RUN go mod download [2020-11-07T00:36:37.845Z] ---> Running in 9576e8d40dc5 [2020-11-07T00:36:37.845Z] ---> fd74cd5f4b01 [2020-11-07T00:36:37.845Z] Step 7/22 : RUN go mod download [2020-11-07T00:36:37.845Z] Removing intermediate container 9e9609823c7d [2020-11-07T00:36:37.845Z] ---> a873c920e2f4 [2020-11-07T00:36:37.845Z] Step 6/23 : COPY go.mod . [2020-11-07T00:36:37.961Z] (1/12) Installing libmagic (5.38-r0) [2020-11-07T00:36:38.235Z] (2/12) Installing file (5.38-r0) [2020-11-07T00:36:38.235Z] (3/12) Installing libc-dev (0.7.2-r3) [2020-11-07T00:36:38.507Z] (4/12) Installing g++ (9.3.0-r2) [2020-11-07T00:36:39.787Z] ---> Running in cf1ca77d5800 [2020-11-07T00:36:39.787Z] ---> 7af9281a59ed [2020-11-07T00:36:39.787Z] Step 7/23 : RUN go mod download [2020-11-07T00:36:39.787Z] Removing intermediate container 9e564b1bd731 [2020-11-07T00:36:39.787Z] ---> 22ea450e36cc [2020-11-07T00:36:39.787Z] Step 6/24 : COPY go.mod . [2020-11-07T00:36:40.747Z] ---> Running in 2e876d5458c5 [2020-11-07T00:36:41.333Z] ---> ee716c19ad16 [2020-11-07T00:36:41.334Z] Step 7/24 : RUN go mod download [2020-11-07T00:36:41.931Z] ---> Running in d131c130e531 [2020-11-07T00:36:44.499Z] Removing intermediate container 9576e8d40dc5 [2020-11-07T00:36:44.499Z] ---> 73f79530167f [2020-11-07T00:36:44.499Z] Step 8/22 : COPY . . [2020-11-07T00:36:46.446Z] Removing intermediate container cf1ca77d5800 [2020-11-07T00:36:46.446Z] ---> 0b2d111b3112 [2020-11-07T00:36:46.446Z] Step 8/22 : COPY . . [2020-11-07T00:36:48.408Z] Removing intermediate container 2e876d5458c5 [2020-11-07T00:36:48.408Z] ---> 38bb42f4dd3e [2020-11-07T00:36:48.408Z] Step 8/23 : COPY . . [2020-11-07T00:36:50.887Z] (5/12) Installing fortify-headers (1.1-r0) [2020-11-07T00:36:50.887Z] (6/12) Installing patch (2.7.6-r6) [2020-11-07T00:36:50.887Z] (7/12) Installing build-base (0.5-r2) [2020-11-07T00:36:50.887Z] (8/12) Installing libsodium (1.0.18-r0) [2020-11-07T00:36:50.887Z] (9/12) Installing pkgconf (1.7.2-r0) [2020-11-07T00:36:50.887Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2020-11-07T00:36:50.887Z] (11/12) Installing libzmq (4.3.3-r0) [2020-11-07T00:36:50.887Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2020-11-07T00:36:50.887Z] Executing busybox-1.31.1-r16.trigger [2020-11-07T00:36:50.887Z] OK: 217 MiB in 51 packages [2020-11-07T00:36:55.192Z] Removing intermediate container 8996e6de6ccf [2020-11-07T00:36:55.192Z] ---> 8113f4135da0 [2020-11-07T00:36:55.192Z] Step 4/7 : WORKDIR /edgex-go [2020-11-07T00:36:55.192Z] ---> Running in 2145827aa5e2 [2020-11-07T00:36:55.790Z] Removing intermediate container 2145827aa5e2 [2020-11-07T00:36:55.790Z] ---> e92c85fa2049 [2020-11-07T00:36:55.790Z] Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker [2020-11-07T00:36:56.064Z] latest: Pulling from library/docker [2020-11-07T00:36:56.340Z] 5f621e34cdf4: Pulling fs layer [2020-11-07T00:36:56.340Z] 85db56a05063: Pulling fs layer [2020-11-07T00:36:56.340Z] ccb67d6aeaaa: Pulling fs layer [2020-11-07T00:36:56.340Z] a0b19fc83503: Pulling fs layer [2020-11-07T00:36:56.340Z] 8eb508b41278: Pulling fs layer [2020-11-07T00:36:56.340Z] 37236713561e: Pulling fs layer [2020-11-07T00:36:56.340Z] 07c93f2b1b56: Pulling fs layer [2020-11-07T00:36:56.340Z] a0b19fc83503: Waiting [2020-11-07T00:36:56.340Z] 8eb508b41278: Waiting [2020-11-07T00:36:56.340Z] 37236713561e: Waiting [2020-11-07T00:36:56.340Z] 07c93f2b1b56: Waiting [2020-11-07T00:36:56.340Z] ccb67d6aeaaa: Verifying Checksum [2020-11-07T00:36:56.340Z] ccb67d6aeaaa: Download complete [2020-11-07T00:36:56.340Z] 85db56a05063: Verifying Checksum [2020-11-07T00:36:56.340Z] 85db56a05063: Download complete [2020-11-07T00:36:56.340Z] 5f621e34cdf4: Verifying Checksum [2020-11-07T00:36:56.340Z] 5f621e34cdf4: Download complete [2020-11-07T00:36:56.617Z] 8eb508b41278: Verifying Checksum [2020-11-07T00:36:56.617Z] 8eb508b41278: Download complete [2020-11-07T00:36:56.617Z] 37236713561e: Verifying Checksum [2020-11-07T00:36:56.617Z] 37236713561e: Download complete [2020-11-07T00:36:56.617Z] 07c93f2b1b56: Verifying Checksum [2020-11-07T00:36:56.617Z] 07c93f2b1b56: Download complete [2020-11-07T00:36:57.250Z] 5f621e34cdf4: Pull complete [2020-11-07T00:36:57.858Z] 85db56a05063: Pull complete [2020-11-07T00:36:57.858Z] a0b19fc83503: Verifying Checksum [2020-11-07T00:36:57.858Z] a0b19fc83503: Download complete [2020-11-07T00:36:58.133Z] ccb67d6aeaaa: Pull complete [2020-11-07T00:37:01.530Z] a0b19fc83503: Pull complete [2020-11-07T00:37:01.811Z] 8eb508b41278: Pull complete [2020-11-07T00:37:02.410Z] 37236713561e: Pull complete [2020-11-07T00:37:02.684Z] 07c93f2b1b56: Pull complete [2020-11-07T00:37:02.684Z] Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 [2020-11-07T00:37:02.684Z] Status: Downloaded newer image for docker:latest [2020-11-07T00:37:06.071Z] ---> 5138f28b8f74 [2020-11-07T00:37:06.071Z] Step 6/7 : COPY go.mod . [2020-11-07T00:37:06.670Z] ---> d9cb0c52efb2 [2020-11-07T00:37:06.670Z] Step 7/7 : RUN go mod download [2020-11-07T00:37:06.949Z] ---> Running in ff141377ace4 [2020-11-07T00:37:10.542Z] Removing intermediate container d131c130e531 [2020-11-07T00:37:10.542Z] ---> 9c3b21390b87 [2020-11-07T00:37:10.542Z] Step 8/24 : COPY . . [2020-11-07T00:37:10.542Z] ---> 33e9ffea1cf9 [2020-11-07T00:37:10.542Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-07T00:37:10.542Z] ---> Running in a07730394835 [2020-11-07T00:37:17.242Z] 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-11-07T00:37:22.664Z] ---> 01bd84e06745 [2020-11-07T00:37:22.664Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-07T00:37:22.664Z] ---> c31013d87ed7 [2020-11-07T00:37:22.664Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-07T00:37:24.713Z] ---> Running in 1b94bc65b9fa [2020-11-07T00:37:24.713Z] ---> Running in 25cffb957d48 [2020-11-07T00:37:26.740Z] ---> 69ec3a3b2102 [2020-11-07T00:37:26.740Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-07T00:37:27.021Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-07T00:37:27.021Z] 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-11-07T00:37:27.299Z] ---> Running in 74d0cfd40870 [2020-11-07T00:37:28.742Z] 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-11-07T00:37:33.765Z] Removing intermediate container ff141377ace4 [2020-11-07T00:37:33.765Z] ---> c73a52dbe150 [2020-11-07T00:37:33.765Z] Successfully built c73a52dbe150 [2020-11-07T00:37:33.765Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:37:34.124Z] + docker inspect -f . ci-base-image-arm64 [2020-11-07T00:37:34.124Z] . [Pipeline] withDockerContainer [2020-11-07T00:37:34.415Z] prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container [2020-11-07T00:37:34.516Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@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 ******** ci-base-image-arm64 cat [2020-11-07T00:37:36.435Z] $ docker top 826c3cfc39089c2bd23eef2affcc291da314243cb4af56f3b35af67accecdfab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:37:37.016Z] ---> 21c0cff85bd9 [2020-11-07T00:37:37.016Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-07T00:37:37.016Z] ---> Running in 1f4b28a71b24 [2020-11-07T00:37:37.885Z] + go version [2020-11-07T00:37:37.885Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-11-07T00:37:37.908Z] $ docker stop --time=1 826c3cfc39089c2bd23eef2affcc291da314243cb4af56f3b35af67accecdfab [2020-11-07T00:37:38.493Z] 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-11-07T00:37:39.912Z] $ docker rm -f 826c3cfc39089c2bd23eef2affcc291da314243cb4af56f3b35af67accecdfab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:37:41.066Z] + docker inspect -f . ci-base-image-arm64 [2020-11-07T00:37:41.066Z] . [Pipeline] withDockerContainer [2020-11-07T00:37:41.325Z] prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container [2020-11-07T00:37:41.417Z] $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@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 ******** ci-base-image-arm64 cat [2020-11-07T00:37:42.836Z] Removing intermediate container a07730394835 [2020-11-07T00:37:42.836Z] ---> 0baa145688bc [2020-11-07T00:37:42.836Z] [2020-11-07T00:37:42.836Z] Step 9/29 : FROM alpine:latest [2020-11-07T00:37:42.962Z] $ docker top 7f6150e34f80a23dbd8e497844f2adb06080987f849c7f360d1d6c9fbfccaf09 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-11-07T00:37:43.390Z] ========================================================= [2020-11-07T00:37:43.390Z] [edgeXBuildGoParallel] Running Tests and Build... [2020-11-07T00:37:43.390Z] ========================================================= [Pipeline] sh [2020-11-07T00:37:43.428Z] latest: Pulling from library/alpine [2020-11-07T00:37:44.068Z] + make test [2020-11-07T00:37:44.068Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-11-07T00:37:44.856Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-07T00:37:44.856Z] Status: Downloaded newer image for alpine:latest [2020-11-07T00:37:44.856Z] ---> d6e46aa2470d [2020-11-07T00:37:44.856Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-07T00:37:45.446Z] ---> Running in 9db4bb507e28 [2020-11-07T00:37:45.716Z] Removing intermediate container 9db4bb507e28 [2020-11-07T00:37:45.716Z] ---> 4ed2b2d9f38e [2020-11-07T00:37:45.716Z] Step 11/29 : USER root [2020-11-07T00:37:45.979Z] ---> Running in 0d534b0657a7 [2020-11-07T00:37:46.249Z] Removing intermediate container 0d534b0657a7 [2020-11-07T00:37:46.249Z] ---> 8071834f2cfc [2020-11-07T00:37:46.249Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-07T00:37:46.249Z] ---> Running in 024c06e07145 [2020-11-07T00:37:47.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:37:47.660Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:37:47.924Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:37:47.925Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:37:47.925Z] OK: 12744 distinct packages available [2020-11-07T00:37:48.512Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-07T00:37:49.094Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-07T00:37:49.094Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:37:49.094Z] Executing ca-certificates-20191127-r4.trigger [2020-11-07T00:37:49.094Z] OK: 6 MiB in 16 packages [2020-11-07T00:37:51.667Z] Removing intermediate container 024c06e07145 [2020-11-07T00:37:51.667Z] ---> 8cd64779e568 [2020-11-07T00:37:51.667Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-07T00:37:51.667Z] ---> Running in 06a73bd45b00 [2020-11-07T00:37:51.667Z] Removing intermediate container 06a73bd45b00 [2020-11-07T00:37:51.667Z] ---> b2ca7d58a8ce [2020-11-07T00:37:51.667Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-07T00:37:51.931Z] ---> Running in b1da0e3f2dd9 [2020-11-07T00:37:52.198Z] Removing intermediate container b1da0e3f2dd9 [2020-11-07T00:37:52.198Z] ---> 65af19e8e078 [2020-11-07T00:37:52.198Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-07T00:37:52.471Z] ---> Running in f390ab68a044 [2020-11-07T00:37:54.404Z] Removing intermediate container f390ab68a044 [2020-11-07T00:37:54.404Z] ---> 663d7699eaec [2020-11-07T00:37:54.404Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-07T00:37:55.364Z] ---> b90887b7558b [2020-11-07T00:37:55.364Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-07T00:37:55.950Z] ---> ee4a5d6f7800 [2020-11-07T00:37:55.950Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-07T00:37:56.533Z] ---> 9ab6a0963f78 [2020-11-07T00:37:56.533Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-07T00:37:56.819Z] ---> 8810d336b2d4 [2020-11-07T00:37:56.819Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-07T00:37:58.779Z] ---> bbbfdb98ee78 [2020-11-07T00:37:58.779Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-07T00:37:58.779Z] ---> Running in bceec4c70b7c [2020-11-07T00:38:04.181Z] Removing intermediate container 1b94bc65b9fa [2020-11-07T00:38:04.181Z] ---> f00b87aa00e4 [2020-11-07T00:38:04.181Z] [2020-11-07T00:38:04.181Z] Step 10/22 : FROM alpine:3.10 [2020-11-07T00:38:04.181Z] Removing intermediate container 25cffb957d48 [2020-11-07T00:38:04.181Z] ---> 48736979b24b [2020-11-07T00:38:04.181Z] [2020-11-07T00:38:04.181Z] Step 10/22 : FROM scratch [2020-11-07T00:38:04.181Z] ---> [2020-11-07T00:38:04.181Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-07T00:38:04.181Z] Removing intermediate container bceec4c70b7c [2020-11-07T00:38:04.181Z] ---> 60a4a77763d3 [2020-11-07T00:38:04.181Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-07T00:38:04.181Z] ---> Running in 73db70c81897 [2020-11-07T00:38:04.458Z] 3.10: Pulling from library/alpine [2020-11-07T00:38:04.458Z] ---> 21997461c4ed [2020-11-07T00:38:04.458Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-07T00:38:04.458Z] Removing intermediate container 73db70c81897 [2020-11-07T00:38:04.458Z] ---> f01408de6fa4 [2020-11-07T00:38:04.458Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-07T00:38:04.458Z] ---> Running in 6490eed4c074 [2020-11-07T00:38:04.458Z] ---> Running in 22b2d6fdf9d4 [2020-11-07T00:38:05.081Z] Removing intermediate container 22b2d6fdf9d4 [2020-11-07T00:38:05.081Z] ---> 97df15837321 [2020-11-07T00:38:05.081Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-07T00:38:05.081Z] ---> Running in a152eaab500f [2020-11-07T00:38:05.349Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-07T00:38:05.349Z] Status: Downloaded newer image for alpine:3.10 [2020-11-07T00:38:05.349Z] ---> be4e4bea2c2e [2020-11-07T00:38:05.349Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-07T00:38:05.349Z] ---> Running in 34fc1fa8d286 [2020-11-07T00:38:05.620Z] Removing intermediate container a152eaab500f [2020-11-07T00:38:05.620Z] ---> 6c528245c242 [2020-11-07T00:38:05.620Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-07T00:38:06.254Z] ---> 5db4cb62f891 [2020-11-07T00:38:06.254Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-07T00:38:06.523Z] Removing intermediate container 6490eed4c074 [2020-11-07T00:38:06.523Z] ---> 6c8edd7ff596 [2020-11-07T00:38:06.523Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-07T00:38:06.523Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:06.807Z] ---> Running in b7410bb096c4 [2020-11-07T00:38:06.807Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:07.076Z] ---> 4eafc219e442 [2020-11-07T00:38:07.076Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-07T00:38:07.076Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-07T00:38:07.076Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-07T00:38:07.076Z] OK: 10346 distinct packages available [2020-11-07T00:38:07.352Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-07T00:38:07.352Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-07T00:38:07.352Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-07T00:38:07.352Z] (4/5) Installing curl (7.66.0-r1) [2020-11-07T00:38:07.929Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-07T00:38:07.929Z] Executing busybox-1.30.1-r3.trigger [2020-11-07T00:38:08.192Z] Executing ca-certificates-20191127-r2.trigger [2020-11-07T00:38:08.782Z] OK: 7 MiB in 19 packages [2020-11-07T00:38:10.179Z] ---> db6422449166 [2020-11-07T00:38:10.179Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-07T00:38:10.447Z] Removing intermediate container 1f4b28a71b24 [2020-11-07T00:38:10.447Z] ---> c13b6452fcb3 [2020-11-07T00:38:10.447Z] [2020-11-07T00:38:10.447Z] Step 10/24 : FROM scratch [2020-11-07T00:38:10.447Z] ---> [2020-11-07T00:38:10.447Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-07T00:38:10.447Z] ---> Using cache [2020-11-07T00:38:10.447Z] ---> f01408de6fa4 [2020-11-07T00:38:10.447Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-07T00:38:10.714Z] ---> a273d72edc40 [2020-11-07T00:38:10.714Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-07T00:38:10.714Z] ---> Running in 8ccf3ac110ef [2020-11-07T00:38:10.895Z] ? github.com/edgexfoundry/edgex-go [no test files] [2020-11-07T00:38:11.306Z] ---> Running in d750247a01e0 [2020-11-07T00:38:11.884Z] Removing intermediate container 8ccf3ac110ef [2020-11-07T00:38:11.884Z] ---> e8f8113587e5 [2020-11-07T00:38:11.884Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-07T00:38:13.809Z] Removing intermediate container 34fc1fa8d286 [2020-11-07T00:38:13.809Z] ---> 09bab39bdfd8 [2020-11-07T00:38:13.809Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-07T00:38:13.809Z] ---> Running in 2112010c90cb [2020-11-07T00:38:13.809Z] Removing intermediate container d750247a01e0 [2020-11-07T00:38:13.809Z] ---> ad15d8cbda66 [2020-11-07T00:38:13.809Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:38:13.809Z] ---> Running in ffb76970dac3 [2020-11-07T00:38:13.809Z] Removing intermediate container b7410bb096c4 [2020-11-07T00:38:13.809Z] ---> 147e4a3c5786 [2020-11-07T00:38:13.809Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-07T00:38:13.809Z] Removing intermediate container 74d0cfd40870 [2020-11-07T00:38:13.809Z] ---> 0adf7e84a89f [2020-11-07T00:38:13.810Z] [2020-11-07T00:38:13.810Z] Step 10/23 : FROM alpine [2020-11-07T00:38:13.810Z] ---> d6e46aa2470d [2020-11-07T00:38:13.810Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:38:13.810Z] ---> Running in dea652da0e8c [2020-11-07T00:38:13.810Z] ---> Running in 99b2c66a6099 [2020-11-07T00:38:13.810Z] Removing intermediate container 2112010c90cb [2020-11-07T00:38:13.810Z] ---> 7b03114002b6 [2020-11-07T00:38:13.810Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-07T00:38:14.080Z] ---> Running in f61a1f33849c [2020-11-07T00:38:14.080Z] Removing intermediate container ffb76970dac3 [2020-11-07T00:38:14.080Z] ---> 9e49926791ff [2020-11-07T00:38:14.080Z] Step 13/22 : WORKDIR / [2020-11-07T00:38:14.080Z] Removing intermediate container dea652da0e8c [2020-11-07T00:38:14.080Z] ---> 5e548d46cef8 [2020-11-07T00:38:14.080Z] Step 20/22 : LABEL arch=x86_64 [2020-11-07T00:38:14.080Z] ---> Running in cc3aa15935f7 [2020-11-07T00:38:14.342Z] Removing intermediate container 99b2c66a6099 [2020-11-07T00:38:14.342Z] ---> 78052d04a0c6 [2020-11-07T00:38:14.342Z] Step 26/29 : CMD [ "generate" ] [2020-11-07T00:38:14.342Z] ---> Running in 53dc1b29b81d [2020-11-07T00:38:14.920Z] Removing intermediate container f61a1f33849c [2020-11-07T00:38:14.920Z] ---> 7ddda16aabe5 [2020-11-07T00:38:14.920Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-07T00:38:15.186Z] ---> Running in a4702745d42b [2020-11-07T00:38:15.186Z] ---> 6973c1255080 [2020-11-07T00:38:15.186Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-07T00:38:15.186Z] ---> Running in 97dc6d3f8d33 [2020-11-07T00:38:15.186Z] Removing intermediate container 53dc1b29b81d [2020-11-07T00:38:15.186Z] ---> 6273fd4b448d [2020-11-07T00:38:15.186Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:38:15.186Z] Removing intermediate container cc3aa15935f7 [2020-11-07T00:38:15.186Z] ---> 720caf9fdeb6 [2020-11-07T00:38:15.186Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-07T00:38:16.132Z] Removing intermediate container a4702745d42b [2020-11-07T00:38:16.132Z] ---> 3f58c7541042 [2020-11-07T00:38:16.132Z] Step 27/29 : LABEL arch=x86_64 [2020-11-07T00:38:16.132Z] ---> Running in 3a52129f3c09 [2020-11-07T00:38:16.132Z] Removing intermediate container 97dc6d3f8d33 [2020-11-07T00:38:16.132Z] ---> 9d18cd266290 [2020-11-07T00:38:16.132Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-07T00:38:16.132Z] ---> Running in 0598c0af910e [2020-11-07T00:38:16.132Z] ---> cb9321effaa4 [2020-11-07T00:38:16.132Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-07T00:38:16.405Z] ---> 83a4ba88306e [2020-11-07T00:38:16.405Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-07T00:38:16.405Z] ---> Running in 7ab4a1cc1bae [2020-11-07T00:38:16.405Z] Removing intermediate container 3a52129f3c09 [2020-11-07T00:38:16.405Z] ---> de7ce917c322 [2020-11-07T00:38:16.405Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:38:16.405Z] Removing intermediate container 0598c0af910e [2020-11-07T00:38:16.405Z] ---> adde6e6120d9 [2020-11-07T00:38:16.405Z] Step 28/29 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:38:16.679Z] ---> Running in 06f9e3399e64 [2020-11-07T00:38:16.679Z] ---> Running in f465a8e22ada [2020-11-07T00:38:16.942Z] Removing intermediate container 7ab4a1cc1bae [2020-11-07T00:38:16.942Z] ---> ddaad28de154 [2020-11-07T00:38:16.942Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:38:17.521Z] ---> f348c0c15587 [2020-11-07T00:38:17.521Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-07T00:38:17.521Z] ---> 5775a4c2b027 [2020-11-07T00:38:17.521Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-07T00:38:17.784Z] Removing intermediate container 06f9e3399e64 [2020-11-07T00:38:17.784Z] ---> d6022925a68d [2020-11-07T00:38:17.784Z] [2020-11-07T00:38:17.784Z] ---> Running in d979801e7caa [2020-11-07T00:38:17.784Z] Removing intermediate container f465a8e22ada [2020-11-07T00:38:17.784Z] ---> 0db42ec8e664 [2020-11-07T00:38:17.784Z] Step 29/29 : LABEL version=0.0.0 [2020-11-07T00:38:18.049Z] ---> Running in 8af07891f2c1 [2020-11-07T00:38:18.049Z] Successfully built d6022925a68d [2020-11-07T00:38:18.049Z] Successfully tagged docker-support-logging-go:latest [2020-11-07T00:38:18.049Z] ---> 437b671b5316 [2020-11-07T00:38:18.049Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-07T00:38:18.049Z]  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go [2020-11-07T00:38:18.049Z] ---> c6f0cbb6d009 [2020-11-07T00:38:18.049Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-07T00:38:18.312Z] Removing intermediate container 8af07891f2c1 [2020-11-07T00:38:18.312Z] ---> ee102ce50188 [2020-11-07T00:38:18.312Z] [2020-11-07T00:38:18.579Z] Successfully built ee102ce50188 [2020-11-07T00:38:18.579Z] Successfully tagged docker-security-secrets-setup-go:latest [2020-11-07T00:38:18.579Z]  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go [2020-11-07T00:38:18.957Z] ---> e6d8f9dd7ff0 [2020-11-07T00:38:18.957Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-07T00:38:18.957Z] ---> Running in 32f835e95bd0 [2020-11-07T00:38:18.957Z] ---> 15cf1153f286 [2020-11-07T00:38:18.957Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-07T00:38:19.843Z] ---> 3d2d6ef22ae4 [2020-11-07T00:38:19.843Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-07T00:38:23.210Z] Removing intermediate container d979801e7caa [2020-11-07T00:38:23.210Z] ---> 772808d84ca9 [2020-11-07T00:38:23.210Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-07T00:38:25.147Z] ---> Running in e8d6adc2dc41 [2020-11-07T00:38:25.412Z] ---> Running in ca6f6c08efb9 [2020-11-07T00:38:25.686Z] Removing intermediate container e8d6adc2dc41 [2020-11-07T00:38:25.686Z] ---> 3a99bc11eb18 [2020-11-07T00:38:25.686Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:38:25.686Z] ---> Running in 2e535624c140 [2020-11-07T00:38:25.964Z] Removing intermediate container 32f835e95bd0 [2020-11-07T00:38:25.964Z] ---> e66df8fae69b [2020-11-07T00:38:25.964Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-07T00:38:26.233Z] Removing intermediate container 2e535624c140 [2020-11-07T00:38:26.233Z] ---> 8a8f7b3c5704 [2020-11-07T00:38:26.233Z] Step 22/24 : LABEL arch=x86_64 [2020-11-07T00:38:26.818Z] ---> Running in 1fa946da22a9 [2020-11-07T00:38:26.818Z] ---> Running in 0febc16ad11d [2020-11-07T00:38:27.086Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:28.079Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:28.079Z] Removing intermediate container 0febc16ad11d [2020-11-07T00:38:28.079Z] ---> eb4615356b12 [2020-11-07T00:38:28.079Z] Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:38:28.079Z] Removing intermediate container 1fa946da22a9 [2020-11-07T00:38:28.079Z] ---> 65172d1d3c17 [2020-11-07T00:38:28.079Z] Step 20/22 : LABEL arch=x86_64 [2020-11-07T00:38:28.079Z] ---> Running in 78b20f92f29e [2020-11-07T00:38:28.688Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-07T00:38:28.688Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-07T00:38:28.688Z] ---> Running in 728d4ae11b57 [2020-11-07T00:38:28.688Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-07T00:38:28.957Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-07T00:38:29.229Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-07T00:38:29.229Z] Removing intermediate container 78b20f92f29e [2020-11-07T00:38:29.229Z] ---> a24405e3194b [2020-11-07T00:38:29.229Z] Step 24/24 : LABEL version=0.0.0 [2020-11-07T00:38:29.229Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:38:29.496Z] OK: 8 MiB in 19 packages [2020-11-07T00:38:30.484Z] Removing intermediate container 728d4ae11b57 [2020-11-07T00:38:30.484Z] ---> 9f352d2f16d6 [2020-11-07T00:38:30.484Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:38:32.439Z] ---> Running in e611899750b5 [2020-11-07T00:38:32.711Z] ---> Running in 6f4bfb65133a [2020-11-07T00:38:34.159Z] Removing intermediate container e611899750b5 [2020-11-07T00:38:34.159Z] ---> 1cc84c2be458 [2020-11-07T00:38:34.159Z] [2020-11-07T00:38:34.159Z] Removing intermediate container 6f4bfb65133a [2020-11-07T00:38:34.159Z] ---> 1ce7712f9fb0 [2020-11-07T00:38:34.159Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:38:34.159Z] Successfully built 1cc84c2be458 [2020-11-07T00:38:34.431Z] Successfully tagged docker-support-notifications-go:latest [2020-11-07T00:38:34.431Z] Building docker-support-scheduler-go [2020-11-07T00:38:34.696Z]  Building docker-support-notifications-go ... done Removing intermediate container ca6f6c08efb9 [2020-11-07T00:38:34.696Z] ---> 87361381c759 [2020-11-07T00:38:34.696Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-07T00:38:35.677Z] ---> Running in 2ec7e56c8659 [2020-11-07T00:38:39.039Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:38:39.039Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:38:39.039Z] ---> 59e6b10bce76 [2020-11-07T00:38:39.039Z] Step 3/24 : WORKDIR /edgex-go [2020-11-07T00:38:39.039Z] ---> Using cache [2020-11-07T00:38:39.039Z] ---> 57ce8543d1bd [2020-11-07T00:38:39.039Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:38:39.039Z] ---> Using cache [2020-11-07T00:38:39.039Z] ---> 778ce69b431a [2020-11-07T00:38:39.039Z] Step 5/24 : RUN apk update && apk add make git [2020-11-07T00:38:39.039Z] ---> de2028e7f19b [2020-11-07T00:38:39.039Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-07T00:38:39.039Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:38:39.039Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:38:39.039Z] ---> 59e6b10bce76 [2020-11-07T00:38:39.039Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:38:39.039Z] ---> Using cache [2020-11-07T00:38:39.039Z] ---> 57ce8543d1bd [2020-11-07T00:38:39.039Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:38:39.039Z] ---> Using cache [2020-11-07T00:38:39.039Z] ---> 778ce69b431a [2020-11-07T00:38:39.039Z] Step 5/22 : RUN apk update && apk add make git [2020-11-07T00:38:40.435Z] Removing intermediate container 2ec7e56c8659 [2020-11-07T00:38:40.435Z] ---> 8617328e00a4 [2020-11-07T00:38:40.435Z] [2020-11-07T00:38:41.012Z] Successfully built 8617328e00a4 [2020-11-07T00:38:41.585Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2020-11-07T00:38:41.585Z] Building docker-core-command-go [2020-11-07T00:38:43.519Z]  Building docker-security-bootstrap-redis-go ... done  ---> Running in f981c26b6e0c [2020-11-07T00:38:43.519Z] ---> Running in b93d9edcf643 [2020-11-07T00:38:43.785Z] ---> 91e490b17657 [2020-11-07T00:38:43.785Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-07T00:38:44.795Z] ---> e6d2cd5f49ad [2020-11-07T00:38:44.795Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-07T00:38:45.422Z] ---> Running in f1c43e10d883 [2020-11-07T00:38:46.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:46.823Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:46.823Z] Removing intermediate container f1c43e10d883 [2020-11-07T00:38:46.823Z] ---> c782fa210a02 [2020-11-07T00:38:46.823Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:38:46.823Z] ---> Running in 390b6f00f068 [2020-11-07T00:38:47.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:47.422Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:38:47.689Z] Removing intermediate container 390b6f00f068 [2020-11-07T00:38:47.690Z] ---> fc19146aba00 [2020-11-07T00:38:47.690Z] Step 21/23 : LABEL arch=x86_64 [2020-11-07T00:38:47.967Z] ---> Running in 974c5f5df304 [2020-11-07T00:38:48.592Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:38:48.592Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:38:48.592Z] OK: 12752 distinct packages available [2020-11-07T00:38:48.592Z] Removing intermediate container 974c5f5df304 [2020-11-07T00:38:48.592Z] ---> 2e20ca458ee0 [2020-11-07T00:38:48.592Z] Step 22/23 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:38:48.592Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:38:48.592Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:38:48.592Z] OK: 12752 distinct packages available [2020-11-07T00:38:48.592Z] ---> Running in 19cc4e81f6cb [2020-11-07T00:38:48.859Z] OK: 233 MiB in 51 packages [2020-11-07T00:38:48.859Z] OK: 233 MiB in 51 packages [2020-11-07T00:38:49.459Z] Removing intermediate container 19cc4e81f6cb [2020-11-07T00:38:49.459Z] ---> 270329f88e34 [2020-11-07T00:38:49.459Z] Step 23/23 : LABEL version=0.0.0 [2020-11-07T00:38:49.459Z] ---> Running in 4c5772710cce [2020-11-07T00:38:51.409Z] Removing intermediate container 4c5772710cce [2020-11-07T00:38:51.409Z] ---> d5642f26e6d2 [2020-11-07T00:38:51.409Z] [2020-11-07T00:38:51.409Z] Successfully built d5642f26e6d2 [2020-11-07T00:38:51.409Z] Removing intermediate container b93d9edcf643 [2020-11-07T00:38:51.409Z] ---> f2fab2c2e95e [2020-11-07T00:38:51.409Z] Step 6/22 : COPY go.mod . [2020-11-07T00:38:51.409Z] Successfully tagged docker-core-data-go:latest [2020-11-07T00:38:51.409Z] Building docker-security-proxy-setup-go [2020-11-07T00:38:51.409Z]  Building docker-core-data-go ... done Removing intermediate container f981c26b6e0c [2020-11-07T00:38:51.409Z] ---> 433e8267c98a [2020-11-07T00:38:51.409Z] Step 6/24 : COPY go.mod . [2020-11-07T00:38:52.835Z] ---> 29b956c380c1 [2020-11-07T00:38:52.835Z] Step 7/22 : RUN go mod download [2020-11-07T00:38:53.108Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:38:53.108Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:38:53.108Z] ---> 59e6b10bce76 [2020-11-07T00:38:53.108Z] Step 3/21 : WORKDIR /edgex-go [2020-11-07T00:38:53.108Z] ---> Using cache [2020-11-07T00:38:53.108Z] ---> 57ce8543d1bd [2020-11-07T00:38:53.108Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:38:53.108Z] ---> Using cache [2020-11-07T00:38:53.108Z] ---> 778ce69b431a [2020-11-07T00:38:53.108Z] Step 5/21 : RUN apk update && apk add make git [2020-11-07T00:38:53.108Z] ---> Using cache [2020-11-07T00:38:53.108Z] ---> 433e8267c98a [2020-11-07T00:38:53.108Z] Step 6/21 : COPY go.mod . [2020-11-07T00:38:53.108Z] ---> Using cache [2020-11-07T00:38:53.108Z] ---> 805a7dd0c854 [2020-11-07T00:38:53.108Z] Step 7/21 : RUN go mod download [2020-11-07T00:38:54.509Z] ---> 805a7dd0c854 [2020-11-07T00:38:54.509Z] Step 7/24 : RUN go mod download [2020-11-07T00:38:57.083Z] ---> Running in 62c4498d4d4f [2020-11-07T00:38:57.083Z] ---> Running in f3c2ba63851c [2020-11-07T00:38:57.083Z] ---> Running in 768c0adfc205 [2020-11-07T00:38:58.015Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2020-11-07T00:38:59.747Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:38:59.747Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:38:59.747Z] ---> 59e6b10bce76 [2020-11-07T00:38:59.747Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:38:59.747Z] ---> Using cache [2020-11-07T00:38:59.747Z] ---> 57ce8543d1bd [2020-11-07T00:38:59.747Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:38:59.747Z] ---> Using cache [2020-11-07T00:38:59.747Z] ---> 778ce69b431a [2020-11-07T00:38:59.747Z] Step 5/22 : RUN apk update && apk add make git [2020-11-07T00:38:59.747Z] ---> Using cache [2020-11-07T00:38:59.747Z] ---> 433e8267c98a [2020-11-07T00:38:59.747Z] Step 6/22 : COPY go.mod . [2020-11-07T00:38:59.747Z] ---> Using cache [2020-11-07T00:38:59.747Z] ---> 805a7dd0c854 [2020-11-07T00:38:59.747Z] Step 7/22 : RUN go mod download [2020-11-07T00:39:00.719Z] ---> Running in d0a6f6734fa0 [2020-11-07T00:39:01.687Z] Removing intermediate container 768c0adfc205 [2020-11-07T00:39:01.687Z] ---> 712f5f07c9f6 [2020-11-07T00:39:01.687Z] Step 8/21 : COPY . . [2020-11-07T00:39:01.687Z] Removing intermediate container f3c2ba63851c [2020-11-07T00:39:01.687Z] ---> e7b511fc1cbd [2020-11-07T00:39:01.687Z] Step 8/24 : COPY . . [2020-11-07T00:39:01.687Z] Removing intermediate container 62c4498d4d4f [2020-11-07T00:39:01.687Z] ---> 0c8891532b3f [2020-11-07T00:39:01.687Z] Step 8/22 : COPY . . [2020-11-07T00:39:10.476Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2020-11-07T00:39:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2020-11-07T00:39:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2020-11-07T00:39:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2020-11-07T00:39:11.935Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2020-11-07T00:39:16.792Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:39:16.792Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:39:16.792Z] ---> 59e6b10bce76 [2020-11-07T00:39:16.792Z] Step 3/20 : WORKDIR /edgex-go [2020-11-07T00:39:16.792Z] ---> Using cache [2020-11-07T00:39:16.792Z] ---> 57ce8543d1bd [2020-11-07T00:39:16.792Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:39:16.792Z] ---> Using cache [2020-11-07T00:39:16.792Z] ---> 778ce69b431a [2020-11-07T00:39:16.792Z] Step 5/20 : RUN apk update && apk add make git [2020-11-07T00:39:16.792Z] ---> Using cache [2020-11-07T00:39:16.792Z] ---> 433e8267c98a [2020-11-07T00:39:16.792Z] Step 6/20 : COPY go.mod . [2020-11-07T00:39:16.792Z] ---> Using cache [2020-11-07T00:39:16.792Z] ---> 805a7dd0c854 [2020-11-07T00:39:16.792Z] Step 7/20 : RUN go mod download [2020-11-07T00:39:16.792Z] ---> Using cache [2020-11-07T00:39:16.792Z] ---> e7b511fc1cbd [2020-11-07T00:39:16.792Z] Step 8/20 : COPY . . [2020-11-07T00:39:16.792Z] Removing intermediate container d0a6f6734fa0 [2020-11-07T00:39:16.792Z] ---> fb2100c315cf [2020-11-07T00:39:16.792Z] Step 8/22 : COPY . . [2020-11-07T00:39:18.682Z] ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.060s [2020-11-07T00:39:18.683Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2020-11-07T00:39:18.683Z] ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] [2020-11-07T00:39:18.683Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2020-11-07T00:39:19.668Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2020-11-07T00:39:19.668Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2020-11-07T00:39:19.668Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2020-11-07T00:39:19.668Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2020-11-07T00:39:29.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements [2020-11-07T00:39:29.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2020-11-07T00:39:29.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2020-11-07T00:39:29.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2020-11-07T00:39:29.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2020-11-07T00:39:29.843Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2020-11-07T00:39:36.582Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements [2020-11-07T00:39:36.582Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2020-11-07T00:39:36.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2020-11-07T00:39:36.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2020-11-07T00:39:36.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.533s coverage: 66.0% of statements [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2020-11-07T00:39:36.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.261s coverage: 84.5% of statements [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2020-11-07T00:39:36.583Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2020-11-07T00:39:43.765Z] ---> 6ddde3ff160a [2020-11-07T00:39:43.765Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-07T00:39:43.765Z] ---> 3dc45d629f1f [2020-11-07T00:39:43.765Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-07T00:39:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.321s coverage: 28.6% of statements [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2020-11-07T00:39:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2020-11-07T00:39:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2020-11-07T00:39:44.901Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.374s coverage: 86.7% of statements [2020-11-07T00:39:44.901Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2020-11-07T00:39:45.179Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements [2020-11-07T00:39:45.179Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2020-11-07T00:39:45.467Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.180s coverage: 100.0% of statements [2020-11-07T00:39:45.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2020-11-07T00:39:45.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2020-11-07T00:39:45.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2020-11-07T00:39:45.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2020-11-07T00:39:45.957Z] ---> 36c81d809966 [2020-11-07T00:39:45.957Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-07T00:39:47.015Z] ---> Running in f5a0e4521875 [2020-11-07T00:39:47.015Z] ---> Running in 6cb1ae65903a [2020-11-07T00:39:47.015Z] ---> Running in 29473e779087 [2020-11-07T00:39:49.984Z] 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-11-07T00:39:49.984Z] 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-11-07T00:39:49.984Z] 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-11-07T00:39:50.969Z] ---> e89186ba94dd [2020-11-07T00:39:50.969Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-07T00:39:50.969Z] ---> Running in 3e153e74ac6c [2020-11-07T00:39:50.969Z] ---> ca481c4981a6 [2020-11-07T00:39:50.969Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-07T00:39:51.252Z] ---> Running in aae9096d7572 [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.055s coverage: 95.7% of statements [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 0.0% of statements [no tests to run] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.691s coverage: 63.5% of statements [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2020-11-07T00:39:52.251Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements [2020-11-07T00:39:52.251Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements [2020-11-07T00:39:52.267Z] 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-11-07T00:39:52.558Z] 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-11-07T00:39:54.244Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements [2020-11-07T00:39:54.523Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements [2020-11-07T00:39:58.851Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 55.9% of statements [2020-11-07T00:39:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2020-11-07T00:39:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2020-11-07T00:39:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2020-11-07T00:39:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2020-11-07T00:39:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2020-11-07T00:39:58.851Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] [2020-11-07T00:40:20.197Z] 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-11-07T00:40:25.200Z] Removing intermediate container aae9096d7572 [2020-11-07T00:40:25.200Z] ---> 6de890a6b93e [2020-11-07T00:40:25.200Z] [2020-11-07T00:40:25.200Z] Step 10/20 : FROM alpine [2020-11-07T00:40:25.200Z] ---> d6e46aa2470d [2020-11-07T00:40:25.200Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-07T00:40:25.200Z] ---> Running in 98d603011fb3 [2020-11-07T00:40:27.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:40:27.164Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:40:27.164Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:40:27.164Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:40:27.164Z] OK: 12744 distinct packages available [2020-11-07T00:40:27.493Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-07T00:40:27.493Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-07T00:40:27.493Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-07T00:40:27.798Z] (4/4) Installing curl (7.69.1-r1) [2020-11-07T00:40:27.798Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:40:27.798Z] Executing ca-certificates-20191127-r4.trigger [2020-11-07T00:40:27.798Z] OK: 7 MiB in 18 packages [2020-11-07T00:40:28.068Z] Removing intermediate container f5a0e4521875 [2020-11-07T00:40:28.068Z] ---> 2accfa4adb06 [2020-11-07T00:40:28.068Z] [2020-11-07T00:40:28.068Z] Step 10/24 : FROM alpine:3.10 [2020-11-07T00:40:28.068Z] ---> be4e4bea2c2e [2020-11-07T00:40:28.068Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-07T00:40:28.068Z] ---> Using cache [2020-11-07T00:40:28.068Z] ---> 09bab39bdfd8 [2020-11-07T00:40:28.068Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-07T00:40:28.682Z] ---> Running in c110385b99db [2020-11-07T00:40:28.959Z] Removing intermediate container c110385b99db [2020-11-07T00:40:28.959Z] ---> 14dcec18bd40 [2020-11-07T00:40:28.959Z] Step 13/24 : WORKDIR / [2020-11-07T00:40:31.531Z] ---> Running in 2490aa1fe53a [2020-11-07T00:40:34.109Z] Removing intermediate container 98d603011fb3 [2020-11-07T00:40:34.109Z] ---> d4ff2e5ea171 [2020-11-07T00:40:34.109Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-07T00:40:34.109Z] Removing intermediate container 6cb1ae65903a [2020-11-07T00:40:34.109Z] ---> 18a92ebff7c0 [2020-11-07T00:40:34.109Z] [2020-11-07T00:40:34.109Z] Step 10/21 : FROM scratch [2020-11-07T00:40:34.109Z] ---> [2020-11-07T00:40:34.109Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:40:34.109Z] Removing intermediate container 3e153e74ac6c [2020-11-07T00:40:34.109Z] ---> 3a293578c9f6 [2020-11-07T00:40:34.109Z] [2020-11-07T00:40:34.109Z] Step 10/22 : FROM scratch [2020-11-07T00:40:34.109Z] ---> [2020-11-07T00:40:34.109Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:40:34.109Z] Removing intermediate container 2490aa1fe53a [2020-11-07T00:40:34.109Z] ---> 56c26c49b951 [2020-11-07T00:40:34.109Z] 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-11-07T00:40:34.109Z] ---> Running in 132c0217eaa3 [2020-11-07T00:40:34.690Z] Removing intermediate container 132c0217eaa3 [2020-11-07T00:40:34.690Z] ---> 788ae064f60d [2020-11-07T00:40:34.690Z] Step 13/20 : WORKDIR /edgex [2020-11-07T00:40:34.690Z] ---> 3c7f8bce1014 [2020-11-07T00:40:34.690Z] 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-11-07T00:40:34.690Z] ---> Running in 5555e4f4f9e5 [2020-11-07T00:40:34.690Z] ---> Running in 3945b37bda62 [2020-11-07T00:40:34.690Z] ---> Running in 46b061cfa699 [2020-11-07T00:40:35.267Z] Removing intermediate container 5555e4f4f9e5 [2020-11-07T00:40:35.267Z] ---> 44a9da53b151 [2020-11-07T00:40:35.267Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-07T00:40:35.267Z] Removing intermediate container 3945b37bda62 [2020-11-07T00:40:35.267Z] ---> 8db5ce6f4d4b [2020-11-07T00:40:35.267Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-07T00:40:37.193Z] ---> Running in 4a7ed430b50d [2020-11-07T00:40:37.193Z] ---> Running in 57c034c3aaf3 [2020-11-07T00:40:37.193Z] Removing intermediate container 46b061cfa699 [2020-11-07T00:40:37.193Z] ---> adc617a81ae9 [2020-11-07T00:40:37.193Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-07T00:40:37.193Z] ---> bf1b715e82c9 [2020-11-07T00:40:37.193Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-07T00:40:37.193Z] Removing intermediate container 29473e779087 [2020-11-07T00:40:37.193Z] ---> 2bc8dc230b52 [2020-11-07T00:40:37.193Z] [2020-11-07T00:40:37.193Z] Step 10/22 : FROM scratch [2020-11-07T00:40:37.193Z] ---> [2020-11-07T00:40:37.193Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:40:37.193Z] Removing intermediate container 4a7ed430b50d [2020-11-07T00:40:37.193Z] ---> 230758253ca1 [2020-11-07T00:40:37.193Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-07T00:40:37.193Z] ---> Running in a123e23996a5 [2020-11-07T00:40:37.193Z] ---> Using cache [2020-11-07T00:40:37.193Z] ---> 44a9da53b151 [2020-11-07T00:40:37.193Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-07T00:40:37.193Z] Removing intermediate container 57c034c3aaf3 [2020-11-07T00:40:37.193Z] ---> a55cf4497193 [2020-11-07T00:40:37.193Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-07T00:40:38.142Z] ---> 7d5c2cfc8f66 [2020-11-07T00:40:38.142Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-07T00:40:38.142Z] ---> be1893479838 [2020-11-07T00:40:38.142Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-07T00:40:38.142Z] ---> Running in 0bc4fcf366db [2020-11-07T00:40:38.142Z] ---> Running in 726dcc3ee2db [2020-11-07T00:40:38.142Z] Removing intermediate container a123e23996a5 [2020-11-07T00:40:38.142Z] ---> e3ee0413da1a [2020-11-07T00:40:38.142Z] Step 14/22 : WORKDIR / [2020-11-07T00:40:38.410Z] ---> Running in d2845d5d8b5d [2020-11-07T00:40:38.676Z] Removing intermediate container 0bc4fcf366db [2020-11-07T00:40:38.676Z] ---> 83b37eeea406 [2020-11-07T00:40:38.676Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-07T00:40:38.676Z] Removing intermediate container 726dcc3ee2db [2020-11-07T00:40:38.676Z] ---> d56b3743b4db [2020-11-07T00:40:38.676Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-07T00:40:38.956Z] Removing intermediate container d2845d5d8b5d [2020-11-07T00:40:38.957Z] ---> a65c8bf4d9f3 [2020-11-07T00:40:38.957Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-07T00:40:38.957Z] ---> Running in 18ff0fae58f0 [2020-11-07T00:40:38.957Z] ---> 2f4835df6028 [2020-11-07T00:40:38.957Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-07T00:40:38.957Z] ---> 6beb842426b8 [2020-11-07T00:40:38.957Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-07T00:40:38.957Z] ---> 01a48bd7e24b [2020-11-07T00:40:38.957Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-07T00:40:38.957Z] ---> Running in 9001a11ea298 [2020-11-07T00:40:39.225Z] ---> fc25e9571d65 [2020-11-07T00:40:39.225Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-07T00:40:39.225Z] Removing intermediate container 18ff0fae58f0 [2020-11-07T00:40:39.225Z] ---> f9274854254e [2020-11-07T00:40:39.225Z] Step 14/22 : WORKDIR / [2020-11-07T00:40:39.492Z] ---> Running in 7bac3a84a022 [2020-11-07T00:40:39.492Z] Removing intermediate container 9001a11ea298 [2020-11-07T00:40:39.492Z] ---> ac0979482913 [2020-11-07T00:40:39.492Z] Step 17/20 : CMD ["--init=true"] [2020-11-07T00:40:39.492Z] ---> d3e76a6f7bad [2020-11-07T00:40:39.492Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-07T00:40:39.755Z] ---> Running in ff02f8587c78 [2020-11-07T00:40:39.755Z] ---> b89f09cba85c [2020-11-07T00:40:39.755Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-07T00:40:39.755Z] Removing intermediate container 7bac3a84a022 [2020-11-07T00:40:39.755Z] ---> ee0765a9aa68 [2020-11-07T00:40:39.755Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-07T00:40:40.332Z] Removing intermediate container ff02f8587c78 [2020-11-07T00:40:40.332Z] ---> 162dbd2d6e5c [2020-11-07T00:40:40.332Z] Step 18/20 : LABEL arch=x86_64 [2020-11-07T00:40:40.613Z] ---> c52044a0eb58 [2020-11-07T00:40:40.613Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-07T00:40:40.613Z] ---> 23fd1cff11a6 [2020-11-07T00:40:40.613Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-07T00:40:40.613Z] ---> 0f2652fca4ac [2020-11-07T00:40:40.613Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-07T00:40:40.613Z] ---> Running in 9c432d25c0ef [2020-11-07T00:40:40.613Z] ---> Running in e03adea6fd52 [2020-11-07T00:40:40.876Z] ---> Running in fe330fc3e68d [2020-11-07T00:40:40.876Z] ---> fee773497bfb [2020-11-07T00:40:40.876Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-07T00:40:41.141Z] ---> 8ef53e491ce6 [2020-11-07T00:40:41.141Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-07T00:40:41.141Z] Removing intermediate container e03adea6fd52 [2020-11-07T00:40:41.141Z] ---> 92789e25cdbe [2020-11-07T00:40:41.141Z] Step 19/20 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:40:41.419Z] Removing intermediate container fe330fc3e68d [2020-11-07T00:40:41.419Z] ---> b93fc5a028fd [2020-11-07T00:40:41.419Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:40:41.419Z] ---> Running in fa22b956d212 [2020-11-07T00:40:41.419Z] ---> Running in 1a35d8b113ec [2020-11-07T00:40:41.419Z] ---> Running in 4e4cc902e4c4 [2020-11-07T00:40:41.696Z] Removing intermediate container fa22b956d212 [2020-11-07T00:40:41.696Z] ---> 68cf90a5a45e [2020-11-07T00:40:41.696Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:40:41.696Z] ---> Running in 8d613c7fd4e7 [2020-11-07T00:40:41.696Z] Removing intermediate container 1a35d8b113ec [2020-11-07T00:40:41.696Z] ---> 67020c579ae7 [2020-11-07T00:40:41.696Z] Step 20/20 : LABEL version=0.0.0 [2020-11-07T00:40:41.974Z] ---> f8429edc132f [2020-11-07T00:40:41.974Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-07T00:40:41.974Z] Removing intermediate container 4e4cc902e4c4 [2020-11-07T00:40:41.974Z] ---> 31de5a3a6484 [2020-11-07T00:40:41.974Z] Step 19/21 : LABEL arch=x86_64 [2020-11-07T00:40:41.974Z] ---> Running in c8babf1b6965 [2020-11-07T00:40:41.974Z] ---> Running in 2771269ee87d [2020-11-07T00:40:42.240Z] Removing intermediate container 8d613c7fd4e7 [2020-11-07T00:40:42.240Z] ---> 5cd472d4d2fb [2020-11-07T00:40:42.240Z] Step 20/22 : LABEL arch=x86_64 [2020-11-07T00:40:42.826Z] ---> Running in 1a9bf5c00cf4 [2020-11-07T00:40:42.826Z] ---> 5fb909be15c5 [2020-11-07T00:40:42.826Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-07T00:40:42.826Z] Removing intermediate container c8babf1b6965 [2020-11-07T00:40:42.826Z] ---> 4a779d267a3a [2020-11-07T00:40:42.826Z] [2020-11-07T00:40:42.826Z] Removing intermediate container 2771269ee87d [2020-11-07T00:40:42.826Z] ---> afeabb82d605 [2020-11-07T00:40:42.826Z] Step 20/21 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:40:42.826Z] Successfully built 4a779d267a3a [2020-11-07T00:40:42.826Z] ---> Running in 3d45e7367271 [2020-11-07T00:40:43.091Z] ---> Running in a1bd61723a81 [2020-11-07T00:40:43.092Z] Successfully tagged docker-security-proxy-setup-go:latest [2020-11-07T00:40:43.092Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2020-11-07T00:40:43.092Z] Removing intermediate container 9c432d25c0ef [2020-11-07T00:40:43.092Z] ---> c7e6e0a01c24 [2020-11-07T00:40:43.092Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-07T00:40:43.092Z] Removing intermediate container 1a9bf5c00cf4 [2020-11-07T00:40:43.092Z] ---> 0d4ca987bfb2 [2020-11-07T00:40:43.092Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:40:43.092Z] ---> Running in 542989bb5cab [2020-11-07T00:40:43.355Z] ---> Running in 018468a4b72d [2020-11-07T00:40:43.355Z] Removing intermediate container 3d45e7367271 [2020-11-07T00:40:43.355Z] ---> b5ed8bf14fea [2020-11-07T00:40:43.355Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:40:43.355Z] Removing intermediate container a1bd61723a81 [2020-11-07T00:40:43.355Z] ---> 076247f85163 [2020-11-07T00:40:43.355Z] Step 21/21 : LABEL version=0.0.0 [2020-11-07T00:40:43.621Z] ---> Running in 11eaf6c73b40 [2020-11-07T00:40:43.621Z] Removing intermediate container 542989bb5cab [2020-11-07T00:40:43.621Z] ---> a3151e890921 [2020-11-07T00:40:43.621Z] Step 22/24 : LABEL arch=x86_64 [2020-11-07T00:40:43.886Z] ---> Running in a9820df41880 [2020-11-07T00:40:44.161Z] Removing intermediate container 018468a4b72d [2020-11-07T00:40:44.161Z] ---> 0880a2ba0fe8 [2020-11-07T00:40:44.161Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:40:44.432Z] ---> Running in 43cf201aa05b [2020-11-07T00:40:44.432Z] ---> Running in f344ccbea80a [2020-11-07T00:40:44.432Z] Removing intermediate container a9820df41880 [2020-11-07T00:40:44.432Z] ---> bce3bb141b48 [2020-11-07T00:40:44.432Z] [2020-11-07T00:40:44.432Z] Removing intermediate container 11eaf6c73b40 [2020-11-07T00:40:44.432Z] ---> ff14df951ee1 [2020-11-07T00:40:44.432Z] Step 20/22 : LABEL arch=x86_64 [2020-11-07T00:40:44.700Z] ---> Running in 329d26ee9374 [2020-11-07T00:40:44.700Z] Successfully built bce3bb141b48 [2020-11-07T00:40:44.965Z] Successfully tagged docker-support-scheduler-go:latest [2020-11-07T00:40:44.965Z]  Building docker-support-scheduler-go ... done Removing intermediate container 43cf201aa05b [2020-11-07T00:40:44.965Z] ---> 9e7ee777ef9b [2020-11-07T00:40:44.965Z] Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 49.187s coverage: 86.3% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.938s coverage: 72.2% of statements [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.669s coverage: 72.1% of statements [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.091s coverage: 82.4% of statements [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.077s coverage: 48.4% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.140s coverage: 96.8% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.333s coverage: 36.5% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.538s coverage: 84.1% of statements [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.093s coverage: 42.9% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.065s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.106s coverage: 83.8% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.308s coverage: 47.1% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.952s coverage: 29.1% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.158s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2020-11-07T00:40:45.883Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements [2020-11-07T00:40:45.883Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2020-11-07T00:40:45.884Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2020-11-07T00:40:45.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements [2020-11-07T00:40:45.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements [2020-11-07T00:40:45.884Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements [2020-11-07T00:40:46.155Z] GO111MODULE=on go vet ./... [2020-11-07T00:40:47.539Z] Removing intermediate container f344ccbea80a [2020-11-07T00:40:47.539Z] ---> 39bd23c87012 [2020-11-07T00:40:47.539Z] [2020-11-07T00:40:47.539Z] Removing intermediate container 329d26ee9374 [2020-11-07T00:40:47.539Z] ---> 9cc847408ac9 [2020-11-07T00:40:47.539Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:40:47.807Z] Successfully built 39bd23c87012 [2020-11-07T00:40:47.807Z] Successfully tagged docker-core-command-go:latest [2020-11-07T00:40:48.082Z]  Building docker-core-command-go ... done  ---> Running in 86afbf3626b2 [2020-11-07T00:40:48.082Z] ---> Running in 0f80558917be [2020-11-07T00:40:48.666Z] Removing intermediate container 86afbf3626b2 [2020-11-07T00:40:48.666Z] ---> 9995883e1e38 [2020-11-07T00:40:48.666Z] Step 24/24 : LABEL version=0.0.0 [2020-11-07T00:40:48.666Z] Removing intermediate container 0f80558917be [2020-11-07T00:40:48.666Z] ---> 0b8d6a31a0a7 [2020-11-07T00:40:48.666Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:40:48.935Z] ---> Running in 513a660668d3 [2020-11-07T00:40:48.935Z] ---> Running in 1c1361893ccc [2020-11-07T00:40:49.890Z] Removing intermediate container 1c1361893ccc [2020-11-07T00:40:49.890Z] ---> e6b1cfe34177 [2020-11-07T00:40:49.890Z] [2020-11-07T00:40:50.158Z] Removing intermediate container 513a660668d3 [2020-11-07T00:40:50.158Z] ---> 67a06efd2be9 [2020-11-07T00:40:50.158Z] [2020-11-07T00:40:50.430Z] Successfully built e6b1cfe34177 [2020-11-07T00:40:50.696Z] Successfully built 67a06efd2be9 [2020-11-07T00:40:50.961Z] Successfully tagged docker-security-secretstore-setup-go:latest [2020-11-07T00:40:50.961Z]  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-core-metadata-go:latest [2020-11-07T00:40:55.363Z]  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:40:55.363Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:40:55.363Z] ---> 59e6b10bce76 [2020-11-07T00:40:55.363Z] Step 3/27 : WORKDIR /edgex-go [2020-11-07T00:40:55.363Z] ---> Using cache [2020-11-07T00:40:55.363Z] ---> 57ce8543d1bd [2020-11-07T00:40:55.363Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:40:55.363Z] ---> Using cache [2020-11-07T00:40:55.363Z] ---> 778ce69b431a [2020-11-07T00:40:55.363Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-07T00:40:55.363Z] ---> Running in dd53de677c45 [2020-11-07T00:40:56.326Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:40:57.276Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:40:58.224Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:40:58.224Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:40:58.224Z] OK: 12752 distinct packages available [2020-11-07T00:40:58.486Z] OK: 233 MiB in 51 packages [2020-11-07T00:40:59.074Z] Removing intermediate container dd53de677c45 [2020-11-07T00:40:59.074Z] ---> 9df53d115c40 [2020-11-07T00:40:59.074Z] Step 6/27 : COPY go.mod . [2020-11-07T00:40:59.340Z] ---> e72e7d8e1c1f [2020-11-07T00:40:59.340Z] Step 7/27 : RUN go mod download [2020-11-07T00:40:59.340Z] ---> Running in 048a27c256a1 [2020-11-07T00:41:01.277Z] Removing intermediate container 048a27c256a1 [2020-11-07T00:41:01.277Z] ---> 67eb211c47f4 [2020-11-07T00:41:01.277Z] Step 8/27 : COPY . . [2020-11-07T00:41:16.290Z] ---> f4791a69bd59 [2020-11-07T00:41:16.290Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-07T00:41:16.290Z] ---> Running in 21df109bc007 [2020-11-07T00:41:16.290Z] 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-11-07T00:41:28.692Z] Removing intermediate container 21df109bc007 [2020-11-07T00:41:28.692Z] ---> 32516b7fc145 [2020-11-07T00:41:28.692Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-07T00:41:28.692Z] ---> Running in c2e446deacea [2020-11-07T00:41:28.692Z] 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-11-07T00:41:28.959Z] Removing intermediate container c2e446deacea [2020-11-07T00:41:28.959Z] ---> 384ee5b61868 [2020-11-07T00:41:28.959Z] [2020-11-07T00:41:28.959Z] Step 11/27 : FROM docker:latest [2020-11-07T00:41:28.959Z] ---> 6972c414f322 [2020-11-07T00:41:28.959Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-07T00:41:28.959Z] ---> Running in 092ded63a3c1 [2020-11-07T00:41:29.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:41:29.934Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:41:30.197Z] (1/2) Installing readline (8.0.4-r0) [2020-11-07T00:41:30.197Z] (2/2) Installing bash (5.0.17-r0) [2020-11-07T00:41:30.460Z] Executing bash-5.0.17-r0.post-install [2020-11-07T00:41:30.460Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:41:30.460Z] OK: 12 MiB in 22 packages [2020-11-07T00:41:30.726Z] Removing intermediate container 092ded63a3c1 [2020-11-07T00:41:30.726Z] ---> aad5cb37122f [2020-11-07T00:41:30.726Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-07T00:41:30.989Z] ---> Running in 1ff0a761cee8 [2020-11-07T00:41:31.945Z] Removing intermediate container 1ff0a761cee8 [2020-11-07T00:41:31.945Z] ---> 12decbcb1d8f [2020-11-07T00:41:31.945Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-07T00:41:31.945Z] ---> Running in 227ce5e9ae9f [2020-11-07T00:41:32.207Z] Removing intermediate container 227ce5e9ae9f [2020-11-07T00:41:32.207Z] ---> c56edd36ed09 [2020-11-07T00:41:32.207Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-07T00:41:32.207Z] ---> Running in c0bfb8ba31e3 [2020-11-07T00:41:32.207Z] Removing intermediate container c0bfb8ba31e3 [2020-11-07T00:41:32.207Z] ---> 0a2bb0146937 [2020-11-07T00:41:32.207Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-07T00:41:32.469Z] ---> Running in 83c968fb1080 [2020-11-07T00:41:32.469Z] Removing intermediate container 83c968fb1080 [2020-11-07T00:41:32.469Z] ---> ab429ca12570 [2020-11-07T00:41:32.469Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-07T00:41:33.043Z] ---> d12cbdb52a35 [2020-11-07T00:41:33.043Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-07T00:41:33.305Z] ---> 4860fe59bf2c [2020-11-07T00:41:33.305Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-07T00:41:33.569Z] ---> ce0f08f2e9a9 [2020-11-07T00:41:33.569Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-07T00:41:33.832Z] ---> Running in 8dbad02047e4 [2020-11-07T00:41:34.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:41:34.407Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:41:34.669Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-07T00:41:34.669Z] (2/33) Installing expat (2.2.9-r1) [2020-11-07T00:41:34.669Z] (3/33) Installing libffi (3.3-r2) [2020-11-07T00:41:34.669Z] (4/33) Installing gdbm (1.13-r1) [2020-11-07T00:41:34.669Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-07T00:41:34.669Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-07T00:41:34.669Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-07T00:41:36.071Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-07T00:41:36.071Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-07T00:41:36.071Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-07T00:41:36.071Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-07T00:41:36.071Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-07T00:41:36.071Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-07T00:41:36.071Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-07T00:41:36.071Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-07T00:41:36.071Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-07T00:41:36.071Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-07T00:41:36.071Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-07T00:41:36.071Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-07T00:41:36.071Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-07T00:41:36.071Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-07T00:41:36.071Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-07T00:41:36.071Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-07T00:41:36.333Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-07T00:41:36.333Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-07T00:41:36.333Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-07T00:41:36.333Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-07T00:41:36.333Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-07T00:41:36.333Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-07T00:41:36.333Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-07T00:41:36.333Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-07T00:41:36.333Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-07T00:41:36.333Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-07T00:41:36.599Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:41:36.599Z] OK: 71 MiB in 55 packages [2020-11-07T00:41:46.667Z] Removing intermediate container 8dbad02047e4 [2020-11-07T00:41:46.667Z] ---> 2b6e9c0b7acb [2020-11-07T00:41:46.667Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-07T00:41:46.667Z] ---> Running in 3c9a3971ca92 [2020-11-07T00:41:46.930Z] Collecting docker-compose==1.23.2 [2020-11-07T00:41:47.191Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-07T00:41:47.453Z] Collecting docker<4.0,>=3.6.0 [2020-11-07T00:41:47.453Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-07T00:41:47.453Z] Collecting docopt<0.7,>=0.6.1 [2020-11-07T00:41:47.453Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-07T00:41:48.031Z] 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-11-07T00:41:48.329Z] Collecting cached-property<2,>=1.2.0 [2020-11-07T00:41:48.329Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-07T00:41:48.329Z] Collecting jsonschema<3,>=2.5.1 [2020-11-07T00:41:48.330Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-07T00:41:48.595Z] Collecting PyYAML<4,>=3.10 [2020-11-07T00:41:48.595Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-07T00:41:49.548Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-07T00:41:49.548Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-07T00:41:49.813Z] Collecting texttable<0.10,>=0.9.0 [2020-11-07T00:41:49.813Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-07T00:41:50.390Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-07T00:41:50.390Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-07T00:41:50.390Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-07T00:41:50.390Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-07T00:41:50.967Z] Collecting docker-pycreds>=0.4.0 [2020-11-07T00:41:50.967Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-07T00:41:51.229Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-07T00:41:51.229Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-07T00:41:51.229Z] 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-11-07T00:41:51.229Z] 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-11-07T00:41:51.229Z] Collecting idna<2.8,>=2.5 [2020-11-07T00:41:51.493Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-07T00:41:51.493Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-07T00:41:51.493Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-07T00:41:51.493Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-07T00:41:51.493Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-07T00:41:51.493Z] Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, cached-property, jsonschema, PyYAML, texttable, dockerpty, docker-compose [2020-11-07T00:41:51.493Z] Attempting uninstall: urllib3 [2020-11-07T00:41:51.493Z] Found existing installation: urllib3 1.25.9 [2020-11-07T00:41:51.493Z] Uninstalling urllib3-1.25.9: [2020-11-07T00:41:51.756Z] Successfully uninstalled urllib3-1.25.9 [2020-11-07T00:41:51.756Z] Attempting uninstall: idna [2020-11-07T00:41:51.756Z] Found existing installation: idna 2.9 [2020-11-07T00:41:51.756Z] Uninstalling idna-2.9: [2020-11-07T00:41:52.017Z] Successfully uninstalled idna-2.9 [2020-11-07T00:41:52.018Z] Attempting uninstall: requests [2020-11-07T00:41:52.018Z] Found existing installation: requests 2.23.0 [2020-11-07T00:41:52.018Z] Uninstalling requests-2.23.0: [2020-11-07T00:41:52.018Z] Successfully uninstalled requests-2.23.0 [2020-11-07T00:41:52.595Z] Running setup.py install for docopt: started [2020-11-07T00:41:53.169Z] Running setup.py install for docopt: finished with status 'done' [2020-11-07T00:41:53.169Z] Running setup.py install for PyYAML: started [2020-11-07T00:41:53.744Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-07T00:41:53.744Z] Running setup.py install for texttable: started [2020-11-07T00:41:54.167Z] gofmt -l . [2020-11-07T00:41:54.322Z] Running setup.py install for texttable: finished with status 'done' [2020-11-07T00:41:54.322Z] Running setup.py install for dockerpty: started [2020-11-07T00:41:54.897Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-07T00:41:55.158Z] 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-11-07T00:41:57.555Z] [ "`gofmt -l .`" = "" ] [2020-11-07T00:41:58.991Z] Removing intermediate container 3c9a3971ca92 [2020-11-07T00:41:58.991Z] ---> b92d2ec5052d [2020-11-07T00:41:58.991Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-07T00:41:58.991Z] ---> Running in 40dcde9babe8 [2020-11-07T00:41:59.525Z] ./bin/test-go-mod-tidy.sh [2020-11-07T00:41:59.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-11-07T00:41:59.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-11-07T00:41:59.922Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-07T00:41:59.922Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-07T00:41:59.922Z] (3/3) Installing curl (7.69.1-r1) [2020-11-07T00:41:59.922Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:41:59.922Z] OK: 72 MiB in 58 packages [2020-11-07T00:42:00.511Z] ./bin/test-attribution-txt.sh [2020-11-07T00:42:00.913Z] Removing intermediate container 40dcde9babe8 [2020-11-07T00:42:00.913Z] ---> fa7918d0276b [2020-11-07T00:42:00.913Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-07T00:42:00.913Z] ---> Running in 1aa0d553291a [2020-11-07T00:42:00.913Z] Removing intermediate container 1aa0d553291a [2020-11-07T00:42:00.913Z] ---> f25d905ef824 [2020-11-07T00:42:00.913Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:42:01.176Z] ---> Running in f0dd8ca5209d [2020-11-07T00:42:01.176Z] Removing intermediate container f0dd8ca5209d [2020-11-07T00:42:01.176Z] ---> 08baef07ac38 [2020-11-07T00:42:01.176Z] Step 25/27 : LABEL arch=x86_64 [2020-11-07T00:42:01.444Z] ---> Running in 7a93924c8726 [2020-11-07T00:42:01.444Z] Removing intermediate container 7a93924c8726 [2020-11-07T00:42:01.444Z] ---> 142621640ba9 [2020-11-07T00:42:01.444Z] Step 26/27 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:42:01.444Z] ---> Running in 5dac2e990f41 [2020-11-07T00:42:01.730Z] Removing intermediate container 5dac2e990f41 [2020-11-07T00:42:01.730Z] ---> 70cf34f0c472 [2020-11-07T00:42:01.730Z] Step 27/27 : LABEL version=0.0.0 [2020-11-07T00:42:01.730Z] ---> Running in 7bbc753c00bd [2020-11-07T00:42:01.995Z] Removing intermediate container 7bbc753c00bd [2020-11-07T00:42:01.995Z] ---> bb41ed93a4bb [2020-11-07T00:42:01.995Z] [2020-11-07T00:42:02.257Z] Successfully built bb41ed93a4bb [2020-11-07T00:42:02.257Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2020-11-07T00:42:02.845Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2020-11-07T00:42:02.877Z] $ docker stop --time=1 a81ca990975adc7bd656abe86a51fa8edc74c51ef804b6fb4c3bae93b22db531 [2020-11-07T00:42:04.674Z] $ docker rm -f a81ca990975adc7bd656abe86a51fa8edc74c51ef804b6fb4c3bae93b22db531 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh [2020-11-07T00:42:05.250Z] + docker images [2020-11-07T00:42:05.250Z] + grep docker [2020-11-07T00:42:05.655Z] + ls -al . [2020-11-07T00:42:05.655Z] total 664 [2020-11-07T00:42:05.655Z] drwxrwxr-x 9 1001 1001 4096 Nov 7 00:42 . [2020-11-07T00:42:05.655Z] drwxr-xr-x 4 root root 4096 Nov 7 00:37 .. [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 11 Nov 7 00:35 .dockerignore [2020-11-07T00:42:05.655Z] drwxrwxr-x 8 1001 1001 4096 Nov 7 00:36 .git [2020-11-07T00:42:05.655Z] drwxrwxr-x 3 1001 1001 4096 Nov 7 00:35 .github [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 944 Nov 7 00:35 .gitignore [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 166 Nov 7 00:35 .sonarcloud.properties [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 3804 Nov 7 00:35 CONTRIBUTING.md [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 1035 Nov 7 00:35 Dockerfile.build [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 863 Nov 7 00:35 Jenkinsfile [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 10775 Nov 7 00:35 LICENSE [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 6611 Nov 7 00:35 Makefile [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 6447 Nov 7 00:35 README.md [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 7286 Nov 7 00:35 SECURITY.md [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 5 Nov 7 00:32 VERSION [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 4131 Nov 7 00:35 ZMQWindows.md [2020-11-07T00:42:05.655Z] drwxrwxr-x 2 1001 1001 4096 Nov 7 00:35 bin [2020-11-07T00:42:05.655Z] drwxrwxr-x 15 1001 1001 4096 Nov 7 00:35 cmd [2020-11-07T00:42:05.655Z] -rw-r--r-- 1 root root 539650 Nov 7 00:40 coverage.out [2020-11-07T00:42:05.655Z] -rw-r--r-- 1 root root 1041 Nov 7 00:41 go.mod [2020-11-07T00:42:05.655Z] -rw-r--r-- 1 root root 18582 Nov 7 00:42 go.sum [2020-11-07T00:42:05.655Z] drwxrwxr-x 8 1001 1001 4096 Nov 7 00:35 internal [2020-11-07T00:42:05.655Z] drwxrwxr-x 4 1001 1001 4096 Nov 7 00:35 openapi [2020-11-07T00:42:05.655Z] drwxrwxr-x 4 1001 1001 4096 Nov 7 00:35 snap [2020-11-07T00:42:05.655Z] -rw-rw-r-- 1 1001 1001 168 Nov 7 00:35 version.go [Pipeline] sh [2020-11-07T00:42:05.831Z] docker-sys-mgmt-agent-go latest bb41ed93a4bb 4 seconds ago 290MB [2020-11-07T00:42:05.832Z] docker-security-secretstore-setup-go latest e6b1cfe34177 About a minute ago 24.8MB [2020-11-07T00:42:05.832Z] docker-core-metadata-go latest 67a06efd2be9 About a minute ago 14.5MB [2020-11-07T00:42:05.832Z] docker-core-command-go latest 39bd23c87012 About a minute ago 12.2MB [2020-11-07T00:42:05.832Z] docker-support-scheduler-go latest bce3bb141b48 About a minute ago 12.3MB [2020-11-07T00:42:05.832Z] docker-security-proxy-setup-go latest 4a779d267a3a About a minute ago 15.8MB [2020-11-07T00:42:05.832Z] docker-core-data-go latest d5642f26e6d2 3 minutes ago 23.7MB [2020-11-07T00:42:05.832Z] docker-security-bootstrap-redis-go latest 8617328e00a4 3 minutes ago 15.9MB [2020-11-07T00:42:05.832Z] docker-support-notifications-go latest 1cc84c2be458 3 minutes ago 13.6MB [2020-11-07T00:42:05.832Z] docker-security-secrets-setup-go latest ee102ce50188 3 minutes ago 24MB [2020-11-07T00:42:05.832Z] docker-support-logging-go latest d6022925a68d 3 minutes ago 11.1MB [2020-11-07T00:42:05.832Z] docker latest 6972c414f322 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2020-11-07T00:42:06.318Z] + '[' -e coverage.out ] [2020-11-07T00:42:06.318Z] + chown 1001:1001 coverage.out [Pipeline] // stage [Pipeline] stash [2020-11-07T00:42:06.531Z] Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2020-11-07T00:42:07.836Z] Stashed 1 file(s) [Pipeline] sh [2020-11-07T00:42:08.567Z] + make build [2020-11-07T00:42:08.567Z] 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-11-07T00:42:21.775Z] Still waiting to schedule task [2020-11-07T00:42:21.776Z] Waiting for next available executor on ‘prd-centos7-docker-8c-8g-11448’ [2020-11-07T00:42:35.411Z] 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-11-07T00:42:45.544Z] 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-11-07T00:42:49.852Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-07T00:42:54.168Z] 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-11-07T00:42:59.590Z] 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-11-07T00:43:00.189Z] 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-11-07T00:43:06.127Z] 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-11-07T00:43:12.829Z] 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-11-07T00:43:16.209Z] 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-11-07T00:43:20.513Z] 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-11-07T00:43:24.844Z] 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-11-07T00:43:29.170Z] 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 [Pipeline] } [2020-11-07T00:43:33.488Z] $ docker stop --time=1 7f6150e34f80a23dbd8e497844f2adb06080987f849c7f360d1d6c9fbfccaf09 [2020-11-07T00:43:36.042Z] $ docker rm -f 7f6150e34f80a23dbd8e497844f2adb06080987f849c7f360d1d6c9fbfccaf09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:43:38.205Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-07T00:43:38.477Z] [2020-11-07T00:43:38.477Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:43:38.865Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-07T00:43:39.137Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2020-11-07T00:43:39.137Z] 29e5d40040c1: Pulling fs layer [2020-11-07T00:43:39.137Z] 1ce36da41761: Pulling fs layer [2020-11-07T00:43:39.137Z] 25b303627fd3: Pulling fs layer [2020-11-07T00:43:39.413Z] 29e5d40040c1: Verifying Checksum [2020-11-07T00:43:39.413Z] 29e5d40040c1: Download complete [2020-11-07T00:43:40.013Z] 29e5d40040c1: Pull complete [2020-11-07T00:43:40.013Z] 1ce36da41761: Verifying Checksum [2020-11-07T00:43:40.013Z] 1ce36da41761: Download complete [2020-11-07T00:43:41.451Z] 1ce36da41761: Pull complete [2020-11-07T00:43:41.451Z] 25b303627fd3: Verifying Checksum [2020-11-07T00:43:41.451Z] 25b303627fd3: Download complete [2020-11-07T00:43:51.600Z] 25b303627fd3: Pull complete [2020-11-07T00:43:51.600Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2020-11-07T00:43:51.600Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-07T00:43:51.600Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2020-11-07T00:43:51.856Z] prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container [2020-11-07T00:43:51.934Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@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-11-07T00:43:55.589Z] $ docker top e709457d404145524d690369db25dfb7cc304db507b6747a2879085d3c160b86 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:43:57.067Z] + + docker-composegrep build parallel [2020-11-07T00:43:57.067Z] --help [2020-11-07T00:44:01.369Z] --parallel Build images in parallel. [Pipeline] } [2020-11-07T00:44:01.377Z] $ docker stop --time=1 e709457d404145524d690369db25dfb7cc304db507b6747a2879085d3c160b86 [2020-11-07T00:44:03.438Z] $ docker rm -f e709457d404145524d690369db25dfb7cc304db507b6747a2879085d3c160b86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:44:04.348Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2020-11-07T00:44:04.348Z] . [Pipeline] withDockerContainer [2020-11-07T00:44:04.660Z] prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container [2020-11-07T00:44:04.775Z] $ 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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2020-11-07T00:44:06.347Z] $ docker top 79bb88fa842976b4ad2b0d9fa85711cf7a6cb4859cff787b597cede00f8c536c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:44:07.482Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2020-11-07T00:44:12.874Z] Building docker-core-command-go ... [2020-11-07T00:44:12.874Z] Building docker-core-data-go ... [2020-11-07T00:44:12.874Z] Building docker-core-metadata-go ... [2020-11-07T00:44:12.874Z] Building docker-security-bootstrap-redis-go ... [2020-11-07T00:44:12.874Z] Building docker-security-proxy-setup-go ... [2020-11-07T00:44:12.874Z] Building docker-security-secrets-setup-go ... [2020-11-07T00:44:12.874Z] Building docker-security-secretstore-setup-go ... [2020-11-07T00:44:12.874Z] Building docker-support-logging-go ... [2020-11-07T00:44:12.874Z] Building docker-support-notifications-go ... [2020-11-07T00:44:12.874Z] Building docker-support-scheduler-go ... [2020-11-07T00:44:12.874Z] Building docker-sys-mgmt-agent-go ... [2020-11-07T00:44:12.874Z] Building docker-security-secretstore-setup-go [2020-11-07T00:44:12.874Z] Building docker-sys-mgmt-agent-go [2020-11-07T00:44:12.874Z] Building docker-support-notifications-go [2020-11-07T00:44:12.874Z] Building docker-security-bootstrap-redis-go [2020-11-07T00:44:12.874Z] Building docker-support-scheduler-go [2020-11-07T00:44:19.205Z] Running on prd-centos7-docker-8c-8g-11451 in /w/workspace/edgexfoundry_edgex-go_PR-2688 [Pipeline] { [Pipeline] ws [2020-11-07T00:44:19.257Z] Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] checkout [2020-11-07T00:44:21.989Z] using credential edgex-jenkins-ssh [2020-11-07T00:44:22.040Z] Cloning the remote Git repository [2020-11-07T00:44:22.064Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2020-11-07T00:44:22.143Z] > git init /w/workspace/edgex-go/39 # timeout=10 [2020-11-07T00:44:22.170Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-07T00:44:22.170Z] > git --version # timeout=10 [2020-11-07T00:44:22.177Z] > git --version # 'git version 2.16.5' [2020-11-07T00:44:22.177Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-07T00:44:22.204Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-07T00:44:42.541Z] Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 [2020-11-07T00:44:42.875Z] Merge succeeded, producing 29506a145f78d3c3a265c8023c0556baedb5187a [2020-11-07T00:44:42.875Z] Checking out Revision 29506a145f78d3c3a265c8023c0556baedb5187a (PR-2688) [2020-11-07T00:44:41.977Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-07T00:44:41.984Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-11-07T00:44:41.997Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2020-11-07T00:44:42.010Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2020-11-07T00:44:42.010Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-07T00:44:42.014Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2688/head:refs/remotes/origin/PR-2688 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-11-07T00:44:42.552Z] > git config core.sparsecheckout # timeout=10 [2020-11-07T00:44:42.557Z] > git checkout -f a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 # timeout=10 [2020-11-07T00:44:42.706Z] > git remote # timeout=10 [2020-11-07T00:44:42.711Z] > git config --get remote.origin.url # timeout=10 [2020-11-07T00:44:42.715Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-11-07T00:44:42.718Z] > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 [2020-11-07T00:44:42.871Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-11-07T00:44:42.880Z] > git config core.sparsecheckout # timeout=10 [2020-11-07T00:44:42.884Z] > git checkout -f 29506a145f78d3c3a265c8023c0556baedb5187a # timeout=10 [2020-11-07T00:44:46.540Z] Commit message: "Merge commit 'e390d2e8669e02a2433017a3e20d0713a53de70e' into HEAD" [2020-11-07T00:44:46.552Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2020-11-07T00:44:47.763Z] ++ find /w/workspace/edgex-go/39 [2020-11-07T00:44:47.763Z] ++ grep snapcraft.yaml [2020-11-07T00:44:47.763Z] + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/39/snap/snapcraft.yaml [2020-11-07T00:44:46.546Z] > git rev-list --no-walk dc88de66f537d99954bad33b5948721b0e9eb814 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-07T00:44:47.922Z] provisioning config files... [2020-11-07T00:44:47.933Z] copy managed file [EdgeX] to file:/w/workspace/edgex-go/39@tmp/config1308037692380767682tmp [Pipeline] { [Pipeline] sh [2020-11-07T00:44:48.312Z] + cp /w/workspace/edgex-go/39@tmp/config1308037692380767682tmp /w/workspace/edgex-go/39/edgex-snap-store-login [Pipeline] sh [2020-11-07T00:44:48.630Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/39:/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-11-07T00:44:48.895Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-11-07T00:44:48.895Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-11-07T00:44:48.895Z] f08d8e2a3ba1: Pulling fs layer [2020-11-07T00:44:48.895Z] 3baa9cb2483b: Pulling fs layer [2020-11-07T00:44:48.895Z] 94e5ff4c0b15: Pulling fs layer [2020-11-07T00:44:48.895Z] 1860925334f9: Pulling fs layer [2020-11-07T00:44:48.895Z] 2daf38717194: Pulling fs layer [2020-11-07T00:44:48.895Z] 309017e8d7a4: Pulling fs layer [2020-11-07T00:44:48.895Z] f7790dc9fd0f: Pulling fs layer [2020-11-07T00:44:48.895Z] cac0ae9282c2: Pulling fs layer [2020-11-07T00:44:48.895Z] 1f4cadf9a1ed: Pulling fs layer [2020-11-07T00:44:48.895Z] 1860925334f9: Waiting [2020-11-07T00:44:48.895Z] f7790dc9fd0f: Waiting [2020-11-07T00:44:48.895Z] 2daf38717194: Waiting [2020-11-07T00:44:48.895Z] cac0ae9282c2: Waiting [2020-11-07T00:44:48.895Z] 309017e8d7a4: Waiting [2020-11-07T00:44:48.895Z] 94e5ff4c0b15: Verifying Checksum [2020-11-07T00:44:48.895Z] 94e5ff4c0b15: Download complete [2020-11-07T00:44:48.895Z] 3baa9cb2483b: Verifying Checksum [2020-11-07T00:44:48.895Z] 3baa9cb2483b: Download complete [2020-11-07T00:44:48.895Z] 1860925334f9: Verifying Checksum [2020-11-07T00:44:48.895Z] 1860925334f9: Download complete [2020-11-07T00:44:48.895Z] 309017e8d7a4: Verifying Checksum [2020-11-07T00:44:48.895Z] 309017e8d7a4: Download complete [2020-11-07T00:44:48.895Z] f7790dc9fd0f: Download complete [2020-11-07T00:44:48.895Z] cac0ae9282c2: Verifying Checksum [2020-11-07T00:44:48.895Z] cac0ae9282c2: Download complete [2020-11-07T00:44:49.162Z] 1f4cadf9a1ed: Verifying Checksum [2020-11-07T00:44:49.162Z] 1f4cadf9a1ed: Download complete [2020-11-07T00:44:50.555Z] f08d8e2a3ba1: Verifying Checksum [2020-11-07T00:44:50.555Z] f08d8e2a3ba1: Download complete [2020-11-07T00:44:51.949Z] f08d8e2a3ba1: Pull complete [2020-11-07T00:44:51.949Z] 3baa9cb2483b: Pull complete [2020-11-07T00:44:51.949Z] 94e5ff4c0b15: Pull complete [2020-11-07T00:44:52.211Z] 1860925334f9: Pull complete [2020-11-07T00:44:56.439Z] 2daf38717194: Verifying Checksum [2020-11-07T00:44:56.439Z] 2daf38717194: Download complete [2020-11-07T00:45:18.483Z] 2daf38717194: Pull complete [2020-11-07T00:45:18.483Z] 309017e8d7a4: Pull complete [2020-11-07T00:45:18.483Z] f7790dc9fd0f: Pull complete [2020-11-07T00:45:18.483Z] cac0ae9282c2: Pull complete [2020-11-07T00:45:18.483Z] 1f4cadf9a1ed: Pull complete [2020-11-07T00:45:18.483Z] Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 [2020-11-07T00:45:18.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-11-07T00:45:22.703Z] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-07T00:45:22.703Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-11-07T00:45:22.703Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-11-07T00:45:22.965Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-11-07T00:45:22.965Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB] [2020-11-07T00:45:23.228Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] [2020-11-07T00:45:23.491Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-11-07T00:45:23.491Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-11-07T00:45:23.491Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB] [2020-11-07T00:45:23.491Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB] [2020-11-07T00:45:23.758Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-11-07T00:45:23.758Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-11-07T00:45:23.758Z] Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-11-07T00:45:23.758Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-11-07T00:45:24.717Z] Fetched 8178 kB in 2s (3899 kB/s) [2020-11-07T00:45:26.639Z] Reading package lists... [2020-11-07T00:45:28.572Z] 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-11-07T00:45:28.572Z] - README.md [2020-11-07T00:45:28.572Z] [2020-11-07T00:45:28.572Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2020-11-07T00:45:31.891Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-07T00:45:31.891Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-07T00:45:31.891Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-11-07T00:45:31.891Z] 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-11-07T00:45:33.788Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 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... 42% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% 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... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% 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-11-07T00:45:34.672Z] Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:45:34.672Z] Step 2/27 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:45:34.672Z] ---> c73a52dbe150 [2020-11-07T00:45:34.672Z] Step 3/27 : WORKDIR /edgex-go [2020-11-07T00:45:34.672Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:45:34.672Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:45:34.672Z] ---> c73a52dbe150 [2020-11-07T00:45:34.672Z] Step 3/24 : WORKDIR /edgex-go [2020-11-07T00:45:34.672Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:45:34.672Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:45:34.672Z] ---> c73a52dbe150 [2020-11-07T00:45:34.672Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:45:34.672Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:45:34.672Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:45:34.672Z] ---> c73a52dbe150 [2020-11-07T00:45:34.672Z] Step 3/24 : WORKDIR /edgex-go [2020-11-07T00:45:34.672Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:45:34.672Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:45:34.672Z] ---> c73a52dbe150 [2020-11-07T00:45:34.672Z] Step 3/21 : WORKDIR /edgex-go [2020-11-07T00:45:34.672Z] ---> Running in 6a0af7f61d0d [2020-11-07T00:45:34.672Z] ---> Running in 271810cbd89c [2020-11-07T00:45:34.672Z] ---> Running in c8670c277781 [2020-11-07T00:45:34.672Z] ---> Running in 5badec551b7b [2020-11-07T00:45:34.672Z] ---> Running in d6ffa8ceff82 [2020-11-07T00:45:34.672Z] Removing intermediate container 5badec551b7b [2020-11-07T00:45:34.672Z] ---> 56dfbaebc15e [2020-11-07T00:45:34.672Z] Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:45:34.672Z] Removing intermediate container 6a0af7f61d0d [2020-11-07T00:45:34.672Z] ---> 1ce32b1155dc [2020-11-07T00:45:34.672Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:45:34.672Z] Removing intermediate container c8670c277781 [2020-11-07T00:45:34.672Z] ---> b50c220b8be3 [2020-11-07T00:45:34.672Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:45:34.672Z] Removing intermediate container 271810cbd89c [2020-11-07T00:45:34.672Z] ---> b1bca51b0864 [2020-11-07T00:45:34.672Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:45:34.672Z] Removing intermediate container d6ffa8ceff82 [2020-11-07T00:45:34.672Z] ---> d4ff30fb0f98 [2020-11-07T00:45:34.672Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:45:34.672Z] ---> Running in 3cf13927b6bc [2020-11-07T00:45:34.672Z] ---> Running in 7a2fa6e5ce61 [2020-11-07T00:45:34.672Z] ---> Running in 8a3d1b0a0139 [2020-11-07T00:45:34.672Z] ---> Running in 2285710bb59c [2020-11-07T00:45:34.672Z] ---> Running in 24011f7a75dc [2020-11-07T00:45:35.658Z] Removing intermediate container 8a3d1b0a0139 [2020-11-07T00:45:35.658Z] ---> 7ca4140952a0 [2020-11-07T00:45:35.658Z] Step 5/22 : RUN apk update && apk add make git [2020-11-07T00:45:35.932Z] ---> Running in 628dc32fb766 [2020-11-07T00:45:36.205Z] Removing intermediate container 3cf13927b6bc [2020-11-07T00:45:36.205Z] ---> 84e817e1d8fa [2020-11-07T00:45:36.205Z] Step 5/27 : RUN apk update && apk add make bash git [2020-11-07T00:45:36.478Z] ---> Running in 6a049252fb37 [2020-11-07T00:45:36.478Z] Removing intermediate container 7a2fa6e5ce61 [2020-11-07T00:45:36.478Z] ---> 13e096c694e0 [2020-11-07T00:45:36.478Z] Step 5/24 : RUN apk update && apk add make bash git ca-certificates [2020-11-07T00:45:36.755Z] Removing intermediate container 24011f7a75dc [2020-11-07T00:45:36.755Z] ---> ff22e9d950e9 [2020-11-07T00:45:36.755Z] Step 5/21 : RUN apk update && apk add make git [2020-11-07T00:45:36.755Z] Removing intermediate container 2285710bb59c [2020-11-07T00:45:36.755Z] ---> f31ebdeefb66 [2020-11-07T00:45:36.755Z] Step 5/24 : RUN apk update && apk add make git [2020-11-07T00:45:36.755Z] ---> Running in 780874ea354e [2020-11-07T00:45:37.042Z] ---> Running in a018f29057dd [2020-11-07T00:45:37.042Z] ---> Running in 0465119f6adc [2020-11-07T00:45:38.013Z] 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-11-07T00:45:38.501Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:39.102Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:39.374Z] 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... 26% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 69% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% 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... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% 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-11-07T00:45:39.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:39.375Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:39.635Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree [2020-11-07T00:45:39.635Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-11-07T00:45:39.646Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:39.896Z] The following packages were automatically installed and are no longer required: [2020-11-07T00:45:39.896Z] libjq1 libonig4 [2020-11-07T00:45:39.896Z] Use 'sudo apt autoremove' to remove them. [2020-11-07T00:45:39.896Z] Suggested packages: [2020-11-07T00:45:39.896Z] binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring [2020-11-07T00:45:39.896Z] gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf [2020-11-07T00:45:39.896Z] automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg [2020-11-07T00:45:39.896Z] libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg [2020-11-07T00:45:39.896Z] libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run [2020-11-07T00:45:39.896Z] | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs [2020-11-07T00:45:39.896Z] git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc [2020-11-07T00:45:39.896Z] make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl [2020-11-07T00:45:39.896Z] | libterm-readline-perl-perl [2020-11-07T00:45:40.239Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:40.240Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:40.471Z] The following NEW packages will be installed: [2020-11-07T00:45:40.471Z] binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake [2020-11-07T00:45:40.471Z] cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib [2020-11-07T00:45:40.471Z] g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man [2020-11-07T00:45:40.471Z] less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 [2020-11-07T00:45:40.471Z] lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 [2020-11-07T00:45:40.471Z] lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl [2020-11-07T00:45:40.471Z] libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils [2020-11-07T00:45:40.471Z] libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 [2020-11-07T00:45:40.471Z] libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot [2020-11-07T00:45:40.471Z] libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 [2020-11-07T00:45:40.471Z] libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 [2020-11-07T00:45:40.471Z] libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 [2020-11-07T00:45:40.471Z] libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 [2020-11-07T00:45:40.471Z] libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 [2020-11-07T00:45:40.471Z] libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 [2020-11-07T00:45:40.471Z] libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch [2020-11-07T00:45:40.471Z] perl perl-modules-5.26 pkg-config unzip zip [2020-11-07T00:45:40.471Z] The following packages will be upgraded: [2020-11-07T00:45:40.471Z] libc6 perl-base [2020-11-07T00:45:40.471Z] 2 upgraded, 101 newly installed, 0 to remove and 35 not upgraded. [2020-11-07T00:45:40.471Z] Need to get 84.4 MB of archives. [2020-11-07T00:45:40.471Z] After this operation, 369 MB of additional disk space will be used. [2020-11-07T00:45:40.509Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:40.738Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2020-11-07T00:45:41.108Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:41.108Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:45:41.108Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:45:41.108Z] OK: 12623 distinct packages available [2020-11-07T00:45:41.319Z] 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 688 kB/1391 kB 49%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] [2020-11-07T00:45:41.385Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:45:41.386Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:45:41.386Z] OK: 12623 distinct packages available [2020-11-07T00:45:41.585Z] 2% [2 libc6 22.9 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] [2020-11-07T00:45:41.585Z] 4% [3 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 5% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2020-11-07T00:45:41.585Z] 5% [4 perl-modules-5.26 0 B/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-11-07T00:45:41.585Z] 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-11-07T00:45:41.585Z] 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-11-07T00:45:41.664Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:45:41.664Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:45:41.664Z] OK: 12623 distinct packages available [2020-11-07T00:45:41.857Z] 8% [7 libperl5.26 20.5 kB/3534 kB 1%] 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-11-07T00:45:41.857Z] 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-11-07T00:45:41.857Z] 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-11-07T00:45:41.857Z] 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-11-07T00:45:41.857Z] 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-11-07T00:45:41.857Z] 14% [12 binutils-common 0 B/196 kB 0%] 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-11-07T00:45:41.857Z] 14% [13 libbinutils 0 B/488 kB 0%] 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-11-07T00:45:41.942Z] OK: 217 MiB in 51 packages [2020-11-07T00:45:42.125Z] 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-11-07T00:45:42.125Z] 17% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] [2020-11-07T00:45:42.125Z] 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-122.124 [998 kB] [2020-11-07T00:45:42.125Z] 17% [17 linux-libc-dev 16.2 kB/998 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-11-07T00:45:42.224Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:45:42.224Z] OK: 217 MiB in 51 packages [2020-11-07T00:45:42.412Z] 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 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-11-07T00:45:42.412Z] 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-11-07T00:45:42.412Z] 21% [20 libisl19 17.5 kB/551 kB 3%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] [2020-11-07T00:45:42.412Z] 22% [21 libmpfr6 4096 B/243 kB 2%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] [2020-11-07T00:45:42.412Z] 22% [22 libmpc3 9306 B/40.8 kB 23%] 22% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2020-11-07T00:45:42.506Z] OK: 217 MiB in 51 packages [2020-11-07T00:45:42.678Z] 22% [23 cpp-7 33.8 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-11-07T00:45:42.678Z] 31% [24 cpp 27.6 kB/27.7 kB 100%] 31% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2020-11-07T00:45:42.678Z] 31% [25 libcc1-0 0 B/39.4 kB 0%] 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-11-07T00:45:42.678Z] 31% [26 libgomp1 25.5 kB/76.5 kB 33%] 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-11-07T00:45:42.678Z] 32% [27 libitm1 14.4 kB/27.9 kB 51%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2020-11-07T00:45:42.678Z] 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-11-07T00:45:42.678Z] 32% [29 libasan4 42.2 kB/358 kB 12%] 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-11-07T00:45:42.678Z] 32% [30 liblsan0 11.2 kB/133 kB 8%] 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-11-07T00:45:42.678Z] 33% [31 libtsan0 9351 B/288 kB 3%] 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-11-07T00:45:42.678Z] 33% [32 libubsan0 41.0 kB/126 kB 32%] 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-11-07T00:45:42.942Z] 34% [33 libcilkrts5 0 B/42.5 kB 0%] 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-11-07T00:45:42.942Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2020-11-07T00:45:42.942Z] 34% [35 libquadmath0 64.1 kB/134 kB 48%] 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-11-07T00:45:42.942Z] 34% [36 libgcc-7-dev 46.2 kB/2378 kB 2%] 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-11-07T00:45:43.520Z] 37% [37 gcc-7 41.3 kB/9381 kB 0%] 46% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2020-11-07T00:45:43.520Z] 46% [38 gcc 0 B/5184 B 0%] 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-11-07T00:45:43.520Z] 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-11-07T00:45:43.786Z] 48% [40 g++-7 0 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-11-07T00:45:43.786Z] 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-11-07T00:45:43.786Z] 57% [42 make 57.3 kB/154 kB 37%] 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-11-07T00:45:43.786Z] 58% [43 libdpkg-perl 32.8 kB/211 kB 16%] 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-11-07T00:45:43.786Z] 58% [44 patch 24.3 kB/102 kB 24%] 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-11-07T00:45:43.786Z] 58% [45 dpkg-dev 53.3 kB/607 kB 9%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] [2020-11-07T00:45:43.786Z] 59% [46 build-essential 4758 B/4758 B 100%] 59% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] [2020-11-07T00:45:43.786Z] 59% [47 cmake-data 30.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-11-07T00:45:43.786Z] 61% [48 libarchive13 9726 B/288 kB 3%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] [2020-11-07T00:45:43.786Z] 61% [49 libjsoncpp1 34.7 kB/73.6 kB 47%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] [2020-11-07T00:45:43.786Z] 61% [50 librhash0 36.9 kB/78.1 kB 47%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] [2020-11-07T00:45:43.944Z] Removing intermediate container 780874ea354e [2020-11-07T00:45:43.944Z] ---> f0fe75c3cb4b [2020-11-07T00:45:43.944Z] Step 6/24 : COPY go.mod . [2020-11-07T00:45:43.944Z] Removing intermediate container 0465119f6adc [2020-11-07T00:45:43.944Z] ---> 04981c903a99 [2020-11-07T00:45:43.944Z] Step 6/21 : COPY go.mod . [2020-11-07T00:45:43.944Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:45:43.944Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:45:43.944Z] OK: 12623 distinct packages available [2020-11-07T00:45:44.052Z] 62% [51 libuv1 28.5 kB/64.4 kB 44%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] [2020-11-07T00:45:44.052Z] 62% [52 cmake 29.4 kB/3152 kB 1%] 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-11-07T00:45:44.052Z] 65% [53 curl 22.7 kB/159 kB 14%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] [2020-11-07T00:45:44.052Z] 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] [2020-11-07T00:45:44.052Z] 66% [55 fakeroot 0 B/62.3 kB 0%] 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-11-07T00:45:44.224Z] Removing intermediate container a018f29057dd [2020-11-07T00:45:44.224Z] ---> 77b4fdf1ea71 [2020-11-07T00:45:44.224Z] Step 6/24 : COPY go.mod . [2020-11-07T00:45:44.318Z] 66% [56 libc6-i386 23.5 kB/2652 kB 1%] 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-11-07T00:45:44.318Z] 69% [57 libc6-dev-i386 28.7 kB/1817 kB 2%] 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-11-07T00:45:44.318Z] 71% [58 libc6-x32 0 B/2847 kB 0%] 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-11-07T00:45:44.318Z] 74% [59 libc6-dev-x32 60.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-11-07T00:45:44.318Z] 76% [60 lib32gcc1 10.1 kB/48.1 kB 21%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] [2020-11-07T00:45:44.318Z] 76% [61 libx32gcc1 0 B/40.5 kB 0%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] [2020-11-07T00:45:44.581Z] 76% [62 lib32gomp1 0 B/83.7 kB 0%] 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-11-07T00:45:44.581Z] 76% [63 libx32gomp1 33.5 kB/77.8 kB 43%] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] [2020-11-07T00:45:44.581Z] 77% [64 lib32itm1 21.0 kB/30.0 kB 70%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] [2020-11-07T00:45:44.581Z] 77% [65 libx32itm1 16.4 kB/28.1 kB 58%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] [2020-11-07T00:45:44.581Z] 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] [2020-11-07T00:45:44.581Z] 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-11-07T00:45:44.581Z] 77% [68 lib32asan4 9480 B/362 kB 3%] 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-11-07T00:45:44.581Z] 78% [69 libx32asan4 40.9 kB/351 kB 12%] 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-11-07T00:45:44.581Z] 78% [70 lib32stdc++6 16.9 kB/415 kB 4%] 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-11-07T00:45:44.581Z] 79% [71 lib32ubsan0 16.4 kB/140 kB 12%] 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-11-07T00:45:44.581Z] 79% [72 libx32stdc++6 8192 B/387 kB 2%] 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-11-07T00:45:44.581Z] 80% [73 libx32ubsan0 20.5 kB/127 kB 16%] 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-11-07T00:45:44.581Z] 80% [74 lib32cilkrts5 32.8 kB/47.2 kB 69%] 81% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] [2020-11-07T00:45:44.581Z] 81% [75 libx32cilkrts5 4096 B/43.0 kB 10%] 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-11-07T00:45:44.581Z] 81% [76 lib32mpx2 8192 B/12.9 kB 64%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] [2020-11-07T00:45:44.581Z] 81% [77 lib32quadmath0 22.2 kB/208 kB 11%] 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-11-07T00:45:44.581Z] 81% [78 libx32quadmath0 10.8 kB/135 kB 8%] 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-11-07T00:45:44.824Z] ---> fd2215177503 [2020-11-07T00:45:44.824Z] Step 7/24 : RUN go mod download [2020-11-07T00:45:44.824Z] ---> d1e929c33ae3 [2020-11-07T00:45:44.824Z] Step 7/21 : RUN go mod download [2020-11-07T00:45:44.846Z] 82% [79 lib32gcc-7-dev 28.7 kB/2211 kB 1%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] [2020-11-07T00:45:44.846Z] 84% [80 libx32gcc-7-dev 23.5 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-11-07T00:45:44.846Z] 86% [81 gcc-7-multilib 1048 B/1048 B 100%] 86% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] [2020-11-07T00:45:45.100Z] OK: 217 MiB in 51 packages [2020-11-07T00:45:45.100Z] ---> Running in e6055d055080 [2020-11-07T00:45:45.100Z] ---> af93ac09cfeb [2020-11-07T00:45:45.100Z] Step 7/24 : RUN go mod download [2020-11-07T00:45:45.100Z] ---> Running in 7aa41321db78 [2020-11-07T00:45:45.107Z] 86% [82 lib32stdc++-7-dev 0 B/626 kB 0%] 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-11-07T00:45:45.107Z] 87% [83 libx32stdc++-7-dev 17.8 kB/582 kB 3%] 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-11-07T00:45:45.107Z] 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-11-07T00:45:45.107Z] 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-11-07T00:45:45.107Z] 88% [86 g++-multilib 1020 B/1020 B 100%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] [2020-11-07T00:45:45.108Z] 88% [87 libcurl3-gnutls 21.1 kB/213 kB 10%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-11-07T00:45:45.108Z] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-11-07T00:45:45.108Z] 89% [89 git-man 131 kB/804 kB 16%] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-11-07T00:45:45.108Z] 90% [90 git 95.5 kB/3915 kB 2%] 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-11-07T00:45:45.108Z] 94% [91 libalgorithm-diff-perl 46.9 kB/47.6 kB 98%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] [2020-11-07T00:45:45.108Z] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] [2020-11-07T00:45:45.108Z] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] [2020-11-07T00:45:45.108Z] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2020-11-07T00:45:45.108Z] 95% [95 libnorm1 131 kB/224 kB 58%] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2020-11-07T00:45:45.108Z] 95% [96 libpgm-5.2-0 85.0 kB/157 kB 54%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2020-11-07T00:45:45.108Z] 95% [97 libsodium23 33.2 kB/143 kB 23%] 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-11-07T00:45:45.377Z] 96% [98 libzmq5 23.9 kB/221 kB 11%] 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-11-07T00:45:45.377Z] 96% [99 libzmq3-dev 46.9 kB/400 kB 12%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] [2020-11-07T00:45:45.377Z] 97% [100 manpages-dev 4096 B/2217 kB 0%] 99% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2020-11-07T00:45:45.387Z] ---> Running in 3ef20ec1badd [2020-11-07T00:45:45.644Z] 99% [101 pkg-config 0 B/45.0 kB 0%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] [2020-11-07T00:45:45.665Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:45:45.665Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:45:45.665Z] OK: 12623 distinct packages available [2020-11-07T00:45:45.910Z] 99% [102 unzip 0 B/167 kB 0%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2020-11-07T00:45:45.910Z] 100% [103 zip 0 B/167 kB 0%] 100% [Working] Fetched 84.4 MB in 6s (15.2 MB/s) [2020-11-07T00:45:46.490Z] debconf: delaying package configuration, since apt-utils is not installed [2020-11-07T00:45:46.490Z] (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-11-07T00:45:46.490Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-07T00:45:46.490Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... [2020-11-07T00:45:46.649Z] OK: 217 MiB in 51 packages [2020-11-07T00:45:46.945Z] Removing intermediate container 628dc32fb766 [2020-11-07T00:45:46.945Z] ---> 92d9b6f437c2 [2020-11-07T00:45:46.945Z] Step 6/22 : COPY go.mod . [2020-11-07T00:45:48.401Z] ---> 75c37a8571eb [2020-11-07T00:45:48.401Z] Step 7/22 : RUN go mod download [2020-11-07T00:45:48.401Z] Removing intermediate container 6a049252fb37 [2020-11-07T00:45:48.401Z] ---> 920a1ec3d741 [2020-11-07T00:45:48.401Z] Step 6/27 : COPY go.mod . [2020-11-07T00:45:48.401Z] ---> Running in 94a78776e9a1 [2020-11-07T00:45:49.839Z] ---> 2e4f0fed1378 [2020-11-07T00:45:49.839Z] Step 7/27 : RUN go mod download [2020-11-07T00:45:49.839Z] ---> Running in 8a445e514466 [2020-11-07T00:45:50.116Z] Removing intermediate container e6055d055080 [2020-11-07T00:45:50.116Z] ---> 9c85ae981104 [2020-11-07T00:45:50.116Z] Step 8/24 : COPY . . [2020-11-07T00:45:50.395Z] Removing intermediate container 7aa41321db78 [2020-11-07T00:45:50.395Z] ---> e1d5bc156e0a [2020-11-07T00:45:50.395Z] Step 8/21 : COPY . . [2020-11-07T00:45:50.676Z] Removing intermediate container 3ef20ec1badd [2020-11-07T00:45:50.676Z] ---> 93076315a939 [2020-11-07T00:45:50.676Z] Step 8/24 : COPY . . [2020-11-07T00:45:50.724Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2020-11-07T00:45:50.724Z] (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-11-07T00:45:50.724Z] Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:45:50.724Z] Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... [2020-11-07T00:45:53.282Z] Setting up libc6:amd64 (2.27-3ubuntu1.3) ... [2020-11-07T00:45:54.067Z] Removing intermediate container 94a78776e9a1 [2020-11-07T00:45:54.067Z] ---> be0a709d7c9b [2020-11-07T00:45:54.067Z] Step 8/22 : COPY . . [2020-11-07T00:45:54.067Z] Removing intermediate container 8a445e514466 [2020-11-07T00:45:54.067Z] ---> 2ceadb28b552 [2020-11-07T00:45:54.067Z] Step 8/27 : COPY . . [2020-11-07T00:45:54.227Z] Selecting previously unselected package liblocale-gettext-perl. [2020-11-07T00:45:54.227Z] (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-11-07T00:45:54.227Z] Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... [2020-11-07T00:45:54.227Z] Unpacking liblocale-gettext-perl (1.07-3build2) ... [2020-11-07T00:45:54.227Z] Selecting previously unselected package perl-modules-5.26. [2020-11-07T00:45:54.227Z] Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2020-11-07T00:45:54.227Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-07T00:45:55.174Z] Selecting previously unselected package libgdbm5:amd64. [2020-11-07T00:45:55.174Z] Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... [2020-11-07T00:45:55.174Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-11-07T00:45:55.435Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-11-07T00:45:55.435Z] Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-11-07T00:45:55.435Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-07T00:45:55.435Z] Selecting previously unselected package libperl5.26:amd64. [2020-11-07T00:45:55.435Z] Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-07T00:45:55.435Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-07T00:45:56.381Z] Selecting previously unselected package perl. [2020-11-07T00:45:56.381Z] Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... [2020-11-07T00:45:56.643Z] Unpacking perl (5.26.1-6ubuntu0.5) ... [2020-11-07T00:45:56.643Z] Selecting previously unselected package less. [2020-11-07T00:45:56.643Z] Preparing to unpack .../006-less_487-0.1_amd64.deb ... [2020-11-07T00:45:56.643Z] Unpacking less (487-0.1) ... [2020-11-07T00:45:56.643Z] Selecting previously unselected package netbase. [2020-11-07T00:45:56.643Z] Preparing to unpack .../007-netbase_5.4_all.deb ... [2020-11-07T00:45:56.643Z] Unpacking netbase (5.4) ... [2020-11-07T00:45:56.906Z] Selecting previously unselected package manpages. [2020-11-07T00:45:56.906Z] Preparing to unpack .../008-manpages_4.15-1_all.deb ... [2020-11-07T00:45:56.906Z] Unpacking manpages (4.15-1) ... [2020-11-07T00:45:57.169Z] Selecting previously unselected package binutils-common:amd64. [2020-11-07T00:45:57.169Z] Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-07T00:45:57.169Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:45:57.169Z] Selecting previously unselected package libbinutils:amd64. [2020-11-07T00:45:57.169Z] Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-07T00:45:57.169Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:45:57.431Z] Selecting previously unselected package binutils-x86-64-linux-gnu. [2020-11-07T00:45:57.431Z] Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-07T00:45:57.431Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:45:58.013Z] Selecting previously unselected package binutils. [2020-11-07T00:45:58.013Z] Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2020-11-07T00:45:58.013Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:45:58.013Z] Selecting previously unselected package libc-dev-bin. [2020-11-07T00:45:58.013Z] Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:45:58.013Z] Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-07T00:45:58.013Z] Selecting previously unselected package linux-libc-dev:amd64. [2020-11-07T00:45:58.013Z] Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... [2020-11-07T00:45:58.013Z] Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-11-07T00:45:58.593Z] Selecting previously unselected package libc6-dev:amd64. [2020-11-07T00:45:58.593Z] Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:45:58.593Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-07T00:45:59.541Z] Selecting previously unselected package gcc-7-base:amd64. [2020-11-07T00:45:59.541Z] Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:45:59.541Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:45:59.806Z] Selecting previously unselected package libisl19:amd64. [2020-11-07T00:45:59.806Z] Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... [2020-11-07T00:45:59.806Z] Unpacking libisl19:amd64 (0.19-1) ... [2020-11-07T00:45:59.806Z] Selecting previously unselected package libmpfr6:amd64. [2020-11-07T00:45:59.806Z] Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... [2020-11-07T00:45:59.806Z] Unpacking libmpfr6:amd64 (4.0.1-1) ... [2020-11-07T00:46:00.073Z] Selecting previously unselected package libmpc3:amd64. [2020-11-07T00:46:00.073Z] Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... [2020-11-07T00:46:00.073Z] Unpacking libmpc3:amd64 (1.1.0-1) ... [2020-11-07T00:46:00.073Z] Selecting previously unselected package cpp-7. [2020-11-07T00:46:00.073Z] Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:00.073Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:02.030Z] Selecting previously unselected package cpp. [2020-11-07T00:46:02.030Z] Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-07T00:46:02.030Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:02.030Z] Selecting previously unselected package libcc1-0:amd64. [2020-11-07T00:46:02.030Z] Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.030Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.030Z] Selecting previously unselected package libgomp1:amd64. [2020-11-07T00:46:02.030Z] Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.030Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.030Z] Selecting previously unselected package libitm1:amd64. [2020-11-07T00:46:02.030Z] Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.030Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.030Z] Selecting previously unselected package libatomic1:amd64. [2020-11-07T00:46:02.030Z] Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.030Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.030Z] Selecting previously unselected package libasan4:amd64. [2020-11-07T00:46:02.030Z] Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.030Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:02.293Z] Selecting previously unselected package liblsan0:amd64. [2020-11-07T00:46:02.293Z] Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.293Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.293Z] Selecting previously unselected package libtsan0:amd64. [2020-11-07T00:46:02.293Z] Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.293Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.555Z] Selecting previously unselected package libubsan0:amd64. [2020-11-07T00:46:02.555Z] Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.555Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:02.555Z] Selecting previously unselected package libcilkrts5:amd64. [2020-11-07T00:46:02.555Z] Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.555Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:02.555Z] Selecting previously unselected package libmpx2:amd64. [2020-11-07T00:46:02.555Z] Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.555Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.555Z] Selecting previously unselected package libquadmath0:amd64. [2020-11-07T00:46:02.555Z] Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.555Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:02.817Z] Selecting previously unselected package libgcc-7-dev:amd64. [2020-11-07T00:46:02.817Z] Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:02.817Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:03.078Z] Selecting previously unselected package gcc-7. [2020-11-07T00:46:03.078Z] Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:03.078Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:04.467Z] Selecting previously unselected package gcc. [2020-11-07T00:46:04.467Z] Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-07T00:46:04.467Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:04.467Z] Selecting previously unselected package libstdc++-7-dev:amd64. [2020-11-07T00:46:04.467Z] Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:04.467Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:05.045Z] Selecting previously unselected package g++-7. [2020-11-07T00:46:05.045Z] Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:05.045Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:06.435Z] Selecting previously unselected package g++. [2020-11-07T00:46:06.435Z] Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-07T00:46:06.435Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:06.435Z] Selecting previously unselected package make. [2020-11-07T00:46:06.435Z] Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... [2020-11-07T00:46:06.435Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-11-07T00:46:06.435Z] Selecting previously unselected package libdpkg-perl. [2020-11-07T00:46:06.435Z] Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2020-11-07T00:46:06.435Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-07T00:46:06.435Z] Selecting previously unselected package patch. [2020-11-07T00:46:06.435Z] Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-11-07T00:46:06.435Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-11-07T00:46:06.699Z] Selecting previously unselected package dpkg-dev. [2020-11-07T00:46:06.699Z] Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2020-11-07T00:46:06.699Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-07T00:46:06.699Z] Selecting previously unselected package build-essential. [2020-11-07T00:46:06.699Z] Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... [2020-11-07T00:46:06.699Z] Unpacking build-essential (12.4ubuntu1) ... [2020-11-07T00:46:06.962Z] Selecting previously unselected package cmake-data. [2020-11-07T00:46:06.962Z] Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... [2020-11-07T00:46:06.962Z] Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-07T00:46:08.355Z] Selecting previously unselected package libarchive13:amd64. [2020-11-07T00:46:08.355Z] Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... [2020-11-07T00:46:08.355Z] Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-07T00:46:08.355Z] Selecting previously unselected package libjsoncpp1:amd64. [2020-11-07T00:46:08.355Z] Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... [2020-11-07T00:46:08.355Z] Unpacking libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-07T00:46:08.355Z] Selecting previously unselected package librhash0:amd64. [2020-11-07T00:46:08.355Z] Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... [2020-11-07T00:46:08.355Z] Unpacking librhash0:amd64 (1.3.6-2) ... [2020-11-07T00:46:08.355Z] Selecting previously unselected package libuv1:amd64. [2020-11-07T00:46:08.355Z] Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... [2020-11-07T00:46:08.355Z] Unpacking libuv1:amd64 (1.18.0-3) ... [2020-11-07T00:46:08.620Z] Selecting previously unselected package cmake. [2020-11-07T00:46:08.620Z] Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... [2020-11-07T00:46:08.620Z] Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-07T00:46:09.505Z] Selecting previously unselected package curl. [2020-11-07T00:46:09.505Z] Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-07T00:46:09.505Z] Unpacking curl (7.58.0-2ubuntu3.10) ... [2020-11-07T00:46:09.505Z] Selecting previously unselected package libfakeroot:amd64. [2020-11-07T00:46:09.505Z] Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-07T00:46:09.505Z] Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-07T00:46:09.505Z] Selecting previously unselected package fakeroot. [2020-11-07T00:46:09.505Z] Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... [2020-11-07T00:46:09.505Z] Unpacking fakeroot (1.22-2ubuntu1) ... [2020-11-07T00:46:09.505Z] Selecting previously unselected package libc6-i386. [2020-11-07T00:46:09.505Z] Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:46:09.505Z] Unpacking libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:09.769Z] Selecting previously unselected package libc6-dev-i386. [2020-11-07T00:46:09.769Z] Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:46:09.769Z] Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:10.343Z] Selecting previously unselected package libc6-x32. [2020-11-07T00:46:10.343Z] Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:46:10.343Z] Unpacking libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:10.919Z] Selecting previously unselected package libc6-dev-x32. [2020-11-07T00:46:10.919Z] Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... [2020-11-07T00:46:10.919Z] Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:11.182Z] Selecting previously unselected package lib32gcc1. [2020-11-07T00:46:11.182Z] Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.182Z] Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.182Z] Selecting previously unselected package libx32gcc1. [2020-11-07T00:46:11.182Z] Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.182Z] Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.444Z] Selecting previously unselected package lib32gomp1. [2020-11-07T00:46:11.444Z] Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.444Z] Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.444Z] Selecting previously unselected package libx32gomp1. [2020-11-07T00:46:11.444Z] Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.444Z] Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.707Z] Selecting previously unselected package lib32itm1. [2020-11-07T00:46:11.707Z] Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.707Z] Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.707Z] Selecting previously unselected package libx32itm1. [2020-11-07T00:46:11.707Z] Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.707Z] Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.972Z] Selecting previously unselected package lib32atomic1. [2020-11-07T00:46:11.972Z] Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.972Z] Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.972Z] Selecting previously unselected package libx32atomic1. [2020-11-07T00:46:11.972Z] Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.972Z] Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:11.972Z] Selecting previously unselected package lib32asan4. [2020-11-07T00:46:11.973Z] Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:11.973Z] Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:12.236Z] Selecting previously unselected package libx32asan4. [2020-11-07T00:46:12.236Z] Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:12.236Z] Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:12.236Z] Selecting previously unselected package lib32stdc++6. [2020-11-07T00:46:12.236Z] Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:12.236Z] Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:12.498Z] Selecting previously unselected package lib32ubsan0. [2020-11-07T00:46:12.498Z] Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:12.498Z] Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:12.498Z] Selecting previously unselected package libx32stdc++6. [2020-11-07T00:46:12.498Z] Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:12.498Z] Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:12.763Z] Selecting previously unselected package libx32ubsan0. [2020-11-07T00:46:12.763Z] Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:12.763Z] Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:12.763Z] Selecting previously unselected package lib32cilkrts5. [2020-11-07T00:46:12.763Z] Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:12.763Z] Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:13.026Z] Selecting previously unselected package libx32cilkrts5. [2020-11-07T00:46:13.026Z] Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.026Z] Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:13.026Z] Selecting previously unselected package lib32mpx2. [2020-11-07T00:46:13.026Z] Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.026Z] Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:13.289Z] Selecting previously unselected package lib32quadmath0. [2020-11-07T00:46:13.289Z] Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.289Z] Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:13.289Z] Selecting previously unselected package libx32quadmath0. [2020-11-07T00:46:13.289Z] Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.289Z] Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:13.289Z] Selecting previously unselected package lib32gcc-7-dev. [2020-11-07T00:46:13.289Z] Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.289Z] Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:13.863Z] Selecting previously unselected package libx32gcc-7-dev. [2020-11-07T00:46:13.863Z] Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.863Z] Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:13.863Z] Selecting previously unselected package gcc-7-multilib. [2020-11-07T00:46:13.863Z] Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:13.863Z] Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:14.125Z] Selecting previously unselected package lib32stdc++-7-dev. [2020-11-07T00:46:14.125Z] Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:14.125Z] Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:14.125Z] Selecting previously unselected package libx32stdc++-7-dev. [2020-11-07T00:46:14.125Z] Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:14.125Z] Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:14.386Z] Selecting previously unselected package g++-7-multilib. [2020-11-07T00:46:14.386Z] Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... [2020-11-07T00:46:14.386Z] Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:14.386Z] Selecting previously unselected package gcc-multilib. [2020-11-07T00:46:14.386Z] Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-07T00:46:14.386Z] Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:14.648Z] Selecting previously unselected package g++-multilib. [2020-11-07T00:46:14.648Z] Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2020-11-07T00:46:14.648Z] Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:14.648Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-11-07T00:46:14.648Z] Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... [2020-11-07T00:46:14.648Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-07T00:46:14.648Z] Selecting previously unselected package liberror-perl. [2020-11-07T00:46:14.648Z] Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... [2020-11-07T00:46:14.648Z] Unpacking liberror-perl (0.17025-1) ... [2020-11-07T00:46:14.910Z] Selecting previously unselected package git-man. [2020-11-07T00:46:14.910Z] Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-11-07T00:46:14.910Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-07T00:46:14.910Z] Selecting previously unselected package git. [2020-11-07T00:46:14.910Z] Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-11-07T00:46:14.910Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-11-07T00:46:15.861Z] Selecting previously unselected package libalgorithm-diff-perl. [2020-11-07T00:46:15.861Z] Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... [2020-11-07T00:46:15.861Z] Unpacking libalgorithm-diff-perl (1.19.03-1) ... [2020-11-07T00:46:15.861Z] Selecting previously unselected package libalgorithm-diff-xs-perl. [2020-11-07T00:46:15.861Z] Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... [2020-11-07T00:46:15.861Z] Unpacking libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-07T00:46:15.861Z] Selecting previously unselected package libalgorithm-merge-perl. [2020-11-07T00:46:15.861Z] Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... [2020-11-07T00:46:15.861Z] Unpacking libalgorithm-merge-perl (0.08-3) ... [2020-11-07T00:46:15.861Z] Selecting previously unselected package libfile-fcntllock-perl. [2020-11-07T00:46:15.861Z] Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... [2020-11-07T00:46:15.861Z] Unpacking libfile-fcntllock-perl (0.22-3build2) ... [2020-11-07T00:46:15.861Z] Selecting previously unselected package libnorm1:amd64. [2020-11-07T00:46:15.861Z] Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2020-11-07T00:46:15.861Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-07T00:46:16.124Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2020-11-07T00:46:16.124Z] Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2020-11-07T00:46:16.124Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-07T00:46:16.124Z] Selecting previously unselected package libsodium23:amd64. [2020-11-07T00:46:16.124Z] Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... [2020-11-07T00:46:16.124Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2020-11-07T00:46:16.385Z] Selecting previously unselected package libzmq5:amd64. [2020-11-07T00:46:16.385Z] Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-07T00:46:16.385Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-07T00:46:16.385Z] Selecting previously unselected package libzmq3-dev:amd64. [2020-11-07T00:46:16.385Z] Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2020-11-07T00:46:16.385Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-07T00:46:16.385Z] Selecting previously unselected package manpages-dev. [2020-11-07T00:46:16.385Z] Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... [2020-11-07T00:46:16.608Z] ---> 812ea0e5c5ad [2020-11-07T00:46:16.608Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2020-11-07T00:46:16.608Z] ---> 54460b69fbda [2020-11-07T00:46:16.608Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2020-11-07T00:46:16.608Z] ---> a9f048b16f1f [2020-11-07T00:46:16.608Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2020-11-07T00:46:16.608Z] ---> bca33de959a0 [2020-11-07T00:46:16.608Z] Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2020-11-07T00:46:16.608Z] ---> Running in 9f8741f6b3bd [2020-11-07T00:46:16.608Z] ---> Running in ffaebe88288b [2020-11-07T00:46:16.608Z] ---> Running in 5baae9867bed [2020-11-07T00:46:16.608Z] ---> 98a9724a0fd1 [2020-11-07T00:46:16.608Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2020-11-07T00:46:16.608Z] ---> Running in b740dbc4fddc [2020-11-07T00:46:16.608Z] ---> Running in 61dfff4d318b [2020-11-07T00:46:16.647Z] Unpacking manpages-dev (4.15-1) ... [2020-11-07T00:46:16.910Z] Selecting previously unselected package pkg-config. [2020-11-07T00:46:16.910Z] Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2020-11-07T00:46:16.910Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2020-11-07T00:46:17.172Z] Selecting previously unselected package unzip. [2020-11-07T00:46:17.172Z] Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... [2020-11-07T00:46:17.172Z] Unpacking unzip (6.0-21ubuntu1) ... [2020-11-07T00:46:17.172Z] Selecting previously unselected package zip. [2020-11-07T00:46:17.172Z] Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... [2020-11-07T00:46:17.172Z] Unpacking zip (3.0-11build1) ... [2020-11-07T00:46:17.436Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.436Z] Setting up libc6-x32 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:17.436Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.436Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2020-11-07T00:46:17.436Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.436Z] Setting up manpages (4.15-1) ... [2020-11-07T00:46:17.436Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-11-07T00:46:17.436Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.436Z] Setting up less (487-0.1) ... [2020-11-07T00:46:17.700Z] Setting up make (4.1-9.1ubuntu1) ... [2020-11-07T00:46:17.700Z] Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.700Z] Setting up curl (7.58.0-2ubuntu3.10) ... [2020-11-07T00:46:17.700Z] Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... [2020-11-07T00:46:17.700Z] Setting up libuv1:amd64 (1.18.0-3) ... [2020-11-07T00:46:17.700Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... [2020-11-07T00:46:17.962Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.962Z] Setting up unzip (6.0-21ubuntu1) ... [2020-11-07T00:46:17.962Z] Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... [2020-11-07T00:46:17.962Z] Setting up libmpfr6:amd64 (4.0.1-1) ... [2020-11-07T00:46:17.962Z] Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... [2020-11-07T00:46:17.962Z] Setting up libc6-i386 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:17.962Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2020-11-07T00:46:17.962Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-11-07T00:46:17.962Z] Setting up zip (3.0-11build1) ... [2020-11-07T00:46:17.962Z] Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:17.962Z] Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.072Z] 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-11-07T00:46:18.224Z] Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.225Z] Setting up librhash0:amd64 (1.3.6-2) ... [2020-11-07T00:46:18.225Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.225Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2020-11-07T00:46:18.225Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:18.225Z] Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.225Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:46:18.225Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2020-11-07T00:46:18.225Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.225Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-11-07T00:46:18.225Z] Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... [2020-11-07T00:46:18.351Z] 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-11-07T00:46:18.491Z] Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.491Z] Setting up liblocale-gettext-perl (1.07-3build2) ... [2020-11-07T00:46:18.491Z] Setting up libmpc3:amd64 (1.1.0-1) ... [2020-11-07T00:46:18.491Z] Setting up libc-dev-bin (2.27-3ubuntu1.3) ... [2020-11-07T00:46:18.491Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-11-07T00:46:18.491Z] Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.491Z] Setting up manpages-dev (4.15-1) ... [2020-11-07T00:46:18.491Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:18.491Z] Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.491Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.491Z] Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.754Z] Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:18.754Z] Setting up netbase (5.4) ... [2020-11-07T00:46:18.754Z] Setting up libisl19:amd64 (0.19-1) ... [2020-11-07T00:46:18.754Z] Setting up libjsoncpp1:amd64 (1.7.4-3) ... [2020-11-07T00:46:18.754Z] Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:18.754Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-07T00:46:18.754Z] Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:18.754Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:18.957Z] 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-11-07T00:46:18.957Z] 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-11-07T00:46:18.957Z] 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-11-07T00:46:19.019Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:46:19.019Z] Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:19.019Z] Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.019Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.019Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.019Z] Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.019Z] Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:19.019Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2020-11-07T00:46:19.019Z] Setting up fakeroot (1.22-2ubuntu1) ... [2020-11-07T00:46:19.019Z] update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode [2020-11-07T00:46:19.019Z] 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-11-07T00:46:19.019Z] 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-11-07T00:46:19.019Z] 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-11-07T00:46:19.019Z] 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-11-07T00:46:19.020Z] 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-11-07T00:46:19.020Z] 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-11-07T00:46:19.020Z] 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-11-07T00:46:19.020Z] 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-11-07T00:46:19.020Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.282Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.282Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.282Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2020-11-07T00:46:19.282Z] Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... [2020-11-07T00:46:19.282Z] Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.282Z] Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... [2020-11-07T00:46:19.282Z] Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.282Z] Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:19.282Z] Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... [2020-11-07T00:46:19.282Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:46:19.545Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:19.545Z] Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.545Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2020-11-07T00:46:19.545Z] Setting up libfile-fcntllock-perl (0.22-3build2) ... [2020-11-07T00:46:19.545Z] Setting up libalgorithm-diff-perl (1.19.03-1) ... [2020-11-07T00:46:19.545Z] Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.545Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2020-11-07T00:46:19.809Z] Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.809Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.809Z] Setting up liberror-perl (0.17025-1) ... [2020-11-07T00:46:19.809Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.809Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2020-11-07T00:46:19.809Z] Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.809Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:19.809Z] Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.809Z] Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... [2020-11-07T00:46:19.809Z] Setting up libalgorithm-merge-perl (0.08-3) ... [2020-11-07T00:46:20.071Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2020-11-07T00:46:20.071Z] Setting up libalgorithm-diff-xs-perl (0.04-5) ... [2020-11-07T00:46:20.071Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:20.071Z] update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode [2020-11-07T00:46:20.071Z] 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-11-07T00:46:20.071Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-11-07T00:46:20.071Z] Setting up build-essential (12.4ubuntu1) ... [2020-11-07T00:46:20.071Z] Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:20.332Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2020-11-07T00:46:20.332Z] Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... [2020-11-07T00:46:20.332Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-11-07T00:46:20.332Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-11-07T00:46:22.893Z] binutils set to automatically installed. [2020-11-07T00:46:22.893Z] binutils-common set to automatically installed. [2020-11-07T00:46:22.893Z] binutils-x86-64-linux-gnu set to automatically installed. [2020-11-07T00:46:22.893Z] build-essential set to automatically installed. [2020-11-07T00:46:22.893Z] cmake set to automatically installed. [2020-11-07T00:46:22.893Z] cmake-data set to automatically installed. [2020-11-07T00:46:22.893Z] cpp set to automatically installed. [2020-11-07T00:46:22.893Z] cpp-7 set to automatically installed. [2020-11-07T00:46:22.893Z] curl set to automatically installed. [2020-11-07T00:46:22.893Z] dpkg-dev set to automatically installed. [2020-11-07T00:46:22.893Z] fakeroot set to automatically installed. [2020-11-07T00:46:22.893Z] g++ set to automatically installed. [2020-11-07T00:46:23.154Z] g++-7 set to automatically installed. [2020-11-07T00:46:23.154Z] g++-7-multilib set to automatically installed. [2020-11-07T00:46:23.154Z] g++-multilib set to automatically installed. [2020-11-07T00:46:23.154Z] gcc set to automatically installed. [2020-11-07T00:46:23.154Z] gcc-7 set to automatically installed. [2020-11-07T00:46:23.154Z] gcc-7-base set to automatically installed. [2020-11-07T00:46:23.154Z] gcc-7-multilib set to automatically installed. [2020-11-07T00:46:23.154Z] gcc-multilib set to automatically installed. [2020-11-07T00:46:23.154Z] git set to automatically installed. [2020-11-07T00:46:23.154Z] git-man set to automatically installed. [2020-11-07T00:46:23.154Z] less set to automatically installed. [2020-11-07T00:46:23.154Z] lib32asan4 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32atomic1 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32cilkrts5 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32gcc-7-dev set to automatically installed. [2020-11-07T00:46:23.154Z] lib32gcc1 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32gomp1 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32itm1 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32mpx2 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32quadmath0 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32stdc++-7-dev set to automatically installed. [2020-11-07T00:46:23.154Z] lib32stdc++6 set to automatically installed. [2020-11-07T00:46:23.154Z] lib32ubsan0 set to automatically installed. [2020-11-07T00:46:23.154Z] libalgorithm-diff-perl set to automatically installed. [2020-11-07T00:46:23.154Z] libalgorithm-diff-xs-perl set to automatically installed. [2020-11-07T00:46:23.154Z] libalgorithm-merge-perl set to automatically installed. [2020-11-07T00:46:23.154Z] libarchive13 set to automatically installed. [2020-11-07T00:46:23.154Z] libasan4 set to automatically installed. [2020-11-07T00:46:23.154Z] libatomic1 set to automatically installed. [2020-11-07T00:46:23.154Z] libbinutils set to automatically installed. [2020-11-07T00:46:23.416Z] libc-dev-bin set to automatically installed. [2020-11-07T00:46:23.416Z] libc6 set to automatically installed. [2020-11-07T00:46:23.416Z] libc6-dev set to automatically installed. [2020-11-07T00:46:23.416Z] libc6-dev-i386 set to automatically installed. [2020-11-07T00:46:23.416Z] libc6-dev-x32 set to automatically installed. [2020-11-07T00:46:23.416Z] libc6-i386 set to automatically installed. [2020-11-07T00:46:23.416Z] libc6-x32 set to automatically installed. [2020-11-07T00:46:23.416Z] libcc1-0 set to automatically installed. [2020-11-07T00:46:23.416Z] libcilkrts5 set to automatically installed. [2020-11-07T00:46:23.416Z] libcurl3-gnutls set to automatically installed. [2020-11-07T00:46:23.416Z] libdpkg-perl set to automatically installed. [2020-11-07T00:46:23.416Z] liberror-perl set to automatically installed. [2020-11-07T00:46:23.416Z] libfakeroot set to automatically installed. [2020-11-07T00:46:23.416Z] libfile-fcntllock-perl set to automatically installed. [2020-11-07T00:46:23.416Z] libgcc-7-dev set to automatically installed. [2020-11-07T00:46:23.416Z] libgdbm-compat4 set to automatically installed. [2020-11-07T00:46:23.416Z] libgdbm5 set to automatically installed. [2020-11-07T00:46:23.416Z] libgomp1 set to automatically installed. [2020-11-07T00:46:23.416Z] libisl19 set to automatically installed. [2020-11-07T00:46:23.416Z] libitm1 set to automatically installed. [2020-11-07T00:46:23.416Z] libjsoncpp1 set to automatically installed. [2020-11-07T00:46:23.416Z] liblocale-gettext-perl set to automatically installed. [2020-11-07T00:46:23.416Z] liblsan0 set to automatically installed. [2020-11-07T00:46:23.416Z] libmpc3 set to automatically installed. [2020-11-07T00:46:23.416Z] libmpfr6 set to automatically installed. [2020-11-07T00:46:23.676Z] libmpx2 set to automatically installed. [2020-11-07T00:46:23.676Z] libnorm1 set to automatically installed. [2020-11-07T00:46:23.676Z] libperl5.26 set to automatically installed. [2020-11-07T00:46:23.676Z] libpgm-5.2-0 set to automatically installed. [2020-11-07T00:46:23.676Z] libquadmath0 set to automatically installed. [2020-11-07T00:46:23.676Z] librhash0 set to automatically installed. [2020-11-07T00:46:23.676Z] libsodium23 set to automatically installed. [2020-11-07T00:46:23.676Z] libstdc++-7-dev set to automatically installed. [2020-11-07T00:46:23.676Z] libtsan0 set to automatically installed. [2020-11-07T00:46:23.676Z] libubsan0 set to automatically installed. [2020-11-07T00:46:23.676Z] libuv1 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32asan4 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32atomic1 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32cilkrts5 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32gcc-7-dev set to automatically installed. [2020-11-07T00:46:23.676Z] libx32gcc1 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32gomp1 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32itm1 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32quadmath0 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32stdc++-7-dev set to automatically installed. [2020-11-07T00:46:23.676Z] libx32stdc++6 set to automatically installed. [2020-11-07T00:46:23.676Z] libx32ubsan0 set to automatically installed. [2020-11-07T00:46:23.676Z] libzmq3-dev set to automatically installed. [2020-11-07T00:46:23.676Z] libzmq5 set to automatically installed. [2020-11-07T00:46:23.676Z] linux-libc-dev set to automatically installed. [2020-11-07T00:46:23.676Z] make set to automatically installed. [2020-11-07T00:46:23.676Z] manpages set to automatically installed. [2020-11-07T00:46:23.941Z] manpages-dev set to automatically installed. [2020-11-07T00:46:23.941Z] netbase set to automatically installed. [2020-11-07T00:46:23.941Z] patch set to automatically installed. [2020-11-07T00:46:23.941Z] perl set to automatically installed. [2020-11-07T00:46:23.941Z] perl-base set to automatically installed. [2020-11-07T00:46:23.941Z] perl-modules-5.26 set to automatically installed. [2020-11-07T00:46:23.941Z] pkg-config set to automatically installed. [2020-11-07T00:46:23.941Z] unzip set to automatically installed. [2020-11-07T00:46:23.941Z] zip set to automatically installed. [2020-11-07T00:46:23.941Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-11-07T00:46:23.941Z] Please ensure the environment is properly setup before continuing. [2020-11-07T00:46:23.941Z] Ignore this message if the appropriate measures have already been taken [2020-11-07T00:46:24.519Z] Pulling go-build-helper  [2020-11-07T00:46:25.906Z] 'go115' has dependencies that need to be staged: go-build-helper [2020-11-07T00:46:25.906Z] Skipping pull go-build-helper (already ran) [2020-11-07T00:46:25.906Z] Building go-build-helper  [2020-11-07T00:46:31.201Z] Staging go-build-helper  [2020-11-07T00:46:32.149Z] Pulling go115  [2020-11-07T00:46:33.093Z] 'app-service-config' has dependencies that need to be staged: go115 [2020-11-07T00:46:33.093Z] Skipping pull go115 (already ran) [2020-11-07T00:46:33.093Z] Building go115  [2020-11-07T00:46:33.093Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-11-07T00:46:33.093Z] Dload Upload Total Spent Left Speed [2020-11-07T00:46:35.346Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 115M 33 38.4M 0 0 42.9M 0 0:00:02 --:--:-- 0:00:02 42.9M 82 115M 82 95.7M 0 0 50.6M 0 0:00:02 0:00:01 0:00:01 50.6M 100 115M 100 115M 0 0 52.7M 0 0:00:02 0:00:02 --:--:-- 52.7M [2020-11-07T00:46:36.747Z] go1.15.2.linux-amd64.tar.gz: OK [2020-11-07T00:46:46.812Z] Staging go115  [2020-11-07T00:46:47.386Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-11-07T00:46:47.386Z] 14% [Working] 14% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2020-11-07T00:46:47.648Z] 30% 3% 3% 3% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB] [2020-11-07T00:46:47.648Z] 3% 41% 41% 41% 41% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] [2020-11-07T00:46:47.648Z] 42% 47% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB] [2020-11-07T00:46:47.648Z] 49% 96% Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] [2020-11-07T00:46:47.911Z] 96% 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-11-07T00:46:48.173Z] 97% 99% 99% 22% 22% [Working] 22% 22% 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-11-07T00:46:48.173Z] 22% 22% 22% 22% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] [2020-11-07T00:46:49.296Z] 22% 18% 18% 18% 22% 37% Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] [2020-11-07T00:46:49.570Z] 71% 71% 71% 77% 77% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] [2020-11-07T00:46:49.570Z] 77% 78% 78% Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] [2020-11-07T00:46:49.570Z] 78% 78% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB] [2020-11-07T00:46:49.833Z] 78% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] [2020-11-07T00:46:49.833Z] 88% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] [2020-11-07T00:46:49.833Z] 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] [2020-11-07T00:46:49.833Z] 89% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] [2020-11-07T00:46:49.833Z] 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] [2020-11-07T00:46:51.201Z] 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% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) [2020-11-07T00:46:56.524Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-11-07T00:46:56.792Z] 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) [2020-11-07T00:46:57.055Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-11-07T00:46:57.321Z] 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) [2020-11-07T00:46:57.584Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-11-07T00:46:58.161Z] 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) [2020-11-07T00:46:58.161Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-11-07T00:46:58.429Z] 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) [2020-11-07T00:46:58.696Z] Pulling app-service-config  [2020-11-07T00:47:00.087Z] Cloning into '/build/parts/app-service-config/src'... [2020-11-07T00:47:00.087Z] remote: Enumerating objects: 21, done. [2020-11-07T00:47:00.087Z] remote: Counting objects: 4% (1/21) remote: Counting objects: 9% (2/21) remote: Counting objects: 14% (3/21) remote: Counting objects: 19% (4/21) remote: Counting objects: 23% (5/21) remote: Counting objects: 28% (6/21) remote: Counting objects: 33% (7/21) remote: Counting objects: 38% (8/21) remote: Counting objects: 42% (9/21) remote: Counting objects: 47% (10/21) remote: Counting objects: 52% (11/21) remote: Counting objects: 57% (12/21) remote: Counting objects: 61% (13/21) remote: Counting objects: 66% (14/21) remote: Counting objects: 71% (15/21) remote: Counting objects: 76% (16/21) remote: Counting objects: 80% (17/21) remote: Counting objects: 85% (18/21) remote: Counting objects: 90% (19/21) remote: Counting objects: 95% (20/21) remote: Counting objects: 100% (21/21) remote: Counting objects: 100% (21/21), done. [2020-11-07T00:47:00.087Z] remote: Compressing objects: 7% (1/14) remote: Compressing objects: 14% (2/14) remote: Compressing objects: 21% (3/14) remote: Compressing objects: 28% (4/14) remote: Compressing objects: 35% (5/14) remote: Compressing objects: 42% (6/14) remote: Compressing objects: 50% (7/14) remote: Compressing objects: 57% (8/14) remote: Compressing objects: 64% (9/14) remote: Compressing objects: 71% (10/14) remote: Compressing objects: 78% (11/14) remote: Compressing objects: 85% (12/14) remote: Compressing objects: 92% (13/14) remote: Compressing objects: 100% (14/14) remote: Compressing objects: 100% (14/14), done. [2020-11-07T00:47:00.349Z] Receiving objects: 0% (1/857) Receiving objects: 1% (9/857) Receiving objects: 2% (18/857) Receiving objects: 3% (26/857) Receiving objects: 4% (35/857) Receiving objects: 5% (43/857) Receiving objects: 6% (52/857) Receiving objects: 7% (60/857) Receiving objects: 8% (69/857) Receiving objects: 9% (78/857) Receiving objects: 10% (86/857) Receiving objects: 11% (95/857) Receiving objects: 12% (103/857) Receiving objects: 13% (112/857) Receiving objects: 14% (120/857) Receiving objects: 15% (129/857) Receiving objects: 16% (138/857) Receiving objects: 17% (146/857) Receiving objects: 18% (155/857) Receiving objects: 19% (163/857) Receiving objects: 20% (172/857) Receiving objects: 21% (180/857) Receiving objects: 22% (189/857) Receiving objects: 23% (198/857) Receiving objects: 24% (206/857) Receiving objects: 25% (215/857) Receiving objects: 26% (223/857) Receiving objects: 27% (232/857) Receiving objects: 28% (240/857) Receiving objects: 29% (249/857) Receiving objects: 30% (258/857) Receiving objects: 31% (266/857) Receiving objects: 32% (275/857) Receiving objects: 33% (283/857) Receiving objects: 34% (292/857) Receiving objects: 35% (300/857) Receiving objects: 36% (309/857) Receiving objects: 37% (318/857) Receiving objects: 38% (326/857) Receiving objects: 39% (335/857) Receiving objects: 40% (343/857) Receiving objects: 41% (352/857) Receiving objects: 42% (360/857) Receiving objects: 43% (369/857) Receiving objects: 44% (378/857) Receiving objects: 45% (386/857) Receiving objects: 46% (395/857) Receiving objects: 47% (403/857) Receiving objects: 48% (412/857) Receiving objects: 49% (420/857) Receiving objects: 50% (429/857) Receiving objects: 51% (438/857) Receiving objects: 52% (446/857) Receiving objects: 53% (455/857) Receiving objects: 54% (463/857) Receiving objects: 55% (472/857) Receiving objects: 56% (480/857) Receiving objects: 57% (489/857) remote: Total 857 (delta 2), reused 15 (delta 1), pack-reused 836 [2020-11-07T00:47:00.350Z] Receiving objects: 58% (498/857) Receiving objects: 59% (506/857) Receiving objects: 60% (515/857) Receiving objects: 61% (523/857) Receiving objects: 62% (532/857) Receiving objects: 63% (540/857) Receiving objects: 64% (549/857) Receiving objects: 65% (558/857) Receiving objects: 66% (566/857) Receiving objects: 67% (575/857) Receiving objects: 68% (583/857) Receiving objects: 69% (592/857) Receiving objects: 70% (600/857) Receiving objects: 71% (609/857) Receiving objects: 72% (618/857) Receiving objects: 73% (626/857) Receiving objects: 74% (635/857) Receiving objects: 75% (643/857) Receiving objects: 76% (652/857) Receiving objects: 77% (660/857) Receiving objects: 78% (669/857) Receiving objects: 79% (678/857) Receiving objects: 80% (686/857) Receiving objects: 81% (695/857) Receiving objects: 82% (703/857) Receiving objects: 83% (712/857) Receiving objects: 84% (720/857) Receiving objects: 85% (729/857) Receiving objects: 86% (738/857) Receiving objects: 87% (746/857) Receiving objects: 88% (755/857) Receiving objects: 89% (763/857) Receiving objects: 90% (772/857) Receiving objects: 91% (780/857) Receiving objects: 92% (789/857) Receiving objects: 93% (798/857) Receiving objects: 94% (806/857) Receiving objects: 95% (815/857) Receiving objects: 96% (823/857) Receiving objects: 97% (832/857) Receiving objects: 98% (840/857) Receiving objects: 99% (849/857) Receiving objects: 100% (857/857) Receiving objects: 100% (857/857), 185.90 KiB | 5.81 MiB/s, done. [2020-11-07T00:47:00.350Z] Resolving deltas: 0% (0/320) Resolving deltas: 1% (4/320) Resolving deltas: 2% (7/320) Resolving deltas: 3% (10/320) Resolving deltas: 5% (17/320) Resolving deltas: 9% (29/320) Resolving deltas: 10% (34/320) Resolving deltas: 11% (36/320) Resolving deltas: 12% (39/320) Resolving deltas: 14% (45/320) Resolving deltas: 22% (73/320) Resolving deltas: 23% (75/320) Resolving deltas: 24% (77/320) Resolving deltas: 39% (127/320) Resolving deltas: 40% (131/320) Resolving deltas: 41% (134/320) Resolving deltas: 44% (143/320) Resolving deltas: 64% (205/320) Resolving deltas: 70% (225/320) Resolving deltas: 71% (229/320) Resolving deltas: 72% (231/320) Resolving deltas: 73% (234/320) Resolving deltas: 80% (259/320) Resolving deltas: 82% (264/320) Resolving deltas: 85% (273/320) Resolving deltas: 86% (278/320) Resolving deltas: 87% (279/320) Resolving deltas: 91% (294/320) Resolving deltas: 92% (295/320) Resolving deltas: 96% (310/320) Resolving deltas: 100% (320/320) Resolving deltas: 100% (320/320), done. [2020-11-07T00:47:00.612Z] Pulling config-common  [2020-11-07T00:47:02.000Z] Pulling consul  [2020-11-07T00:47:02.952Z] Cloning into '/build/parts/consul/src'... [2020-11-07T00:47:03.535Z] remote: Enumerating objects: 9433, done. [2020-11-07T00:47:03.535Z] 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-11-07T00:47:04.872Z] remote: Compressing objects: 0% (1/7554) remote: Compressing objects: 1% (76/7554) remote: Compressing objects: 2% (152/7554) remote: Compressing objects: 3% (227/7554) remote: Compressing objects: 4% (303/7554) remote: Compressing objects: 5% (378/7554) remote: Compressing objects: 6% (454/7554) remote: Compressing objects: 7% (529/7554) remote: Compressing objects: 8% (605/7554) remote: Compressing objects: 9% (680/7554) remote: Compressing objects: 10% (756/7554) remote: Compressing objects: 11% (831/7554) remote: Compressing objects: 12% (907/7554) remote: Compressing objects: 13% (983/7554) remote: Compressing objects: 14% (1058/7554) remote: Compressing objects: 15% (1134/7554) remote: Compressing objects: 16% (1209/7554) remote: Compressing objects: 17% (1285/7554) remote: Compressing objects: 18% (1360/7554) remote: Compressing objects: 19% (1436/7554) remote: Compressing objects: 20% (1511/7554) remote: Compressing objects: 21% (1587/7554) remote: Compressing objects: 22% (1662/7554) remote: Compressing objects: 23% (1738/7554) remote: Compressing objects: 24% (1813/7554) remote: Compressing objects: 25% (1889/7554) remote: Compressing objects: 26% (1965/7554) remote: Compressing objects: 27% (2040/7554) remote: Compressing objects: 28% (2116/7554) remote: Compressing objects: 29% (2191/7554) remote: Compressing objects: 30% (2267/7554) remote: Compressing objects: 31% (2342/7554) remote: Compressing objects: 32% (2418/7554) remote: Compressing objects: 33% (2493/7554) remote: Compressing objects: 34% (2569/7554) remote: Compressing objects: 35% (2644/7554) remote: Compressing objects: 36% (2720/7554) remote: Compressing objects: 37% (2795/7554) remote: Compressing objects: 38% (2871/7554) remote: Compressing objects: 39% (2947/7554) remote: Compressing objects: 40% (3022/7554) remote: Compressing objects: 41% (3098/7554) remote: Compressing objects: 42% (3173/7554) remote: Compressing objects: 43% (3249/7554) remote: Compressing objects: 44% (3324/7554) remote: Compressing objects: 45% (3400/7554) remote: Compressing objects: 46% (3475/7554) remote: Compressing objects: 47% (3551/7554) remote: Compressing objects: 48% (3626/7554) remote: Compressing objects: 49% (3702/7554) remote: Compressing objects: 50% (3777/7554) remote: Compressing objects: 51% (3853/7554) remote: Compressing objects: 52% (3929/7554) remote: Compressing objects: 53% (4004/7554) remote: Compressing objects: 54% (4080/7554) remote: Compressing objects: 55% (4155/7554) remote: Compressing objects: 56% (4231/7554) remote: Compressing objects: 57% (4306/7554) remote: Compressing objects: 58% (4382/7554) remote: Compressing objects: 59% (4457/7554) remote: Compressing objects: 60% (4533/7554) remote: Compressing objects: 61% (4608/7554) remote: Compressing objects: 62% (4684/7554) remote: Compressing objects: 63% (4760/7554) remote: Compressing objects: 64% (4835/7554) remote: Compressing objects: 65% (4911/7554) remote: Compressing objects: 66% (4986/7554) remote: Compressing objects: 67% (5062/7554) remote: Compressing objects: 68% (5137/7554) remote: Compressing objects: 68% (5170/7554) remote: Compressing objects: 69% (5213/7554) remote: Compressing objects: 70% (5288/7554) remote: Compressing objects: 71% (5364/7554) remote: Compressing objects: 72% (5439/7554) remote: Compressing objects: 73% (5515/7554) remote: Compressing objects: 74% (5590/7554) remote: Compressing objects: 75% (5666/7554) remote: Compressing objects: 76% (5742/7554) remote: Compressing objects: 77% (5817/7554) remote: Compressing objects: 78% (5893/7554) remote: Compressing objects: 79% (5968/7554) remote: Compressing objects: 80% (6044/7554) remote: Compressing objects: 81% (6119/7554) remote: Compressing objects: 82% (6195/7554) remote: Compressing objects: 83% (6270/7554) remote: Compressing objects: 84% (6346/7554) remote: Compressing objects: 85% (6421/7554) remote: Compressing objects: 86% (6497/7554) remote: Compressing objects: 87% (6572/7554) remote: Compressing objects: 88% (6648/7554) remote: Compressing objects: 89% (6724/7554) remote: Compressing objects: 90% (6799/7554) remote: Compressing objects: 91% (6875/7554) remote: Compressing objects: 92% (6950/7554) remote: Compressing objects: 93% (7026/7554) remote: Compressing objects: 94% (7101/7554) remote: Compressing objects: 95% (7177/7554) remote: Compressing objects: 96% (7252/7554) remote: Compressing objects: 97% (7328/7554) remote: Compressing objects: 98% (7403/7554) remote: Compressing objects: 99% (7479/7554) remote: Compressing objects: 100% (7554/7554) remote: Compressing objects: 100% (7554/7554), done. [2020-11-07T00:47:07.764Z] 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 | 770.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 22% (2105/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 52% (4906/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 53% (5000/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 54% (5094/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 55% (5189/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 56% (5283/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 57% (5377/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 58% (5472/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 59% (5566/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 60% (5660/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 61% (5755/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 62% (5849/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 63% (5943/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 64% (6038/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 65% (6132/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 66% (6226/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 67% (6321/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 68% (6415/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 69% (6509/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 70% (6604/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 71% (6698/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 72% (6792/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 73% (6887/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 74% (6981/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 75% (7075/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 76% (7170/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 77% (7264/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 78% (7358/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 79% (7453/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 80% (7547/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 81% (7641/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 82% (7736/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 83% (7830/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 84% (7924/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 84% (7936/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 85% (8019/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 86% (8113/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 87% (8207/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 88% (8302/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 89% (8396/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 90% (8490/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 91% (8585/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 92% (8679/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 93% (8773/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 94% (8868/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 95% (8962/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 96% (9056/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 97% (9151/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 98% (9245/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 99% (9339/9433), 16.25 MiB | 7.09 MiB/s Receiving objects: 99% (9426/9433), 23.66 MiB | 8.48 MiB/s remote: Total 9433 (delta 1883), reused 6081 (delta 1372), pack-reused 0 [2020-11-07T00:47:07.764Z] Receiving objects: 100% (9433/9433), 23.66 MiB | 8.48 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 8.99 MiB/s, done. [2020-11-07T00:47:08.029Z] Resolving deltas: 0% (0/1883) Resolving deltas: 1% (19/1883) Resolving deltas: 2% (47/1883) Resolving deltas: 4% (93/1883) Resolving deltas: 5% (96/1883) Resolving deltas: 6% (121/1883) Resolving deltas: 7% (142/1883) Resolving deltas: 8% (151/1883) Resolving deltas: 9% (170/1883) Resolving deltas: 10% (192/1883) Resolving deltas: 11% (214/1883) Resolving deltas: 12% (226/1883) Resolving deltas: 13% (245/1883) Resolving deltas: 14% (267/1883) Resolving deltas: 15% (286/1883) Resolving deltas: 16% (317/1883) Resolving deltas: 17% (321/1883) Resolving deltas: 18% (340/1883) Resolving deltas: 19% (358/1883) Resolving deltas: 20% (378/1883) Resolving deltas: 21% (396/1883) Resolving deltas: 22% (415/1883) Resolving deltas: 23% (436/1883) Resolving deltas: 24% (457/1883) Resolving deltas: 25% (471/1883) Resolving deltas: 26% (490/1883) Resolving deltas: 27% (510/1883) Resolving deltas: 28% (533/1883) Resolving deltas: 29% (557/1883) Resolving deltas: 30% (567/1883) Resolving deltas: 31% (587/1883) Resolving deltas: 32% (605/1883) Resolving deltas: 33% (622/1883) Resolving deltas: 36% (688/1883) Resolving deltas: 37% (698/1883) Resolving deltas: 38% (716/1883) Resolving deltas: 39% (745/1883) Resolving deltas: 40% (754/1883) Resolving deltas: 41% (773/1883) Resolving deltas: 42% (791/1883) Resolving deltas: 43% (814/1883) Resolving deltas: 44% (831/1883) Resolving deltas: 45% (854/1883) Resolving deltas: 46% (869/1883) Resolving deltas: 47% (886/1883) Resolving deltas: 48% (904/1883) Resolving deltas: 49% (925/1883) Resolving deltas: 50% (942/1883) Resolving deltas: 51% (962/1883) Resolving deltas: 52% (981/1883) Resolving deltas: 53% (1001/1883) Resolving deltas: 54% (1023/1883) Resolving deltas: 55% (1036/1883) Resolving deltas: 56% (1055/1883) Resolving deltas: 57% (1077/1883) Resolving deltas: 58% (1095/1883) Resolving deltas: 59% (1123/1883) Resolving deltas: 60% (1132/1883) Resolving deltas: 61% (1150/1883) Resolving deltas: 62% (1168/1883) Resolving deltas: 63% (1188/1883) Resolving deltas: 64% (1207/1883) Resolving deltas: 65% (1230/1883) Resolving deltas: 66% (1245/1883) Resolving deltas: 67% (1262/1883) Resolving deltas: 68% (1281/1883) Resolving deltas: 69% (1303/1883) Resolving deltas: 70% (1321/1883) Resolving deltas: 71% (1337/1883) Resolving deltas: 72% (1359/1883) Resolving deltas: 73% (1383/1883) Resolving deltas: 74% (1397/1883) Resolving deltas: 75% (1413/1883) Resolving deltas: 76% (1432/1883) Resolving deltas: 77% (1457/1883) Resolving deltas: 79% (1495/1883) Resolving deltas: 82% (1548/1883) Resolving deltas: 83% (1563/1883) Resolving deltas: 84% (1583/1883) Resolving deltas: 85% (1602/1883) Resolving deltas: 86% (1622/1883) Resolving deltas: 87% (1641/1883) Resolving deltas: 90% (1697/1883) Resolving deltas: 92% (1733/1883) Resolving deltas: 93% (1761/1883) Resolving deltas: 94% (1773/1883) Resolving deltas: 95% (1789/1883) Resolving deltas: 96% (1810/1883) Resolving deltas: 97% (1828/1883) Resolving deltas: 98% (1846/1883) Resolving deltas: 99% (1867/1883) Resolving deltas: 100% (1883/1883) Resolving deltas: 100% (1883/1883), done. [2020-11-07T00:47:08.292Z] Note: checking out '12b16df320052414244659e4dadda078f67849ed'. [2020-11-07T00:47:08.292Z] [2020-11-07T00:47:08.292Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-11-07T00:47:08.292Z] changes and commit them, and you can discard any commits you make in this [2020-11-07T00:47:08.292Z] state without impacting any branches by performing another checkout. [2020-11-07T00:47:08.292Z] [2020-11-07T00:47:08.292Z] If you want to create a new branch to retain commits you create, you may [2020-11-07T00:47:08.292Z] do so (now or later) by using -b with the checkout command again. Example: [2020-11-07T00:47:08.292Z] [2020-11-07T00:47:08.292Z] git checkout -b [2020-11-07T00:47:08.292Z] [2020-11-07T00:47:10.301Z] Checking out files: 58% (5091/8715) Checking out files: 59% (5142/8715) Checking out files: 60% (5229/8715) Checking out files: 61% (5317/8715) Checking out files: 62% (5404/8715) Checking out files: 63% (5491/8715) Checking out files: 64% (5578/8715) Checking out files: 65% (5665/8715) Checking out files: 66% (5752/8715) Checking out files: 67% (5840/8715) Checking out files: 68% (5927/8715) Checking out files: 69% (6014/8715) Checking out files: 70% (6101/8715) Checking out files: 71% (6188/8715) Checking out files: 72% (6275/8715) Checking out files: 73% (6362/8715) Checking out files: 74% (6450/8715) Checking out files: 75% (6537/8715) Checking out files: 76% (6624/8715) Checking out files: 77% (6711/8715) Checking out files: 78% (6798/8715) Checking out files: 79% (6885/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: 99% (8695/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. [2020-11-07T00:47:10.562Z] Pulling device-virtual-go  [2020-11-07T00:47:11.510Z] Cloning into '/build/parts/device-virtual-go/src'... [2020-11-07T00:47:11.780Z] remote: Enumerating objects: 39, done. [2020-11-07T00:47:11.780Z] 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-11-07T00:47:11.780Z] 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-11-07T00:47:11.780Z] 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) remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 [2020-11-07T00:47:11.780Z] 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-11-07T00:47:11.780Z] Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. [2020-11-07T00:47:11.780Z] [2020-11-07T00:47:11.780Z] You are in 'detached HEAD' state. You can look around, make experimental [2020-11-07T00:47:11.780Z] changes and commit them, and you can discard any commits you make in this [2020-11-07T00:47:11.780Z] state without impacting any branches by performing another checkout. [2020-11-07T00:47:11.780Z] [2020-11-07T00:47:11.780Z] If you want to create a new branch to retain commits you create, you may [2020-11-07T00:47:11.780Z] do so (now or later) by using -b with the checkout command again. Example: [2020-11-07T00:47:11.780Z] [2020-11-07T00:47:11.780Z] git checkout -b [2020-11-07T00:47:11.780Z] [2020-11-07T00:47:15.092Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-07T00:47:15.092Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-07T00:47:15.092Z] 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-11-07T00:47:15.092Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-11-07T00:47:15.353Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:20.661Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-11-07T00:47:20.661Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:20.661Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-11-07T00:47:20.661Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:20.661Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-11-07T00:47:20.661Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:20.661Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-11-07T00:47:20.661Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:20.922Z] Pulling edgex-go  [2020-11-07T00:47:25.139Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-07T00:47:25.139Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-07T00:47:25.139Z] 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-11-07T00:47:25.139Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-11-07T00:47:25.405Z] 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:29.903Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] [2020-11-07T00:47:30.478Z] 1% 68% 100% [Working] Fetched 998 kB in 0s (0 B/s) [2020-11-07T00:47:30.478Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.3_amd64.deb [2586 kB] [2020-11-07T00:47:31.321Z] 0% 23% 100% [Working] Fetched 2586 kB in 0s (0 B/s) [2020-11-07T00:47:31.583Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] [2020-11-07T00:47:32.162Z] 0% 23% 100% [Working] Fetched 2762 kB in 0s (0 B/s) [2020-11-07T00:47:32.425Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] [2020-11-07T00:47:32.686Z] 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) [2020-11-07T00:47:32.952Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] [2020-11-07T00:47:33.801Z] 0% 19% 100% [Working] Fetched 3534 kB in 0s (0 B/s) [2020-11-07T00:47:34.067Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] [2020-11-07T00:47:34.330Z] 6% 100% [Working] Fetched 229 kB in 0s (0 B/s) [2020-11-07T00:47:34.595Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] [2020-11-07T00:47:34.595Z] 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) [2020-11-07T00:47:34.860Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.3_amd64.deb [71.8 kB] [2020-11-07T00:47:35.127Z] 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) [2020-11-07T00:47:35.396Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] [2020-11-07T00:47:35.660Z] 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) [2020-11-07T00:47:35.922Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] [2020-11-07T00:47:35.922Z] 100% [Working] Fetched 6084 B in 0s (0 B/s) [2020-11-07T00:47:41.243Z] Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 [2020-11-07T00:47:42.702Z] Pulling kong  [2020-11-07T00:47:47.142Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-11-07T00:47:47.142Z] 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2020-11-07T00:47:47.143Z] 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-11-07T00:47:47.143Z] 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-11-07T00:47:47.143Z] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:52.567Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2020-11-07T00:47:52.567Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:52.567Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2020-11-07T00:47:52.567Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:52.567Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2020-11-07T00:47:52.567Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:52.829Z] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2020-11-07T00:47:52.829Z] 100% [Working] Fetched 0 B in 0s (0 B/s) [2020-11-07T00:47:53.098Z] Pulling kuiper  [2020-11-07T00:47:54.056Z] Cloning into '/build/parts/kuiper/src'... [2020-11-07T00:47:54.322Z] remote: Enumerating objects: 70, done. [2020-11-07T00:47:54.323Z] remote: Counting objects: 1% (1/70) remote: Counting objects: 2% (2/70) remote: Counting objects: 4% (3/70) remote: Counting objects: 5% (4/70) remote: Counting objects: 7% (5/70) remote: Counting objects: 8% (6/70) remote: Counting objects: 10% (7/70) remote: Counting objects: 11% (8/70) remote: Counting objects: 12% (9/70) remote: Counting objects: 14% (10/70) remote: Counting objects: 15% (11/70) remote: Counting objects: 17% (12/70) remote: Counting objects: 18% (13/70) remote: Counting objects: 20% (14/70) remote: Counting objects: 21% (15/70) remote: Counting objects: 22% (16/70) remote: Counting objects: 24% (17/70) remote: Counting objects: 25% (18/70) remote: Counting objects: 27% (19/70) remote: Counting objects: 28% (20/70) remote: Counting objects: 30% (21/70) remote: Counting objects: 31% (22/70) remote: Counting objects: 32% (23/70) remote: Counting objects: 34% (24/70) remote: Counting objects: 35% (25/70) remote: Counting objects: 37% (26/70) remote: Counting objects: 38% (27/70) remote: Counting objects: 40% (28/70) remote: Counting objects: 41% (29/70) remote: Counting objects: 42% (30/70) remote: Counting objects: 44% (31/70) remote: Counting objects: 45% (32/70) remote: Counting objects: 47% (33/70) remote: Counting objects: 48% (34/70) remote: Counting objects: 50% (35/70) remote: Counting objects: 51% (36/70) remote: Counting objects: 52% (37/70) remote: Counting objects: 54% (38/70) remote: Counting objects: 55% (39/70) remote: Counting objects: 57% (40/70) remote: Counting objects: 58% (41/70) remote: Counting objects: 60% (42/70) remote: Counting objects: 61% (43/70) remote: Counting objects: 62% (44/70) remote: Counting objects: 64% (45/70) remote: Counting objects: 65% (46/70) remote: Counting objects: 67% (47/70) remote: Counting objects: 68% (48/70) remote: Counting objects: 70% (49/70) remote: Counting objects: 71% (50/70) remote: Counting objects: 72% (51/70) remote: Counting objects: 74% (52/70) remote: Counting objects: 75% (53/70) remote: Counting objects: 77% (54/70) remote: Counting objects: 78% (55/70) remote: Counting objects: 80% (56/70) remote: Counting objects: 81% (57/70) remote: Counting objects: 82% (58/70) remote: Counting objects: 84% (59/70) remote: Counting objects: 85% (60/70) remote: Counting objects: 87% (61/70) remote: Counting objects: 88% (62/70) remote: Counting objects: 90% (63/70) remote: Counting objects: 91% (64/70) remote: Counting objects: 92% (65/70) remote: Counting objects: 94% (66/70) remote: Counting objects: 95% (67/70) remote: Counting objects: 97% (68/70) remote: Counting objects: 98% (69/70) remote: Counting objects: 100% (70/70) remote: Counting objects: 100% (70/70), done. [2020-11-07T00:47:54.323Z] remote: Compressing objects: 1% (1/66) remote: Compressing objects: 3% (2/66) remote: Compressing objects: 4% (3/66) remote: Compressing objects: 6% (4/66) remote: Compressing objects: 7% (5/66) remote: Compressing objects: 9% (6/66) remote: Compressing objects: 10% (7/66) remote: Compressing objects: 12% (8/66) remote: Compressing objects: 13% (9/66) remote: Compressing objects: 15% (10/66) remote: Compressing objects: 16% (11/66) remote: Compressing objects: 18% (12/66) remote: Compressing objects: 19% (13/66) remote: Compressing objects: 21% (14/66) remote: Compressing objects: 22% (15/66) remote: Compressing objects: 24% (16/66) remote: Compressing objects: 25% (17/66) remote: Compressing objects: 27% (18/66) remote: Compressing objects: 28% (19/66) remote: Compressing objects: 30% (20/66) remote: Compressing objects: 31% (21/66) remote: Compressing objects: 33% (22/66) remote: Compressing objects: 34% (23/66) remote: Compressing objects: 36% (24/66) remote: Compressing objects: 37% (25/66) remote: Compressing objects: 39% (26/66) remote: Compressing objects: 40% (27/66) remote: Compressing objects: 42% (28/66) remote: Compressing objects: 43% (29/66) remote: Compressing objects: 45% (30/66) remote: Compressing objects: 46% (31/66) remote: Compressing objects: 48% (32/66) remote: Compressing objects: 50% (33/66) remote: Compressing objects: 51% (34/66) remote: Compressing objects: 53% (35/66) remote: Compressing objects: 54% (36/66) remote: Compressing objects: 56% (37/66) remote: Compressing objects: 57% (38/66) remote: Compressing objects: 59% (39/66) remote: Compressing objects: 60% (40/66) remote: Compressing objects: 62% (41/66) remote: Compressing objects: 63% (42/66) remote: Compressing objects: 65% (43/66) remote: Compressing objects: 66% (44/66) remote: Compressing objects: 68% (45/66) remote: Compressing objects: 69% (46/66) remote: Compressing objects: 71% (47/66) remote: Compressing objects: 72% (48/66) remote: Compressing objects: 74% (49/66) remote: Compressing objects: 75% (50/66) remote: Compressing objects: 77% (51/66) remote: Compressing objects: 78% (52/66) remote: Compressing objects: 80% (53/66) remote: Compressing objects: 81% (54/66) remote: Compressing objects: 83% (55/66) remote: Compressing objects: 84% (56/66) remote: Compressing objects: 86% (57/66) remote: Compressing objects: 87% (58/66) remote: Compressing objects: 89% (59/66) remote: Compressing objects: 90% (60/66) remote: Compressing objects: 92% (61/66) remote: Compressing objects: 93% (62/66) remote: Compressing objects: 95% (63/66) remote: Compressing objects: 96% (64/66) remote: Compressing objects: 98% (65/66) remote: Compressing objects: 100% (66/66) remote: Compressing objects: 100% (66/66), done. [2020-11-07T00:47:55.115Z] Receiving objects: 0% (1/7931) Receiving objects: 1% (80/7931) Receiving objects: 2% (159/7931) Receiving objects: 3% (238/7931) Receiving objects: 4% (318/7931) Receiving objects: 5% (397/7931) Receiving objects: 6% (476/7931) Receiving objects: 7% (556/7931) Receiving objects: 8% (635/7931) Receiving objects: 9% (714/7931) Receiving objects: 10% (794/7931) Receiving objects: 11% (873/7931) Receiving objects: 12% (952/7931) Receiving objects: 13% (1032/7931) Receiving objects: 14% (1111/7931) Receiving objects: 15% (1190/7931) Receiving objects: 16% (1269/7931) Receiving objects: 17% (1349/7931) Receiving objects: 18% (1428/7931) Receiving objects: 19% (1507/7931) Receiving objects: 20% (1587/7931) Receiving objects: 21% (1666/7931) Receiving objects: 22% (1745/7931) Receiving objects: 23% (1825/7931) Receiving objects: 24% (1904/7931) Receiving objects: 25% (1983/7931) Receiving objects: 26% (2063/7931) Receiving objects: 27% (2142/7931) Receiving objects: 28% (2221/7931) Receiving objects: 29% (2300/7931) Receiving objects: 30% (2380/7931) Receiving objects: 31% (2459/7931) Receiving objects: 32% (2538/7931) Receiving objects: 33% (2618/7931) Receiving objects: 34% (2697/7931) Receiving objects: 35% (2776/7931) Receiving objects: 36% (2856/7931) Receiving objects: 37% (2935/7931) Receiving objects: 38% (3014/7931) Receiving objects: 39% (3094/7931) Receiving objects: 40% (3173/7931) Receiving objects: 41% (3252/7931) Receiving objects: 42% (3332/7931) Receiving objects: 43% (3411/7931) Receiving objects: 44% (3490/7931) Receiving objects: 45% (3569/7931) Receiving objects: 46% (3649/7931) Receiving objects: 47% (3728/7931) Receiving objects: 48% (3807/7931) Receiving objects: 49% (3887/7931) Receiving objects: 50% (3966/7931) Receiving objects: 51% (4045/7931) Receiving objects: 52% (4125/7931) Receiving objects: 53% (4204/7931) Receiving objects: 54% (4283/7931) Receiving objects: 55% (4363/7931) Receiving objects: 56% (4442/7931) Receiving objects: 57% (4521/7931) Receiving objects: 58% (4600/7931) Receiving objects: 59% (4680/7931) Receiving objects: 60% (4759/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 61% (4838/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 62% (4918/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 63% (4997/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 64% (5076/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 65% (5156/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 66% (5235/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 67% (5314/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 68% (5394/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 69% (5473/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 70% (5552/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 71% (5632/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 72% (5711/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 73% (5790/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 74% (5869/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 75% (5949/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 76% (6028/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 77% (6107/7931), 6.52 MiB | 13.03 MiB/s error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. [2020-11-07T00:47:55.115Z] fatal: The remote end hung up unexpectedly [2020-11-07T00:47:55.115Z] fatal: early EOF [2020-11-07T00:47:55.115Z] fatal: index-pack failed [2020-11-07T00:47:55.115Z] Failed to pull source, command 'git clone --recursive --branch 0.4.1 https://github.com/emqx/kuiper.git /build/parts/kuiper/src' exited with code 128. [2020-11-07T00:47:55.770Z] 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 [Pipeline] } [2020-11-07T00:47:57.056Z] 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-11-07T00:47:58.262Z] Failed in branch amd64 [2020-11-07T00:47:59.199Z] Removing intermediate container 61dfff4d318b [2020-11-07T00:47:59.199Z] ---> 7ccb7456878c [2020-11-07T00:47:59.199Z] [2020-11-07T00:47:59.199Z] Step 10/22 : FROM alpine:3.10 [2020-11-07T00:47:59.473Z] 3.10: Pulling from library/alpine [2020-11-07T00:48:02.173Z] Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 [2020-11-07T00:48:02.173Z] Status: Downloaded newer image for alpine:3.10 [2020-11-07T00:48:02.173Z] ---> 536a684cf733 [2020-11-07T00:48:02.173Z] Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-07T00:48:02.892Z] ---> Running in 0262329e9236 [2020-11-07T00:48:04.396Z] Removing intermediate container 9f8741f6b3bd [2020-11-07T00:48:04.396Z] ---> 31cf0f126db5 [2020-11-07T00:48:04.396Z] [2020-11-07T00:48:04.396Z] Step 10/24 : FROM alpine:3.10 [2020-11-07T00:48:04.396Z] ---> 536a684cf733 [2020-11-07T00:48:04.396Z] Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [2020-11-07T00:48:04.696Z] ---> Running in 5aca0438a4cc [2020-11-07T00:48:07.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:07.343Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:07.952Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-07T00:48:07.952Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-07T00:48:07.952Z] OK: 10167 distinct packages available [2020-11-07T00:48:08.244Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:08.244Z] Removing intermediate container b740dbc4fddc [2020-11-07T00:48:08.244Z] ---> 31747a1f8329 [2020-11-07T00:48:08.244Z] Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2020-11-07T00:48:08.528Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:08.528Z] ---> Running in a39e4330169b [2020-11-07T00:48:09.140Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-07T00:48:09.418Z] v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] [2020-11-07T00:48:09.418Z] v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] [2020-11-07T00:48:09.418Z] OK: 10167 distinct packages available [2020-11-07T00:48:09.418Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-07T00:48:09.418Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-07T00:48:09.418Z] (4/5) Installing curl (7.66.0-r1) [2020-11-07T00:48:09.418Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-07T00:48:09.418Z] Executing busybox-1.30.1-r3.trigger [2020-11-07T00:48:09.418Z] Executing ca-certificates-20191127-r2.trigger [2020-11-07T00:48:09.705Z] OK: 7 MiB in 19 packages [2020-11-07T00:48:10.328Z] (1/5) Installing ca-certificates (20191127-r2) [2020-11-07T00:48:10.616Z] (2/5) Installing nghttp2-libs (1.39.2-r1) [2020-11-07T00:48:10.616Z] (3/5) Installing libcurl (7.66.0-r1) [2020-11-07T00:48:10.616Z] (4/5) Installing curl (7.66.0-r1) [2020-11-07T00:48:10.616Z] (5/5) Installing dumb-init (1.2.2-r1) [2020-11-07T00:48:10.616Z] Executing busybox-1.30.1-r3.trigger [2020-11-07T00:48:10.890Z] Executing ca-certificates-20191127-r2.trigger [2020-11-07T00:48:11.163Z] OK: 7 MiB in 19 packages [2020-11-07T00:48:11.444Z] 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-11-07T00:48:13.434Z] Removing intermediate container 0262329e9236 [2020-11-07T00:48:13.434Z] ---> 7192ffd2146d [2020-11-07T00:48:13.434Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2020-11-07T00:48:13.434Z] ---> Running in 47e2fe4c1428 [2020-11-07T00:48:14.431Z] Removing intermediate container 5aca0438a4cc [2020-11-07T00:48:14.431Z] ---> 748431e497c5 [2020-11-07T00:48:14.431Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-07T00:48:14.431Z] Removing intermediate container 47e2fe4c1428 [2020-11-07T00:48:14.431Z] ---> 879889ca5be9 [2020-11-07T00:48:14.431Z] Step 13/22 : WORKDIR / [2020-11-07T00:48:14.708Z] ---> Running in b41403027d48 [2020-11-07T00:48:14.708Z] ---> Running in 9596575300a5 [2020-11-07T00:48:15.309Z] Removing intermediate container b41403027d48 [2020-11-07T00:48:15.309Z] ---> 6bd765b74d3a [2020-11-07T00:48:15.309Z] Step 13/24 : WORKDIR / [2020-11-07T00:48:15.589Z] ---> Running in 13190f9ac9da [2020-11-07T00:48:15.862Z] Removing intermediate container 9596575300a5 [2020-11-07T00:48:15.863Z] ---> e96491b17171 [2020-11-07T00:48:15.863Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / [2020-11-07T00:48:16.476Z] Removing intermediate container 13190f9ac9da [2020-11-07T00:48:16.476Z] ---> 27641acef659 [2020-11-07T00:48:16.476Z] 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-11-07T00:48:17.088Z] ---> 9517527677c1 [2020-11-07T00:48:17.088Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2020-11-07T00:48:17.691Z] Removing intermediate container a39e4330169b [2020-11-07T00:48:17.691Z] ---> a7f35451ee7e [2020-11-07T00:48:17.691Z] [2020-11-07T00:48:17.691Z] Step 11/27 : FROM docker:latest [2020-11-07T00:48:17.691Z] ---> 5d4db4dc0692 [2020-11-07T00:48:17.691Z] Step 12/27 : RUN apk add --no-cache bash [2020-11-07T00:48:17.983Z] ---> Running in aa68263c90b2 [2020-11-07T00:48:18.264Z] ---> 199a4c506466 [2020-11-07T00:48:18.264Z] 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-11-07T00:48:19.719Z] ---> 9914d03a2c87 [2020-11-07T00:48:19.719Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2020-11-07T00:48:19.995Z] ---> e1c36d56cd9d [2020-11-07T00:48:19.995Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2020-11-07T00:48:20.991Z] ---> 17a512b61064 [2020-11-07T00:48:20.991Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2020-11-07T00:48:21.267Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:21.542Z] ---> edc29710f26e [2020-11-07T00:48:21.542Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2020-11-07T00:48:21.542Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:22.530Z] (1/2) Installing readline (8.0.4-r0) [2020-11-07T00:48:22.530Z] (2/2) Installing bash (5.0.17-r0) [2020-11-07T00:48:22.530Z] Executing bash-5.0.17-r0.post-install [2020-11-07T00:48:22.530Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:48:22.530Z] OK: 12 MiB in 22 packages [2020-11-07T00:48:23.146Z] ---> ab84260a872e [2020-11-07T00:48:23.146Z] Step 18/22 : RUN chmod +x entrypoint.sh [2020-11-07T00:48:23.427Z] ---> Running in 1bfc82e0424f [2020-11-07T00:48:23.705Z] ---> ec840810ea15 [2020-11-07T00:48:23.705Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2020-11-07T00:48:25.143Z] Removing intermediate container 5baae9867bed [2020-11-07T00:48:25.143Z] ---> 229d4752fdcf [2020-11-07T00:48:25.143Z] [2020-11-07T00:48:25.143Z] Step 10/24 : FROM scratch [2020-11-07T00:48:25.143Z] ---> [2020-11-07T00:48:25.143Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-07T00:48:25.143Z] Removing intermediate container aa68263c90b2 [2020-11-07T00:48:25.143Z] ---> e7d835b4ac08 [2020-11-07T00:48:25.423Z] Step 13/27 : RUN rm -rf /var/cache/apk/* [2020-11-07T00:48:25.696Z] ---> Running in 81d5144ad2ed [2020-11-07T00:48:25.976Z] ---> Running in acbd71dd718c [2020-11-07T00:48:25.976Z] ---> bcb8a484c02f [2020-11-07T00:48:25.976Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2020-11-07T00:48:26.256Z] Removing intermediate container ffaebe88288b [2020-11-07T00:48:26.256Z] ---> 118f0f982603 [2020-11-07T00:48:26.256Z] [2020-11-07T00:48:26.256Z] Step 10/21 : FROM scratch [2020-11-07T00:48:26.256Z] ---> [2020-11-07T00:48:26.533Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:48:26.533Z] Removing intermediate container 81d5144ad2ed [2020-11-07T00:48:26.533Z] ---> b3f743cf27af [2020-11-07T00:48:26.533Z] Step 12/24 : ENV APP_PORT=48060 [2020-11-07T00:48:26.816Z] ---> Running in 7d8e1a6c13cf [2020-11-07T00:48:26.816Z] ---> Running in 11cbf1c18ecd [2020-11-07T00:48:27.420Z] ---> b4a56684353c [2020-11-07T00:48:27.420Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-07T00:48:27.420Z] ---> Running in 227f2b78f688 [2020-11-07T00:48:27.693Z] Removing intermediate container 7d8e1a6c13cf [2020-11-07T00:48:27.693Z] ---> 81aa1d0d4958 [2020-11-07T00:48:27.693Z] Step 13/24 : EXPOSE $APP_PORT [2020-11-07T00:48:27.693Z] Removing intermediate container 11cbf1c18ecd [2020-11-07T00:48:27.693Z] ---> c5c97890f3fd [2020-11-07T00:48:27.693Z] Step 12/21 : ENV APP_PORT=48085 [2020-11-07T00:48:27.971Z] ---> Running in b89b2c53bc03 [2020-11-07T00:48:27.971Z] ---> Running in 0d5afd1a23ef [2020-11-07T00:48:27.971Z] Removing intermediate container 1bfc82e0424f [2020-11-07T00:48:27.971Z] ---> 565809747752 [2020-11-07T00:48:27.971Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2020-11-07T00:48:28.258Z] ---> Running in bec53d53b8f2 [2020-11-07T00:48:28.867Z] Removing intermediate container b89b2c53bc03 [2020-11-07T00:48:28.867Z] ---> 6375b4aa8cf1 [2020-11-07T00:48:28.867Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2020-11-07T00:48:28.867Z] Removing intermediate container 0d5afd1a23ef [2020-11-07T00:48:28.867Z] ---> 6f0b746f88f9 [2020-11-07T00:48:28.867Z] Step 13/21 : EXPOSE $APP_PORT [2020-11-07T00:48:28.867Z] ---> Running in e5005da48a27 [2020-11-07T00:48:29.147Z] Removing intermediate container bec53d53b8f2 [2020-11-07T00:48:29.147Z] ---> f57ce8b4029b [2020-11-07T00:48:29.147Z] Step 20/22 : LABEL arch=arm64 [2020-11-07T00:48:29.147Z] ---> Running in 1b3ea001e83b [2020-11-07T00:48:29.427Z] Removing intermediate container e5005da48a27 [2020-11-07T00:48:29.703Z] ---> 13e6ef9ee888 [2020-11-07T00:48:29.703Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / [2020-11-07T00:48:29.978Z] Removing intermediate container 1b3ea001e83b [2020-11-07T00:48:29.978Z] ---> a749601ed908 [2020-11-07T00:48:29.979Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:48:29.979Z] ---> fcea59c91abd [2020-11-07T00:48:29.979Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2020-11-07T00:48:29.979Z] Removing intermediate container acbd71dd718c [2020-11-07T00:48:29.979Z] ---> 77e94a8706b8 [2020-11-07T00:48:29.979Z] Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2020-11-07T00:48:30.257Z] ---> Running in 2daffa55b087 [2020-11-07T00:48:30.257Z] ---> Running in c255704e8120 [2020-11-07T00:48:30.872Z] ---> 5f889ab290a7 [2020-11-07T00:48:30.872Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2020-11-07T00:48:31.160Z] Removing intermediate container c255704e8120 [2020-11-07T00:48:31.160Z] ---> 2a0ff7adf3c5 [2020-11-07T00:48:31.160Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:48:31.160Z] Removing intermediate container 2daffa55b087 [2020-11-07T00:48:31.160Z] ---> 66416724a952 [2020-11-07T00:48:31.160Z] Step 15/27 : ENV APP_PORT=48090 [2020-11-07T00:48:31.435Z] ---> Running in e6c1b439a60d [2020-11-07T00:48:31.721Z] ---> Running in c36b3a595a96 [2020-11-07T00:48:31.721Z] ---> e5e2e9d2e924 [2020-11-07T00:48:31.721Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2020-11-07T00:48:31.992Z] Removing intermediate container 227f2b78f688 [2020-11-07T00:48:31.992Z] ---> aec639f39d79 [2020-11-07T00:48:31.992Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2020-11-07T00:48:32.266Z] ---> Running in 4ec9093df560 [2020-11-07T00:48:32.266Z] Removing intermediate container e6c1b439a60d [2020-11-07T00:48:32.266Z] ---> 4689afd1b7ce [2020-11-07T00:48:32.266Z] [2020-11-07T00:48:32.544Z] Removing intermediate container c36b3a595a96 [2020-11-07T00:48:32.544Z] ---> e06d8f3b8e32 [2020-11-07T00:48:32.544Z] Step 16/27 : EXPOSE $APP_PORT [2020-11-07T00:48:32.825Z] ---> 37d45547232d [2020-11-07T00:48:32.825Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2020-11-07T00:48:32.825Z] Successfully built 4689afd1b7ce [2020-11-07T00:48:32.825Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2020-11-07T00:48:32.825Z]  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go [2020-11-07T00:48:33.111Z] ---> Running in 57d114479e88 [2020-11-07T00:48:33.111Z] Removing intermediate container 4ec9093df560 [2020-11-07T00:48:33.111Z] ---> b60c2137f65f [2020-11-07T00:48:33.111Z] Step 22/24 : LABEL arch=arm64 [2020-11-07T00:48:33.388Z] ---> Running in e80d01227977 [2020-11-07T00:48:33.664Z] ---> f03a054af595 [2020-11-07T00:48:33.664Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / [2020-11-07T00:48:33.939Z] Removing intermediate container 57d114479e88 [2020-11-07T00:48:33.939Z] ---> 6fe28514b708 [2020-11-07T00:48:33.939Z] Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2020-11-07T00:48:33.939Z] ---> f0f6b6bd5904 [2020-11-07T00:48:33.939Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2020-11-07T00:48:33.939Z] Removing intermediate container e80d01227977 [2020-11-07T00:48:33.939Z] ---> e77158e63bc2 [2020-11-07T00:48:33.939Z] Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:48:34.546Z] ---> Running in e39186ad3b68 [2020-11-07T00:48:34.546Z] ---> Running in ac757ad554a9 [2020-11-07T00:48:36.008Z] ---> 07c8a7a8f399 [2020-11-07T00:48:36.008Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2020-11-07T00:48:36.995Z] Removing intermediate container e39186ad3b68 [2020-11-07T00:48:36.995Z] ---> a6f260bb2cdd [2020-11-07T00:48:36.995Z] Step 24/24 : LABEL version=0.0.0 [2020-11-07T00:48:36.995Z] ---> 22529b730c19 [2020-11-07T00:48:36.995Z] Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2020-11-07T00:48:36.995Z] Removing intermediate container ac757ad554a9 [2020-11-07T00:48:36.995Z] ---> 0e2f5a2f2bc5 [2020-11-07T00:48:36.995Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:48:37.592Z] ---> Running in 43d8c19d4f58 [2020-11-07T00:48:37.592Z] ---> Running in 8ac956fe70be [2020-11-07T00:48:37.868Z] ---> cd0e40707edd [2020-11-07T00:48:37.868Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2020-11-07T00:48:38.469Z] Removing intermediate container 43d8c19d4f58 [2020-11-07T00:48:38.469Z] ---> ae2dd732384e [2020-11-07T00:48:38.469Z] [2020-11-07T00:48:38.755Z] ---> fdabff0a6979 [2020-11-07T00:48:38.755Z] Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2020-11-07T00:48:39.038Z] Successfully built ae2dd732384e [2020-11-07T00:48:39.312Z] ---> ff1a46927bc2 [2020-11-07T00:48:39.312Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2020-11-07T00:48:39.312Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2020-11-07T00:48:39.312Z] Removing intermediate container 8ac956fe70be [2020-11-07T00:48:39.312Z] ---> 17958c0e5d12 [2020-11-07T00:48:39.312Z] Step 19/21 : LABEL arch=arm64 Building docker-security-secretstore-setup-go ... done  [2020-11-07T00:48:39.312Z] Building docker-security-secrets-setup-go [2020-11-07T00:48:39.587Z] ---> Running in 67f1b1e04de1 [2020-11-07T00:48:39.587Z] ---> Running in 3bceb0fe750b [2020-11-07T00:48:39.860Z] ---> c54df0b73a6e [2020-11-07T00:48:39.860Z] Step 20/27 : RUN apk --no-cache add py3-pip [2020-11-07T00:48:40.143Z] ---> Running in 706166d8dfd1 [2020-11-07T00:48:40.143Z] Removing intermediate container 67f1b1e04de1 [2020-11-07T00:48:40.143Z] ---> 56ca48231534 [2020-11-07T00:48:40.143Z] Step 20/21 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:48:40.416Z] Removing intermediate container 3bceb0fe750b [2020-11-07T00:48:40.416Z] ---> 482014e81db4 [2020-11-07T00:48:40.416Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:48:40.416Z] ---> Running in 75da3f438737 [2020-11-07T00:48:40.416Z] ---> Running in bff4441a0326 [2020-11-07T00:48:41.032Z] Removing intermediate container 75da3f438737 [2020-11-07T00:48:41.032Z] ---> adb0bfc752d4 [2020-11-07T00:48:41.032Z] Step 21/21 : LABEL version=0.0.0 [2020-11-07T00:48:41.314Z] Removing intermediate container bff4441a0326 [2020-11-07T00:48:41.314Z] ---> ee31839e2221 [2020-11-07T00:48:41.314Z] Step 22/24 : LABEL arch=arm64 [2020-11-07T00:48:41.314Z] ---> Running in b097835b6a44 [2020-11-07T00:48:41.592Z] ---> Running in 5b071c404f94 [2020-11-07T00:48:42.193Z] Removing intermediate container b097835b6a44 [2020-11-07T00:48:42.193Z] ---> 3ea1e5bbb82b [2020-11-07T00:48:42.193Z] [2020-11-07T00:48:42.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:42.468Z] Removing intermediate container 5b071c404f94 [2020-11-07T00:48:42.468Z] ---> b9ac4ad0ab5c [2020-11-07T00:48:42.468Z] Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:48:42.468Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:48:42.741Z] ---> Running in 839692aac60c [2020-11-07T00:48:42.741Z] Successfully built 3ea1e5bbb82b [2020-11-07T00:48:42.741Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2020-11-07T00:48:42.741Z]  Building docker-support-scheduler-go ... done Building docker-support-logging-go [2020-11-07T00:48:43.360Z] (1/33) Installing libbz2 (1.0.8-r1) [2020-11-07T00:48:43.361Z] (2/33) Installing expat (2.2.9-r1) [2020-11-07T00:48:43.361Z] (3/33) Installing libffi (3.3-r2) [2020-11-07T00:48:43.361Z] (4/33) Installing gdbm (1.13-r1) [2020-11-07T00:48:43.361Z] (5/33) Installing xz-libs (5.2.5-r0) [2020-11-07T00:48:43.361Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2020-11-07T00:48:43.361Z] (7/33) Installing python3 (3.8.5-r0) [2020-11-07T00:48:43.361Z] Removing intermediate container 839692aac60c [2020-11-07T00:48:43.361Z] ---> 8b587d2fdcac [2020-11-07T00:48:43.361Z] Step 24/24 : LABEL version=0.0.0 [2020-11-07T00:48:43.960Z] ---> Running in a05f7d6d3c40 [2020-11-07T00:48:44.963Z] Removing intermediate container a05f7d6d3c40 [2020-11-07T00:48:44.963Z] ---> 4d37e1bb98cf [2020-11-07T00:48:44.963Z] [2020-11-07T00:48:45.241Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2020-11-07T00:48:45.516Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2020-11-07T00:48:45.516Z] (10/33) Installing py3-parsing (2.4.7-r0) [2020-11-07T00:48:45.516Z] (11/33) Installing py3-six (1.15.0-r0) [2020-11-07T00:48:45.516Z] (12/33) Installing py3-packaging (20.4-r0) [2020-11-07T00:48:45.516Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2020-11-07T00:48:45.516Z] (14/33) Installing py3-chardet (3.0.4-r4) [2020-11-07T00:48:45.516Z] Successfully built 4d37e1bb98cf [2020-11-07T00:48:45.516Z] Successfully tagged docker-support-notifications-go-arm64:latest [2020-11-07T00:48:45.516Z] (15/33) Installing py3-idna (2.9-r0) [2020-11-07T00:48:45.516Z] Building docker-core-data-go [2020-11-07T00:48:45.788Z]  Building docker-support-notifications-go ... done (16/33) Installing py3-certifi (2020.4.5.1-r0) [2020-11-07T00:48:45.788Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2020-11-07T00:48:45.788Z] (18/33) Installing py3-requests (2.23.0-r0) [2020-11-07T00:48:45.788Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2020-11-07T00:48:45.788Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2020-11-07T00:48:45.788Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2020-11-07T00:48:45.788Z] (22/33) Installing py3-colorama (0.4.3-r0) [2020-11-07T00:48:46.059Z] (23/33) Installing py3-distlib (0.3.0-r0) [2020-11-07T00:48:46.059Z] (24/33) Installing py3-distro (1.5.0-r1) [2020-11-07T00:48:46.059Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2020-11-07T00:48:46.059Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2020-11-07T00:48:46.059Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2020-11-07T00:48:46.059Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2020-11-07T00:48:46.059Z] (29/33) Installing py3-progress (1.5-r0) [2020-11-07T00:48:46.333Z] (30/33) Installing py3-toml (0.10.1-r0) [2020-11-07T00:48:46.334Z] (31/33) Installing py3-retrying (1.3.3-r0) [2020-11-07T00:48:46.334Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2020-11-07T00:48:46.334Z] (33/33) Installing py3-pip (20.1.1-r0) [2020-11-07T00:48:46.607Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:48:46.607Z] OK: 71 MiB in 55 packages [2020-11-07T00:48:56.797Z] Removing intermediate container 706166d8dfd1 [2020-11-07T00:48:56.797Z] ---> 30f4540d54a0 [2020-11-07T00:48:56.797Z] Step 21/27 : RUN pip install docker-compose==1.23.2 [2020-11-07T00:48:58.239Z] ---> Running in b647661b79f5 [2020-11-07T00:49:04.955Z] Collecting docker-compose==1.23.2 [2020-11-07T00:49:04.955Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2020-11-07T00:49:06.935Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2020-11-07T00:49:06.935Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2020-11-07T00:49:07.208Z] Collecting docopt<0.7,>=0.6.1 [2020-11-07T00:49:07.492Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2020-11-07T00:49:10.122Z] 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-11-07T00:49:10.408Z] Collecting cached-property<2,>=1.2.0 [2020-11-07T00:49:10.408Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2020-11-07T00:49:11.019Z] Collecting websocket-client<1.0,>=0.32.0 [2020-11-07T00:49:11.019Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2020-11-07T00:49:12.538Z] Collecting PyYAML<4,>=3.10 [2020-11-07T00:49:12.538Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2020-11-07T00:49:16.032Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:49:16.032Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:49:16.032Z] ---> c73a52dbe150 [2020-11-07T00:49:16.032Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:49:16.032Z] ---> Using cache [2020-11-07T00:49:16.032Z] ---> d4ff30fb0f98 [2020-11-07T00:49:16.032Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:49:16.032Z] ---> Using cache [2020-11-07T00:49:16.032Z] ---> ff22e9d950e9 [2020-11-07T00:49:16.032Z] Step 5/22 : RUN apk update && apk add make git [2020-11-07T00:49:16.032Z] ---> Using cache [2020-11-07T00:49:16.032Z] ---> 04981c903a99 [2020-11-07T00:49:16.032Z] Step 6/22 : COPY go.mod . [2020-11-07T00:49:16.032Z] ---> Using cache [2020-11-07T00:49:16.032Z] ---> d1e929c33ae3 [2020-11-07T00:49:16.032Z] Step 7/22 : RUN go mod download [2020-11-07T00:49:16.032Z] ---> Using cache [2020-11-07T00:49:16.032Z] ---> e1d5bc156e0a [2020-11-07T00:49:16.032Z] Step 8/22 : COPY . . [2020-11-07T00:49:16.032Z] ---> Using cache [2020-11-07T00:49:16.032Z] ---> 54460b69fbda [2020-11-07T00:49:16.032Z] Step 9/22 : RUN make cmd/core-command/core-command [2020-11-07T00:49:17.479Z] Collecting jsonschema<3,>=2.5.1 [2020-11-07T00:49:17.479Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2020-11-07T00:49:18.930Z] Collecting dockerpty<0.5,>=0.4.1 [2020-11-07T00:49:18.930Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2020-11-07T00:49:20.404Z] ---> Running in 6018689bf562 [2020-11-07T00:49:22.413Z] 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-11-07T00:49:23.021Z] Collecting docker<4.0,>=3.6.0 [2020-11-07T00:49:23.021Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2020-11-07T00:49:24.022Z] Collecting texttable<0.10,>=0.9.0 [2020-11-07T00:49:24.022Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2020-11-07T00:49:27.550Z] Collecting urllib3<1.25,>=1.21.1 [2020-11-07T00:49:27.550Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2020-11-07T00:49:27.839Z] Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:49:27.839Z] Step 2/29 : FROM ${BUILDER_BASE} AS build-env [2020-11-07T00:49:27.839Z] ---> c73a52dbe150 [2020-11-07T00:49:27.839Z] Step 3/29 : WORKDIR /edgex-go [2020-11-07T00:49:27.839Z] ---> Using cache [2020-11-07T00:49:27.839Z] ---> d4ff30fb0f98 [2020-11-07T00:49:27.839Z] Step 4/29 : RUN apk update && apk add make git [2020-11-07T00:49:28.838Z] 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-11-07T00:49:28.838Z] 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-11-07T00:49:29.117Z] Collecting idna<2.8,>=2.5 [2020-11-07T00:49:29.117Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2020-11-07T00:49:29.117Z] ---> Running in 35f4d62d6512 [2020-11-07T00:49:29.776Z] Collecting docker-pycreds>=0.4.0 [2020-11-07T00:49:29.776Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2020-11-07T00:49:29.776Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:49:29.776Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:49:29.776Z] ---> c73a52dbe150 [2020-11-07T00:49:29.776Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:49:29.776Z] ---> Using cache [2020-11-07T00:49:29.776Z] ---> d4ff30fb0f98 [2020-11-07T00:49:29.776Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:49:29.776Z] ---> Using cache [2020-11-07T00:49:29.776Z] ---> ff22e9d950e9 [2020-11-07T00:49:29.776Z] Step 5/22 : RUN apk update && apk add make && apk add bash git [2020-11-07T00:49:29.776Z] ---> Running in b651e741dd90 [2020-11-07T00:49:30.057Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2020-11-07T00:49:30.057Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2020-11-07T00:49:30.057Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2020-11-07T00:49:30.057Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2020-11-07T00:49:32.068Z] Installing collected packages: urllib3, idna, requests, docopt, cached-property, websocket-client, PyYAML, jsonschema, dockerpty, docker-pycreds, docker, texttable, docker-compose [2020-11-07T00:49:32.068Z] Attempting uninstall: urllib3 [2020-11-07T00:49:32.068Z] Found existing installation: urllib3 1.25.9 [2020-11-07T00:49:32.068Z] Uninstalling urllib3-1.25.9: [2020-11-07T00:49:32.068Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:49:32.068Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:49:32.068Z] ---> c73a52dbe150 [2020-11-07T00:49:32.068Z] Step 3/23 : WORKDIR /edgex-go [2020-11-07T00:49:32.068Z] ---> Using cache [2020-11-07T00:49:32.068Z] ---> d4ff30fb0f98 [2020-11-07T00:49:32.069Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:49:32.069Z] ---> Using cache [2020-11-07T00:49:32.069Z] ---> ff22e9d950e9 [2020-11-07T00:49:32.069Z] Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git [2020-11-07T00:49:32.069Z] Successfully uninstalled urllib3-1.25.9 [2020-11-07T00:49:32.069Z] ---> Running in 589a28aff735 [2020-11-07T00:49:33.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:49:33.066Z] Attempting uninstall: idna [2020-11-07T00:49:33.066Z] Found existing installation: idna 2.9 [2020-11-07T00:49:33.066Z] Uninstalling idna-2.9: [2020-11-07T00:49:33.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:49:33.351Z] Successfully uninstalled idna-2.9 [2020-11-07T00:49:33.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:49:33.959Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:49:34.239Z] Attempting uninstall: requests [2020-11-07T00:49:34.239Z] Found existing installation: requests 2.23.0 [2020-11-07T00:49:34.239Z] Uninstalling requests-2.23.0: [2020-11-07T00:49:34.239Z] Successfully uninstalled requests-2.23.0 [2020-11-07T00:49:34.517Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:49:34.800Z] Running setup.py install for docopt: started [2020-11-07T00:49:35.076Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:49:35.076Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:49:35.076Z] OK: 12623 distinct packages available [2020-11-07T00:49:35.354Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:49:35.354Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:49:35.354Z] OK: 12623 distinct packages available [2020-11-07T00:49:35.632Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:49:35.928Z] OK: 217 MiB in 51 packages [2020-11-07T00:49:36.534Z] OK: 217 MiB in 51 packages [2020-11-07T00:49:37.533Z] OK: 217 MiB in 51 packages [2020-11-07T00:49:37.533Z] v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:49:37.533Z] v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:49:37.533Z] OK: 12623 distinct packages available [2020-11-07T00:49:37.817Z] Running setup.py install for docopt: finished with status 'done' [2020-11-07T00:49:37.817Z] Removing intermediate container 35f4d62d6512 [2020-11-07T00:49:37.817Z] ---> 2a89ff00c646 [2020-11-07T00:49:37.817Z] Step 5/29 : COPY go.mod . [2020-11-07T00:49:38.820Z] Running setup.py install for PyYAML: started [2020-11-07T00:49:38.820Z] OK: 217 MiB in 51 packages [2020-11-07T00:49:39.445Z] ---> f4da411d8a2b [2020-11-07T00:49:39.445Z] Step 6/29 : RUN go mod download [2020-11-07T00:49:39.445Z] ---> Running in b33bb561b7c0 [2020-11-07T00:49:39.725Z] Removing intermediate container b651e741dd90 [2020-11-07T00:49:39.725Z] ---> 9e41374aa92c [2020-11-07T00:49:39.725Z] Step 6/22 : COPY go.mod . [2020-11-07T00:49:41.728Z] ---> df5ccd6cc0ac [2020-11-07T00:49:41.728Z] Step 7/22 : RUN go mod download [2020-11-07T00:49:41.728Z] Removing intermediate container 589a28aff735 [2020-11-07T00:49:41.728Z] ---> 3af962bf8ddc [2020-11-07T00:49:41.728Z] Step 6/23 : COPY go.mod . [2020-11-07T00:49:41.728Z] ---> Running in 88319da1732d [2020-11-07T00:49:42.332Z] Running setup.py install for PyYAML: finished with status 'done' [2020-11-07T00:49:42.948Z] ---> c930f3a8af74 [2020-11-07T00:49:42.948Z] Step 7/23 : RUN go mod download [2020-11-07T00:49:42.948Z] Running setup.py install for dockerpty: started [2020-11-07T00:49:43.233Z] ---> Running in 0ee4b0091033 [2020-11-07T00:49:46.654Z] Removing intermediate container b33bb561b7c0 [2020-11-07T00:49:46.655Z] ---> d2a9f3792465 [2020-11-07T00:49:46.655Z] Step 7/29 : COPY . . [2020-11-07T00:49:46.655Z] Running setup.py install for dockerpty: finished with status 'done' [2020-11-07T00:49:47.274Z] Removing intermediate container 88319da1732d [2020-11-07T00:49:47.274Z] ---> 6d2776b40b87 [2020-11-07T00:49:47.274Z] Step 8/22 : COPY . . [2020-11-07T00:49:47.879Z] Running setup.py install for texttable: started [2020-11-07T00:49:50.522Z] Removing intermediate container 0ee4b0091033 [2020-11-07T00:49:50.522Z] ---> fc28556942ee [2020-11-07T00:49:50.522Z] Step 8/23 : COPY . . [2020-11-07T00:49:50.807Z] Running setup.py install for texttable: finished with status 'done' [2020-11-07T00:49:51.781Z] 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-11-07T00:50:01.952Z] Removing intermediate container b647661b79f5 [2020-11-07T00:50:01.952Z] ---> 65ce38de1245 [2020-11-07T00:50:01.952Z] Step 22/27 : RUN apk --no-cache add curl [2020-11-07T00:50:02.233Z] ---> Running in 0ad0c1c16ff4 [2020-11-07T00:50:05.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:50:05.673Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:50:06.278Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2020-11-07T00:50:06.278Z] (2/3) Installing libcurl (7.69.1-r1) [2020-11-07T00:50:06.278Z] (3/3) Installing curl (7.69.1-r1) [2020-11-07T00:50:06.278Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:50:06.278Z] OK: 71 MiB in 58 packages [2020-11-07T00:50:10.614Z] Removing intermediate container 0ad0c1c16ff4 [2020-11-07T00:50:10.614Z] ---> a181441e81be [2020-11-07T00:50:10.614Z] Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] [2020-11-07T00:50:10.614Z] ---> Running in f41c574513f1 [2020-11-07T00:50:11.599Z] Removing intermediate container f41c574513f1 [2020-11-07T00:50:11.599Z] ---> e9245893409f [2020-11-07T00:50:11.599Z] Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:50:12.198Z] ---> Running in 52379aacce7e [2020-11-07T00:50:13.637Z] Removing intermediate container 52379aacce7e [2020-11-07T00:50:13.637Z] ---> 22d687682bf3 [2020-11-07T00:50:13.637Z] Step 25/27 : LABEL arch=arm64 [2020-11-07T00:50:13.916Z] ---> Running in b5369854ef42 [2020-11-07T00:50:15.370Z] Removing intermediate container b5369854ef42 [2020-11-07T00:50:15.370Z] ---> 8f8b9e049e19 [2020-11-07T00:50:15.370Z] Step 26/27 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:50:15.649Z] ---> Running in d8432fd8d858 [2020-11-07T00:50:16.632Z] Removing intermediate container d8432fd8d858 [2020-11-07T00:50:16.632Z] ---> b09d7d8216d7 [2020-11-07T00:50:16.909Z] Step 27/27 : LABEL version=0.0.0 [2020-11-07T00:50:17.182Z] ---> Running in aebc8935eff0 [2020-11-07T00:50:18.623Z] Removing intermediate container aebc8935eff0 [2020-11-07T00:50:18.623Z] ---> 71530cff4257 [2020-11-07T00:50:18.623Z] [2020-11-07T00:50:18.901Z] ---> 8556b43341e9 [2020-11-07T00:50:18.901Z] Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup [2020-11-07T00:50:19.179Z] ---> Running in 7803eda924af [2020-11-07T00:50:19.453Z] Successfully built 71530cff4257 [2020-11-07T00:50:19.453Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2020-11-07T00:50:19.453Z]  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go [2020-11-07T00:50:20.059Z] ---> dce1ce70c3d9 [2020-11-07T00:50:20.059Z] Step 9/22 : RUN make cmd/support-logging/support-logging [2020-11-07T00:50:20.664Z] ---> Running in b5f504b282ae [2020-11-07T00:50:22.349Z] 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-11-07T00:50:23.588Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging [2020-11-07T00:50:24.192Z] ---> a5f0e74a6493 [2020-11-07T00:50:24.192Z] Step 9/23 : RUN make cmd/core-data/core-data [2020-11-07T00:50:24.468Z] ---> Running in c6bd5503bf41 [2020-11-07T00:50:27.130Z] 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-11-07T00:50:32.584Z] Removing intermediate container 6018689bf562 [2020-11-07T00:50:32.584Z] ---> 7b896cca7afa [2020-11-07T00:50:32.584Z] [2020-11-07T00:50:32.584Z] Step 10/22 : FROM scratch [2020-11-07T00:50:32.584Z] ---> [2020-11-07T00:50:32.584Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:50:32.584Z] ---> Using cache [2020-11-07T00:50:32.584Z] ---> c5c97890f3fd [2020-11-07T00:50:32.584Z] Step 12/22 : ENV APP_PORT=48082 [2020-11-07T00:50:32.865Z] ---> Running in 85e043ecde21 [2020-11-07T00:50:33.858Z] Removing intermediate container 85e043ecde21 [2020-11-07T00:50:33.858Z] ---> 1b14e9dea7e2 [2020-11-07T00:50:33.858Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-07T00:50:33.858Z] ---> Running in 90df89233e0e [2020-11-07T00:50:34.845Z] Removing intermediate container 90df89233e0e [2020-11-07T00:50:34.845Z] ---> 25bec3f8ea2e [2020-11-07T00:50:34.845Z] Step 14/22 : WORKDIR / [2020-11-07T00:50:34.845Z] ---> Running in 7ff364a8eb4b [2020-11-07T00:50:35.833Z] Removing intermediate container 7ff364a8eb4b [2020-11-07T00:50:35.833Z] ---> 683a9edac008 [2020-11-07T00:50:35.833Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / [2020-11-07T00:50:37.277Z] ---> 39e059294ec1 [2020-11-07T00:50:37.277Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2020-11-07T00:50:39.920Z] ---> 9c70e561edf5 [2020-11-07T00:50:39.920Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2020-11-07T00:50:40.914Z] ---> d857dc49c2de [2020-11-07T00:50:40.914Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2020-11-07T00:50:41.201Z] ---> Running in 6ec33a404ed9 [2020-11-07T00:50:42.215Z] Removing intermediate container 6ec33a404ed9 [2020-11-07T00:50:42.215Z] ---> c21c30c791e5 [2020-11-07T00:50:42.215Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:50:42.513Z] ---> Running in ea75c13451b3 [2020-11-07T00:50:43.985Z] Removing intermediate container ea75c13451b3 [2020-11-07T00:50:43.985Z] ---> 09207915f792 [2020-11-07T00:50:43.985Z] Step 20/22 : LABEL arch=arm64 [2020-11-07T00:50:43.985Z] ---> Running in 6d3c68b0d1a3 [2020-11-07T00:50:44.263Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:50:44.263Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:50:44.263Z] ---> c73a52dbe150 [2020-11-07T00:50:44.263Z] Step 3/22 : WORKDIR /edgex-go [2020-11-07T00:50:44.263Z] ---> Using cache [2020-11-07T00:50:44.263Z] ---> d4ff30fb0f98 [2020-11-07T00:50:44.263Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:50:44.263Z] ---> Using cache [2020-11-07T00:50:44.263Z] ---> ff22e9d950e9 [2020-11-07T00:50:44.263Z] Step 5/22 : RUN apk update && apk add make git [2020-11-07T00:50:44.263Z] ---> Using cache [2020-11-07T00:50:44.263Z] ---> 04981c903a99 [2020-11-07T00:50:44.263Z] Step 6/22 : COPY go.mod . [2020-11-07T00:50:44.263Z] ---> Using cache [2020-11-07T00:50:44.263Z] ---> d1e929c33ae3 [2020-11-07T00:50:44.263Z] Step 7/22 : RUN go mod download [2020-11-07T00:50:44.263Z] ---> Using cache [2020-11-07T00:50:44.263Z] ---> e1d5bc156e0a [2020-11-07T00:50:44.263Z] Step 8/22 : COPY . . [2020-11-07T00:50:44.263Z] ---> Using cache [2020-11-07T00:50:44.263Z] ---> 54460b69fbda [2020-11-07T00:50:44.263Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2020-11-07T00:50:44.552Z] ---> Running in 785f4a62e04a [2020-11-07T00:50:44.832Z] Removing intermediate container 6d3c68b0d1a3 [2020-11-07T00:50:44.832Z] ---> 0ca87844e985 [2020-11-07T00:50:44.832Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:50:45.113Z] ---> Running in 324cd0ab2083 [2020-11-07T00:50:45.722Z] Removing intermediate container 324cd0ab2083 [2020-11-07T00:50:45.722Z] ---> 9eb158bc91ab [2020-11-07T00:50:45.722Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:50:46.028Z] ---> Running in 9769f7649598 [2020-11-07T00:50:47.029Z] Removing intermediate container 9769f7649598 [2020-11-07T00:50:47.029Z] ---> e9ed16856390 [2020-11-07T00:50:47.029Z] [2020-11-07T00:50:47.307Z] Successfully built e9ed16856390 [2020-11-07T00:50:47.307Z] Successfully tagged docker-core-command-go-arm64:latest [2020-11-07T00:50:47.307Z] Building docker-security-proxy-setup-go [2020-11-07T00:50:47.587Z]  Building docker-core-command-go ... done 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-11-07T00:51:10.472Z] Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine [2020-11-07T00:51:10.472Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2020-11-07T00:51:10.472Z] ---> c73a52dbe150 [2020-11-07T00:51:10.472Z] Step 3/20 : WORKDIR /edgex-go [2020-11-07T00:51:10.472Z] ---> Using cache [2020-11-07T00:51:10.472Z] ---> d4ff30fb0f98 [2020-11-07T00:51:10.472Z] Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:51:10.472Z] ---> Using cache [2020-11-07T00:51:10.472Z] ---> ff22e9d950e9 [2020-11-07T00:51:10.472Z] Step 5/20 : RUN apk update && apk add make git [2020-11-07T00:51:10.472Z] ---> Using cache [2020-11-07T00:51:10.472Z] ---> 04981c903a99 [2020-11-07T00:51:10.472Z] Step 6/20 : COPY go.mod . [2020-11-07T00:51:10.472Z] ---> Using cache [2020-11-07T00:51:10.472Z] ---> d1e929c33ae3 [2020-11-07T00:51:10.472Z] Step 7/20 : RUN go mod download [2020-11-07T00:51:10.472Z] ---> Using cache [2020-11-07T00:51:10.472Z] ---> e1d5bc156e0a [2020-11-07T00:51:10.472Z] Step 8/20 : COPY . . [2020-11-07T00:51:10.472Z] ---> Using cache [2020-11-07T00:51:10.472Z] ---> 54460b69fbda [2020-11-07T00:51:10.472Z] Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup [2020-11-07T00:51:10.472Z] ---> Running in 656e5f1773ca [2020-11-07T00:51:13.909Z] 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-11-07T00:52:00.965Z] Removing intermediate container 7803eda924af [2020-11-07T00:52:00.966Z] ---> e40114fc04b9 [2020-11-07T00:52:00.966Z] [2020-11-07T00:52:00.966Z] Step 9/29 : FROM alpine:latest [2020-11-07T00:52:00.966Z] latest: Pulling from library/alpine [2020-11-07T00:52:00.966Z] Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a [2020-11-07T00:52:00.966Z] Status: Downloaded newer image for alpine:latest [2020-11-07T00:52:00.966Z] ---> 2e77e061c27f [2020-11-07T00:52:00.966Z] Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' [2020-11-07T00:52:00.966Z] ---> Running in b220c46620b4 [2020-11-07T00:52:00.966Z] Removing intermediate container b220c46620b4 [2020-11-07T00:52:00.966Z] ---> ade02627acbd [2020-11-07T00:52:00.966Z] Step 11/29 : USER root [2020-11-07T00:52:00.966Z] ---> Running in 276cf3806450 [2020-11-07T00:52:00.966Z] Removing intermediate container 276cf3806450 [2020-11-07T00:52:00.966Z] ---> ea1e1b082c1c [2020-11-07T00:52:00.966Z] Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* [2020-11-07T00:52:00.966Z] ---> Running in f5b5a24e0d67 [2020-11-07T00:52:00.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:52:00.966Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:52:00.966Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:52:00.966Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:52:00.966Z] OK: 12615 distinct packages available [2020-11-07T00:52:00.966Z] (1/2) Installing ca-certificates (20191127-r4) [2020-11-07T00:52:00.966Z] (2/2) Installing dumb-init (1.2.2-r1) [2020-11-07T00:52:00.966Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:52:00.966Z] Executing ca-certificates-20191127-r4.trigger [2020-11-07T00:52:00.966Z] OK: 6 MiB in 16 packages [2020-11-07T00:52:03.600Z] Removing intermediate container f5b5a24e0d67 [2020-11-07T00:52:03.600Z] ---> 52d7046b9a9d [2020-11-07T00:52:03.600Z] Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [2020-11-07T00:52:03.600Z] ---> Running in 3d43f8be91de [2020-11-07T00:52:04.200Z] Removing intermediate container 3d43f8be91de [2020-11-07T00:52:04.200Z] ---> d73bb5cac12a [2020-11-07T00:52:04.200Z] Step 14/29 : WORKDIR $BASE_DIR [2020-11-07T00:52:04.200Z] ---> Running in 68f6847c4ced [2020-11-07T00:52:05.190Z] Removing intermediate container 68f6847c4ced [2020-11-07T00:52:05.190Z] ---> 3a7959d8bcae [2020-11-07T00:52:05.190Z] Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging [2020-11-07T00:52:05.190Z] ---> Running in 550ab15de325 [2020-11-07T00:52:10.658Z] Removing intermediate container 550ab15de325 [2020-11-07T00:52:10.658Z] ---> 804b77f7f88d [2020-11-07T00:52:10.658Z] Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . [2020-11-07T00:52:10.658Z] Removing intermediate container b5f504b282ae [2020-11-07T00:52:10.658Z] ---> c405a99e92a3 [2020-11-07T00:52:10.658Z] [2020-11-07T00:52:10.658Z] Step 10/22 : FROM scratch [2020-11-07T00:52:10.658Z] ---> [2020-11-07T00:52:10.658Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2020-11-07T00:52:10.658Z] ---> Using cache [2020-11-07T00:52:10.658Z] ---> b3f743cf27af [2020-11-07T00:52:10.658Z] Step 12/22 : ENV APP_PORT=48061 [2020-11-07T00:52:10.939Z] ---> Running in 37f45e77b575 [2020-11-07T00:52:11.948Z] ---> ef290fd8229c [2020-11-07T00:52:11.948Z] Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res [2020-11-07T00:52:11.948Z] Removing intermediate container 37f45e77b575 [2020-11-07T00:52:11.948Z] ---> 3a7a04047525 [2020-11-07T00:52:11.948Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-07T00:52:12.230Z] ---> Running in 17eb830dd44d [2020-11-07T00:52:12.844Z] Removing intermediate container 17eb830dd44d [2020-11-07T00:52:12.844Z] ---> a819cf06f9f2 [2020-11-07T00:52:12.844Z] Step 14/22 : COPY --from=builder /bin/bash /bin/bash [2020-11-07T00:52:13.469Z] ---> 78d028b1e827 [2020-11-07T00:52:13.469Z] Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res [2020-11-07T00:52:14.079Z] ---> c48d1b61c641 [2020-11-07T00:52:14.079Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / [2020-11-07T00:52:14.684Z] ---> 6169504af689 [2020-11-07T00:52:14.684Z] Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res [2020-11-07T00:52:15.693Z] ---> 3cdda7a618f8 [2020-11-07T00:52:15.693Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / [2020-11-07T00:52:15.975Z] ---> 2bf95bfa1ce4 [2020-11-07T00:52:15.975Z] Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging [2020-11-07T00:52:17.425Z] ---> da33beff2a9f [2020-11-07T00:52:17.425Z] Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh [2020-11-07T00:52:17.706Z] ---> 089e034f63c0 [2020-11-07T00:52:17.706Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml [2020-11-07T00:52:17.706Z] ---> Running in bfb215c03c2d [2020-11-07T00:52:19.153Z] ---> 01a553135db0 [2020-11-07T00:52:19.153Z] Step 18/22 : ENTRYPOINT ["/support-logging"] [2020-11-07T00:52:19.427Z] ---> Running in b7b74e465714 [2020-11-07T00:52:20.029Z] Removing intermediate container b7b74e465714 [2020-11-07T00:52:20.029Z] ---> 25416ec6a21d [2020-11-07T00:52:20.029Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:52:20.309Z] ---> Running in 31a45b0e9a84 [2020-11-07T00:52:21.299Z] Removing intermediate container 31a45b0e9a84 [2020-11-07T00:52:21.299Z] ---> ebc286b8c972 [2020-11-07T00:52:21.299Z] Step 20/22 : LABEL arch=arm64 [2020-11-07T00:52:21.299Z] ---> Running in b71c8ab1bc47 [2020-11-07T00:52:22.288Z] Removing intermediate container bfb215c03c2d [2020-11-07T00:52:22.288Z] ---> 32ddf7246b56 [2020-11-07T00:52:22.288Z] Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ [2020-11-07T00:52:22.288Z] Removing intermediate container b71c8ab1bc47 [2020-11-07T00:52:22.288Z] ---> 135ab2d03cd6 [2020-11-07T00:52:22.288Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:52:22.288Z] ---> Running in 6806740f15ce [2020-11-07T00:52:23.538Z] Removing intermediate container 6806740f15ce [2020-11-07T00:52:23.538Z] ---> ce14e57f6acd [2020-11-07T00:52:23.538Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:52:23.849Z] ---> Running in a0d5d2af9bdb [2020-11-07T00:52:23.849Z] ---> 518a4f0ae981 [2020-11-07T00:52:23.849Z] Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2020-11-07T00:52:24.142Z] ---> Running in f5443448a6c0 [2020-11-07T00:52:24.983Z] Removing intermediate container a0d5d2af9bdb [2020-11-07T00:52:24.983Z] ---> 783ba5a472a5 [2020-11-07T00:52:24.983Z] [2020-11-07T00:52:25.586Z] Successfully built 783ba5a472a5 [2020-11-07T00:52:25.586Z] Successfully tagged docker-support-logging-go-arm64:latest [2020-11-07T00:52:28.231Z]  Building docker-support-logging-go ... done Removing intermediate container f5443448a6c0 [2020-11-07T00:52:28.231Z] ---> 8db72d051127 [2020-11-07T00:52:28.231Z] Step 24/29 : RUN chmod 755 security-secrets-setup [2020-11-07T00:52:28.231Z] ---> Running in 6cd127d15bd5 [2020-11-07T00:52:32.562Z] Removing intermediate container 6cd127d15bd5 [2020-11-07T00:52:32.562Z] ---> 2d96ee92e8ce [2020-11-07T00:52:32.562Z] Step 25/29 : ENTRYPOINT ["entrypoint.sh"] [2020-11-07T00:52:32.838Z] ---> Running in 1113c7baf653 [2020-11-07T00:52:33.854Z] Removing intermediate container 1113c7baf653 [2020-11-07T00:52:33.854Z] ---> 9b31e3de856d [2020-11-07T00:52:33.854Z] Step 26/29 : CMD [ "generate" ] [2020-11-07T00:52:33.854Z] ---> Running in f1a7e71eb8d4 [2020-11-07T00:52:34.855Z] Removing intermediate container f1a7e71eb8d4 [2020-11-07T00:52:34.855Z] ---> 16ed63384266 [2020-11-07T00:52:34.855Z] Step 27/29 : LABEL arch=arm64 [2020-11-07T00:52:34.855Z] ---> Running in 016838ffe996 [2020-11-07T00:52:36.315Z] Removing intermediate container 016838ffe996 [2020-11-07T00:52:36.315Z] ---> 2abf635eb040 [2020-11-07T00:52:36.315Z] Step 28/29 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:52:36.315Z] ---> Running in 9e22caadbf7a [2020-11-07T00:52:36.936Z] Removing intermediate container 656e5f1773ca [2020-11-07T00:52:36.936Z] ---> 703b3b595c6d [2020-11-07T00:52:36.936Z] [2020-11-07T00:52:36.936Z] Step 10/20 : FROM alpine [2020-11-07T00:52:36.936Z] ---> 2e77e061c27f [2020-11-07T00:52:36.936Z] Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* [2020-11-07T00:52:37.218Z] ---> Running in 4724e1c217aa [2020-11-07T00:52:37.218Z] Removing intermediate container 9e22caadbf7a [2020-11-07T00:52:37.218Z] ---> a2a0f9a23489 [2020-11-07T00:52:37.218Z] Step 29/29 : LABEL version=0.0.0 [2020-11-07T00:52:37.498Z] ---> Running in da4c38aff40a [2020-11-07T00:52:38.496Z] Removing intermediate container da4c38aff40a [2020-11-07T00:52:38.496Z] ---> 8b300ec83ce6 [2020-11-07T00:52:38.496Z] [2020-11-07T00:52:39.102Z] Successfully built 8b300ec83ce6 [2020-11-07T00:52:39.102Z] Successfully tagged docker-security-secrets-setup-go-arm64:latest [2020-11-07T00:52:39.717Z]  Building docker-security-secrets-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:52:39.994Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:52:40.602Z] v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] [2020-11-07T00:52:40.602Z] v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] [2020-11-07T00:52:40.602Z] OK: 12615 distinct packages available [2020-11-07T00:52:41.204Z] (1/4) Installing ca-certificates (20191127-r4) [2020-11-07T00:52:41.480Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2020-11-07T00:52:41.480Z] (3/4) Installing libcurl (7.69.1-r1) [2020-11-07T00:52:41.480Z] (4/4) Installing curl (7.69.1-r1) [2020-11-07T00:52:41.480Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:52:41.480Z] Executing ca-certificates-20191127-r4.trigger [2020-11-07T00:52:41.758Z] OK: 7 MiB in 18 packages [2020-11-07T00:52:43.776Z] Removing intermediate container 4724e1c217aa [2020-11-07T00:52:43.776Z] ---> c8f0b455cc06 [2020-11-07T00:52:43.776Z] Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2020-11-07T00:52:44.054Z] ---> Running in 73c3dd96c67e [2020-11-07T00:52:44.660Z] Removing intermediate container 73c3dd96c67e [2020-11-07T00:52:44.661Z] ---> b9f48380401e [2020-11-07T00:52:44.661Z] Step 13/20 : WORKDIR /edgex [2020-11-07T00:52:44.661Z] ---> Running in 45d8795b7f3d [2020-11-07T00:52:45.264Z] Removing intermediate container 45d8795b7f3d [2020-11-07T00:52:45.264Z] ---> ab1518e53f70 [2020-11-07T00:52:45.264Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2020-11-07T00:52:46.258Z] ---> 8204c7dd8a92 [2020-11-07T00:52:46.258Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2020-11-07T00:52:47.725Z] ---> b7f8d5a90f70 [2020-11-07T00:52:47.725Z] Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2020-11-07T00:52:48.009Z] ---> Running in 0e43ce57b039 [2020-11-07T00:52:48.617Z] Removing intermediate container 0e43ce57b039 [2020-11-07T00:52:48.617Z] ---> bc1db278f126 [2020-11-07T00:52:48.617Z] Step 17/20 : CMD ["--init=true"] [2020-11-07T00:52:48.900Z] ---> Running in 9a8d568ca71a [2020-11-07T00:52:49.513Z] Removing intermediate container 9a8d568ca71a [2020-11-07T00:52:49.513Z] ---> e6bd15064599 [2020-11-07T00:52:49.513Z] Step 18/20 : LABEL arch=arm64 [2020-11-07T00:52:49.803Z] ---> Running in b98d6dec458a [2020-11-07T00:52:50.408Z] Removing intermediate container b98d6dec458a [2020-11-07T00:52:50.408Z] ---> 4eb3a3524078 [2020-11-07T00:52:50.408Z] Step 19/20 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:52:50.688Z] ---> Running in 8d0540361329 [2020-11-07T00:52:51.301Z] Removing intermediate container 8d0540361329 [2020-11-07T00:52:51.301Z] ---> 4191dde4dd0b [2020-11-07T00:52:51.301Z] Step 20/20 : LABEL version=0.0.0 [2020-11-07T00:52:51.580Z] ---> Running in a719f0a5473e [2020-11-07T00:52:52.565Z] Removing intermediate container a719f0a5473e [2020-11-07T00:52:52.565Z] ---> 79dcde2c07d2 [2020-11-07T00:52:52.565Z] [2020-11-07T00:52:52.841Z] Successfully built 79dcde2c07d2 [2020-11-07T00:52:52.841Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2020-11-07T00:52:53.449Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 785f4a62e04a [2020-11-07T00:52:53.449Z] ---> bbfcfdea85c1 [2020-11-07T00:52:53.449Z] [2020-11-07T00:52:53.449Z] Step 10/22 : FROM scratch [2020-11-07T00:52:53.449Z] ---> [2020-11-07T00:52:53.449Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:52:53.729Z] ---> Using cache [2020-11-07T00:52:53.729Z] ---> c5c97890f3fd [2020-11-07T00:52:53.729Z] Step 12/22 : ENV APP_PORT=48081 [2020-11-07T00:52:54.018Z] ---> Running in c1e4ee415910 [2020-11-07T00:52:54.624Z] Removing intermediate container c1e4ee415910 [2020-11-07T00:52:54.624Z] ---> 2aca2c8778aa [2020-11-07T00:52:54.624Z] Step 13/22 : EXPOSE $APP_PORT [2020-11-07T00:52:54.624Z] ---> Running in 08c3b09c8b53 [2020-11-07T00:52:55.619Z] Removing intermediate container 08c3b09c8b53 [2020-11-07T00:52:55.619Z] ---> 2291dd7e639d [2020-11-07T00:52:55.619Z] Step 14/22 : WORKDIR / [2020-11-07T00:52:55.619Z] ---> Running in 8d00b6b69cfb [2020-11-07T00:52:56.236Z] Removing intermediate container 8d00b6b69cfb [2020-11-07T00:52:56.236Z] ---> 81a68e01c9e7 [2020-11-07T00:52:56.236Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / [2020-11-07T00:52:56.846Z] Removing intermediate container c6bd5503bf41 [2020-11-07T00:52:56.846Z] ---> f1f68feb8e3e [2020-11-07T00:52:56.846Z] [2020-11-07T00:52:56.846Z] Step 10/23 : FROM alpine [2020-11-07T00:52:56.846Z] ---> 2e77e061c27f [2020-11-07T00:52:56.846Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2020-11-07T00:52:56.846Z] ---> Running in 50fb50a113e7 [2020-11-07T00:52:57.124Z] ---> d84229d3c084 [2020-11-07T00:52:57.124Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2020-11-07T00:52:57.409Z] Removing intermediate container 50fb50a113e7 [2020-11-07T00:52:57.409Z] ---> f99c95af718e [2020-11-07T00:52:57.409Z] Step 12/23 : ENV APP_PORT=48080 [2020-11-07T00:52:57.688Z] ---> Running in 8946ce9c9cc5 [2020-11-07T00:52:58.287Z] Removing intermediate container 8946ce9c9cc5 [2020-11-07T00:52:58.287Z] ---> 821f59f62f19 [2020-11-07T00:52:58.287Z] Step 13/23 : EXPOSE $APP_PORT [2020-11-07T00:52:58.287Z] ---> aedf120a1e0f [2020-11-07T00:52:58.287Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2020-11-07T00:52:58.566Z] ---> Running in 3e0425e20de4 [2020-11-07T00:52:58.844Z] Removing intermediate container 3e0425e20de4 [2020-11-07T00:52:58.844Z] ---> 930b87ac953c [2020-11-07T00:52:58.844Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-11-07T00:52:59.114Z] ---> Running in 326f3b3120a8 [2020-11-07T00:52:59.114Z] ---> 3aa85024feeb [2020-11-07T00:52:59.114Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2020-11-07T00:52:59.386Z] ---> Running in af55bdf04ffc [2020-11-07T00:52:59.979Z] Removing intermediate container af55bdf04ffc [2020-11-07T00:52:59.979Z] ---> 93f479bdfa96 [2020-11-07T00:52:59.979Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:52:59.979Z] ---> Running in 329b06cd2d89 [2020-11-07T00:53:00.574Z] Removing intermediate container 329b06cd2d89 [2020-11-07T00:53:00.574Z] ---> c9de3e30c80a [2020-11-07T00:53:00.574Z] Step 20/22 : LABEL arch=arm64 [2020-11-07T00:53:00.574Z] ---> Running in 6170f49992e3 [2020-11-07T00:53:01.173Z] Removing intermediate container 6170f49992e3 [2020-11-07T00:53:01.173Z] ---> b368597f4c44 [2020-11-07T00:53:01.173Z] Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:53:01.173Z] ---> Running in 62f5f156e8f4 [2020-11-07T00:53:01.789Z] Removing intermediate container 326f3b3120a8 [2020-11-07T00:53:01.789Z] ---> 9e9bff4db7b4 [2020-11-07T00:53:01.789Z] Step 15/23 : RUN apk --no-cache add zeromq [2020-11-07T00:53:01.789Z] Removing intermediate container 62f5f156e8f4 [2020-11-07T00:53:01.789Z] ---> 6ada719cdf3c [2020-11-07T00:53:01.789Z] Step 22/22 : LABEL version=0.0.0 [2020-11-07T00:53:01.789Z] ---> Running in 64303d9fbc76 [2020-11-07T00:53:02.068Z] ---> Running in d7c9d190cad6 [2020-11-07T00:53:02.662Z] Removing intermediate container d7c9d190cad6 [2020-11-07T00:53:02.662Z] ---> a6adf172413e [2020-11-07T00:53:02.662Z] [2020-11-07T00:53:02.945Z] Successfully built a6adf172413e [2020-11-07T00:53:02.945Z] Successfully tagged docker-core-metadata-go-arm64:latest [2020-11-07T00:53:03.537Z]  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-11-07T00:53:04.514Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-11-07T00:53:05.940Z] (1/5) Installing libgcc (9.3.0-r2) [2020-11-07T00:53:05.940Z] (2/5) Installing libsodium (1.0.18-r0) [2020-11-07T00:53:05.940Z] (3/5) Installing libstdc++ (9.3.0-r2) [2020-11-07T00:53:06.529Z] (4/5) Installing libzmq (4.3.3-r0) [2020-11-07T00:53:06.529Z] (5/5) Installing zeromq (4.3.3-r0) [2020-11-07T00:53:06.804Z] Executing busybox-1.31.1-r19.trigger [2020-11-07T00:53:06.804Z] OK: 8 MiB in 19 packages [2020-11-07T00:53:07.784Z] Removing intermediate container 64303d9fbc76 [2020-11-07T00:53:08.057Z] ---> df61a3df1428 [2020-11-07T00:53:08.057Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / [2020-11-07T00:53:08.650Z] ---> 6cff55820f49 [2020-11-07T00:53:08.650Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2020-11-07T00:53:10.075Z] ---> 073290accd1a [2020-11-07T00:53:10.075Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2020-11-07T00:53:10.669Z] ---> c7565306fa2a [2020-11-07T00:53:10.669Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2020-11-07T00:53:10.669Z] ---> Running in af321482be88 [2020-11-07T00:53:11.263Z] Removing intermediate container af321482be88 [2020-11-07T00:53:11.263Z] ---> 0b3e1b90c835 [2020-11-07T00:53:11.263Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-11-07T00:53:11.263Z] ---> Running in 04c21521122f [2020-11-07T00:53:11.859Z] Removing intermediate container 04c21521122f [2020-11-07T00:53:11.859Z] ---> 30f9bad00b7d [2020-11-07T00:53:11.859Z] Step 21/23 : LABEL arch=arm64 [2020-11-07T00:53:11.859Z] ---> Running in 8311d4475870 [2020-11-07T00:53:12.455Z] Removing intermediate container 8311d4475870 [2020-11-07T00:53:12.455Z] ---> fab9bf23c5df [2020-11-07T00:53:12.455Z] Step 22/23 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a [2020-11-07T00:53:12.455Z] ---> Running in 5660f2bab9eb [2020-11-07T00:53:13.049Z] Removing intermediate container 5660f2bab9eb [2020-11-07T00:53:13.049Z] ---> ef04896c9171 [2020-11-07T00:53:13.049Z] Step 23/23 : LABEL version=0.0.0 [2020-11-07T00:53:13.049Z] ---> Running in 8125b5c19fe5 [2020-11-07T00:53:13.641Z] Removing intermediate container 8125b5c19fe5 [2020-11-07T00:53:13.641Z] ---> 274f2225434c [2020-11-07T00:53:13.641Z] [2020-11-07T00:53:13.919Z] Successfully built 274f2225434c [2020-11-07T00:53:13.919Z] Successfully tagged docker-core-data-go-arm64:latest [2020-11-07T00:53:14.205Z]  Building docker-core-data-go ... done  [Pipeline] } [2020-11-07T00:53:14.188Z] $ docker stop --time=1 79bb88fa842976b4ad2b0d9fa85711cf7a6cb4859cff787b597cede00f8c536c [2020-11-07T00:53:16.097Z] $ docker rm -f 79bb88fa842976b4ad2b0d9fa85711cf7a6cb4859cff787b597cede00f8c536c [Pipeline] // withDockerContainer [Pipeline] sh [2020-11-07T00:53:16.881Z] + grep docker [2020-11-07T00:53:16.881Z] + docker images [2020-11-07T00:53:17.158Z] docker-core-data-go-arm64 latest 274f2225434c 4 seconds ago 22.3MB [2020-11-07T00:53:17.158Z] docker-core-metadata-go-arm64 latest a6adf172413e 15 seconds ago 13.5MB [2020-11-07T00:53:17.158Z] docker-security-proxy-setup-go-arm64 latest 79dcde2c07d2 26 seconds ago 15.1MB [2020-11-07T00:53:17.158Z] docker-security-secrets-setup-go-arm64 latest 8b300ec83ce6 39 seconds ago 22.7MB [2020-11-07T00:53:17.158Z] docker-support-logging-go-arm64 latest 783ba5a472a5 53 seconds ago 10.6MB [2020-11-07T00:53:17.158Z] docker-core-command-go-arm64 latest e9ed16856390 2 minutes ago 11.4MB [2020-11-07T00:53:17.158Z] docker-sys-mgmt-agent-go-arm64 latest 71530cff4257 2 minutes ago 270MB [2020-11-07T00:53:17.158Z] docker-support-notifications-go-arm64 latest 4d37e1bb98cf 4 minutes ago 12.9MB [2020-11-07T00:53:17.158Z] docker-support-scheduler-go-arm64 latest 3ea1e5bbb82b 4 minutes ago 11.5MB [2020-11-07T00:53:17.158Z] docker-security-secretstore-setup-go-arm64 latest ae2dd732384e 4 minutes ago 23.6MB [2020-11-07T00:53:17.158Z] docker-security-bootstrap-redis-go-arm64 latest 4689afd1b7ce 4 minutes ago 15.2MB [2020-11-07T00:53:17.158Z] docker latest 5d4db4dc0692 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) 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-11-07T00:53:20.598Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:53:21.497Z] ---> package-listing.sh [2020-11-07T00:53:21.498Z] ++ facter osfamily [2020-11-07T00:53:21.498Z] ++ tr '[:upper:]' '[:lower:]' [2020-11-07T00:53:21.498Z] + OS_FAMILY=redhat [2020-11-07T00:53:21.498Z] + workspace=/w/workspace/edgex-go/39 [2020-11-07T00:53:21.498Z] + START_PACKAGES=/tmp/packages_start.txt [2020-11-07T00:53:21.498Z] + END_PACKAGES=/tmp/packages_end.txt [2020-11-07T00:53:21.498Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-11-07T00:53:21.498Z] + PACKAGES=/tmp/packages_start.txt [2020-11-07T00:53:21.498Z] + '[' /w/workspace/edgex-go/39 ']' [2020-11-07T00:53:21.498Z] + PACKAGES=/tmp/packages_end.txt [2020-11-07T00:53:21.498Z] + case "${OS_FAMILY}" in [2020-11-07T00:53:21.498Z] + rpm -qa [2020-11-07T00:53:21.498Z] + sort [2020-11-07T00:53:25.736Z] + '[' -f /tmp/packages_start.txt ']' [2020-11-07T00:53:25.736Z] + '[' -f /tmp/packages_end.txt ']' [2020-11-07T00:53:25.736Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-11-07T00:53:25.736Z] + '[' /w/workspace/edgex-go/39 ']' [2020-11-07T00:53:25.736Z] + mkdir -p /w/workspace/edgex-go/39/archives/ [2020-11-07T00:53:25.736Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/39/archives/ [Pipeline] echo [2020-11-07T00:53:25.751Z] 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/39/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-11-07T00:53:26.049Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:53:26.359Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-07T00:53:26.359Z] [2020-11-07T00:53:26.359Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-11-07T00:53:26.726Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-07T00:53:26.726Z] alpine: Pulling from edgex-lftools-log-publisher [2020-11-07T00:53:26.726Z] df20fa9351a1: Already exists [2020-11-07T00:53:26.726Z] 36b3adc4ff6f: Pulling fs layer [2020-11-07T00:53:26.726Z] 8ad3a11d3b57: Pulling fs layer [2020-11-07T00:53:26.726Z] 46f8f816bc3b: Pulling fs layer [2020-11-07T00:53:26.726Z] 93b61091891f: Pulling fs layer [2020-11-07T00:53:26.726Z] 93b9cdb0e59b: Pulling fs layer [2020-11-07T00:53:26.726Z] 5e14af77c1be: Pulling fs layer [2020-11-07T00:53:26.726Z] 01666e4c0597: Pulling fs layer [2020-11-07T00:53:26.726Z] aa168da1d23b: Pulling fs layer [2020-11-07T00:53:26.726Z] 93b61091891f: Waiting [2020-11-07T00:53:26.726Z] 93b9cdb0e59b: Waiting [2020-11-07T00:53:26.726Z] 5e14af77c1be: Waiting [2020-11-07T00:53:26.726Z] 01666e4c0597: Waiting [2020-11-07T00:53:26.726Z] aa168da1d23b: Waiting [2020-11-07T00:53:26.726Z] 46f8f816bc3b: Verifying Checksum [2020-11-07T00:53:26.726Z] 46f8f816bc3b: Download complete [2020-11-07T00:53:26.726Z] 36b3adc4ff6f: Verifying Checksum [2020-11-07T00:53:26.726Z] 93b9cdb0e59b: Verifying Checksum [2020-11-07T00:53:26.726Z] 93b9cdb0e59b: Download complete [2020-11-07T00:53:26.995Z] 5e14af77c1be: Verifying Checksum [2020-11-07T00:53:26.995Z] 5e14af77c1be: Download complete [2020-11-07T00:53:26.995Z] 01666e4c0597: Verifying Checksum [2020-11-07T00:53:26.995Z] 01666e4c0597: Download complete [2020-11-07T00:53:26.995Z] 93b61091891f: Verifying Checksum [2020-11-07T00:53:26.995Z] 93b61091891f: Download complete [2020-11-07T00:53:27.264Z] 36b3adc4ff6f: Pull complete [2020-11-07T00:53:27.843Z] 8ad3a11d3b57: Verifying Checksum [2020-11-07T00:53:27.843Z] 8ad3a11d3b57: Download complete [2020-11-07T00:53:29.415Z] 8ad3a11d3b57: Pull complete [2020-11-07T00:53:29.415Z] 46f8f816bc3b: Pull complete [2020-11-07T00:53:29.685Z] aa168da1d23b: Verifying Checksum [2020-11-07T00:53:29.685Z] aa168da1d23b: Download complete [2020-11-07T00:53:29.949Z] 93b61091891f: Pull complete [2020-11-07T00:53:30.213Z] 93b9cdb0e59b: Pull complete [2020-11-07T00:53:30.483Z] 5e14af77c1be: Pull complete [2020-11-07T00:53:30.483Z] 01666e4c0597: Pull complete [2020-11-07T00:53:38.721Z] aa168da1d23b: Pull complete [2020-11-07T00:53:38.721Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-11-07T00:53:38.721Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-11-07T00:53:38.721Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-11-07T00:53:39.024Z] prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container [2020-11-07T00:53:39.080Z] $ 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/39/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/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-11-07T00:53:44.391Z] $ docker top aa8e2c901764ff82c456493677576d01901059519d364f7912b8c03716386e79 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-11-07T00:53:44.901Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-11-07T00:53:45.206Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-11-07T00:53:45.515Z] + ls /var/log/sa-host [2020-11-07T00:53:45.516Z] + sadf -c /var/log/sa-host/sa05 [2020-11-07T00:53:45.516Z] file_magic: OK [2020-11-07T00:53:45.516Z] HZ: Using current value: 100 [2020-11-07T00:53:45.516Z] file_header: OK [2020-11-07T00:53:45.516Z] 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-11-07T00:53:45.516Z] Statistics: [2020-11-07T00:53:45.516Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-07T00:53:45.516Z] File successfully converted to sysstat format version 12.2.1 [2020-11-07T00:53:45.516Z] + sadf -c /var/log/sa-host/sa07 [2020-11-07T00:53:45.516Z] file_magic: OK [2020-11-07T00:53:45.516Z] HZ: Using current value: 100 [2020-11-07T00:53:45.516Z] file_header: OK [2020-11-07T00:53:45.516Z] 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-11-07T00:53:45.516Z] Statistics: [2020-11-07T00:53:45.516Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-11-07T00:53:45.516Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-11-07T00:53:46.116Z] provisioning config files... [2020-11-07T00:53:46.145Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/39@tmp/config928809462234138292tmp [Pipeline] { [Pipeline] echo [2020-11-07T00:53:46.208Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:53:46.523Z] ---> create-netrc.sh [Pipeline] } [2020-11-07T00:53:46.537Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-11-07T00:53:46.624Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:53:46.924Z] ---> python-tools-install.sh [Pipeline] echo [2020-11-07T00:53:46.935Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:53:47.234Z] ---> sudo-logs.sh [2020-11-07T00:53:47.234Z] Archiving 'sudo' log.. [Pipeline] echo [2020-11-07T00:53:47.246Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:53:47.580Z] ---> job-cost.sh [2020-11-07T00:53:47.580Z] lf-activate-venv: SKIPPING [2020-11-07T00:53:47.580Z] INFO: No Stack... [2020-11-07T00:53:48.974Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-11-07T00:53:49.549Z] INFO: Archiving Costs [Pipeline] echo [2020-11-07T00:53:49.562Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-11-07T00:53:49.871Z] ---> logs-deploy.sh [2020-11-07T00:53:49.871Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2688/39 [2020-11-07T00:53:49.871Z] INFO: archiving workspace using pattern(s): [2020-11-07T00:53:51.793Z] Archives upload complete. [2020-11-07T00:53:51.793Z] INFO: archiving logs to Nexus [2020-11-07T00:53:52.747Z] ---> uname -a: [2020-11-07T00:53:52.747Z] Linux prd-centos7-docker-4c-2g-11440.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] ---> lscpu: [2020-11-07T00:53:52.747Z] Architecture: x86_64 [2020-11-07T00:53:52.747Z] CPU op-mode(s): 32-bit, 64-bit [2020-11-07T00:53:52.747Z] Byte Order: Little Endian [2020-11-07T00:53:52.747Z] Address sizes: 40 bits physical, 48 bits virtual [2020-11-07T00:53:52.747Z] CPU(s): 4 [2020-11-07T00:53:52.747Z] On-line CPU(s) list: 0-3 [2020-11-07T00:53:52.747Z] Thread(s) per core: 1 [2020-11-07T00:53:52.747Z] Core(s) per socket: 1 [2020-11-07T00:53:52.747Z] Socket(s): 4 [2020-11-07T00:53:52.747Z] NUMA node(s): 1 [2020-11-07T00:53:52.747Z] Vendor ID: GenuineIntel [2020-11-07T00:53:52.747Z] CPU family: 6 [2020-11-07T00:53:52.747Z] Model: 44 [2020-11-07T00:53:52.747Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-11-07T00:53:52.747Z] Stepping: 1 [2020-11-07T00:53:52.747Z] CPU MHz: 2933.436 [2020-11-07T00:53:52.747Z] BogoMIPS: 5866.87 [2020-11-07T00:53:52.747Z] Virtualization: VT-x [2020-11-07T00:53:52.747Z] Hypervisor vendor: KVM [2020-11-07T00:53:52.747Z] Virtualization type: full [2020-11-07T00:53:52.747Z] L1d cache: 128 KiB [2020-11-07T00:53:52.747Z] L1i cache: 128 KiB [2020-11-07T00:53:52.747Z] L2 cache: 16 MiB [2020-11-07T00:53:52.747Z] L3 cache: 64 MiB [2020-11-07T00:53:52.747Z] NUMA node0 CPU(s): 0-3 [2020-11-07T00:53:52.747Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-11-07T00:53:52.747Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-11-07T00:53:52.747Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-11-07T00:53:52.747Z] Vulnerability Meltdown: Mitigation; PTI [2020-11-07T00:53:52.747Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-11-07T00:53:52.747Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-11-07T00:53:52.747Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-11-07T00:53:52.747Z] Vulnerability Tsx async abort: Not affected [2020-11-07T00:53:52.747Z] 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-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] ---> nproc: [2020-11-07T00:53:52.747Z] 4 [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] ---> df -h: [2020-11-07T00:53:52.747Z] Filesystem Size Used Available Use% Mounted on [2020-11-07T00:53:52.747Z] overlay 50.0G 13.6G 36.4G 27% / [2020-11-07T00:53:52.747Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-11-07T00:53:52.747Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-11-07T00:53:52.747Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/39@tmp [2020-11-07T00:53:52.747Z] /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/39 [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] ---> free -m: [2020-11-07T00:53:52.747Z] total used free shared buff/cache available [2020-11-07T00:53:52.747Z] Mem: 1837 646 141 0 1050 1108 [2020-11-07T00:53:52.747Z] Swap: 1023 105 918 [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] ---> ip addr: [2020-11-07T00:53:52.747Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-11-07T00:53:52.747Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-11-07T00:53:52.747Z] inet 127.0.0.1/8 scope host lo [2020-11-07T00:53:52.747Z] valid_lft forever preferred_lft forever [2020-11-07T00:53:52.747Z] inet6 ::1/128 scope host [2020-11-07T00:53:52.747Z] valid_lft forever preferred_lft forever [2020-11-07T00:53:52.747Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-11-07T00:53:52.747Z] link/ether fa:16:3e:71:1c:81 brd ff:ff:ff:ff:ff:ff [2020-11-07T00:53:52.747Z] inet 10.30.123.235/23 brd 10.30.123.255 scope global dynamic eth0 [2020-11-07T00:53:52.747Z] valid_lft 85012sec preferred_lft 85012sec [2020-11-07T00:53:52.747Z] inet6 fe80::f816:3eff:fe71:1c81/64 scope link [2020-11-07T00:53:52.747Z] valid_lft forever preferred_lft forever [2020-11-07T00:53:52.747Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-11-07T00:53:52.747Z] link/ether 02:42:c1:60:08:93 brd ff:ff:ff:ff:ff:ff [2020-11-07T00:53:52.747Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-11-07T00:53:52.747Z] valid_lft forever preferred_lft forever [2020-11-07T00:53:52.747Z] inet6 fe80::42:c1ff:fe60:893/64 scope link [2020-11-07T00:53:52.747Z] valid_lft forever preferred_lft forever [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] ---> sar -b -r -n DEV: [2020-11-07T00:53:52.747Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/07/20 _x86_64_ (4 CPU) [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] 00:30:28 LINUX RESTART (4 CPU) [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-11-07T00:53:52.747Z] 00:32:01 89.30 34.45 54.86 0.00 7650.83 12374.88 0.00 [2020-11-07T00:53:52.747Z] 00:33:01 226.93 84.05 142.89 0.00 6669.91 59898.89 0.00 [2020-11-07T00:53:52.747Z] 00:34:02 263.67 112.37 151.30 0.00 5393.19 19427.30 0.00 [2020-11-07T00:53:52.747Z] 00:35:01 170.06 87.07 82.99 0.00 3086.93 7580.87 0.00 [2020-11-07T00:53:52.747Z] 00:36:01 166.99 41.46 125.53 0.00 11322.50 61161.61 0.00 [2020-11-07T00:53:52.747Z] 00:37:03 1914.42 1572.29 342.14 0.00 164112.54 190768.47 0.00 [2020-11-07T00:53:52.747Z] 00:38:02 1346.34 1064.03 282.30 0.00 82218.30 90528.42 0.00 [2020-11-07T00:53:52.747Z] 00:39:01 1457.52 1075.02 382.50 0.00 128266.44 156335.56 0.00 [2020-11-07T00:53:52.747Z] 00:40:02 2232.90 1903.27 329.62 0.00 157528.68 167057.59 0.00 [2020-11-07T00:53:52.747Z] 00:41:01 792.92 561.66 231.25 0.00 34065.51 57767.43 0.00 [2020-11-07T00:53:52.747Z] 00:42:01 575.06 406.52 168.54 0.00 23504.51 40466.11 0.00 [2020-11-07T00:53:52.747Z] 00:43:01 35.29 28.95 6.34 0.00 3519.63 157.50 0.00 [2020-11-07T00:53:52.747Z] 00:44:01 0.27 0.03 0.23 0.00 0.80 3.53 0.00 [2020-11-07T00:53:52.747Z] 00:45:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 [2020-11-07T00:53:52.747Z] 00:46:01 2.76 1.96 0.80 0.00 70.44 15.41 0.00 [2020-11-07T00:53:52.747Z] 00:47:01 0.32 0.03 0.28 0.00 0.27 2.96 0.00 [2020-11-07T00:53:52.747Z] 00:48:01 0.23 0.02 0.22 0.00 0.27 2.20 0.00 [2020-11-07T00:53:52.747Z] 00:49:02 0.27 0.02 0.25 0.00 0.53 3.18 0.00 [2020-11-07T00:53:52.747Z] 00:50:01 0.27 0.02 0.25 0.00 0.27 2.52 0.00 [2020-11-07T00:53:52.747Z] 00:51:01 0.28 0.02 0.27 0.00 0.27 3.30 0.00 [2020-11-07T00:53:52.747Z] 00:52:01 0.75 0.53 0.22 0.00 183.45 2.73 0.00 [2020-11-07T00:53:52.747Z] 00:53:01 0.25 0.03 0.22 0.00 0.80 2.07 0.00 [2020-11-07T00:53:52.747Z] Average: 423.19 318.35 104.85 0.00 28680.06 39432.52 0.00 [2020-11-07T00:53:52.747Z] [2020-11-07T00:53:52.747Z] 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-11-07T00:53:52.747Z] 00:32:01 71340 0 624600 33.20 2620 1182996 1314364 44.86 571584 1072384 64512 [2020-11-07T00:53:52.747Z] 00:33:01 130528 0 665360 35.36 1556 1084112 1759208 60.04 663820 886032 32 [2020-11-07T00:53:52.747Z] 00:34:02 206936 0 717280 38.12 1536 955804 1736468 59.26 684476 751328 48628 [2020-11-07T00:53:52.747Z] 00:35:01 314796 0 704992 37.47 884 860884 1252808 42.76 591332 722116 45508 [2020-11-07T00:53:52.747Z] 00:36:01 79492 0 690552 36.70 280 1111232 1251796 42.72 743004 847008 87444 [2020-11-07T00:53:52.747Z] 00:37:03 78564 0 743192 39.50 48 1059752 1952844 66.65 788804 831040 27468 [2020-11-07T00:53:52.747Z] 00:38:02 323904 0 746892 39.70 48 810712 1980380 67.59 661320 685764 20716 [2020-11-07T00:53:52.747Z] 00:39:01 78296 0 686564 36.49 48 1116648 1986332 67.79 744092 886724 11616 [2020-11-07T00:53:52.747Z] 00:40:02 315784 0 954504 50.73 48 611220 4019524 137.18 655912 688088 48968 [2020-11-07T00:53:52.747Z] 00:41:01 372656 0 649664 34.53 48 859188 1629184 55.60 575616 730448 56484 [2020-11-07T00:53:52.747Z] 00:42:01 268300 0 612372 32.55 48 1000836 1373480 46.87 428888 974304 24 [2020-11-07T00:53:52.747Z] 00:43:01 521180 0 567824 30.18 48 792504 1213220 41.41 371924 784240 20 [2020-11-07T00:53:52.747Z] 00:44:01 522384 0 566612 30.11 48 792512 1200884 40.98 370972 783832 12 [2020-11-07T00:53:52.747Z] 00:45:01 522600 0 566388 30.10 48 792520 1200920 40.99 371052 783832 8 [2020-11-07T00:53:52.747Z] 00:46:01 520472 0 567112 30.14 48 793924 1200872 40.98 371788 784444 12 [2020-11-07T00:53:52.747Z] 00:47:01 520792 0 566780 30.12 48 793936 1200884 40.98 371800 784448 16 [2020-11-07T00:53:52.748Z] 00:48:01 521160 0 566412 30.10 48 793936 1192648 40.70 371084 784412 8 [2020-11-07T00:53:52.748Z] 00:49:02 521160 0 566404 30.10 48 793944 1192648 40.70 371080 784456 8 [2020-11-07T00:53:52.748Z] 00:50:01 521284 0 566264 30.10 48 793960 1192648 40.70 371088 784476 16 [2020-11-07T00:53:52.748Z] 00:51:01 521012 0 566532 30.11 48 793964 1192648 40.70 370288 785260 8 [2020-11-07T00:53:52.748Z] 00:52:01 512916 0 569164 30.25 48 799428 1192720 40.71 375728 788068 8 [2020-11-07T00:53:52.748Z] 00:53:01 513208 0 568872 30.23 48 799428 1192648 40.70 375660 788088 12 [2020-11-07T00:53:52.748Z] Average: 361762 0 637924 33.90 350 881520 1519506 51.86 509151 805036 18706 [2020-11-07T00:53:52.748Z] [2020-11-07T00:53:52.748Z] 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-11-07T00:53:52.748Z] 00:32:01 eth0 1397.79 1301.31 5823.72 177.80 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:32:01 docker0 642.43 504.71 54.69 2154.74 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:32:01 veth002d0a5 642.43 504.84 63.47 2154.75 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:33:01 vethe9c97a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:33:01 veth46608c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:33:01 eth0 676.24 549.39 4838.05 62.79 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:34:02 veth1fcfa39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:34:02 eth0 144.79 121.72 503.63 20.42 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:34:02 docker0 944.83 813.25 77.39 3486.71 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:35:01 veth1fcfa39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:35:01 eth0 39.44 26.44 22.12 89.38 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:36:01 eth0 213.77 167.73 1705.44 72.51 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:36:01 veth54ed5b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:37:03 eth0 47.53 29.14 162.86 11.76 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:37:03 veth54ed5b9 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:37:03 docker0 16.37 22.91 0.90 142.68 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:38:02 vetha2a8626 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:38:02 eth0 37.88 20.20 60.17 14.43 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:38:02 vethc54cd8c 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:39:01 eth0 100.32 67.59 225.13 102.27 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:39:01 veth0f6801e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:39:01 veth54ed5b9 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:40:02 vethe1aac72 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:40:02 veth149a072 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:40:02 vethe6d8ce3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:40:02 veth6a48fc4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:41:01 eth0 2799.24 2378.88 13689.53 640.56 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:41:01 veth54ed5b9 0.00 0.89 0.00 0.04 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:41:01 docker0 1001.80 887.40 80.92 3929.42 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:42:01 eth0 114.49 77.06 427.38 80.69 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:42:01 veth54ed5b9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:42:01 docker0 29.21 52.05 1.85 399.46 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:43:01 eth0 6.49 3.80 5.71 2.45 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:44:01 eth0 1.62 0.32 0.42 0.23 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:45:01 eth0 0.88 0.28 0.31 0.17 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:46:01 eth0 0.48 0.30 0.27 0.23 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:47:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:49:02 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:50:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:52:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:53:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] Average: eth0 130.01 109.89 632.82 32.53 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] Average: docker0 46.34 42.24 3.72 194.74 0.00 0.00 0.00 0.00 [2020-11-07T00:53:52.748Z] [2020-11-07T00:53:52.748Z] [2020-11-07T00:53:52.748Z] ---> sar -P ALL: [2020-11-07T00:53:52.748Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/07/20 _x86_64_ (4 CPU) [2020-11-07T00:53:52.748Z] [2020-11-07T00:53:52.748Z] 00:30:28 LINUX RESTART (4 CPU) [2020-11-07T00:53:52.748Z] [2020-11-07T00:53:52.748Z] 00:31:01 CPU %user %nice %system %iowait %steal %idle [2020-11-07T00:53:52.748Z] 00:32:01 all 18.23 0.00 8.57 2.43 1.66 69.11 [2020-11-07T00:53:52.748Z] 00:32:01 0 17.83 0.00 10.12 1.50 1.57 68.98 [2020-11-07T00:53:52.748Z] 00:32:01 1 18.98 0.00 7.78 1.43 1.70 70.11 [2020-11-07T00:53:52.748Z] 00:32:01 2 19.90 0.00 8.70 1.76 1.73 67.91 [2020-11-07T00:53:52.748Z] 00:32:01 3 16.19 0.00 7.71 5.03 1.62 69.44 [2020-11-07T00:53:52.748Z] 00:33:01 all 13.97 0.00 8.31 2.43 1.85 73.43 [2020-11-07T00:53:52.748Z] 00:33:01 0 17.28 0.00 9.50 0.58 1.89 70.75 [2020-11-07T00:53:52.748Z] 00:33:01 1 11.78 0.00 7.78 2.53 1.84 76.08 [2020-11-07T00:53:52.748Z] 00:33:01 2 14.59 0.00 8.07 3.43 1.78 72.12 [2020-11-07T00:53:52.748Z] 00:33:01 3 12.28 0.00 7.93 3.15 1.92 74.72 [2020-11-07T00:53:52.748Z] 00:34:02 all 35.92 0.00 11.51 6.17 0.89 45.51 [2020-11-07T00:53:52.748Z] 00:34:02 0 34.65 0.00 11.76 6.16 0.85 46.58 [2020-11-07T00:53:52.748Z] 00:34:02 1 37.35 0.00 11.21 4.28 0.88 46.29 [2020-11-07T00:53:52.748Z] 00:34:02 2 36.71 0.00 11.44 6.19 0.88 44.78 [2020-11-07T00:53:52.748Z] 00:34:02 3 34.94 0.00 11.64 8.06 0.95 44.40 [2020-11-07T00:53:52.748Z] 00:35:01 all 61.43 0.00 16.99 3.46 1.04 17.09 [2020-11-07T00:53:52.748Z] 00:35:01 0 62.43 0.00 16.62 3.33 0.92 16.69 [2020-11-07T00:53:52.748Z] 00:35:01 1 59.46 0.00 17.74 2.29 1.13 19.37 [2020-11-07T00:53:52.748Z] 00:35:01 2 61.86 0.00 17.04 4.12 1.07 15.92 [2020-11-07T00:53:52.748Z] 00:35:01 3 61.96 0.00 16.54 4.09 1.04 16.37 [2020-11-07T00:53:52.748Z] 00:36:01 all 25.32 0.00 12.75 6.33 1.29 54.31 [2020-11-07T00:53:52.748Z] 00:36:01 0 25.98 0.00 12.72 8.08 1.33 51.88 [2020-11-07T00:53:52.748Z] 00:36:01 1 25.07 0.00 12.82 4.87 1.29 55.95 [2020-11-07T00:53:52.748Z] 00:36:01 2 23.82 0.00 12.56 6.12 1.31 56.19 [2020-11-07T00:53:52.748Z] 00:36:01 3 26.40 0.00 12.90 6.25 1.23 53.23 [2020-11-07T00:53:52.748Z] 00:37:03 all 22.03 0.00 28.25 19.53 2.82 27.37 [2020-11-07T00:53:52.748Z] 00:37:03 0 22.31 0.00 27.89 17.85 2.85 29.10 [2020-11-07T00:53:52.748Z] 00:37:03 1 20.81 0.00 28.38 18.33 2.94 29.54 [2020-11-07T00:53:52.748Z] 00:37:03 2 21.65 0.00 28.97 20.31 2.65 26.42 [2020-11-07T00:53:52.748Z] 00:37:03 3 23.37 0.00 27.74 21.67 2.85 24.37 [2020-11-07T00:53:52.748Z] 00:38:02 all 58.42 0.00 22.94 11.58 0.98 6.09 [2020-11-07T00:53:52.748Z] 00:38:02 0 58.36 0.00 22.82 11.62 0.98 6.22 [2020-11-07T00:53:52.748Z] 00:38:02 1 59.75 0.00 20.91 11.35 1.03 6.95 [2020-11-07T00:53:52.748Z] 00:38:02 2 56.53 0.00 24.69 12.84 1.00 4.93 [2020-11-07T00:53:52.748Z] 00:38:02 3 59.02 0.00 23.33 10.52 0.89 6.23 [2020-11-07T00:53:52.748Z] 00:39:01 all 23.46 0.00 26.06 20.63 2.13 27.72 [2020-11-07T00:53:52.748Z] 00:39:01 0 22.93 0.00 24.88 21.29 2.06 28.85 [2020-11-07T00:53:52.748Z] 00:39:01 1 22.81 0.00 26.58 18.11 2.29 30.21 [2020-11-07T00:53:52.748Z] 00:39:01 2 22.40 0.00 26.64 23.69 2.23 25.05 [2020-11-07T00:53:52.748Z] 00:39:01 3 25.71 0.00 26.17 19.41 1.96 26.75 [2020-11-07T00:53:52.748Z] 00:40:02 all 29.91 0.00 23.82 27.38 2.04 16.86 [2020-11-07T00:53:52.748Z] 00:40:02 0 29.88 0.00 24.13 26.57 2.08 17.34 [2020-11-07T00:53:52.748Z] 00:40:02 1 30.71 0.00 24.26 29.23 2.09 13.70 [2020-11-07T00:53:52.748Z] 00:40:02 2 30.28 0.00 24.54 27.00 1.99 16.19 [2020-11-07T00:53:52.748Z] 00:40:02 3 28.76 0.00 22.32 26.72 1.98 20.23 [2020-11-07T00:53:52.748Z] 00:41:01 all 42.94 0.00 15.70 12.02 0.83 28.50 [2020-11-07T00:53:52.748Z] 00:41:01 0 43.54 0.00 15.74 13.52 0.79 26.40 [2020-11-07T00:53:52.748Z] 00:41:01 1 42.71 0.00 15.64 13.08 0.95 27.63 [2020-11-07T00:53:52.748Z] 00:41:01 2 43.35 0.00 15.28 11.46 0.84 29.06 [2020-11-07T00:53:52.748Z] 00:41:01 3 42.15 0.00 16.13 10.00 0.75 30.97 [2020-11-07T00:53:52.748Z] 00:42:01 all 16.52 0.00 10.51 6.46 1.29 65.22 [2020-11-07T00:53:52.748Z] 00:42:01 0 18.62 0.00 10.59 6.56 1.37 62.86 [2020-11-07T00:53:52.748Z] 00:42:01 1 14.82 0.00 10.42 6.28 1.31 67.18 [2020-11-07T00:53:52.748Z] 00:42:01 2 19.51 0.00 10.97 7.83 1.28 60.41 [2020-11-07T00:53:52.748Z] 00:42:01 3 13.11 0.00 10.08 5.19 1.20 70.42 [2020-11-07T00:53:52.748Z] [2020-11-07T00:53:52.748Z] 00:42:01 CPU %user %nice %system %iowait %steal %idle [2020-11-07T00:53:52.748Z] 00:43:01 all 0.43 0.00 0.38 0.53 0.13 98.53 [2020-11-07T00:53:52.748Z] 00:43:01 0 0.33 0.00 0.30 0.85 0.13 98.38 [2020-11-07T00:53:52.748Z] 00:43:01 1 0.32 0.00 0.50 0.23 0.07 98.88 [2020-11-07T00:53:52.748Z] 00:43:01 2 0.65 0.00 0.17 0.10 0.13 98.95 [2020-11-07T00:53:52.748Z] 00:43:01 3 0.42 0.00 0.55 0.95 0.17 97.91 [2020-11-07T00:53:52.748Z] 00:44:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2020-11-07T00:53:52.748Z] 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-07T00:53:52.748Z] 00:44:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2020-11-07T00:53:52.748Z] 00:44:01 2 0.52 0.00 0.02 0.00 0.02 99.45 [2020-11-07T00:53:52.748Z] 00:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2020-11-07T00:53:52.748Z] 00:45:01 all 0.16 0.00 0.03 0.00 0.01 99.80 [2020-11-07T00:53:52.748Z] 00:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2020-11-07T00:53:52.748Z] 00:45:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2020-11-07T00:53:52.748Z] 00:45:01 2 0.53 0.00 0.02 0.00 0.00 99.45 [2020-11-07T00:53:52.748Z] 00:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-11-07T00:53:52.748Z] 00:46:01 all 0.12 0.00 0.07 0.02 0.00 99.79 [2020-11-07T00:53:52.748Z] 00:46:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-11-07T00:53:52.749Z] 00:46:01 1 0.27 0.00 0.10 0.07 0.00 99.57 [2020-11-07T00:53:52.749Z] 00:46:01 2 0.18 0.00 0.07 0.00 0.00 99.75 [2020-11-07T00:53:52.749Z] 00:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-07T00:53:52.749Z] 00:47:01 all 0.16 0.00 0.03 0.00 0.01 99.79 [2020-11-07T00:53:52.749Z] 00:47:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-11-07T00:53:52.749Z] 00:47:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-11-07T00:53:52.749Z] 00:47:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2020-11-07T00:53:52.749Z] 00:47:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2020-11-07T00:53:52.749Z] 00:48:01 all 0.15 0.00 0.02 0.00 0.01 99.82 [2020-11-07T00:53:52.749Z] 00:48:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2020-11-07T00:53:52.749Z] 00:48:01 1 0.48 0.00 0.02 0.00 0.02 99.48 [2020-11-07T00:53:52.749Z] 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-07T00:53:52.749Z] 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-07T00:53:52.749Z] 00:49:02 all 0.11 0.00 0.04 0.00 0.00 99.85 [2020-11-07T00:53:52.749Z] 00:49:02 0 0.28 0.00 0.10 0.00 0.02 99.60 [2020-11-07T00:53:52.749Z] 00:49:02 1 0.12 0.00 0.00 0.00 0.00 99.88 [2020-11-07T00:53:52.749Z] 00:49:02 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-07T00:53:52.749Z] 00:49:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-11-07T00:53:52.749Z] 00:50:01 all 0.15 0.00 0.03 0.00 0.01 99.81 [2020-11-07T00:53:52.749Z] 00:50:01 0 0.49 0.00 0.02 0.02 0.02 99.46 [2020-11-07T00:53:52.749Z] 00:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-07T00:53:52.749Z] 00:50:01 2 0.03 0.00 0.05 0.00 0.02 99.90 [2020-11-07T00:53:52.749Z] 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-11-07T00:53:52.749Z] 00:51:01 all 0.17 0.00 0.04 0.00 0.00 99.80 [2020-11-07T00:53:52.749Z] 00:51:01 0 0.22 0.00 0.03 0.00 0.00 99.75 [2020-11-07T00:53:52.749Z] 00:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-11-07T00:53:52.749Z] 00:51:01 2 0.37 0.00 0.05 0.00 0.00 99.58 [2020-11-07T00:53:52.749Z] 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2020-11-07T00:53:52.749Z] 00:52:01 all 0.13 0.00 0.04 0.01 0.02 99.81 [2020-11-07T00:53:52.749Z] 00:52:01 0 0.43 0.00 0.02 0.00 0.02 99.53 [2020-11-07T00:53:52.749Z] 00:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2020-11-07T00:53:52.749Z] 00:52:01 2 0.02 0.00 0.05 0.03 0.00 99.90 [2020-11-07T00:53:52.749Z] 00:52:01 3 0.05 0.00 0.07 0.00 0.03 99.85 [2020-11-07T00:53:52.749Z] 00:53:01 all 0.16 0.00 0.03 0.00 0.02 99.80 [2020-11-07T00:53:52.749Z] 00:53:01 0 0.50 0.00 0.02 0.00 0.03 99.45 [2020-11-07T00:53:52.749Z] 00:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-11-07T00:53:52.749Z] 00:53:01 2 0.03 0.00 0.03 0.00 0.02 99.92 [2020-11-07T00:53:52.749Z] 00:53:01 3 0.07 0.00 0.05 0.00 0.02 99.87 [2020-11-07T00:53:52.749Z] [2020-11-07T00:53:52.749Z] Average: CPU %user %nice %system %iowait %steal %idle [2020-11-07T00:53:52.749Z] Average: all 15.29 0.00 8.16 5.22 0.75 70.57 [2020-11-07T00:53:52.749Z] Average: 0 15.59 0.00 8.23 5.19 0.75 70.24 [2020-11-07T00:53:52.749Z] Average: 1 15.14 0.00 8.09 4.92 0.78 71.08 [2020-11-07T00:53:52.749Z] Average: 2 15.45 0.00 8.31 5.48 0.75 70.02 [2020-11-07T00:53:52.749Z] Average: 3 15.00 0.00 8.01 5.30 0.73 70.96 [2020-11-07T00:53:52.749Z] [2020-11-07T00:53:52.749Z] [2020-11-07T00:53:52.749Z]