Pull request #2919 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/edgex-go Obtained Jenkinsfile from 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624+698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 (89ece03f2ae42e06f7659ffa703d3604a2a977f3) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a5c854593eac886f27ddeefb8920871132e8ed78 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a5c854593eac886f27ddeefb8920871132e8ed78 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a5c854593eac886f27ddeefb8920871132e8ed78 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a5c854593eac886f27ddeefb8920871132e8ed78 # timeout=10 Commit message: "Merge pull request #303 from ernestojeda/fix-docker-login-issue" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-14313 in /w/workspace/edgexfoundry_edgex-go_PR-2919 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/3 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2919/head:refs/remotes/origin/PR-2919 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 Merge succeeded, producing 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 Checking out Revision 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 (PR-2919) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 Commit message: "fix: Fix failing unit test due to removal of proxy for logging services" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 15:14:24 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 15:14:25 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 15:14:25 ========================================================= 15:14:25 EdgeX Global Pipelines Version Info 15:14:25 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk f156282daf49495a134aa4e936e1e8eda4a720b5 # timeout=10 15:14:26 ------------------- 15:14:26 stable info: 15:14:26 ------------------- 15:14:26 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 15:14:26 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 15:14:26 Message: update stable to v1.0.169 15:14:28 ------------------- 15:14:28 experimental info: 15:14:28 ------------------- 15:14:28 Commited By: **** collab-it+edgex@linuxfoundation.org 15:14:28 Commit SHA: a5c854593eac886f27ddeefb8920871132e8ed78 15:14:28 Message: update experimental to v1.0.169 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 15:14:28 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 15:14:28 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 15:14:28 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 15:14:28 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 15:14:28 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 15:14:28 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 15:14:29 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2919 [Pipeline] echo 15:14:30 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2919 [Pipeline] echo 15:14:31 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2919 [Pipeline] echo 15:14:31 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 [Pipeline] echo 15:14:31 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0f7cd34 [Pipeline] echo 15:14:31 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:14:31 provisioning config files... 15:14:31 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config3883452415064130220tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:14:32 ---> docker-login.sh 15:14:32 nexus3.edgexfoundry.org:10001 15:14:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:32 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:32 Configure a credential helper to remove this warning. See 15:14:32 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:32 15:14:32 Login Succeeded 15:14:32 nexus3.edgexfoundry.org:10002 15:14:32 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:33 Configure a credential helper to remove this warning. See 15:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:33 15:14:33 Login Succeeded 15:14:33 nexus3.edgexfoundry.org:10003 15:14:33 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:33 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:33 Configure a credential helper to remove this warning. See 15:14:33 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:33 15:14:33 Login Succeeded 15:14:33 nexus3.edgexfoundry.org:10004 15:14:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:34 Configure a credential helper to remove this warning. See 15:14:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:34 15:14:34 Login Succeeded 15:14:34 docker.io 15:14:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:14:34 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:14:34 Configure a credential helper to remove this warning. See 15:14:34 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:14:34 15:14:34 Login Succeeded 15:14:34 ---> docker-login.sh ends [Pipeline] } 15:14:34 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:14:35 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ cut -d/ -f2 15:14:35 ++ dirname cmd/core-command/Dockerfile 15:14:35 + echo core-command,cmd/core-command/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ cut -d/ -f2 15:14:35 ++ dirname cmd/core-data/Dockerfile 15:14:35 + echo core-data,cmd/core-data/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/core-metadata/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo core-metadata,cmd/core-metadata/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/security-bootstrap-redis/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/security-proxy-setup/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/security-secrets-setup/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/security-secretstore-setup/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/support-notifications/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo support-notifications,cmd/support-notifications/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/support-scheduler/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo support-scheduler,cmd/support-scheduler/Dockerfile 15:14:35 + for file in '`ls cmd/**/Dockerfile`' 15:14:35 ++ dirname cmd/sys-mgmt-agent/Dockerfile 15:14:35 ++ cut -d/ -f2 15:14:35 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 15:14:35 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 15:14:37 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:37 15:14:37 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 15:14:37 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:37 latest: Pulling from edgex-devops/git-semver 15:14:37 31603596830f: Pulling fs layer 15:14:37 2a8b12db71e7: Pulling fs layer 15:14:37 6ca5941a6612: Pulling fs layer 15:14:37 ecc8261a40a4: Pulling fs layer 15:14:37 ecc8261a40a4: Waiting 15:14:37 2a8b12db71e7: Verifying Checksum 15:14:37 2a8b12db71e7: Download complete 15:14:37 31603596830f: Verifying Checksum 15:14:37 31603596830f: Download complete 15:14:37 ecc8261a40a4: Verifying Checksum 15:14:37 ecc8261a40a4: Download complete 15:14:38 6ca5941a6612: Verifying Checksum 15:14:38 6ca5941a6612: Download complete 15:14:38 31603596830f: Pull complete 15:14:38 2a8b12db71e7: Pull complete 15:14:39 6ca5941a6612: Pull complete 15:14:40 ecc8261a40a4: Pull complete 15:14:40 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 15:14:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 15:14:40 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 15:14:40 prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container 15:14:40 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 15:14:42 $ docker top c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 15:14:43 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:14:43 [ssh-agent] Looking for ssh-agent implementation... 15:14:43 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:14:43 $ docker exec c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent 15:14:43 SSH_AUTH_SOCK=/tmp/ssh-OS8UoElSajlp/agent.11 15:14:43 SSH_AGENT_PID=17 15:14:43 Running ssh-add (command line suppressed) 15:14:44 Identity added: /w/workspace/edgex-go/3@tmp/private_key_4156520646777664871.key (/w/workspace/edgex-go/3@tmp/private_key_4156520646777664871.key) 15:14:44 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:14:44 + git tag --points-at HEAD [Pipeline] } 15:14:44 $ docker exec --env ******** --env ******** c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent -k 15:14:44 unset SSH_AUTH_SOCK; 15:14:44 unset SSH_AGENT_PID; 15:14:44 echo Agent pid 17 killed; 15:14:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 15:14:44 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 15:14:44 [ssh-agent] Looking for ssh-agent implementation... 15:14:45 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 15:14:45 $ docker exec c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent 15:14:45 SSH_AUTH_SOCK=/tmp/ssh-TL99LwDV53Tj/agent.45 15:14:45 SSH_AGENT_PID=51 15:14:45 Running ssh-add (command line suppressed) 15:14:45 Identity added: /w/workspace/edgex-go/3@tmp/private_key_7802133392419712541.key (/w/workspace/edgex-go/3@tmp/private_key_7802133392419712541.key) 15:14:45 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 15:14:46 + git semver init 15:14:46 # -> Open(): unable to determine branch for HEAD 15:14:46 # $GIT_DIR = /w/workspace/edgex-go/3/.git 15:14:46 # $GIT_WORK_TREE = /w/workspace/edgex-go/3 15:14:46 # $SEMVER_REMOTE_NAME = origin 15:14:46 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 15:14:46 # $SEMVER_USER_NAME = edgex-jenkins 15:14:46 # $SEMVER_BRANCH = PR-2919 15:14:46 # $SEMVER_TEMP = /tmp/semver-882659104 15:14:46 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 15:15:08 # '/tmp/semver-882659104' -> '/w/workspace/edgex-go/3/.semver' 15:15:08 # -> Force: false 15:15:08 # $SEMVER_DIR = /w/workspace/edgex-go/3/.semver [Pipeline] } 15:15:08 $ docker exec --env ******** --env ******** c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 ssh-agent -k 15:15:08 unset SSH_AUTH_SOCK; 15:15:08 unset SSH_AGENT_PID; 15:15:08 echo Agent pid 51 killed; 15:15:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 15:15:09 + git semver [Pipeline] } 15:15:09 $ docker stop --time=1 c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 15:15:11 $ docker rm -f c2af60e88e62e55ae1460fba442f25b92a57b3e3267ba6a1aadf930c072b5062 [Pipeline] // withDockerContainer [Pipeline] sh 15:15:12 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 15:15:13 Stashed 1 file(s) [Pipeline] echo 15:15:13 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:15:14 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 15:15:14 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:15:14 + sudo service docker restart 15:15:14 + true 15:15:14 Redirecting to /bin/systemctl restart docker.service [Pipeline] echo 15:15:15 ========================================================= 15:15:15 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 15:15:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:15:16 + 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 . 15:15:20 Sending build context to Docker daemon 326.3MB 15:15:20 Step 1/7 : ARG BASE=golang:1.15-alpine 15:15:20 Step 2/7 : FROM ${BASE} 15:15:20 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 15:15:20 188c0c94c7c5: Pulling fs layer 15:15:20 0ef7d3d256c8: Pulling fs layer 15:15:20 de9db76c5a1d: Pulling fs layer 15:15:20 bca2f99d35d6: Pulling fs layer 15:15:20 93359f2a8cfa: Pulling fs layer 15:15:20 7c6f9722023f: Pulling fs layer 15:15:20 a35cf1a2eb13: Pulling fs layer 15:15:20 bca2f99d35d6: Waiting 15:15:20 93359f2a8cfa: Waiting 15:15:20 7c6f9722023f: Waiting 15:15:20 a35cf1a2eb13: Waiting 15:15:20 de9db76c5a1d: Verifying Checksum 15:15:20 de9db76c5a1d: Download complete 15:15:20 0ef7d3d256c8: Verifying Checksum 15:15:20 0ef7d3d256c8: Download complete 15:15:20 93359f2a8cfa: Verifying Checksum 15:15:20 93359f2a8cfa: Download complete 15:15:20 7c6f9722023f: Download complete 15:15:20 188c0c94c7c5: Verifying Checksum 15:15:20 188c0c94c7c5: Download complete 15:15:21 188c0c94c7c5: Pull complete 15:15:21 0ef7d3d256c8: Pull complete 15:15:21 de9db76c5a1d: Pull complete 15:15:23 a35cf1a2eb13: Verifying Checksum 15:15:23 a35cf1a2eb13: Download complete 15:15:25 bca2f99d35d6: Verifying Checksum 15:15:25 bca2f99d35d6: Download complete 15:15:28 Still waiting to schedule task 15:15:28 ‘prd-ubuntu18.04-docker-arm64-4c-16g-13329’ is offline 15:15:31 bca2f99d35d6: Pull complete 15:15:31 93359f2a8cfa: Pull complete 15:15:32 7c6f9722023f: Pull complete 15:15:40 a35cf1a2eb13: Pull complete 15:15:40 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 15:15:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 15:15:40 ---> a62c8e92a672 15:15:40 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 15:15:40 ---> Running in 817626e980f6 15:15:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:15:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:15:41 (1/12) Installing libmagic (5.38-r0) 15:15:42 (2/12) Installing file (5.38-r0) 15:15:42 (3/12) Installing libc-dev (0.7.2-r3) 15:15:42 (4/12) Installing g++ (9.3.0-r2) 15:15:46 (5/12) Installing fortify-headers (1.1-r0) 15:15:46 (6/12) Installing patch (2.7.6-r6) 15:15:46 (7/12) Installing build-base (0.5-r2) 15:15:46 (8/12) Installing libsodium (1.0.18-r0) 15:15:46 (9/12) Installing pkgconf (1.7.2-r0) 15:15:46 (10/12) Installing libsodium-dev (1.0.18-r0) 15:15:46 (11/12) Installing libzmq (4.3.3-r0) 15:15:46 (12/12) Installing zeromq-dev (4.3.3-r0) 15:15:46 Executing busybox-1.31.1-r19.trigger 15:15:46 OK: 233 MiB in 51 packages 15:15:50 Removing intermediate container 817626e980f6 15:15:50 ---> 0741d0acfc00 15:15:50 Step 4/7 : WORKDIR /edgex-go 15:15:50 ---> Running in 9e1931b5b95a 15:15:50 Removing intermediate container 9e1931b5b95a 15:15:50 ---> 519e4a6f431b 15:15:50 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:15:50 latest: Pulling from library/docker 15:15:50 188c0c94c7c5: Already exists 15:15:50 0c7c675703d6: Pulling fs layer 15:15:50 cc8c12a437cb: Pulling fs layer 15:15:50 f092543453df: Pulling fs layer 15:15:50 65b6bc45957d: Pulling fs layer 15:15:50 4de832df471b: Pulling fs layer 15:15:50 79aa7fa92271: Pulling fs layer 15:15:50 65b6bc45957d: Waiting 15:15:50 4de832df471b: Waiting 15:15:50 79aa7fa92271: Waiting 15:15:50 cc8c12a437cb: Verifying Checksum 15:15:50 cc8c12a437cb: Download complete 15:15:50 0c7c675703d6: Download complete 15:15:50 65b6bc45957d: Verifying Checksum 15:15:50 65b6bc45957d: Download complete 15:15:51 4de832df471b: Verifying Checksum 15:15:51 4de832df471b: Download complete 15:15:51 79aa7fa92271: Verifying Checksum 15:15:51 79aa7fa92271: Download complete 15:15:51 0c7c675703d6: Pull complete 15:15:51 cc8c12a437cb: Pull complete 15:15:52 f092543453df: Verifying Checksum 15:15:52 f092543453df: Download complete 15:15:56 f092543453df: Pull complete 15:15:56 65b6bc45957d: Pull complete 15:15:56 4de832df471b: Pull complete 15:15:56 79aa7fa92271: Pull complete 15:15:56 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 15:15:56 Status: Downloaded newer image for docker:latest 15:15:58 ---> 9996bbeef4f0 15:15:58 Step 6/7 : COPY go.mod . 15:15:59 ---> cd4d01806fe4 15:15:59 Step 7/7 : RUN go mod download 15:15:59 ---> Running in ebc34e4aa5b9 15:16:21 Removing intermediate container ebc34e4aa5b9 15:16:21 ---> 54b52b3b7d53 15:16:21 Successfully built 54b52b3b7d53 15:16:21 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 15:16:21 + docker inspect -f . ci-base-image-x86_64 15:16:21 . [Pipeline] withDockerContainer 15:16:22 prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container 15:16:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:16:23 $ docker top b2cb94adb51801060888ee19fa13ac2a13f7ccd0c8b4ea80e29c2aa65d0701ee -eo pid,comm [Pipeline] { [Pipeline] sh 15:16:23 + go version 15:16:23 go version go1.15.5 linux/amd64 [Pipeline] } 15:16:23 $ docker stop --time=1 b2cb94adb51801060888ee19fa13ac2a13f7ccd0c8b4ea80e29c2aa65d0701ee 15:16:25 $ docker rm -f b2cb94adb51801060888ee19fa13ac2a13f7ccd0c8b4ea80e29c2aa65d0701ee [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:16:26 + docker inspect -f . ci-base-image-x86_64 15:16:26 . [Pipeline] withDockerContainer 15:16:26 prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container 15:16:26 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 15:16:28 $ docker top 8d78b9fab1fa0945319fc8511b26404e1d052e718862f7608d1806f146f3d72f -eo pid,comm [Pipeline] { [Pipeline] echo 15:16:28 ========================================================= 15:16:28 [edgeXBuildGoParallel] Running Tests and Build... 15:16:28 ========================================================= [Pipeline] sh 15:16:28 + make test 15:16:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:16:41 ? github.com/edgexfoundry/edgex-go [no test files] 15:17:03 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:17:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:17:10 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:17:10 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:17:10 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:17:10 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:17:10 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:17:13 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s 15:17:13 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:17:13 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:17:14 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:17:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:17:14 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:17:14 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:17:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.175s coverage: 46.6% of statements 15:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:17:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:17:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-14314 in /w/workspace/edgexfoundry_edgex-go_PR-2919 [Pipeline] { [Pipeline] ws 15:17:21 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.229s coverage: 27.1% of statements 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.064s coverage: 100.0% of statements 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:17:22 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.100s coverage: 65.5% of statements 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:17:22 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:17:23 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.481s coverage: 82.7% of statements 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:17:23 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:17:26 using credential edgex-jenkins-ssh 15:17:26 Cloning the remote Git repository 15:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.459s coverage: 28.6% of statements 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.100s coverage: 100.0% of statements 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.049s coverage: 100.0% of statements 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:17:26 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.149s coverage: 86.7% of statements 15:17:26 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.160s coverage: 97.5% of statements 15:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:17:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.104s coverage: 78.3% of statements 15:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:17:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:17:26 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:17:27 > git init /w/workspace/edgex-go/3 # timeout=10 15:17:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:17:27 > git --version # timeout=10 15:17:27 > git --version # 'git version 2.17.1' 15:17:27 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.410s coverage: 94.7% of statements 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.0% of statements [no tests to run] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.071s coverage: 100.0% of statements 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.119s coverage: 75.5% of statements 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.044s coverage: 80.8% of statements 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.124s coverage: 87.2% of statements 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.064s coverage: 84.2% of statements 15:17:29 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.039s coverage: 100.0% of statements 15:17:29 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.266s coverage: 63.5% of statements 15:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:17:31 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.033s coverage: 100.0% of statements 15:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.057s coverage: 91.3% of statements 15:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.036s coverage: 100.0% of statements 15:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.111s coverage: 73.7% of statements 15:17:31 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.047s coverage: 100.0% of statements 15:17:34 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.511s coverage: 55.9% of statements 15:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:17:34 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.246s coverage: 86.3% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.784s coverage: 72.2% of statements 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.724s coverage: 72.1% of statements 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.131s coverage: 82.4% of statements 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.051s coverage: 48.4% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.044s coverage: 28.8% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.046s coverage: 96.8% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.134s coverage: 37.2% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.688s coverage: 84.1% of statements 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.082s coverage: 100.0% of statements 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.174s coverage: 47.1% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.107s coverage: 100.0% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:17:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 15:17:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:17:43 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:17:44 Merge succeeded, producing 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:17:44 Checking out Revision 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 (PR-2919) 15:17:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:17:43 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:17:43 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:17:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:17:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2919/head:refs/remotes/origin/PR-2919 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:17:44 > git config core.sparsecheckout # timeout=10 15:17:44 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 15:17:44 > git remote # timeout=10 15:17:44 > git config --get remote.origin.url # timeout=10 15:17:44 using GIT_SSH to set credentials SSH Credentials for GitHub 15:17:44 > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 15:17:44 > git rev-parse HEAD^{commit} # timeout=10 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.846s coverage: 29.1% of statements 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.121s coverage: 99.0% of statements 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.066s coverage: 100.0% of statements 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.040s coverage: 0.0% of statements 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.035s coverage: 100.0% of statements 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.094s coverage: 87.9% of statements 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:17:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.035s coverage: 100.0% of statements 15:17:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.053s coverage: 32.1% of statements 15:17:46 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.045s coverage: 100.0% of statements 15:17:46 GO111MODULE=on go vet ./... 15:17:44 > git config core.sparsecheckout # timeout=10 15:17:44 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 15:17:49 Commit message: "fix: Fix failing unit test due to removal of proxy for logging services" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 15:17:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 15:17:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 15:17:51 + + sudotrue service 15:17:51 docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 15:17:54 provisioning config files... 15:17:54 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/3@tmp/config4956772947384552665tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 15:17:54 ---> docker-login.sh 15:17:54 nexus3.edgexfoundry.org:10001 15:17:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:55 Configure a credential helper to remove this warning. See 15:17:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:55 15:17:55 Login Succeeded 15:17:55 nexus3.edgexfoundry.org:10002 15:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:56 Configure a credential helper to remove this warning. See 15:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:56 15:17:56 Login Succeeded 15:17:56 nexus3.edgexfoundry.org:10003 15:17:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:56 Configure a credential helper to remove this warning. See 15:17:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:56 15:17:56 Login Succeeded 15:17:56 nexus3.edgexfoundry.org:10004 15:17:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:57 Configure a credential helper to remove this warning. See 15:17:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:57 15:17:57 Login Succeeded 15:17:57 docker.io 15:17:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 15:17:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 15:17:58 Configure a credential helper to remove this warning. See 15:17:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 15:17:58 15:17:58 Login Succeeded 15:17:58 ---> docker-login.sh ends [Pipeline] } 15:17:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 15:17:58 ========================================================= 15:17:58 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 15:17:58 ========================================================= [Pipeline] isUnix [Pipeline] sh 15:17:59 + 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 . 15:18:01 Sending build context to Docker daemon 165.7MB 15:18:01 Step 1/7 : ARG BASE=golang:1.15-alpine 15:18:01 Step 2/7 : FROM ${BASE} 15:18:01 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 15:18:01 5f621e34cdf4: Pulling fs layer 15:18:01 a4357932f1b6: Pulling fs layer 15:18:01 18c013af1878: Pulling fs layer 15:18:01 00ac8860ef70: Pulling fs layer 15:18:01 63d7cb157983: Pulling fs layer 15:18:01 b116817d02f9: Pulling fs layer 15:18:01 745a02a5169b: Pulling fs layer 15:18:01 00ac8860ef70: Waiting 15:18:01 63d7cb157983: Waiting 15:18:01 b116817d02f9: Waiting 15:18:01 745a02a5169b: Waiting 15:18:01 a4357932f1b6: Download complete 15:18:01 18c013af1878: Verifying Checksum 15:18:01 18c013af1878: Download complete 15:18:02 63d7cb157983: Verifying Checksum 15:18:02 63d7cb157983: Download complete 15:18:02 b116817d02f9: Verifying Checksum 15:18:02 b116817d02f9: Download complete 15:18:02 5f621e34cdf4: Verifying Checksum 15:18:02 5f621e34cdf4: Download complete 15:18:03 5f621e34cdf4: Pull complete 15:18:03 a4357932f1b6: Pull complete 15:18:04 18c013af1878: Pull complete 15:18:04 745a02a5169b: Verifying Checksum 15:18:04 745a02a5169b: Download complete 15:18:06 00ac8860ef70: Verifying Checksum 15:18:06 00ac8860ef70: Download complete 15:18:16 00ac8860ef70: Pull complete 15:18:16 63d7cb157983: Pull complete 15:18:16 b116817d02f9: Pull complete 15:18:20 745a02a5169b: Pull complete 15:18:20 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 15:18:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 15:18:20 ---> b7e6874047d6 15:18:20 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 15:18:23 ---> Running in ff7cd5c25383 15:18:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:18:25 gofmt -l . 15:18:25 [ "`gofmt -l .`" = "" ] 15:18:25 ./bin/test-go-mod-tidy.sh 15:18:25 ./bin/test-attribution-txt.sh [Pipeline] sh 15:18:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:18:26 + ls -al . 15:18:26 total 648 15:18:26 drwxrwxr-x 10 1001 1001 4096 Dec 3 15:18 . 15:18:26 drwxr-xr-x 4 root root 28 Dec 3 15:16 .. 15:18:26 -rw-rw-r-- 1 1001 1001 11 Dec 3 15:14 .dockerignore 15:18:26 drwxrwxr-x 8 1001 1001 179 Dec 3 15:14 .git 15:18:26 drwxrwxr-x 3 1001 1001 125 Dec 3 15:14 .github 15:18:26 -rw-rw-r-- 1 1001 1001 971 Dec 3 15:14 .gitignore 15:18:26 drwx------ 3 1001 1001 47 Dec 3 15:15 .semver 15:18:26 -rw-rw-r-- 1 1001 1001 166 Dec 3 15:14 .sonarcloud.properties 15:18:26 -rw-rw-r-- 1 1001 1001 3804 Dec 3 15:14 CONTRIBUTING.md 15:18:26 -rw-rw-r-- 1 1001 1001 1035 Dec 3 15:14 Dockerfile.build 15:18:26 -rw-rw-r-- 1 1001 1001 863 Dec 3 15:14 Jenkinsfile 15:18:26 -rw-rw-r-- 1 1001 1001 10775 Dec 3 15:14 LICENSE 15:18:26 -rw-rw-r-- 1 1001 1001 6280 Dec 3 15:14 Makefile 15:18:26 -rw-rw-r-- 1 1001 1001 6447 Dec 3 15:14 README.md 15:18:26 -rw-rw-r-- 1 1001 1001 259 Dec 3 15:14 SECURITY.md 15:18:26 -rw-rw-r-- 1 1001 1001 5 Dec 3 15:15 VERSION 15:18:26 -rw-rw-r-- 1 1001 1001 4131 Dec 3 15:14 ZMQWindows.md 15:18:26 drwxrwxr-x 2 1001 1001 117 Dec 3 15:14 bin 15:18:26 drwxrwxr-x 15 1001 1001 4096 Dec 3 15:14 cmd 15:18:26 -rw-r--r-- 1 root root 555123 Dec 3 15:17 coverage.out 15:18:26 -rw-r--r-- 1 root root 1041 Dec 3 15:18 go.mod 15:18:26 -rw-r--r-- 1 root root 18856 Dec 3 15:18 go.sum 15:18:26 drwxrwxr-x 8 1001 1001 127 Dec 3 15:14 internal 15:18:26 drwxrwxr-x 4 1001 1001 26 Dec 3 15:14 openapi 15:18:26 drwxrwxr-x 4 1001 1001 71 Dec 3 15:14 snap 15:18:26 -rw-rw-r-- 1 1001 1001 168 Dec 3 15:14 version.go [Pipeline] sh 15:18:26 + '[' -e coverage.out ] 15:18:26 + chown 1001:1001 coverage.out [Pipeline] stash 15:18:26 (1/12) Installing libmagic (5.38-r0) 15:18:26 (2/12) Installing file (5.38-r0) 15:18:26 Stashed 1 file(s) [Pipeline] sh 15:18:27 (3/12) Installing libc-dev (0.7.2-r3) 15:18:27 (4/12) Installing g++ (9.3.0-r2) 15:18:27 + make build 15:18:27 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 15:18:31 (5/12) Installing fortify-headers (1.1-r0) 15:18:31 (6/12) Installing patch (2.7.6-r6) 15:18:31 (7/12) Installing build-base (0.5-r2) 15:18:31 (8/12) Installing libsodium (1.0.18-r0) 15:18:31 (9/12) Installing pkgconf (1.7.2-r0) 15:18:31 (10/12) Installing libsodium-dev (1.0.18-r0) 15:18:31 (11/12) Installing libzmq (4.3.3-r0) 15:18:31 (12/12) Installing zeromq-dev (4.3.3-r0) 15:18:31 Executing busybox-1.31.1-r19.trigger 15:18:31 OK: 217 MiB in 51 packages 15:18:36 Removing intermediate container ff7cd5c25383 15:18:36 ---> 3afbc7ff9162 15:18:36 Step 4/7 : WORKDIR /edgex-go 15:18:36 ---> Running in cf15acf96d0a 15:18:36 Removing intermediate container cf15acf96d0a 15:18:36 ---> b766826bce0a 15:18:36 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 15:18:37 latest: Pulling from library/docker 15:18:38 5f621e34cdf4: Already exists 15:18:38 85db56a05063: Pulling fs layer 15:18:38 ccb67d6aeaaa: Pulling fs layer 15:18:38 de930078acea: Pulling fs layer 15:18:38 d5a9d88a4785: Pulling fs layer 15:18:38 e7f15c1544d5: Pulling fs layer 15:18:38 877c515997d3: Pulling fs layer 15:18:38 e7f15c1544d5: Waiting 15:18:38 d5a9d88a4785: Waiting 15:18:38 877c515997d3: Waiting 15:18:38 ccb67d6aeaaa: Verifying Checksum 15:18:38 85db56a05063: Verifying Checksum 15:18:38 85db56a05063: Download complete 15:18:38 d5a9d88a4785: Verifying Checksum 15:18:38 d5a9d88a4785: Download complete 15:18:38 e7f15c1544d5: Download complete 15:18:38 877c515997d3: Verifying Checksum 15:18:38 877c515997d3: Download complete 15:18:39 85db56a05063: Pull complete 15:18:39 ccb67d6aeaaa: Pull complete 15:18:39 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 15:18:40 de930078acea: Verifying Checksum 15:18:40 de930078acea: Download complete 15:18:43 de930078acea: Pull complete 15:18:43 d5a9d88a4785: Pull complete 15:18:43 e7f15c1544d5: Pull complete 15:18:43 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 15:18:43 877c515997d3: Pull complete 15:18:44 Digest: sha256:fd4d028713fd05a1fb896412805daed82c4a0cc84331d8dad00cb596d7ce3e3a 15:18:44 Status: Downloaded newer image for docker:latest 15:18:46 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 15:18:46 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 15:18:47 ---> 089968bf2ccd 15:18:47 Step 6/7 : COPY go.mod . 15:18:47 ---> 5da937888f07 15:18:47 Step 7/7 : RUN go mod download 15:18:48 ---> Running in f9dcdcc4c6f2 15:18:48 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 15:18:50 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 15:18:51 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 15:18:53 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 15:18:55 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 15:18:57 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 15:18:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] } 15:19:00 $ docker stop --time=1 8d78b9fab1fa0945319fc8511b26404e1d052e718862f7608d1806f146f3d72f 15:19:01 $ docker rm -f 8d78b9fab1fa0945319fc8511b26404e1d052e718862f7608d1806f146f3d72f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:19:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:19:05 15:19:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 15:19:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:19:06 latest: Pulling from edgex-devops/edgex-compose 15:19:06 cbdbe7a5bc2a: Pulling fs layer 15:19:06 ca9280d653b3: Pulling fs layer 15:19:06 7e9c9ca2126c: Pulling fs layer 15:19:06 cbdbe7a5bc2a: Verifying Checksum 15:19:06 cbdbe7a5bc2a: Download complete 15:19:07 cbdbe7a5bc2a: Pull complete 15:19:07 ca9280d653b3: Verifying Checksum 15:19:07 ca9280d653b3: Download complete 15:19:09 ca9280d653b3: Pull complete 15:19:09 7e9c9ca2126c: Verifying Checksum 15:19:09 7e9c9ca2126c: Download complete 15:19:14 Removing intermediate container f9dcdcc4c6f2 15:19:14 ---> 84101518f92e 15:19:14 Successfully built 84101518f92e 15:19:14 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 15:19:15 + docker inspect -f . ci-base-image-arm64 15:19:15 . [Pipeline] withDockerContainer 15:19:15 prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container 15:19:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:19:15 7e9c9ca2126c: Pull complete 15:19:15 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 15:19:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:19:15 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:19:17 $ docker top cb52c61b3fe4495fba2830b790d75b90aba4ef14cefb0e16d3f5890349a74780 -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 15:19:17 prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container 15:19:17 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:19:20 $ docker top e6d2ba87f912768c18d13624f9b24d3e56fe672b004e284769d8afb22b38c814 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 15:19:21 + docker-compose build --help 15:19:21 + grep parallel 15:19:21 + go version 15:19:21 go version go1.15.5 linux/arm64 [Pipeline] } 15:19:21 $ docker stop --time=1 cb52c61b3fe4495fba2830b790d75b90aba4ef14cefb0e16d3f5890349a74780 15:19:23 --parallel Build images in parallel. 15:19:23 $ docker rm -f cb52c61b3fe4495fba2830b790d75b90aba4ef14cefb0e16d3f5890349a74780 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 15:19:24 $ docker stop --time=1 e6d2ba87f912768c18d13624f9b24d3e56fe672b004e284769d8afb22b38c814 15:19:25 $ docker rm -f e6d2ba87f912768c18d13624f9b24d3e56fe672b004e284769d8afb22b38c814 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] isUnix [Pipeline] sh 15:19:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 15:19:26 . [Pipeline] withDockerContainer 15:19:26 + docker inspect -f . ci-base-image-arm64 15:19:26 . 15:19:26 prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container 15:19:26 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 15:19:27 $ docker top e9e03384ccf650cdb7e9e85be43d92a2bde33c66acb4590c2c063db93d6f4deb -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer 15:19:28 prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container 15:19:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 15:19:29 $ docker top b57a222e9002bbe94fe05cabdb076bacc0805cee5a1360ee441a2d9c409b88e1 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] echo 15:19:30 ========================================================= 15:19:30 [edgeXBuildGoParallel] Running Tests and Build... 15:19:30 ========================================================= [Pipeline] sh 15:19:30 + docker-compose -f ./docker-compose-build.yml build --parallel 15:19:31 + make test 15:19:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 15:19:32 Building docker-core-command-go ... 15:19:32 Building docker-core-data-go ... 15:19:32 Building docker-core-metadata-go ... 15:19:32 Building docker-security-bootstrap-redis-go ... 15:19:32 Building docker-security-proxy-setup-go ... 15:19:32 Building docker-security-secrets-setup-go ... 15:19:32 Building docker-security-secretstore-setup-go ... 15:19:32 Building docker-support-notifications-go ... 15:19:32 Building docker-support-scheduler-go ... 15:19:32 Building docker-sys-mgmt-agent-go ... 15:19:32 Building docker-core-metadata-go 15:19:32 Building docker-core-data-go 15:19:32 Building docker-support-scheduler-go 15:19:32 Building docker-security-secretstore-setup-go 15:19:32 Building docker-sys-mgmt-agent-go 15:19:53 ? github.com/edgexfoundry/edgex-go [no test files] 15:20:11 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:11 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:20:11 ---> 54b52b3b7d53 15:20:11 Step 3/22 : WORKDIR /edgex-go 15:20:11 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:11 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:20:11 ---> 54b52b3b7d53 15:20:11 Step 3/21 : WORKDIR /edgex-go 15:20:11 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:11 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:20:11 ---> 54b52b3b7d53 15:20:11 Step 3/23 : WORKDIR /edgex-go 15:20:11 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:11 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:20:11 ---> 54b52b3b7d53 15:20:11 Step 3/24 : WORKDIR /edgex-go 15:20:11 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:20:11 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:20:11 ---> 54b52b3b7d53 15:20:11 Step 3/27 : WORKDIR /edgex-go 15:20:11 ---> Running in 7def4720665d 15:20:11 ---> Running in a534c218d781 15:20:11 ---> Running in 5fc01bd53bec 15:20:11 ---> Running in 6d09aeafecfb 15:20:11 ---> Running in 0faaa1ea9268 15:20:12 Removing intermediate container 0faaa1ea9268 15:20:12 ---> c23cae5d1aa1 15:20:12 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:12 Removing intermediate container 6d09aeafecfb 15:20:12 ---> 1122832ec28d 15:20:12 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:12 Removing intermediate container 7def4720665d 15:20:12 ---> 5eff61ceb6c6 15:20:12 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:12 Removing intermediate container 5fc01bd53bec 15:20:12 ---> 9941b180e3a5 15:20:12 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:12 Removing intermediate container a534c218d781 15:20:12 ---> 20636c19f1e9 15:20:12 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:20:12 ---> Running in e8824963ef05 15:20:12 ---> Running in cf836bcd07d4 15:20:12 ---> Running in 8c203a83f7e2 15:20:12 ---> Running in ce8a937dac58 15:20:12 ---> Running in 541b9f0e403e 15:20:14 Removing intermediate container 8c203a83f7e2 15:20:14 ---> a50fa9d81c7c 15:20:14 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:20:14 ---> Running in ee01112cd8de 15:20:14 Removing intermediate container e8824963ef05 15:20:14 ---> a086a1092bd5 15:20:14 Step 5/24 : RUN apk update && apk add make git 15:20:14 Removing intermediate container cf836bcd07d4 15:20:14 ---> 3f852d6ae401 15:20:14 Step 5/22 : RUN apk update && apk add make git 15:20:14 ---> Running in 5a7662800bae 15:20:14 Removing intermediate container 541b9f0e403e 15:20:14 ---> 2786c09ac4d4 15:20:14 Step 5/21 : RUN apk update && apk add make git 15:20:15 Removing intermediate container ce8a937dac58 15:20:15 ---> 86668271b6b1 15:20:15 Step 5/27 : RUN apk update && apk add make bash git 15:20:15 ---> Running in 3fa462d6ce48 15:20:15 ---> Running in 897f16df1603 15:20:15 ---> Running in 5363d562e5f4 15:20:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:16 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:20:16 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:20:16 OK: 12745 distinct packages available 15:20:17 OK: 233 MiB in 51 packages 15:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:20:17 Removing intermediate container ee01112cd8de 15:20:17 ---> 3c154c3715fe 15:20:17 Step 6/23 : COPY go.mod . 15:20:18 ---> 6c45d6fcdeaa 15:20:18 Step 7/23 : RUN go mod download 15:20:18 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:20:18 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:20:18 OK: 12745 distinct packages available 15:20:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:18 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:20:18 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:20:18 OK: 12745 distinct packages available 15:20:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:20:18 ---> Running in 4b28a6f8d80e 15:20:18 OK: 233 MiB in 51 packages 15:20:18 OK: 233 MiB in 51 packages 15:20:18 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:20:18 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:20:18 OK: 12745 distinct packages available 15:20:18 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:20:18 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:20:18 OK: 12745 distinct packages available 15:20:19 OK: 233 MiB in 51 packages 15:20:19 OK: 233 MiB in 51 packages 15:20:19 Removing intermediate container 3fa462d6ce48 15:20:19 ---> 457e66b724cd 15:20:19 Step 6/22 : COPY go.mod . 15:20:19 Removing intermediate container 5a7662800bae 15:20:19 ---> 122c4bc61f8f 15:20:19 Step 6/24 : COPY go.mod . 15:20:19 ---> 54183c05432d 15:20:19 Step 7/22 : RUN go mod download 15:20:20 ---> Running in f7303eb5b8fe 15:20:20 ---> 4b6cf3d8c129 15:20:20 Step 7/24 : RUN go mod download 15:20:20 Removing intermediate container 897f16df1603 15:20:20 ---> cace5b5a174d 15:20:20 Step 6/21 : COPY go.mod . 15:20:20 Removing intermediate container 5363d562e5f4 15:20:20 ---> a7fd7621e5c6 15:20:20 Step 6/27 : COPY go.mod . 15:20:20 ---> Running in f1b9e64b881d 15:20:20 Removing intermediate container 4b28a6f8d80e 15:20:20 ---> 04b9868f120d 15:20:20 Step 8/23 : COPY . . 15:20:20 ---> 8bf8b4112eec 15:20:20 Step 7/21 : RUN go mod download 15:20:20 ---> 228ac58363c5 15:20:20 Step 7/27 : RUN go mod download 15:20:20 ---> Running in 08c118b5fb1e 15:20:20 ---> Running in bcf221ac727a 15:20:26 Removing intermediate container f7303eb5b8fe 15:20:26 ---> affeb4fdae42 15:20:26 Step 8/22 : COPY . . 15:20:28 Removing intermediate container f1b9e64b881d 15:20:28 ---> 46b148c5ae80 15:20:28 Step 8/24 : COPY . . 15:20:29 Removing intermediate container 08c118b5fb1e 15:20:29 ---> 5c8fc653dd96 15:20:29 Step 8/21 : COPY . . 15:20:30 Removing intermediate container bcf221ac727a 15:20:30 ---> 068fa43f029d 15:20:30 Step 8/27 : COPY . . 15:20:40 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 15:20:52 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 15:20:52 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 15:20:52 ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] 15:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 15:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 15:20:52 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 15:20:59 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.070s 15:20:59 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 15:20:59 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 15:20:59 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 15:20:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 15:20:59 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 15:20:59 ? github.com/edgexfoundry/edgex-go/internal [no test files] 15:21:09 ---> c145c1227d44 15:21:09 Step 9/23 : RUN make cmd/core-data/core-data 15:21:09 ---> Running in b4a9da854f9d 15:21:09 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 15:21:09 ---> 2012152a9538 15:21:09 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:21:09 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.254s coverage: 46.6% of statements 15:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 15:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 15:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 15:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 15:21:09 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 15:21:10 ---> Running in 6e8e86594678 15:21:10 ---> 0e43e5fe87b2 15:21:10 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:21:10 ---> c42229f5bd0c 15:21:10 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:21:10 ---> 9df41eb55fa9 15:21:10 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:21:10 ---> Running in 3e97f23fccb3 15:21:10 ---> Running in eadf22201f43 15:21:10 ---> Running in 2ac2a895c795 15:21:10 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 15:21:11 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 15:21:11 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 15:21:11 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 15:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.450s coverage: 27.1% of statements 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 15:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.087s coverage: 100.0% of statements 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 15:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.075s coverage: 100.0% of statements 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 15:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.526s coverage: 66.4% of statements 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 15:21:15 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.618s coverage: 82.7% of statements 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 15:21:15 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 15:21:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.259s coverage: 28.6% of statements 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 15:21:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.166s coverage: 100.0% of statements 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 15:21:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.064s coverage: 100.0% of statements 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 15:21:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.360s coverage: 86.7% of statements 15:21:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 15:21:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.309s coverage: 97.5% of statements 15:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 15:21:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.177s coverage: 78.3% of statements 15:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 15:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 15:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 15:21:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.957s coverage: 94.7% of statements 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.072s coverage: 58.8% of statements 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.159s coverage: 0.0% of statements [no tests to run] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements 15:21:31 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.149s coverage: 75.5% of statements 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.083s coverage: 80.8% of statements 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.164s coverage: 87.2% of statements 15:21:31 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.157s coverage: 84.2% of statements 15:21:32 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.072s coverage: 100.0% of statements 15:21:32 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 15:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.577s coverage: 63.5% of statements 15:21:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 15:21:35 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 15:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.064s coverage: 100.0% of statements 15:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.115s coverage: 91.3% of statements 15:21:35 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.066s coverage: 100.0% of statements 15:21:36 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.058s coverage: 73.7% of statements 15:21:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.063s coverage: 100.0% of statements 15:21:41 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.862s coverage: 55.9% of statements 15:21:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 15:21:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 15:21:44 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 15:21:54 Removing intermediate container 2ac2a895c795 15:21:54 ---> e0b0a2aa1d75 15:21:54 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:21:54 Removing intermediate container eadf22201f43 15:21:54 ---> d7f6be8626be 15:21:54 15:21:54 Step 10/24 : FROM alpine:3.10 15:21:54 3.10: Pulling from library/alpine 15:21:54 ---> Running in 71d7b7d3d054 15:21:54 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:21:54 Status: Downloaded newer image for alpine:3.10 15:21:54 ---> be4e4bea2c2e 15:21:54 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:21:54 Removing intermediate container 3e97f23fccb3 15:21:54 ---> 1996f272882e 15:21:54 15:21:54 Step 10/21 : FROM scratch 15:21:54 ---> 15:21:54 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:21:54 ---> Running in 99935e4f8488 15:21:54 ---> Running in 5ab89f7e3a6f 15:21:54 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 15:21:54 Removing intermediate container 5ab89f7e3a6f 15:21:54 ---> 484d3a826f49 15:21:54 Step 12/21 : ENV APP_PORT=48085 15:21:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 15:21:55 ---> Running in 6d970af5f549 15:21:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 15:21:55 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:21:55 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:21:55 OK: 10348 distinct packages available 15:21:55 Removing intermediate container 6d970af5f549 15:21:55 ---> da71b6ce3051 15:21:55 Step 13/21 : EXPOSE $APP_PORT 15:21:55 ---> Running in 4f7a82829117 15:21:55 (1/5) Installing ca-certificates (20191127-r2) 15:21:55 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:21:55 (3/5) Installing libcurl (7.66.0-r1) 15:21:55 (4/5) Installing curl (7.66.0-r1) 15:21:55 (5/5) Installing dumb-init (1.2.2-r1) 15:21:55 Executing busybox-1.30.1-r3.trigger 15:21:55 Executing ca-certificates-20191127-r2.trigger 15:21:56 OK: 7 MiB in 19 packages 15:21:56 Removing intermediate container 4f7a82829117 15:21:56 ---> 89a3d4399bb0 15:21:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:21:58 ---> f64aa01f8967 15:21:58 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:22:00 ---> 9a68a5516aa7 15:22:00 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 18.751s coverage: 86.3% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.172s coverage: 72.2% of statements 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.515s coverage: 72.1% of statements 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.090s coverage: 82.4% of statements 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.060s coverage: 48.4% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.113s coverage: 28.8% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.110s coverage: 96.8% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.312s coverage: 37.2% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.494s coverage: 84.1% of statements 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.096s coverage: 100.0% of statements 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.398s coverage: 47.1% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.058s coverage: 100.0% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.124s coverage: 100.0% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 15:22:00 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.146s coverage: 100.0% of statements 15:22:00 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 15:22:00 Removing intermediate container 6e8e86594678 15:22:00 ---> 9f04f0b6cee6 15:22:00 15:22:00 Step 10/22 : FROM scratch 15:22:00 ---> 15:22:00 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:22:00 Removing intermediate container 99935e4f8488 15:22:00 ---> 4ca8667b31fc 15:22:00 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:22:00 ---> Using cache 15:22:00 ---> 484d3a826f49 15:22:00 Step 12/22 : ENV APP_PORT=48081 15:22:00 Removing intermediate container 71d7b7d3d054 15:22:00 ---> ad14668c4d70 15:22:00 15:22:00 Step 11/27 : FROM docker:latest 15:22:00 ---> b0757c55a1fd 15:22:00 Step 12/27 : RUN apk add --no-cache bash 15:22:00 ---> Running in 8fe66115f05c 15:22:00 ---> Running in bd6b3d420cfa 15:22:00 ---> Running in df93873ac7ee 15:22:00 ---> 75ab973a50aa 15:22:00 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:22:01 ---> Running in 2e40b991a953 15:22:02 Removing intermediate container bd6b3d420cfa 15:22:02 ---> fd6ea634956b 15:22:02 Step 13/22 : EXPOSE $APP_PORT 15:22:02 Removing intermediate container 8fe66115f05c 15:22:02 ---> 9be9cc1bed70 15:22:02 Step 13/24 : WORKDIR / 15:22:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:02 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:03 (1/2) Installing readline (8.0.4-r0) 15:22:03 (2/2) Installing bash (5.0.17-r0) 15:22:03 ---> Running in 93ad274bf82f 15:22:03 Executing bash-5.0.17-r0.post-install 15:22:03 Executing busybox-1.31.1-r19.trigger 15:22:03 OK: 12 MiB in 22 packages 15:22:03 ---> Running in edbab50cecd2 15:22:03 Removing intermediate container 2e40b991a953 15:22:03 ---> 30290c219412 15:22:03 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:04 Removing intermediate container b4a9da854f9d 15:22:04 ---> f7bc62817020 15:22:04 15:22:04 Step 10/23 : FROM alpine 15:22:04 ---> Running in 528cd21bcdb4 15:22:04 Removing intermediate container 93ad274bf82f 15:22:04 ---> ea7628d628bb 15:22:04 Step 14/22 : WORKDIR / 15:22:04 latest: Pulling from library/alpine 15:22:04 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 15:22:04 ---> Running in 3008d9d55b70 15:22:04 Removing intermediate container edbab50cecd2 15:22:04 ---> 1a51270fec45 15:22:04 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:22:04 Status: Downloaded newer image for alpine:latest 15:22:04 ---> d6e46aa2470d 15:22:04 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:22:04 Removing intermediate container 528cd21bcdb4 15:22:04 ---> 6aa70de74c48 15:22:04 Step 19/21 : LABEL arch=x86_64 15:22:04 ---> Running in b55e5c3e25a1 15:22:04 ---> Running in 20dc3919f5cc 15:22:04 Removing intermediate container 3008d9d55b70 15:22:04 ---> 243f24b34ad3 15:22:04 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:22:04 ---> eea3208dbf46 15:22:04 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:22:05 Removing intermediate container df93873ac7ee 15:22:05 ---> 8987d8c5b60f 15:22:05 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:22:05 Removing intermediate container b55e5c3e25a1 15:22:05 ---> 860c61a9f0e3 15:22:05 Step 12/23 : ENV APP_PORT=48080 15:22:05 ---> Running in dd09e2aa8ee8 15:22:05 ---> Running in 256f7605eb62 15:22:05 Removing intermediate container 20dc3919f5cc 15:22:05 ---> 5377bf16a399 15:22:05 Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:22:05 ---> Running in b222b66c3e6c 15:22:05 ---> 2bcfa62e86f1 15:22:05 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:22:05 ---> 92d6044d91ec 15:22:05 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:22:05 Removing intermediate container 256f7605eb62 15:22:05 ---> f61dfe8af8b0 15:22:05 Step 13/23 : EXPOSE $APP_PORT 15:22:06 ---> Running in dbd01b3cfba6 15:22:06 Removing intermediate container b222b66c3e6c 15:22:06 ---> 63e208205fe5 15:22:06 Step 21/21 : LABEL version=0.0.0 15:22:06 ---> Running in 5097cba95282 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.599s coverage: 29.1% of statements 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.194s coverage: 99.0% of statements 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.050s coverage: 100.0% of statements 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 15:22:06 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.059s coverage: 100.0% of statements 15:22:06 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements 15:22:07 Removing intermediate container dbd01b3cfba6 15:22:07 ---> a61b7d32f284 15:22:07 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:07 ---> 12db3fb74f59 15:22:07 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:22:07 ---> 680c004d938d 15:22:07 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:22:07 ---> Running in 7377385cd50b 15:22:07 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 15:22:07 Removing intermediate container 5097cba95282 15:22:07 ---> 727b1425f227 15:22:07 15:22:07 ---> a4d0751faf9e 15:22:07 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:22:07 Removing intermediate container dd09e2aa8ee8 15:22:07 ---> 25ca35f39926 15:22:07 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:22:07 ---> Running in 04ecaa07a82b 15:22:07 ---> Running in 371cf3c33311 15:22:07 ---> ab6344e8caf4 15:22:07 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:22:07 GO111MODULE=on go vet ./... 15:22:08 Successfully built 727b1425f227 15:22:08 Successfully tagged docker-support-scheduler-go:latest 15:22:08  Building docker-support-scheduler-go ... done Building docker-support-notifications-go 15:22:08 Removing intermediate container 371cf3c33311 15:22:08 ---> 69585fcc8e87 15:22:08 Step 15/27 : ENV APP_PORT=48090 15:22:08 Removing intermediate container 04ecaa07a82b 15:22:08 ---> e1c8e84fa6d3 15:22:08 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:08 ---> Running in e697a493665d 15:22:08 ---> Running in a934cf57b49f 15:22:08 ---> 36e52b2cd2fb 15:22:08 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:22:09 Removing intermediate container a934cf57b49f 15:22:09 ---> 98c7e81116cc 15:22:09 Step 20/22 : LABEL arch=x86_64 15:22:09 Removing intermediate container e697a493665d 15:22:09 ---> 6dbd3cfff109 15:22:09 Step 16/27 : EXPOSE $APP_PORT 15:22:09 ---> Running in 5f3becfb740d 15:22:09 ---> b782823253fb 15:22:09 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:22:09 Removing intermediate container 7377385cd50b 15:22:09 ---> edb35e7b7d22 15:22:09 Step 15/23 : RUN apk --no-cache add zeromq 15:22:09 ---> Running in b9de33eee7e3 15:22:10 ---> Running in 130edc358e65 15:22:10 ---> Running in 99d982c1ccdb 15:22:10 Removing intermediate container 5f3becfb740d 15:22:10 ---> b1b4984db97d 15:22:10 Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:22:10 Removing intermediate container b9de33eee7e3 15:22:10 ---> b7c98b953947 15:22:10 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:22:10 ---> Running in fa6a9c32d224 15:22:13 Removing intermediate container fa6a9c32d224 15:22:13 ---> 6e8933ead490 15:22:13 Step 22/22 : LABEL version=0.0.0 15:22:13 ---> Running in 52cc0b0ffdde 15:22:13 ---> c21b4a057103 15:22:13 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:22:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:13 Removing intermediate container 52cc0b0ffdde 15:22:13 ---> 8b8924f0d9b9 15:22:13 15:22:13 ---> 05c1f48f6b8d 15:22:13 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:22:13 Successfully built 8b8924f0d9b9 15:22:13 Successfully tagged docker-core-metadata-go:latest 15:22:13  Building docker-core-metadata-go ... done Building docker-security-secrets-setup-go 15:22:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:14 ---> ffcdfd2f597a 15:22:14 Step 20/27 : RUN apk --no-cache add py3-pip 15:22:14 Removing intermediate container 99d982c1ccdb 15:22:14 ---> f773d268b5fc 15:22:14 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:22:14 ---> Running in fd8e8fb78bfe 15:22:14 ---> Running in 0e0e18f66220 15:22:14 (1/5) Installing libgcc (9.3.0-r2) 15:22:14 (2/5) Installing libsodium (1.0.18-r0) 15:22:14 Removing intermediate container 0e0e18f66220 15:22:14 ---> 02b0d112af08 15:22:14 Step 22/24 : LABEL arch=x86_64 15:22:14 (3/5) Installing libstdc++ (9.3.0-r2) 15:22:14 ---> Running in 7cde3b52e29a 15:22:14 (4/5) Installing libzmq (4.3.3-r0) 15:22:15 (5/5) Installing zeromq (4.3.3-r0) 15:22:15 Executing busybox-1.31.1-r19.trigger 15:22:15 OK: 8 MiB in 19 packages 15:22:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:15 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:16 (1/33) Installing libbz2 (1.0.8-r1) 15:22:16 (2/33) Installing expat (2.2.9-r1) 15:22:16 (3/33) Installing libffi (3.3-r2) 15:22:16 (4/33) Installing gdbm (1.13-r1) 15:22:16 (5/33) Installing xz-libs (5.2.5-r0) 15:22:16 (6/33) Installing sqlite-libs (3.32.1-r0) 15:22:16 Removing intermediate container 7cde3b52e29a 15:22:16 ---> 5d0ddbeb0296 15:22:16 Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:22:16 (7/33) Installing python3 (3.8.5-r0) 15:22:20 ---> Running in d99e237495a9 15:22:22 (8/33) Installing py3-appdirs (1.4.4-r1) 15:22:22 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:22:22 (10/33) Installing py3-parsing (2.4.7-r0) 15:22:22 (11/33) Installing py3-six (1.15.0-r0) 15:22:22 (12/33) Installing py3-packaging (20.4-r0) 15:22:22 (13/33) Installing py3-setuptools (47.0.0-r0) 15:22:22 (14/33) Installing py3-chardet (3.0.4-r4) 15:22:23 (15/33) Installing py3-idna (2.9-r0) 15:22:23 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:22:23 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:22:23 Removing intermediate container d99e237495a9 15:22:23 ---> 512f59afc965 15:22:23 Step 24/24 : LABEL version=0.0.0 15:22:23 (18/33) Installing py3-requests (2.23.0-r0) 15:22:23 (19/33) Installing py3-msgpack (1.0.0-r0) 15:22:23 Removing intermediate container 130edc358e65 15:22:23 ---> 5a037a44306a 15:22:23 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:22:23 (20/33) Installing py3-lockfile (0.12.2-r3) 15:22:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:22:25 (22/33) Installing py3-colorama (0.4.3-r0) 15:22:25 (23/33) Installing py3-distlib (0.3.0-r0) 15:22:25 (24/33) Installing py3-distro (1.5.0-r1) 15:22:25 ---> Running in b7ac44f47bf2 15:22:25 (25/33) Installing py3-webencodings (0.5.1-r3) 15:22:25 (26/33) Installing py3-html5lib (1.0.1-r4) 15:22:25 ---> c48b146d3969 15:22:25 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:22:25 (27/33) Installing py3-pytoml (0.1.21-r0) 15:22:25 (28/33) Installing py3-pep517 (0.8.2-r0) 15:22:25 (29/33) Installing py3-progress (1.5-r0) 15:22:25 (30/33) Installing py3-toml (0.10.1-r0) 15:22:25 (31/33) Installing py3-retrying (1.3.3-r0) 15:22:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:22:26 (33/33) Installing py3-pip (20.1.1-r0) 15:22:26 Executing busybox-1.31.1-r19.trigger 15:22:26 OK: 71 MiB in 55 packages 15:22:27 Removing intermediate container b7ac44f47bf2 15:22:27 ---> acb8b9f6d704 15:22:27 15:22:27 Successfully built acb8b9f6d704 15:22:28 ---> e26dfb70e539 15:22:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:22:28 Successfully tagged docker-security-secretstore-setup-go:latest 15:22:28 Building docker-security-proxy-setup-go 15:22:30  Building docker-security-secretstore-setup-go ... done  ---> 714486577719 15:22:30 Step 19/23 : ENTRYPOINT ["/core-data"] 15:22:32 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:22:32 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:22:32 ---> 54b52b3b7d53 15:22:32 Step 3/24 : WORKDIR /edgex-go 15:22:32 ---> Using cache 15:22:32 ---> 1122832ec28d 15:22:32 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:32 ---> Using cache 15:22:32 ---> a50fa9d81c7c 15:22:32 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:22:33 ---> Running in 7b5c7174ddfb 15:22:33 ---> Running in 6667043ad869 15:22:33 Removing intermediate container 7b5c7174ddfb 15:22:33 ---> 0253a4c86999 15:22:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:22:34 ---> Running in a3713b2b05b0 15:22:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:37 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:22:37 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:22:37 OK: 12745 distinct packages available 15:22:37 Removing intermediate container a3713b2b05b0 15:22:37 ---> 56c2f5d21a59 15:22:37 Step 21/23 : LABEL arch=x86_64 15:22:38 OK: 233 MiB in 51 packages 15:22:39 ---> Running in b7185fa0d45f 15:22:41 Removing intermediate container b7185fa0d45f 15:22:41 ---> 42f9b227afbf 15:22:41 Step 22/23 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:22:41 Removing intermediate container 6667043ad869 15:22:41 ---> 6d282c37fd7d 15:22:41 Step 6/24 : COPY go.mod . 15:22:42 ---> Running in 70c7f99ded83 15:22:42 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 15:22:42 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:22:42 ---> 54b52b3b7d53 15:22:42 Step 3/29 : WORKDIR /edgex-go 15:22:42 ---> Using cache 15:22:42 ---> 1122832ec28d 15:22:42 Step 4/29 : RUN apk update && apk add make git 15:22:42 ---> d559e19700a4 15:22:42 Step 7/24 : RUN go mod download 15:22:43 ---> Running in 2605c95c2216 15:22:43 Removing intermediate container 70c7f99ded83 15:22:43 ---> 165f57abbe86 15:22:43 Step 23/23 : LABEL version=0.0.0 15:22:43 ---> Running in a1421b48bbd2 15:22:43 ---> Running in 5cd3a580ebdc 15:22:44 Removing intermediate container 5cd3a580ebdc 15:22:44 ---> e55bbf1423fd 15:22:44 15:22:45 Successfully built e55bbf1423fd 15:22:45 Successfully tagged docker-core-data-go:latest 15:22:45 Building docker-core-command-go 15:22:46  Building docker-core-data-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:22:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:22:47 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:22:47 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:22:47 OK: 12745 distinct packages available 15:22:47 OK: 233 MiB in 51 packages 15:22:53 Removing intermediate container a1421b48bbd2 15:22:53 ---> b42c19eef8f6 15:22:53 Step 8/24 : COPY . . 15:22:53 Removing intermediate container 2605c95c2216 15:22:53 ---> 5a3626a4316d 15:22:53 Step 5/29 : COPY go.mod . 15:22:56 ---> c9b7f8314487 15:22:56 Step 6/29 : RUN go mod download 15:22:58 ---> Running in 1e305e448598 15:22:58 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:22:58 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:22:58 ---> 54b52b3b7d53 15:22:58 Step 3/21 : WORKDIR /edgex-go 15:22:58 ---> Using cache 15:22:58 ---> 1122832ec28d 15:22:58 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:22:58 ---> Using cache 15:22:58 ---> a50fa9d81c7c 15:22:58 Step 5/21 : RUN apk update && apk add make git 15:22:59 ---> Running in ff64fa1d8196 15:23:00 Removing intermediate container fd8e8fb78bfe 15:23:00 ---> f1d8ad1c943d 15:23:00 Step 21/27 : RUN pip install docker-compose==1.23.2 15:23:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:23:02 ---> Running in 1e92f3cd267b 15:23:03 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:23:04 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:23:04 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:23:04 OK: 12745 distinct packages available 15:23:04 OK: 233 MiB in 51 packages 15:23:05 Removing intermediate container 1e305e448598 15:23:05 ---> 62eaed4fb43a 15:23:05 Step 7/29 : COPY . . 15:23:09 Removing intermediate container ff64fa1d8196 15:23:09 ---> ab707ef92d2e 15:23:09 Step 6/21 : COPY go.mod . 15:23:11 ---> bc1e2da06b2a 15:23:11 Step 7/21 : RUN go mod download 15:23:13 ---> Running in ed57456782ed 15:23:15 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:23:15 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:23:15 ---> 54b52b3b7d53 15:23:15 Step 3/22 : WORKDIR /edgex-go 15:23:15 ---> Using cache 15:23:15 ---> 1122832ec28d 15:23:15 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:23:15 ---> Using cache 15:23:15 ---> a50fa9d81c7c 15:23:15 Step 5/22 : RUN apk update && apk add make git 15:23:15 ---> Using cache 15:23:15 ---> ab707ef92d2e 15:23:15 Step 6/22 : COPY go.mod . 15:23:15 ---> Using cache 15:23:15 ---> bc1e2da06b2a 15:23:15 Step 7/22 : RUN go mod download 15:23:15 gofmt -l . 15:23:16 Collecting docker-compose==1.23.2 15:23:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:23:16 ---> Running in 0b67146d7932 15:23:17 [ "`gofmt -l .`" = "" ] 15:23:17 Collecting docker<4.0,>=3.6.0 15:23:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:23:18 Collecting jsonschema<3,>=2.5.1 15:23:18 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:23:19 Collecting docopt<0.7,>=0.6.1 15:23:19 Downloading docopt-0.6.2.tar.gz (25 kB) 15:23:19 ./bin/test-go-mod-tidy.sh 15:23:20 ./bin/test-attribution-txt.sh 15:23:20 Removing intermediate container ed57456782ed 15:23:20 ---> 9bb9136cadcb 15:23:20 Step 8/21 : COPY . . 15:23:22 Collecting cached-property<2,>=1.2.0 15:23:22 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:23:24 Removing intermediate container 0b67146d7932 15:23:24 ---> 189741d33460 15:23:24 Step 8/22 : COPY . . 15:23:24 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:23:24 Collecting websocket-client<1.0,>=0.32.0 15:23:24 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [Pipeline] sh 15:23:25 Collecting texttable<0.10,>=0.9.0 15:23:25 Downloading texttable-0.9.1.tar.gz (11 kB) 15:23:26 + ls -al . 15:23:26 total 676 15:23:26 drwxrwxr-x 9 1001 1001 4096 Dec 3 15:23 . 15:23:26 drwxr-xr-x 4 root root 4096 Dec 3 15:19 .. 15:23:26 -rw-rw-r-- 1 1001 1001 11 Dec 3 15:17 .dockerignore 15:23:26 drwxrwxr-x 8 1001 1001 4096 Dec 3 15:17 .git 15:23:26 drwxrwxr-x 3 1001 1001 4096 Dec 3 15:17 .github 15:23:26 -rw-rw-r-- 1 1001 1001 971 Dec 3 15:17 .gitignore 15:23:26 -rw-rw-r-- 1 1001 1001 166 Dec 3 15:17 .sonarcloud.properties 15:23:26 -rw-rw-r-- 1 1001 1001 3804 Dec 3 15:17 CONTRIBUTING.md 15:23:26 -rw-rw-r-- 1 1001 1001 1035 Dec 3 15:17 Dockerfile.build 15:23:26 -rw-rw-r-- 1 1001 1001 863 Dec 3 15:17 Jenkinsfile 15:23:26 -rw-rw-r-- 1 1001 1001 10775 Dec 3 15:17 LICENSE 15:23:26 -rw-rw-r-- 1 1001 1001 6280 Dec 3 15:17 Makefile 15:23:26 -rw-rw-r-- 1 1001 1001 6447 Dec 3 15:17 README.md 15:23:26 -rw-rw-r-- 1 1001 1001 259 Dec 3 15:17 SECURITY.md 15:23:26 -rw-rw-r-- 1 1001 1001 5 Dec 3 15:15 VERSION 15:23:26 -rw-rw-r-- 1 1001 1001 4131 Dec 3 15:17 ZMQWindows.md 15:23:26 drwxrwxr-x 2 1001 1001 4096 Dec 3 15:17 bin 15:23:26 drwxrwxr-x 15 1001 1001 4096 Dec 3 15:17 cmd 15:23:26 -rw-r--r-- 1 root root 555123 Dec 3 15:22 coverage.out 15:23:26 -rw-r--r-- 1 root root 1041 Dec 3 15:23 go.mod 15:23:26 -rw-r--r-- 1 root root 18856 Dec 3 15:23 go.sum 15:23:26 drwxrwxr-x 8 1001 1001 4096 Dec 3 15:17 internal 15:23:26 drwxrwxr-x 4 1001 1001 4096 Dec 3 15:17 openapi 15:23:26 drwxrwxr-x 4 1001 1001 4096 Dec 3 15:17 snap 15:23:26 -rw-rw-r-- 1 1001 1001 168 Dec 3 15:17 version.go [Pipeline] sh 15:23:27 + '[' -e coverage.out ] 15:23:27 + chown 1001:1001 coverage.out [Pipeline] stash 15:23:27 Warning: overwriting stash ‘coverage-report’ 15:23:28 Stashed 1 file(s) [Pipeline] sh 15:23:29 + make build 15:23:29 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 15:23:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:23:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:23:33 Collecting dockerpty<0.5,>=0.4.1 15:23:33 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:23:34 ---> a1659ac5a373 15:23:34 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:23:36 ---> Running in b80a1f957626 15:23:37 Collecting PyYAML<4,>=3.10 15:23:37 Downloading PyYAML-3.13.tar.gz (270 kB) 15:23:39 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 15:23:39 Collecting docker-pycreds>=0.4.0 15:23:39 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:23:40 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) 15:23:40 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) 15:23:41 Collecting idna<2.8,>=2.5 15:23:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:23:41 Collecting urllib3<1.25,>=1.21.1 15:23:41 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:23:41 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:23:41 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:23:41 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:23:41 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:23:42 Installing collected packages: websocket-client, docker-pycreds, idna, urllib3, requests, docker, jsonschema, docopt, cached-property, texttable, dockerpty, PyYAML, docker-compose 15:23:44 Attempting uninstall: idna 15:23:44 Found existing installation: idna 2.9 15:23:44 Uninstalling idna-2.9: 15:23:45 Successfully uninstalled idna-2.9 15:23:47 Attempting uninstall: urllib3 15:23:47 Found existing installation: urllib3 1.25.9 15:23:47 Uninstalling urllib3-1.25.9: 15:23:48 Successfully uninstalled urllib3-1.25.9 15:23:49 ---> ec8fbda734b6 15:23:49 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:23:49 Attempting uninstall: requests 15:23:49 Found existing installation: requests 2.23.0 15:23:49 Uninstalling requests-2.23.0: 15:23:49 Successfully uninstalled requests-2.23.0 15:23:50 ---> Running in b0d8154af76c 15:23:52 Running setup.py install for docopt: started 15:23:53 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 15:23:55 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 15:23:59 Running setup.py install for docopt: finished with status 'done' 15:23:59 Running setup.py install for texttable: started 15:24:01 Running setup.py install for texttable: finished with status 'done' 15:24:01 Running setup.py install for dockerpty: started 15:24:02 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 15:24:03 Running setup.py install for dockerpty: finished with status 'done' 15:24:03 Running setup.py install for PyYAML: started 15:24:04 ---> 8a22293fc25b 15:24:04 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:24:04 Running setup.py install for PyYAML: finished with status 'done' 15:24:04 ---> Running in 53e3475a0b73 15:24:05 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 15:24:06 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 15:24:06 ---> 7d0d696bf7a2 15:24:06 Step 9/22 : RUN make cmd/core-command/core-command 15:24:06 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 15:24:07 ---> Running in 90161b136a8c 15:24:07 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 15:24:08 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 15:24:11 Removing intermediate container 1e92f3cd267b 15:24:11 ---> 87afaf6b5f0a 15:24:11 Step 22/27 : RUN apk --no-cache add curl 15:24:12 ---> Running in 90987452b7bd 15:24:13 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 15:24:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:15 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:24:15 (2/3) Installing libcurl (7.69.1-r1) 15:24:15 (3/3) Installing curl (7.69.1-r1) 15:24:15 Executing busybox-1.31.1-r19.trigger 15:24:15 OK: 72 MiB in 58 packages 15:24:17 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 15:24:18 Removing intermediate container b80a1f957626 15:24:18 ---> fed81822140d 15:24:18 15:24:18 Step 10/24 : FROM scratch 15:24:18 ---> 15:24:18 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:24:19 ---> Running in 994d42e75293 15:24:19 Removing intermediate container 90987452b7bd 15:24:19 ---> 80d3c218ff3f 15:24:19 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:24:19 ---> Running in a50967e56017 15:24:20 Removing intermediate container 994d42e75293 15:24:20 ---> fe3f94605714 15:24:20 Step 12/24 : ENV APP_PORT=48060 15:24:20 ---> Running in 613c3736b966 15:24:20 Removing intermediate container a50967e56017 15:24:20 ---> da1c783a0e46 15:24:20 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:24:20 ---> Running in 22e4e99390a5 15:24:20 Removing intermediate container 613c3736b966 15:24:20 ---> b184951e2cf5 15:24:20 Step 13/24 : EXPOSE $APP_PORT 15:24:20 ---> Running in f9d854d5a40c 15:24:20 Removing intermediate container 22e4e99390a5 15:24:20 ---> aad62b55e73a 15:24:20 Step 25/27 : LABEL arch=x86_64 15:24:20 Removing intermediate container f9d854d5a40c 15:24:20 ---> edc4ad72f36d 15:24:20 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:24:20 ---> Running in e0c01df07724 15:24:21 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 15:24:21 Removing intermediate container e0c01df07724 15:24:21 ---> 26aec74ff26a 15:24:21 Step 26/27 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:24:21 ---> 3be76334fe17 15:24:21 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:24:21 ---> Running in fe0877cac743 15:24:21 Removing intermediate container fe0877cac743 15:24:21 ---> 7a5e9f35fb5f 15:24:21 Step 27/27 : LABEL version=0.0.0 15:24:22 ---> Running in 8113292d957f 15:24:22 Removing intermediate container 8113292d957f 15:24:22 ---> 620b22a6a45d 15:24:22 15:24:22 Successfully built 620b22a6a45d 15:24:22 Successfully tagged docker-sys-mgmt-agent-go:latest 15:24:22  Building docker-sys-mgmt-agent-go ... done Building docker-security-bootstrap-redis-go 15:24:23 ---> 5fc5c5b338c3 15:24:23 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:24:24 ---> de7e19f4b5d8 15:24:24 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:24:25 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 15:24:29 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 15:24:29 ---> ebdb19b2352e 15:24:29 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:24:31 Removing intermediate container b0d8154af76c 15:24:31 ---> 56c575918420 15:24:31 15:24:31 Step 9/29 : FROM alpine:latest 15:24:31 ---> d6e46aa2470d 15:24:31 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:24:33 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 15:24:33 ---> Running in 71fa64e95ba5 15:24:33 ---> 7deb7dc2653c 15:24:33 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:24:33 Removing intermediate container 71fa64e95ba5 15:24:33 ---> 81a7b49e23e0 15:24:33 Step 11/29 : USER root 15:24:34 ---> Running in c56271bc2c1a 15:24:34 ---> 7fa7b385721b 15:24:34 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:24:34 ---> Running in 77e01a7014ba 15:24:34 Removing intermediate container c56271bc2c1a 15:24:34 ---> 4afbb131cd54 15:24:34 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:24:36 Removing intermediate container 77e01a7014ba 15:24:36 ---> 9a1a5f87e674 15:24:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:24:36 ---> Running in 9835da8652d1 15:24:36 ---> Running in d4a06f73dc76 15:24:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:24:36 Removing intermediate container d4a06f73dc76 15:24:36 ---> f73b59b93597 15:24:36 Step 22/24 : LABEL arch=x86_64 15:24:36 ---> Running in 4022201012d3 15:24:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:24:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:38 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:38 Removing intermediate container 4022201012d3 15:24:38 ---> 17a5ca61c145 15:24:38 Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:24:38 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:24:38 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:24:38 OK: 12746 distinct packages available 15:24:38 ---> Running in 536696aeea2f 15:24:38 (1/2) Installing ca-certificates (20191127-r4) 15:24:39 (2/2) Installing dumb-init (1.2.2-r1) 15:24:39 Executing busybox-1.31.1-r19.trigger 15:24:39 Executing ca-certificates-20191127-r4.trigger [Pipeline] } 15:24:39 $ docker stop --time=1 b57a222e9002bbe94fe05cabdb076bacc0805cee5a1360ee441a2d9c409b88e1 15:24:40 OK: 6 MiB in 16 packages 15:24:40 Removing intermediate container 536696aeea2f 15:24:40 ---> 0326c54f68e2 15:24:40 Step 24/24 : LABEL version=0.0.0 15:24:41 ---> Running in 15f1d75c5993 15:24:42 $ docker rm -f b57a222e9002bbe94fe05cabdb076bacc0805cee5a1360ee441a2d9c409b88e1 15:24:43 Removing intermediate container 15f1d75c5993 15:24:43 ---> 41400cdf2370 15:24:43 15:24:43 Removing intermediate container 9835da8652d1 15:24:43 ---> 9edc06d4fa36 15:24:43 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:24:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:24:44 15:24:44 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix 15:24:44 Successfully built 41400cdf2370 15:24:44 Successfully tagged docker-support-notifications-go:latest [Pipeline] sh 15:24:45 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:24:45 latest: Pulling from edgex-devops/edgex-compose-arm64 15:24:45 29e5d40040c1: Pulling fs layer 15:24:45 1ce36da41761: Pulling fs layer 15:24:45 25b303627fd3: Pulling fs layer 15:24:45 29e5d40040c1: Verifying Checksum 15:24:45 29e5d40040c1: Download complete 15:24:46 29e5d40040c1: Pull complete 15:24:46 1ce36da41761: Verifying Checksum 15:24:46 1ce36da41761: Download complete 15:24:46  Building docker-support-notifications-go ... done  ---> Running in 66f1a2534d38 15:24:47 1ce36da41761: Pull complete 15:24:48 25b303627fd3: Download complete 15:24:51 Removing intermediate container 66f1a2534d38 15:24:51 ---> db2283364651 15:24:51 Step 14/29 : WORKDIR $BASE_DIR 15:24:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:24:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:24:53 ---> 54b52b3b7d53 15:24:53 Step 3/22 : WORKDIR /edgex-go 15:24:53 ---> Using cache 15:24:53 ---> 1122832ec28d 15:24:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:24:53 ---> Using cache 15:24:53 ---> a50fa9d81c7c 15:24:53 Step 5/22 : RUN apk update && apk add make git 15:24:53 ---> Using cache 15:24:53 ---> ab707ef92d2e 15:24:53 Step 6/22 : COPY go.mod . 15:24:53 ---> Using cache 15:24:53 ---> bc1e2da06b2a 15:24:53 Step 7/22 : RUN go mod download 15:24:53 ---> Using cache 15:24:53 ---> 189741d33460 15:24:53 Step 8/22 : COPY . . 15:24:53 ---> Using cache 15:24:53 ---> 7d0d696bf7a2 15:24:53 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:24:53 ---> Running in 952a73be3dd6 15:24:54 ---> Running in 99b752905699 15:24:54 Removing intermediate container 90161b136a8c 15:24:54 ---> 425b91bee8bc 15:24:54 15:24:54 Step 10/22 : FROM scratch 15:24:54 ---> 15:24:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:24:54 Removing intermediate container 53e3475a0b73 15:24:54 ---> 14f42688fe24 15:24:54 15:24:54 Step 10/21 : FROM alpine 15:24:54 ---> d6e46aa2470d 15:24:54 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:24:54 ---> Running in a2cc819d2efd 15:24:54 ---> Using cache 15:24:54 ---> 484d3a826f49 15:24:54 Step 12/22 : ENV APP_PORT=48082 15:24:54 Removing intermediate container 952a73be3dd6 15:24:54 ---> 4b3aed05cf35 15:24:54 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:24:54 ---> Running in ff81620da8ae 15:24:54 ---> Running in fc35be8ddb7e 15:24:54 Removing intermediate container ff81620da8ae 15:24:54 ---> 81aaa919d703 15:24:54 Step 13/22 : EXPOSE $APP_PORT 15:24:55 ---> Running in fe60b1a02d0c 15:24:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 15:24:55 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 15:24:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 15:24:55 Removing intermediate container fe60b1a02d0c 15:24:55 ---> d13a2128a7da 15:24:55 Step 14/22 : WORKDIR / 15:24:55 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:24:55 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:24:55 OK: 12746 distinct packages available 15:24:55 ---> Running in 78900d6c78bf 15:24:55 (1/4) Installing ca-certificates (20191127-r4) 15:24:56 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:24:56 (3/4) Installing libcurl (7.69.1-r1) 15:24:56 Removing intermediate container 78900d6c78bf 15:24:56 ---> 96628f35e872 15:24:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:24:56 (4/4) Installing curl (7.69.1-r1) 15:24:56 Executing busybox-1.31.1-r19.trigger 15:24:56 Executing ca-certificates-20191127-r4.trigger 15:24:56 OK: 7 MiB in 18 packages 15:24:56 ---> 2c19a5ebd924 15:24:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:24:56 Removing intermediate container fc35be8ddb7e 15:24:56 ---> bd5abb0ccbad 15:24:56 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:24:57 Removing intermediate container a2cc819d2efd 15:24:57 ---> ffc1539e1f71 15:24:57 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:24:57 ---> 663d1b6bec82 15:24:57 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:24:57 ---> Running in a3dce27469f5 15:24:57 ---> 1e0721396dee 15:24:57 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:24:58 25b303627fd3: Pull complete 15:24:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 15:24:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:24:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 15:24:58 Removing intermediate container a3dce27469f5 15:24:58 ---> 25492522308c 15:24:58 Step 13/21 : WORKDIR /edgex 15:24:58 ---> Running in 7e8d3452c14f 15:24:58 prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container 15:24:58 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:24:58 ---> 4628a89d0ff9 15:24:58 Step 18/22 : ENTRYPOINT ["/core-command"] 15:24:58 ---> cbd27fe0210f 15:24:58 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:24:58 ---> Running in c7a6598de587 15:24:58 Removing intermediate container 7e8d3452c14f 15:24:58 ---> b6174067e86b 15:24:58 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:24:59 Removing intermediate container c7a6598de587 15:24:59 ---> e935c52cbb0b 15:24:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:24:59 ---> Running in b29f91cedd33 15:24:59 ---> 6d5d5d98b1b1 15:24:59 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:24:59 ---> 4c5f80a7afaf 15:24:59 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:24:59 Removing intermediate container b29f91cedd33 15:24:59 ---> 149351e34f27 15:24:59 Step 20/22 : LABEL arch=x86_64 15:24:59 ---> Running in 0778be2c71e1 15:25:00 ---> 4d93d384de64 15:25:00 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:25:00 Removing intermediate container 0778be2c71e1 15:25:00 ---> c38f4e44e8dc 15:25:00 Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:25:01 ---> 50e1950c263a 15:25:01 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:25:01 ---> Running in f78cd9c266f9 15:25:01 ---> 932aa92eb7bc 15:25:01 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:25:01 ---> Running in d7712b859db2 15:25:01 $ docker top c7f92ed01a7de75d82e7b8853cd6ed30dc3132acb3716ed131d2243c66d24935 -eo pid,comm 15:25:01 Removing intermediate container f78cd9c266f9 15:25:01 ---> 0d5f7f8b6228 15:25:01 Step 22/22 : LABEL version=0.0.0 15:25:01 ---> Running in 2e00a2ba0d3f [Pipeline] { [Pipeline] sh 15:25:02 ---> 145f299b9a34 15:25:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:25:02 Removing intermediate container 2e00a2ba0d3f 15:25:02 ---> 793b82520f0c 15:25:02 15:25:02 ---> Running in ee028fd62f51 15:25:02 + docker-compose build --help 15:25:02 + grep parallel 15:25:02 Successfully built 793b82520f0c 15:25:02 Successfully tagged docker-core-command-go:latest 15:25:02  Building docker-core-command-go ... done Removing intermediate container ee028fd62f51 15:25:02 ---> dd5d49e584b2 15:25:02 Step 18/21 : CMD ["--init=true"] 15:25:02 ---> Running in 6a87ac1da47c 15:25:03 Removing intermediate container 6a87ac1da47c 15:25:03 ---> da03b88780ad 15:25:03 Step 19/21 : LABEL arch=x86_64 15:25:03 ---> Running in 143d43105132 15:25:03 Removing intermediate container d7712b859db2 15:25:03 ---> 525e3bfcbe70 15:25:03 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:25:04 Removing intermediate container 143d43105132 15:25:04 ---> 7a22e7bd9143 15:25:04 Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:25:04 ---> 3cc0f495cad8 15:25:04 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:25:04 ---> Running in f35d4497ca8c 15:25:04 ---> Running in 367cf7d62678 15:25:04 Removing intermediate container f35d4497ca8c 15:25:04 ---> 55023864f7a4 15:25:04 Step 21/21 : LABEL version=0.0.0 15:25:05 ---> Running in 39d37a3abeda 15:25:05 Removing intermediate container 39d37a3abeda 15:25:05 ---> ea149ff9a41c 15:25:05 15:25:06 --parallel Build images in parallel. [Pipeline] } 15:25:06 $ docker stop --time=1 c7f92ed01a7de75d82e7b8853cd6ed30dc3132acb3716ed131d2243c66d24935 15:25:06 Successfully built ea149ff9a41c 15:25:06 Successfully tagged docker-security-proxy-setup-go:latest 15:25:06  Building docker-security-proxy-setup-go ... done Removing intermediate container 367cf7d62678 15:25:06 ---> a3bd492d1cb1 15:25:06 Step 24/29 : RUN chmod 755 security-secrets-setup 15:25:07 ---> Running in 0d0091ee497d 15:25:08 $ docker rm -f c7f92ed01a7de75d82e7b8853cd6ed30dc3132acb3716ed131d2243c66d24935 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 15:25:09 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 15:25:09 . [Pipeline] withDockerContainer 15:25:09 prd-ubuntu18.04-docker-arm64-4c-16g-14314 does not seem to be running inside a container 15:25:09 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 15:25:09 Removing intermediate container 0d0091ee497d 15:25:09 ---> 3a67b749c523 15:25:09 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:25:09 ---> Running in 950c0cfe05d1 15:25:10 Removing intermediate container 950c0cfe05d1 15:25:10 ---> aaeae1e6bbb6 15:25:10 Step 26/29 : CMD [ "generate" ] 15:25:10 ---> Running in 4f6746438f7b 15:25:10 Removing intermediate container 4f6746438f7b 15:25:10 ---> 51daee2e6f99 15:25:10 Step 27/29 : LABEL arch=x86_64 15:25:10 $ docker top da8b2ce3fa815f473c733f6707361c80587f15816d48446e00cec7044a1ea661 -eo pid,comm [Pipeline] { [Pipeline] sh 15:25:11 + docker-compose -f ./docker-compose-build.yml build --parallel 15:25:11 ---> Running in d78fee204e3f 15:25:11 Removing intermediate container 99b752905699 15:25:11 ---> 59434d895c7c 15:25:11 15:25:11 Step 10/22 : FROM alpine:3.10 15:25:11 ---> be4e4bea2c2e 15:25:11 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:25:11 ---> Using cache 15:25:11 ---> 4ca8667b31fc 15:25:11 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:25:11 ---> Running in 89c52e41a70e 15:25:11 Removing intermediate container d78fee204e3f 15:25:11 ---> c2fb5b339ad8 15:25:11 Step 28/29 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:25:11 ---> Running in 733bc108dc7c 15:25:11 Removing intermediate container 89c52e41a70e 15:25:11 ---> edf9ec9babee 15:25:11 Step 13/22 : WORKDIR / 15:25:12 ---> Running in 6d51ccbda29b 15:25:12 Removing intermediate container 733bc108dc7c 15:25:12 ---> d76adfc9c854 15:25:12 Step 29/29 : LABEL version=0.0.0 15:25:12 ---> Running in 113aff21c1f7 15:25:12 Removing intermediate container 6d51ccbda29b 15:25:12 ---> 25a4155b8529 15:25:12 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 15:25:12 Removing intermediate container 113aff21c1f7 15:25:12 ---> bb88320791d2 15:25:12 15:25:13 Successfully built bb88320791d2 15:25:13 Successfully tagged docker-security-secrets-setup-go:latest 15:25:13  Building docker-security-secrets-setup-go ... done  ---> 27dd6f096307 15:25:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:25:14 ---> 92f08102cc43 15:25:14 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:25:14 ---> c2308b47f189 15:25:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:25:14 ---> d474f46b0751 15:25:14 Step 18/22 : RUN chmod +x entrypoint.sh 15:25:14 ---> Running in 6558c89ad52c 15:25:15 Removing intermediate container 6558c89ad52c 15:25:15 ---> 61939219038d 15:25:15 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:25:15 ---> Running in e9b0759c7b1c 15:25:15 Removing intermediate container e9b0759c7b1c 15:25:15 ---> 232ee4230366 15:25:15 Step 20/22 : LABEL arch=x86_64 15:25:15 ---> Running in 8c5c44de808d 15:25:16 Removing intermediate container 8c5c44de808d 15:25:16 ---> ac56d2821792 15:25:16 Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:25:16 ---> Running in d38d150c07f1 15:25:16 Building docker-core-command-go ... 15:25:16 Building docker-core-data-go ... 15:25:16 Building docker-core-metadata-go ... 15:25:16 Building docker-security-bootstrap-redis-go ... 15:25:16 Building docker-security-proxy-setup-go ... 15:25:16 Building docker-security-secrets-setup-go ... 15:25:16 Building docker-security-secretstore-setup-go ... 15:25:16 Building docker-support-notifications-go ... 15:25:16 Building docker-support-scheduler-go ... 15:25:16 Building docker-sys-mgmt-agent-go ... 15:25:16 Building docker-security-bootstrap-redis-go 15:25:16 Building docker-security-proxy-setup-go 15:25:16 Building docker-security-secretstore-setup-go 15:25:16 Building docker-core-command-go 15:25:16 Building docker-support-notifications-go 15:25:16 Removing intermediate container d38d150c07f1 15:25:16 ---> 6fea2a049769 15:25:16 Step 22/22 : LABEL version=0.0.0 15:25:16 ---> Running in 4c40ddd33191 15:25:16 Removing intermediate container 4c40ddd33191 15:25:16 ---> 87474439951e 15:25:16 15:25:16 Successfully built 87474439951e 15:25:16 Successfully tagged docker-security-bootstrap-redis-go:latest 15:25:18  Building docker-security-bootstrap-redis-go ... done  [Pipeline] } 15:25:19 $ docker stop --time=1 e9e03384ccf650cdb7e9e85be43d92a2bde33c66acb4590c2c063db93d6f4deb 15:25:21 $ docker rm -f e9e03384ccf650cdb7e9e85be43d92a2bde33c66acb4590c2c063db93d6f4deb [Pipeline] // withDockerContainer [Pipeline] sh 15:25:22 + docker images 15:25:22 + grep docker 15:25:22 docker-security-bootstrap-redis-go latest 87474439951e 5 seconds ago 15.8MB 15:25:22 docker-security-secrets-setup-go latest bb88320791d2 9 seconds ago 23.9MB 15:25:22 docker-security-proxy-setup-go latest ea149ff9a41c 16 seconds ago 24.6MB 15:25:22 docker-core-command-go latest 793b82520f0c 20 seconds ago 12.2MB 15:25:22 docker-support-notifications-go latest 41400cdf2370 40 seconds ago 13.6MB 15:25:22 docker-sys-mgmt-agent-go latest 620b22a6a45d 59 seconds ago 293MB 15:25:22 docker-core-data-go latest e55bbf1423fd 2 minutes ago 23.7MB 15:25:22 docker-security-secretstore-setup-go latest acb8b9f6d704 2 minutes ago 24.7MB 15:25:22 docker-core-metadata-go latest 8b8924f0d9b9 3 minutes ago 14.5MB 15:25:22 docker-support-scheduler-go latest 727b1425f227 3 minutes ago 12.3MB 15:25:22 docker latest b0757c55a1fd 38 hours ago 220MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 15:25:38 Still waiting to schedule task 15:25:38 All nodes of label ‘centos7-docker-8c-8g’ are offline 15:26:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:37 ---> 84101518f92e 15:26:37 Step 3/22 : WORKDIR /edgex-go 15:26:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:26:37 ---> 84101518f92e 15:26:37 Step 3/24 : WORKDIR /edgex-go 15:26:37 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:37 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:26:37 ---> 84101518f92e 15:26:37 Step 3/22 : WORKDIR /edgex-go 15:26:37 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:37 Step 2/24 : FROM ${BUILDER_BASE} AS builder 15:26:37 ---> 84101518f92e 15:26:37 Step 3/24 : WORKDIR /edgex-go 15:26:37 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:26:37 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:26:37 ---> 84101518f92e 15:26:37 Step 3/21 : WORKDIR /edgex-go 15:26:37 ---> Running in 547e5dfa0009 15:26:37 ---> Running in c7b74c140c90 15:26:37 ---> Running in 0c28b22b7f16 15:26:37 ---> Running in b6eaa9f87898 15:26:37 ---> Running in 91d033317a0d 15:26:37 Removing intermediate container b6eaa9f87898 15:26:37 ---> 1b9404a95308 15:26:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:37 Removing intermediate container 547e5dfa0009 15:26:37 ---> 5c2f773b3022 15:26:37 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:37 Removing intermediate container 0c28b22b7f16 15:26:37 ---> 55ef95162d2a 15:26:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:37 Removing intermediate container 91d033317a0d 15:26:37 ---> d843d91df6bf 15:26:37 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:37 ---> Running in f8c666e35e30 15:26:37 Removing intermediate container c7b74c140c90 15:26:37 ---> 3d9b8d07c70b 15:26:37 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:26:37 ---> Running in 13ad524fb9f7 15:26:37 ---> Running in e293f5443ef8 15:26:37 ---> Running in 4553453e6fe1 15:26:37 ---> Running in 818ba851c193 15:26:37 Removing intermediate container f8c666e35e30 15:26:37 ---> a87f65806ea4 15:26:37 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 15:26:37 ---> Running in 13088d78336d 15:26:37 Removing intermediate container e293f5443ef8 15:26:37 ---> fc1d94ca717a 15:26:37 Step 5/24 : RUN apk update && apk add make git 15:26:37 ---> Running in a27ab26f3f86 15:26:37 Removing intermediate container 818ba851c193 15:26:37 ---> d65e4a7f1da6 15:26:37 Step 5/21 : RUN apk update && apk add make git 15:26:37 Removing intermediate container 13ad524fb9f7 15:26:37 ---> 4a6816faa615 15:26:37 Step 5/22 : RUN apk update && apk add make git 15:26:37 Removing intermediate container 4553453e6fe1 15:26:37 ---> 2dba9e3bf42a 15:26:37 Step 5/22 : RUN apk update && apk add make git 15:26:37 ---> Running in 5133f353c62a 15:26:37 ---> Running in a77a392d42cd 15:26:37 ---> Running in 2a664ff93545 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:37 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:37 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:37 OK: 12616 distinct packages available 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:26:37 OK: 217 MiB in 51 packages 15:26:37 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:37 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:37 OK: 12616 distinct packages available 15:26:37 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:37 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:37 OK: 12616 distinct packages available 15:26:37 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:37 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:37 OK: 12616 distinct packages available 15:26:38 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:26:38 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:26:38 OK: 12616 distinct packages available 15:26:38 OK: 217 MiB in 51 packages 15:26:38 OK: 217 MiB in 51 packages 15:26:39 Removing intermediate container 13088d78336d 15:26:39 ---> 92164c1501c1 15:26:39 Step 6/24 : COPY go.mod . 15:26:39 OK: 217 MiB in 51 packages 15:26:39 OK: 217 MiB in 51 packages 15:26:40 ---> 9af0bf6e6212 15:26:40 Step 7/24 : RUN go mod download 15:26:40 Removing intermediate container a27ab26f3f86 15:26:40 ---> 17f227f39363 15:26:40 Step 6/24 : COPY go.mod . 15:26:40 Removing intermediate container a77a392d42cd 15:26:40 ---> f88b0ffb3fc3 15:26:40 Step 6/22 : COPY go.mod . 15:26:40 ---> Running in 382d36a55954 15:26:40 Removing intermediate container 5133f353c62a 15:26:40 ---> a56b29ef6e3f 15:26:40 Step 6/21 : COPY go.mod . 15:26:40 Running on prd-centos7-docker-8c-8g-14315 in /w/workspace/edgexfoundry_edgex-go_PR-2919 [Pipeline] { [Pipeline] ws 15:26:40 Running in /w/workspace/edgex-go/3 [Pipeline] { [Pipeline] checkout 15:26:41 Removing intermediate container 2a664ff93545 15:26:41 ---> a1598c99ea7f 15:26:41 Step 6/22 : COPY go.mod . 15:26:41 ---> 3c1961c0923e 15:26:41 Step 7/22 : RUN go mod download 15:26:41 ---> fa052a735230 15:26:41 Step 7/24 : RUN go mod download 15:26:41 ---> Running in 617b9dec5db0 15:26:41 ---> Running in da0370bd386a 15:26:41 ---> 2e3565c882c3 15:26:41 Step 7/21 : RUN go mod download 15:26:42 ---> 9ebb1e02768b 15:26:42 Step 7/22 : RUN go mod download 15:26:42 ---> Running in ec9327215f9e 15:26:42 ---> Running in 5dbcd968a029 15:26:43 using credential edgex-jenkins-ssh 15:26:43 Cloning the remote Git repository 15:26:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 15:26:43 > git init /w/workspace/edgex-go/3 # timeout=10 15:26:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:26:43 > git --version # timeout=10 15:26:43 > git --version # 'git version 2.24.3' 15:26:43 using GIT_SSH to set credentials SSH Credentials for GitHub 15:26:43 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 15:26:44 Removing intermediate container 382d36a55954 15:26:44 ---> 062fdc397bc2 15:26:44 Step 8/24 : COPY . . 15:26:47 Removing intermediate container 617b9dec5db0 15:26:47 ---> 567c73109008 15:26:47 Step 8/24 : COPY . . 15:26:47 Removing intermediate container da0370bd386a 15:26:47 ---> a5abefa36a1d 15:26:47 Step 8/22 : COPY . . 15:26:47 Removing intermediate container ec9327215f9e 15:26:47 ---> a6b2be24d7e7 15:26:47 Step 8/21 : COPY . . 15:26:48 Removing intermediate container 5dbcd968a029 15:26:48 ---> 010f86c0f1ef 15:26:48 Step 8/22 : COPY . . 15:26:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:26:50 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 15:26:50 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 15:26:50 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 15:26:50 using GIT_SSH to set credentials SSH Credentials for GitHub 15:26:50 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2919/head:refs/remotes/origin/PR-2919 +refs/heads/master:refs/remotes/origin/master # timeout=10 15:26:51 Merging remotes/origin/master commit 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 into PR head commit 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:26:51 Merge succeeded, producing 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:26:51 Checking out Revision 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 (PR-2919) 15:26:51 > git config core.sparsecheckout # timeout=10 15:26:51 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 15:26:51 > git remote # timeout=10 15:26:51 > git config --get remote.origin.url # timeout=10 15:26:51 using GIT_SSH to set credentials SSH Credentials for GitHub 15:26:51 > git merge 698f2b4ca2ad3edd7414788e0b4318dfa9ebd6d8 # timeout=10 15:26:51 > git rev-parse HEAD^{commit} # timeout=10 15:26:51 > git config core.sparsecheckout # timeout=10 15:26:51 > git checkout -f 0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 # timeout=10 15:26:54 Commit message: "fix: Fix failing unit test due to removal of proxy for logging services" [Pipeline] withEnv [Pipeline] { [Pipeline] sh 15:26:56 ++ find /w/workspace/edgex-go/3 15:26:56 ++ grep snapcraft.yaml 15:26:56 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/3/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:26:56 provisioning config files... 15:26:57 copy managed file [EdgeX] to file:/w/workspace/edgex-go/3@tmp/config8791993857498136875tmp [Pipeline] { [Pipeline] sh 15:26:57 + cp /w/workspace/edgex-go/3@tmp/config8791993857498136875tmp /w/workspace/edgex-go/3/edgex-snap-store-login [Pipeline] sh 15:26:57 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/3:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:26:57 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 15:26:58 latest: Pulling from edgex-devops/edgex-snap-builder 15:26:58 f08d8e2a3ba1: Pulling fs layer 15:26:58 3baa9cb2483b: Pulling fs layer 15:26:58 94e5ff4c0b15: Pulling fs layer 15:26:58 1860925334f9: Pulling fs layer 15:26:58 2daf38717194: Pulling fs layer 15:26:58 309017e8d7a4: Pulling fs layer 15:26:58 f7790dc9fd0f: Pulling fs layer 15:26:58 cac0ae9282c2: Pulling fs layer 15:26:58 1f4cadf9a1ed: Pulling fs layer 15:26:58 2daf38717194: Waiting 15:26:58 309017e8d7a4: Waiting 15:26:58 f7790dc9fd0f: Waiting 15:26:58 cac0ae9282c2: Waiting 15:26:58 1f4cadf9a1ed: Waiting 15:26:58 1860925334f9: Waiting 15:26:58 3baa9cb2483b: Verifying Checksum 15:26:58 3baa9cb2483b: Download complete 15:26:58 94e5ff4c0b15: Verifying Checksum 15:26:58 94e5ff4c0b15: Download complete 15:26:58 1860925334f9: Verifying Checksum 15:26:58 1860925334f9: Download complete 15:26:58 309017e8d7a4: Download complete 15:26:58 f7790dc9fd0f: Verifying Checksum 15:26:58 f7790dc9fd0f: Download complete 15:26:58 cac0ae9282c2: Verifying Checksum 15:26:58 cac0ae9282c2: Download complete 15:26:58 1f4cadf9a1ed: Verifying Checksum 15:26:58 1f4cadf9a1ed: Download complete 15:27:00 f08d8e2a3ba1: Verifying Checksum 15:27:00 f08d8e2a3ba1: Download complete 15:27:02 f08d8e2a3ba1: Pull complete 15:27:02 3baa9cb2483b: Pull complete 15:27:02 94e5ff4c0b15: Pull complete 15:27:02 1860925334f9: Pull complete 15:27:06 2daf38717194: Verifying Checksum 15:27:06 2daf38717194: Download complete 15:27:15 ---> 49eac057732d 15:27:15 Step 9/24 : RUN make cmd/support-notifications/support-notifications 15:27:15 ---> 15d05b02b9fc 15:27:15 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 15:27:15 ---> Running in e7a5bcd3deaf 15:27:15 ---> 1db5bf8f6811 15:27:15 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config 15:27:15 ---> df51947ea12c 15:27:15 Step 9/22 : RUN make cmd/core-command/core-command 15:27:15 ---> 22d3120237e4 15:27:15 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 15:27:15 ---> Running in ee02e507fdaf 15:27:15 ---> Running in d2c051f91ba5 15:27:15 ---> Running in aeeb611ceb34 15:27:15 ---> Running in 67590876a855 15:27:15 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 15:27:15 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 15:27:15 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 15:27:15 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 15:27:15 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 15:27:24 2daf38717194: Pull complete 15:27:24 309017e8d7a4: Pull complete 15:27:24 f7790dc9fd0f: Pull complete 15:27:24 cac0ae9282c2: Pull complete 15:27:24 1f4cadf9a1ed: Pull complete 15:27:24 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 15:27:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 15:27:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:27:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:27:28 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:27:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:27:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1371 kB] 15:27:28 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] 15:27:28 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] 15:27:28 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] 15:27:28 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1824 kB] 15:27:28 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] 15:27:28 Get:11 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] 15:27:28 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB] 15:27:28 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 15:27:28 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 15:27:29 Fetched 8419 kB in 2s (4611 kB/s) 15:27:30 Reading package lists... 15:27:32 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: 15:27:32 - README.md 15:27:32 15:27:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 15:27:34 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 15:27:34 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 15:27:34 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:27:34 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:27:35 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:27:37 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 15:27:38 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 60% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 91% Reading package lists... 91% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 15:27:39 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 15:27:39 Reading state information... 0% Reading state information... 0% Reading state information... Done 15:27:39 The following packages were automatically installed and are no longer required: 15:27:39 libjq1 libonig4 15:27:39 Use 'sudo apt autoremove' to remove them. 15:27:39 Suggested packages: 15:27:39 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 15:27:39 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 15:27:39 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 15:27:39 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 15:27:39 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 15:27:39 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 15:27:39 git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc 15:27:39 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 15:27:39 | libterm-readline-perl-perl 15:27:39 The following NEW packages will be installed: 15:27:39 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 15:27:39 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 15:27:39 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 15:27:39 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 15:27:39 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 15:27:39 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 15:27:39 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 15:27:39 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 15:27:39 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 15:27:39 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 15:27:39 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 15:27:39 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 15:27:39 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 15:27:39 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 15:27:39 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 15:27:39 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 15:27:39 perl perl-modules-5.26 pkg-config unzip zip 15:27:39 The following packages will be upgraded: 15:27:39 libc6 perl-base 15:27:39 2 upgraded, 101 newly installed, 0 to remove and 49 not upgraded. 15:27:39 Need to get 84.4 MB of archives. 15:27:39 After this operation, 369 MB of additional disk space will be used. 15:27:39 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 15:27:40 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 689 kB/1391 kB 50%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 15:27:40 2% [2 libc6 46.1 kB/2831 kB 2%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 15:27:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 15:27:40 5% [4 perl-modules-5.26 40.8 kB/2762 kB 1%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 15:27:40 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] 15:27:40 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] 15:27:40 8% [7 libperl5.26 12.3 kB/3534 kB 0%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 15:27:40 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] 15:27:40 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] 15:27:40 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] 15:27:40 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] 15:27:40 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 15:27:40 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 15:27:41 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] 15:27:41 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 15:27:41 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-126.129 [989 kB] 15:27:41 17% [17 linux-libc-dev 16.2 kB/989 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 15:27:41 18% [18 libc6-dev 10.0 kB/2586 kB 0%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 15:27:41 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] 15:27:41 21% [20 libisl19 8192 B/551 kB 1%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 15:27:41 22% [21 libmpfr6 53.2 kB/243 kB 22%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 15:27:41 22% [22 libmpc3 18.1 kB/40.8 kB 44%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 15:27:42 22% [23 cpp-7 20.5 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 15:27:42 31% [24 cpp 27.7 kB/27.7 kB 100%] 31% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 15:27:42 31% [25 libcc1-0 8455 B/39.4 kB 21%] 31% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 15:27:42 31% [26 libgomp1 28.7 kB/76.5 kB 38%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 15:27:42 32% [27 libitm1 23.1 kB/27.9 kB 83%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 15:27:42 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] 15:27:42 32% [29 libasan4 4096 B/358 kB 1%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 15:27:42 32% [30 liblsan0 20.0 kB/133 kB 15%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 15:27:42 33% [31 libtsan0 18.1 kB/288 kB 6%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 15:27:42 33% [32 libubsan0 16.4 kB/126 kB 13%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 15:27:42 34% [33 libcilkrts5 12.3 kB/42.5 kB 29%] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 15:27:42 34% [34 libmpx2 11.6 kB/11.6 kB 100%] 34% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 15:27:42 34% [35 libquadmath0 37.1 kB/134 kB 28%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 15:27:42 34% [36 libgcc-7-dev 8192 B/2378 kB 0%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 15:27:42 37% [37 gcc-7 50.7 kB/9381 kB 1%] 45% [37 gcc-7 8847 kB/9381 kB 94%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 15:27:42 46% [38 gcc 5184 B/5184 B 100%] 46% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 15:27:42 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] 15:27:43 48% [40 g++-7 5703 B/9697 kB 0%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 15:27:43 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 15:27:43 57% [42 make 33.4 kB/154 kB 22%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 15:27:43 58% [43 libdpkg-perl 24.7 kB/211 kB 12%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 15:27:43 58% [44 patch 6509 B/102 kB 6%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 15:27:43 58% [45 dpkg-dev 31.9 kB/607 kB 5%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 15:27:43 59% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 15:27:43 59% [47 cmake-data 28.8 kB/1332 kB 2%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 15:27:43 61% [48 libarchive13 18.5 kB/288 kB 6%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 15:27:43 61% [49 libjsoncpp1 10.2 kB/73.6 kB 14%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 15:27:43 61% [50 librhash0 4096 B/78.1 kB 5%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 15:27:43 62% [51 libuv1 24.6 kB/64.4 kB 38%] 62% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 15:27:43 62% [52 cmake 4096 B/3152 kB 0%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 15:27:43 65% [53 curl 18.4 kB/159 kB 12%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 15:27:43 65% [54 libfakeroot 8192 B/25.9 kB 32%] 66% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 15:27:43 66% [55 fakeroot 26.4 kB/62.3 kB 42%] 66% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] 15:27:43 66% [56 libc6-i386 45.9 kB/2652 kB 2%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] 15:27:43 69% [57 libc6-dev-i386 15.3 kB/1817 kB 1%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] 15:27:43 71% [58 libc6-x32 33.5 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] 15:27:43 74% [59 libc6-dev-x32 65.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 15:27:43 76% [60 lib32gcc1 18.9 kB/48.1 kB 39%] 76% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 15:27:43 76% [61 libx32gcc1 28.5 kB/40.5 kB 70%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 15:27:43 76% [62 lib32gomp1 23.8 kB/83.7 kB 28%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 15:27:43 76% [63 libx32gomp1 17.1 kB/77.8 kB 22%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 15:27:43 77% [64 lib32itm1 18.9 kB/30.0 kB 63%] 77% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 15:27:43 77% [65 libx32itm1 24.6 kB/28.1 kB 88%] 77% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 15:27:43 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 15:27:43 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] 15:27:43 77% [68 lib32asan4 18.3 kB/362 kB 5%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 15:27:43 78% [69 libx32asan4 4096 B/351 kB 1%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 15:27:43 78% [70 lib32stdc++6 0 B/415 kB 0%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 15:27:43 79% [71 lib32ubsan0 12.3 kB/140 kB 9%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 15:27:43 79% [72 libx32stdc++6 11.2 kB/387 kB 3%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 15:27:43 80% [73 libx32ubsan0 0 B/127 kB 0%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 15:27:43 80% [74 lib32cilkrts5 16.4 kB/47.2 kB 35%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 15:27:43 81% [75 libx32cilkrts5 21.9 kB/43.0 kB 51%] 81% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 15:27:43 81% [76 lib32mpx2 0 B/12.9 kB 0%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 15:27:43 81% [77 lib32quadmath0 31.0 kB/208 kB 15%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 15:27:43 81% [78 libx32quadmath0 69.3 kB/135 kB 51%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 15:27:43 82% [79 lib32gcc-7-dev 31.9 kB/2211 kB 1%] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 15:27:43 84% [80 libx32gcc-7-dev 29.9 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 15:27:43 86% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 15:27:43 86% [82 lib32stdc++-7-dev 32.2 kB/626 kB 5%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 15:27:44 87% [83 libx32stdc++-7-dev 26.6 kB/582 kB 5%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 15:27:44 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] 15:27:44 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] 15:27:44 Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 15:27:44 88% [87 libcurl3-gnutls 29.8 kB/213 kB 14%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 15:27:44 89% [88 liberror-perl 12.7 kB/22.8 kB 56%] 89% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 15:27:44 89% [89 git-man 0 B/804 kB 0%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 15:27:44 90% [90 git 38.7 kB/3915 kB 1%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 15:27:44 94% [91 libalgorithm-diff-perl 47.6 kB/47.6 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 15:27:44 94% [92 libalgorithm-diff-xs-perl 7772 B/11.1 kB 70%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 15:27:44 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 15:27:44 95% [94 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 15:27:44 95% [95 libnorm1 16.2 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 15:27:44 95% [96 libpgm-5.2-0 53.5 kB/157 kB 34%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 15:27:44 95% [97 libsodium23 27.3 kB/143 kB 19%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 15:27:44 96% [98 libzmq5 15.2 kB/221 kB 7%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 15:27:44 96% [99 libzmq3-dev 21.3 kB/400 kB 5%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 15:27:44 97% [100 manpages-dev 13.9 kB/2217 kB 1%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 15:27:44 99% [101 pkg-config 29.3 kB/45.0 kB 65%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 15:27:45 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 15:27:45 100% [103 zip 4869 B/167 kB 3%] 100% [Working] Fetched 84.4 MB in 6s (15.0 MB/s) 15:27:45 debconf: delaying package configuration, since apt-utils is not installed 15:27:45 (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.) 15:27:45 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 15:27:45 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 15:27:48 Setting up perl-base (5.26.1-6ubuntu0.5) ... 15:27:48 (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.) 15:27:48 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 15:27:48 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... 15:27:50 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 15:27:52 Selecting previously unselected package liblocale-gettext-perl. 15:27:52 (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.) 15:27:52 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 15:27:52 Unpacking liblocale-gettext-perl (1.07-3build2) ... 15:27:52 Selecting previously unselected package perl-modules-5.26. 15:27:52 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 15:27:52 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:27:53 Selecting previously unselected package libgdbm5:amd64. 15:27:53 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 15:27:53 Unpacking libgdbm5:amd64 (1.14.1-6) ... 15:27:53 Selecting previously unselected package libgdbm-compat4:amd64. 15:27:53 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 15:27:53 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 15:27:53 Selecting previously unselected package libperl5.26:amd64. 15:27:53 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 15:27:53 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:27:54 Selecting previously unselected package perl. 15:27:54 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 15:27:54 Unpacking perl (5.26.1-6ubuntu0.5) ... 15:27:54 Selecting previously unselected package less. 15:27:54 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 15:27:54 Unpacking less (487-0.1) ... 15:27:54 Selecting previously unselected package netbase. 15:27:54 Preparing to unpack .../007-netbase_5.4_all.deb ... 15:27:54 Unpacking netbase (5.4) ... 15:27:54 Selecting previously unselected package manpages. 15:27:54 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 15:27:54 Unpacking manpages (4.15-1) ... 15:27:54 Selecting previously unselected package binutils-common:amd64. 15:27:54 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:27:54 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:27:54 Selecting previously unselected package libbinutils:amd64. 15:27:54 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:27:54 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:27:54 Selecting previously unselected package binutils-x86-64-linux-gnu. 15:27:54 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:27:54 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:27:55 Selecting previously unselected package binutils. 15:27:55 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 15:27:55 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 15:27:55 Selecting previously unselected package libc-dev-bin. 15:27:55 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 15:27:55 Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... 15:27:55 Selecting previously unselected package linux-libc-dev:amd64. 15:27:55 Preparing to unpack .../014-linux-libc-dev_4.15.0-126.129_amd64.deb ... 15:27:55 Unpacking linux-libc-dev:amd64 (4.15.0-126.129) ... 15:27:55 Selecting previously unselected package libc6-dev:amd64. 15:27:55 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 15:27:55 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... 15:27:55 Selecting previously unselected package gcc-7-base:amd64. 15:27:55 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:55 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:27:56 Selecting previously unselected package libisl19:amd64. 15:27:56 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 15:27:56 Unpacking libisl19:amd64 (0.19-1) ... 15:27:56 Selecting previously unselected package libmpfr6:amd64. 15:27:56 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 15:27:56 Unpacking libmpfr6:amd64 (4.0.1-1) ... 15:27:56 Selecting previously unselected package libmpc3:amd64. 15:27:56 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 15:27:56 Unpacking libmpc3:amd64 (1.1.0-1) ... 15:27:56 Selecting previously unselected package cpp-7. 15:27:56 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:56 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package cpp. 15:27:57 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:27:57 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 15:27:57 Selecting previously unselected package libcc1-0:amd64. 15:27:57 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package libgomp1:amd64. 15:27:57 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package libitm1:amd64. 15:27:57 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package libatomic1:amd64. 15:27:57 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package libasan4:amd64. 15:27:57 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package liblsan0:amd64. 15:27:57 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package libtsan0:amd64. 15:27:57 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:57 Selecting previously unselected package libubsan0:amd64. 15:27:57 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:27:58 Selecting previously unselected package libcilkrts5:amd64. 15:27:58 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:58 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:27:58 Selecting previously unselected package libmpx2:amd64. 15:27:58 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:58 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:58 Selecting previously unselected package libquadmath0:amd64. 15:27:58 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:27:58 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:27:58 Selecting previously unselected package libgcc-7-dev:amd64. 15:27:58 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:58 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:27:58 Selecting previously unselected package gcc-7. 15:27:58 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:27:59 Selecting previously unselected package gcc. 15:27:59 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:27:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 15:27:59 Selecting previously unselected package libstdc++-7-dev:amd64. 15:27:59 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:27:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:00 Selecting previously unselected package g++-7. 15:28:00 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 15:28:01 Selecting previously unselected package g++. 15:28:01 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:28:01 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 15:28:01 Selecting previously unselected package make. 15:28:01 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 15:28:01 Unpacking make (4.1-9.1ubuntu1) ... 15:28:01 Selecting previously unselected package libdpkg-perl. 15:28:01 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 15:28:01 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:28:01 Selecting previously unselected package patch. 15:28:01 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 15:28:01 Unpacking patch (2.7.6-2ubuntu1.1) ... 15:28:01 Selecting previously unselected package dpkg-dev. 15:28:01 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 15:28:01 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 15:28:01 Selecting previously unselected package build-essential. 15:28:01 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 15:28:01 Unpacking build-essential (12.4ubuntu1) ... 15:28:01 Selecting previously unselected package cmake-data. 15:28:01 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 15:28:01 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 15:28:02 Selecting previously unselected package libarchive13:amd64. 15:28:02 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 15:28:02 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 15:28:02 Selecting previously unselected package libjsoncpp1:amd64. 15:28:02 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 15:28:02 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 15:28:02 Selecting previously unselected package librhash0:amd64. 15:28:02 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 15:28:02 Unpacking librhash0:amd64 (1.3.6-2) ... 15:28:02 Selecting previously unselected package libuv1:amd64. 15:28:02 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 15:28:02 Unpacking libuv1:amd64 (1.18.0-3) ... 15:28:02 Selecting previously unselected package cmake. 15:28:02 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 15:28:02 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 15:28:03 Selecting previously unselected package curl. 15:28:03 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 15:28:03 Unpacking curl (7.58.0-2ubuntu3.10) ... 15:28:03 Selecting previously unselected package libfakeroot:amd64. 15:28:03 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 15:28:03 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 15:28:03 Selecting previously unselected package fakeroot. 15:28:03 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 15:28:03 Unpacking fakeroot (1.22-2ubuntu1) ... 15:28:03 Selecting previously unselected package libc6-i386. 15:28:03 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... 15:28:03 Unpacking libc6-i386 (2.27-3ubuntu1.3) ... 15:28:04 Selecting previously unselected package libc6-dev-i386. 15:28:04 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... 15:28:04 Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... 15:28:04 Selecting previously unselected package libc6-x32. 15:28:04 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... 15:28:04 Unpacking libc6-x32 (2.27-3ubuntu1.3) ... 15:28:04 Selecting previously unselected package libc6-dev-x32. 15:28:04 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... 15:28:04 Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... 15:28:05 Selecting previously unselected package lib32gcc1. 15:28:05 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package libx32gcc1. 15:28:05 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package lib32gomp1. 15:28:05 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package libx32gomp1. 15:28:05 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package lib32itm1. 15:28:05 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package libx32itm1. 15:28:05 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package lib32atomic1. 15:28:05 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package libx32atomic1. 15:28:05 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package lib32asan4. 15:28:05 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package libx32asan4. 15:28:05 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 15:28:05 Selecting previously unselected package lib32stdc++6. 15:28:05 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:05 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package lib32ubsan0. 15:28:06 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package libx32stdc++6. 15:28:06 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package libx32ubsan0. 15:28:06 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package lib32cilkrts5. 15:28:06 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package libx32cilkrts5. 15:28:06 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package lib32mpx2. 15:28:06 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 15:28:06 Selecting previously unselected package lib32quadmath0. 15:28:06 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:06 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:28:07 Selecting previously unselected package libx32quadmath0. 15:28:07 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 15:28:07 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:28:07 Selecting previously unselected package lib32gcc-7-dev. 15:28:07 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:07 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:07 Selecting previously unselected package libx32gcc-7-dev. 15:28:07 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:07 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:07 Selecting previously unselected package gcc-7-multilib. 15:28:07 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:07 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:28:07 Selecting previously unselected package lib32stdc++-7-dev. 15:28:07 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:07 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:07 Selecting previously unselected package libx32stdc++-7-dev. 15:28:07 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:07 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:08 Selecting previously unselected package g++-7-multilib. 15:28:08 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 15:28:08 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:28:08 Selecting previously unselected package gcc-multilib. 15:28:08 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:28:08 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 15:28:08 Selecting previously unselected package g++-multilib. 15:28:08 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 15:28:08 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 15:28:08 Selecting previously unselected package libcurl3-gnutls:amd64. 15:28:08 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 15:28:08 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:28:08 Selecting previously unselected package liberror-perl. 15:28:08 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 15:28:08 Unpacking liberror-perl (0.17025-1) ... 15:28:08 Selecting previously unselected package git-man. 15:28:08 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 15:28:08 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 15:28:08 Selecting previously unselected package git. 15:28:08 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 15:28:08 Unpacking git (1:2.17.1-1ubuntu0.7) ... 15:28:09 Selecting previously unselected package libalgorithm-diff-perl. 15:28:09 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 15:28:09 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 15:28:09 Selecting previously unselected package libalgorithm-diff-xs-perl. 15:28:09 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 15:28:09 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 15:28:09 Selecting previously unselected package libalgorithm-merge-perl. 15:28:09 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 15:28:09 Unpacking libalgorithm-merge-perl (0.08-3) ... 15:28:09 Selecting previously unselected package libfile-fcntllock-perl. 15:28:09 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 15:28:09 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 15:28:09 Selecting previously unselected package libnorm1:amd64. 15:28:09 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 15:28:09 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:28:09 Selecting previously unselected package libpgm-5.2-0:amd64. 15:28:09 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 15:28:09 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:28:09 Selecting previously unselected package libsodium23:amd64. 15:28:09 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 15:28:09 Unpacking libsodium23:amd64 (1.0.16-2) ... 15:28:09 Selecting previously unselected package libzmq5:amd64. 15:28:09 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 15:28:09 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:28:09 Selecting previously unselected package libzmq3-dev:amd64. 15:28:09 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 15:28:09 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:28:09 Selecting previously unselected package manpages-dev. 15:28:09 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 15:28:09 Unpacking manpages-dev (4.15-1) ... 15:28:10 Selecting previously unselected package pkg-config. 15:28:10 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 15:28:10 Unpacking pkg-config (0.29.1-0ubuntu2) ... 15:28:10 Selecting previously unselected package unzip. 15:28:10 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 15:28:10 Unpacking unzip (6.0-21ubuntu1) ... 15:28:10 Selecting previously unselected package zip. 15:28:10 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 15:28:10 Unpacking zip (3.0-11build1) ... 15:28:10 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:10 Setting up libc6-x32 (2.27-3ubuntu1.3) ... 15:28:10 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:10 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 15:28:10 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:10 Setting up manpages (4.15-1) ... 15:28:10 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 15:28:10 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:10 Setting up less (487-0.1) ... 15:28:10 Setting up make (4.1-9.1ubuntu1) ... 15:28:10 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:28:10 Setting up curl (7.58.0-2ubuntu3.10) ... 15:28:10 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 15:28:10 Setting up libuv1:amd64 (1.18.0-3) ... 15:28:10 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 15:28:10 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:10 Setting up unzip (6.0-21ubuntu1) ... 15:28:10 Setting up linux-libc-dev:amd64 (4.15.0-126.129) ... 15:28:10 Setting up libmpfr6:amd64 (4.0.1-1) ... 15:28:10 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 15:28:10 Setting up libc6-i386 (2.27-3ubuntu1.3) ... 15:28:10 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 15:28:10 Setting up libgdbm5:amd64 (1.14.1-6) ... 15:28:10 Setting up zip (3.0-11build1) ... 15:28:11 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up librhash0:amd64 (1.3.6-2) ... 15:28:11 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 15:28:11 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 15:28:11 Setting up libsodium23:amd64 (1.0.16-2) ... 15:28:11 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up patch (2.7.6-2ubuntu1.1) ... 15:28:11 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 15:28:11 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up liblocale-gettext-perl (1.07-3build2) ... 15:28:11 Setting up libmpc3:amd64 (1.1.0-1) ... 15:28:11 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 15:28:11 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 15:28:11 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up manpages-dev (4.15-1) ... 15:28:11 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 15:28:11 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up netbase (5.4) ... 15:28:11 Setting up libisl19:amd64 (0.19-1) ... 15:28:11 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 15:28:11 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 15:28:11 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 15:28:11 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 15:28:11 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 15:28:11 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 15:28:11 Setting up fakeroot (1.22-2ubuntu1) ... 15:28:11 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 15:28:11 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 15:28:11 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 15:28:11 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 15:28:11 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 15:28:11 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 15:28:11 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 15:28:11 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 15:28:11 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 15:28:12 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 15:28:12 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 15:28:12 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 15:28:12 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... 15:28:12 Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... 15:28:12 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 15:28:12 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 15:28:12 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up perl (5.26.1-6ubuntu0.5) ... 15:28:12 Setting up libfile-fcntllock-perl (0.22-3build2) ... 15:28:12 Setting up libalgorithm-diff-perl (1.19.03-1) ... 15:28:12 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 15:28:12 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up liberror-perl (0.17025-1) ... 15:28:12 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 15:28:12 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 15:28:12 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 15:28:12 Setting up libalgorithm-merge-perl (0.08-3) ... 15:28:12 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 15:28:12 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 15:28:12 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 15:28:12 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 15:28:12 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 15:28:12 Setting up git (1:2.17.1-1ubuntu0.7) ... 15:28:12 Setting up build-essential (12.4ubuntu1) ... 15:28:12 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 15:28:12 Setting up pkg-config (0.29.1-0ubuntu2) ... 15:28:12 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 15:28:12 Processing triggers for mime-support (3.60ubuntu1) ... 15:28:12 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 15:28:14 binutils set to automatically installed. 15:28:14 binutils-common set to automatically installed. 15:28:14 binutils-x86-64-linux-gnu set to automatically installed. 15:28:14 build-essential set to automatically installed. 15:28:14 cmake set to automatically installed. 15:28:14 cmake-data set to automatically installed. 15:28:14 cpp set to automatically installed. 15:28:14 cpp-7 set to automatically installed. 15:28:14 curl set to automatically installed. 15:28:14 dpkg-dev set to automatically installed. 15:28:14 fakeroot set to automatically installed. 15:28:14 g++ set to automatically installed. 15:28:14 g++-7 set to automatically installed. 15:28:14 g++-7-multilib set to automatically installed. 15:28:14 g++-multilib set to automatically installed. 15:28:14 gcc set to automatically installed. 15:28:14 gcc-7 set to automatically installed. 15:28:14 gcc-7-base set to automatically installed. 15:28:14 gcc-7-multilib set to automatically installed. 15:28:14 gcc-multilib set to automatically installed. 15:28:14 git set to automatically installed. 15:28:14 git-man set to automatically installed. 15:28:14 less set to automatically installed. 15:28:14 lib32asan4 set to automatically installed. 15:28:14 lib32atomic1 set to automatically installed. 15:28:14 lib32cilkrts5 set to automatically installed. 15:28:14 lib32gcc-7-dev set to automatically installed. 15:28:14 lib32gcc1 set to automatically installed. 15:28:14 lib32gomp1 set to automatically installed. 15:28:14 lib32itm1 set to automatically installed. 15:28:14 lib32mpx2 set to automatically installed. 15:28:14 lib32quadmath0 set to automatically installed. 15:28:14 lib32stdc++-7-dev set to automatically installed. 15:28:14 lib32stdc++6 set to automatically installed. 15:28:14 lib32ubsan0 set to automatically installed. 15:28:14 libalgorithm-diff-perl set to automatically installed. 15:28:14 libalgorithm-diff-xs-perl set to automatically installed. 15:28:14 libalgorithm-merge-perl set to automatically installed. 15:28:14 libarchive13 set to automatically installed. 15:28:14 libasan4 set to automatically installed. 15:28:14 libatomic1 set to automatically installed. 15:28:14 libbinutils set to automatically installed. 15:28:14 libc-dev-bin set to automatically installed. 15:28:14 libc6 set to automatically installed. 15:28:14 libc6-dev set to automatically installed. 15:28:14 libc6-dev-i386 set to automatically installed. 15:28:14 libc6-dev-x32 set to automatically installed. 15:28:14 libc6-i386 set to automatically installed. 15:28:14 libc6-x32 set to automatically installed. 15:28:14 libcc1-0 set to automatically installed. 15:28:14 libcilkrts5 set to automatically installed. 15:28:14 libcurl3-gnutls set to automatically installed. 15:28:14 libdpkg-perl set to automatically installed. 15:28:14 liberror-perl set to automatically installed. 15:28:14 libfakeroot set to automatically installed. 15:28:14 libfile-fcntllock-perl set to automatically installed. 15:28:14 libgcc-7-dev set to automatically installed. 15:28:14 libgdbm-compat4 set to automatically installed. 15:28:14 libgdbm5 set to automatically installed. 15:28:14 libgomp1 set to automatically installed. 15:28:14 libisl19 set to automatically installed. 15:28:14 libitm1 set to automatically installed. 15:28:14 libjsoncpp1 set to automatically installed. 15:28:14 liblocale-gettext-perl set to automatically installed. 15:28:14 liblsan0 set to automatically installed. 15:28:14 libmpc3 set to automatically installed. 15:28:14 libmpfr6 set to automatically installed. 15:28:14 libmpx2 set to automatically installed. 15:28:14 libnorm1 set to automatically installed. 15:28:14 libperl5.26 set to automatically installed. 15:28:14 libpgm-5.2-0 set to automatically installed. 15:28:14 libquadmath0 set to automatically installed. 15:28:14 librhash0 set to automatically installed. 15:28:14 libsodium23 set to automatically installed. 15:28:15 libstdc++-7-dev set to automatically installed. 15:28:15 libtsan0 set to automatically installed. 15:28:15 libubsan0 set to automatically installed. 15:28:15 libuv1 set to automatically installed. 15:28:15 libx32asan4 set to automatically installed. 15:28:15 libx32atomic1 set to automatically installed. 15:28:15 libx32cilkrts5 set to automatically installed. 15:28:15 libx32gcc-7-dev set to automatically installed. 15:28:15 libx32gcc1 set to automatically installed. 15:28:15 libx32gomp1 set to automatically installed. 15:28:15 libx32itm1 set to automatically installed. 15:28:15 libx32quadmath0 set to automatically installed. 15:28:15 libx32stdc++-7-dev set to automatically installed. 15:28:15 libx32stdc++6 set to automatically installed. 15:28:15 libx32ubsan0 set to automatically installed. 15:28:15 libzmq3-dev set to automatically installed. 15:28:15 libzmq5 set to automatically installed. 15:28:15 linux-libc-dev set to automatically installed. 15:28:15 make set to automatically installed. 15:28:15 manpages set to automatically installed. 15:28:15 manpages-dev set to automatically installed. 15:28:15 netbase set to automatically installed. 15:28:15 patch set to automatically installed. 15:28:15 perl set to automatically installed. 15:28:15 perl-base set to automatically installed. 15:28:15 perl-modules-5.26 set to automatically installed. 15:28:15 pkg-config set to automatically installed. 15:28:15 unzip set to automatically installed. 15:28:15 zip set to automatically installed. 15:28:15 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 15:28:15 Please ensure the environment is properly setup before continuing. 15:28:15 Ignore this message if the appropriate measures have already been taken 15:28:15 Pulling go-build-helper  15:28:16 'go115' has dependencies that need to be staged: go-build-helper 15:28:16 Skipping pull go-build-helper (already ran) 15:28:16 Building go-build-helper  15:28:19 Staging go-build-helper  15:28:20 Pulling go115  15:28:21 'app-service-config' has dependencies that need to be staged: go115 15:28:21 Skipping pull go115 (already ran) 15:28:21 Building go115  15:28:21 % Total % Received % Xferd Average Speed Time Time Time Current 15:28:21 Dload Upload Total Spent Left Speed 15:28:23 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 13 115M 13 15.8M 0 0 36.3M 0 0:00:03 --:--:-- 0:00:03 36.2M 68 115M 68 79.4M 0 0 55.9M 0 0:00:02 0:00:01 0:00:01 55.9M 100 115M 100 115M 0 0 56.6M 0 0:00:02 0:00:02 --:--:-- 56.6M 15:28:24 go1.15.2.linux-amd64.tar.gz: OK 15:28:32 Staging go115  15:28:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:28:32 14% [Working] 99% [Working] 99% [Working] 99% 99% 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 15:28:32 30% 2% 2% 2% Get:3 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] 15:28:32 2% 3% 3% 3% 3% 3% Get:4 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1371 kB] 15:28:32 3% 40% Get:5 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [236 kB] 15:28:32 40% 43% Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1824 kB] 15:28:32 65% 94% 95% 95% 95% 96% 96% 96% 99% 99% [Working] 99% [Working] 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:28:33 97% 99% 99% 23% [Working] 23% [Working] 23% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:28:33 23% 23% 23% 23% 18% [Working] 18% [Working] 18% Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 15:28:33 18% 18% Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 15:28:33 24% 24% 24% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 15:28:33 24% Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 15:28:34 25% 32% 32% 32% 32% 32% 32% 32% 72% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2244 kB] 15:28:34 78% 78% 79% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [54.3 kB] 15:28:34 88% 88% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [265 kB] 15:28:34 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2134 kB] 15:28:34 90% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 15:28:34 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 15:28:35 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% [Working] 99% [Working] 100% [Working] Fetched 21.5 MB in 0s (0 B/s) 15:28:37 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 15:28:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config 15:28:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:28:39 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 15:28:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:28:40 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 15:28:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:28:41 6% 100% [Working] Fetched 221 kB in 0s (0 B/s) 15:28:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:28:41 Removing intermediate container 67590876a855 15:28:41 ---> 6295da219165 15:28:41 15:28:41 Step 10/22 : FROM alpine:3.10 15:28:41 3.10: Pulling from library/alpine 15:28:41 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 15:28:41 Pulling app-service-config  15:28:42 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 15:28:42 Status: Downloaded newer image for alpine:3.10 15:28:42 ---> 536a684cf733 15:28:42 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:28:42 ---> Running in 1c282becd1d6 15:28:42 Cloning into '/build/parts/app-service-config/src'... 15:28:42 remote: Enumerating objects: 14, done. 15:28:42 remote: Counting objects: 7% (1/14) remote: Counting objects: 14% (2/14) remote: Counting objects: 21% (3/14) remote: Counting objects: 28% (4/14) remote: Counting objects: 35% (5/14) remote: Counting objects: 42% (6/14) remote: Counting objects: 50% (7/14) remote: Counting objects: 57% (8/14) remote: Counting objects: 64% (9/14) remote: Counting objects: 71% (10/14) remote: Counting objects: 78% (11/14) remote: Counting objects: 85% (12/14) remote: Counting objects: 92% (13/14) remote: Counting objects: 100% (14/14) remote: Counting objects: 100% (14/14), done. 15:28:42 remote: Compressing objects: 12% (1/8) remote: Compressing objects: 25% (2/8) remote: Compressing objects: 37% (3/8) remote: Compressing objects: 50% (4/8) remote: Compressing objects: 62% (5/8) remote: Compressing objects: 75% (6/8) remote: Compressing objects: 87% (7/8) remote: Compressing objects: 100% (8/8) remote: Compressing objects: 100% (8/8), done. 15:28:42 Receiving objects: 0% (1/878) Receiving objects: 1% (9/878) Receiving objects: 2% (18/878) Receiving objects: 3% (27/878) Receiving objects: 4% (36/878) Receiving objects: 5% (44/878) Receiving objects: 6% (53/878) Receiving objects: 7% (62/878) Receiving objects: 8% (71/878) Receiving objects: 9% (80/878) Receiving objects: 10% (88/878) Receiving objects: 11% (97/878) Receiving objects: 12% (106/878) Receiving objects: 13% (115/878) Receiving objects: 14% (123/878) Receiving objects: 15% (132/878) Receiving objects: 16% (141/878) Receiving objects: 17% (150/878) Receiving objects: 18% (159/878) Receiving objects: 19% (167/878) Receiving objects: 20% (176/878) Receiving objects: 21% (185/878) Receiving objects: 22% (194/878) Receiving objects: 23% (202/878) Receiving objects: 24% (211/878) Receiving objects: 25% (220/878) Receiving objects: 26% (229/878) Receiving objects: 27% (238/878) Receiving objects: 28% (246/878) Receiving objects: 29% (255/878) Receiving objects: 30% (264/878) Receiving objects: 31% (273/878) Receiving objects: 32% (281/878) Receiving objects: 33% (290/878) Receiving objects: 34% (299/878) Receiving objects: 35% (308/878) Receiving objects: 36% (317/878) Receiving objects: 37% (325/878) Receiving objects: 38% (334/878) Receiving objects: 39% (343/878) Receiving objects: 40% (352/878) Receiving objects: 41% (360/878) Receiving objects: 42% (369/878) Receiving objects: 43% (378/878) Receiving objects: 44% (387/878) Receiving objects: 45% (396/878) Receiving objects: 46% (404/878) Receiving objects: 47% (413/878) Receiving objects: 48% (422/878) Receiving objects: 49% (431/878) Receiving objects: 50% (439/878) Receiving objects: 51% (448/878) Receiving objects: 52% (457/878) Receiving objects: 53% (466/878) remote: Total 878 (delta 0), reused 13 (delta 0), pack-reused 864 15:28:42 Receiving objects: 54% (475/878) Receiving objects: 55% (483/878) Receiving objects: 56% (492/878) Receiving objects: 57% (501/878) Receiving objects: 58% (510/878) Receiving objects: 59% (519/878) Receiving objects: 60% (527/878) Receiving objects: 61% (536/878) Receiving objects: 62% (545/878) Receiving objects: 63% (554/878) Receiving objects: 64% (562/878) Receiving objects: 65% (571/878) Receiving objects: 66% (580/878) Receiving objects: 67% (589/878) Receiving objects: 68% (598/878) Receiving objects: 69% (606/878) Receiving objects: 70% (615/878) Receiving objects: 71% (624/878) Receiving objects: 72% (633/878) Receiving objects: 73% (641/878) Receiving objects: 74% (650/878) Receiving objects: 75% (659/878) Receiving objects: 76% (668/878) Receiving objects: 77% (677/878) Receiving objects: 78% (685/878) Receiving objects: 79% (694/878) Receiving objects: 80% (703/878) Receiving objects: 81% (712/878) Receiving objects: 82% (720/878) Receiving objects: 83% (729/878) Receiving objects: 84% (738/878) Receiving objects: 85% (747/878) Receiving objects: 86% (756/878) Receiving objects: 87% (764/878) Receiving objects: 88% (773/878) Receiving objects: 89% (782/878) Receiving objects: 90% (791/878) Receiving objects: 91% (799/878) Receiving objects: 92% (808/878) Receiving objects: 93% (817/878) Receiving objects: 94% (826/878) Receiving objects: 95% (835/878) Receiving objects: 96% (843/878) Receiving objects: 97% (852/878) Receiving objects: 98% (861/878) Receiving objects: 99% (870/878) Receiving objects: 100% (878/878) Receiving objects: 100% (878/878), 190.22 KiB | 4.32 MiB/s, done. 15:28:42 Resolving deltas: 0% (0/326) Resolving deltas: 1% (5/326) Resolving deltas: 2% (7/326) Resolving deltas: 3% (10/326) Resolving deltas: 4% (14/326) Resolving deltas: 5% (18/326) Resolving deltas: 6% (20/326) Resolving deltas: 19% (62/326) Resolving deltas: 21% (70/326) Resolving deltas: 36% (119/326) Resolving deltas: 37% (121/326) Resolving deltas: 38% (127/326) Resolving deltas: 39% (130/326) Resolving deltas: 40% (133/326) Resolving deltas: 41% (134/326) Resolving deltas: 42% (139/326) Resolving deltas: 49% (162/326) Resolving deltas: 68% (224/326) Resolving deltas: 74% (243/326) Resolving deltas: 75% (247/326) Resolving deltas: 76% (249/326) Resolving deltas: 79% (258/326) Resolving deltas: 80% (263/326) Resolving deltas: 83% (271/326) Resolving deltas: 84% (276/326) Resolving deltas: 87% (286/326) Resolving deltas: 88% (287/326) Resolving deltas: 91% (298/326) Resolving deltas: 92% (303/326) Resolving deltas: 93% (305/326) Resolving deltas: 99% (324/326) Resolving deltas: 100% (326/326) Resolving deltas: 100% (326/326), done. 15:28:43 Pulling config-common  15:28:44 Pulling consul  15:28:44 Cloning into '/build/parts/consul/src'... 15:28:45 remote: Enumerating objects: 9433, done. 15:28:45 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. 15:28:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:28:45 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:28:46 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:28:46 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:28:46 OK: 10169 distinct packages available 15:28:46 remote: Compressing objects: 0% (1/7555) remote: Compressing objects: 1% (76/7555) remote: Compressing objects: 2% (152/7555) remote: Compressing objects: 3% (227/7555) remote: Compressing objects: 4% (303/7555) remote: Compressing objects: 5% (378/7555) remote: Compressing objects: 6% (454/7555) remote: Compressing objects: 7% (529/7555) remote: Compressing objects: 8% (605/7555) remote: Compressing objects: 9% (680/7555) remote: Compressing objects: 10% (756/7555) remote: Compressing objects: 11% (832/7555) remote: Compressing objects: 12% (907/7555) remote: Compressing objects: 13% (983/7555) remote: Compressing objects: 14% (1058/7555) remote: Compressing objects: 15% (1134/7555) remote: Compressing objects: 16% (1209/7555) remote: Compressing objects: 17% (1285/7555) remote: Compressing objects: 18% (1360/7555) remote: Compressing objects: 19% (1436/7555) remote: Compressing objects: 20% (1511/7555) remote: Compressing objects: 21% (1587/7555) remote: Compressing objects: 22% (1663/7555) remote: Compressing objects: 23% (1738/7555) remote: Compressing objects: 24% (1814/7555) remote: Compressing objects: 25% (1889/7555) remote: Compressing objects: 26% (1965/7555) remote: Compressing objects: 27% (2040/7555) remote: Compressing objects: 28% (2116/7555) remote: Compressing objects: 29% (2191/7555) remote: Compressing objects: 30% (2267/7555) remote: Compressing objects: 31% (2343/7555) remote: Compressing objects: 32% (2418/7555) remote: Compressing objects: 33% (2494/7555) remote: Compressing objects: 34% (2569/7555) remote: Compressing objects: 35% (2645/7555) remote: Compressing objects: 36% (2720/7555) remote: Compressing objects: 37% (2796/7555) remote: Compressing objects: 38% (2871/7555) remote: Compressing objects: 39% (2947/7555) remote: Compressing objects: 40% (3022/7555) remote: Compressing objects: 41% (3098/7555) remote: Compressing objects: 42% (3174/7555) remote: Compressing objects: 43% (3249/7555) remote: Compressing objects: 44% (3325/7555) remote: Compressing objects: 45% (3400/7555) remote: Compressing objects: 46% (3476/7555) remote: Compressing objects: 47% (3551/7555) remote: Compressing objects: 48% (3627/7555) remote: Compressing objects: 49% (3702/7555) remote: Compressing objects: 50% (3778/7555) remote: Compressing objects: 51% (3854/7555) remote: Compressing objects: 52% (3929/7555) remote: Compressing objects: 53% (4005/7555) remote: Compressing objects: 54% (4080/7555) remote: Compressing objects: 55% (4156/7555) remote: Compressing objects: 56% (4231/7555) remote: Compressing objects: 57% (4307/7555) remote: Compressing objects: 58% (4382/7555) remote: Compressing objects: 59% (4458/7555) remote: Compressing objects: 60% (4533/7555) remote: Compressing objects: 61% (4609/7555) remote: Compressing objects: 62% (4685/7555) remote: Compressing objects: 63% (4760/7555) remote: Compressing objects: 64% (4836/7555) remote: Compressing objects: 65% (4911/7555) remote: Compressing objects: 66% (4987/7555) remote: Compressing objects: 67% (5062/7555) remote: Compressing objects: 68% (5138/7555) remote: Compressing objects: 68% (5205/7555) remote: Compressing objects: 69% (5213/7555) remote: Compressing objects: 70% (5289/7555) remote: Compressing objects: 71% (5365/7555) remote: Compressing objects: 72% (5440/7555) remote: Compressing objects: 73% (5516/7555) remote: Compressing objects: 74% (5591/7555) remote: Compressing objects: 75% (5667/7555) remote: Compressing objects: 76% (5742/7555) remote: Compressing objects: 77% (5818/7555) remote: Compressing objects: 78% (5893/7555) remote: Compressing objects: 79% (5969/7555) remote: Compressing objects: 80% (6044/7555) remote: Compressing objects: 81% (6120/7555) remote: Compressing objects: 82% (6196/7555) remote: Compressing objects: 83% (6271/7555) remote: Compressing objects: 84% (6347/7555) remote: Compressing objects: 85% (6422/7555) remote: Compressing objects: 86% (6498/7555) remote: Compressing objects: 87% (6573/7555) remote: Compressing objects: 88% (6649/7555) remote: Compressing objects: 89% (6724/7555) remote: Compressing objects: 90% (6800/7555) remote: Compressing objects: 91% (6876/7555) remote: Compressing objects: 92% (6951/7555) remote: Compressing objects: 93% (7027/7555) remote: Compressing objects: 94% (7102/7555) remote: Compressing objects: 95% (7178/7555) remote: Compressing objects: 96% (7253/7555) remote: Compressing objects: 97% (7329/7555) remote: Compressing objects: 98% (7404/7555) remote: Compressing objects: 99% (7480/7555) remote: Compressing objects: 100% (7555/7555) remote: Compressing objects: 100% (7555/7555), done. 15:28:46 (1/5) Installing ca-certificates (20191127-r2) 15:28:46 Removing intermediate container ee02e507fdaf 15:28:46 ---> 5d8cda0f02af 15:28:46 15:28:46 Step 10/24 : FROM alpine:3.10 15:28:46 ---> 536a684cf733 15:28:46 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 15:28:47 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:28:47 (3/5) Installing libcurl (7.66.0-r1) 15:28:47 (4/5) Installing curl (7.66.0-r1) 15:28:47 (5/5) Installing dumb-init (1.2.2-r1) 15:28:47 Executing busybox-1.30.1-r3.trigger 15:28:47 Executing ca-certificates-20191127-r2.trigger 15:28:47 OK: 7 MiB in 19 packages 15:28:47 ---> Running in 4fd5d19922a6 15:28:49 Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 20% (1887/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 21% (2001/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 52% (4906/9433), 612.00 KiB | 747.00 KiB/s Receiving objects: 53% (5000/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 54% (5094/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 55% (5189/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 56% (5283/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 57% (5377/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 58% (5472/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 59% (5566/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 60% (5660/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 61% (5755/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 62% (5849/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 63% (5943/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 64% (6038/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 65% (6132/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 66% (6226/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 67% (6321/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 68% (6415/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 69% (6509/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 70% (6604/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 71% (6698/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 72% (6792/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 73% (6887/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 74% (6981/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 75% (7075/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 76% (7170/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 77% (7264/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 78% (7358/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 79% (7453/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 80% (7547/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 81% (7641/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 82% (7736/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 83% (7830/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 84% (7924/9433), 6.47 MiB | 4.92 MiB/s Receiving objects: 85% (8019/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 86% (8113/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 87% (8207/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 88% (8302/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 89% (8396/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 90% (8490/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 91% (8585/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 92% (8679/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 93% (8773/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 94% (8868/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 95% (8962/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 96% (9056/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 97% (9151/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 97% (9209/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 98% (9245/9433), 13.11 MiB | 7.23 MiB/s Receiving objects: 99% (9339/9433), 13.11 MiB | 7.23 MiB/s remote: Total 9433 (delta 1882), reused 6085 (delta 1371), pack-reused 0 15:28:49 Receiving objects: 100% (9433/9433), 20.41 MiB | 8.82 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 9.96 MiB/s, done. 15:28:49 Resolving deltas: 0% (0/1882) Resolving deltas: 1% (19/1882) Resolving deltas: 2% (52/1882) Resolving deltas: 4% (82/1882) Resolving deltas: 6% (116/1882) Resolving deltas: 7% (135/1882) Resolving deltas: 8% (152/1882) Resolving deltas: 9% (170/1882) Resolving deltas: 10% (191/1882) Resolving deltas: 11% (216/1882) Resolving deltas: 12% (226/1882) Resolving deltas: 13% (245/1882) Resolving deltas: 14% (264/1882) Resolving deltas: 15% (283/1882) Resolving deltas: 16% (309/1882) Resolving deltas: 17% (325/1882) Resolving deltas: 18% (340/1882) Resolving deltas: 19% (358/1882) Resolving deltas: 20% (377/1882) Resolving deltas: 21% (397/1882) Resolving deltas: 22% (416/1882) Resolving deltas: 23% (433/1882) Resolving deltas: 24% (458/1882) Resolving deltas: 25% (471/1882) Resolving deltas: 26% (490/1882) Resolving deltas: 27% (524/1882) Resolving deltas: 28% (532/1882) Resolving deltas: 29% (546/1882) Resolving deltas: 30% (565/1882) Resolving deltas: 31% (588/1882) Resolving deltas: 32% (604/1882) Resolving deltas: 33% (630/1882) Resolving deltas: 34% (640/1882) Resolving deltas: 36% (686/1882) Resolving deltas: 37% (697/1882) Resolving deltas: 38% (717/1882) Resolving deltas: 39% (744/1882) Resolving deltas: 40% (754/1882) Resolving deltas: 41% (772/1882) Resolving deltas: 42% (791/1882) Resolving deltas: 43% (814/1882) Resolving deltas: 44% (829/1882) Resolving deltas: 45% (857/1882) Resolving deltas: 46% (868/1882) Resolving deltas: 47% (885/1882) Resolving deltas: 48% (905/1882) Resolving deltas: 50% (943/1882) Resolving deltas: 51% (962/1882) Resolving deltas: 52% (979/1882) Resolving deltas: 53% (999/1882) Resolving deltas: 54% (1017/1882) Resolving deltas: 55% (1036/1882) Resolving deltas: 56% (1056/1882) Resolving deltas: 57% (1073/1882) Resolving deltas: 58% (1092/1882) Resolving deltas: 59% (1118/1882) Resolving deltas: 60% (1133/1882) Resolving deltas: 61% (1149/1882) Resolving deltas: 62% (1168/1882) Resolving deltas: 63% (1186/1882) Resolving deltas: 64% (1206/1882) Resolving deltas: 65% (1229/1882) Resolving deltas: 66% (1244/1882) Resolving deltas: 67% (1261/1882) Resolving deltas: 68% (1280/1882) Resolving deltas: 69% (1301/1882) Resolving deltas: 70% (1320/1882) Resolving deltas: 71% (1337/1882) Resolving deltas: 72% (1359/1882) Resolving deltas: 73% (1379/1882) Resolving deltas: 74% (1395/1882) Resolving deltas: 75% (1413/1882) Resolving deltas: 76% (1432/1882) Resolving deltas: 77% (1456/1882) Resolving deltas: 79% (1494/1882) Resolving deltas: 82% (1547/1882) Resolving deltas: 83% (1563/1882) Resolving deltas: 84% (1583/1882) Resolving deltas: 85% (1601/1882) Resolving deltas: 86% (1620/1882) Resolving deltas: 87% (1640/1882) Resolving deltas: 88% (1658/1882) Resolving deltas: 90% (1710/1882) Resolving deltas: 91% (1729/1882) Resolving deltas: 92% (1737/1882) Resolving deltas: 93% (1764/1882) Resolving deltas: 94% (1771/1882) Resolving deltas: 95% (1790/1882) Resolving deltas: 96% (1809/1882) Resolving deltas: 97% (1826/1882) Resolving deltas: 98% (1845/1882) Resolving deltas: 99% (1866/1882) Resolving deltas: 100% (1882/1882) Resolving deltas: 100% (1882/1882), done. 15:28:49 Note: checking out '12b16df320052414244659e4dadda078f67849ed'. 15:28:49 15:28:49 You are in 'detached HEAD' state. You can look around, make experimental 15:28:49 changes and commit them, and you can discard any commits you make in this 15:28:49 state without impacting any branches by performing another checkout. 15:28:49 15:28:49 If you want to create a new branch to retain commits you create, you may 15:28:49 do so (now or later) by using -b with the checkout command again. Example: 15:28:49 15:28:49 git checkout -b 15:28:49 15:28:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 15:28:50 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 15:28:50 v3.10.5-149-g803c562e66 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 15:28:50 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 15:28:50 OK: 10169 distinct packages available 15:28:50 Removing intermediate container aeeb611ceb34 15:28:50 ---> 3205a241cae4 15:28:50 15:28:50 Step 10/21 : FROM alpine 15:28:50 Checking out files: 79% (6898/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. 15:28:51 latest: Pulling from library/alpine 15:28:51 Removing intermediate container 1c282becd1d6 15:28:51 ---> f49c23971a7b 15:28:51 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 15:28:51 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 15:28:51 Status: Downloaded newer image for alpine:latest 15:28:51 ---> 2e77e061c27f 15:28:51 Pulling device-virtual-go  15:28:51 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 15:28:51 ---> Running in b628c4f01e2a 15:28:51 (1/5) Installing ca-certificates (20191127-r2) 15:28:51 ---> Running in e28274af74d5 15:28:51 (2/5) Installing nghttp2-libs (1.39.2-r1) 15:28:51 (3/5) Installing libcurl (7.66.0-r1) 15:28:51 (4/5) Installing curl (7.66.0-r1) 15:28:51 (5/5) Installing dumb-init (1.2.2-r1) 15:28:51 Executing busybox-1.30.1-r3.trigger 15:28:51 Executing ca-certificates-20191127-r2.trigger 15:28:51 Cloning into '/build/parts/device-virtual-go/src'... 15:28:51 OK: 7 MiB in 19 packages 15:28:52 Removing intermediate container b628c4f01e2a 15:28:52 ---> 2067420cf316 15:28:52 Step 13/22 : WORKDIR / 15:28:52 remote: Enumerating objects: 39, done. 15:28:52 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. 15:28:52 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. 15:28:52 remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 15:28:52 Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. 15:28:52 Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. 15:28:52 15:28:52 You are in 'detached HEAD' state. You can look around, make experimental 15:28:52 changes and commit them, and you can discard any commits you make in this 15:28:52 state without impacting any branches by performing another checkout. 15:28:52 15:28:52 If you want to create a new branch to retain commits you create, you may 15:28:52 do so (now or later) by using -b with the checkout command again. Example: 15:28:52 15:28:52 git checkout -b 15:28:52 15:28:52 ---> Running in 9f0ce644358f 15:28:53 Removing intermediate container 9f0ce644358f 15:28:53 ---> e9abf948382f 15:28:53 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 15:28:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:28:53 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:28:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:28:54 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:28:54 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:28:54 69% 69% 85% [Working] 85% [Working] 85% Get:1 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 15:28:54 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:28:54 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:28:54 OK: 12617 distinct packages available 15:28:54 20% 20% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 74.6 kB in 0s (0 B/s) 15:28:54 Removing intermediate container 4fd5d19922a6 15:28:54 ---> 6a6943d7a5ac 15:28:54 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:28:54 ---> f6d6dabe6157 15:28:54 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 15:28:55 ---> Running in 56a09cc3b8ec 15:28:55 (1/4) Installing ca-certificates (20191127-r4) 15:28:55 (2/4) Installing nghttp2-libs (1.41.0-r0) 15:28:55 (3/4) Installing libcurl (7.69.1-r1) 15:28:55 (4/4) Installing curl (7.69.1-r1) 15:28:55 Executing busybox-1.31.1-r19.trigger 15:28:55 Removing intermediate container 56a09cc3b8ec 15:28:55 ---> 11441ee6550a 15:28:55 Step 13/24 : WORKDIR / 15:28:55 Executing ca-certificates-20191127-r4.trigger 15:28:55 OK: 7 MiB in 18 packages 15:28:56 ---> Running in 43ca1afa6650 15:28:56 ---> 2d6f288c735f 15:28:56 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 15:28:57 Removing intermediate container 43ca1afa6650 15:28:57 ---> 6de7e1b77ac6 15:28:57 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 15:28:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:28:58 100% [Working] Fetched 0 B in 0s (0 B/s) 15:28:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:28:58 100% [Working] Fetched 0 B in 0s (0 B/s) 15:28:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:28:58 100% [Working] Fetched 0 B in 0s (0 B/s) 15:28:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:28:58 100% [Working] Fetched 0 B in 0s (0 B/s) 15:28:58 ---> 8a71c9630e97 15:28:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 15:28:58 Pulling edgex-go  15:28:58 Removing intermediate container e28274af74d5 15:28:58 ---> 914455e89122 15:28:58 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 15:28:59 ---> 25d473eb4e2a 15:28:59 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 15:28:59 ---> Running in 5f8491a33c34 15:28:59 ---> da52986af8c8 15:28:59 Step 18/22 : RUN chmod +x entrypoint.sh 15:29:00 ---> Running in 7f031ae61cc1 15:29:00 Removing intermediate container 5f8491a33c34 15:29:00 ---> 58fdcef5cee5 15:29:00 Step 13/21 : WORKDIR /edgex 15:29:00 ---> 248059724230 15:29:00 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 15:29:00 ---> Running in e0cd7a0dd2f4 15:29:01 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:29:01 0% [Working] 0% [Working] 0% 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:29:01 69% [Working] 69% [Working] 69% Get:1 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 15:29:02 5% 5% 99% [Working] 99% [Working] 99% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:29:02 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 88.7 kB in 0s (0 B/s) 15:29:02 ---> 675258160901 15:29:02 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 15:29:02 Removing intermediate container e7a5bcd3deaf 15:29:02 ---> b7ea235a3e7d 15:29:02 15:29:02 Step 10/24 : FROM scratch 15:29:02 ---> 15:29:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 15:29:02 ---> Running in 12238b0cc55d 15:29:02 Removing intermediate container e0cd7a0dd2f4 15:29:02 ---> 9d10d2fb2609 15:29:02 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 15:29:03 Removing intermediate container 12238b0cc55d 15:29:03 ---> 7b5462741169 15:29:03 Step 12/24 : ENV APP_PORT=48060 15:29:03 Removing intermediate container d2c051f91ba5 15:29:03 ---> bc7d724c1224 15:29:03 15:29:03 Step 10/22 : FROM scratch 15:29:03 ---> 15:29:03 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:29:03 ---> f039c1490a6e 15:29:03 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 15:29:03 ---> Running in 02196d2a38da 15:29:03 ---> Running in b46611bcf2c7 15:29:04 Removing intermediate container 7f031ae61cc1 15:29:04 ---> 61fab3e7d5b5 15:29:04 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 15:29:04 ---> 29312c96fe02 15:29:04 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 15:29:04 ---> Running in 095c52ca8ea5 15:29:04 Removing intermediate container 02196d2a38da 15:29:04 ---> d47302d0cfeb 15:29:04 Step 13/24 : EXPOSE $APP_PORT 15:29:04 Removing intermediate container b46611bcf2c7 15:29:04 ---> 102b24b325ab 15:29:04 Step 12/22 : ENV APP_PORT=48082 15:29:04 ---> Running in c9eef191dc3c 15:29:05 ---> Running in 1e127c008a77 15:29:05 Removing intermediate container 095c52ca8ea5 15:29:05 ---> a3aa7a5c1005 15:29:05 Step 20/22 : LABEL arch=arm64 15:29:05 ---> c855ed55cc76 15:29:05 Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . 15:29:05 ---> Running in 89247ef6afbd 15:29:05 Removing intermediate container c9eef191dc3c 15:29:05 ---> 997025a2b50a 15:29:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 15:29:05 Removing intermediate container 1e127c008a77 15:29:05 ---> 4ae469b8e2b0 15:29:05 Step 13/22 : EXPOSE $APP_PORT 15:29:05 ---> 13ba75c55c01 15:29:05 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 15:29:06 ---> Running in f8ebcbf4d0bb 15:29:06 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-126.129_amd64.deb [989 kB] 15:29:06 1% 67% 100% [Working] Fetched 989 kB in 0s (0 B/s) 15:29:06 Removing intermediate container 89247ef6afbd 15:29:06 ---> 6e8b4261bde1 15:29:06 Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:29:06 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.3_amd64.deb [2586 kB] 15:29:06 ---> Running in 4c55aec5b863 15:29:06 Removing intermediate container f8ebcbf4d0bb 15:29:06 ---> 648f2c0747b1 15:29:06 Step 14/22 : WORKDIR / 15:29:06 ---> Running in 831f7d109597 15:29:07 0% 26% 100% [Working] Fetched 2586 kB in 0s (0 B/s) 15:29:07 ---> f18479eaccec 15:29:07 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 15:29:07 ---> 6935e3238a79 15:29:07 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 15:29:07 ---> f67d49dbafef 15:29:07 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:29:07 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 15:29:07 Removing intermediate container 4c55aec5b863 15:29:07 ---> f30e45db8e01 15:29:07 Step 22/22 : LABEL version=0.0.0 15:29:07 ---> Running in 7e3b4d6a076c 15:29:07 ---> Running in 3207922bb2b8 15:29:07 Removing intermediate container 831f7d109597 15:29:07 ---> 21fa823a4bff 15:29:07 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 15:29:07 ---> Running in 960ed943bb4a 15:29:08 Removing intermediate container 3207922bb2b8 15:29:08 ---> 2548fee472c6 15:29:08 Step 18/21 : CMD ["--init=true"] 15:29:08 0% 13% 100% [Working] Fetched 2762 kB in 0s (0 B/s) 15:29:08 ---> Running in fc0a0d2abe03 15:29:08 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] 15:29:08 Removing intermediate container 960ed943bb4a 15:29:08 ---> c04887c3a4f2 15:29:08 15:29:08 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) 15:29:08 ---> d2d71b6dfaa6 15:29:08 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 15:29:08 ---> d055fd85b577 15:29:08 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 15:29:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 15:29:09 Removing intermediate container fc0a0d2abe03 15:29:09 ---> 690f816b9629 15:29:09 Step 19/21 : LABEL arch=arm64 15:29:09 Successfully built c04887c3a4f2 15:29:09 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 15:29:09  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 15:29:09 ---> Running in 2efa7395f446 15:29:09 0% 20% 100% [Working] Fetched 3534 kB in 0s (0 B/s) 15:29:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] 15:29:10 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) 15:29:10 Removing intermediate container 2efa7395f446 15:29:10 ---> 3ddfd268e360 15:29:10 Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:29:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 15:29:10 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) 15:29:10 ---> a054681f8232 15:29:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 15:29:10 ---> Running in 324aaeb6eeb3 15:29:10 ---> fa4eba855b1a 15:29:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 15:29:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.3_amd64.deb [71.8 kB] 15:29:10 Removing intermediate container 7e3b4d6a076c 15:29:10 ---> 47749b37c4c4 15:29:10 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 15:29:11 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) 15:29:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 15:29:11 ---> Running in 66c564c0efe8 15:29:11 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) 15:29:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 15:29:11 100% [Working] Fetched 6084 B in 0s (0 B/s) 15:29:12 Removing intermediate container 324aaeb6eeb3 15:29:12 ---> f2bdbd7fbbbb 15:29:12 Step 21/21 : LABEL version=0.0.0 15:29:12 ---> e798a4be2647 15:29:12 Step 18/22 : ENTRYPOINT ["/core-command"] 15:29:12 ---> a4be08c0eb31 15:29:12 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 15:29:13 Removing intermediate container 66c564c0efe8 15:29:13 ---> 9fdb609985cc 15:29:13 Step 22/24 : LABEL arch=arm64 15:29:13 ---> Running in c41da3d4b1c5 15:29:13 ---> Running in 4a45546eaf7f 15:29:13 ---> Running in 0b2ec5a3d87d 15:29:13 Removing intermediate container c41da3d4b1c5 15:29:13 ---> 2885ed504cb9 15:29:13 15:29:14 Successfully built 2885ed504cb9 15:29:14 Successfully tagged docker-security-proxy-setup-go-arm64:latest 15:29:14  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 15:29:14 Removing intermediate container 4a45546eaf7f 15:29:14 ---> 3fa27d44310c 15:29:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:29:14 Removing intermediate container 0b2ec5a3d87d 15:29:14 ---> fdb0bd521937 15:29:14 Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:29:14 ---> 3e6b13ecb38c 15:29:14 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 15:29:14 ---> Running in f06d6c180f1e 15:29:15 ---> Running in 0acc360f2267 15:29:15 Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 15:29:15 Removing intermediate container f06d6c180f1e 15:29:15 ---> 34f1d4a2369b 15:29:15 Step 20/22 : LABEL arch=arm64 15:29:15 Removing intermediate container 0acc360f2267 15:29:15 ---> e929c69b5351 15:29:15 Step 24/24 : LABEL version=0.0.0 15:29:15 ---> Running in 821f41bc308f 15:29:16 ---> 5c952ca84693 15:29:16 Step 20/24 : ENTRYPOINT ["/support-notifications"] 15:29:16 ---> Running in 0aa2251ea0cf 15:29:16 ---> Running in b0a394301381 15:29:16 Removing intermediate container 821f41bc308f 15:29:16 ---> 79d18768fc5f 15:29:16 Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:29:16 Pulling kong  15:29:17 Removing intermediate container b0a394301381 15:29:17 ---> 327507318b77 15:29:17 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:29:17 Removing intermediate container 0aa2251ea0cf 15:29:17 ---> d53991c60a67 15:29:17 15:29:17 ---> Running in 873ae1e20b83 15:29:17 Successfully built d53991c60a67 15:29:18 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 15:29:18 Building docker-support-scheduler-go 15:29:18  Building docker-security-secretstore-setup-go ... done  ---> Running in f5ef945034e6 15:29:18 Removing intermediate container 873ae1e20b83 15:29:18 ---> d2b34271cc68 15:29:18 Step 22/22 : LABEL version=0.0.0 15:29:18 ---> Running in 31ce17e52ac2 15:29:18 Removing intermediate container f5ef945034e6 15:29:18 ---> 9364d7eb3f25 15:29:18 Step 22/24 : LABEL arch=arm64 15:29:18 ---> Running in 608c3624343b 15:29:19 Removing intermediate container 31ce17e52ac2 15:29:19 ---> 7b066d93a606 15:29:19 15:29:19 Removing intermediate container 608c3624343b 15:29:19 ---> b735406837a3 15:29:19 Step 23/24 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:29:19 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 15:29:19 14% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:29:19 14% [Working] 14% [Working] 14% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:29:19 Successfully built 7b066d93a606 15:29:19 Successfully tagged docker-core-command-go-arm64:latest 15:29:19  Building docker-core-command-go ... done Building docker-security-secrets-setup-go 15:29:19 ---> Running in 212393ef149c 15:29:19 43% 43% 43% [Working] 43% [Working] 43% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:29:19 49% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 88.7 kB in 0s (0 B/s) 15:29:20 Removing intermediate container 212393ef149c 15:29:20 ---> e44e25d6162d 15:29:20 Step 24/24 : LABEL version=0.0.0 15:29:20 ---> Running in 3a383f1cd658 15:29:20 Removing intermediate container 3a383f1cd658 15:29:20 ---> 1eac3eb877b9 15:29:20 15:29:21 Successfully built 1eac3eb877b9 15:29:21 Successfully tagged docker-support-notifications-go-arm64:latest 15:29:21  Building docker-support-notifications-go ... done Building docker-core-metadata-go 15:29:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 15:29:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 15:29:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 15:29:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 15:29:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:24 Pulling kuiper  15:29:25 Cloning into '/build/parts/kuiper/src'... 15:29:25 remote: Enumerating objects: 83, done. 15:29:25 remote: Counting objects: 1% (1/83) remote: Counting objects: 2% (2/83) remote: Counting objects: 3% (3/83) remote: Counting objects: 4% (4/83) remote: Counting objects: 6% (5/83) remote: Counting objects: 7% (6/83) remote: Counting objects: 8% (7/83) remote: Counting objects: 9% (8/83) remote: Counting objects: 10% (9/83) remote: Counting objects: 12% (10/83) remote: Counting objects: 13% (11/83) remote: Counting objects: 14% (12/83) remote: Counting objects: 15% (13/83) remote: Counting objects: 16% (14/83) remote: Counting objects: 18% (15/83) remote: Counting objects: 19% (16/83) remote: Counting objects: 20% (17/83) remote: Counting objects: 21% (18/83) remote: Counting objects: 22% (19/83) remote: Counting objects: 24% (20/83) remote: Counting objects: 25% (21/83) remote: Counting objects: 26% (22/83) remote: Counting objects: 27% (23/83) remote: Counting objects: 28% (24/83) remote: Counting objects: 30% (25/83) remote: Counting objects: 31% (26/83) remote: Counting objects: 32% (27/83) remote: Counting objects: 33% (28/83) remote: Counting objects: 34% (29/83) remote: Counting objects: 36% (30/83) remote: Counting objects: 37% (31/83) remote: Counting objects: 38% (32/83) remote: Counting objects: 39% (33/83) remote: Counting objects: 40% (34/83) remote: Counting objects: 42% (35/83) remote: Counting objects: 43% (36/83) remote: Counting objects: 44% (37/83) remote: Counting objects: 45% (38/83) remote: Counting objects: 46% (39/83) remote: Counting objects: 48% (40/83) remote: Counting objects: 49% (41/83) remote: Counting objects: 50% (42/83) remote: Counting objects: 51% (43/83) remote: Counting objects: 53% (44/83) remote: Counting objects: 54% (45/83) remote: Counting objects: 55% (46/83) remote: Counting objects: 56% (47/83) remote: Counting objects: 57% (48/83) remote: Counting objects: 59% (49/83) remote: Counting objects: 60% (50/83) remote: Counting objects: 61% (51/83) remote: Counting objects: 62% (52/83) remote: Counting objects: 63% (53/83) remote: Counting objects: 65% (54/83) remote: Counting objects: 66% (55/83) remote: Counting objects: 67% (56/83) remote: Counting objects: 68% (57/83) remote: Counting objects: 69% (58/83) remote: Counting objects: 71% (59/83) remote: Counting objects: 72% (60/83) remote: Counting objects: 73% (61/83) remote: Counting objects: 74% (62/83) remote: Counting objects: 75% (63/83) remote: Counting objects: 77% (64/83) remote: Counting objects: 78% (65/83) remote: Counting objects: 79% (66/83) remote: Counting objects: 80% (67/83) remote: Counting objects: 81% (68/83) remote: Counting objects: 83% (69/83) remote: Counting objects: 84% (70/83) remote: Counting objects: 85% (71/83) remote: Counting objects: 86% (72/83) remote: Counting objects: 87% (73/83) remote: Counting objects: 89% (74/83) remote: Counting objects: 90% (75/83) remote: Counting objects: 91% (76/83) remote: Counting objects: 92% (77/83) remote: Counting objects: 93% (78/83) remote: Counting objects: 95% (79/83) remote: Counting objects: 96% (80/83) remote: Counting objects: 97% (81/83) remote: Counting objects: 98% (82/83) remote: Counting objects: 100% (83/83) remote: Counting objects: 100% (83/83), done. 15:29:25 remote: Compressing objects: 1% (1/76) remote: Compressing objects: 2% (2/76) remote: Compressing objects: 3% (3/76) remote: Compressing objects: 5% (4/76) remote: Compressing objects: 6% (5/76) remote: Compressing objects: 7% (6/76) remote: Compressing objects: 9% (7/76) remote: Compressing objects: 10% (8/76) remote: Compressing objects: 11% (9/76) remote: Compressing objects: 13% (10/76) remote: Compressing objects: 14% (11/76) remote: Compressing objects: 15% (12/76) remote: Compressing objects: 17% (13/76) remote: Compressing objects: 18% (14/76) remote: Compressing objects: 19% (15/76) remote: Compressing objects: 21% (16/76) remote: Compressing objects: 22% (17/76) remote: Compressing objects: 23% (18/76) remote: Compressing objects: 25% (19/76) remote: Compressing objects: 26% (20/76) remote: Compressing objects: 27% (21/76) remote: Compressing objects: 28% (22/76) remote: Compressing objects: 30% (23/76) remote: Compressing objects: 31% (24/76) remote: Compressing objects: 32% (25/76) remote: Compressing objects: 34% (26/76) remote: Compressing objects: 35% (27/76) remote: Compressing objects: 36% (28/76) remote: Compressing objects: 38% (29/76) remote: Compressing objects: 39% (30/76) remote: Compressing objects: 40% (31/76) remote: Compressing objects: 42% (32/76) remote: Compressing objects: 43% (33/76) remote: Compressing objects: 44% (34/76) remote: Compressing objects: 46% (35/76) remote: Compressing objects: 47% (36/76) remote: Compressing objects: 48% (37/76) remote: Compressing objects: 50% (38/76) remote: Compressing objects: 51% (39/76) remote: Compressing objects: 52% (40/76) remote: Compressing objects: 53% (41/76) remote: Compressing objects: 55% (42/76) remote: Compressing objects: 56% (43/76) remote: Compressing objects: 57% (44/76) remote: Compressing objects: 59% (45/76) remote: Compressing objects: 60% (46/76) remote: Compressing objects: 61% (47/76) remote: Compressing objects: 63% (48/76) remote: Compressing objects: 64% (49/76) remote: Compressing objects: 65% (50/76) remote: Compressing objects: 67% (51/76) remote: Compressing objects: 68% (52/76) remote: Compressing objects: 69% (53/76) remote: Compressing objects: 71% (54/76) remote: Compressing objects: 72% (55/76) remote: Compressing objects: 73% (56/76) remote: Compressing objects: 75% (57/76) remote: Compressing objects: 76% (58/76) remote: Compressing objects: 77% (59/76) remote: Compressing objects: 78% (60/76) remote: Compressing objects: 80% (61/76) remote: Compressing objects: 81% (62/76) remote: Compressing objects: 82% (63/76) remote: Compressing objects: 84% (64/76) remote: Compressing objects: 85% (65/76) remote: Compressing objects: 86% (66/76) remote: Compressing objects: 88% (67/76) remote: Compressing objects: 89% (68/76) remote: Compressing objects: 90% (69/76) remote: Compressing objects: 92% (70/76) remote: Compressing objects: 93% (71/76) remote: Compressing objects: 94% (72/76) remote: Compressing objects: 96% (73/76) remote: Compressing objects: 97% (74/76) remote: Compressing objects: 98% (75/76) remote: Compressing objects: 100% (76/76) remote: Compressing objects: 100% (76/76), done. 15:29:26 Receiving objects: 0% (1/8174) Receiving objects: 1% (82/8174) Receiving objects: 2% (164/8174) Receiving objects: 3% (246/8174) Receiving objects: 4% (327/8174) Receiving objects: 5% (409/8174) Receiving objects: 6% (491/8174) Receiving objects: 7% (573/8174) Receiving objects: 8% (654/8174) Receiving objects: 9% (736/8174) Receiving objects: 10% (818/8174) Receiving objects: 11% (900/8174) Receiving objects: 12% (981/8174) Receiving objects: 13% (1063/8174) Receiving objects: 14% (1145/8174) Receiving objects: 15% (1227/8174) Receiving objects: 16% (1308/8174) Receiving objects: 17% (1390/8174) Receiving objects: 18% (1472/8174) Receiving objects: 19% (1554/8174) Receiving objects: 20% (1635/8174) Receiving objects: 21% (1717/8174) Receiving objects: 22% (1799/8174) Receiving objects: 23% (1881/8174) Receiving objects: 24% (1962/8174) Receiving objects: 25% (2044/8174) Receiving objects: 26% (2126/8174) Receiving objects: 27% (2207/8174) Receiving objects: 28% (2289/8174) Receiving objects: 29% (2371/8174) Receiving objects: 30% (2453/8174) Receiving objects: 31% (2534/8174) Receiving objects: 32% (2616/8174) Receiving objects: 33% (2698/8174) Receiving objects: 34% (2780/8174) Receiving objects: 35% (2861/8174) Receiving objects: 36% (2943/8174) Receiving objects: 37% (3025/8174) Receiving objects: 38% (3107/8174) Receiving objects: 39% (3188/8174) Receiving objects: 40% (3270/8174) Receiving objects: 41% (3352/8174) Receiving objects: 42% (3434/8174) Receiving objects: 43% (3515/8174) Receiving objects: 44% (3597/8174) Receiving objects: 45% (3679/8174) Receiving objects: 46% (3761/8174) Receiving objects: 47% (3842/8174) Receiving objects: 48% (3924/8174) Receiving objects: 49% (4006/8174) Receiving objects: 50% (4087/8174) Receiving objects: 51% (4169/8174) Receiving objects: 52% (4251/8174) Receiving objects: 53% (4333/8174) Receiving objects: 54% (4414/8174) Receiving objects: 55% (4496/8174) Receiving objects: 56% (4578/8174) Receiving objects: 57% (4660/8174) Receiving objects: 58% (4741/8174) Receiving objects: 59% (4823/8174) Receiving objects: 60% (4905/8174) Receiving objects: 61% (4987/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 62% (5068/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 63% (5150/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 64% (5232/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 65% (5314/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 66% (5395/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 67% (5477/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 68% (5559/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 69% (5641/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 70% (5722/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 71% (5804/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 72% (5886/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 73% (5968/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 74% (6049/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 75% (6131/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 76% (6213/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 77% (6294/8174), 5.51 MiB | 11.01 MiB/s Receiving objects: 77% (6340/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 78% (6376/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 79% (6458/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 80% (6540/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 81% (6621/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 82% (6703/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 83% (6785/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 84% (6867/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 85% (6948/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 86% (7030/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 87% (7112/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 88% (7194/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 89% (7275/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 90% (7357/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 91% (7439/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 92% (7521/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 93% (7602/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 94% (7684/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 95% (7766/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 96% (7848/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 97% (7929/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 98% (8011/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 99% (8093/8174), 14.75 MiB | 14.75 MiB/s remote: Total 8174 (delta 12), reused 29 (delta 7), pack-reused 8091 15:29:26 Receiving objects: 100% (8174/8174), 14.75 MiB | 14.75 MiB/s Receiving objects: 100% (8174/8174), 19.30 MiB | 15.55 MiB/s, done. 15:29:26 Resolving deltas: 0% (0/5236) Resolving deltas: 1% (58/5236) Resolving deltas: 2% (122/5236) Resolving deltas: 3% (159/5236) Resolving deltas: 4% (211/5236) Resolving deltas: 5% (271/5236) Resolving deltas: 6% (322/5236) Resolving deltas: 7% (370/5236) Resolving deltas: 8% (419/5236) Resolving deltas: 9% (472/5236) Resolving deltas: 10% (524/5236) Resolving deltas: 11% (578/5236) Resolving deltas: 12% (633/5236) Resolving deltas: 13% (686/5236) Resolving deltas: 14% (747/5236) Resolving deltas: 15% (788/5236) Resolving deltas: 16% (849/5236) Resolving deltas: 17% (894/5236) Resolving deltas: 18% (945/5236) Resolving deltas: 19% (1005/5236) Resolving deltas: 20% (1049/5236) Resolving deltas: 21% (1116/5236) Resolving deltas: 22% (1164/5236) Resolving deltas: 23% (1236/5236) Resolving deltas: 24% (1269/5236) Resolving deltas: 25% (1334/5236) Resolving deltas: 26% (1369/5236) Resolving deltas: 27% (1416/5236) Resolving deltas: 28% (1473/5236) Resolving deltas: 29% (1523/5236) Resolving deltas: 30% (1599/5236) Resolving deltas: 31% (1624/5236) Resolving deltas: 32% (1681/5236) Resolving deltas: 33% (1740/5236) Resolving deltas: 34% (1781/5236) Resolving deltas: 36% (1905/5236) Resolving deltas: 37% (1976/5236) Resolving deltas: 38% (2002/5236) Resolving deltas: 39% (2045/5236) Resolving deltas: 40% (2097/5236) Resolving deltas: 41% (2157/5236) Resolving deltas: 42% (2208/5236) Resolving deltas: 43% (2258/5236) Resolving deltas: 44% (2317/5236) Resolving deltas: 45% (2362/5236) Resolving deltas: 46% (2424/5236) Resolving deltas: 47% (2463/5236) Resolving deltas: 49% (2595/5236) Resolving deltas: 50% (2619/5236) Resolving deltas: 51% (2675/5236) Resolving deltas: 52% (2729/5236) Resolving deltas: 53% (2777/5236) Resolving deltas: 54% (2828/5236) Resolving deltas: 55% (2912/5236) Resolving deltas: 56% (2933/5236) Resolving deltas: 57% (2989/5236) Resolving deltas: 58% (3041/5236) Resolving deltas: 59% (3093/5236) Resolving deltas: 60% (3143/5236) Resolving deltas: 61% (3194/5236) Resolving deltas: 62% (3252/5236) Resolving deltas: 63% (3305/5236) Resolving deltas: 64% (3363/5236) Resolving deltas: 65% (3407/5236) Resolving deltas: 66% (3458/5236) Resolving deltas: 67% (3524/5236) Resolving deltas: 68% (3568/5236) Resolving deltas: 69% (3623/5236) Resolving deltas: 70% (3675/5236) Resolving deltas: 71% (3737/5236) Resolving deltas: 72% (3772/5236) Resolving deltas: 73% (3827/5236) Resolving deltas: 74% (3904/5236) Resolving deltas: 75% (3929/5236) Resolving deltas: 76% (3990/5236) Resolving deltas: 78% (4097/5236) Resolving deltas: 80% (4211/5236) Resolving deltas: 81% (4242/5236) Resolving deltas: 82% (4296/5236) Resolving deltas: 83% (4346/5236) Resolving deltas: 84% (4424/5236) Resolving deltas: 85% (4452/5236) Resolving deltas: 87% (4572/5236) Resolving deltas: 88% (4611/5236) Resolving deltas: 89% (4665/5236) Resolving deltas: 91% (4793/5236) Resolving deltas: 92% (4818/5236) Resolving deltas: 93% (4902/5236) Resolving deltas: 94% (4928/5236) Resolving deltas: 95% (4985/5236) Resolving deltas: 96% (5051/5236) Resolving deltas: 97% (5080/5236) Resolving deltas: 98% (5136/5236) Resolving deltas: 99% (5186/5236) Resolving deltas: 100% (5236/5236) Resolving deltas: 100% (5236/5236), done. 15:29:26 Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. 15:29:26 15:29:26 You are in 'detached HEAD' state. You can look around, make experimental 15:29:26 changes and commit them, and you can discard any commits you make in this 15:29:26 state without impacting any branches by performing another checkout. 15:29:26 15:29:26 If you want to create a new branch to retain commits you create, you may 15:29:26 do so (now or later) by using -b with the checkout command again. Example: 15:29:26 15:29:26 git checkout -b 15:29:26 15:29:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:29:29 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:29:29 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:29:29 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:29:29 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 15:29:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:29:34 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) 15:29:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] 15:29:34 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 15:29:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] 15:29:35 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) 15:29:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:29:35 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) 15:29:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:29:36 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) 15:29:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:29:36 100% [Working] Fetched 8848 B in 0s (0 B/s) 15:29:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:29:36 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) 15:29:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 15:29:37 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 15:29:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:29:37 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) 15:29:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] 15:29:38 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) 15:29:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:29:38 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 15:29:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:29:39 2% 100% [Working] Fetched 499 kB in 0s (0 B/s) 15:29:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] 15:29:40 0% 8% 100% [Working] Fetched 8054 kB in 0s (0 B/s) 15:29:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:29:40 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) 15:29:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 15:29:41 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:29:41 27% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) 15:29:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] 15:29:41 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) 15:29:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:29:42 14% 100% [Working] Fetched 85.5 kB in 0s (0 B/s) 15:29:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 15:29:42 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) 15:29:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.15-0ubuntu0.18.04.1_amd64.deb [108 kB] 15:29:43 11% 100% [Working] Fetched 108 kB in 0s (0 B/s) 15:29:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] 15:29:43 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 15:29:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 15:29:43 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.15-0ubuntu0.18.04.1_amd64.deb [3766 kB] 15:29:44 0% 11% 100% [Working] Fetched 3766 kB in 0s (0 B/s) 15:29:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] 15:29:44 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) 15:29:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:29:45 40% 100% [Working] Fetched 30.8 kB in 0s (0 B/s) 15:29:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:29:45 73% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 15:29:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] 15:29:45 100% [Working] Fetched 5884 B in 0s (0 B/s) 15:29:45 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 15:29:45 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:29:46 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) 15:29:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] 15:29:46 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) 15:29:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:29:46 100% [Working] Fetched 8720 B in 0s (0 B/s) 15:29:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] 15:29:47 100% [Working] Fetched 5896 B in 0s (0 B/s) 15:29:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:29:47 9% 100% [Working] Fetched 137 kB in 0s (0 B/s) 15:29:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:29:48 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) 15:29:48 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] 15:29:48 1% 98% 100% [Working] Fetched 663 kB in 0s (0 B/s) 15:29:49 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:29:49 1% 100% [Working] Fetched 645 kB in 0s (0 B/s) 15:29:49 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] 15:29:49 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) 15:29:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:29:50 30% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) 15:29:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 15:29:50 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:29:50 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) 15:29:51 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:29:51 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) 15:29:51 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 15:29:52 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) 15:29:52 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:29:52 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) 15:29:52 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:29:53 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) 15:29:53 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 15:29:53 0% 46% 100% [Working] Fetched 1301 kB in 0s (0 B/s) 15:29:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:29:54 38% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) 15:29:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 15:29:54 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 15:29:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:29:54 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 15:29:55 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.15-0ubuntu0.18.04.1_amd64.deb [939 kB] 15:29:55 1% 43% 100% [Working] Fetched 939 kB in 0s (0 B/s) 15:29:55 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:29:56 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) 15:29:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] 15:29:56 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) 15:29:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] 15:29:56 42% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) 15:30:05 Pulling postgres  15:30:05 Pulling redis  15:30:05 Cloning into '/build/parts/redis/src'... 15:30:06 remote: Enumerating objects: 881, done. 15:30:06 remote: Counting objects: 0% (1/881) remote: Counting objects: 1% (9/881) remote: Counting objects: 2% (18/881) remote: Counting objects: 3% (27/881) remote: Counting objects: 4% (36/881) remote: Counting objects: 5% (45/881) remote: Counting objects: 6% (53/881) remote: Counting objects: 7% (62/881) remote: Counting objects: 8% (71/881) remote: Counting objects: 9% (80/881) remote: Counting objects: 10% (89/881) remote: Counting objects: 11% (97/881) remote: Counting objects: 12% (106/881) remote: Counting objects: 13% (115/881) remote: Counting objects: 14% (124/881) remote: Counting objects: 15% (133/881) remote: Counting objects: 16% (141/881) remote: Counting objects: 17% (150/881) remote: Counting objects: 18% (159/881) remote: Counting objects: 19% (168/881) remote: Counting objects: 20% (177/881) remote: Counting objects: 21% (186/881) remote: Counting objects: 22% (194/881) remote: Counting objects: 23% (203/881) remote: Counting objects: 24% (212/881) remote: Counting objects: 25% (221/881) remote: Counting objects: 26% (230/881) remote: Counting objects: 27% (238/881) remote: Counting objects: 28% (247/881) remote: Counting objects: 29% (256/881) remote: Counting objects: 30% (265/881) remote: Counting objects: 31% (274/881) remote: Counting objects: 32% (282/881) remote: Counting objects: 33% (291/881) remote: Counting objects: 34% (300/881) remote: Counting objects: 35% (309/881) remote: Counting objects: 36% (318/881) remote: Counting objects: 37% (326/881) remote: Counting objects: 38% (335/881) remote: Counting objects: 39% (344/881) remote: Counting objects: 40% (353/881) remote: Counting objects: 41% (362/881) remote: Counting objects: 42% (371/881) remote: Counting objects: 43% (379/881) remote: Counting objects: 44% (388/881) remote: Counting objects: 45% (397/881) remote: Counting objects: 46% (406/881) remote: Counting objects: 47% (415/881) remote: Counting objects: 48% (423/881) remote: Counting objects: 49% (432/881) remote: Counting objects: 50% (441/881) remote: Counting objects: 51% (450/881) remote: Counting objects: 52% (459/881) remote: Counting objects: 53% (467/881) remote: Counting objects: 54% (476/881) remote: Counting objects: 55% (485/881) remote: Counting objects: 56% (494/881) remote: Counting objects: 57% (503/881) remote: Counting objects: 58% (511/881) remote: Counting objects: 59% (520/881) remote: Counting objects: 60% (529/881) remote: Counting objects: 61% (538/881) remote: Counting objects: 62% (547/881) remote: Counting objects: 63% (556/881) remote: Counting objects: 64% (564/881) remote: Counting objects: 65% (573/881) remote: Counting objects: 66% (582/881) remote: Counting objects: 67% (591/881) remote: Counting objects: 68% (600/881) remote: Counting objects: 69% (608/881) remote: Counting objects: 70% (617/881) remote: Counting objects: 71% (626/881) remote: Counting objects: 72% (635/881) remote: Counting objects: 73% (644/881) remote: Counting objects: 74% (652/881) remote: Counting objects: 75% (661/881) remote: Counting objects: 76% (670/881) remote: Counting objects: 77% (679/881) remote: Counting objects: 78% (688/881) remote: Counting objects: 79% (696/881) remote: Counting objects: 80% (705/881) remote: Counting objects: 81% (714/881) remote: Counting objects: 82% (723/881) remote: Counting objects: 83% (732/881) remote: Counting objects: 84% (741/881) remote: Counting objects: 85% (749/881) remote: Counting objects: 86% (758/881) remote: Counting objects: 87% (767/881) remote: Counting objects: 88% (776/881) remote: Counting objects: 89% (785/881) remote: Counting objects: 90% (793/881) remote: Counting objects: 91% (802/881) remote: Counting objects: 92% (811/881) remote: Counting objects: 93% (820/881) remote: Counting objects: 94% (829/881) remote: Counting objects: 95% (837/881) remote: Counting objects: 96% (846/881) remote: Counting objects: 97% (855/881) remote: Counting objects: 98% (864/881) remote: Counting objects: 99% (873/881) remote: Counting objects: 100% (881/881) remote: Counting objects: 100% (881/881), done. 15:30:06 remote: Compressing objects: 0% (1/788) remote: Compressing objects: 1% (8/788) remote: Compressing objects: 2% (16/788) remote: Compressing objects: 3% (24/788) remote: Compressing objects: 4% (32/788) remote: Compressing objects: 5% (40/788) remote: Compressing objects: 6% (48/788) remote: Compressing objects: 7% (56/788) remote: Compressing objects: 8% (64/788) remote: Compressing objects: 9% (71/788) remote: Compressing objects: 10% (79/788) remote: Compressing objects: 11% (87/788) remote: Compressing objects: 12% (95/788) remote: Compressing objects: 13% (103/788) remote: Compressing objects: 14% (111/788) remote: Compressing objects: 15% (119/788) remote: Compressing objects: 16% (127/788) remote: Compressing objects: 17% (134/788) remote: Compressing objects: 18% (142/788) remote: Compressing objects: 19% (150/788) remote: Compressing objects: 20% (158/788) remote: Compressing objects: 21% (166/788) remote: Compressing objects: 22% (174/788) remote: Compressing objects: 23% (182/788) remote: Compressing objects: 24% (190/788) remote: Compressing objects: 25% (197/788) remote: Compressing objects: 26% (205/788) remote: Compressing objects: 27% (213/788) remote: Compressing objects: 28% (221/788) remote: Compressing objects: 29% (229/788) remote: Compressing objects: 30% (237/788) remote: Compressing objects: 31% (245/788) remote: Compressing objects: 32% (253/788) remote: Compressing objects: 33% (261/788) remote: Compressing objects: 34% (268/788) remote: Compressing objects: 35% (276/788) remote: Compressing objects: 36% (284/788) remote: Compressing objects: 37% (292/788) remote: Compressing objects: 38% (300/788) remote: Compressing objects: 39% (308/788) remote: Compressing objects: 40% (316/788) remote: Compressing objects: 41% (324/788) remote: Compressing objects: 42% (331/788) remote: Compressing objects: 43% (339/788) remote: Compressing objects: 44% (347/788) remote: Compressing objects: 45% (355/788) remote: Compressing objects: 46% (363/788) remote: Compressing objects: 47% (371/788) remote: Compressing objects: 48% (379/788) remote: Compressing objects: 49% (387/788) remote: Compressing objects: 50% (394/788) remote: Compressing objects: 51% (402/788) remote: Compressing objects: 52% (410/788) remote: Compressing objects: 53% (418/788) remote: Compressing objects: 54% (426/788) remote: Compressing objects: 55% (434/788) remote: Compressing objects: 56% (442/788) remote: Compressing objects: 57% (450/788) remote: Compressing objects: 58% (458/788) remote: Compressing objects: 59% (465/788) remote: Compressing objects: 60% (473/788) remote: Compressing objects: 61% (481/788) remote: Compressing objects: 62% (489/788) remote: Compressing objects: 63% (497/788) remote: Compressing objects: 64% (505/788) remote: Compressing objects: 65% (513/788) remote: Compressing objects: 66% (521/788) remote: Compressing objects: 67% (528/788) remote: Compressing objects: 68% (536/788) remote: Compressing objects: 69% (544/788) remote: Compressing objects: 70% (552/788) remote: Compressing objects: 71% (560/788) remote: Compressing objects: 72% (568/788) remote: Compressing objects: 73% (576/788) remote: Compressing objects: 74% (584/788) remote: Compressing objects: 75% (591/788) remote: Compressing objects: 76% (599/788) remote: Compressing objects: 77% (607/788) remote: Compressing objects: 78% (615/788) remote: Compressing objects: 79% (623/788) remote: Compressing objects: 80% (631/788) remote: Compressing objects: 81% (639/788) remote: Compressing objects: 82% (647/788) remote: Compressing objects: 83% (655/788) remote: Compressing objects: 84% (662/788) remote: Compressing objects: 85% (670/788) remote: Compressing objects: 86% (678/788) remote: Compressing objects: 87% (686/788) remote: Compressing objects: 88% (694/788) remote: Compressing objects: 89% (702/788) remote: Compressing objects: 90% (710/788) remote: Compressing objects: 91% (718/788) remote: Compressing objects: 92% (725/788) remote: Compressing objects: 93% (733/788) remote: Compressing objects: 94% (741/788) remote: Compressing objects: 95% (749/788) remote: Compressing objects: 96% (757/788) remote: Compressing objects: 97% (765/788) remote: Compressing objects: 98% (773/788) remote: Compressing objects: 99% (781/788) remote: Compressing objects: 100% (788/788) remote: Compressing objects: 100% (788/788), done. 15:30:06 Receiving objects: 0% (1/881) Receiving objects: 1% (9/881) Receiving objects: 2% (18/881) Receiving objects: 3% (27/881) Receiving objects: 4% (36/881) Receiving objects: 5% (45/881) Receiving objects: 6% (53/881) Receiving objects: 7% (62/881) Receiving objects: 8% (71/881) Receiving objects: 9% (80/881) Receiving objects: 10% (89/881) Receiving objects: 11% (97/881) Receiving objects: 12% (106/881) Receiving objects: 13% (115/881) Receiving objects: 14% (124/881) Receiving objects: 15% (133/881) Receiving objects: 16% (141/881) Receiving objects: 17% (150/881) Receiving objects: 18% (159/881) Receiving objects: 19% (168/881) Receiving objects: 20% (177/881) Receiving objects: 21% (186/881) Receiving objects: 22% (194/881) Receiving objects: 23% (203/881) Receiving objects: 24% (212/881) Receiving objects: 25% (221/881) Receiving objects: 26% (230/881) Receiving objects: 27% (238/881) Receiving objects: 28% (247/881) Receiving objects: 29% (256/881) Receiving objects: 30% (265/881) Receiving objects: 31% (274/881) Receiving objects: 32% (282/881) Receiving objects: 33% (291/881) Receiving objects: 34% (300/881) Receiving objects: 35% (309/881) Receiving objects: 36% (318/881) Receiving objects: 37% (326/881) Receiving objects: 38% (335/881) Receiving objects: 39% (344/881) Receiving objects: 40% (353/881) Receiving objects: 41% (362/881) Receiving objects: 42% (371/881) Receiving objects: 43% (379/881) Receiving objects: 44% (388/881) Receiving objects: 45% (397/881) Receiving objects: 46% (406/881) Receiving objects: 47% (415/881) Receiving objects: 48% (423/881) Receiving objects: 49% (432/881) Receiving objects: 50% (441/881) Receiving objects: 51% (450/881) Receiving objects: 52% (459/881) Receiving objects: 53% (467/881) Receiving objects: 54% (476/881) Receiving objects: 55% (485/881) Receiving objects: 56% (494/881) Receiving objects: 57% (503/881) Receiving objects: 58% (511/881) Receiving objects: 59% (520/881) Receiving objects: 60% (529/881) Receiving objects: 61% (538/881) Receiving objects: 62% (547/881) Receiving objects: 63% (556/881) Receiving objects: 64% (564/881) Receiving objects: 65% (573/881) Receiving objects: 66% (582/881) Receiving objects: 67% (591/881) Receiving objects: 68% (600/881) Receiving objects: 69% (608/881) Receiving objects: 70% (617/881) Receiving objects: 71% (626/881) Receiving objects: 72% (635/881) Receiving objects: 73% (644/881) Receiving objects: 74% (652/881) Receiving objects: 75% (661/881) Receiving objects: 76% (670/881) Receiving objects: 77% (679/881) Receiving objects: 78% (688/881) Receiving objects: 79% (696/881) Receiving objects: 80% (705/881) Receiving objects: 81% (714/881) Receiving objects: 82% (723/881) Receiving objects: 83% (732/881) Receiving objects: 84% (741/881) Receiving objects: 85% (749/881) Receiving objects: 86% (758/881) Receiving objects: 87% (767/881) Receiving objects: 88% (776/881) Receiving objects: 89% (785/881) Receiving objects: 90% (793/881) Receiving objects: 91% (802/881) Receiving objects: 92% (811/881) Receiving objects: 93% (820/881) Receiving objects: 94% (829/881) Receiving objects: 95% (837/881) Receiving objects: 96% (846/881) Receiving objects: 97% (855/881) remote: Total 881 (delta 101), reused 578 (delta 66), pack-reused 0 15:30:06 Receiving objects: 98% (864/881) Receiving objects: 99% (873/881) Receiving objects: 100% (881/881) Receiving objects: 100% (881/881), 2.41 MiB | 10.71 MiB/s, done. 15:30:06 Resolving deltas: 0% (0/101) Resolving deltas: 1% (2/101) Resolving deltas: 3% (4/101) Resolving deltas: 4% (5/101) Resolving deltas: 5% (6/101) Resolving deltas: 7% (8/101) Resolving deltas: 8% (9/101) Resolving deltas: 9% (10/101) Resolving deltas: 10% (11/101) Resolving deltas: 11% (12/101) Resolving deltas: 12% (13/101) Resolving deltas: 13% (14/101) Resolving deltas: 16% (17/101) Resolving deltas: 17% (18/101) Resolving deltas: 21% (22/101) Resolving deltas: 23% (24/101) Resolving deltas: 26% (27/101) Resolving deltas: 34% (35/101) Resolving deltas: 36% (37/101) Resolving deltas: 37% (38/101) Resolving deltas: 38% (39/101) Resolving deltas: 39% (40/101) Resolving deltas: 40% (41/101) Resolving deltas: 44% (45/101) Resolving deltas: 45% (46/101) Resolving deltas: 46% (47/101) Resolving deltas: 51% (52/101) Resolving deltas: 53% (54/101) Resolving deltas: 56% (57/101) Resolving deltas: 59% (60/101) Resolving deltas: 60% (61/101) Resolving deltas: 61% (62/101) Resolving deltas: 63% (64/101) Resolving deltas: 64% (65/101) Resolving deltas: 65% (66/101) Resolving deltas: 66% (67/101) Resolving deltas: 69% (70/101) Resolving deltas: 70% (71/101) Resolving deltas: 71% (72/101) Resolving deltas: 74% (75/101) Resolving deltas: 78% (79/101) Resolving deltas: 79% (80/101) Resolving deltas: 81% (82/101) Resolving deltas: 82% (83/101) Resolving deltas: 83% (84/101) Resolving deltas: 85% (86/101) Resolving deltas: 86% (87/101) Resolving deltas: 87% (88/101) Resolving deltas: 89% (90/101) Resolving deltas: 92% (93/101) Resolving deltas: 93% (94/101) Resolving deltas: 94% (95/101) Resolving deltas: 95% (96/101) Resolving deltas: 96% (97/101) Resolving deltas: 100% (101/101) Resolving deltas: 100% (101/101), done. 15:30:07 Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. 15:30:07 15:30:07 You are in 'detached HEAD' state. You can look around, make experimental 15:30:07 changes and commit them, and you can discard any commits you make in this 15:30:07 state without impacting any branches by performing another checkout. 15:30:07 15:30:07 If you want to create a new branch to retain commits you create, you may 15:30:07 do so (now or later) by using -b with the checkout command again. Example: 15:30:07 15:30:07 git checkout -b 15:30:07 15:30:09 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:30:09 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:30:09 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:30:09 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:30:09 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 15:30:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] 15:30:13 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) 15:30:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] 15:30:14 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) 15:30:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] 15:30:14 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) 15:30:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.3_amd64.deb [2652 kB] 15:30:15 0% 23% 100% [Working] Fetched 2652 kB in 0s (0 B/s) 15:30:16 Pulling snapcraft-preload  15:30:17 Cloning into '/build/parts/snapcraft-preload/src'... 15:30:17 remote: Enumerating objects: 187, done. 15:30:17 Receiving objects: 0% (1/187) Receiving objects: 1% (2/187) Receiving objects: 2% (4/187) Receiving objects: 3% (6/187) Receiving objects: 4% (8/187) Receiving objects: 5% (10/187) Receiving objects: 6% (12/187) Receiving objects: 7% (14/187) Receiving objects: 8% (15/187) Receiving objects: 9% (17/187) Receiving objects: 10% (19/187) Receiving objects: 11% (21/187) Receiving objects: 12% (23/187) Receiving objects: 13% (25/187) Receiving objects: 14% (27/187) Receiving objects: 15% (29/187) Receiving objects: 16% (30/187) Receiving objects: 17% (32/187) Receiving objects: 18% (34/187) Receiving objects: 19% (36/187) Receiving objects: 20% (38/187) Receiving objects: 21% (40/187) Receiving objects: 22% (42/187) Receiving objects: 23% (44/187) Receiving objects: 24% (45/187) Receiving objects: 25% (47/187) Receiving objects: 26% (49/187) Receiving objects: 27% (51/187) Receiving objects: 28% (53/187) Receiving objects: 29% (55/187) Receiving objects: 30% (57/187) Receiving objects: 31% (58/187) Receiving objects: 32% (60/187) Receiving objects: 33% (62/187) Receiving objects: 34% (64/187) Receiving objects: 35% (66/187) Receiving objects: 36% (68/187) Receiving objects: 37% (70/187) Receiving objects: 38% (72/187) Receiving objects: 39% (73/187) Receiving objects: 40% (75/187) Receiving objects: 41% (77/187) Receiving objects: 42% (79/187) Receiving objects: 43% (81/187) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 15:30:17 Receiving objects: 44% (83/187) Receiving objects: 45% (85/187) Receiving objects: 46% (87/187) Receiving objects: 47% (88/187) Receiving objects: 48% (90/187) Receiving objects: 49% (92/187) Receiving objects: 50% (94/187) Receiving objects: 51% (96/187) Receiving objects: 52% (98/187) Receiving objects: 53% (100/187) Receiving objects: 54% (101/187) Receiving objects: 55% (103/187) Receiving objects: 56% (105/187) Receiving objects: 57% (107/187) Receiving objects: 58% (109/187) Receiving objects: 59% (111/187) Receiving objects: 60% (113/187) Receiving objects: 61% (115/187) Receiving objects: 62% (116/187) Receiving objects: 63% (118/187) Receiving objects: 64% (120/187) Receiving objects: 65% (122/187) Receiving objects: 66% (124/187) Receiving objects: 67% (126/187) Receiving objects: 68% (128/187) Receiving objects: 69% (130/187) Receiving objects: 70% (131/187) Receiving objects: 71% (133/187) Receiving objects: 72% (135/187) Receiving objects: 73% (137/187) Receiving objects: 74% (139/187) Receiving objects: 75% (141/187) Receiving objects: 76% (143/187) Receiving objects: 77% (144/187) Receiving objects: 78% (146/187) Receiving objects: 79% (148/187) Receiving objects: 80% (150/187) Receiving objects: 81% (152/187) Receiving objects: 82% (154/187) Receiving objects: 83% (156/187) Receiving objects: 84% (158/187) Receiving objects: 85% (159/187) Receiving objects: 86% (161/187) Receiving objects: 87% (163/187) Receiving objects: 88% (165/187) Receiving objects: 89% (167/187) Receiving objects: 90% (169/187) Receiving objects: 91% (171/187) Receiving objects: 92% (173/187) Receiving objects: 93% (174/187) Receiving objects: 94% (176/187) Receiving objects: 95% (178/187) Receiving objects: 96% (180/187) Receiving objects: 97% (182/187) Receiving objects: 98% (184/187) Receiving objects: 99% (186/187) Receiving objects: 100% (187/187) Receiving objects: 100% (187/187), 56.64 KiB | 4.04 MiB/s, done. 15:30:17 Resolving deltas: 0% (0/112) Resolving deltas: 9% (11/112) Resolving deltas: 18% (21/112) Resolving deltas: 25% (28/112) Resolving deltas: 45% (51/112) Resolving deltas: 47% (53/112) Resolving deltas: 81% (91/112) Resolving deltas: 83% (93/112) Resolving deltas: 86% (97/112) Resolving deltas: 93% (105/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. 15:30:17 From https://github.com/sergiusens/snapcraft-preload 15:30:17 * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD 15:30:17 Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. 15:30:17 15:30:17 You are in 'detached HEAD' state. You can look around, make experimental 15:30:17 changes and commit them, and you can discard any commits you make in this 15:30:17 state without impacting any branches by performing another checkout. 15:30:17 15:30:17 If you want to create a new branch to retain commits you create, you may 15:30:17 do so (now or later) by using -b with the checkout command again. Example: 15:30:17 15:30:17 git checkout -b 15:30:17 15:30:17 HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) 15:30:17 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 15:30:17 Step 2/23 : FROM ${BUILDER_BASE} AS builder 15:30:17 ---> 84101518f92e 15:30:17 Step 3/23 : WORKDIR /edgex-go 15:30:17 ---> Using cache 15:30:17 ---> 3d9b8d07c70b 15:30:17 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:17 ---> Using cache 15:30:17 ---> d65e4a7f1da6 15:30:17 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 15:30:17 ---> Running in 661ba0ff6ba8 15:30:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:17 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:30:17 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:30:17 OK: 12616 distinct packages available 15:30:17 OK: 217 MiB in 51 packages 15:30:19 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 15:30:19 Step 2/27 : FROM ${BUILDER_BASE} AS builder 15:30:19 ---> 84101518f92e 15:30:19 Step 3/27 : WORKDIR /edgex-go 15:30:19 ---> Using cache 15:30:19 ---> 3d9b8d07c70b 15:30:19 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:19 ---> Using cache 15:30:19 ---> d65e4a7f1da6 15:30:19 Step 5/27 : RUN apk update && apk add make bash git 15:30:19 ---> Running in 1be1b62f7a9b 15:30:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 15:30:20 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 15:30:20 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 15:30:20 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 15:30:20 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 15:30:20 Removing intermediate container 661ba0ff6ba8 15:30:20 ---> e026fb889eae 15:30:20 Step 6/23 : COPY go.mod . 15:30:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:22 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 15:30:22 Step 2/21 : FROM ${BUILDER_BASE} AS builder 15:30:22 ---> 84101518f92e 15:30:22 Step 3/21 : WORKDIR /edgex-go 15:30:22 ---> Using cache 15:30:22 ---> 3d9b8d07c70b 15:30:22 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:22 ---> Using cache 15:30:22 ---> d65e4a7f1da6 15:30:22 Step 5/21 : RUN apk update && apk add make git 15:30:22 ---> Using cache 15:30:22 ---> a56b29ef6e3f 15:30:22 Step 6/21 : COPY go.mod . 15:30:22 ---> Using cache 15:30:22 ---> 2e3565c882c3 15:30:22 Step 7/21 : RUN go mod download 15:30:22 ---> Using cache 15:30:22 ---> a6b2be24d7e7 15:30:22 Step 8/21 : COPY . . 15:30:22 ---> 3fdce60eacb5 15:30:22 Step 7/23 : RUN go mod download 15:30:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:22 ---> Using cache 15:30:22 ---> 1db5bf8f6811 15:30:22 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 15:30:22 ---> Running in 0cfec30eead5 15:30:22 ---> Running in c37ecb2bba14 15:30:22 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 15:30:22 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 15:30:22 ---> 84101518f92e 15:30:22 Step 3/29 : WORKDIR /edgex-go 15:30:22 ---> Using cache 15:30:22 ---> 3d9b8d07c70b 15:30:22 Step 4/29 : RUN apk update && apk add make git 15:30:23 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 15:30:23 Step 2/22 : FROM ${BUILDER_BASE} AS builder 15:30:23 ---> 84101518f92e 15:30:23 Step 3/22 : WORKDIR /edgex-go 15:30:23 ---> Using cache 15:30:23 ---> 3d9b8d07c70b 15:30:23 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:30:23 ---> Using cache 15:30:23 ---> d65e4a7f1da6 15:30:23 Step 5/22 : RUN apk update && apk add make git 15:30:23 ---> Using cache 15:30:23 ---> a56b29ef6e3f 15:30:23 Step 6/22 : COPY go.mod . 15:30:23 ---> Using cache 15:30:23 ---> 2e3565c882c3 15:30:23 Step 7/22 : RUN go mod download 15:30:23 ---> Using cache 15:30:23 ---> a6b2be24d7e7 15:30:23 Step 8/22 : COPY . . 15:30:23 ---> Running in 3cddde824db0 15:30:23 ---> Using cache 15:30:23 ---> 1db5bf8f6811 15:30:23 Step 9/22 : RUN make cmd/core-metadata/core-metadata 15:30:23 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:30:23 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:30:23 OK: 12616 distinct packages available 15:30:23 ---> Running in d8e0270781ea 15:30:24 OK: 217 MiB in 51 packages 15:30:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 15:30:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] 15:30:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] 15:30:24 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:24 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 15:30:24 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 15:30:25 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) 15:30:25 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 15:30:25 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:30:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 15:30:25 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:25 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 15:30:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 15:30:25 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) 15:30:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [14.8 kB] 15:30:25 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 15:30:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:30:26 Removing intermediate container 1be1b62f7a9b 15:30:26 ---> cda0cebf85ef 15:30:26 Step 6/27 : COPY go.mod . 15:30:26 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) 15:30:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] 15:30:26 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 15:30:27 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) 15:30:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 15:30:27 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:27 v3.12.1-69-gbdfcc49399 [http://nl.alpinelinux.org/alpine/v3.12/main] 15:30:27 v3.12.1-71-gfc587ffaa2 [http://nl.alpinelinux.org/alpine/v3.12/community] 15:30:27 OK: 12616 distinct packages available 15:30:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 15:30:27 ---> 52bb781b708b 15:30:27 Step 7/27 : RUN go mod download 15:30:27 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) 15:30:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 15:30:27 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:27 ---> Running in 662ecb5a6f35 15:30:27 Removing intermediate container c37ecb2bba14 15:30:27 ---> b72517fae558 15:30:27 Step 8/23 : COPY . . 15:30:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 15:30:27 OK: 217 MiB in 51 packages 15:30:28 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) 15:30:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 15:30:28 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 15:30:28 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] 15:30:28 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 15:30:28 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) 15:30:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.1_amd64.deb [49.2 kB] 15:30:28 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 15:30:29 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) 15:30:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] 15:30:29 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] 15:30:29 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 15:30:29 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 15:30:29 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 15:30:29 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 15:30:30 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) 15:30:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 15:30:30 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 15:30:30 100% [Working] Fetched 11.1 kB in 0s (0 B/s) 15:30:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 15:30:30 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 15:30:31 99% 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:31 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 15:30:31 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:31 Removing intermediate container 3cddde824db0 15:30:31 ---> 42751d1dd8d9 15:30:31 Step 5/29 : COPY go.mod . 15:30:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 15:30:31 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 15:30:31 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 15:30:31 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 15:30:31 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 15:30:32 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 15:30:32 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 15:30:32 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) 15:30:32 ---> ca8fd772bccc 15:30:32 Step 6/29 : RUN go mod download 15:30:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 15:30:32 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 15:30:32 100% [Working] Fetched 0 B in 0s (0 B/s) 15:30:33 ---> Running in 376cb5b6f51a 15:30:33 Removing intermediate container 662ecb5a6f35 15:30:33 ---> 97eeccd3cbfc 15:30:33 Step 8/27 : COPY . . 15:30:34 Pulling static-packages  15:30:35 Pulling vault  15:30:36 Cloning into '/build/parts/vault/src'... 15:30:37 remote: Enumerating objects: 12795, done. 15:30:37 remote: Counting objects: 0% (1/12795) remote: Counting objects: 1% (128/12795) remote: Counting objects: 2% (256/12795) remote: Counting objects: 3% (384/12795) remote: Counting objects: 4% (512/12795) remote: Counting objects: 5% (640/12795) remote: Counting objects: 6% (768/12795) remote: Counting objects: 7% (896/12795) remote: Counting objects: 8% (1024/12795) remote: Counting objects: 9% (1152/12795) remote: Counting objects: 10% (1280/12795) remote: Counting objects: 11% (1408/12795) remote: Counting objects: 12% (1536/12795) remote: Counting objects: 13% (1664/12795) remote: Counting objects: 14% (1792/12795) remote: Counting objects: 15% (1920/12795) remote: Counting objects: 16% (2048/12795) remote: Counting objects: 17% (2176/12795) remote: Counting objects: 18% (2304/12795) remote: Counting objects: 19% (2432/12795) remote: Counting objects: 20% (2559/12795) remote: Counting objects: 21% (2687/12795) remote: Counting objects: 22% (2815/12795) remote: Counting objects: 23% (2943/12795) remote: Counting objects: 24% (3071/12795) remote: Counting objects: 25% (3199/12795) remote: Counting objects: 26% (3327/12795) remote: Counting objects: 27% (3455/12795) remote: Counting objects: 28% (3583/12795) remote: Counting objects: 29% (3711/12795) remote: Counting objects: 30% (3839/12795) remote: Counting objects: 31% (3967/12795) remote: Counting objects: 32% (4095/12795) remote: Counting objects: 33% (4223/12795) remote: Counting objects: 34% (4351/12795) remote: Counting objects: 35% (4479/12795) remote: Counting objects: 36% (4607/12795) remote: Counting objects: 37% (4735/12795) remote: Counting objects: 38% (4863/12795) remote: Counting objects: 39% (4991/12795) remote: Counting objects: 40% (5118/12795) remote: Counting objects: 41% (5246/12795) remote: Counting objects: 42% (5374/12795) remote: Counting objects: 43% (5502/12795) remote: Counting objects: 44% (5630/12795) remote: Counting objects: 45% (5758/12795) remote: Counting objects: 46% (5886/12795) remote: Counting objects: 47% (6014/12795) remote: Counting objects: 48% (6142/12795) remote: Counting objects: 49% (6270/12795) remote: Counting objects: 50% (6398/12795) remote: Counting objects: 51% (6526/12795) remote: Counting objects: 52% (6654/12795) remote: Counting objects: 53% (6782/12795) remote: Counting objects: 54% (6910/12795) remote: Counting objects: 55% (7038/12795) remote: Counting objects: 56% (7166/12795) remote: Counting objects: 57% (7294/12795) remote: Counting objects: 58% (7422/12795) remote: Counting objects: 59% (7550/12795) remote: Counting objects: 60% (7677/12795) remote: Counting objects: 61% (7805/12795) remote: Counting objects: 62% (7933/12795) remote: Counting objects: 63% (8061/12795) remote: Counting objects: 64% (8189/12795) remote: Counting objects: 65% (8317/12795) remote: Counting objects: 66% (8445/12795) remote: Counting objects: 67% (8573/12795) remote: Counting objects: 68% (8701/12795) remote: Counting objects: 69% (8829/12795) remote: Counting objects: 70% (8957/12795) remote: Counting objects: 71% (9085/12795) remote: Counting objects: 72% (9213/12795) remote: Counting objects: 73% (9341/12795) remote: Counting objects: 74% (9469/12795) remote: Counting objects: 75% (9597/12795) remote: Counting objects: 76% (9725/12795) remote: Counting objects: 77% (9853/12795) remote: Counting objects: 78% (9981/12795) remote: Counting objects: 79% (10109/12795) remote: Counting objects: 80% (10236/12795) remote: Counting objects: 81% (10364/12795) remote: Counting objects: 82% (10492/12795) remote: Counting objects: 83% (10620/12795) remote: Counting objects: 84% (10748/12795) remote: Counting objects: 85% (10876/12795) remote: Counting objects: 86% (11004/12795) remote: Counting objects: 87% (11132/12795) remote: Counting objects: 88% (11260/12795) remote: Counting objects: 89% (11388/12795) remote: Counting objects: 90% (11516/12795) remote: Counting objects: 91% (11644/12795) remote: Counting objects: 92% (11772/12795) remote: Counting objects: 93% (11900/12795) remote: Counting objects: 94% (12028/12795) remote: Counting objects: 95% (12156/12795) remote: Counting objects: 96% (12284/12795) remote: Counting objects: 97% (12412/12795) remote: Counting objects: 98% (12540/12795) remote: Counting objects: 99% (12668/12795) remote: Counting objects: 100% (12795/12795) remote: Counting objects: 100% (12795/12795), done. 15:30:38 remote: Compressing objects: 0% (1/10594) remote: Compressing objects: 1% (106/10594) remote: Compressing objects: 2% (212/10594) remote: Compressing objects: 3% (318/10594) remote: Compressing objects: 4% (424/10594) remote: Compressing objects: 5% (530/10594) remote: Compressing objects: 6% (636/10594) remote: Compressing objects: 7% (742/10594) remote: Compressing objects: 8% (848/10594) remote: Compressing objects: 9% (954/10594) remote: Compressing objects: 10% (1060/10594) remote: Compressing objects: 11% (1166/10594) remote: Compressing objects: 12% (1272/10594) remote: Compressing objects: 13% (1378/10594) remote: Compressing objects: 14% (1484/10594) remote: Compressing objects: 15% (1590/10594) remote: Compressing objects: 16% (1696/10594) remote: Compressing objects: 17% (1801/10594) remote: Compressing objects: 18% (1907/10594) remote: Compressing objects: 19% (2013/10594) remote: Compressing objects: 20% (2119/10594) remote: Compressing objects: 21% (2225/10594) remote: Compressing objects: 22% (2331/10594) remote: Compressing objects: 23% (2437/10594) remote: Compressing objects: 24% (2543/10594) remote: Compressing objects: 25% (2649/10594) remote: Compressing objects: 26% (2755/10594) remote: Compressing objects: 27% (2861/10594) remote: Compressing objects: 28% (2967/10594) remote: Compressing objects: 29% (3073/10594) remote: Compressing objects: 30% (3179/10594) remote: Compressing objects: 31% (3285/10594) remote: Compressing objects: 32% (3391/10594) remote: Compressing objects: 33% (3497/10594) remote: Compressing objects: 34% (3602/10594) remote: Compressing objects: 35% (3708/10594) remote: Compressing objects: 36% (3814/10594) remote: Compressing objects: 37% (3920/10594) remote: Compressing objects: 38% (4026/10594) remote: Compressing objects: 39% (4132/10594) remote: Compressing objects: 40% (4238/10594) remote: Compressing objects: 41% (4344/10594) remote: Compressing objects: 42% (4450/10594) remote: Compressing objects: 43% (4556/10594) remote: Compressing objects: 44% (4662/10594) remote: Compressing objects: 45% (4768/10594) remote: Compressing objects: 46% (4874/10594) remote: Compressing objects: 47% (4980/10594) remote: Compressing objects: 48% (5086/10594) remote: Compressing objects: 49% (5192/10594) remote: Compressing objects: 50% (5297/10594) remote: Compressing objects: 51% (5403/10594) remote: Compressing objects: 52% (5509/10594) remote: Compressing objects: 53% (5615/10594) remote: Compressing objects: 54% (5721/10594) remote: Compressing objects: 55% (5827/10594) remote: Compressing objects: 56% (5933/10594) remote: Compressing objects: 56% (5953/10594) remote: Compressing objects: 57% (6039/10594) remote: Compressing objects: 58% (6145/10594) remote: Compressing objects: 59% (6251/10594) remote: Compressing objects: 60% (6357/10594) remote: Compressing objects: 61% (6463/10594) remote: Compressing objects: 62% (6569/10594) remote: Compressing objects: 63% (6675/10594) remote: Compressing objects: 64% (6781/10594) remote: Compressing objects: 65% (6887/10594) remote: Compressing objects: 66% (6993/10594) remote: Compressing objects: 67% (7098/10594) remote: Compressing objects: 68% (7204/10594) remote: Compressing objects: 69% (7310/10594) remote: Compressing objects: 70% (7416/10594) remote: Compressing objects: 71% (7522/10594) remote: Compressing objects: 72% (7628/10594) remote: Compressing objects: 73% (7734/10594) remote: Compressing objects: 74% (7840/10594) remote: Compressing objects: 75% (7946/10594) remote: Compressing objects: 76% (8052/10594) remote: Compressing objects: 77% (8158/10594) remote: Compressing objects: 78% (8264/10594) remote: Compressing objects: 79% (8370/10594) remote: Compressing objects: 80% (8476/10594) remote: Compressing objects: 81% (8582/10594) remote: Compressing objects: 82% (8688/10594) remote: Compressing objects: 83% (8794/10594) remote: Compressing objects: 84% (8899/10594) remote: Compressing objects: 85% (9005/10594) remote: Compressing objects: 86% (9111/10594) remote: Compressing objects: 87% (9217/10594) remote: Compressing objects: 88% (9323/10594) remote: Compressing objects: 89% (9429/10594) remote: Compressing objects: 90% (9535/10594) remote: Compressing objects: 91% (9641/10594) remote: Compressing objects: 92% (9747/10594) remote: Compressing objects: 93% (9853/10594) remote: Compressing objects: 94% (9959/10594) remote: Compressing objects: 95% (10065/10594) remote: Compressing objects: 96% (10171/10594) remote: Compressing objects: 97% (10277/10594) remote: Compressing objects: 98% (10383/10594) remote: Compressing objects: 99% (10489/10594) remote: Compressing objects: 100% (10594/10594) remote: Compressing objects: 100% (10594/10594), done. 15:30:40 Removing intermediate container 376cb5b6f51a 15:30:40 ---> 26830ad71cfb 15:30:40 Step 7/29 : COPY . . 15:30:40 Receiving objects: 0% (1/12795) Receiving objects: 1% (128/12795) Receiving objects: 2% (256/12795) Receiving objects: 3% (384/12795) Receiving objects: 4% (512/12795) Receiving objects: 5% (640/12795) Receiving objects: 6% (768/12795) Receiving objects: 7% (896/12795) Receiving objects: 8% (1024/12795) Receiving objects: 9% (1152/12795) Receiving objects: 10% (1280/12795) Receiving objects: 11% (1408/12795) Receiving objects: 12% (1536/12795) Receiving objects: 13% (1664/12795) Receiving objects: 14% (1792/12795) Receiving objects: 15% (1920/12795) Receiving objects: 16% (2048/12795) Receiving objects: 17% (2176/12795) Receiving objects: 18% (2304/12795) Receiving objects: 19% (2432/12795) Receiving objects: 20% (2559/12795) Receiving objects: 21% (2687/12795) Receiving objects: 22% (2815/12795) Receiving objects: 23% (2943/12795) Receiving objects: 24% (3071/12795) Receiving objects: 25% (3199/12795) Receiving objects: 26% (3327/12795) Receiving objects: 27% (3455/12795) Receiving objects: 28% (3583/12795) Receiving objects: 29% (3711/12795) Receiving objects: 30% (3839/12795) Receiving objects: 31% (3967/12795) Receiving objects: 32% (4095/12795) Receiving objects: 33% (4223/12795) Receiving objects: 34% (4351/12795) Receiving objects: 35% (4479/12795) Receiving objects: 36% (4607/12795) Receiving objects: 37% (4735/12795) Receiving objects: 38% (4863/12795) Receiving objects: 39% (4991/12795) Receiving objects: 40% (5118/12795) Receiving objects: 41% (5246/12795) Receiving objects: 42% (5374/12795) Receiving objects: 43% (5502/12795) Receiving objects: 44% (5630/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 45% (5758/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 46% (5886/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 47% (6014/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 48% (6142/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 49% (6270/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 50% (6398/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 51% (6526/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 52% (6654/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 53% (6782/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 54% (6910/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 55% (7038/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 56% (7166/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 57% (7294/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 58% (7422/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 59% (7550/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 60% (7677/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 61% (7805/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 62% (7933/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 63% (8061/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 64% (8189/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 65% (8317/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 66% (8445/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 67% (8573/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 68% (8701/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 69% (8829/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 70% (8957/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 71% (9085/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 72% (9213/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 73% (9341/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 73% (9431/12795), 6.14 MiB | 12.28 MiB/s Receiving objects: 74% (9469/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 75% (9597/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 76% (9725/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 77% (9853/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 78% (9981/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 79% (10109/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 80% (10236/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 81% (10364/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 82% (10492/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 83% (10620/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 84% (10748/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 85% (10876/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 86% (11004/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 87% (11132/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 88% (11260/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 89% (11388/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 90% (11516/12795), 12.40 MiB | 12.40 MiB/s Receiving objects: 91% (11644/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 92% (11772/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 93% (11900/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 94% (12028/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 95% (12156/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 96% (12284/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 97% (12412/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 98% (12540/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 99% (12668/12795), 17.48 MiB | 11.65 MiB/s Receiving objects: 99% (12779/12795), 33.15 MiB | 16.57 MiB/s remote: Total 12795 (delta 1909), reused 8499 (delta 1333), pack-reused 0 15:30:40 Receiving objects: 100% (12795/12795), 33.15 MiB | 16.57 MiB/s Receiving objects: 100% (12795/12795), 34.13 MiB | 16.85 MiB/s, done. 15:30:40 Resolving deltas: 0% (0/1909) Resolving deltas: 1% (20/1909) Resolving deltas: 2% (54/1909) Resolving deltas: 3% (59/1909) Resolving deltas: 4% (77/1909) Resolving deltas: 5% (100/1909) Resolving deltas: 6% (115/1909) Resolving deltas: 7% (139/1909) Resolving deltas: 8% (154/1909) Resolving deltas: 9% (172/1909) Resolving deltas: 10% (192/1909) Resolving deltas: 11% (216/1909) Resolving deltas: 12% (230/1909) Resolving deltas: 13% (249/1909) Resolving deltas: 14% (270/1909) Resolving deltas: 15% (287/1909) Resolving deltas: 16% (309/1909) Resolving deltas: 17% (325/1909) Resolving deltas: 18% (345/1909) Resolving deltas: 19% (363/1909) Resolving deltas: 20% (382/1909) Resolving deltas: 21% (402/1909) Resolving deltas: 22% (421/1909) Resolving deltas: 23% (442/1909) Resolving deltas: 24% (461/1909) Resolving deltas: 25% (486/1909) Resolving deltas: 26% (497/1909) Resolving deltas: 27% (517/1909) Resolving deltas: 28% (537/1909) Resolving deltas: 29% (555/1909) Resolving deltas: 31% (594/1909) Resolving deltas: 32% (611/1909) Resolving deltas: 33% (631/1909) Resolving deltas: 34% (658/1909) Resolving deltas: 35% (671/1909) Resolving deltas: 36% (694/1909) Resolving deltas: 37% (711/1909) Resolving deltas: 39% (750/1909) Resolving deltas: 40% (776/1909) Resolving deltas: 41% (783/1909) Resolving deltas: 42% (803/1909) Resolving deltas: 43% (821/1909) Resolving deltas: 44% (842/1909) Resolving deltas: 45% (860/1909) Resolving deltas: 46% (880/1909) Resolving deltas: 47% (898/1909) Resolving deltas: 48% (917/1909) Resolving deltas: 49% (936/1909) Resolving deltas: 50% (955/1909) Resolving deltas: 51% (974/1909) Resolving deltas: 52% (993/1909) Resolving deltas: 53% (1012/1909) Resolving deltas: 54% (1031/1909) Resolving deltas: 55% (1050/1909) Resolving deltas: 56% (1070/1909) Resolving deltas: 57% (1089/1909) Resolving deltas: 58% (1109/1909) Resolving deltas: 59% (1127/1909) Resolving deltas: 60% (1146/1909) Resolving deltas: 61% (1168/1909) Resolving deltas: 62% (1188/1909) Resolving deltas: 63% (1203/1909) Resolving deltas: 64% (1222/1909) Resolving deltas: 65% (1242/1909) Resolving deltas: 66% (1263/1909) Resolving deltas: 67% (1297/1909) Resolving deltas: 69% (1328/1909) Resolving deltas: 70% (1351/1909) Resolving deltas: 71% (1359/1909) Resolving deltas: 73% (1396/1909) Resolving deltas: 74% (1422/1909) Resolving deltas: 75% (1436/1909) Resolving deltas: 76% (1452/1909) Resolving deltas: 77% (1471/1909) Resolving deltas: 78% (1490/1909) Resolving deltas: 79% (1522/1909) Resolving deltas: 80% (1529/1909) Resolving deltas: 81% (1548/1909) Resolving deltas: 82% (1567/1909) Resolving deltas: 83% (1585/1909) Resolving deltas: 84% (1605/1909) Resolving deltas: 85% (1623/1909) Resolving deltas: 86% (1642/1909) Resolving deltas: 87% (1661/1909) Resolving deltas: 88% (1680/1909) Resolving deltas: 89% (1701/1909) Resolving deltas: 90% (1719/1909) Resolving deltas: 91% (1738/1909) Resolving deltas: 92% (1759/1909) Resolving deltas: 93% (1778/1909) Resolving deltas: 94% (1795/1909) Resolving deltas: 95% (1814/1909) Resolving deltas: 96% (1834/1909) Resolving deltas: 97% (1854/1909) Resolving deltas: 98% (1872/1909) Resolving deltas: 99% (1890/1909) Resolving deltas: 100% (1909/1909) Resolving deltas: 100% (1909/1909), done. 15:30:41 Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. 15:30:41 15:30:41 You are in 'detached HEAD' state. You can look around, make experimental 15:30:41 changes and commit them, and you can discard any commits you make in this 15:30:41 state without impacting any branches by performing another checkout. 15:30:41 15:30:41 If you want to create a new branch to retain commits you create, you may 15:30:41 do so (now or later) by using -b with the checkout command again. Example: 15:30:41 15:30:41 git checkout -b 15:30:41 15:30:43 Checking out files: 60% (6788/11257) Checking out files: 61% (6867/11257) Checking out files: 62% (6980/11257) Checking out files: 63% (7092/11257) Checking out files: 64% (7205/11257) Checking out files: 65% (7318/11257) Checking out files: 66% (7430/11257) Checking out files: 67% (7543/11257) Checking out files: 68% (7655/11257) Checking out files: 69% (7768/11257) Checking out files: 70% (7880/11257) Checking out files: 71% (7993/11257) Checking out files: 72% (8106/11257) Checking out files: 73% (8218/11257) Checking out files: 74% (8331/11257) Checking out files: 75% (8443/11257) Checking out files: 76% (8556/11257) Checking out files: 77% (8668/11257) Checking out files: 78% (8781/11257) Checking out files: 79% (8894/11257) Checking out files: 80% (9006/11257) Checking out files: 81% (9119/11257) Checking out files: 82% (9231/11257) Checking out files: 83% (9344/11257) Checking out files: 84% (9456/11257) Checking out files: 85% (9569/11257) Checking out files: 86% (9682/11257) Checking out files: 87% (9794/11257) Checking out files: 88% (9907/11257) Checking out files: 89% (10019/11257) Checking out files: 90% (10132/11257) Checking out files: 91% (10244/11257) Checking out files: 92% (10357/11257) Checking out files: 93% (10470/11257) Checking out files: 94% (10582/11257) Checking out files: 95% (10695/11257) Checking out files: 96% (10807/11257) Checking out files: 97% (10920/11257) Checking out files: 98% (11032/11257) Checking out files: 99% (11145/11257) Checking out files: 100% (11257/11257) Checking out files: 100% (11257/11257), done. 15:30:43 Pulling version  15:30:44 Skipping build go-build-helper (already ran) 15:30:44 Skipping build go115 (already ran) 15:30:44 Building app-service-config  15:30:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.3.0 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 15:30:45 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.3.0 15:30:46 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.112 15:30:46 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 15:30:46 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.57 15:30:46 go: downloading github.com/gorilla/mux v1.8.0 15:30:46 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 15:30:46 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 15:30:46 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 15:30:46 go: downloading github.com/pebbe/zmq4 v1.0.0 15:30:46 go: downloading github.com/BurntSushi/toml v0.3.1 15:30:46 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 15:30:46 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.26 15:30:46 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.26 15:30:46 go: downloading github.com/x448/float16 v0.8.4 15:30:46 go: downloading github.com/google/uuid v1.1.2 15:30:46 go: downloading github.com/go-playground/validator/v10 v10.3.0 15:30:46 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 15:30:46 go: downloading github.com/go-redis/redis/v7 v7.2.0 15:30:46 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 15:30:46 go: downloading github.com/go-kit/kit v0.8.0 15:30:46 go: downloading github.com/pelletier/go-toml v1.2.0 15:30:46 go: downloading github.com/hashicorp/consul/api v1.1.0 15:30:46 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 15:30:46 go: downloading github.com/mitchellh/copystructure v1.0.0 15:30:46 go: downloading github.com/go-playground/universal-translator v0.17.0 15:30:46 go: downloading go.mongodb.org/mongo-driver v1.1.1 15:30:46 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:30:46 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 15:30:46 go: downloading github.com/hashicorp/serf v0.8.2 15:30:46 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 15:30:46 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:30:46 go: downloading github.com/mitchellh/reflectwalk v1.0.0 15:30:46 go: downloading github.com/leodido/go-urn v1.2.0 15:30:46 go: downloading github.com/go-logfmt/logfmt v0.4.0 15:30:46 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 15:30:46 go: downloading github.com/go-playground/locales v0.13.0 15:30:46 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 15:30:46 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 15:30:46 go: downloading github.com/hashicorp/golang-lru v0.5.0 15:30:46 go: downloading github.com/go-stack/stack v1.8.0 15:30:46 go: downloading github.com/golang/snappy v0.0.1 15:30:46 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 15:30:46 go: downloading github.com/xdg/stringprep v1.0.0 15:30:46 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 15:30:46 go: downloading golang.org/x/text v0.3.2 15:30:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 15:30:59 Building config-common  15:31:02 ---> ef2a4fbd1b96 15:31:02 Step 9/23 : RUN make cmd/core-data/core-data 15:31:02 ---> Running in 9aac3979f3c9 15:31:03 Building consul  15:31:05 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 15:31:07 ---> 491540b1549d 15:31:07 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 15:31:08 ---> Running in 68914c2dd7ee 15:31:10 go: downloading github.com/kardianos/govendor v1.0.9 15:31:10 go: github.com/kardianos/govendor upgrade => v1.0.9 15:31:10 go: downloading gopkg.in/yaml.v2 v2.2.8 15:31:10 go: finding module for package github.com/google/shlex 15:31:10 go: finding module for package github.com/Bowery/prompt 15:31:10 go: downloading github.com/pkg/errors v0.8.1 15:31:10 go: finding module for package github.com/dchest/safefile 15:31:10 go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 15:31:10 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 15:31:10 go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 15:31:10 go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 15:31:10 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 15:31:10 go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 15:31:10 go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 15:31:10 go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 15:31:10 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 15:31:11 go: gopkg.in/yaml.v2 upgrade => v2.4.0 15:31:11 go: golang.org/x/tools upgrade => v0.0.0-20201202200335-bef1c476418a 15:31:11 go: golang.org/x/sys upgrade => v0.0.0-20201202213521-69691e467435 15:31:11 go: github.com/pkg/errors upgrade => v0.9.1 15:31:11 go: downloading github.com/pkg/errors v0.9.1 15:31:11 go: downloading gopkg.in/yaml.v2 v2.4.0 15:31:11 go: downloading golang.org/x/tools v0.0.0-20201202200335-bef1c476418a 15:31:11 go: downloading golang.org/x/sys v0.0.0-20201202213521-69691e467435 15:31:13 ---> a0f8b5388c4d 15:31:13 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 15:31:13 ---> Running in 46ee3605e3a1 15:31:15 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 15:31:26 go: downloading github.com/mitchellh/cli v1.1.0 15:31:26 go: downloading github.com/armon/go-metrics v0.3.4 15:31:26 go: downloading github.com/mitchellh/go-testing-interface v1.14.0 15:31:26 go: downloading github.com/ryanuber/columnize v2.1.0+incompatible 15:31:26 go: downloading github.com/mitchellh/mapstructure v1.3.3 15:31:26 go: downloading github.com/hashicorp/raft v1.1.2 15:31:26 go: downloading github.com/mitchellh/reflectwalk v1.0.1 15:31:26 go: downloading github.com/mitchellh/copystructure v1.0.0 15:31:26 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 15:31:26 go: downloading github.com/hashicorp/go-bexpr v0.1.2 15:31:26 go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 15:31:26 go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 15:31:26 go: downloading github.com/stretchr/testify v1.5.1 15:31:26 go: downloading github.com/hashicorp/serf v0.9.4 15:31:26 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 15:31:26 go: downloading github.com/bgentry/speakeasy v0.1.0 15:31:26 go: downloading github.com/prometheus/client_golang v1.4.0 15:31:26 go: downloading github.com/hashicorp/go-syslog v1.0.0 15:31:26 go: downloading github.com/kr/text v0.1.0 15:31:26 go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 15:31:26 go: downloading github.com/posener/complete v1.2.3 15:31:26 go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 15:31:26 go: downloading github.com/hashicorp/go-multierror v1.1.0 15:31:26 go: downloading github.com/mattn/go-isatty v0.0.12 15:31:26 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 15:31:26 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 15:31:26 go: downloading github.com/hashicorp/go-uuid v1.0.2 15:31:26 go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 15:31:26 go: downloading google.golang.org/grpc v1.25.1 15:31:26 go: downloading k8s.io/client-go v0.16.9 15:31:26 go: downloading github.com/hashicorp/errwrap v1.0.0 15:31:26 go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 15:31:26 go: downloading k8s.io/api v0.16.9 15:31:26 go: downloading github.com/rboyer/safeio v0.2.1 15:31:26 go: downloading github.com/hashicorp/go-hclog v0.12.0 15:31:26 go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 15:31:26 go: downloading github.com/armon/go-radix v1.0.0 15:31:26 go: downloading github.com/hashicorp/go-connlimit v0.2.0 15:31:26 go: downloading github.com/prometheus/client_model v0.2.0 15:31:26 go: downloading github.com/docker/go-connections v0.3.0 15:31:26 go: downloading github.com/miekg/dns v1.1.26 15:31:26 go: downloading github.com/circonus-labs/circonusllhist v0.1.3 15:31:26 go: downloading github.com/hashicorp/hcl v1.0.0 15:31:26 go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 15:31:26 go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 15:31:26 go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 15:31:26 go: downloading github.com/hashicorp/go-msgpack v0.5.5 15:31:26 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 15:31:26 go: downloading github.com/cespare/xxhash v1.1.0 15:31:26 go: downloading github.com/boltdb/bolt v1.3.1 15:31:26 go: downloading github.com/cespare/xxhash/v2 v2.1.1 15:31:26 go: downloading github.com/beorn7/perks v1.0.1 15:31:26 go: downloading github.com/hashicorp/golang-lru v0.5.4 15:31:26 go: downloading github.com/prometheus/common v0.9.1 15:31:26 go: downloading github.com/coreos/go-oidc v2.1.0+incompatible 15:31:26 go: downloading github.com/pmezard/go-difflib v1.0.0 15:31:26 go: downloading k8s.io/apimachinery v0.16.9 15:31:26 go: downloading github.com/golang/protobuf v1.3.2 15:31:26 go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 15:31:26 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 15:31:26 go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 15:31:26 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 15:31:26 go: downloading github.com/hashicorp/memberlist v0.2.2 15:31:26 go: downloading github.com/fatih/color v1.9.0 15:31:26 go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 15:31:26 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 15:31:26 go: downloading github.com/envoyproxy/go-control-plane v0.9.5 15:31:26 go: downloading github.com/aws/aws-sdk-go v1.25.41 15:31:26 go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 15:31:26 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 15:31:26 go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 15:31:26 go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible 15:31:26 go: downloading github.com/mitchellh/pointerstructure v1.0.0 15:31:26 go: downloading github.com/prometheus/procfs v0.0.8 15:31:26 go: downloading github.com/mattn/go-colorable v0.1.6 15:31:26 go: downloading github.com/coredns/coredns v1.1.2 15:31:26 go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 15:31:26 go: downloading github.com/NYTimes/gziphandler v1.0.1 15:31:26 go: downloading github.com/hashicorp/vault/api v1.0.4 15:31:26 go: downloading github.com/googleapis/gnostic v0.2.0 15:31:26 go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 15:31:26 go: downloading github.com/google/gofuzz v1.0.0 15:31:26 go: downloading github.com/hashicorp/vault/sdk v0.1.13 15:31:26 go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 15:31:26 go: downloading github.com/vmware/govmomi v0.18.0 15:31:26 go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 15:31:26 go: downloading github.com/imdario/mergo v0.3.6 15:31:26 go: downloading github.com/modern-go/reflect2 v1.0.1 15:31:26 go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 15:31:26 go: downloading github.com/stretchr/objx v0.1.1 15:31:26 go: downloading golang.org/x/text v0.3.3 15:31:26 go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible 15:31:26 go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 15:31:26 go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 15:31:26 go: downloading github.com/davecgh/go-spew v1.1.1 15:31:26 go: downloading github.com/google/btree v1.0.0 15:31:26 go: downloading github.com/spf13/pflag v1.0.5 15:31:26 go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 15:31:26 go: downloading github.com/Azure/go-autorest/autorest v0.10.0 15:31:26 go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 15:31:26 go: downloading github.com/hashicorp/go-version v1.2.0 15:31:26 go: downloading github.com/mitchellh/go-homedir v1.1.0 15:31:27 go: downloading sigs.k8s.io/yaml v1.1.0 15:31:27 go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 15:31:27 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 15:31:27 go: downloading github.com/golang/snappy v0.0.1 15:31:27 go: downloading github.com/hashicorp/go-raftchunking v0.6.1 15:31:27 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 15:31:27 go: downloading github.com/hashicorp/mdns v1.0.1 15:31:27 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 15:31:27 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 15:31:27 go: downloading github.com/Azure/go-autorest/tracing v0.5.0 15:31:27 go: downloading github.com/dimchansky/utfbom v1.1.0 15:31:27 go: downloading github.com/hashicorp/go-memdb v1.0.3 15:31:27 go: downloading gopkg.in/inf.v0 v0.9.1 15:31:27 go: downloading github.com/pierrec/lz4 v2.0.5+incompatible 15:31:27 go: downloading github.com/Azure/go-autorest/logger v0.1.0 15:31:27 go: downloading github.com/gophercloud/gophercloud v0.1.0 15:31:28 go: downloading github.com/digitalocean/godo v1.10.0 15:31:28 go: downloading k8s.io/klog v1.0.0 15:31:28 go: downloading github.com/linode/linodego v0.7.1 15:31:28 go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 15:31:28 go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 15:31:28 go: downloading github.com/json-iterator/go v1.1.9 15:31:28 go: downloading gopkg.in/resty.v1 v1.12.0 15:31:28 go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f 15:31:28 go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 15:31:28 go: downloading google.golang.org/api v0.7.0 15:31:29 go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 15:31:29 go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 15:31:29 go: downloading github.com/ryanuber/go-glob v1.0.0 15:31:29 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:31:29 go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 15:31:29 go: downloading github.com/google/go-querystring v1.0.0 15:31:29 go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 15:31:29 go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 15:31:29 go: downloading cloud.google.com/go v0.38.0 15:31:29 go: downloading github.com/sirupsen/logrus v1.4.2 15:31:31 go: downloading go.opencensus.io v0.22.0 15:31:36 go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 15:31:36 go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 15:32:02 Removing intermediate container 0cfec30eead5 15:32:02 ---> ff75254deed8 15:32:02 15:32:02 Step 10/21 : FROM scratch 15:32:02 ---> 15:32:02 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:32:02 ---> Using cache 15:32:02 ---> 102b24b325ab 15:32:02 Step 12/21 : ENV APP_PORT=48085 15:32:02 ---> Running in 988bb8b476d8 15:32:03 Removing intermediate container 988bb8b476d8 15:32:03 ---> c52182199ba6 15:32:03 Step 13/21 : EXPOSE $APP_PORT 15:32:03 ---> Running in 88aeacd32317 15:32:03 Removing intermediate container 88aeacd32317 15:32:03 ---> 99340bb9fd5b 15:32:03 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 15:32:04 ---> 9f5b559424cb 15:32:04 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 15:32:06 ---> 563c57f390ad 15:32:06 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 15:32:07 ---> 810765204452 15:32:07 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 15:32:08 ---> Running in 043ac886a131 15:32:08 Removing intermediate container 043ac886a131 15:32:08 ---> eea8dbc78445 15:32:08 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:09 ---> Running in e98583bcb6c6 15:32:09 Removing intermediate container e98583bcb6c6 15:32:09 ---> 55d01b4ab257 15:32:09 Step 19/21 : LABEL arch=arm64 15:32:09 ---> Running in 81e1b8107425 15:32:10 Removing intermediate container 81e1b8107425 15:32:10 ---> 28d17da8b65d 15:32:10 Step 20/21 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:32:10 ---> Running in 9a5f396b5035 15:32:11 Removing intermediate container 9a5f396b5035 15:32:11 ---> ff06cfb7cd52 15:32:11 Step 21/21 : LABEL version=0.0.0 15:32:11 ---> Running in a8517b24cba9 15:32:12 Removing intermediate container a8517b24cba9 15:32:12 ---> 0f7b2e3285b5 15:32:12 15:32:12 Successfully built 0f7b2e3285b5 15:32:12 Successfully tagged docker-support-scheduler-go-arm64:latest 15:32:27  Building docker-support-scheduler-go ... done Removing intermediate container d8e0270781ea 15:32:27 ---> 8a4a950c8101 15:32:27 15:32:27 Step 10/22 : FROM scratch 15:32:27 ---> 15:32:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:32:28 ---> Using cache 15:32:28 ---> 102b24b325ab 15:32:28 Step 12/22 : ENV APP_PORT=48081 15:32:28 ---> Running in 98a3cf68c10e 15:32:29 Removing intermediate container 98a3cf68c10e 15:32:29 ---> 7fd16dcc8c0b 15:32:29 Step 13/22 : EXPOSE $APP_PORT 15:32:29 ---> Running in 671f1eda100e 15:32:29 Removing intermediate container 671f1eda100e 15:32:29 ---> 07f991ce4ed2 15:32:29 Step 14/22 : WORKDIR / 15:32:30 ---> Running in f352c40f1153 15:32:31 Removing intermediate container f352c40f1153 15:32:31 ---> 3f788eeef25d 15:32:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 15:32:32 go: creating new go.mod: module consul-tools 15:32:32 cd .gotools && go get -v github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs@master github.com/hashicorp/go-bindata/go-bindata@master golang.org/x/tools/cmd/cover golang.org/x/tools/cmd/stringer github.com/gogo/protobuf/protoc-gen-gofast@v1.2.2-0.20190723190241-65acae22fc9d github.com/hashicorp/protoc-gen-go-binary github.com/vektra/mockery/cmd/mockery github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.6 15:32:32 go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201202200335-bef1c476418a 15:32:32 go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201202200335-bef1c476418a 15:32:32 go: downloading github.com/golangci/golangci-lint v1.23.6 15:32:32 go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 15:32:32 go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 15:32:32 go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb 15:32:32 go: downloading github.com/vektra/mockery v1.1.2 15:32:32 go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 15:32:32 go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb 15:32:32 go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 15:32:32 go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 15:32:32 go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 15:32:32 ---> 1df83ad33769 15:32:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 15:32:35 Removing intermediate container 46ee3605e3a1 15:32:35 ---> bd3f593341fd 15:32:35 15:32:35 Step 9/29 : FROM alpine:latest 15:32:35 ---> 2e77e061c27f 15:32:35 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 15:32:35 ---> Running in 39bd0849e686 15:32:35 ---> 3067f4847a21 15:32:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 15:32:35 go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 15:32:36 Removing intermediate container 39bd0849e686 15:32:36 ---> 86f025044ddf 15:32:36 Step 11/29 : USER root 15:32:36 go: downloading github.com/fatih/color v1.7.0 15:32:36 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 15:32:36 go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 15:32:36 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 15:32:36 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b 15:32:36 go: downloading github.com/mattn/go-colorable v0.1.4 15:32:36 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 15:32:36 go: downloading golang.org/x/mod v0.3.0 15:32:36 go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f 15:32:36 go: downloading github.com/go-lintpack/lintpack v0.5.2 15:32:36 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 15:32:36 go: downloading github.com/stretchr/testify v1.4.0 15:32:36 go: downloading github.com/mattn/go-isatty v0.0.8 15:32:36 go: downloading github.com/spf13/cobra v0.0.5 15:32:36 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 15:32:36 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a 15:32:36 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 15:32:36 go: downloading github.com/ultraware/whitespace v0.0.4 15:32:36 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 15:32:36 go: downloading github.com/uudashr/gocognit v1.0.1 15:32:36 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 15:32:36 go: downloading github.com/ultraware/funlen v0.0.2 15:32:36 go: downloading github.com/ghodss/yaml v1.0.0 15:32:36 ---> Running in 8fe24fb74278 15:32:37 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a 15:32:37 go: downloading gopkg.in/yaml.v2 v2.2.7 15:32:37 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 15:32:37 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca 15:32:37 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee 15:32:37 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f 15:32:37 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e 15:32:37 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 15:32:37 go: downloading github.com/inconshreveable/mousetrap v1.0.0 15:32:37 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d 15:32:37 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 15:32:37 go: downloading github.com/go-critic/go-critic v0.4.1 15:32:37 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 15:32:37 go: downloading github.com/stretchr/objx v0.2.0 15:32:37 go: downloading github.com/sourcegraph/go-diff v0.5.1 15:32:37 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 15:32:37 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 15:32:37 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 15:32:37 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 15:32:37 go: downloading github.com/kisielk/gotool v1.0.0 15:32:37 go: downloading github.com/spf13/viper v1.6.1 15:32:37 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc 15:32:37 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a 15:32:37 go: downloading github.com/go-toolsmith/astcopy v1.0.0 15:32:37 go: downloading github.com/go-toolsmith/typep v1.0.0 15:32:37 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 15:32:37 go: downloading github.com/go-toolsmith/strparse v1.0.0 15:32:37 go: downloading github.com/go-toolsmith/astequal v1.0.0 15:32:37 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 15:32:37 go: downloading github.com/go-toolsmith/astcast v1.0.0 15:32:37 go: downloading github.com/pelletier/go-toml v1.2.0 15:32:37 go: downloading github.com/BurntSushi/toml v0.3.1 15:32:37 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb 15:32:37 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 15:32:37 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 15:32:37 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 15:32:37 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed 15:32:37 go: downloading github.com/subosito/gotenv v1.2.0 15:32:37 go: downloading github.com/spf13/cast v1.3.0 15:32:37 go: downloading github.com/mitchellh/mapstructure v1.1.2 15:32:37 go: downloading github.com/spf13/afero v1.1.2 15:32:37 go: downloading github.com/gobwas/glob v0.2.3 15:32:37 go: downloading gopkg.in/ini.v1 v1.51.0 15:32:37 go: downloading github.com/magiconair/properties v1.8.1 15:32:37 go: downloading github.com/fsnotify/fsnotify v1.4.7 15:32:37 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b 15:32:37 go: downloading github.com/go-toolsmith/astfmt v1.0.0 15:32:37 go: downloading github.com/go-toolsmith/astp v1.0.0 15:32:37 go: downloading github.com/spf13/jwalterweatherman v1.0.0 15:32:37 ---> 1afbf226ecf1 15:32:37 Step 18/22 : ENTRYPOINT ["/core-metadata"] 15:32:37 Removing intermediate container 8fe24fb74278 15:32:37 ---> 18753947abaf 15:32:37 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 15:32:37 ---> Running in 272a470fd3ac 15:32:38 ---> Running in 980ffce1bcbe 15:32:38 golang.org/x/mod/semver 15:32:38 golang.org/x/xerrors/internal 15:32:38 golang.org/x/sys/internal/unsafeheader 15:32:38 github.com/golangci/golangci-lint/pkg/exitcodes 15:32:38 github.com/gobwas/glob/util/runes 15:32:38 github.com/nbutton23/zxcvbn-go/match 15:32:38 github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs 15:32:38 github.com/hashicorp/go-bindata 15:32:38 golang.org/x/tools/cover 15:32:38 golang.org/x/tools/internal/event/label 15:32:38 golang.org/x/xerrors 15:32:38 github.com/gogo/protobuf/vanity 15:32:38 golang.org/x/tools/internal/event/keys 15:32:38 github.com/hashicorp/go-bindata/go-bindata 15:32:38 github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap 15:32:38 golang.org/x/tools/cmd/cover 15:32:38 github.com/gogo/protobuf/protoc-gen-gogo/plugin 15:32:38 github.com/golang/glog 15:32:38 golang.org/x/tools/go/internal/gcimporter 15:32:38 golang.org/x/tools/internal/event/core 15:32:38 golang.org/x/tools/internal/event 15:32:38 github.com/golang/protobuf/protoc-gen-go/plugin 15:32:38 golang.org/x/tools/internal/gocommand 15:32:38 github.com/grpc-ecosystem/grpc-gateway/codegenerator 15:32:38 golang.org/x/tools/go/internal/packagesdriver 15:32:38 golang.org/x/tools/internal/typesinternal 15:32:38 Removing intermediate container 272a470fd3ac 15:32:38 ---> d9f1fc9b641a 15:32:38 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:32:38 Removing intermediate container 68914c2dd7ee 15:32:38 ---> f160bd02115c 15:32:38 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 15:32:38 ---> Running in e7cf5bdce96b 15:32:38 github.com/gogo/protobuf/protoc-gen-gogo/generator 15:32:38 golang.org/x/tools/internal/packagesinternal 15:32:38 gopkg.in/yaml.v2 15:32:38 github.com/golang/protobuf/protoc-gen-go/generator/internal/remap 15:32:38 github.com/grpc-ecosystem/grpc-gateway/utilities 15:32:38 google.golang.org/genproto/googleapis/api/annotations 15:32:38 golang.org/x/mod/module 15:32:38 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule 15:32:38 github.com/golang/protobuf/protoc-gen-go/generator 15:32:38 golang.org/x/tools/go/ast/astutil 15:32:38 golang.org/x/tools/internal/fastwalk 15:32:38 golang.org/x/sys/unix 15:32:38 ---> Running in 83013ce0a898 15:32:39 golang.org/x/tools/internal/gopathwalk 15:32:39 github.com/gofrs/flock 15:32:39 golang.org/x/tools/go/gcexportdata 15:32:39 golang.org/x/tools/internal/imports 15:32:39 golang.org/x/tools/go/packages 15:32:39 github.com/golangci/golangci-lint/internal/robustio 15:32:39 github.com/ghodss/yaml 15:32:39 github.com/golangci/golangci-lint/internal/renameio 15:32:39 github.com/pkg/errors 15:32:39 github.com/stretchr/objx 15:32:39 github.com/gogo/protobuf/plugin/testgen 15:32:39 github.com/gogo/protobuf/plugin/defaultcheck 15:32:39 github.com/gogo/protobuf/plugin/embedcheck 15:32:39 github.com/gogo/protobuf/plugin/enumstringer 15:32:39 golang.org/x/tools/cmd/stringer 15:32:39 github.com/gogo/protobuf/plugin/marshalto 15:32:39 github.com/gogo/protobuf/plugin/oneofcheck 15:32:39 github.com/gogo/protobuf/plugin/populate 15:32:39 github.com/gogo/protobuf/plugin/unmarshal 15:32:40 github.com/gogo/protobuf/protoc-gen-gogo/grpc 15:32:40 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor 15:32:40 github.com/gogo/protobuf/plugin/compare 15:32:40 github.com/gogo/protobuf/plugin/description 15:32:40 Removing intermediate container e7cf5bdce96b 15:32:40 ---> 5751398ee468 15:32:40 Step 20/22 : LABEL arch=arm64 15:32:40 ---> Running in b6e251e0e24d 15:32:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:32:40 github.com/gogo/protobuf/plugin/equal 15:32:40 github.com/gogo/protobuf/plugin/face 15:32:40 github.com/gogo/protobuf/plugin/gostring 15:32:40 github.com/gogo/protobuf/plugin/size 15:32:40 github.com/gogo/protobuf/plugin/stringer 15:32:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:32:40 github.com/gogo/protobuf/plugin/union 15:32:40 github.com/hashicorp/protoc-gen-go-binary/gen 15:32:40 golang.org/x/tools/imports 15:32:40 github.com/vektra/mockery/mockery 15:32:40 github.com/mattn/go-isatty 15:32:40 github.com/golangci/golangci-lint/internal/cache 15:32:40 github.com/hashicorp/protoc-gen-go-binary 15:32:40 github.com/mattn/go-colorable 15:32:40 github.com/sirupsen/logrus 15:32:40 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 15:32:41 github.com/fatih/color 15:32:41 github.com/go-toolsmith/astequal 15:32:41 github.com/stretchr/testify/assert 15:32:41 github.com/go-toolsmith/astp 15:32:41 github.com/go-toolsmith/typep 15:32:41 github.com/vektra/mockery/cmd/mockery 15:32:41 github.com/go-toolsmith/astfmt 15:32:41 github.com/gogo/protobuf/vanity/command 15:32:41 github.com/go-toolsmith/astcast 15:32:41 github.com/go-lintpack/lintpack 15:32:41 github.com/go-critic/go-critic/checkers/internal/lintutil 15:32:41 github.com/go-toolsmith/astcopy 15:32:41 Removing intermediate container b6e251e0e24d 15:32:41 ---> f206d5bcd839 15:32:41 Step 21/22 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:32:41 ---> Running in 0b864af1ad17 15:32:41 github.com/go-toolsmith/strparse 15:32:41 github.com/gogo/protobuf/protoc-gen-gofast 15:32:41 github.com/fsnotify/fsnotify 15:32:41 github.com/go-lintpack/lintpack/astwalk 15:32:41 github.com/magiconair/properties 15:32:41 github.com/mitchellh/mapstructure 15:32:41 github.com/stretchr/testify/mock 15:32:41 github.com/pelletier/go-toml 15:32:41 github.com/go-critic/go-critic/checkers 15:32:41 v3.12.1-69-gbdfcc49399 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 15:32:41 v3.12.1-71-gfc587ffaa2 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 15:32:41 OK: 12617 distinct packages available 15:32:41 github.com/golangci/golangci-lint/pkg/logutils 15:32:41 github.com/spf13/afero/mem 15:32:41 github.com/spf13/cast 15:32:41 github.com/golangci/golangci-lint/pkg/timeutils 15:32:41 github.com/golangci/golangci-lint/pkg/fsutils 15:32:41 github.com/spf13/afero 15:32:41 github.com/golangci/golangci-lint/internal/pkgcache 15:32:41 github.com/spf13/jwalterweatherman 15:32:41 github.com/subosito/gotenv 15:32:41 gopkg.in/ini.v1 15:32:41 github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load 15:32:41 github.com/golangci/golangci-lint/pkg/goutil 15:32:42 Removing intermediate container 0b864af1ad17 15:32:42 ---> fc6686a63ead 15:32:42 Step 22/22 : LABEL version=0.0.0 15:32:42 ---> Running in 3b1f1bba998f 15:32:42 github.com/golangci/golangci-lint/internal/errorutil 15:32:42 github.com/golangci/golangci-lint/pkg/result 15:32:42 github.com/gobwas/glob/util/strings 15:32:42 github.com/gobwas/glob/syntax/lexer 15:32:42 golang.org/x/tools/go/buildutil 15:32:42 golang.org/x/tools/go/internal/cgo 15:32:42 github.com/gobwas/glob/match 15:32:42 github.com/bombsimon/wsl/v2 15:32:42 github.com/gobwas/glob/syntax/ast 15:32:42 github.com/golangci/dupl/suffixtree 15:32:42 github.com/gobwas/glob/syntax 15:32:42 github.com/golangci/goconst 15:32:42 (1/2) Installing ca-certificates (20191127-r4) 15:32:42 (2/2) Installing dumb-init (1.2.2-r1) 15:32:42 Executing busybox-1.31.1-r19.trigger 15:32:42 golang.org/x/tools/go/loader 15:32:42 github.com/golangci/gocyclo/pkg/gocyclo 15:32:42 github.com/golangci/gofmt/gofmt 15:32:42 github.com/spf13/viper 15:32:42 github.com/golangci/gofmt/goimports 15:32:42 github.com/golangci/golangci-lint/pkg/packages 15:32:42 github.com/golangci/dupl/syntax 15:32:42 golang.org/x/tools/internal/lsp/fuzzy 15:32:42 github.com/gobwas/glob/compiler 15:32:42 golang.org/x/tools/go/types/objectpath 15:32:42 github.com/golangci/dupl/syntax/golang 15:32:42 github.com/golangci/dupl/printer 15:32:42 github.com/golangci/ineffassign 15:32:42 github.com/golangci/check/cmd/structcheck 15:32:42 github.com/golangci/check/cmd/varcheck 15:32:42 github.com/gobwas/glob 15:32:42 github.com/golangci/errcheck/internal/errcheck 15:32:42 Executing ca-certificates-20191127-r4.trigger 15:32:42 Removing intermediate container 3b1f1bba998f 15:32:42 ---> 68d5e706fe25 15:32:42 15:32:42 github.com/golangci/go-misc/deadcode 15:32:42 github.com/OpenPeeDeeP/depguard 15:32:42 golang.org/x/tools/internal/analysisinternal 15:32:42 github.com/golangci/lint-1 15:32:42 github.com/golangci/maligned 15:32:42 github.com/golangci/golangci-lint/pkg/config 15:32:42 github.com/golangci/errcheck/golangci 15:32:42 github.com/golangci/dupl/job 15:32:42 github.com/golangci/misspell 15:32:42 github.com/golangci/dupl 15:32:42 github.com/golangci/prealloc 15:32:42 golang.org/x/tools/go/analysis 15:32:42 github.com/kisielk/gotool/internal/load 15:32:42 golang.org/x/text/width 15:32:42 golang.org/x/tools/go/types/typeutil 15:32:42 OK: 6 MiB in 16 packages 15:32:42 golang.org/x/tools/go/ast/inspector 15:32:42 github.com/golangci/golangci-lint/pkg/lint/linter 15:32:42 github.com/matoous/godox 15:32:42 github.com/securego/gosec 15:32:42 github.com/kisielk/gotool 15:32:42 github.com/golangci/golangci-lint/pkg/golinters/goanalysis 15:32:42 golang.org/x/tools/go/analysis/passes/inspect 15:32:42 github.com/nbutton23/zxcvbn-go/data 15:32:42 github.com/golangci/unconvert 15:32:42 github.com/nbutton23/zxcvbn-go/utils/math 15:32:42 github.com/jirfag/go-printf-func-name/pkg/analyzer 15:32:42 golang.org/x/tools/go/ssa 15:32:42 sourcegraph.com/sqs/pbtypes 15:32:42 github.com/tommy-muehle/go-mnd/checks 15:32:42 github.com/nbutton23/zxcvbn-go/adjacency 15:32:43 Successfully built 68d5e706fe25 15:32:43 github.com/nbutton23/zxcvbn-go/frequency 15:32:43 github.com/sourcegraph/go-diff/diff 15:32:43 github.com/ultraware/funlen 15:32:43 github.com/nbutton23/zxcvbn-go/entropy 15:32:43 github.com/ultraware/whitespace 15:32:43 github.com/nbutton23/zxcvbn-go/matching 15:32:43 github.com/nbutton23/zxcvbn-go/scoring 15:32:43 github.com/tommy-muehle/go-mnd 15:32:43 github.com/uudashr/gocognit 15:32:43 golang.org/x/tools/go/analysis/passes/internal/analysisutil 15:32:43 golang.org/x/tools/go/analysis/passes/composite 15:32:43 golang.org/x/tools/go/cfg 15:32:43 golang.org/x/tools/go/analysis/passes/deepequalerrors 15:32:43 golang.org/x/tools/go/analysis/passes/errorsas 15:32:43 github.com/nbutton23/zxcvbn-go 15:32:43 golang.org/x/tools/go/analysis/passes/asmdecl 15:32:43 golang.org/x/tools/go/analysis/passes/assign 15:32:43 Successfully tagged docker-core-metadata-go-arm64:latest 15:32:43 golang.org/x/tools/go/analysis/passes/atomic 15:32:43 golang.org/x/tools/go/analysis/passes/atomicalign 15:32:43 golang.org/x/tools/go/analysis/passes/bools 15:32:43 github.com/securego/gosec/rules 15:32:43 golang.org/x/tools/go/analysis/passes/buildtag 15:32:43 golang.org/x/tools/go/analysis/passes/cgocall 15:32:43 golang.org/x/tools/go/analysis/passes/copylock 15:32:43 golang.org/x/tools/go/analysis/passes/ctrlflow 15:32:43 golang.org/x/tools/go/analysis/passes/findcall 15:32:43 golang.org/x/tools/go/analysis/passes/httpresponse 15:32:43 golang.org/x/tools/go/analysis/passes/loopclosure 15:32:43 golang.org/x/tools/go/analysis/passes/nilfunc 15:32:43 golang.org/x/tools/go/analysis/passes/lostcancel 15:32:43 golang.org/x/tools/go/analysis/passes/pkgfact 15:32:43 golang.org/x/tools/go/analysis/passes/shadow 15:32:43 golang.org/x/tools/go/analysis/passes/shift 15:32:43 golang.org/x/tools/go/analysis/passes/printf 15:32:43 golang.org/x/tools/go/analysis/passes/sortslice 15:32:43 golang.org/x/tools/go/analysis/passes/stdmethods 15:32:43 golang.org/x/tools/go/analysis/passes/structtag 15:32:43 golang.org/x/tools/go/analysis/passes/testinggoroutine 15:32:43 golang.org/x/tools/go/analysis/passes/tests 15:32:43 golang.org/x/tools/go/analysis/passes/unmarshal 15:32:43 golang.org/x/tools/go/analysis/passes/unreachable 15:32:43 golang.org/x/tools/go/analysis/passes/unsafeptr 15:32:43 golang.org/x/tools/go/analysis/passes/unusedresult 15:32:43 honnef.co/go/tools/arg 15:32:43 honnef.co/go/tools/ssa 15:32:43 github.com/BurntSushi/toml 15:32:43 honnef.co/go/tools/internal/renameio 15:32:43 honnef.co/go/tools/loader 15:32:43 honnef.co/go/tools/version 15:32:43 honnef.co/go/tools/deprecated 15:32:43 honnef.co/go/tools/printf 15:32:43 honnef.co/go/tools/internal/cache 15:32:43 honnef.co/go/tools/go/types/typeutil 15:32:43 github.com/golangci/golangci-lint/pkg/report 15:32:43 github.com/golangci/revgrep 15:32:43 github.com/gostaticanalysis/analysisutil 15:32:43 golang.org/x/tools/go/analysis/passes/buildssa 15:32:43 golang.org/x/tools/go/ssa/ssautil 15:32:43 mvdan.cc/lint 15:32:43 github.com/golangci/golangci-lint/pkg/printers 15:32:43 golang.org/x/tools/go/analysis/passes/nilness 15:32:43 github.com/jingyugao/rowserrcheck/passes/rowserr 15:32:43 github.com/timakin/bodyclose/passes/bodyclose 15:32:43 github.com/spf13/cobra 15:32:43 mvdan.cc/interfacer/check 15:32:44 mvdan.cc/unparam/check 15:32:44 honnef.co/go/tools/config 15:32:44 honnef.co/go/tools/internal/passes/buildssa 15:32:44 honnef.co/go/tools/functions 15:32:44 honnef.co/go/tools/ssautil 15:32:44 honnef.co/go/tools/facts 15:32:44 honnef.co/go/tools/lint 15:32:44 honnef.co/go/tools/lint/lintutil/format 15:32:44 honnef.co/go/tools/lint/lintdsl 15:32:44 honnef.co/go/tools/staticcheck/vrp 15:32:44 honnef.co/go/tools/lint/lintutil 15:32:44 honnef.co/go/tools/internal/sharedcheck 15:32:44 honnef.co/go/tools/unused 15:32:44 honnef.co/go/tools/stylecheck 15:32:44 honnef.co/go/tools/simple 15:32:45 honnef.co/go/tools/staticcheck 15:32:45  Building docker-core-metadata-go ... done Removing intermediate container 980ffce1bcbe 15:32:45 ---> 1b60f8d7a8e2 15:32:45 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 15:32:45 ---> Running in c28f8c12a703 15:32:45 github.com/golangci/golangci-lint/pkg/golinters 15:32:45 github.com/golangci/golangci-lint/pkg/lint/lintersdb 15:32:45 Removing intermediate container 83013ce0a898 15:32:45 ---> e32f0f7aff29 15:32:45 15:32:45 Step 11/27 : FROM docker:latest 15:32:45 ---> 84e3a507c27b 15:32:45 Step 12/27 : RUN apk add --no-cache bash 15:32:45 ---> Running in e606c4e6b5a8 15:32:45 github.com/golangci/golangci-lint/pkg/result/processors 15:32:45 github.com/golangci/golangci-lint/pkg/lint 15:32:46 github.com/golangci/golangci-lint/pkg/commands 15:32:46 github.com/golangci/golangci-lint/cmd/golangci-lint 15:32:46 Removing intermediate container c28f8c12a703 15:32:46 ---> e45db95b7cb8 15:32:46 Step 14/29 : WORKDIR $BASE_DIR 15:32:46 ---> Running in f13bf5546beb 15:32:46 Removing intermediate container f13bf5546beb 15:32:46 ---> 9a6714fa04d8 15:32:46 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 15:32:47 ---> Running in 2cdcfec3be64 15:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:32:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:32:48 (1/2) Installing readline (8.0.4-r0) 15:32:48 (2/2) Installing bash (5.0.17-r0) 15:32:48 Executing bash-5.0.17-r0.post-install 15:32:48 Executing busybox-1.31.1-r19.trigger 15:32:48 OK: 12 MiB in 22 packages 15:32:49 Removing intermediate container e606c4e6b5a8 15:32:49 ---> 4add6cee9d29 15:32:49 Step 13/27 : RUN rm -rf /var/cache/apk/* 15:32:49 Removing intermediate container 2cdcfec3be64 15:32:49 ---> 568daa64b148 15:32:49 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 15:32:49 ---> Running in 695f927ba434 15:32:50 tput: No value for $TERM and no -T specified 15:32:50 tput: No value for $TERM and no -T specified 15:32:50 ==> Building Consul - OSes: linux, Architectures: amd64 15:32:50 tput: No value for $TERM and no -T specified 15:32:50 tput: No value for $TERM and no -T specified 15:32:50 tput: No value for $TERM and no -T specified 15:32:50 Building sequentially with go install 15:32:50 tput: No value for $TERM and no -T specified 15:32:50 ---> linux/amd64 15:32:51 ---> 4a4dfa0ac9c4 15:32:51 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 15:32:52 ---> 461c8561750a 15:32:52 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 15:32:52 Removing intermediate container 695f927ba434 15:32:52 ---> 9b7ea583c2bf 15:32:52 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 15:32:52 ---> Running in b44c2e423100 15:32:53 ---> 365e45936e15 15:32:53 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 15:32:53 Removing intermediate container b44c2e423100 15:32:53 ---> ab59b4ad783b 15:32:53 Step 15/27 : ENV APP_PORT=48090 15:32:53 ---> Running in a7b0277ea0e4 15:32:54 ---> 98729c94e3c3 15:32:54 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 15:32:54 Removing intermediate container a7b0277ea0e4 15:32:54 ---> 4ec3be56035d 15:32:54 Step 16/27 : EXPOSE $APP_PORT 15:32:54 ---> Running in a6a647a7a091 15:32:55 ---> 0690545ce2e4 15:32:55 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 15:32:55 Removing intermediate container a6a647a7a091 15:32:55 ---> 006ee40a37dd 15:32:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 15:32:55 ---> Running in 14867f84b19a 15:32:57 ---> 33a3f0850eb7 15:32:57 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 15:32:58 ---> 9fbec4832b56 15:32:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 15:32:58 Removing intermediate container 14867f84b19a 15:32:58 ---> d2d3952d3a59 15:32:58 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 15:32:59 ---> d7ca1542af57 15:32:59 Step 20/27 : RUN apk --no-cache add py3-pip 15:32:59 ---> 3e74ed22c268 15:32:59 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 15:32:59 ---> Running in 5982a801e04d 15:32:59 ---> Running in ff1321825524 15:33:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:01 (1/33) Installing libbz2 (1.0.8-r1) 15:33:01 (2/33) Installing expat (2.2.9-r1) 15:33:01 (3/33) Installing libffi (3.3-r2) 15:33:01 (4/33) Installing gdbm (1.13-r1) 15:33:01 (5/33) Installing xz-libs (5.2.5-r0) 15:33:01 (6/33) Installing sqlite-libs (3.32.1-r0) 15:33:01 (7/33) Installing python3 (3.8.5-r0) 15:33:02 Removing intermediate container 9aac3979f3c9 15:33:02 ---> 78b13ddb0fa9 15:33:02 15:33:02 Step 10/23 : FROM alpine 15:33:02 ---> 2e77e061c27f 15:33:02 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 15:33:03 Removing intermediate container ff1321825524 15:33:03 ---> d31ef640e1b7 15:33:03 Step 24/29 : RUN chmod 755 security-secrets-setup 15:33:03 ---> Running in 2137fd09b2a3 15:33:03 ---> Running in 1c5e805acf64 15:33:03 (8/33) Installing py3-appdirs (1.4.4-r1) 15:33:03 (9/33) Installing py3-ordered-set (4.0.1-r0) 15:33:04 Removing intermediate container 2137fd09b2a3 15:33:04 ---> 4b5b9f6fb21f 15:33:04 Step 12/23 : ENV APP_PORT=48080 15:33:04 (10/33) Installing py3-parsing (2.4.7-r0) 15:33:04 (11/33) Installing py3-six (1.15.0-r0) 15:33:04 (12/33) Installing py3-packaging (20.4-r0) 15:33:04 (13/33) Installing py3-setuptools (47.0.0-r0) 15:33:04 (14/33) Installing py3-chardet (3.0.4-r4) 15:33:04 ---> Running in 4eb9841e20f6 15:33:04 (15/33) Installing py3-idna (2.9-r0) 15:33:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 15:33:04 (17/33) Installing py3-urllib3 (1.25.9-r0) 15:33:04 (18/33) Installing py3-requests (2.23.0-r0) 15:33:04 (19/33) Installing py3-msgpack (1.0.0-r0) 15:33:04 (20/33) Installing py3-lockfile (0.12.2-r3) 15:33:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 15:33:04 (22/33) Installing py3-colorama (0.4.3-r0) 15:33:04 (23/33) Installing py3-distlib (0.3.0-r0) 15:33:04 (24/33) Installing py3-distro (1.5.0-r1) 15:33:04 (25/33) Installing py3-webencodings (0.5.1-r3) 15:33:04 (26/33) Installing py3-html5lib (1.0.1-r4) 15:33:04 (27/33) Installing py3-pytoml (0.1.21-r0) 15:33:04 (28/33) Installing py3-pep517 (0.8.2-r0) 15:33:04 (29/33) Installing py3-progress (1.5-r0) 15:33:04 (30/33) Installing py3-toml (0.10.1-r0) 15:33:04 (31/33) Installing py3-retrying (1.3.3-r0) 15:33:04 (32/33) Installing py3-contextlib2 (0.6.0-r0) 15:33:05 (33/33) Installing py3-pip (20.1.1-r0) 15:33:05 Removing intermediate container 4eb9841e20f6 15:33:05 ---> 55fc1d29b171 15:33:05 Step 13/23 : EXPOSE $APP_PORT 15:33:05 Executing busybox-1.31.1-r19.trigger 15:33:05 OK: 71 MiB in 55 packages 15:33:05 ---> Running in 7ca3d8c0afca 15:33:05 Removing intermediate container 7ca3d8c0afca 15:33:05 ---> 6cb6b06c2279 15:33:05 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 15:33:06 ---> Running in 9a5a8469ffd9 15:33:06 Removing intermediate container 1c5e805acf64 15:33:06 ---> 692ff7bc29c3 15:33:06 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 15:33:06 ---> Running in 72035e508058 15:33:07 Removing intermediate container 72035e508058 15:33:07 ---> 04a8368d8c5e 15:33:07 Step 26/29 : CMD [ "generate" ] 15:33:07 ---> Running in 7a0a3c79d338 15:33:08 Removing intermediate container 7a0a3c79d338 15:33:08 ---> 840f52c561d2 15:33:08 Step 27/29 : LABEL arch=arm64 15:33:08 ---> Running in 0ccb11b00d97 15:33:08 Removing intermediate container 9a5a8469ffd9 15:33:08 ---> fe48c0043d30 15:33:08 Step 15/23 : RUN apk --no-cache add zeromq 15:33:08 Removing intermediate container 0ccb11b00d97 15:33:08 ---> 0fd6964a04dd 15:33:08 Step 28/29 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:33:08 ---> Running in e33644948564 15:33:09 ---> Running in 32e7112cae34 15:33:09 Removing intermediate container 32e7112cae34 15:33:09 ---> e9485b5d4bfa 15:33:09 Step 29/29 : LABEL version=0.0.0 15:33:10 ---> Running in a7957930b42d 15:33:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:10 Removing intermediate container a7957930b42d 15:33:10 ---> 697a74d78253 15:33:10 15:33:10 Successfully built 697a74d78253 15:33:11 Successfully tagged docker-security-secrets-setup-go-arm64:latest 15:33:11  Building docker-security-secrets-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:11 Removing intermediate container 5982a801e04d 15:33:11 ---> 8ccc420197dc 15:33:11 Step 21/27 : RUN pip install docker-compose==1.23.2 15:33:11 (1/5) Installing libgcc (9.3.0-r2) 15:33:12 (2/5) Installing libsodium (1.0.18-r0) 15:33:12 ---> Running in 250946c4ff2b 15:33:12 (3/5) Installing libstdc++ (9.3.0-r2) 15:33:12 (4/5) Installing libzmq (4.3.3-r0) 15:33:12 (5/5) Installing zeromq (4.3.3-r0) 15:33:12 Executing busybox-1.31.1-r19.trigger 15:33:12 OK: 8 MiB in 19 packages 15:33:14 Removing intermediate container e33644948564 15:33:14 ---> 1995b7d4bd32 15:33:14 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 15:33:14 ---> aa347c5be0fe 15:33:14 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 15:33:16 ---> e8246590e231 15:33:16 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 15:33:16 ---> 43b735329e60 15:33:16 Step 19/23 : ENTRYPOINT ["/core-data"] 15:33:16 ---> Running in 1b1acd6e3101 15:33:17 Removing intermediate container 1b1acd6e3101 15:33:17 ---> 8c0c2f8a0585 15:33:17 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:33:17 ---> Running in 1beb45e535cb 15:33:17 Collecting docker-compose==1.23.2 15:33:17 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 15:33:17 Removing intermediate container 1beb45e535cb 15:33:17 ---> 51f8920d6e9d 15:33:17 Step 21/23 : LABEL arch=arm64 15:33:17 ---> Running in d8711eaee890 15:33:18 Collecting dockerpty<0.5,>=0.4.1 15:33:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 15:33:18 Removing intermediate container d8711eaee890 15:33:18 ---> db3cf40a04fa 15:33:18 Step 22/23 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:33:18 ---> Running in 258ab8820dfc 15:33:18 Removing intermediate container 258ab8820dfc 15:33:18 ---> fb8b1acf38ea 15:33:18 Step 23/23 : LABEL version=0.0.0 15:33:18 ---> Running in aea8fbd60e7e 15:33:19 Removing intermediate container aea8fbd60e7e 15:33:19 ---> 5300e1b6a1ef 15:33:19 15:33:19 Successfully built 5300e1b6a1ef 15:33:20 Successfully tagged docker-core-data-go-arm64:latest 15:33:20  Building docker-core-data-go ... done Collecting websocket-client<1.0,>=0.32.0 15:33:20 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 15:33:21 Collecting docker<4.0,>=3.6.0 15:33:21 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 15:33:21 Collecting cached-property<2,>=1.2.0 15:33:21 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 15:33:22 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 15:33:22 Collecting jsonschema<3,>=2.5.1 15:33:22 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 15:33:22 Collecting docopt<0.7,>=0.6.1 15:33:22 Downloading docopt-0.6.2.tar.gz (25 kB) 15:33:25 Collecting PyYAML<4,>=3.10 15:33:25 Downloading PyYAML-3.13.tar.gz (270 kB) 15:33:27 Collecting texttable<0.10,>=0.9.0 15:33:27 Downloading texttable-0.9.1.tar.gz (11 kB) 15:33:29 Building device-virtual-go  15:33:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd 15:33:29 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 15:33:29 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 15:33:29 go: downloading modernc.org/ql v1.0.0 15:33:29 go: downloading github.com/gorilla/mux v1.7.1 15:33:29 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 15:33:29 go: downloading github.com/pkg/errors v0.8.1 15:33:29 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 15:33:29 go: downloading gopkg.in/yaml.v2 v2.2.8 15:33:29 go: downloading github.com/OneOfOne/xxhash v1.2.6 15:33:29 go: downloading github.com/google/uuid v1.1.0 15:33:29 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 15:33:29 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 15:33:29 go: downloading modernc.org/lldb v1.0.0 15:33:29 go: downloading modernc.org/strutil v1.0.0 15:33:29 go: downloading modernc.org/golex v1.0.0 15:33:29 go: downloading modernc.org/b v1.0.0 15:33:29 go: downloading modernc.org/file v1.0.0 15:33:29 go: downloading modernc.org/internal v1.0.0 15:33:29 go: downloading modernc.org/db v1.0.0 15:33:29 go: downloading modernc.org/mathutil v1.0.0 15:33:29 go: downloading modernc.org/fileutil v1.0.0 15:33:29 go: downloading modernc.org/sortutil v1.0.0 15:33:29 go: downloading github.com/edsrzf/mmap-go v1.0.0 15:33:29 go: downloading modernc.org/zappy v1.0.0 15:33:29 go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 15:33:29 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 15:33:30 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 15:33:30 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 15:33:30 Collecting docker-pycreds>=0.4.0 15:33:30 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 15:33:30 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) 15:33:31 Collecting urllib3<1.25,>=1.21.1 15:33:31 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 15:33:31 Collecting idna<2.8,>=2.5 15:33:31 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 15:33:31 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) 15:33:31 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 15:33:31 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 15:33:31 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 15:33:31 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 15:33:32 Installing collected packages: dockerpty, websocket-client, docker-pycreds, urllib3, idna, requests, docker, cached-property, jsonschema, docopt, PyYAML, texttable, docker-compose 15:33:32 Running setup.py install for dockerpty: started 15:33:34 Running setup.py install for dockerpty: finished with status 'done' 15:33:34 Attempting uninstall: urllib3 15:33:34 Found existing installation: urllib3 1.25.9 15:33:34 Uninstalling urllib3-1.25.9: 15:33:34 Successfully uninstalled urllib3-1.25.9 15:33:35 CGO_ENABLED=0 GO111MODULE=on go build ./... 15:33:35 Attempting uninstall: idna 15:33:35 Found existing installation: idna 2.9 15:33:35 Uninstalling idna-2.9: 15:33:35 Successfully uninstalled idna-2.9 15:33:35 Attempting uninstall: requests 15:33:35 Found existing installation: requests 2.23.0 15:33:35 Uninstalling requests-2.23.0: 15:33:36 Successfully uninstalled requests-2.23.0 15:33:37 Running setup.py install for docopt: started 15:33:39 Running setup.py install for docopt: finished with status 'done' 15:33:39 Running setup.py install for PyYAML: started 15:33:39 Building edgex-go  15:33:39 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 15:33:40 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.119 15:33:40 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.60 15:33:40 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 15:33:40 go: downloading github.com/imdario/mergo v0.3.11 15:33:40 go: downloading gopkg.in/yaml.v2 v2.4.0 15:33:41 Running setup.py install for PyYAML: finished with status 'done' 15:33:41 Running setup.py install for texttable: started 15:33:43 Running setup.py install for texttable: finished with status 'done' 15:33:43 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 15:33:44 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 15:33:44 go: downloading github.com/OneOfOne/xxhash v1.2.8 15:33:47 Removing intermediate container 250946c4ff2b 15:33:47 ---> c6630dcaa1c2 15:33:47 Step 22/27 : RUN apk --no-cache add curl 15:33:47 ---> Running in 3bf8452408ec 15:33:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 15:33:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 15:33:48 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 15:33:48 (1/3) Installing nghttp2-libs (1.41.0-r0) 15:33:48 (2/3) Installing libcurl (7.69.1-r1) 15:33:48 (3/3) Installing curl (7.69.1-r1) 15:33:48 Executing busybox-1.31.1-r19.trigger 15:33:49 OK: 71 MiB in 58 packages 15:33:49 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 15:33:49 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 15:33:49 go: downloading github.com/stretchr/testify v1.5.1 15:33:50 go: downloading github.com/davecgh/go-spew v1.1.1 15:33:50 go: downloading github.com/pmezard/go-difflib v1.0.0 15:33:50 Removing intermediate container 3bf8452408ec 15:33:50 ---> 675cdadcbc13 15:33:50 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 15:33:50 ---> Running in 2807eb5cdda5 15:33:50 Removing intermediate container 2807eb5cdda5 15:33:50 ---> 02ba613d69df 15:33:50 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 15:33:50 ---> Running in a704cee9aadf 15:33:51 Removing intermediate container a704cee9aadf 15:33:51 ---> db5a3995fbab 15:33:51 Step 25/27 : LABEL arch=arm64 15:33:51 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 15:33:51 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 15:33:51 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 15:33:51 ---> Running in 97b21bbf0ec0 15:33:52 Removing intermediate container 97b21bbf0ec0 15:33:52 ---> 511eae60a885 15:33:52 Step 26/27 : LABEL git_sha=0f7cd340ab44a6a6d4f67edcff8a65ff08a84624 15:33:52 ---> Running in 9735fa281695 15:33:52 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 15:33:52 Removing intermediate container 9735fa281695 15:33:52 ---> 8fbf7d305181 15:33:52 Step 27/27 : LABEL version=0.0.0 15:33:52 ---> Running in 5d0ce883bf03 15:33:53 Removing intermediate container 5d0ce883bf03 15:33:53 ---> 3b9036758e71 15:33:53 15:33:53 Successfully built 3b9036758e71 15:33:53 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 15:33:53 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 15:33:53 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 15:33:54  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 15:33:54 $ docker stop --time=1 da8b2ce3fa815f473c733f6707361c80587f15816d48446e00cec7044a1ea661 15:33:54 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 15:33:55 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 15:33:56 $ docker rm -f da8b2ce3fa815f473c733f6707361c80587f15816d48446e00cec7044a1ea661 [Pipeline] // withDockerContainer [Pipeline] sh 15:33:56 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 15:33:56 + docker images 15:33:56 + grep docker 15:33:57 docker-sys-mgmt-agent-go-arm64 latest 3b9036758e71 5 seconds ago 273MB 15:33:57 docker-core-data-go-arm64 latest 5300e1b6a1ef 38 seconds ago 22.3MB 15:33:57 docker-security-secrets-setup-go-arm64 latest 697a74d78253 47 seconds ago 22.7MB 15:33:57 docker-core-metadata-go-arm64 latest 68d5e706fe25 About a minute ago 13.6MB 15:33:57 docker-support-scheduler-go-arm64 latest 0f7b2e3285b5 About a minute ago 11.5MB 15:33:57 docker-support-notifications-go-arm64 latest 1eac3eb877b9 4 minutes ago 12.9MB 15:33:57 docker-core-command-go-arm64 latest 7b066d93a606 4 minutes ago 11.4MB 15:33:57 docker-security-secretstore-setup-go-arm64 latest d53991c60a67 4 minutes ago 23.5MB 15:33:57 docker-security-proxy-setup-go-arm64 latest 2885ed504cb9 4 minutes ago 23.4MB 15:33:57 docker-security-bootstrap-redis-go-arm64 latest c04887c3a4f2 4 minutes ago 15.2MB 15:33:57 docker latest 84e3a507c27b 38 hours ago 201MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 15:33:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 15:33:58 install: cannot stat './cmd/core-command/core-command': No such file or directory 15:33:58 Failed to run 'override-build': Exit code was 1. [Pipeline] } 15:34:02 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] } 15:34:03 Failed in branch amd64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 15:34:06 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 15:34:08 ---> package-listing.sh 15:34:08 ++ tr '[:upper:]' '[:lower:]' 15:34:08 ++ facter osfamily 15:34:08 + OS_FAMILY=redhat 15:34:08 + workspace=/w/workspace/edgex-go/3 15:34:08 + START_PACKAGES=/tmp/packages_start.txt 15:34:08 + END_PACKAGES=/tmp/packages_end.txt 15:34:08 + DIFF_PACKAGES=/tmp/packages_diff.txt 15:34:08 + PACKAGES=/tmp/packages_start.txt 15:34:08 + '[' /w/workspace/edgex-go/3 ']' 15:34:08 + PACKAGES=/tmp/packages_end.txt 15:34:08 + case "${OS_FAMILY}" in 15:34:08 + sort 15:34:08 + rpm -qa 15:34:15 + '[' -f /tmp/packages_start.txt ']' 15:34:15 + '[' -f /tmp/packages_end.txt ']' 15:34:15 + diff /tmp/packages_start.txt /tmp/packages_end.txt 15:34:15 + '[' /w/workspace/edgex-go/3 ']' 15:34:15 + mkdir -p /w/workspace/edgex-go/3/archives/ 15:34:15 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/3/archives/ [Pipeline] echo 15:34:15 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 15:34:15 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 15:34:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:34:16 15:34:16 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 15:34:16 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:34:16 alpine: Pulling from edgex-lftools-log-publisher 15:34:16 df20fa9351a1: Pulling fs layer 15:34:16 36b3adc4ff6f: Pulling fs layer 15:34:16 8ad3a11d3b57: Pulling fs layer 15:34:16 46f8f816bc3b: Pulling fs layer 15:34:16 93b61091891f: Pulling fs layer 15:34:16 93b9cdb0e59b: Pulling fs layer 15:34:16 5e14af77c1be: Pulling fs layer 15:34:16 01666e4c0597: Pulling fs layer 15:34:16 aa168da1d23b: Pulling fs layer 15:34:16 46f8f816bc3b: Waiting 15:34:16 93b61091891f: Waiting 15:34:16 93b9cdb0e59b: Waiting 15:34:16 5e14af77c1be: Waiting 15:34:16 01666e4c0597: Waiting 15:34:16 aa168da1d23b: Waiting 15:34:17 36b3adc4ff6f: Verifying Checksum 15:34:17 36b3adc4ff6f: Download complete 15:34:17 46f8f816bc3b: Verifying Checksum 15:34:17 46f8f816bc3b: Download complete 15:34:17 df20fa9351a1: Verifying Checksum 15:34:17 df20fa9351a1: Download complete 15:34:17 93b9cdb0e59b: Verifying Checksum 15:34:17 93b9cdb0e59b: Download complete 15:34:17 93b61091891f: Verifying Checksum 15:34:17 93b61091891f: Download complete 15:34:17 5e14af77c1be: Verifying Checksum 15:34:17 5e14af77c1be: Download complete 15:34:17 01666e4c0597: Verifying Checksum 15:34:17 01666e4c0597: Download complete 15:34:18 df20fa9351a1: Pull complete 15:34:18 36b3adc4ff6f: Pull complete 15:34:18 8ad3a11d3b57: Verifying Checksum 15:34:18 8ad3a11d3b57: Download complete 15:34:19 8ad3a11d3b57: Pull complete 15:34:19 46f8f816bc3b: Pull complete 15:34:20 93b61091891f: Pull complete 15:34:21 93b9cdb0e59b: Pull complete 15:34:21 5e14af77c1be: Pull complete 15:34:21 01666e4c0597: Pull complete 15:34:22 aa168da1d23b: Verifying Checksum 15:34:22 aa168da1d23b: Download complete 15:34:34 aa168da1d23b: Pull complete 15:34:34 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 15:34:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 15:34:34 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 15:34:34 prd-centos7-docker-4c-2g-14313 does not seem to be running inside a container 15:34:34 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/3/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/3 -v /w/workspace/edgex-go/3:/w/workspace/edgex-go/3:rw,z -v /w/workspace/edgex-go/3@tmp:/w/workspace/edgex-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 15:34:40 $ docker top be12da630fb35c7ca1afe15ee1757faf9e354bd480949d59865a8b124bede1e6 -eo pid,comm [Pipeline] { [Pipeline] sh 15:34:41 + touch /tmp/pre-build-complete [Pipeline] sh 15:34:42 + mkdir -p /var/log/sa [Pipeline] sh 15:34:42 + ls /var/log/sa-host 15:34:42 + sadf -c /var/log/sa-host/sa03 15:34:42 file_magic: OK 15:34:42 HZ: Using current value: 100 15:34:42 file_header: OK 15:34:42 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 15:34:42 Statistics: 15:34:42 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... 15:34:42 File successfully converted to sysstat format version 12.2.1 15:34:42 + sadf -c /var/log/sa-host/sa23 15:34:42 file_magic: OK 15:34:42 HZ: Using current value: 100 15:34:42 file_header: OK 15:34:42 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 15:34:42 Statistics: 15:34:42 Hnuu...uuuununununu... 15:34:42 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 15:34:43 provisioning config files... 15:34:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/3@tmp/config9131632115564964353tmp [Pipeline] { [Pipeline] echo 15:34:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 15:34:43 ---> create-netrc.sh [Pipeline] } 15:34:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 15:34:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 15:34:44 ---> python-tools-install.sh [Pipeline] echo 15:34:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 15:34:44 ---> sudo-logs.sh 15:34:44 Archiving 'sudo' log.. [Pipeline] echo 15:34:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 15:34:45 ---> job-cost.sh 15:34:45 lf-activate-venv: SKIPPING 15:34:45 INFO: No Stack... 15:34:46 INFO: Retrieving Pricing Info for: v1-standard-2 15:34:47 INFO: Archiving Costs [Pipeline] echo 15:34:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 15:34:47 ---> logs-deploy.sh 15:34:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2919/3 15:34:47 INFO: archiving workspace using pattern(s): 15:34:50 Archives upload complete. 15:34:50 INFO: archiving logs to Nexus 15:34:52 ---> uname -a: 15:34:52 Linux prd-centos7-docker-4c-2g-14313.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 15:34:52 15:34:52 15:34:52 ---> lscpu: 15:34:52 Architecture: x86_64 15:34:52 CPU op-mode(s): 32-bit, 64-bit 15:34:52 Byte Order: Little Endian 15:34:52 Address sizes: 40 bits physical, 48 bits virtual 15:34:52 CPU(s): 4 15:34:52 On-line CPU(s) list: 0-3 15:34:52 Thread(s) per core: 1 15:34:52 Core(s) per socket: 1 15:34:52 Socket(s): 4 15:34:52 NUMA node(s): 1 15:34:52 Vendor ID: GenuineIntel 15:34:52 CPU family: 6 15:34:52 Model: 44 15:34:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 15:34:52 Stepping: 1 15:34:52 CPU MHz: 2933.438 15:34:52 BogoMIPS: 5866.87 15:34:52 Virtualization: VT-x 15:34:52 Hypervisor vendor: KVM 15:34:52 Virtualization type: full 15:34:52 L1d cache: 128 KiB 15:34:52 L1i cache: 128 KiB 15:34:52 L2 cache: 16 MiB 15:34:52 L3 cache: 64 MiB 15:34:52 NUMA node0 CPU(s): 0-3 15:34:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 15:34:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 15:34:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 15:34:52 Vulnerability Meltdown: Mitigation; PTI 15:34:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 15:34:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 15:34:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 15:34:52 Vulnerability Srbds: Not affected 15:34:52 Vulnerability Tsx async abort: Not affected 15:34:52 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 15:34:52 15:34:52 15:34:52 ---> nproc: 15:34:52 4 15:34:52 15:34:52 15:34:52 ---> df -h: 15:34:52 Filesystem Size Used Available Use% Mounted on 15:34:52 overlay 50.0G 13.4G 36.6G 27% / 15:34:52 tmpfs 64.0M 0 64.0M 0% /dev 15:34:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 15:34:52 shm 64.0M 0 64.0M 0% /dev/shm 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /facter-os 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/resolv.conf 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hostname 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /etc/hosts 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /run/cloud-init/result.json 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/sa-host 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/secure 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /var/log/auth.log 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3 15:34:52 /dev/vda1 50.0G 13.4G 36.6G 27% /w/workspace/edgex-go/3@tmp 15:34:52 15:34:52 15:34:52 ---> free -m: 15:34:52 total used free shared buff/cache available 15:34:52 Mem: 1837 680 292 0 864 1071 15:34:52 Swap: 1023 104 919 15:34:52 15:34:52 15:34:52 ---> ip addr: 15:34:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 15:34:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 15:34:52 inet 127.0.0.1/8 scope host lo 15:34:52 valid_lft forever preferred_lft forever 15:34:52 inet6 ::1/128 scope host 15:34:52 valid_lft forever preferred_lft forever 15:34:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 15:34:52 link/ether fa:16:3e:c8:0c:79 brd ff:ff:ff:ff:ff:ff 15:34:52 inet 10.30.122.71/23 brd 10.30.123.255 scope global dynamic eth0 15:34:52 valid_lft 85116sec preferred_lft 85116sec 15:34:52 inet6 fe80::f816:3eff:fec8:c79/64 scope link 15:34:52 valid_lft forever preferred_lft forever 15:34:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 15:34:52 link/ether 02:42:3d:6e:0f:36 brd ff:ff:ff:ff:ff:ff 15:34:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 15:34:52 valid_lft forever preferred_lft forever 15:34:52 inet6 fe80::42:3dff:fe6e:f36/64 scope link 15:34:52 valid_lft forever preferred_lft forever 15:34:52 15:34:52 15:34:52 ---> sar -b -r -n DEV: 15:34:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 15:34:52 15:34:52 15:13:14 LINUX RESTART (4 CPU) 15:34:52 15:34:52 15:14:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 15:34:52 15:15:02 66.64 15.99 50.66 0.00 5014.94 13231.68 0.00 15:34:52 15:16:01 260.68 92.12 168.56 0.00 6467.34 57821.37 0.00 15:34:52 15:17:01 241.07 115.81 125.27 0.00 5076.60 16266.90 0.00 15:34:52 15:18:01 143.60 68.11 75.49 0.00 2426.03 7327.42 0.00 15:34:52 15:19:02 92.70 32.48 60.22 0.00 1633.79 10664.81 0.00 15:34:52 15:20:01 329.96 132.59 197.37 0.00 66478.43 131846.96 0.00 15:34:52 15:21:02 2971.74 2624.31 347.43 0.00 151866.51 166879.13 0.00 15:34:52 15:22:02 594.25 393.58 200.67 0.00 26120.06 40553.46 0.00 15:34:52 15:23:02 2237.03 1850.22 386.81 0.00 118399.33 128941.25 0.00 15:34:52 15:24:02 2400.91 2062.69 338.22 0.00 120937.77 125267.13 0.00 15:34:52 15:25:01 946.66 658.80 287.86 0.00 39094.23 54529.38 0.00 15:34:52 15:26:01 87.84 31.45 56.39 0.00 3599.33 4762.51 0.00 15:34:52 15:27:01 2.20 0.68 1.51 0.00 6.93 27.35 0.00 15:34:52 15:28:02 0.30 0.02 0.28 0.00 0.27 3.13 0.00 15:34:52 15:29:01 2.03 1.73 0.30 0.00 59.32 4.16 0.00 15:34:52 15:30:01 0.32 0.02 0.30 0.00 0.13 3.56 0.00 15:34:52 15:31:01 0.27 0.02 0.25 0.00 0.27 2.56 0.00 15:34:52 15:32:01 0.25 0.02 0.23 0.00 0.13 3.28 0.00 15:34:52 15:33:01 0.33 0.08 0.25 0.00 1.33 2.86 0.00 15:34:52 15:34:01 0.25 0.05 0.20 0.00 0.93 1.48 0.00 15:34:52 Average: 520.97 406.05 114.92 0.00 27460.25 37964.86 0.00 15:34:52 15:34:52 15:14:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 15:34:52 15:15:02 75980 0 774240 41.15 2620 1028704 1474704 50.33 687164 913632 20 15:34:52 15:16:01 125192 0 705504 37.50 1524 1049324 1554436 53.05 609880 904740 988 15:34:52 15:17:01 70972 0 855296 45.46 800 954476 1748580 59.68 748096 783440 79932 15:34:52 15:18:01 236916 0 820500 43.61 448 823680 1578188 53.86 663248 696664 78652 15:34:52 15:19:02 282636 0 745600 39.63 340 852968 1315520 44.90 624712 695512 132 15:34:52 15:20:01 80360 0 845440 44.93 0 955744 2269392 77.45 777880 816604 78264 15:34:52 15:21:02 66228 0 824640 43.83 0 990676 2168600 74.01 770032 818608 59800 15:34:52 15:22:02 313760 0 790476 42.01 0 777308 2171992 74.13 574804 738964 4156 15:34:52 15:23:02 112856 0 825448 43.87 0 943240 2941760 100.40 623008 908880 53268 15:34:52 15:24:02 70716 0 1008076 53.58 0 802752 3204428 109.36 788084 771796 42764 15:34:52 15:25:01 405440 0 722668 38.41 0 753436 2125012 72.52 557580 671804 4412 15:34:52 15:26:01 672656 0 599820 31.88 0 609068 1222620 41.73 455540 513592 8 15:34:52 15:27:01 675376 0 597092 31.73 0 609076 1191936 40.68 453656 513004 8 15:34:52 15:28:02 675876 0 596596 31.71 0 609072 1189712 40.60 453316 512908 8 15:34:52 15:29:01 674192 0 597168 31.74 0 610184 1189808 40.61 454408 513180 16 15:34:52 15:30:01 674396 0 596952 31.73 0 610196 1189712 40.60 454172 513184 12 15:34:52 15:31:01 674464 0 596880 31.72 0 610200 1189712 40.60 454220 513188 8 15:34:52 15:32:01 674368 0 596964 31.73 0 610212 1189776 40.61 454224 513196 8 15:34:52 15:33:01 674020 0 597300 31.75 0 610224 1189776 40.61 454240 513240 8 15:34:52 15:34:01 674240 0 597080 31.73 0 610224 1189896 40.61 454436 513264 12 15:34:52 Average: 395532 0 714687 37.98 287 771038 1664778 56.82 575635 666970 20124 15:34:52 15:34:52 15:14:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 15:34:52 15:15:02 vethece1668 305.87 436.68 45.65 2632.74 0.00 0.00 0.00 0.00 15:34:52 15:15:02 eth0 1057.78 762.44 5812.00 130.33 0.00 0.00 0.00 0.00 15:34:52 15:15:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:15:02 docker0 305.87 436.55 41.47 2632.73 0.00 0.00 0.00 0.00 15:34:52 15:16:01 veth360f406 14.03 18.09 1.43 13.75 0.00 0.00 0.00 0.00 15:34:52 15:16:01 eth0 585.41 388.51 4420.61 42.37 0.00 0.00 0.00 0.00 15:34:52 15:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:16:01 docker0 66.90 89.03 4.25 380.13 0.00 0.00 0.00 0.00 15:34:52 15:17:01 veth550bbf4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:34:52 15:17:01 eth0 92.47 57.85 477.88 13.83 0.00 0.00 0.00 0.00 15:34:52 15:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:17:01 docker0 38.61 68.58 3.23 453.82 0.00 0.00 0.00 0.00 15:34:52 15:18:01 veth550bbf4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:18:01 eth0 38.25 28.82 24.73 75.25 0.00 0.00 0.00 0.00 15:34:52 15:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:19:02 eth0 24.36 15.87 21.74 11.31 0.00 0.00 0.00 0.00 15:34:52 15:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:20:01 eth0 191.90 146.96 1700.87 74.74 0.00 0.00 0.00 0.00 15:34:52 15:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:20:01 vethc203f19 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:34:52 15:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:21:02 eth0 45.42 26.55 160.67 9.78 0.00 0.00 0.00 0.00 15:34:52 15:21:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:21:02 vethc203f19 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 15:34:52 15:21:02 docker0 15.57 24.29 0.89 144.23 0.00 0.00 0.00 0.00 15:34:52 15:22:02 vethf247e24 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:22:02 eth0 30.08 21.05 96.01 8.49 0.00 0.00 0.00 0.00 15:34:52 15:22:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:22:02 vethc203f19 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:23:02 veth31a27a4 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:23:02 veth5b657ff 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:23:02 eth0 140.61 78.64 489.90 82.04 0.00 0.00 0.00 0.00 15:34:52 15:23:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:24:02 vethed64708 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 15:34:52 15:24:02 eth0 62.48 47.74 82.03 80.73 0.00 0.00 0.00 0.00 15:34:52 15:24:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:24:02 veth79931c3 4.11 4.19 0.53 20.00 0.00 0.00 0.00 0.00 15:34:52 15:25:01 veth44d2640 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:25:01 vethc8326ca 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:25:01 eth0 82.02 59.41 145.28 78.39 0.00 0.00 0.00 0.00 15:34:52 15:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:26:01 eth0 17.98 13.81 15.22 7.85 0.00 0.00 0.00 0.00 15:34:52 15:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:26:01 docker0 479.34 724.12 53.02 4243.31 0.00 0.00 0.00 0.00 15:34:52 15:27:01 eth0 1.17 0.62 0.68 0.22 0.00 0.00 0.00 0.00 15:34:52 15:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:28:02 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:34:52 15:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:29:01 eth0 0.25 0.19 0.14 0.07 0.00 0.00 0.00 0.00 15:34:52 15:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:30:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:31:01 eth0 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:32:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 15:34:52 15:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:33:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 15:34:52 15:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:34:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 15:34:52 15:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 15:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 Average: eth0 118.22 82.24 669.72 30.76 0.00 0.00 0.00 0.00 15:34:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 15:34:52 Average: docker0 24.02 36.29 2.66 212.66 0.00 0.00 0.00 0.00 15:34:52 15:34:52 15:34:52 ---> sar -P ALL: 15:34:52 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 12/03/20 _x86_64_ (4 CPU) 15:34:52 15:34:52 15:13:14 LINUX RESTART (4 CPU) 15:34:52 15:34:52 15:14:01 CPU %user %nice %system %iowait %steal %idle 15:34:52 15:15:02 all 11.80 0.00 4.42 1.51 7.18 75.09 15:34:52 15:15:02 0 9.80 0.00 4.51 0.29 8.42 76.98 15:34:52 15:15:02 1 11.46 0.00 4.07 2.77 7.10 74.60 15:34:52 15:15:02 2 11.46 0.00 4.67 2.47 7.04 74.36 15:34:52 15:15:02 3 14.52 0.00 4.42 0.49 6.13 74.44 15:34:52 15:16:01 all 10.06 0.00 7.43 1.81 7.81 72.90 15:34:52 15:16:01 0 9.64 0.00 7.59 1.16 8.23 73.38 15:34:52 15:16:01 1 10.06 0.00 7.49 3.10 7.67 71.67 15:34:52 15:16:01 2 10.41 0.00 7.47 1.39 7.95 72.78 15:34:52 15:16:01 3 10.11 0.00 7.18 1.56 7.39 73.76 15:34:52 15:17:01 all 31.90 0.00 10.84 5.01 7.56 44.69 15:34:52 15:17:01 0 30.38 0.00 10.89 5.94 8.10 44.69 15:34:52 15:17:01 1 32.51 0.00 10.37 4.74 7.21 45.17 15:34:52 15:17:01 2 33.71 0.00 11.41 4.27 7.26 43.34 15:34:52 15:17:01 3 31.00 0.00 10.71 5.07 7.66 45.57 15:34:52 15:18:01 all 57.03 0.00 14.89 3.25 10.07 14.76 15:34:52 15:18:01 0 53.02 0.00 14.98 3.94 10.93 17.12 15:34:52 15:18:01 1 58.78 0.00 13.96 3.09 9.97 14.20 15:34:52 15:18:01 2 55.88 0.00 15.81 2.84 10.71 14.76 15:34:52 15:18:01 3 60.47 0.00 14.80 3.15 8.65 12.94 15:34:52 15:19:02 all 33.15 0.00 11.34 3.74 6.59 45.19 15:34:52 15:19:02 0 30.84 0.00 10.30 4.17 6.85 47.84 15:34:52 15:19:02 1 33.63 0.00 11.58 3.02 6.93 44.83 15:34:52 15:19:02 2 31.50 0.00 10.80 2.31 7.28 48.10 15:34:52 15:19:02 3 36.64 0.00 12.66 5.46 5.28 39.96 15:34:52 15:20:01 all 14.94 0.00 16.24 4.39 8.48 55.95 15:34:52 15:20:01 0 15.37 0.00 15.39 5.47 8.57 55.21 15:34:52 15:20:01 1 14.90 0.00 15.84 4.07 8.49 56.70 15:34:52 15:20:01 2 13.50 0.00 16.41 3.50 9.01 57.57 15:34:52 15:20:01 3 15.99 0.00 17.34 4.55 7.82 54.30 15:34:52 15:21:02 all 18.94 0.00 23.71 22.82 9.45 25.08 15:34:52 15:21:02 0 18.99 0.00 24.14 24.36 9.81 22.70 15:34:52 15:21:02 1 19.15 0.00 24.90 24.05 8.90 23.01 15:34:52 15:21:02 2 17.16 0.00 20.14 20.49 9.93 32.28 15:34:52 15:21:02 3 20.54 0.00 25.80 22.45 9.13 22.08 15:34:52 15:22:02 all 63.31 0.00 16.61 9.39 2.90 7.78 15:34:52 15:22:02 0 64.81 0.00 16.46 6.60 2.76 9.37 15:34:52 15:22:02 1 62.19 0.00 16.57 11.03 3.22 6.99 15:34:52 15:22:02 2 61.06 0.00 17.48 9.32 2.96 9.18 15:34:52 15:22:02 3 65.12 0.00 15.96 10.67 2.66 5.59 15:34:52 15:23:02 all 14.83 0.00 20.24 28.46 10.63 25.85 15:34:52 15:23:02 0 15.57 0.00 20.24 30.05 11.17 22.98 15:34:52 15:23:02 1 14.39 0.00 20.55 30.73 10.40 23.93 15:34:52 15:23:02 2 13.83 0.00 18.67 24.83 10.69 31.97 15:34:52 15:23:02 3 15.55 0.00 21.55 28.28 10.23 24.39 15:34:52 15:24:02 all 28.66 0.00 21.10 24.05 13.13 13.05 15:34:52 15:24:02 0 31.00 0.00 20.98 23.53 13.33 11.15 15:34:52 15:24:02 1 28.42 0.00 22.25 24.77 13.00 11.56 15:34:52 15:24:02 2 26.85 0.00 19.58 24.59 13.69 15.28 15:34:52 15:24:02 3 28.38 0.00 21.60 23.29 12.50 14.23 15:34:52 15:25:01 all 46.22 0.00 18.53 15.92 8.01 11.31 15:34:52 15:25:01 0 47.31 0.00 18.14 14.54 8.44 11.57 15:34:52 15:25:01 1 44.40 0.00 18.69 16.42 8.36 12.13 15:34:52 15:25:01 2 45.72 0.00 19.35 15.50 7.61 11.82 15:34:52 15:25:01 3 47.45 0.00 17.94 17.27 7.65 9.69 15:34:52 15:34:52 15:25:01 CPU %user %nice %system %iowait %steal %idle 15:34:52 15:26:01 all 5.51 0.00 3.68 2.40 4.15 84.26 15:34:52 15:26:01 0 5.30 0.00 3.78 0.83 4.07 86.03 15:34:52 15:26:01 1 5.34 0.00 3.89 2.95 4.02 83.80 15:34:52 15:26:01 2 5.46 0.00 3.72 1.97 4.38 84.47 15:34:52 15:26:01 3 5.95 0.00 3.32 3.84 4.14 82.76 15:34:52 15:27:01 all 0.10 0.00 0.05 0.02 0.11 99.72 15:34:52 15:27:01 0 0.02 0.00 0.03 0.00 0.08 99.87 15:34:52 15:27:01 1 0.27 0.00 0.08 0.03 0.08 99.53 15:34:52 15:27:01 2 0.08 0.00 0.07 0.03 0.18 99.63 15:34:52 15:27:01 3 0.02 0.00 0.03 0.02 0.08 99.85 15:34:52 15:28:02 all 0.11 0.00 0.12 0.00 0.59 99.18 15:34:52 15:28:02 0 0.05 0.00 0.07 0.00 0.66 99.22 15:34:52 15:28:02 1 0.18 0.00 0.15 0.00 0.70 98.97 15:34:52 15:28:02 2 0.20 0.00 0.10 0.00 0.55 99.15 15:34:52 15:28:02 3 0.00 0.00 0.17 0.00 0.47 99.37 15:34:52 15:29:01 all 0.11 0.00 0.05 0.03 0.25 99.56 15:34:52 15:29:01 0 0.02 0.00 0.03 0.02 0.03 99.90 15:34:52 15:29:01 1 0.03 0.00 0.07 0.02 0.32 99.56 15:34:52 15:29:01 2 0.37 0.00 0.07 0.07 0.20 99.29 15:34:52 15:29:01 3 0.02 0.00 0.03 0.00 0.46 99.49 15:34:52 15:30:01 all 0.10 0.00 0.16 0.00 0.72 99.02 15:34:52 15:30:01 0 0.03 0.00 0.05 0.00 0.83 99.09 15:34:52 15:30:01 1 0.03 0.00 0.23 0.00 0.76 98.97 15:34:52 15:30:01 2 0.30 0.00 0.13 0.00 0.53 99.04 15:34:52 15:30:01 3 0.03 0.00 0.23 0.00 0.75 98.99 15:34:52 15:31:01 all 0.10 0.00 0.05 0.00 0.29 99.56 15:34:52 15:31:01 0 0.05 0.00 0.07 0.00 0.63 99.25 15:34:52 15:31:01 1 0.02 0.00 0.03 0.00 0.08 99.87 15:34:52 15:31:01 2 0.30 0.00 0.02 0.00 0.32 99.37 15:34:52 15:31:01 3 0.02 0.00 0.07 0.02 0.13 99.77 15:34:52 15:32:01 all 0.10 0.00 0.04 0.00 0.20 99.67 15:34:52 15:32:01 0 0.02 0.00 0.02 0.00 0.20 99.77 15:34:52 15:32:01 1 0.03 0.00 0.05 0.00 0.25 99.67 15:34:52 15:32:01 2 0.32 0.00 0.05 0.00 0.18 99.45 15:34:52 15:32:01 3 0.02 0.00 0.03 0.00 0.17 99.78 15:34:52 15:33:01 all 0.10 0.00 0.02 0.00 0.30 99.57 15:34:52 15:33:01 0 0.02 0.00 0.02 0.00 0.13 99.83 15:34:52 15:33:01 1 0.05 0.00 0.05 0.00 0.56 99.34 15:34:52 15:33:01 2 0.33 0.00 0.00 0.02 0.25 99.40 15:34:52 15:33:01 3 0.02 0.00 0.02 0.00 0.27 99.70 15:34:52 15:34:01 all 0.08 0.00 0.03 0.00 0.99 98.90 15:34:52 15:34:01 0 0.02 0.00 0.05 0.00 1.19 98.75 15:34:52 15:34:01 1 0.03 0.00 0.00 0.02 1.19 98.76 15:34:52 15:34:01 2 0.27 0.00 0.03 0.00 0.48 99.22 15:34:52 15:34:01 3 0.00 0.00 0.03 0.00 1.09 98.88 15:34:52 Average: all 16.05 0.00 8.09 5.83 4.79 65.24 15:34:52 Average: 0 15.85 0.00 8.02 5.73 5.04 65.36 15:34:52 Average: 1 15.94 0.00 8.14 6.20 4.79 64.93 15:34:52 Average: 2 15.67 0.00 7.96 5.43 4.89 66.05 15:34:52 Average: 3 16.75 0.00 8.26 5.94 4.45 64.61 15:34:52 15:34:52 15:34:52