Pull request #2850 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 andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at 5839a71b4bbbe111e98a5f129fc41db18caea77c rather than 8d28918112c88a4e7952752ef5c4c040173e2105 Obtained Jenkinsfile from 5839a71b4bbbe111e98a5f129fc41db18caea77c 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9174 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [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/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Merging remotes/origin/master commit 5839a71b4bbbe111e98a5f129fc41db18caea77c into PR head commit 8d28918112c88a4e7952752ef5c4c040173e2105 Merge succeeded, producing 8d28918112c88a4e7952752ef5c4c040173e2105 Checking out Revision 8d28918112c88a4e7952752ef5c4c040173e2105 (PR-2850) Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d28918112c88a4e7952752ef5c4c040173e2105 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8d28918112c88a4e7952752ef5c4c040173e2105 # timeout=10 Commit message: "feat(security): Add security-redis-bootstrap service" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:57:57 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:57:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:57:58 ========================================================= 16:57:58 EdgeX Global Pipelines Version Info 16:57:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 23c39542320e6ee02fbe1e99a90d96171c7850b0 # timeout=10 16:57:59 ------------------- 16:57:59 stable info: 16:57:59 ------------------- 16:57:59 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:57:59 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:57:59 Message: update stable to v1.0.148 16:58:00 ------------------- 16:58:00 experimental info: 16:58:00 ------------------- 16:58:00 Commited By: **** collab-it+edgex@linuxfoundation.org 16:58:00 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 16:58:00 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:58:00 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:58:00 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:58:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:58:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2850 [Pipeline] echo 16:58:03 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2850 [Pipeline] echo 16:58:03 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2850 [Pipeline] echo 16:58:03 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8d28918112c88a4e7952752ef5c4c040173e2105 [Pipeline] echo 16:58:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8d28918 [Pipeline] echo 16:58:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 16:58:03 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/core-command/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo core-command,cmd/core-command/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/core-data/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo core-data,cmd/core-data/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/core-metadata/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo core-metadata,cmd/core-metadata/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/security-bootstrap-redis/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/security-proxy-setup/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/security-secrets-setup/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/support-logging/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo support-logging,cmd/support-logging/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/support-notifications/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo support-notifications,cmd/support-notifications/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/support-scheduler/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:58:03 + for file in '`ls cmd/**/Dockerfile`' 16:58:03 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:58:03 ++ cut -d/ -f2 16:58:03 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:58:03 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:58:04 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:58:05 16:58:05 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:58:05 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:58:05 latest: Pulling from edgex-devops/git-semver 16:58:05 31603596830f: Pulling fs layer 16:58:05 2a8b12db71e7: Pulling fs layer 16:58:05 6ca5941a6612: Pulling fs layer 16:58:05 ecc8261a40a4: Pulling fs layer 16:58:05 ecc8261a40a4: Waiting 16:58:05 2a8b12db71e7: Verifying Checksum 16:58:05 2a8b12db71e7: Download complete 16:58:05 31603596830f: Download complete 16:58:05 ecc8261a40a4: Verifying Checksum 16:58:05 ecc8261a40a4: Download complete 16:58:05 6ca5941a6612: Verifying Checksum 16:58:05 6ca5941a6612: Download complete 16:58:05 31603596830f: Pull complete 16:58:05 2a8b12db71e7: Pull complete 16:58:06 6ca5941a6612: Pull complete 16:58:06 ecc8261a40a4: Pull complete 16:58:06 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:58:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:58:06 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:58:07 prd-centos7-docker-4c-2g-9174 does not seem to be running inside a container 16:58:07 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:58:09 $ docker top 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:58:10 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:58:10 [ssh-agent] Looking for ssh-agent implementation... 16:58:10 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:58:10 $ docker exec 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 ssh-agent 16:58:10 SSH_AUTH_SOCK=/tmp/ssh-2s0WHn4A9MYB/agent.12 16:58:10 SSH_AGENT_PID=17 16:58:10 Running ssh-add (command line suppressed) 16:58:10 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1604635844545110033.key (/w/workspace/edgex-go/5@tmp/private_key_1604635844545110033.key) 16:58:10 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:58:11 + git tag --points-at HEAD [Pipeline] } 16:58:11 $ docker exec --env ******** --env ******** 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 ssh-agent -k 16:58:11 unset SSH_AUTH_SOCK; 16:58:11 unset SSH_AGENT_PID; 16:58:11 echo Agent pid 17 killed; 16:58:11 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:58:11 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:58:11 [ssh-agent] Looking for ssh-agent implementation... 16:58:11 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:58:11 $ docker exec 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 ssh-agent 16:58:11 SSH_AUTH_SOCK=/tmp/ssh-wJBfCvnT1jxD/agent.45 16:58:11 SSH_AGENT_PID=50 16:58:11 Running ssh-add (command line suppressed) 16:58:11 Identity added: /w/workspace/edgex-go/5@tmp/private_key_8169868207181156971.key (/w/workspace/edgex-go/5@tmp/private_key_8169868207181156971.key) 16:58:11 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:58:12 + git semver init 16:58:12 # -> Open(): unable to determine branch for HEAD 16:58:12 # $GIT_DIR = /w/workspace/edgex-go/5/.git 16:58:12 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 16:58:12 # $SEMVER_REMOTE_NAME = origin 16:58:12 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:58:12 # $SEMVER_USER_NAME = edgex-jenkins 16:58:12 # $SEMVER_BRANCH = PR-2850 16:58:12 # $SEMVER_TEMP = /tmp/semver-158108239 16:58:12 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:58:30 # '/tmp/semver-158108239' -> '/w/workspace/edgex-go/5/.semver' 16:58:30 # -> Force: false 16:58:30 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 16:58:30 $ docker exec --env ******** --env ******** 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 ssh-agent -k 16:58:30 unset SSH_AUTH_SOCK; 16:58:30 unset SSH_AGENT_PID; 16:58:30 echo Agent pid 50 killed; 16:58:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:58:31 + git semver [Pipeline] } 16:58:31 $ docker stop --time=1 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 16:58:32 $ docker rm -f 69482dfca230665a8a5ccaa01f90edea19ab44a31916e12da60b4da43af733e0 [Pipeline] // withDockerContainer [Pipeline] sh 16:58:33 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:58:34 Stashed 1 file(s) [Pipeline] echo 16:58:34 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 16:58:34 ========================================================= 16:58:34 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:58:34 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:58:35 + 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 . 16:58:38 Sending build context to Docker daemon 325.8MB 16:58:38 Step 1/7 : ARG BASE=golang:1.15-alpine 16:58:38 Step 2/7 : FROM ${BASE} 16:58:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:58:38 df20fa9351a1: Pulling fs layer 16:58:38 ed8968b2872e: Pulling fs layer 16:58:38 a92cc7c5fd73: Pulling fs layer 16:58:38 e871e8e8d7a9: Pulling fs layer 16:58:38 e73272ec9a57: Pulling fs layer 16:58:38 1e910a182e73: Pulling fs layer 16:58:38 4e634b169226: Pulling fs layer 16:58:38 e871e8e8d7a9: Waiting 16:58:38 1e910a182e73: Waiting 16:58:38 4e634b169226: Waiting 16:58:38 a92cc7c5fd73: Verifying Checksum 16:58:38 a92cc7c5fd73: Download complete 16:58:38 ed8968b2872e: Download complete 16:58:38 e73272ec9a57: Verifying Checksum 16:58:38 e73272ec9a57: Download complete 16:58:38 1e910a182e73: Verifying Checksum 16:58:38 1e910a182e73: Download complete 16:58:38 df20fa9351a1: Verifying Checksum 16:58:38 df20fa9351a1: Download complete 16:58:38 df20fa9351a1: Pull complete 16:58:39 ed8968b2872e: Pull complete 16:58:39 a92cc7c5fd73: Pull complete 16:58:40 4e634b169226: Download complete 16:58:41 e871e8e8d7a9: Verifying Checksum 16:58:41 e871e8e8d7a9: Download complete 16:58:48 e871e8e8d7a9: Pull complete 16:58:48 e73272ec9a57: Pull complete 16:58:48 1e910a182e73: Pull complete 16:58:49 Still waiting to schedule task 16:58:49 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:58:53 4e634b169226: Pull complete 16:58:53 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:58:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:58:53 ---> f7629b54cfaa 16:58:53 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 16:58:53 ---> Running in aa026d9daf90 16:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:58:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:58:55 (1/12) Installing libmagic (5.38-r0) 16:58:55 (2/12) Installing file (5.38-r0) 16:58:55 (3/12) Installing libc-dev (0.7.2-r3) 16:58:55 (4/12) Installing g++ (9.3.0-r2) 16:59:17 (5/12) Installing fortify-headers (1.1-r0) 16:59:17 (6/12) Installing patch (2.7.6-r6) 16:59:17 (7/12) Installing build-base (0.5-r2) 16:59:17 (8/12) Installing libsodium (1.0.18-r0) 16:59:17 (9/12) Installing pkgconf (1.7.2-r0) 16:59:17 (10/12) Installing libsodium-dev (1.0.18-r0) 16:59:17 (11/12) Installing libzmq (4.3.3-r0) 16:59:17 (12/12) Installing zeromq-dev (4.3.3-r0) 16:59:17 Executing busybox-1.31.1-r16.trigger 16:59:17 OK: 233 MiB in 51 packages 16:59:19 Removing intermediate container aa026d9daf90 16:59:19 ---> 59dd956e79cc 16:59:19 Step 4/7 : WORKDIR /edgex-go 16:59:19 ---> Running in 71bfcaaec392 16:59:19 Removing intermediate container 71bfcaaec392 16:59:19 ---> 19406c7a58c7 16:59:19 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:59:19 latest: Pulling from library/docker 16:59:19 188c0c94c7c5: Pulling fs layer 16:59:19 0c7c675703d6: Pulling fs layer 16:59:19 cc8c12a437cb: Pulling fs layer 16:59:19 c5dafad2182a: Pulling fs layer 16:59:19 5aa711733414: Pulling fs layer 16:59:19 058f73b55e4b: Pulling fs layer 16:59:19 8c9c664faf12: Pulling fs layer 16:59:19 5aa711733414: Waiting 16:59:19 058f73b55e4b: Waiting 16:59:19 8c9c664faf12: Waiting 16:59:19 c5dafad2182a: Waiting 16:59:20 cc8c12a437cb: Verifying Checksum 16:59:20 cc8c12a437cb: Download complete 16:59:20 0c7c675703d6: Verifying Checksum 16:59:20 0c7c675703d6: Download complete 16:59:20 188c0c94c7c5: Verifying Checksum 16:59:20 5aa711733414: Verifying Checksum 16:59:20 5aa711733414: Download complete 16:59:20 058f73b55e4b: Verifying Checksum 16:59:20 058f73b55e4b: Download complete 16:59:20 8c9c664faf12: Verifying Checksum 16:59:20 8c9c664faf12: Download complete 16:59:20 188c0c94c7c5: Pull complete 16:59:20 0c7c675703d6: Pull complete 16:59:20 cc8c12a437cb: Pull complete 16:59:20 c5dafad2182a: Verifying Checksum 16:59:20 c5dafad2182a: Download complete 16:59:23 c5dafad2182a: Pull complete 16:59:23 5aa711733414: Pull complete 16:59:23 058f73b55e4b: Pull complete 16:59:23 8c9c664faf12: Pull complete 16:59:23 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:59:23 Status: Downloaded newer image for docker:latest 16:59:25 ---> fd35a490feb4 16:59:25 Step 6/7 : COPY go.mod . 16:59:25 ---> a27a3b7270c7 16:59:25 Step 7/7 : RUN go mod download 16:59:25 ---> Running in 58cd8f231289 16:59:47 Removing intermediate container 58cd8f231289 16:59:47 ---> 1e2159288533 16:59:47 Successfully built 1e2159288533 16:59:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:59:47 + docker inspect -f . ci-base-image-x86_64 16:59:47 . [Pipeline] withDockerContainer 16:59:48 prd-centos7-docker-4c-2g-9174 does not seem to be running inside a container 16:59:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 16:59:48 $ docker top ee9102aaff868587e11706444e18d78c4ab968484254e4f376ad62314082dc8e -eo pid,comm [Pipeline] { [Pipeline] sh 16:59:49 + go version 16:59:49 go version go1.15.2 linux/amd64 [Pipeline] } 16:59:49 $ docker stop --time=1 ee9102aaff868587e11706444e18d78c4ab968484254e4f376ad62314082dc8e 16:59:50 $ docker rm -f ee9102aaff868587e11706444e18d78c4ab968484254e4f376ad62314082dc8e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:59:51 + docker inspect -f . ci-base-image-x86_64 16:59:51 . [Pipeline] withDockerContainer 16:59:51 prd-centos7-docker-4c-2g-9174 does not seem to be running inside a container 16:59:51 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** ci-base-image-x86_64 cat 16:59:52 $ docker top eefef017fbc2caaa10f30afb4d49a88565db1b2ad592a69e65a645b2c681dbb3 -eo pid,comm [Pipeline] { [Pipeline] echo 16:59:52 ========================================================= 16:59:52 [edgeXBuildGoParallel] Running Tests and Build... 16:59:52 ========================================================= [Pipeline] sh 16:59:53 + make test 16:59:53 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:59:55 ? github.com/edgexfoundry/edgex-go [no test files] 17:00:05 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:00:11 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:00:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:00:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:00:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:00:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:00:12 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.011s 17:00:12 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:00:12 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:00:12 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:00:13 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:00:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:00:13 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:00:13 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:00:16 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.044s coverage: 46.6% of statements 17:00:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:00:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:00:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:00:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:00:16 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.117s coverage: 27.0% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.034s coverage: 100.0% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.017s coverage: 100.0% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.321s coverage: 66.0% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.334s coverage: 84.5% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.076s coverage: 28.6% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.034s coverage: 100.0% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:00:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.023s coverage: 100.0% of statements 17:00:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:00:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 86.7% of statements 17:00:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.020s coverage: 97.5% of statements 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.020s coverage: 100.0% of statements 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:00:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.066s coverage: 95.7% of statements 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:00:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.073s coverage: 58.8% of statements 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:00:22 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.021s coverage: 0.0% of statements [no tests to run] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:00:22 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.058s coverage: 63.5% of statements 17:00:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:00:23 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.008s coverage: 100.0% of statements 17:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.028s coverage: 91.3% of statements 17:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements 17:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.009s coverage: 73.7% of statements 17:00:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 17:00:24 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.096s coverage: 55.9% of statements 17:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:00:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.739s coverage: 86.3% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.297s coverage: 72.2% of statements 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.118s coverage: 72.1% of statements 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.020s coverage: 82.4% of statements 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.018s coverage: 48.4% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.006s coverage: 28.8% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.021s coverage: 36.5% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.079s coverage: 84.1% of statements 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.023s coverage: 100.0% of statements 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.014s coverage: 42.9% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.023s coverage: 100.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.016s coverage: 83.8% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.032s coverage: 47.1% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.002s coverage: 100.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.015s coverage: 100.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.008s coverage: 100.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.044s coverage: 29.1% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.040s coverage: 99.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.023s coverage: 100.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.006s coverage: 0.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:00:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.005s coverage: 100.0% of statements 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:00:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:00:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.005s coverage: 87.9% of statements 17:00:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:00:31 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:00:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.012s coverage: 100.0% of statements 17:00:31 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 17:00:31 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 17:00:32 GO111MODULE=on go vet ./... 17:00:39 gofmt -l . 17:00:39 [ "`gofmt -l .`" = "" ] 17:00:39 ./bin/test-go-mod-tidy.sh 17:00:40 ./bin/test-attribution-txt.sh [Pipeline] sh 17:00:41 + ls -al . 17:00:41 total 632 17:00:41 drwxrwxr-x 10 1001 1001 4096 Oct 27 17:00 . 17:00:41 drwxr-xr-x 4 root root 28 Oct 27 16:59 .. 17:00:41 -rw-rw-r-- 1 1001 1001 11 Oct 27 16:57 .dockerignore 17:00:41 drwxrwxr-x 8 1001 1001 179 Oct 27 16:57 .git 17:00:41 drwxrwxr-x 3 1001 1001 125 Oct 27 16:57 .github 17:00:41 -rw-rw-r-- 1 1001 1001 931 Oct 27 16:57 .gitignore 17:00:41 drwx------ 3 1001 1001 47 Oct 27 16:58 .semver 17:00:41 -rw-rw-r-- 1 1001 1001 166 Oct 27 16:57 .sonarcloud.properties 17:00:41 -rw-rw-r-- 1 1001 1001 3804 Oct 27 16:57 CONTRIBUTING.md 17:00:41 -rw-rw-r-- 1 1001 1001 1035 Oct 27 16:57 Dockerfile.build 17:00:41 -rw-rw-r-- 1 1001 1001 863 Oct 27 16:57 Jenkinsfile 17:00:41 -rw-rw-r-- 1 1001 1001 10775 Oct 27 16:57 LICENSE 17:00:41 -rw-rw-r-- 1 1001 1001 6611 Oct 27 16:57 Makefile 17:00:41 -rw-rw-r-- 1 1001 1001 6447 Oct 27 16:57 README.md 17:00:41 -rw-rw-r-- 1 1001 1001 259 Oct 27 16:57 SECURITY.md 17:00:41 -rw-rw-r-- 1 1001 1001 5 Oct 27 16:58 VERSION 17:00:41 -rw-rw-r-- 1 1001 1001 4131 Oct 27 16:57 ZMQWindows.md 17:00:41 drwxrwxr-x 2 1001 1001 117 Oct 27 16:57 bin 17:00:41 drwxrwxr-x 15 1001 1001 4096 Oct 27 16:57 cmd 17:00:41 -rw-r--r-- 1 root root 539324 Oct 27 17:00 coverage.out 17:00:41 -rw-r--r-- 1 root root 1041 Oct 27 17:00 go.mod 17:00:41 -rw-r--r-- 1 root root 19010 Oct 27 17:00 go.sum 17:00:41 drwxrwxr-x 8 1001 1001 127 Oct 27 16:57 internal 17:00:41 drwxrwxr-x 4 1001 1001 26 Oct 27 16:57 openapi 17:00:41 drwxrwxr-x 4 1001 1001 71 Oct 27 16:57 snap 17:00:41 -rw-rw-r-- 1 1001 1001 168 Oct 27 16:57 version.go [Pipeline] sh 17:00:42 + '[' -e coverage.out ] 17:00:42 + chown 1001:1001 coverage.out [Pipeline] stash 17:00:42 Stashed 1 file(s) [Pipeline] sh 17:00:42 + make build 17:00:42 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 17:00:51 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 17:00:54 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 17:00:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:00:56 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 17:00:58 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 17:00:58 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 17:01:00 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 17:01:01 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 17:01:02 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 17:01:03 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 17:01:04 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 17:01:05 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 17:01:06 $ docker stop --time=1 eefef017fbc2caaa10f30afb4d49a88565db1b2ad592a69e65a645b2c681dbb3 17:01:08 $ docker rm -f eefef017fbc2caaa10f30afb4d49a88565db1b2ad592a69e65a645b2c681dbb3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:11 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:01:11 17:01:11 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 17:01:12 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:01:12 latest: Pulling from edgex-devops/edgex-compose 17:01:12 cbdbe7a5bc2a: Pulling fs layer 17:01:12 ca9280d653b3: Pulling fs layer 17:01:12 7e9c9ca2126c: Pulling fs layer 17:01:12 cbdbe7a5bc2a: Verifying Checksum 17:01:12 cbdbe7a5bc2a: Download complete 17:01:12 cbdbe7a5bc2a: Pull complete 17:01:12 ca9280d653b3: Verifying Checksum 17:01:12 ca9280d653b3: Download complete 17:01:13 7e9c9ca2126c: Download complete 17:01:13 ca9280d653b3: Pull complete 17:01:20 7e9c9ca2126c: Pull complete 17:01:20 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 17:01:20 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:01:20 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 17:01:20 prd-centos7-docker-4c-2g-9174 does not seem to be running inside a container 17:01:20 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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-devops/edgex-compose:latest cat 17:01:21 $ docker top 926a9ba39a3df2b9469db0e340dc47d59d4297eaff74c0e84ab7b9742bbac28c -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:21 + docker-compose build --help 17:01:21 + grep parallel 17:01:22 --parallel Build images in parallel. [Pipeline] } 17:01:22 $ docker stop --time=1 926a9ba39a3df2b9469db0e340dc47d59d4297eaff74c0e84ab7b9742bbac28c 17:01:24 $ docker rm -f 926a9ba39a3df2b9469db0e340dc47d59d4297eaff74c0e84ab7b9742bbac28c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:01:24 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 17:01:24 . [Pipeline] withDockerContainer 17:01:24 prd-centos7-docker-4c-2g-9174 does not seem to be running inside a container 17:01:24 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 17:01:25 $ docker top 3e53edac2d1dd2a6d344fc0f4ea0fb4d5ff82d22121a3d35789567deac3d1618 -eo pid,comm [Pipeline] { [Pipeline] sh 17:01:26 + docker-compose -f ./docker-compose-build.yml build --parallel 17:01:27 Building docker-core-command-go ... 17:01:27 Building docker-core-data-go ... 17:01:27 Building docker-core-metadata-go ... 17:01:27 Building docker-security-bootstrap-redis-go ... 17:01:27 Building docker-security-proxy-setup-go ... 17:01:27 Building docker-security-secrets-setup-go ... 17:01:27 Building docker-security-secretstore-setup-go ... 17:01:27 Building docker-support-logging-go ... 17:01:27 Building docker-support-notifications-go ... 17:01:27 Building docker-support-scheduler-go ... 17:01:27 Building docker-sys-mgmt-agent-go ... 17:01:27 Building docker-security-proxy-setup-go 17:01:27 Building docker-support-logging-go 17:01:27 Building docker-core-data-go 17:01:27 Building docker-support-scheduler-go 17:01:27 Building docker-support-notifications-go 17:01:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9177 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 17:01:50 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 17:01:55 using credential edgex-jenkins-ssh 17:01:55 Cloning the remote Git repository 17:01:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:01:55 > git init /w/workspace/edgex-go/5 # timeout=10 17:01:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:01:56 > git --version # timeout=10 17:01:56 > git --version # 'git version 2.17.1' 17:01:56 using GIT_SSH to set credentials SSH Credentials for GitHub 17:01:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:01:59 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:59 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:01:59 ---> 1e2159288533 17:01:59 Step 3/23 : WORKDIR /edgex-go 17:01:59 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:59 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:01:59 ---> 1e2159288533 17:01:59 Step 3/21 : WORKDIR /edgex-go 17:01:59 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:59 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:01:59 ---> 1e2159288533 17:01:59 Step 3/24 : WORKDIR /edgex-go 17:01:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 17:01:59 17:01:59 Step 2/22 : FROM ${BUILDER_BASE} AS builderStep 2/20 : FROM ${BUILDER_BASE} AS builder 17:01:59 17:01:59 ---> 1e2159288533 17:01:59 ---> 1e2159288533 17:01:59 Step 3/22 : WORKDIR /edgex-goStep 3/20 : WORKDIR /edgex-go 17:01:59 17:01:59 ---> Running in e24aade5f0e2 17:01:59 ---> Running in c79fc068bfef 17:01:59 ---> Running in a866f4a8369b 17:01:59 ---> Running in df372464d9a6 17:01:59 ---> Running in 988581ddc5f9 17:01:59 Removing intermediate container 988581ddc5f9 17:01:59 ---> d39409c357ac 17:01:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:59 Removing intermediate container e24aade5f0e2 17:01:59 ---> 1b051dc3bb20 17:01:59 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:59 Removing intermediate container a866f4a8369b 17:01:59 ---> d07d59d417db 17:01:59 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:59 Removing intermediate container df372464d9a6 17:01:59 ---> 734b83eb129d 17:01:59 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:59 Removing intermediate container c79fc068bfef 17:01:59 ---> 6d3c034f55ac 17:01:59 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:01:59 ---> Running in e691b0cba5b7 17:01:59 ---> Running in bdaf4014e342 17:01:59 ---> Running in b0b02d515416 17:01:59 ---> Running in e70182b7f292 17:01:59 ---> Running in 2118956410d8 17:01:59 Removing intermediate container e691b0cba5b7 17:01:59 ---> e0674534520c 17:01:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 17:01:59 ---> Running in 346843718f5a 17:01:59 Removing intermediate container b0b02d515416 17:01:59 ---> 761180c799e5 17:01:59 Step 5/21 : RUN apk update && apk add make git 17:01:59 ---> Running in e8c34b5b1a29 17:01:59 Removing intermediate container bdaf4014e342 17:01:59 ---> e4fe666554cd 17:01:59 Step 5/20 : RUN apk update && apk add make git 17:01:59 Removing intermediate container e70182b7f292 17:01:59 ---> ce96e5731900 17:01:59 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:01:59 Removing intermediate container 2118956410d8 17:01:59 ---> 9e4056bbd980 17:01:59 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 17:01:59 ---> Running in 1ff24b711212 17:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:01:59 ---> Running in 451229f31a68 17:01:59 ---> Running in db43a37c1e62 17:01:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:02:02 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:02:02 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:02:02 OK: 12752 distinct packages available 17:02:03 OK: 233 MiB in 51 packages 17:02:03 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:02:03 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:02:03 OK: 12752 distinct packages available 17:02:03 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:02:03 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:02:03 OK: 12752 distinct packages available 17:02:03 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:02:03 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:02:03 OK: 12752 distinct packages available 17:02:03 OK: 233 MiB in 51 packages 17:02:03 Removing intermediate container e8c34b5b1a29 17:02:03 ---> 3f2d243cd442 17:02:03 Step 6/21 : COPY go.mod . 17:02:03 OK: 233 MiB in 51 packages 17:02:03 OK: 233 MiB in 51 packages 17:02:03 ---> 1120c3959824 17:02:03 Step 7/21 : RUN go mod download 17:02:04 ---> Running in 2c8c67cb90bd 17:02:04 Removing intermediate container 1ff24b711212 17:02:04 ---> 71e277ee3db8 17:02:04 Step 6/20 : COPY go.mod . 17:02:04 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:02:04 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:02:04 OK: 12752 distinct packages available 17:02:04 OK: 233 MiB in 51 packages 17:02:04 ---> cf7489cbc85f 17:02:04 Step 7/20 : RUN go mod download 17:02:04 Removing intermediate container 451229f31a68 17:02:04 ---> 9507ada8dc71 17:02:04 Step 6/23 : COPY go.mod . 17:02:04 Removing intermediate container db43a37c1e62 17:02:04 ---> efd0de6e8813 17:02:04 Step 6/24 : COPY go.mod . 17:02:04 OK: 233 MiB in 51 packages 17:02:04 ---> Running in fb054f9942d7 17:02:05 ---> e61e0528e133 17:02:05 Step 7/23 : RUN go mod download 17:02:05 ---> b9ec1257a8f4 17:02:05 Step 7/24 : RUN go mod download 17:02:05 ---> Running in f33e56d96c00 17:02:05 ---> Running in d5ffb88800bb 17:02:05 Removing intermediate container 346843718f5a 17:02:05 ---> 6aca65c15f18 17:02:05 Step 6/22 : COPY go.mod . 17:02:05 ---> f55a117102b3 17:02:05 Step 7/22 : RUN go mod download 17:02:06 ---> Running in 78d911e5b8cd 17:02:06 Removing intermediate container fb054f9942d7 17:02:06 ---> be46aadc2163 17:02:06 Step 8/20 : COPY . . 17:02:06 Removing intermediate container 2c8c67cb90bd 17:02:06 ---> ad972dec3b1c 17:02:06 Step 8/21 : COPY . . 17:02:14 Removing intermediate container d5ffb88800bb 17:02:14 ---> 2578d8d7dbc5 17:02:14 Step 8/24 : COPY . . 17:02:14 Removing intermediate container f33e56d96c00 17:02:14 ---> e3f70c115bc0 17:02:14 Step 8/23 : COPY . . 17:02:17 Merging remotes/origin/master commit 5839a71b4bbbe111e98a5f129fc41db18caea77c into PR head commit 8d28918112c88a4e7952752ef5c4c040173e2105 17:02:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:02:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:02:16 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:02:16 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:02:16 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:16 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:02:17 Merge succeeded, producing 8d28918112c88a4e7952752ef5c4c040173e2105 17:02:17 Checking out Revision 8d28918112c88a4e7952752ef5c4c040173e2105 (PR-2850) 17:02:17 > git config core.sparsecheckout # timeout=10 17:02:17 > git checkout -f 8d28918112c88a4e7952752ef5c4c040173e2105 # timeout=10 17:02:17 > git remote # timeout=10 17:02:17 > git config --get remote.origin.url # timeout=10 17:02:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:02:17 > git merge 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 17:02:17 > git rev-parse HEAD^{commit} # timeout=10 17:02:17 > git config core.sparsecheckout # timeout=10 17:02:17 > git checkout -f 8d28918112c88a4e7952752ef5c4c040173e2105 # timeout=10 17:02:20 Removing intermediate container 78d911e5b8cd 17:02:20 ---> eabce1ff59fc 17:02:20 Step 8/22 : COPY . . 17:02:22 Commit message: "feat(security): Add security-redis-bootstrap service" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 17:02:23 ========================================================= 17:02:23 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 17:02:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:02:23 + 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 . 17:02:26 Sending build context to Docker daemon 165.3MB 17:02:26 Step 1/7 : ARG BASE=golang:1.15-alpine 17:02:26 Step 2/7 : FROM ${BASE} 17:02:26 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:02:26 b538f80385f9: Pulling fs layer 17:02:26 74f711af9a0d: Pulling fs layer 17:02:26 99f96fe45779: Pulling fs layer 17:02:26 8529a6b9a6be: Pulling fs layer 17:02:26 45590311c82a: Pulling fs layer 17:02:26 69ca0ff8b7b3: Pulling fs layer 17:02:26 209524e5b208: Pulling fs layer 17:02:26 45590311c82a: Waiting 17:02:26 69ca0ff8b7b3: Waiting 17:02:26 209524e5b208: Waiting 17:02:26 8529a6b9a6be: Waiting 17:02:26 99f96fe45779: Download complete 17:02:26 74f711af9a0d: Verifying Checksum 17:02:26 74f711af9a0d: Download complete 17:02:27 45590311c82a: Download complete 17:02:27 69ca0ff8b7b3: Verifying Checksum 17:02:27 69ca0ff8b7b3: Download complete 17:02:27 b538f80385f9: Verifying Checksum 17:02:27 b538f80385f9: Download complete 17:02:28 b538f80385f9: Pull complete 17:02:28 74f711af9a0d: Pull complete 17:02:28 99f96fe45779: Pull complete 17:02:29 209524e5b208: Verifying Checksum 17:02:29 209524e5b208: Download complete 17:02:31 8529a6b9a6be: Verifying Checksum 17:02:31 8529a6b9a6be: Download complete 17:02:41 8529a6b9a6be: Pull complete 17:02:41 45590311c82a: Pull complete 17:02:41 69ca0ff8b7b3: Pull complete 17:02:42 ---> 489135cb57b6 17:02:42 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:02:42 ---> 7eb73ddf1b0e 17:02:42 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:02:43 ---> Running in c40bea3bbdef 17:02:43 ---> Running in 27b5edb63913 17:02:46 209524e5b208: Pull complete 17:02:46 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 17:02:46 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 17:02:46 ---> 5bddaf1c2fca 17:02:46 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 17:02:48 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 17:02: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 17:02:49 ---> 9398963f2d3f 17:02:49 Step 9/23 : RUN make cmd/core-data/core-data 17:02:49 ---> d5f5248703b3 17:02:49 Step 9/22 : RUN make cmd/support-logging/support-logging 17:02:49 ---> 8e343c83256e 17:02:49 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:02:49 ---> Running in 6508ad27ad4e 17:02:49 ---> Running in 0a09d4d1655b 17:02:49 ---> Running in e9d705ae500d 17:02:49 ---> Running in 1e8101802fc8 17:02:50 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:02:51 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 17:02:51 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 17:02:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:02:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:02:53 (1/12) Installing libmagic (5.38-r0) 17:02:54 (2/12) Installing file (5.38-r0) 17:02:54 (3/12) Installing libc-dev (0.7.2-r3) 17:02:54 (4/12) Installing g++ (9.3.0-r2) 17:03:06 (5/12) Installing fortify-headers (1.1-r0) 17:03:06 (6/12) Installing patch (2.7.6-r6) 17:03:06 (7/12) Installing build-base (0.5-r2) 17:03:06 (8/12) Installing libsodium (1.0.18-r0) 17:03:06 (9/12) Installing pkgconf (1.7.2-r0) 17:03:06 (10/12) Installing libsodium-dev (1.0.18-r0) 17:03:06 (11/12) Installing libzmq (4.3.3-r0) 17:03:06 (12/12) Installing zeromq-dev (4.3.3-r0) 17:03:06 Executing busybox-1.31.1-r16.trigger 17:03:06 OK: 217 MiB in 51 packages 17:03:11 Removing intermediate container 6508ad27ad4e 17:03:11 ---> d50c645e7348 17:03:11 Step 4/7 : WORKDIR /edgex-go 17:03:11 ---> Running in aeaeecb4625f 17:03:11 Removing intermediate container aeaeecb4625f 17:03:11 ---> 5db3433418c1 17:03:11 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 17:03:11 latest: Pulling from library/docker 17:03:11 5f621e34cdf4: Pulling fs layer 17:03:11 85db56a05063: Pulling fs layer 17:03:11 ccb67d6aeaaa: Pulling fs layer 17:03:11 a0b19fc83503: Pulling fs layer 17:03:11 8eb508b41278: Pulling fs layer 17:03:11 37236713561e: Pulling fs layer 17:03:11 07c93f2b1b56: Pulling fs layer 17:03:11 8eb508b41278: Waiting 17:03:11 37236713561e: Waiting 17:03:11 07c93f2b1b56: Waiting 17:03:11 a0b19fc83503: Waiting 17:03:11 ccb67d6aeaaa: Verifying Checksum 17:03:11 ccb67d6aeaaa: Download complete 17:03:11 5f621e34cdf4: Download complete 17:03:12 85db56a05063: Download complete 17:03:12 8eb508b41278: Verifying Checksum 17:03:12 8eb508b41278: Download complete 17:03:12 37236713561e: Verifying Checksum 17:03:12 37236713561e: Download complete 17:03:12 07c93f2b1b56: Verifying Checksum 17:03:12 07c93f2b1b56: Download complete 17:03:12 5f621e34cdf4: Pull complete 17:03:13 85db56a05063: Pull complete 17:03:13 a0b19fc83503: Verifying Checksum 17:03:13 a0b19fc83503: Download complete 17:03:13 ccb67d6aeaaa: Pull complete 17:03:17 a0b19fc83503: Pull complete 17:03:17 8eb508b41278: Pull complete 17:03:17 37236713561e: Pull complete 17:03:17 07c93f2b1b56: Pull complete 17:03:17 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 17:03:17 Status: Downloaded newer image for docker:latest 17:03:17 Removing intermediate container 27b5edb63913 17:03:17 ---> 64ce077011e9 17:03:17 17:03:17 Step 10/20 : FROM alpine 17:03:17 latest: Pulling from library/alpine 17:03:17 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:03:17 Status: Downloaded newer image for alpine:latest 17:03:17 ---> d6e46aa2470d 17:03:17 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:03:18 ---> Running in e199642b6e60 17:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:03:19 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:03:19 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:03:19 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:03:19 OK: 12744 distinct packages available 17:03:20 (1/4) Installing ca-certificates (20191127-r4) 17:03:20 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:03:20 (3/4) Installing libcurl (7.69.1-r1) 17:03:20 (4/4) Installing curl (7.69.1-r1) 17:03:20 Executing busybox-1.31.1-r19.trigger 17:03:20 Executing ca-certificates-20191127-r4.trigger 17:03:20 OK: 7 MiB in 18 packages 17:03:21 ---> 415fa4e1d982 17:03:21 Step 6/7 : COPY go.mod . 17:03:21 ---> aa63c7e2124f 17:03:21 Step 7/7 : RUN go mod download 17:03:21 ---> Running in 1584cf98d3f7 17:03:22 Removing intermediate container e199642b6e60 17:03:22 ---> ca4de0ff5ac7 17:03:22 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:03:26 ---> Running in 79c70fb7981f 17:03:26 Removing intermediate container c40bea3bbdef 17:03:26 ---> f28c8caec57a 17:03:26 17:03:26 Step 10/21 : FROM scratch 17:03:26 ---> 17:03:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:03:26 Removing intermediate container e9d705ae500d 17:03:26 ---> 9021861a1567 17:03:26 17:03:26 Step 10/22 : FROM scratch 17:03:26 ---> 17:03:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:03:26 Removing intermediate container 1e8101802fc8 17:03:26 ---> a32c311ef330 17:03:26 17:03:26 Step 10/24 : FROM scratch 17:03:26 ---> 17:03:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:03:26 ---> Running in 166cf07867c7 17:03:26 ---> Running in 9c15862cdf57 17:03:26 ---> Running in 2c89398d66cf 17:03:26 Removing intermediate container 79c70fb7981f 17:03:26 ---> f46a8269c399 17:03:26 Step 13/20 : WORKDIR /edgex 17:03:26 ---> Running in d8361b038adb 17:03:26 Removing intermediate container 9c15862cdf57 17:03:26 ---> 455895dcd102 17:03:26 Step 12/21 : ENV APP_PORT=48085 17:03:26 Removing intermediate container 166cf07867c7 17:03:26 ---> abcc11c73bb2 17:03:26 Step 12/24 : ENV APP_PORT=48060 17:03:26 Removing intermediate container 2c89398d66cf 17:03:26 ---> 2196241c4760 17:03:26 Step 12/22 : ENV APP_PORT=48061 17:03:26 ---> Running in fbfb7a08151c 17:03:26 ---> Running in 8f3cfbbe57ef 17:03:26 ---> Running in c135cedcb91b 17:03:26 Removing intermediate container d8361b038adb 17:03:26 ---> e7d996c26bbb 17:03:26 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:03:26 Removing intermediate container fbfb7a08151c 17:03:26 ---> be4ce96e2fc6 17:03:26 Step 13/21 : EXPOSE $APP_PORT 17:03:27 Removing intermediate container 8f3cfbbe57ef 17:03:27 ---> 9b2dae41ce21 17:03:27 Step 13/24 : EXPOSE $APP_PORT 17:03:27 ---> Running in 456bc98a7c30 17:03:27 Removing intermediate container c135cedcb91b 17:03:27 ---> acdf3cf4af6b 17:03:27 Step 13/22 : EXPOSE $APP_PORT 17:03:27 ---> Running in e602b166eda2 17:03:28 ---> Running in e6dfdeaa03fa 17:03:28 ---> c2396d06bc0a 17:03:28 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:03:28 Removing intermediate container 456bc98a7c30 17:03:28 ---> bee8081f11ab 17:03:28 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:03:28 Removing intermediate container e602b166eda2 17:03:28 ---> b3cebafe57a7 17:03:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:03:28 Removing intermediate container e6dfdeaa03fa 17:03:28 ---> 68d6147e0026 17:03:28 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 17:03:28 ---> b2c97ee03d08 17:03:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:03:28 ---> 9be41fcd31cf 17:03:28 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:03:28 ---> 0453932acdd9 17:03:28 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:03:29 ---> fb0f2516bc8f 17:03:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:03:29 ---> Running in 47711b4b7c93 17:03:30 ---> 115abc2327c4 17:03:30 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:03:30 Removing intermediate container 47711b4b7c93 17:03:30 ---> 3852c3c77e75 17:03:30 Step 17/20 : CMD ["--init=true"] 17:03:30 ---> 2bfb67873a67 17:03:30 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:03:30 ---> 03da314bdacb 17:03:30 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:03:30 ---> Running in 53f57979024d 17:03:32 ---> 81a1509e7ff3 17:03:32 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:03:34 ---> 99a805764d7b 17:03:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:03:34 Removing intermediate container 53f57979024d 17:03:34 ---> 63047b3b1743 17:03:34 Step 18/20 : LABEL arch=x86_64 17:03:34 ---> 81cafd8e9780 17:03:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:03:34 ---> Running in 30b99eb7bb13 17:03:34 ---> Running in 6ffee56256e2 17:03:34 Removing intermediate container 0a09d4d1655b 17:03:34 ---> 3bf4654f399a 17:03:34 17:03:34 Step 10/23 : FROM alpine 17:03:34 ---> d6e46aa2470d 17:03:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:03:34 ---> Running in 66b82c898194 17:03:34 ---> cdf71ded5793 17:03:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:03:34 ---> 6e53367ed4d6 17:03:34 Step 18/22 : ENTRYPOINT ["/support-logging"] 17:03:34 Removing intermediate container 30b99eb7bb13 17:03:34 ---> a18cfac2d589 17:03:34 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:34 Removing intermediate container 6ffee56256e2 17:03:34 ---> 5f2034cf14f5 17:03:34 Step 19/20 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:03:35 ---> Running in ac38ae72e7ae 17:03:35 ---> Running in 392464647fe5 17:03:35 ---> Running in 1e16527dc5a6 17:03:35 Removing intermediate container 66b82c898194 17:03:35 ---> ea8da6406a72 17:03:35 Step 12/23 : ENV APP_PORT=48080 17:03:35 ---> 01c9f1a1d9e1 17:03:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:03:35 ---> Running in 853037aa567f 17:03:35 Removing intermediate container ac38ae72e7ae 17:03:35 ---> adff7d2f3957 17:03:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:35 Removing intermediate container 1e16527dc5a6 17:03:35 ---> c0e022f540f1 17:03:35 Step 20/20 : LABEL version=0.0.0 17:03:35 Removing intermediate container 392464647fe5 17:03:35 ---> dc9fa22cd16b 17:03:35 Step 19/21 : LABEL arch=x86_64 17:03:35 ---> Running in 63455b038fb8 17:03:35 ---> Running in 69d7a2b9d717 17:03:35 ---> Running in 3d983b73812d 17:03:35 ---> d6ba9041c1fd 17:03:35 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:03:35 Removing intermediate container 853037aa567f 17:03:35 ---> 4849b3644095 17:03:35 Step 13/23 : EXPOSE $APP_PORT 17:03:35 ---> Running in 36eb2d917e27 17:03:35 ---> Running in 3afffb30b7c7 17:03:36 Removing intermediate container 63455b038fb8 17:03:36 ---> 94e1ccc0d2dd 17:03:36 Step 20/22 : LABEL arch=x86_64 17:03:36 Removing intermediate container 69d7a2b9d717 17:03:36 ---> 8b09141f4387 17:03:36 17:03:36 Removing intermediate container 3d983b73812d 17:03:36 ---> 953a954df7c7 17:03:36 Step 20/21 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:03:36 ---> Running in 134951e90d8d 17:03:36 Successfully built 8b09141f4387 17:03:36 ---> Running in 26c9c9e48060 17:03:36 Removing intermediate container 36eb2d917e27 17:03:36 ---> f7149f973eba 17:03:36 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:03:36 Successfully tagged docker-security-proxy-setup-go:latest 17:03:36 Removing intermediate container 3afffb30b7c7 17:03:36 ---> 2e30fd500e9e 17:03:36 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:03:36  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 17:03:36 ---> Running in fcf073dd9372 17:03:36 ---> Running in ddfc2c37e364 17:03:36 Removing intermediate container 134951e90d8d 17:03:36 ---> d31832c3621e 17:03:36 Step 21/22 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:03:36 Removing intermediate container 26c9c9e48060 17:03:36 ---> 32f48ab5c334 17:03:36 Step 21/21 : LABEL version=0.0.0 17:03:36 ---> Running in 74fac3bf2740 17:03:36 ---> Running in 6f227b7371e1 17:03:37 Removing intermediate container fcf073dd9372 17:03:37 ---> 334abec8e360 17:03:37 Step 22/24 : LABEL arch=x86_64 17:03:37 ---> Running in 5a388017748e 17:03:37 Removing intermediate container 6f227b7371e1 17:03:37 ---> 03dbd3ef18ba 17:03:37 17:03:37 Removing intermediate container 74fac3bf2740 17:03:37 ---> 969c0cc784e0 17:03:37 Step 22/22 : LABEL version=0.0.0 17:03:38 Successfully built 03dbd3ef18ba 17:03:38 Successfully tagged docker-support-scheduler-go:latest 17:03:38  Building docker-support-scheduler-go ... done Building docker-security-secrets-setup-go 17:03:41 Removing intermediate container 5a388017748e 17:03:41 ---> fff00f17c48c 17:03:41 Step 23/24 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:03:43 ---> Running in 068711744a2e 17:03:44 ---> Running in a16431437a1f 17:03:48 Removing intermediate container 1584cf98d3f7 17:03:48 ---> 3e91c2459f8c 17:03:48 Successfully built 3e91c2459f8c 17:03:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:03:48 + docker inspect -f . ci-base-image-arm64 17:03:48 . [Pipeline] withDockerContainer 17:03:49 Removing intermediate container 068711744a2e 17:03:49 ---> 5394facada91 17:03:49 17:03:49 Successfully built 5394facada91 17:03:49 prd-ubuntu18.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 17:03:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 17:03:49 Successfully tagged docker-support-logging-go:latest 17:03:49  Building docker-support-logging-go ... done Building docker-sys-mgmt-agent-go 17:03:49 Removing intermediate container a16431437a1f 17:03:49 ---> 96a44b7cd194 17:03:49 Step 24/24 : LABEL version=0.0.0 17:03:49 Removing intermediate container ddfc2c37e364 17:03:49 ---> a073ec3f3ab2 17:03:49 Step 15/23 : RUN apk --no-cache add zeromq 17:03:51 $ docker top 1f817e24fc3400ac90c516fa27bdce213033204aa8b8ee10ff6cff5078d85432 -eo pid,comm [Pipeline] { [Pipeline] sh 17:03:52 + go version 17:03:52 go version go1.15.2 linux/arm64 [Pipeline] } 17:03:52 $ docker stop --time=1 1f817e24fc3400ac90c516fa27bdce213033204aa8b8ee10ff6cff5078d85432 17:03:53 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:03:53 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:03:53 ---> 1e2159288533 17:03:53 Step 3/24 : WORKDIR /edgex-go 17:03:53 ---> Using cache 17:03:53 ---> 6d3c034f55ac 17:03:53 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:03:53 ---> Using cache 17:03:53 ---> 9e4056bbd980 17:03:53 Step 5/24 : RUN apk update && apk add make git 17:03:54 $ docker rm -f 1f817e24fc3400ac90c516fa27bdce213033204aa8b8ee10ff6cff5078d85432 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:03:55 + docker inspect -f . ci-base-image-arm64 17:03:55 . [Pipeline] withDockerContainer 17:03:55 prd-ubuntu18.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 17:03:55 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 17:03:56 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 17:03:56 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:03:56 ---> 1e2159288533 17:03:56 Step 3/29 : WORKDIR /edgex-go 17:03:56 ---> Using cache 17:03:56 ---> 6d3c034f55ac 17:03:56 Step 4/29 : RUN apk update && apk add make git 17:03:56 ---> Running in 8e99f617da25 17:03:57 ---> Running in b178ce57a5c7 17:03:57 ---> Running in d4356b574465 17:03:57 $ docker top 5389d880c54a1bdad616bf8e8f5ce0b3f2dba54763b6dcfa1d9d81dc68dcb3f4 -eo pid,comm [Pipeline] { [Pipeline] echo 17:03:57 ========================================================= 17:03:57 [edgeXBuildGoParallel] Running Tests and Build... 17:03:57 ========================================================= [Pipeline] sh 17:03:58 + make test 17:03:58 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:03:58 ---> Running in e99cd713e4fc 17:03:58 Removing intermediate container 8e99f617da25 17:03:58 ---> 0bab5c488afc 17:03:58 17:03:58 Successfully built 0bab5c488afc 17:03:58 Successfully tagged docker-support-notifications-go:latest 17:03:58  Building docker-support-notifications-go ... done Building docker-core-metadata-go 17:04:00 ? github.com/edgexfoundry/edgex-go [no test files] 17:04:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:03 (1/5) Installing libgcc (9.3.0-r2) 17:04:03 (2/5) Installing libsodium (1.0.18-r0) 17:04:03 (3/5) Installing libstdc++ (9.3.0-r2) 17:04:03 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:04:03 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:04:03 OK: 12752 distinct packages available 17:04:04 (4/5) Installing libzmq (4.3.3-r0) 17:04:04 OK: 233 MiB in 51 packages 17:04:04 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:04:04 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:04:04 OK: 12752 distinct packages available 17:04:04 (5/5) Installing zeromq (4.3.3-r0) 17:04:04 Executing busybox-1.31.1-r19.trigger 17:04:04 OK: 8 MiB in 19 packages 17:04:04 OK: 233 MiB in 51 packages 17:04:05 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:04:05 ---> 1e2159288533 17:04:05 Step 3/27 : WORKDIR /edgex-go 17:04:05 ---> Using cache 17:04:05 ---> 6d3c034f55ac 17:04:05 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:05 ---> Using cache 17:04:05 ---> 9e4056bbd980 17:04:05 Step 5/27 : RUN apk update && apk add make bash git 17:04:06 ---> Running in 33f7469c6996 17:04:06 Removing intermediate container d4356b574465 17:04:06 ---> bbcb7b09e8e6 17:04:06 Step 6/24 : COPY go.mod . 17:04:07 Removing intermediate container b178ce57a5c7 17:04:07 ---> 6f58b20ebb8e 17:04:07 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:04:07 Removing intermediate container e99cd713e4fc 17:04:07 ---> 91e5af139731 17:04:07 Step 5/29 : COPY go.mod . 17:04:07 ---> 689427c362ee 17:04:07 Step 7/24 : RUN go mod download 17:04:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:04:08 ---> Running in db85a4590781 17:04:08 ---> fc62986452a2 17:04:08 Step 6/29 : RUN go mod download 17:04:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:04:08 ---> 510ce41693b9 17:04:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:04:09 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:04:09 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:04:09 OK: 12752 distinct packages available 17:04:09 OK: 233 MiB in 51 packages 17:04:10 ---> Running in b628f2cabde2 17:04:11 ---> 3713164ed7e0 17:04:11 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:04:11 Removing intermediate container 33f7469c6996 17:04:11 ---> 84bc4fe1d528 17:04:11 Step 6/27 : COPY go.mod . 17:04:12 ---> 85f6ea4e3991 17:04:12 Step 19/23 : ENTRYPOINT ["/core-data"] 17:04:13 ---> 1df9d9887dc0 17:04:13 Step 7/27 : RUN go mod download 17:04:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:04:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:04:13 ---> 1e2159288533 17:04:13 Step 3/22 : WORKDIR /edgex-go 17:04:13 ---> Using cache 17:04:13 ---> 6d3c034f55ac 17:04:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:04:13 ---> Using cache 17:04:13 ---> 9e4056bbd980 17:04:13 Step 5/22 : RUN apk update && apk add make git 17:04:13 ---> Using cache 17:04:13 ---> bbcb7b09e8e6 17:04:13 Step 6/22 : COPY go.mod . 17:04:13 ---> Using cache 17:04:13 ---> 689427c362ee 17:04:13 Step 7/22 : RUN go mod download 17:04:13 ---> Using cache 17:04:13 ---> 4f83c506e712 17:04:13 Step 8/22 : COPY . . 17:04:14 ---> Running in 64be360819a7 17:04:14 Removing intermediate container db85a4590781 17:04:14 ---> 4f83c506e712 17:04:14 Step 8/24 : COPY . . 17:04:15 ---> Running in 6adb543424d2 17:04:15 Removing intermediate container b628f2cabde2 17:04:15 ---> 240c71646a75 17:04:15 Step 7/29 : COPY . . 17:04:20 Removing intermediate container 64be360819a7 17:04:20 ---> 6e804f4fde5d 17:04:20 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:04:24 ---> Running in 01c6be978501 17:04:33 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 17:04:34 Removing intermediate container 01c6be978501 17:04:34 ---> ec2952455759 17:04:34 Step 21/23 : LABEL arch=x86_64 17:04:36 ---> Running in 6569f9b8ea20 17:04:36 Removing intermediate container 6adb543424d2 17:04:36 ---> 923cd3ca9010 17:04:36 Step 8/27 : COPY . . 17:04:37 Removing intermediate container 6569f9b8ea20 17:04:37 ---> c944320b0cd2 17:04:37 Step 22/23 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:04:44 ---> Running in c143177067af 17:04:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 17:04:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 17:04:48 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 17:04:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 17:04:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 17:04:48 Removing intermediate container c143177067af 17:04:48 ---> 122440587e89 17:04:48 Step 23/23 : LABEL version=0.0.0 17:04:50 ---> f1808860415f 17:04:50 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:04:50 ---> a2321c37b20b 17:04:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:04:50 ---> cf05a06a9696 17:04:50 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:04:50 ---> Running in c7e4831327b3 17:04:50 ---> Running in 7068bac3078a 17:04:50 ---> Running in 3ee6fcd5d0d5 17:04:50 ---> Running in a705824b0adb 17:04:50 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 17:04:50 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 17:04:50 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 17:04:51 Removing intermediate container c7e4831327b3 17:04:51 ---> 844ae143c317 17:04:51 17:04:51 Successfully built 844ae143c317 17:04:52 Successfully tagged docker-core-data-go:latest 17:04:52 Building docker-core-command-go 17:04:53  Building docker-core-data-go ... done 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 17:04:53 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 17:04:53 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 17:04:53 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 17:04:54 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 17:04:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 17:04:54 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 17:04:54 ? github.com/edgexfoundry/edgex-go/internal [no test files] 17:05:01 ---> 029d507618b5 17:05:01 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:05:01 ---> Running in fc1b80e7abe1 17:05:01 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 17:05:02 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.086s coverage: 46.6% of statements 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 17:05:02 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 17:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.225s coverage: 27.1% of statements 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 17:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.052s coverage: 100.0% of statements 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 17:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.046s coverage: 100.0% of statements 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 17:05:07 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.401s coverage: 66.0% of statements 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 17:05:07 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 17:05:09 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.564s coverage: 84.5% of statements 17:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 17:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 17:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 17:05:09 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 17:05:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:05:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:05:13 ---> 1e2159288533 17:05:13 Step 3/22 : WORKDIR /edgex-go 17:05:13 ---> Using cache 17:05:13 ---> 6d3c034f55ac 17:05:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:05:13 ---> Using cache 17:05:13 ---> 9e4056bbd980 17:05:13 Step 5/22 : RUN apk update && apk add make git 17:05:13 ---> Using cache 17:05:13 ---> bbcb7b09e8e6 17:05:13 Step 6/22 : COPY go.mod . 17:05:13 ---> Using cache 17:05:13 ---> 689427c362ee 17:05:13 Step 7/22 : RUN go mod download 17:05:13 ---> Using cache 17:05:13 ---> 4f83c506e712 17:05:13 Step 8/22 : COPY . . 17:05:13 ---> Using cache 17:05:13 ---> f1808860415f 17:05:13 Step 9/22 : RUN make cmd/core-command/core-command 17:05:13 ---> Running in 8f34372d8f16 17:05:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.561s coverage: 28.6% of statements 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 17:05:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.053s coverage: 100.0% of statements 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 17:05:14 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.015s coverage: 100.0% of statements 17:05:14 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 17:05:14 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 17:05:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.099s coverage: 86.7% of statements 17:05:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 17:05:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.182s coverage: 97.5% of statements 17:05:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 17:05:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 100.0% of statements 17:05:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 17:05:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 17:05:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 17:05:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 17:05:19 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 17:05:21 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.192s coverage: 95.7% of statements 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 17:05:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.039s coverage: 58.8% of statements 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 17:05:21 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.038s coverage: 0.0% of statements [no tests to run] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 17:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.185s coverage: 63.5% of statements 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 17:05:21 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 17:05:21 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.034s coverage: 100.0% of statements 17:05:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.037s coverage: 91.3% of statements 17:05:22 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.025s coverage: 100.0% of statements 17:05:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.037s coverage: 73.7% of statements 17:05:23 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 17:05:23 Removing intermediate container 7068bac3078a 17:05:23 ---> 9b3a0f278f4a 17:05:23 17:05:23 Step 9/29 : FROM alpine:latest 17:05:23 ---> d6e46aa2470d 17:05:23 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:05:23 ---> Running in 6b9d7f2bdef4 17:05:23 Removing intermediate container 6b9d7f2bdef4 17:05:23 ---> e429b472e568 17:05:23 Step 11/29 : USER root 17:05:23 ---> Running in 74c967aeb53e 17:05:23 Removing intermediate container 74c967aeb53e 17:05:23 ---> 928d63780c41 17:05:23 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:05:24 ---> Running in 012c1bde8c31 17:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:05:25 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:05:25 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:05:25 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:05:25 OK: 12744 distinct packages available 17:05:25 (1/2) Installing ca-certificates (20191127-r4) 17:05:25 (2/2) Installing dumb-init (1.2.2-r1) 17:05:25 Executing busybox-1.31.1-r19.trigger 17:05:25 Executing ca-certificates-20191127-r4.trigger 17:05:25 OK: 6 MiB in 16 packages 17:05:26 Removing intermediate container a705824b0adb 17:05:26 ---> 40b14c0312d3 17:05:26 17:05:26 Step 10/24 : FROM alpine:3.10 17:05:26 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.302s coverage: 55.9% of statements 17:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 17:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 17:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 17:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 17:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 17:05:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 17:05:26 3.10: Pulling from library/alpine 17:05:28 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 17:05:29 Status: Downloaded newer image for alpine:3.10 17:05:29 ---> be4e4bea2c2e 17:05:29 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 17:05:29 Removing intermediate container 012c1bde8c31 17:05:29 ---> e8ace0b85a3f 17:05:29 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:05:29 ---> Running in 764abaca292b 17:05:29 ---> Running in f6c84d4e463f 17:05:30 Removing intermediate container 764abaca292b 17:05:30 ---> dc502d467835 17:05:30 Step 14/29 : WORKDIR $BASE_DIR 17:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 17:05:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 17:05:33 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 17:05:33 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 17:05:33 OK: 10346 distinct packages available 17:05:33 (1/5) Installing ca-certificates (20191127-r2) 17:05:34 ---> Running in 8a0965ecd5c1 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 8.668s coverage: 86.3% of statements 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.071s coverage: 72.2% of statements 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.428s coverage: 72.1% of statements 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.041s coverage: 48.4% of statements 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.019s coverage: 28.8% of statements 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.043s coverage: 96.8% of statements 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.145s coverage: 36.5% of statements 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 17:05:35 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.324s coverage: 84.1% of statements 17:05:35 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.054s coverage: 100.0% of statements 17:05:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 17:05:35 (3/5) Installing libcurl (7.66.0-r1) 17:05:35 (4/5) Installing curl (7.66.0-r1) 17:05:35 (5/5) Installing dumb-init (1.2.2-r1) 17:05:35 Executing busybox-1.30.1-r3.trigger 17:05:35 Executing ca-certificates-20191127-r2.trigger 17:05:35 OK: 7 MiB in 19 packages 17:05:35 Removing intermediate container fc1b80e7abe1 17:05:35 ---> 74905db7932a 17:05:35 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:05:36 Removing intermediate container 3ee6fcd5d0d5 17:05:36 ---> 4549be21895f 17:05:36 17:05:36 Step 10/22 : FROM scratch 17:05:36 ---> 17:05:36 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:05:36 ---> Running in b53ea49601cd 17:05:36 Removing intermediate container 8a0965ecd5c1 17:05:36 ---> fb9701b79233 17:05:36 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:05:36 ---> Using cache 17:05:36 ---> 455895dcd102 17:05:36 Step 12/22 : ENV APP_PORT=48081 17:05:36 ---> Running in c515e85e7b7e 17:05:37 ---> Running in 187b59368458 17:05:37 Removing intermediate container f6c84d4e463f 17:05:37 ---> 519773b5b36e 17:05:37 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:05:37 ---> Running in 77bf9f63b310 17:05:37 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 17:05:37 Removing intermediate container 187b59368458 17:05:37 ---> 1bf7e3cccae5 17:05:37 Step 13/22 : EXPOSE $APP_PORT 17:05:37 ---> Running in 4a421a5b2012 17:05:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.041s coverage: 42.9% of statements 17:05:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 17:05:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 17:05:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.025s coverage: 100.0% of statements 17:05:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 17:05:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.099s coverage: 83.8% of statements 17:05:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 17:05:37 Removing intermediate container 77bf9f63b310 17:05:37 ---> a7379ec77986 17:05:37 Step 13/24 : WORKDIR / 17:05:37 ---> Running in 1a4e2584ff94 17:05:37 Removing intermediate container 4a421a5b2012 17:05:37 ---> 6d78e144deb0 17:05:37 Step 14/22 : WORKDIR / 17:05:38 ---> Running in 218457c7628a 17:05:38 Removing intermediate container 1a4e2584ff94 17:05:38 ---> df2b59fd73ee 17:05:38 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 17:05:38 Removing intermediate container 218457c7628a 17:05:38 ---> 2c766f87b089 17:05:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:05:38 ---> de6fa9f3610e 17:05:38 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 17:05:38 ---> 074c553c0f08 17:05:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:05:38 Removing intermediate container c515e85e7b7e 17:05:38 ---> 69edcd5f80c9 17:05:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:05:39 ---> a42c9322dc1a 17:05:39 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 17:05:39 Removing intermediate container b53ea49601cd 17:05:39 ---> 9b61ec8faebf 17:05:39 17:05:39 Step 11/27 : FROM docker:latest 17:05:39 ---> 6972c414f322 17:05:39 Step 12/27 : RUN apk add --no-cache bash 17:05:40 ---> e1db41b9b822 17:05:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:05:41 ---> 432546a18208 17:05:41 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:05:41 ---> Running in bf92682b32f8 17:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.148s coverage: 47.1% of statements 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 17:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.060s coverage: 100.0% of statements 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 17:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 17:05:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.050s coverage: 100.0% of statements 17:05:42 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 17:05:42 ---> 8157c55226d9 17:05:42 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 17:05:42 ---> 9c51aee17e2a 17:05:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:05:42 Removing intermediate container 8f34372d8f16 17:05:42 ---> 038a8089a893 17:05:42 17:05:42 Step 10/22 : FROM scratch 17:05:42 ---> 17:05:42 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:05:42 ---> Using cache 17:05:42 ---> 455895dcd102 17:05:42 Step 12/22 : ENV APP_PORT=48082 17:05:42 ---> 0a147829da00 17:05:42 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:05:42 ---> Running in abd0ea5a433b 17:05:42 ---> Running in 58b70d4e579e 17:05:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:05:42 ---> 548e476065fe 17:05:42 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 17:05:42 Removing intermediate container 58b70d4e579e 17:05:42 ---> 1aded84fc4d1 17:05:42 Step 13/22 : EXPOSE $APP_PORT 17:05:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:05:42 (1/2) Installing readline (8.0.4-r0) 17:05:42 (2/2) Installing bash (5.0.17-r0) 17:05:43 Executing bash-5.0.17-r0.post-install 17:05:43 Executing busybox-1.31.1-r19.trigger 17:05:43 OK: 12 MiB in 22 packages 17:05:43 ---> 068ac5496db8 17:05:43 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:05:43 Removing intermediate container abd0ea5a433b 17:05:43 ---> 8f9d47833628 17:05:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:05:43 ---> Running in a61b9dbb2b97 17:05:43 ---> e929182cac9f 17:05:43 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 17:05:43 ---> Running in e140a982e7ca 17:05:43 Removing intermediate container a61b9dbb2b97 17:05:43 ---> ee67c85db58e 17:05:43 Step 14/22 : WORKDIR / 17:05:43 ---> e05840c66890 17:05:43 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:05:43 ---> Running in eec512360f3a 17:05:44 Removing intermediate container e140a982e7ca 17:05:44 ---> 9ac5079684d7 17:05:44 Step 20/22 : LABEL arch=x86_64 17:05:44 Removing intermediate container bf92682b32f8 17:05:44 ---> ae0f0f396cef 17:05:44 Step 13/27 : RUN rm -rf /var/cache/apk/* 17:05:44 ---> d78b722839ff 17:05:44 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:05:44 ---> Running in 57e4e7556c75 17:05:44 ---> Running in 307b0812804a 17:05:44 ---> Running in 65f27a6a361a 17:05:44 ---> fe3b5c9e6a3d 17:05:44 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:05:44 Removing intermediate container eec512360f3a 17:05:44 ---> f31c03db5bb4 17:05:44 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:05:44 ---> Running in af1d356f34af 17:05:44 Removing intermediate container 57e4e7556c75 17:05:44 ---> 504017fa7b52 17:05:44 Step 21/22 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:05:44 ---> 5c511d046584 17:05:44 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:05:45 ---> Running in 157c587c7660 17:05:45 Removing intermediate container 157c587c7660 17:05:45 ---> e6467365f2f9 17:05:45 Step 22/22 : LABEL version=0.0.0 17:05:46 ---> Running in 4dc372616b75 17:05:46 ---> a6742ca3f8f9 17:05:46 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:05:46 Removing intermediate container 4dc372616b75 17:05:46 ---> 90de634b420c 17:05:46 17:05:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.222s coverage: 29.1% of statements 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 17:05:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.068s coverage: 99.0% of statements 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 17:05:46 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.052s coverage: 100.0% of statements 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 17:05:46 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 17:05:46 Successfully built 90de634b420c 17:05:46 ---> b376ea69e78a 17:05:46 Step 18/22 : ENTRYPOINT ["/core-command"] 17:05:46 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.012s coverage: 100.0% of statements 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 17:05:46 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 17:05:46 Successfully tagged docker-core-metadata-go:latest 17:05:46  Building docker-core-metadata-go ... done Building docker-security-bootstrap-redis-go 17:05:46 Removing intermediate container 307b0812804a 17:05:46 ---> 3b0d24c9501b 17:05:46 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:05:46 ---> Running in 5665a572e365 17:05:46 ---> Running in 483be03e474f 17:05:47 Removing intermediate container 65f27a6a361a 17:05:47 ---> 72d5c2a55da2 17:05:47 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 17:05:47 Removing intermediate container af1d356f34af 17:05:47 ---> cfd76fa4d5c7 17:05:47 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:05:47 Removing intermediate container 5665a572e365 17:05:47 ---> 476ae29472d7 17:05:47 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:05:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.039s coverage: 87.9% of statements 17:05:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 17:05:47 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 17:05:47 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.011s coverage: 100.0% of statements 17:05:48 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements 17:05:49 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.021s coverage: 100.0% of statements 17:05:49 ---> Running in f7701aee256d 17:05:50 GO111MODULE=on go vet ./... 17:05:50 Removing intermediate container 483be03e474f 17:05:50 ---> 9d16405899d4 17:05:50 Step 15/27 : ENV APP_PORT=48090 17:05:50 ---> Running in 074a6486f4ab 17:05:50 ---> 08d04c39ed73 17:05:50 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:05:50 ---> Running in 781f030116a8 17:05:50 ---> Running in d611359cdf2b 17:05:51 Removing intermediate container 074a6486f4ab 17:05:51 ---> 137bad79596f 17:05:51 Step 20/22 : LABEL arch=x86_64 17:05:51 Removing intermediate container f7701aee256d 17:05:51 ---> 716bc7932444 17:05:51 Step 22/24 : LABEL arch=x86_64 17:05:51 ---> Running in c0ec850e13d5 17:05:51 ---> Running in 0b0bbf734f60 17:05:51 Removing intermediate container 781f030116a8 17:05:51 ---> b21b40f65fbd 17:05:51 Step 16/27 : EXPOSE $APP_PORT 17:05:53 ---> Running in 35af7af3bb0d 17:05:53 Removing intermediate container c0ec850e13d5 17:05:53 ---> 89901567bc2f 17:05:53 Step 21/22 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:05:53 Removing intermediate container 0b0bbf734f60 17:05:53 ---> 149a92e46597 17:05:53 Step 23/24 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:05:55 ---> Running in 55528fd291e2 17:05:55 ---> Running in 6f38a5d3d097 17:05:55 Removing intermediate container 35af7af3bb0d 17:05:55 ---> 3af9e0a27937 17:05:55 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:05:56 Removing intermediate container 55528fd291e2 17:05:56 ---> dcd2521e380c 17:05:56 Step 22/22 : LABEL version=0.0.0 17:05:57 Removing intermediate container 6f38a5d3d097 17:05:57 ---> 55cca029fab4 17:05:57 Step 24/24 : LABEL version=0.0.0 17:05:57 Removing intermediate container d611359cdf2b 17:05:57 ---> 4aaf52a79a84 17:05:57 Step 24/29 : RUN chmod 755 security-secrets-setup 17:05:57 Step 1/19 : ARG BUILDER_BASE=golang:1.15-alpine 17:05:57 Step 2/19 : FROM ${BUILDER_BASE} AS builder 17:05:57 ---> 1e2159288533 17:05:57 Step 3/19 : WORKDIR /edgex-go 17:05:57 ---> Using cache 17:05:57 ---> 6d3c034f55ac 17:05:57 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:05:57 ---> Using cache 17:05:57 ---> 9e4056bbd980 17:05:57 Step 5/19 : RUN apk update && apk add make git 17:05:57 ---> Using cache 17:05:57 ---> bbcb7b09e8e6 17:05:57 Step 6/19 : COPY go.mod . 17:05:57 ---> Using cache 17:05:57 ---> 689427c362ee 17:05:57 Step 7/19 : RUN go mod download 17:05:57 ---> Using cache 17:05:57 ---> 4f83c506e712 17:05:57 Step 8/19 : COPY . . 17:05:57 ---> Using cache 17:05:57 ---> f1808860415f 17:05:57 Step 9/19 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:05:58 ---> Running in 7cbb0d9fd703 17:05:58 ---> 4894b5e8f01e 17:05:58 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:05:58 ---> Running in 50b4457bc8d0 17:05:58 ---> Running in a4382d98d88a 17:05:58 ---> Running in eae9c0aefca0 17:05:59 Removing intermediate container 7cbb0d9fd703 17:05:59 ---> 80bd572fa28b 17:05:59 17:05:59 ---> 9f4fc2f03053 17:05:59 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:05:59 Removing intermediate container a4382d98d88a 17:05:59 ---> 209aecb52962 17:05:59 17:05:59 Successfully built 80bd572fa28b 17:05:59 Successfully tagged docker-core-command-go:latest 17:05:59  Building docker-core-command-go ... done Successfully built 209aecb52962 17:05:59 Successfully tagged docker-security-secretstore-setup-go:latest 17:05:59  Building docker-security-secretstore-setup-go ... done 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 17:05:59 ---> 74e26b88a593 17:05:59 Step 20/27 : RUN apk --no-cache add py3-pip 17:06:00 ---> Running in d531989986c4 17:06:00 Removing intermediate container 50b4457bc8d0 17:06:00 ---> dac60fac8026 17:06:00 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:06:00 ---> Running in 4014a4c42a78 17:06:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:00 Removing intermediate container 4014a4c42a78 17:06:00 ---> 2a8703d7fb45 17:06:00 Step 26/29 : CMD [ "generate" ] 17:06:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:00 ---> Running in bd50732fd1cd 17:06:01 (1/33) Installing libbz2 (1.0.8-r1) 17:06:01 (2/33) Installing expat (2.2.9-r1) 17:06:01 (3/33) Installing libffi (3.3-r2) 17:06:01 (4/33) Installing gdbm (1.13-r1) 17:06:01 (5/33) Installing xz-libs (5.2.5-r0) 17:06:01 (6/33) Installing sqlite-libs (3.32.1-r0) 17:06:01 Removing intermediate container bd50732fd1cd 17:06:01 ---> d211e19aaed5 17:06:01 Step 27/29 : LABEL arch=x86_64 17:06:01 (7/33) Installing python3 (3.8.5-r0) 17:06:01 ---> Running in 712374537cfc 17:06:03 Removing intermediate container 712374537cfc 17:06:03 ---> 10701a138af3 17:06:03 Step 28/29 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:06:06 ---> Running in c4f8d2bc971c 17:06:06 (8/33) Installing py3-appdirs (1.4.4-r1) 17:06:06 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:06:06 (10/33) Installing py3-parsing (2.4.7-r0) 17:06:06 (11/33) Installing py3-six (1.15.0-r0) 17:06:06 (12/33) Installing py3-packaging (20.4-r0) 17:06:06 (13/33) Installing py3-setuptools (47.0.0-r0) 17:06:06 (14/33) Installing py3-chardet (3.0.4-r4) 17:06:06 (15/33) Installing py3-idna (2.9-r0) 17:06:06 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:06:06 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:06:07 (18/33) Installing py3-requests (2.23.0-r0) 17:06:07 (19/33) Installing py3-msgpack (1.0.0-r0) 17:06:07 Removing intermediate container c4f8d2bc971c 17:06:07 ---> 90ca3b4c2e87 17:06:07 Step 29/29 : LABEL version=0.0.0 17:06:07 (20/33) Installing py3-lockfile (0.12.2-r3) 17:06:07 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:06:07 (22/33) Installing py3-colorama (0.4.3-r0) 17:06:07 ---> Running in ec3e6eb6ffef 17:06:07 (23/33) Installing py3-distlib (0.3.0-r0) 17:06:07 (24/33) Installing py3-distro (1.5.0-r1) 17:06:07 (25/33) Installing py3-webencodings (0.5.1-r3) 17:06:07 (26/33) Installing py3-html5lib (1.0.1-r4) 17:06:07 (27/33) Installing py3-pytoml (0.1.21-r0) 17:06:07 (28/33) Installing py3-pep517 (0.8.2-r0) 17:06:07 (29/33) Installing py3-progress (1.5-r0) 17:06:07 (30/33) Installing py3-toml (0.10.1-r0) 17:06:07 (31/33) Installing py3-retrying (1.3.3-r0) 17:06:08 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:06:08 (33/33) Installing py3-pip (20.1.1-r0) 17:06:08 Removing intermediate container ec3e6eb6ffef 17:06:08 ---> 1ad88f953035 17:06:08 17:06:08 Executing busybox-1.31.1-r19.trigger 17:06:08 OK: 71 MiB in 55 packages 17:06:08 Successfully built 1ad88f953035 17:06:08 Successfully tagged docker-security-secrets-setup-go:latest 17:06:12 gofmt -l . 17:06:12 [ "`gofmt -l .`" = "" ] 17:06:14 ./bin/test-go-mod-tidy.sh 17:06:15  Building docker-security-secrets-setup-go ... done Removing intermediate container d531989986c4 17:06:15 ---> 2c98b821746b 17:06:15 Step 21/27 : RUN pip install docker-compose==1.23.2 17:06:15 ---> Running in 7ebf2351525d 17:06:15 ./bin/test-attribution-txt.sh 17:06:16 Removing intermediate container eae9c0aefca0 17:06:16 ---> c96d8cb049ff 17:06:16 17:06:16 Step 10/19 : FROM scratch 17:06:16 ---> 17:06:16 Step 11/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:06:16 ---> Running in 6b614327eedd 17:06:16 Collecting docker-compose==1.23.2 17:06:16 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:06:16 Removing intermediate container 6b614327eedd 17:06:16 ---> 28e92e708e5e 17:06:16 Step 12/19 : WORKDIR / 17:06:16 ---> Running in f4f9b79ddd5c 17:06:17 Collecting PyYAML<4,>=3.10 17:06:17 Downloading PyYAML-3.13.tar.gz (270 kB) 17:06:17 Removing intermediate container f4f9b79ddd5c 17:06:17 ---> 933fad98c9a8 17:06:17 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 17:06:18 ---> 834a8a8b445c 17:06:18 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:06:18 Collecting docker<4.0,>=3.6.0 17:06:18 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:06:18 Collecting docopt<0.7,>=0.6.1 17:06:18 Downloading docopt-0.6.2.tar.gz (25 kB) 17:06:19 ---> 550df63be4b3 17:06:19 Step 15/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:06:19 ---> 119b08993f46 17:06:19 Step 16/19 : ENTRYPOINT ["/security-bootstrap-redis"] 17:06:19 ---> Running in 3a8f4357ae85 [Pipeline] sh 17:06:19 Collecting cached-property<2,>=1.2.0 17:06:19 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:06:19 Removing intermediate container 3a8f4357ae85 17:06:19 ---> d6990ae5854d 17:06:19 Step 17/19 : LABEL arch=x86_64 17:06:19 ---> Running in 62457be7a843 17:06:19 Collecting texttable<0.10,>=0.9.0 17:06:19 Downloading texttable-0.9.1.tar.gz (11 kB) 17:06:19 Removing intermediate container 62457be7a843 17:06:19 ---> 582c701d8ec1 17:06:19 Step 18/19 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:06:19 ---> Running in 4a35c0024f8c 17:06:19 Removing intermediate container 4a35c0024f8c 17:06:19 ---> 0e0169ea4bcd 17:06:19 Step 19/19 : LABEL version=0.0.0 17:06:20 ---> Running in 5a9eba4c7fc5 17:06:20 Removing intermediate container 5a9eba4c7fc5 17:06:20 ---> 1f11ee594046 17:06:20 17:06:20 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:06:20 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:06:20 + ls -al . 17:06:20 total 660 17:06:20 drwxrwxr-x 9 1001 1001 4096 Oct 27 17:06 . 17:06:20 drwxr-xr-x 4 root root 4096 Oct 27 17:03 .. 17:06:20 -rw-rw-r-- 1 1001 1001 11 Oct 27 17:02 .dockerignore 17:06:20 drwxrwxr-x 8 1001 1001 4096 Oct 27 17:02 .git 17:06:20 drwxrwxr-x 3 1001 1001 4096 Oct 27 17:02 .github 17:06:20 -rw-rw-r-- 1 1001 1001 931 Oct 27 17:02 .gitignore 17:06:20 -rw-rw-r-- 1 1001 1001 166 Oct 27 17:02 .sonarcloud.properties 17:06:20 -rw-rw-r-- 1 1001 1001 3804 Oct 27 17:02 CONTRIBUTING.md 17:06:20 -rw-rw-r-- 1 1001 1001 1035 Oct 27 17:02 Dockerfile.build 17:06:20 -rw-rw-r-- 1 1001 1001 863 Oct 27 17:02 Jenkinsfile 17:06:20 -rw-rw-r-- 1 1001 1001 10775 Oct 27 17:02 LICENSE 17:06:20 -rw-rw-r-- 1 1001 1001 6611 Oct 27 17:02 Makefile 17:06:20 -rw-rw-r-- 1 1001 1001 6447 Oct 27 17:02 README.md 17:06:20 -rw-rw-r-- 1 1001 1001 259 Oct 27 17:02 SECURITY.md 17:06:20 -rw-rw-r-- 1 1001 1001 5 Oct 27 16:58 VERSION 17:06:20 -rw-rw-r-- 1 1001 1001 4131 Oct 27 17:02 ZMQWindows.md 17:06:20 drwxrwxr-x 2 1001 1001 4096 Oct 27 17:02 bin 17:06:20 drwxrwxr-x 15 1001 1001 4096 Oct 27 17:02 cmd 17:06:20 -rw-r--r-- 1 root root 539324 Oct 27 17:05 coverage.out 17:06:20 -rw-r--r-- 1 root root 1041 Oct 27 17:06 go.mod 17:06:20 -rw-r--r-- 1 root root 19010 Oct 27 17:06 go.sum 17:06:20 drwxrwxr-x 8 1001 1001 4096 Oct 27 17:02 internal 17:06:20 drwxrwxr-x 4 1001 1001 4096 Oct 27 17:02 openapi 17:06:20 drwxrwxr-x 4 1001 1001 4096 Oct 27 17:02 snap 17:06:20 -rw-rw-r-- 1 1001 1001 168 Oct 27 17:02 version.go [Pipeline] sh 17:06:20 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:06:20 Successfully built 1f11ee594046 17:06:20 Successfully tagged docker-security-bootstrap-redis-go:latest 17:06:20  Building docker-security-bootstrap-redis-go ... done Collecting jsonschema<3,>=2.5.1 17:06:20 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:06:20 Collecting dockerpty<0.5,>=0.4.1 17:06:20 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:06:20 + '[' -e coverage.out ] 17:06:20 + chown 1001:1001 coverage.out [Pipeline] stash 17:06:21 Collecting websocket-client<1.0,>=0.32.0 17:06:21 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:06:21 Warning: overwriting stash ‘coverage-report’ 17:06:21 Collecting docker-pycreds>=0.4.0 17:06:21 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:06:21 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) 17:06:21 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) 17:06:21 Collecting idna<2.8,>=2.5 17:06:21 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:06:21 Collecting urllib3<1.25,>=1.21.1 17:06:21 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:06:21 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:06:21 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:06:21 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:06:21 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:06:21 Installing collected packages: PyYAML, idna, urllib3, requests, docker-pycreds, websocket-client, docker, docopt, cached-property, texttable, jsonschema, dockerpty, docker-compose 17:06:21 Running setup.py install for PyYAML: started 17:06:22 Stashed 1 file(s) [Pipeline] sh 17:06:22 Running setup.py install for PyYAML: finished with status 'done' 17:06:22 Attempting uninstall: idna 17:06:22 Found existing installation: idna 2.9 17:06:22 Uninstalling idna-2.9: 17:06:22 Successfully uninstalled idna-2.9 17:06:22 Attempting uninstall: urllib3 17:06:22 Found existing installation: urllib3 1.25.9 17:06:22 Uninstalling urllib3-1.25.9: 17:06:22 Successfully uninstalled urllib3-1.25.9 17:06:22 Attempting uninstall: requests 17:06:22 Found existing installation: requests 2.23.0 17:06:22 Uninstalling requests-2.23.0: 17:06:22 Successfully uninstalled requests-2.23.0 17:06:22 + make build 17:06:22 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 17:06:24 Running setup.py install for docopt: started 17:06:24 Running setup.py install for docopt: finished with status 'done' 17:06:24 Running setup.py install for texttable: started 17:06:24 Running setup.py install for texttable: finished with status 'done' 17:06:24 Running setup.py install for dockerpty: started 17:06:25 Running setup.py install for dockerpty: finished with status 'done' 17:06:25 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 17:06:28 Removing intermediate container 7ebf2351525d 17:06:28 ---> bc7adb27e502 17:06:28 Step 22/27 : RUN apk --no-cache add curl 17:06:28 ---> Running in 0fb1cc4c42f0 17:06:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:06:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:06:29 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:06:29 (2/3) Installing libcurl (7.69.1-r1) 17:06:29 (3/3) Installing curl (7.69.1-r1) 17:06:29 Executing busybox-1.31.1-r19.trigger 17:06:29 OK: 72 MiB in 58 packages 17:06:29 Removing intermediate container 0fb1cc4c42f0 17:06:29 ---> 8e9095edcaa7 17:06:29 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 17:06:29 ---> Running in db4441a09cc8 17:06:30 Removing intermediate container db4441a09cc8 17:06:30 ---> 42b9a58994d9 17:06:30 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:06:30 ---> Running in d3de07008b04 17:06:30 Removing intermediate container d3de07008b04 17:06:30 ---> 403dcbf5f1c3 17:06:30 Step 25/27 : LABEL arch=x86_64 17:06:30 ---> Running in c4f8f72223f3 17:06:30 Removing intermediate container c4f8f72223f3 17:06:30 ---> 830d40467579 17:06:30 Step 26/27 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:06:30 ---> Running in e55ccd74437a 17:06:30 Removing intermediate container e55ccd74437a 17:06:30 ---> b9585155701d 17:06:30 Step 27/27 : LABEL version=0.0.0 17:06:30 ---> Running in d70e83daee50 17:06:30 Removing intermediate container d70e83daee50 17:06:30 ---> 59260e974dba 17:06:30 17:06:31 Successfully built 59260e974dba 17:06:31 Successfully tagged docker-sys-mgmt-agent-go:latest 17:06:31  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 17:06:31 $ docker stop --time=1 3e53edac2d1dd2a6d344fc0f4ea0fb4d5ff82d22121a3d35789567deac3d1618 17:06:33 $ docker rm -f 3e53edac2d1dd2a6d344fc0f4ea0fb4d5ff82d22121a3d35789567deac3d1618 [Pipeline] // withDockerContainer [Pipeline] sh 17:06:33 + docker images 17:06:33 + grep docker 17:06:33 docker-sys-mgmt-agent-go latest 59260e974dba 3 seconds ago 290MB 17:06:33 docker-security-bootstrap-redis-go latest 1f11ee594046 13 seconds ago 8.89MB 17:06:33 docker-security-secrets-setup-go latest 1ad88f953035 26 seconds ago 24MB 17:06:33 docker-security-secretstore-setup-go latest 209aecb52962 35 seconds ago 24.8MB 17:06:33 docker-core-command-go latest 80bd572fa28b 35 seconds ago 12.2MB 17:06:33 docker-core-metadata-go latest 90de634b420c 47 seconds ago 14.5MB 17:06:33 docker-core-data-go latest 844ae143c317 About a minute ago 23.7MB 17:06:33 docker-support-notifications-go latest 0bab5c488afc 2 minutes ago 13.6MB 17:06:33 docker-support-logging-go latest 5394facada91 2 minutes ago 11.1MB 17:06:33 docker-support-scheduler-go latest 03dbd3ef18ba 2 minutes ago 12.3MB 17:06:33 docker-security-proxy-setup-go latest 8b09141f4387 2 minutes ago 15.8MB 17:06:33 docker latest 6972c414f322 5 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 17:06:49 Still waiting to schedule task 17:06:49 All nodes of label ‘centos7-docker-8c-8g’ are offline 17:06:49 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 17:06:55 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 17:07:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:07:04 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 17:07:11 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 17:07:12 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 17:07:17 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 17:07:22 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 17:07:27 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 17:07:30 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 17:07:33 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 17:07:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [Pipeline] } 17:07:41 $ docker stop --time=1 5389d880c54a1bdad616bf8e8f5ce0b3f2dba54763b6dcfa1d9d81dc68dcb3f4 17:07:43 $ docker rm -f 5389d880c54a1bdad616bf8e8f5ce0b3f2dba54763b6dcfa1d9d81dc68dcb3f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:07:45 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:07:45 17:07:45 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:07:46 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:07:46 latest: Pulling from edgex-devops/edgex-compose-arm64 17:07:46 29e5d40040c1: Pulling fs layer 17:07:46 1ce36da41761: Pulling fs layer 17:07:46 25b303627fd3: Pulling fs layer 17:07:46 29e5d40040c1: Verifying Checksum 17:07:46 29e5d40040c1: Download complete 17:07:46 1ce36da41761: Verifying Checksum 17:07:46 1ce36da41761: Download complete 17:07:47 29e5d40040c1: Pull complete 17:07:48 1ce36da41761: Pull complete 17:07:48 25b303627fd3: Verifying Checksum 17:07:48 25b303627fd3: Download complete 17:07:57 Running on prd-centos7-docker-8c-8g-9183 in /w/workspace/edgexfoundry_edgex-go_PR-2850 [Pipeline] { [Pipeline] ws 17:07:57 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 17:07:58 25b303627fd3: Pull complete 17:07:58 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 17:07:58 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:07:58 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 17:07:59 prd-ubuntu18.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 17:07:59 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 17:07:59 using credential edgex-jenkins-ssh 17:07:59 Cloning the remote Git repository 17:07:59 Cloning repository git@github.com:edgexfoundry/edgex-go.git 17:07:59 > git init /w/workspace/edgex-go/5 # timeout=10 17:07:59 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:07:59 > git --version # timeout=10 17:07:59 > git --version # 'git version 2.16.5' 17:07:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:07:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:02 $ docker top d92f1e06addb39c19f098c159ab45b57697c9ade446aa011fae8ac58aa0a81ab -eo pid,comm [Pipeline] { [Pipeline] sh 17:08:03 + docker-compose build --help 17:08:03 + grep parallel 17:08:05 Merging remotes/origin/master commit 5839a71b4bbbe111e98a5f129fc41db18caea77c into PR head commit 8d28918112c88a4e7952752ef5c4c040173e2105 17:08:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:08:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:08:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 17:08:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 17:08:05 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2850/head:refs/remotes/origin/PR-2850 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:08:05 > git config core.sparsecheckout # timeout=10 17:08:05 > git checkout -f 8d28918112c88a4e7952752ef5c4c040173e2105 # timeout=10 17:08:06 Merge succeeded, producing 8d28918112c88a4e7952752ef5c4c040173e2105 17:08:06 Checking out Revision 8d28918112c88a4e7952752ef5c4c040173e2105 (PR-2850) 17:08:06 > git remote # timeout=10 17:08:06 > git config --get remote.origin.url # timeout=10 17:08:06 using GIT_SSH to set credentials SSH Credentials for GitHub 17:08:06 > git merge 5839a71b4bbbe111e98a5f129fc41db18caea77c # timeout=10 17:08:06 > git rev-parse HEAD^{commit} # timeout=10 17:08:06 > git config core.sparsecheckout # timeout=10 17:08:06 > git checkout -f 8d28918112c88a4e7952752ef5c4c040173e2105 # timeout=10 17:08:07 --parallel Build images in parallel. [Pipeline] } 17:08:07 $ docker stop --time=1 d92f1e06addb39c19f098c159ab45b57697c9ade446aa011fae8ac58aa0a81ab 17:08:09 $ docker rm -f d92f1e06addb39c19f098c159ab45b57697c9ade446aa011fae8ac58aa0a81ab [Pipeline] // withDockerContainer 17:08:09 Commit message: "feat(security): Add security-redis-bootstrap service" [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] withEnv [Pipeline] { 17:08:10 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 17:08:10 . [Pipeline] withDockerContainer 17:08:10 prd-ubuntu18.04-docker-arm64-4c-16g-9177 does not seem to be running inside a container 17:08:10 $ 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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 17:08:12 $ docker top 89b0f48aff218d37b8adb2f01dae9e9deb2180b8fd9787b146115b36381d746e -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:08:13 ++ find /w/workspace/edgex-go/5 17:08:13 ++ grep snapcraft.yaml 17:08:13 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/5/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:08:13 provisioning config files... 17:08:13 copy managed file [EdgeX] to file:/w/workspace/edgex-go/5@tmp/config6990338574386006249tmp [Pipeline] { [Pipeline] sh 17:08:13 + docker-compose -f ./docker-compose-build.yml build --parallel 17:08:13 + cp /w/workspace/edgex-go/5@tmp/config6990338574386006249tmp /w/workspace/edgex-go/5/edgex-snap-store-login [Pipeline] sh 17:08:14 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/5:/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 17:08:14 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 17:08:14 latest: Pulling from edgex-devops/edgex-snap-builder 17:08:14 f08d8e2a3ba1: Pulling fs layer 17:08:14 3baa9cb2483b: Pulling fs layer 17:08:14 94e5ff4c0b15: Pulling fs layer 17:08:14 1860925334f9: Pulling fs layer 17:08:14 2daf38717194: Pulling fs layer 17:08:14 309017e8d7a4: Pulling fs layer 17:08:14 f7790dc9fd0f: Pulling fs layer 17:08:14 cac0ae9282c2: Pulling fs layer 17:08:14 1f4cadf9a1ed: Pulling fs layer 17:08:14 2daf38717194: Waiting 17:08:14 1860925334f9: Waiting 17:08:14 309017e8d7a4: Waiting 17:08:14 f7790dc9fd0f: Waiting 17:08:14 cac0ae9282c2: Waiting 17:08:14 1f4cadf9a1ed: Waiting 17:08:14 94e5ff4c0b15: Verifying Checksum 17:08:14 94e5ff4c0b15: Download complete 17:08:14 3baa9cb2483b: Verifying Checksum 17:08:14 3baa9cb2483b: Download complete 17:08:14 1860925334f9: Verifying Checksum 17:08:14 1860925334f9: Download complete 17:08:14 309017e8d7a4: Verifying Checksum 17:08:14 309017e8d7a4: Download complete 17:08:14 f7790dc9fd0f: Verifying Checksum 17:08:14 f7790dc9fd0f: Download complete 17:08:14 cac0ae9282c2: Download complete 17:08:14 1f4cadf9a1ed: Verifying Checksum 17:08:14 1f4cadf9a1ed: Download complete 17:08:14 f08d8e2a3ba1: Verifying Checksum 17:08:14 f08d8e2a3ba1: Download complete 17:08:16 f08d8e2a3ba1: Pull complete 17:08:16 3baa9cb2483b: Pull complete 17:08:16 94e5ff4c0b15: Pull complete 17:08:16 1860925334f9: Pull complete 17:08:18 Building docker-core-command-go ... 17:08:18 Building docker-core-data-go ... 17:08:18 Building docker-core-metadata-go ... 17:08:18 Building docker-security-bootstrap-redis-go ... 17:08:18 Building docker-security-proxy-setup-go ... 17:08:18 Building docker-security-secrets-setup-go ... 17:08:18 Building docker-security-secretstore-setup-go ... 17:08:18 Building docker-support-logging-go ... 17:08:18 Building docker-support-notifications-go ... 17:08:18 Building docker-support-scheduler-go ... 17:08:18 Building docker-sys-mgmt-agent-go ... 17:08:18 Building docker-core-command-go 17:08:18 Building docker-security-secrets-setup-go 17:08:18 Building docker-support-notifications-go 17:08:18 Building docker-support-scheduler-go 17:08:18 Building docker-security-bootstrap-redis-go 17:08:20 2daf38717194: Verifying Checksum 17:08:20 2daf38717194: Download complete 17:08:39 2daf38717194: Pull complete 17:08:39 309017e8d7a4: Pull complete 17:08:39 f7790dc9fd0f: Pull complete 17:08:39 cac0ae9282c2: Pull complete 17:08:39 1f4cadf9a1ed: Pull complete 17:08:39 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 17:08:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 17:08:40 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:08:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 17:08:40 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:08:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 17:08:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 17:08:41 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 17:08:41 Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 17:08:41 Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 17:08:41 Get:9 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 17:08:41 Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 17:08:41 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 17:08:41 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 17:08:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 17:08:41 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 17:08:41 Fetched 8169 kB in 2s (4816 kB/s) 17:08:43 Reading package lists... 17:08:44 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: 17:08:44 - README.md 17:08:44 17:08:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 17:08:46 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 17:08:46 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 17:08:46 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:08:46 0% [1 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:08:48 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 17:08:50 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-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 17:08:51 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... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 17:08:51 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 17:08:51 Reading state information... 0% Reading state information... 0% Reading state information... Done 17:08:51 The following packages were automatically installed and are no longer required: 17:08:51 libjq1 libonig4 17:08:51 Use 'sudo apt autoremove' to remove them. 17:08:51 Suggested packages: 17:08:51 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 17:08:51 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 17:08:51 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 17:08:51 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 17:08:51 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 17:08:51 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 17:08:51 git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc 17:08:51 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 17:08:51 | libterm-readline-perl-perl 17:08:52 The following NEW packages will be installed: 17:08:52 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 17:08:52 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 17:08:52 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 17:08:52 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 17:08:52 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 17:08:52 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 17:08:52 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 17:08:52 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 17:08:52 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 17:08:52 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 17:08:52 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 17:08:52 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 17:08:52 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 17:08:52 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 17:08:52 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 17:08:52 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 17:08:52 perl perl-modules-5.26 pkg-config unzip zip 17:08:52 The following packages will be upgraded: 17:08:52 perl-base 17:08:52 1 upgraded, 101 newly installed, 0 to remove and 31 not upgraded. 17:08:52 Need to get 81.6 MB of archives. 17:08:52 After this operation, 369 MB of additional disk space will be used. 17:08:52 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 17:08:52 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 698 kB/1391 kB 50%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 17:08:52 2% [2 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 2% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 17:08:53 2% [3 perl-modules-5.26 21.6 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 17:08:53 5% [4 libgdbm5 11.4 kB/26.0 kB 44%] 5% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 17:08:53 5% [5 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 17:08:53 5% [6 libperl5.26 4437 B/3534 kB 0%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 17:08:53 9% [7 perl 60.8 kB/201 kB 30%] 9% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 17:08:53 9% [8 less 14.2 kB/112 kB 13%] 9% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 17:08:53 9% [9 netbase 9390 B/12.7 kB 74%] 10% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 17:08:53 10% [10 manpages 33.7 kB/1234 kB 3%] 11% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 17:08:53 11% [11 binutils-common 7696 B/196 kB 4%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 17:08:53 11% [12 libbinutils 0 B/488 kB 0%] 12% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 17:08:53 12% [13 binutils-x86-64-linux-gnu 43.9 kB/1839 kB 2%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 17:08:53 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 17:08:53 14% [15 libc-dev-bin 35.7 kB/71.8 kB 50%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 17:08:53 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 17:08:53 16% [17 libc6-dev 14.3 kB/2585 kB 1%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 17:08:53 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 17:08:53 19% [19 libisl19 4096 B/551 kB 1%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 17:08:53 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 17:08:53 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 17:08:54 20% [22 cpp-7 20.0 kB/8591 kB 0%] 28% [22 cpp-7 8254 kB/8591 kB 96%] 29% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 17:08:54 29% [23 cpp 15.7 kB/27.7 kB 57%] 29% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 17:08:54 29% [24 libcc1-0 14.3 kB/39.4 kB 36%] 29% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 17:08:54 29% [25 libgomp1 8192 B/76.5 kB 11%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 17:08:54 30% [26 libitm1 27.9 kB/27.9 kB 100%] 30% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 17:08:54 30% [27 libatomic1 9192 B/9192 B 100%] 30% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 17:08:54 30% [28 libasan4 0 B/358 kB 0%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 17:08:54 30% [29 liblsan0 25.9 kB/133 kB 20%] 31% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 17:08:54 31% [30 libtsan0 14.5 kB/288 kB 5%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 17:08:54 31% [31 libubsan0 19.7 kB/126 kB 16%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 17:08:54 32% [32 libcilkrts5 2308 B/42.5 kB 5%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 17:08:54 32% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 17:08:54 32% [34 libquadmath0 13.2 kB/134 kB 10%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 17:08:54 32% [35 libgcc-7-dev 10.4 kB/2378 kB 0%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 17:08:54 35% [36 gcc-7 14.3 kB/9381 kB 0%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 17:08:54 44% [37 gcc 5184 B/5184 B 100%] 44% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 17:08:55 45% [38 libstdc++-7-dev 16.4 kB/1471 kB 1%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 17:08:55 46% [39 g++-7 11.6 kB/9697 kB 0%] 56% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 17:08:55 56% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 17:08:55 56% [41 make 11.4 kB/154 kB 7%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 17:08:55 56% [42 libdpkg-perl 13.1 kB/211 kB 6%] 57% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 17:08:55 57% [43 patch 31.0 kB/102 kB 30%] 57% [Working] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 17:08:55 57% [44 dpkg-dev 2369 B/607 kB 0%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 17:08:55 58% [45 build-essential 4758 B/4758 B 100%] 58% [Working] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 17:08:55 58% [46 cmake-data 24.6 kB/1332 kB 2%] 60% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 17:08:55 60% [47 libarchive13 24.4 kB/288 kB 8%] 60% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 17:08:55 60% [48 libjsoncpp1 64.2 kB/73.6 kB 87%] 60% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 17:08:55 60% [49 librhash0 26.8 kB/78.1 kB 34%] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 17:08:55 61% [50 libuv1 43.1 kB/64.4 kB 67%] 61% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 17:08:55 61% [51 cmake 35.8 kB/3152 kB 1%] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 17:08:55 64% [52 curl 37.4 kB/159 kB 24%] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 17:08:55 Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 17:08:55 Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 17:08:55 65% [55 libc6-i386 117 kB/2650 kB 4%] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 17:08:55 68% [56 libc6-dev-i386 50.3 kB/1817 kB 3%] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 17:08:55 70% [57 libc6-x32 44.9 kB/2847 kB 2%] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 17:08:56 73% [58 libc6-dev-x32 57.0 kB/2018 kB 3%] 75% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 17:08:56 75% [59 lib32gcc1 24.0 kB/48.1 kB 50%] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 17:08:56 Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 17:08:56 75% [61 lib32gomp1 69.4 kB/83.7 kB 83%] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 17:08:56 76% [62 libx32gomp1 39.5 kB/77.8 kB 51%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 17:08:56 76% [63 lib32itm1 27.1 kB/30.0 kB 90%] 76% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 17:08:56 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 17:08:56 76% [65 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 17:08:56 77% [66 libx32atomic1 9188 B/9188 B 100%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 17:08:56 77% [67 lib32asan4 23.4 kB/362 kB 6%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 17:08:56 77% [68 libx32asan4 29.5 kB/351 kB 8%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 17:08:56 78% [69 lib32stdc++6 30.8 kB/415 kB 7%] 78% [Working] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 17:08:56 78% [70 lib32ubsan0 0 B/140 kB 0%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 17:08:56 79% [71 libx32stdc++6 24.2 kB/387 kB 6%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 17:08:56 79% [72 libx32ubsan0 56.4 kB/127 kB 44%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 17:08:56 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 17:08:56 80% [74 libx32cilkrts5 0 B/43.0 kB 0%] 80% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 17:08:56 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 17:08:56 80% [76 lib32quadmath0 36.1 kB/208 kB 17%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 17:08:56 81% [77 libx32quadmath0 24.7 kB/135 kB 18%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 17:08:56 81% [78 lib32gcc-7-dev 26.8 kB/2211 kB 1%] 84% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 17:08:56 84% [79 libx32gcc-7-dev 19.6 kB/1999 kB 1%] 86% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 17:08:56 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 17:08:56 86% [81 lib32stdc++-7-dev 34.8 kB/626 kB 6%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 17:08:56 87% [82 libx32stdc++-7-dev 31.7 kB/582 kB 5%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 17:08:56 Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 17:08:56 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 17:08:56 Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 17:08:56 88% [86 libcurl3-gnutls 35.0 kB/213 kB 16%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 17:08:56 88% [87 liberror-perl 18.7 kB/22.8 kB 82%] 89% [Working] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 17:08:56 89% [88 git-man 12.6 kB/804 kB 2%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 17:08:56 90% [89 git 43.8 kB/3915 kB 1%] 94% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 17:08:56 94% [90 libalgorithm-diff-perl 36.1 kB/47.6 kB 76%] 94% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 17:08:56 94% [91 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 17:08:56 94% [92 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 17:08:56 94% [93 libfile-fcntllock-perl 12.3 kB/33.2 kB 37%] 95% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 17:08:56 95% [94 libnorm1 0 B/224 kB 0%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 17:08:56 95% [95 libpgm-5.2-0 28.3 kB/157 kB 18%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 17:08:56 95% [96 libsodium23 12.7 kB/143 kB 9%] 96% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 17:08:56 96% [97 libzmq5 13.7 kB/221 kB 6%] 96% [Working] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 17:08:56 96% [98 libzmq3-dev 21.3 kB/400 kB 5%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 17:08:56 97% [99 manpages-dev 28.7 kB/2217 kB 1%] 99% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 17:08:56 99% [100 pkg-config 4096 B/45.0 kB 9%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 17:08:57 99% [101 unzip 20.0 kB/167 kB 12%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 17:08:57 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.6 MB/s) 17:08:57 debconf: delaying package configuration, since apt-utils is not installed 17:08:57 (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.) 17:08:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 17:08:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 17:09:01 Setting up perl-base (5.26.1-6ubuntu0.5) ... 17:09:01 Selecting previously unselected package liblocale-gettext-perl. 17:09:01 (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.) 17:09:01 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 17:09:01 Unpacking liblocale-gettext-perl (1.07-3build2) ... 17:09:01 Selecting previously unselected package perl-modules-5.26. 17:09:01 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 17:09:01 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:09:01 Selecting previously unselected package libgdbm5:amd64. 17:09:01 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 17:09:01 Unpacking libgdbm5:amd64 (1.14.1-6) ... 17:09:01 Selecting previously unselected package libgdbm-compat4:amd64. 17:09:01 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 17:09:01 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 17:09:01 Selecting previously unselected package libperl5.26:amd64. 17:09:01 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 17:09:01 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:09:02 Selecting previously unselected package perl. 17:09:02 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 17:09:02 Unpacking perl (5.26.1-6ubuntu0.5) ... 17:09:02 Selecting previously unselected package less. 17:09:02 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 17:09:02 Unpacking less (487-0.1) ... 17:09:02 Selecting previously unselected package netbase. 17:09:02 Preparing to unpack .../007-netbase_5.4_all.deb ... 17:09:02 Unpacking netbase (5.4) ... 17:09:02 Selecting previously unselected package manpages. 17:09:02 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 17:09:02 Unpacking manpages (4.15-1) ... 17:09:02 Selecting previously unselected package binutils-common:amd64. 17:09:02 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:09:02 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:09:02 Selecting previously unselected package libbinutils:amd64. 17:09:02 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:09:02 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:09:02 Selecting previously unselected package binutils-x86-64-linux-gnu. 17:09:02 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:09:02 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:09:03 Selecting previously unselected package binutils. 17:09:03 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 17:09:03 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 17:09:03 Selecting previously unselected package libc-dev-bin. 17:09:03 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 17:09:03 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 17:09:03 Selecting previously unselected package linux-libc-dev:amd64. 17:09:03 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 17:09:03 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 17:09:03 Selecting previously unselected package libc6-dev:amd64. 17:09:03 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 17:09:03 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 17:09:04 Selecting previously unselected package gcc-7-base:amd64. 17:09:04 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:04 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:04 Selecting previously unselected package libisl19:amd64. 17:09:04 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 17:09:04 Unpacking libisl19:amd64 (0.19-1) ... 17:09:04 Selecting previously unselected package libmpfr6:amd64. 17:09:04 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 17:09:04 Unpacking libmpfr6:amd64 (4.0.1-1) ... 17:09:04 Selecting previously unselected package libmpc3:amd64. 17:09:04 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 17:09:04 Unpacking libmpc3:amd64 (1.1.0-1) ... 17:09:04 Selecting previously unselected package cpp-7. 17:09:04 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:04 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package cpp. 17:09:05 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:09:05 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 17:09:05 Selecting previously unselected package libcc1-0:amd64. 17:09:05 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libgomp1:amd64. 17:09:05 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libitm1:amd64. 17:09:05 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libatomic1:amd64. 17:09:05 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libasan4:amd64. 17:09:05 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package liblsan0:amd64. 17:09:05 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libtsan0:amd64. 17:09:05 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libubsan0:amd64. 17:09:05 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:05 Selecting previously unselected package libcilkrts5:amd64. 17:09:05 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:05 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:06 Selecting previously unselected package libmpx2:amd64. 17:09:06 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:06 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:06 Selecting previously unselected package libquadmath0:amd64. 17:09:06 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:06 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:06 Selecting previously unselected package libgcc-7-dev:amd64. 17:09:06 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:06 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:06 Selecting previously unselected package gcc-7. 17:09:06 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:06 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:09:07 Selecting previously unselected package gcc. 17:09:07 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:09:07 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 17:09:07 Selecting previously unselected package libstdc++-7-dev:amd64. 17:09:07 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:07 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:07 Selecting previously unselected package g++-7. 17:09:07 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:07 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 17:09:08 Selecting previously unselected package g++. 17:09:08 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:09:08 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 17:09:08 Selecting previously unselected package make. 17:09:08 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 17:09:08 Unpacking make (4.1-9.1ubuntu1) ... 17:09:08 Selecting previously unselected package libdpkg-perl. 17:09:08 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 17:09:09 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:09:09 Selecting previously unselected package patch. 17:09:09 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 17:09:09 Unpacking patch (2.7.6-2ubuntu1.1) ... 17:09:09 Selecting previously unselected package dpkg-dev. 17:09:09 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 17:09:09 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 17:09:09 Selecting previously unselected package build-essential. 17:09:09 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 17:09:09 Unpacking build-essential (12.4ubuntu1) ... 17:09:09 Selecting previously unselected package cmake-data. 17:09:09 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 17:09:09 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 17:09:10 Selecting previously unselected package libarchive13:amd64. 17:09:10 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 17:09:10 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 17:09:10 Selecting previously unselected package libjsoncpp1:amd64. 17:09:10 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 17:09:10 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 17:09:10 Selecting previously unselected package librhash0:amd64. 17:09:10 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 17:09:10 Unpacking librhash0:amd64 (1.3.6-2) ... 17:09:10 Selecting previously unselected package libuv1:amd64. 17:09:10 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 17:09:10 Unpacking libuv1:amd64 (1.18.0-3) ... 17:09:10 Selecting previously unselected package cmake. 17:09:10 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 17:09:10 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 17:09:10 Selecting previously unselected package curl. 17:09:10 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 17:09:10 Unpacking curl (7.58.0-2ubuntu3.10) ... 17:09:10 Selecting previously unselected package libfakeroot:amd64. 17:09:10 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 17:09:10 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 17:09:10 Selecting previously unselected package fakeroot. 17:09:10 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 17:09:10 Unpacking fakeroot (1.22-2ubuntu1) ... 17:09:11 Selecting previously unselected package libc6-i386. 17:09:11 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 17:09:11 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 17:09:11 Selecting previously unselected package libc6-dev-i386. 17:09:11 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 17:09:11 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 17:09:11 Selecting previously unselected package libc6-x32. 17:09:11 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 17:09:11 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 17:09:12 Selecting previously unselected package libc6-dev-x32. 17:09:12 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 17:09:12 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 17:09:12 Selecting previously unselected package lib32gcc1. 17:09:12 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package libx32gcc1. 17:09:12 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package lib32gomp1. 17:09:12 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package libx32gomp1. 17:09:12 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package lib32itm1. 17:09:12 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package libx32itm1. 17:09:12 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package lib32atomic1. 17:09:12 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package libx32atomic1. 17:09:12 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 17:09:12 Selecting previously unselected package lib32asan4. 17:09:12 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:12 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package libx32asan4. 17:09:13 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package lib32stdc++6. 17:09:13 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package lib32ubsan0. 17:09:13 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package libx32stdc++6. 17:09:13 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package libx32ubsan0. 17:09:13 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package lib32cilkrts5. 17:09:13 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package libx32cilkrts5. 17:09:13 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 17:09:13 Selecting previously unselected package lib32mpx2. 17:09:13 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:13 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package lib32quadmath0. 17:09:14 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package libx32quadmath0. 17:09:14 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package lib32gcc-7-dev. 17:09:14 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package libx32gcc-7-dev. 17:09:14 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package gcc-7-multilib. 17:09:14 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package lib32stdc++-7-dev. 17:09:14 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:14 Selecting previously unselected package libx32stdc++-7-dev. 17:09:14 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:14 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:15 Selecting previously unselected package g++-7-multilib. 17:09:15 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 17:09:15 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 17:09:15 Selecting previously unselected package gcc-multilib. 17:09:15 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:09:15 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 17:09:15 Selecting previously unselected package g++-multilib. 17:09:15 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 17:09:15 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 17:09:15 Selecting previously unselected package libcurl3-gnutls:amd64. 17:09:15 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 17:09:15 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 17:09:15 Selecting previously unselected package liberror-perl. 17:09:15 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 17:09:15 Unpacking liberror-perl (0.17025-1) ... 17:09:15 Selecting previously unselected package git-man. 17:09:15 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 17:09:15 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 17:09:15 Selecting previously unselected package git. 17:09:15 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 17:09:15 Unpacking git (1:2.17.1-1ubuntu0.7) ... 17:09:16 Selecting previously unselected package libalgorithm-diff-perl. 17:09:16 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 17:09:16 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 17:09:16 Selecting previously unselected package libalgorithm-diff-xs-perl. 17:09:16 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 17:09:16 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 17:09:16 Selecting previously unselected package libalgorithm-merge-perl. 17:09:16 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 17:09:16 Unpacking libalgorithm-merge-perl (0.08-3) ... 17:09:16 Selecting previously unselected package libfile-fcntllock-perl. 17:09:16 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 17:09:16 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 17:09:16 Selecting previously unselected package libnorm1:amd64. 17:09:16 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 17:09:16 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:09:16 Selecting previously unselected package libpgm-5.2-0:amd64. 17:09:16 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 17:09:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:09:16 Selecting previously unselected package libsodium23:amd64. 17:09:16 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 17:09:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 17:09:16 Selecting previously unselected package libzmq5:amd64. 17:09:16 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 17:09:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:09:16 Selecting previously unselected package libzmq3-dev:amd64. 17:09:16 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 17:09:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:09:16 Selecting previously unselected package manpages-dev. 17:09:16 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 17:09:16 Unpacking manpages-dev (4.15-1) ... 17:09:16 Selecting previously unselected package pkg-config. 17:09:16 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 17:09:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 17:09:16 Selecting previously unselected package unzip. 17:09:16 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 17:09:16 Unpacking unzip (6.0-21ubuntu1) ... 17:09:17 Selecting previously unselected package zip. 17:09:17 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 17:09:17 Unpacking zip (3.0-11build1) ... 17:09:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:17 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 17:09:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:17 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 17:09:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:17 Setting up manpages (4.15-1) ... 17:09:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 17:09:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:17 Setting up less (487-0.1) ... 17:09:17 Setting up make (4.1-9.1ubuntu1) ... 17:09:17 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 17:09:17 Setting up curl (7.58.0-2ubuntu3.10) ... 17:09:17 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 17:09:17 Setting up libuv1:amd64 (1.18.0-3) ... 17:09:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 17:09:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:17 Setting up unzip (6.0-21ubuntu1) ... 17:09:17 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 17:09:17 Setting up libmpfr6:amd64 (4.0.1-1) ... 17:09:17 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 17:09:17 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 17:09:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 17:09:17 Setting up libgdbm5:amd64 (1.14.1-6) ... 17:09:17 Setting up zip (3.0-11build1) ... 17:09:17 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up librhash0:amd64 (1.3.6-2) ... 17:09:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 17:09:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 17:09:18 Setting up libsodium23:amd64 (1.0.16-2) ... 17:09:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up patch (2.7.6-2ubuntu1.1) ... 17:09:18 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 17:09:18 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up liblocale-gettext-perl (1.07-3build2) ... 17:09:18 Setting up libmpc3:amd64 (1.1.0-1) ... 17:09:18 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 17:09:18 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 17:09:18 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up manpages-dev (4.15-1) ... 17:09:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 17:09:18 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up netbase (5.4) ... 17:09:18 Setting up libisl19:amd64 (0.19-1) ... 17:09:18 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 17:09:18 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 17:09:18 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 17:09:18 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 17:09:18 Setting up fakeroot (1.22-2ubuntu1) ... 17:09:18 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 17:09:18 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 17:09:18 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 17:09:18 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 17:09:18 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 17:09:18 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 17:09:18 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 17:09:18 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 17:09:18 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 17:09:18 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 17:09:18 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 17:09:18 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 17:09:18 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 17:09:18 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 17:09:18 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 17:09:18 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 17:09:18 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:18 Setting up perl (5.26.1-6ubuntu0.5) ... 17:09:19 Setting up libfile-fcntllock-perl (0.22-3build2) ... 17:09:19 Setting up libalgorithm-diff-perl (1.19.03-1) ... 17:09:19 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 17:09:19 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up liberror-perl (0.17025-1) ... 17:09:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 17:09:19 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 17:09:19 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 17:09:19 Setting up libalgorithm-merge-perl (0.08-3) ... 17:09:19 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 17:09:19 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 17:09:19 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 17:09:19 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 17:09:19 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 17:09:19 Setting up git (1:2.17.1-1ubuntu0.7) ... 17:09:19 Setting up build-essential (12.4ubuntu1) ... 17:09:19 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 17:09:19 Setting up pkg-config (0.29.1-0ubuntu2) ... 17:09:19 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 17:09:19 Processing triggers for mime-support (3.60ubuntu1) ... 17:09:19 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 17:09:21 binutils set to automatically installed. 17:09:21 binutils-common set to automatically installed. 17:09:21 binutils-x86-64-linux-gnu set to automatically installed. 17:09:21 build-essential set to automatically installed. 17:09:21 cmake set to automatically installed. 17:09:21 cmake-data set to automatically installed. 17:09:21 cpp set to automatically installed. 17:09:21 cpp-7 set to automatically installed. 17:09:21 curl set to automatically installed. 17:09:21 dpkg-dev set to automatically installed. 17:09:21 fakeroot set to automatically installed. 17:09:21 g++ set to automatically installed. 17:09:21 g++-7 set to automatically installed. 17:09:21 g++-7-multilib set to automatically installed. 17:09:21 g++-multilib set to automatically installed. 17:09:21 gcc set to automatically installed. 17:09:21 gcc-7 set to automatically installed. 17:09:21 gcc-7-base set to automatically installed. 17:09:21 gcc-7-multilib set to automatically installed. 17:09:21 gcc-multilib set to automatically installed. 17:09:21 git set to automatically installed. 17:09:21 git-man set to automatically installed. 17:09:21 less set to automatically installed. 17:09:21 lib32asan4 set to automatically installed. 17:09:21 lib32atomic1 set to automatically installed. 17:09:21 lib32cilkrts5 set to automatically installed. 17:09:21 lib32gcc-7-dev set to automatically installed. 17:09:21 lib32gcc1 set to automatically installed. 17:09:21 lib32gomp1 set to automatically installed. 17:09:21 lib32itm1 set to automatically installed. 17:09:21 lib32mpx2 set to automatically installed. 17:09:21 lib32quadmath0 set to automatically installed. 17:09:21 lib32stdc++-7-dev set to automatically installed. 17:09:21 lib32stdc++6 set to automatically installed. 17:09:21 lib32ubsan0 set to automatically installed. 17:09:21 libalgorithm-diff-perl set to automatically installed. 17:09:21 libalgorithm-diff-xs-perl set to automatically installed. 17:09:21 libalgorithm-merge-perl set to automatically installed. 17:09:21 libarchive13 set to automatically installed. 17:09:21 libasan4 set to automatically installed. 17:09:21 libatomic1 set to automatically installed. 17:09:21 libbinutils set to automatically installed. 17:09:21 libc-dev-bin set to automatically installed. 17:09:21 libc6-dev set to automatically installed. 17:09:21 libc6-dev-i386 set to automatically installed. 17:09:21 libc6-dev-x32 set to automatically installed. 17:09:21 libc6-i386 set to automatically installed. 17:09:21 libc6-x32 set to automatically installed. 17:09:21 libcc1-0 set to automatically installed. 17:09:21 libcilkrts5 set to automatically installed. 17:09:21 libcurl3-gnutls set to automatically installed. 17:09:21 libdpkg-perl set to automatically installed. 17:09:21 liberror-perl set to automatically installed. 17:09:21 libfakeroot set to automatically installed. 17:09:21 libfile-fcntllock-perl set to automatically installed. 17:09:21 libgcc-7-dev set to automatically installed. 17:09:21 libgdbm-compat4 set to automatically installed. 17:09:21 libgdbm5 set to automatically installed. 17:09:21 libgomp1 set to automatically installed. 17:09:21 libisl19 set to automatically installed. 17:09:21 libitm1 set to automatically installed. 17:09:21 libjsoncpp1 set to automatically installed. 17:09:21 liblocale-gettext-perl set to automatically installed. 17:09:21 liblsan0 set to automatically installed. 17:09:21 libmpc3 set to automatically installed. 17:09:21 libmpfr6 set to automatically installed. 17:09:21 libmpx2 set to automatically installed. 17:09:21 libnorm1 set to automatically installed. 17:09:21 libperl5.26 set to automatically installed. 17:09:21 libpgm-5.2-0 set to automatically installed. 17:09:21 libquadmath0 set to automatically installed. 17:09:21 librhash0 set to automatically installed. 17:09:21 libsodium23 set to automatically installed. 17:09:21 libstdc++-7-dev set to automatically installed. 17:09:21 libtsan0 set to automatically installed. 17:09:21 libubsan0 set to automatically installed. 17:09:21 libuv1 set to automatically installed. 17:09:22 libx32asan4 set to automatically installed. 17:09:22 libx32atomic1 set to automatically installed. 17:09:22 libx32cilkrts5 set to automatically installed. 17:09:22 libx32gcc-7-dev set to automatically installed. 17:09:22 libx32gcc1 set to automatically installed. 17:09:22 libx32gomp1 set to automatically installed. 17:09:22 libx32itm1 set to automatically installed. 17:09:22 libx32quadmath0 set to automatically installed. 17:09:22 libx32stdc++-7-dev set to automatically installed. 17:09:22 libx32stdc++6 set to automatically installed. 17:09:22 libx32ubsan0 set to automatically installed. 17:09:22 libzmq3-dev set to automatically installed. 17:09:22 libzmq5 set to automatically installed. 17:09:22 linux-libc-dev set to automatically installed. 17:09:22 make set to automatically installed. 17:09:22 manpages set to automatically installed. 17:09:22 manpages-dev set to automatically installed. 17:09:22 netbase set to automatically installed. 17:09:22 patch set to automatically installed. 17:09:22 perl set to automatically installed. 17:09:22 perl-base set to automatically installed. 17:09:22 perl-modules-5.26 set to automatically installed. 17:09:22 pkg-config set to automatically installed. 17:09:22 unzip set to automatically installed. 17:09:22 zip set to automatically installed. 17:09:22 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 17:09:22 Please ensure the environment is properly setup before continuing. 17:09:22 Ignore this message if the appropriate measures have already been taken 17:09:22 Pulling go-build-helper  17:09:23 'go115' has dependencies that need to be staged: go-build-helper 17:09:23 Skipping pull go-build-helper (already ran) 17:09:23 Building go-build-helper  17:09:26 Staging go-build-helper  17:09:27 Pulling go115  17:09:28 'app-service-config' has dependencies that need to be staged: go115 17:09:28 Skipping pull go115 (already ran) 17:09:28 Building go115  17:09:28 % Total % Received % Xferd Average Speed Time Time Time Current 17:09:28 Dload Upload Total Spent Left Speed 17:09:30 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 25 115M 25 29.8M 0 0 41.3M 0 0:00:02 --:--:-- 0:00:02 41.3M 78 115M 78 90.7M 0 0 52.4M 0 0:00:02 0:00:01 0:00:01 52.4M 100 115M 100 115M 0 0 53.2M 0 0:00:02 0:00:02 --:--:-- 53.2M 17:09:31 go1.15.2.linux-amd64.tar.gz: OK 17:09:38 Staging go115  17:09:38 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] 17:09:38 14% [Working] 14% [Working] 14% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 17:09:39 12% 38% 38% 38% 5% 5% 5% Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 17:09:39 8% 9% [Working] 9% [Working] 9% Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 17:09:39 12% 16% 4% [Working] 4% [Working] 4% Get:5 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 17:09:39 4% 4% 4% 4% 4% 4% Get:6 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 17:09:39 6% 7% Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 17:09:39 7% 7% 12% 12% 12% 12% Get:8 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 17:09:39 14% 21% Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 17:09:39 21% 22% Get:10 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 17:09:39 22% 22% 24% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 17:09:39 24% 24% 24% 24% 25% Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 17:09:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 17:09:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 17:09:39 ---> 3e91c2459f8c 17:09:39 Step 3/21 : WORKDIR /edgex-go 17:09:39 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 17:09:39 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 17:09:39 ---> 3e91c2459f8c 17:09:39 Step 3/29 : WORKDIR /edgex-go 17:09:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:09:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:09:39 ---> 3e91c2459f8c 17:09:39 Step 3/22 : WORKDIR /edgex-go 17:09:39 Step 1/19 : ARG BUILDER_BASE=golang:1.15-alpine 17:09:39 Step 2/19 : FROM ${BUILDER_BASE} AS builder 17:09:39 ---> 3e91c2459f8c 17:09:39 Step 3/19 : WORKDIR /edgex-go 17:09:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:09:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:09:39 ---> 3e91c2459f8c 17:09:39 Step 3/24 : WORKDIR /edgex-go 17:09:39 ---> Running in e8ef6edabc98 17:09:39 ---> Running in 2939e35ee686 17:09:39 ---> Running in b98b3c581775 17:09:39 ---> Running in 4a7c919bfe7b 17:09:39 ---> Running in ab71a55fbafe 17:09:39 Removing intermediate container 2939e35ee686 17:09:39 ---> be2ae950fe8b 17:09:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:39 Removing intermediate container e8ef6edabc98 17:09:39 ---> 25d00de442c8 17:09:39 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:39 Removing intermediate container ab71a55fbafe 17:09:39 ---> f527270b7322 17:09:39 Step 4/29 : RUN apk update && apk add make git 17:09:39 Removing intermediate container b98b3c581775 17:09:39 ---> f52466ca3c7a 17:09:39 Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:39 Removing intermediate container 4a7c919bfe7b 17:09:39 ---> c0ff18f06c92 17:09:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:09:39 ---> Running in e79767ca135a 17:09:39 ---> Running in ee41f0ed0c42 17:09:39 ---> Running in 5d8a13367a77 17:09:39 ---> Running in 9293c9086873 17:09:39 ---> Running in e6cea2edf986 17:09:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:09:40 25% 33% 33% 33% 36% 36% 36% 36% 36% 36% 57% 57% 57% 62% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 17:09:40 78% 78% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 17:09:40 78% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 17:09:40 80% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 17:09:40 89% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 17:09:40 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 17:09:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:09:41 Removing intermediate container e79767ca135a 17:09:41 ---> bb955ca66ec2 17:09:41 Step 5/22 : RUN apk update && apk add make git 17:09:41 ---> Running in b6408cfb112a 17:09:41 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) 17:09:41 Removing intermediate container ee41f0ed0c42 17:09:41 ---> 7d900b8a1be5 17:09:41 Step 5/21 : RUN apk update && apk add make git 17:09:41 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:09:41 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:09:41 OK: 12623 distinct packages available 17:09:42 Removing intermediate container 9293c9086873 17:09:42 ---> be3a7be13889 17:09:42 Step 5/19 : RUN apk update && apk add make git 17:09:42 Removing intermediate container e6cea2edf986 17:09:42 ---> 216132bd95c9 17:09:42 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 17:09:42 ---> Running in 3dfaef12d038 17:09:42 ---> Running in 21b467eb2a96 17:09:42 ---> Running in b16f406de1d1 17:09:42 OK: 217 MiB in 51 packages 17:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:09:44 Removing intermediate container 5d8a13367a77 17:09:44 ---> 5a934bb35609 17:09:44 Step 5/29 : COPY go.mod . 17:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:09:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:09:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:09:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:09:45 ---> ef68e5e9b77a 17:09:45 Step 6/29 : RUN go mod download 17:09:45 ---> Running in 2f54962098b2 17:09:45 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 17:09:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:09:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:09:46 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 17:09:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:09:46 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 17:09:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:09:47 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 17:09:47 Pulling app-service-config  17:09:47 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:09:47 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:09:47 OK: 12623 distinct packages available 17:09:47 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:09:47 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:09:47 OK: 12623 distinct packages available 17:09:47 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:09:47 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:09:47 OK: 12623 distinct packages available 17:09:48 Cloning into '/build/parts/app-service-config/src'... 17:09:48 remote: Enumerating objects: 19, done. 17:09:48 remote: Counting objects: 5% (1/19) remote: Counting objects: 10% (2/19) remote: Counting objects: 15% (3/19) remote: Counting objects: 21% (4/19) remote: Counting objects: 26% (5/19) remote: Counting objects: 31% (6/19) remote: Counting objects: 36% (7/19) remote: Counting objects: 42% (8/19) remote: Counting objects: 47% (9/19) remote: Counting objects: 52% (10/19) remote: Counting objects: 57% (11/19) remote: Counting objects: 63% (12/19) remote: Counting objects: 68% (13/19) remote: Counting objects: 73% (14/19) remote: Counting objects: 78% (15/19) remote: Counting objects: 84% (16/19) remote: Counting objects: 89% (17/19) remote: Counting objects: 94% (18/19) remote: Counting objects: 100% (19/19) remote: Counting objects: 100% (19/19), done. 17:09:48 remote: Compressing objects: 7% (1/14) remote: Compressing objects: 14% (2/14) remote: Compressing objects: 21% (3/14) remote: Compressing objects: 28% (4/14) remote: Compressing objects: 35% (5/14) remote: Compressing objects: 42% (6/14) remote: Compressing objects: 50% (7/14) remote: Compressing objects: 57% (8/14) remote: Compressing objects: 64% (9/14) remote: Compressing objects: 71% (10/14) remote: Compressing objects: 78% (11/14) remote: Compressing objects: 85% (12/14) remote: Compressing objects: 92% (13/14) remote: Compressing objects: 100% (14/14) remote: Compressing objects: 100% (14/14), done. 17:09:48 Receiving objects: 0% (1/823) Receiving objects: 1% (9/823) Receiving objects: 2% (17/823) Receiving objects: 3% (25/823) Receiving objects: 4% (33/823) Receiving objects: 5% (42/823) Receiving objects: 6% (50/823) Receiving objects: 7% (58/823) Receiving objects: 8% (66/823) Receiving objects: 9% (75/823) Receiving objects: 10% (83/823) Receiving objects: 11% (91/823) Receiving objects: 12% (99/823) Receiving objects: 13% (107/823) Receiving objects: 14% (116/823) Receiving objects: 15% (124/823) Receiving objects: 16% (132/823) Receiving objects: 17% (140/823) Receiving objects: 18% (149/823) Receiving objects: 19% (157/823) Receiving objects: 20% (165/823) Receiving objects: 21% (173/823) Receiving objects: 22% (182/823) Receiving objects: 23% (190/823) Receiving objects: 24% (198/823) Receiving objects: 25% (206/823) Receiving objects: 26% (214/823) Receiving objects: 27% (223/823) Receiving objects: 28% (231/823) Receiving objects: 29% (239/823) Receiving objects: 30% (247/823) Receiving objects: 31% (256/823) Receiving objects: 32% (264/823) Receiving objects: 33% (272/823) Receiving objects: 34% (280/823) Receiving objects: 35% (289/823) Receiving objects: 36% (297/823) Receiving objects: 37% (305/823) Receiving objects: 38% (313/823) Receiving objects: 39% (321/823) Receiving objects: 40% (330/823) Receiving objects: 41% (338/823) Receiving objects: 42% (346/823) Receiving objects: 43% (354/823) remote: Total 823 (delta 3), reused 11 (delta 1), pack-reused 804 17:09:48 Receiving objects: 44% (363/823) Receiving objects: 45% (371/823) Receiving objects: 46% (379/823) Receiving objects: 47% (387/823) Receiving objects: 48% (396/823) Receiving objects: 49% (404/823) Receiving objects: 50% (412/823) Receiving objects: 51% (420/823) Receiving objects: 52% (428/823) Receiving objects: 53% (437/823) Receiving objects: 54% (445/823) Receiving objects: 55% (453/823) Receiving objects: 56% (461/823) Receiving objects: 57% (470/823) Receiving objects: 58% (478/823) Receiving objects: 59% (486/823) Receiving objects: 60% (494/823) Receiving objects: 61% (503/823) Receiving objects: 62% (511/823) Receiving objects: 63% (519/823) Receiving objects: 64% (527/823) Receiving objects: 65% (535/823) Receiving objects: 66% (544/823) Receiving objects: 67% (552/823) Receiving objects: 68% (560/823) Receiving objects: 69% (568/823) Receiving objects: 70% (577/823) Receiving objects: 71% (585/823) Receiving objects: 72% (593/823) Receiving objects: 73% (601/823) Receiving objects: 74% (610/823) Receiving objects: 75% (618/823) Receiving objects: 76% (626/823) Receiving objects: 77% (634/823) Receiving objects: 78% (642/823) Receiving objects: 79% (651/823) Receiving objects: 80% (659/823) Receiving objects: 81% (667/823) Receiving objects: 82% (675/823) Receiving objects: 83% (684/823) Receiving objects: 84% (692/823) Receiving objects: 85% (700/823) Receiving objects: 86% (708/823) Receiving objects: 87% (717/823) Receiving objects: 88% (725/823) Receiving objects: 89% (733/823) Receiving objects: 90% (741/823) Receiving objects: 91% (749/823) Receiving objects: 92% (758/823) Receiving objects: 93% (766/823) Receiving objects: 94% (774/823) Receiving objects: 95% (782/823) Receiving objects: 96% (791/823) Receiving objects: 97% (799/823) Receiving objects: 98% (807/823) Receiving objects: 99% (815/823) Receiving objects: 100% (823/823) Receiving objects: 100% (823/823), 181.99 KiB | 5.20 MiB/s, done. 17:09:48 Resolving deltas: 0% (0/310) Resolving deltas: 1% (4/310) Resolving deltas: 2% (7/310) Resolving deltas: 3% (10/310) Resolving deltas: 5% (18/310) Resolving deltas: 9% (30/310) Resolving deltas: 11% (35/310) Resolving deltas: 12% (38/310) Resolving deltas: 23% (74/310) Resolving deltas: 24% (76/310) Resolving deltas: 26% (82/310) Resolving deltas: 27% (85/310) Resolving deltas: 35% (110/310) Resolving deltas: 36% (113/310) Resolving deltas: 38% (118/310) Resolving deltas: 41% (129/310) Resolving deltas: 48% (149/310) Resolving deltas: 55% (171/310) Resolving deltas: 56% (175/310) Resolving deltas: 57% (178/310) Resolving deltas: 60% (186/310) Resolving deltas: 61% (190/310) Resolving deltas: 69% (215/310) Resolving deltas: 75% (235/310) Resolving deltas: 78% (244/310) Resolving deltas: 80% (249/310) Resolving deltas: 85% (265/310) Resolving deltas: 86% (268/310) Resolving deltas: 89% (277/310) Resolving deltas: 100% (310/310) Resolving deltas: 100% (310/310), done. 17:09:48 OK: 217 MiB in 51 packages 17:09:48 Pulling config-common  17:09:48 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:09:48 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:09:48 OK: 12623 distinct packages available 17:09:48 OK: 217 MiB in 51 packages 17:09:49 OK: 217 MiB in 51 packages 17:09:49 Pulling consul  17:09:49 Removing intermediate container 2f54962098b2 17:09:49 ---> a1c87c23c3f6 17:09:49 Step 7/29 : COPY . . 17:09:49 OK: 217 MiB in 51 packages 17:09:50 Cloning into '/build/parts/consul/src'... 17:09:50 Removing intermediate container b16f406de1d1 17:09:50 ---> c4577fe4a1d2 17:09:50 Step 6/19 : COPY go.mod . 17:09:50 remote: Enumerating objects: 9433, done. 17:09:50 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. 17:09:51 Removing intermediate container b6408cfb112a 17:09:51 ---> e253068463fd 17:09:51 Step 6/22 : COPY go.mod . 17:09:51 Removing intermediate container 21b467eb2a96 17:09:51 ---> 151c935f45bd 17:09:51 Step 6/24 : COPY go.mod . 17:09:51 ---> d6ab8b36213f 17:09:51 Step 7/19 : RUN go mod download 17:09:51 remote: Compressing objects: 0% (1/7554) remote: Compressing objects: 1% (76/7554) remote: Compressing objects: 2% (152/7554) remote: Compressing objects: 3% (227/7554) remote: Compressing objects: 4% (303/7554) remote: Compressing objects: 5% (378/7554) remote: Compressing objects: 6% (454/7554) remote: Compressing objects: 7% (529/7554) remote: Compressing objects: 8% (605/7554) remote: Compressing objects: 9% (680/7554) remote: Compressing objects: 10% (756/7554) remote: Compressing objects: 11% (831/7554) remote: Compressing objects: 12% (907/7554) remote: Compressing objects: 13% (983/7554) remote: Compressing objects: 14% (1058/7554) remote: Compressing objects: 15% (1134/7554) remote: Compressing objects: 16% (1209/7554) remote: Compressing objects: 17% (1285/7554) remote: Compressing objects: 18% (1360/7554) remote: Compressing objects: 19% (1436/7554) remote: Compressing objects: 20% (1511/7554) remote: Compressing objects: 21% (1587/7554) remote: Compressing objects: 22% (1662/7554) remote: Compressing objects: 23% (1738/7554) remote: Compressing objects: 24% (1813/7554) remote: Compressing objects: 25% (1889/7554) remote: Compressing objects: 26% (1965/7554) remote: Compressing objects: 27% (2040/7554) remote: Compressing objects: 28% (2116/7554) remote: Compressing objects: 29% (2191/7554) remote: Compressing objects: 30% (2267/7554) remote: Compressing objects: 31% (2342/7554) remote: Compressing objects: 32% (2418/7554) remote: Compressing objects: 33% (2493/7554) remote: Compressing objects: 34% (2569/7554) remote: Compressing objects: 35% (2644/7554) remote: Compressing objects: 36% (2720/7554) remote: Compressing objects: 37% (2795/7554) remote: Compressing objects: 38% (2871/7554) remote: Compressing objects: 39% (2947/7554) remote: Compressing objects: 40% (3022/7554) remote: Compressing objects: 41% (3098/7554) remote: Compressing objects: 42% (3173/7554) remote: Compressing objects: 43% (3249/7554) remote: Compressing objects: 44% (3324/7554) remote: Compressing objects: 45% (3400/7554) remote: Compressing objects: 46% (3475/7554) remote: Compressing objects: 47% (3551/7554) remote: Compressing objects: 48% (3626/7554) remote: Compressing objects: 49% (3702/7554) remote: Compressing objects: 50% (3777/7554) remote: Compressing objects: 51% (3853/7554) remote: Compressing objects: 52% (3929/7554) remote: Compressing objects: 53% (4004/7554) remote: Compressing objects: 54% (4080/7554) remote: Compressing objects: 55% (4155/7554) remote: Compressing objects: 56% (4231/7554) remote: Compressing objects: 57% (4306/7554) remote: Compressing objects: 58% (4382/7554) remote: Compressing objects: 59% (4457/7554) remote: Compressing objects: 60% (4533/7554) remote: Compressing objects: 61% (4608/7554) remote: Compressing objects: 62% (4684/7554) remote: Compressing objects: 63% (4760/7554) remote: Compressing objects: 64% (4835/7554) remote: Compressing objects: 65% (4911/7554) remote: Compressing objects: 66% (4986/7554) remote: Compressing objects: 67% (5062/7554) remote: Compressing objects: 68% (5137/7554) remote: Compressing objects: 69% (5213/7554) remote: Compressing objects: 70% (5288/7554) remote: Compressing objects: 71% (5364/7554) remote: Compressing objects: 72% (5439/7554) remote: Compressing objects: 73% (5515/7554) remote: Compressing objects: 74% (5590/7554) remote: Compressing objects: 75% (5666/7554) remote: Compressing objects: 76% (5742/7554) remote: Compressing objects: 77% (5817/7554) remote: Compressing objects: 78% (5893/7554) remote: Compressing objects: 79% (5968/7554) remote: Compressing objects: 80% (6044/7554) remote: Compressing objects: 81% (6119/7554) remote: Compressing objects: 82% (6195/7554) remote: Compressing objects: 83% (6270/7554) remote: Compressing objects: 84% (6346/7554) remote: Compressing objects: 85% (6421/7554) remote: Compressing objects: 86% (6497/7554) remote: Compressing objects: 87% (6572/7554) remote: Compressing objects: 88% (6648/7554) remote: Compressing objects: 89% (6724/7554) remote: Compressing objects: 90% (6799/7554) remote: Compressing objects: 91% (6875/7554) remote: Compressing objects: 92% (6950/7554) remote: Compressing objects: 93% (7026/7554) remote: Compressing objects: 94% (7101/7554) remote: Compressing objects: 95% (7177/7554) remote: Compressing objects: 96% (7252/7554) remote: Compressing objects: 97% (7328/7554) remote: Compressing objects: 98% (7403/7554) remote: Compressing objects: 99% (7479/7554) remote: Compressing objects: 100% (7554/7554) remote: Compressing objects: 100% (7554/7554), done. 17:09:51 ---> Running in 426356e6c1c9 17:09:52 Removing intermediate container 3dfaef12d038 17:09:52 ---> 152818d812eb 17:09:52 Step 6/21 : COPY go.mod . 17:09:52 ---> 7cbb93f89a31 17:09:52 Step 7/22 : RUN go mod download 17:09:52 ---> e051b62ae51d 17:09:52 Step 7/24 : RUN go mod download 17:09:52 ---> Running in bdb939a134c1 17:09:53 ---> Running in 94958a1c277d 17:09:53 ---> ca25c784d04e 17:09:53 Step 7/21 : RUN go mod download 17:09:53 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 | 795.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 41% (3896/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 52% (4906/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 53% (5000/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 54% (5094/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 55% (5189/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 56% (5283/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 57% (5377/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 58% (5472/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 59% (5566/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 60% (5660/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 61% (5755/9433), 612.00 KiB | 795.00 KiB/s Receiving objects: 62% (5849/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 63% (5943/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 64% (6038/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 65% (6132/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 66% (6226/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 67% (6321/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 68% (6415/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 69% (6509/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 70% (6604/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 71% (6698/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 72% (6792/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 73% (6887/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 74% (6981/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 75% (7075/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 76% (7170/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 77% (7264/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 78% (7358/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 79% (7453/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 80% (7547/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 81% (7641/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 82% (7736/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 83% (7830/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 84% (7924/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 85% (8019/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 86% (8113/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 87% (8207/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 88% (8302/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 89% (8396/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 90% (8490/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 91% (8585/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 92% (8679/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 93% (8773/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 94% (8868/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 95% (8962/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 96% (9056/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 97% (9151/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 98% (9245/9433), 8.14 MiB | 6.44 MiB/s Receiving objects: 99% (9339/9433), 16.70 MiB | 9.46 MiB/s remote: Total 9433 (delta 1883), reused 6081 (delta 1372), pack-reused 0 17:09:53 Receiving objects: 100% (9433/9433), 16.70 MiB | 9.46 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 13.91 MiB/s, done. 17:09:53 Resolving deltas: 0% (0/1883) Resolving deltas: 1% (19/1883) Resolving deltas: 2% (39/1883) Resolving deltas: 3% (59/1883) Resolving deltas: 5% (108/1883) Resolving deltas: 6% (125/1883) Resolving deltas: 7% (132/1883) Resolving deltas: 8% (153/1883) Resolving deltas: 9% (170/1883) Resolving deltas: 10% (190/1883) Resolving deltas: 11% (209/1883) Resolving deltas: 12% (226/1883) Resolving deltas: 13% (245/1883) Resolving deltas: 14% (266/1883) Resolving deltas: 15% (284/1883) Resolving deltas: 16% (306/1883) Resolving deltas: 17% (321/1883) Resolving deltas: 18% (339/1883) Resolving deltas: 19% (360/1883) Resolving deltas: 20% (377/1883) Resolving deltas: 21% (397/1883) Resolving deltas: 22% (421/1883) Resolving deltas: 23% (438/1883) Resolving deltas: 24% (452/1883) Resolving deltas: 25% (471/1883) Resolving deltas: 26% (492/1883) Resolving deltas: 27% (509/1883) Resolving deltas: 28% (532/1883) Resolving deltas: 29% (551/1883) Resolving deltas: 30% (566/1883) Resolving deltas: 31% (584/1883) Resolving deltas: 32% (604/1883) Resolving deltas: 35% (662/1883) Resolving deltas: 36% (683/1883) Resolving deltas: 37% (701/1883) Resolving deltas: 38% (720/1883) Resolving deltas: 39% (735/1883) Resolving deltas: 40% (757/1883) Resolving deltas: 41% (773/1883) Resolving deltas: 42% (791/1883) Resolving deltas: 43% (813/1883) Resolving deltas: 44% (829/1883) Resolving deltas: 45% (848/1883) Resolving deltas: 46% (870/1883) Resolving deltas: 47% (891/1883) Resolving deltas: 48% (904/1883) Resolving deltas: 49% (933/1883) Resolving deltas: 50% (942/1883) Resolving deltas: 51% (966/1883) Resolving deltas: 52% (982/1883) Resolving deltas: 53% (998/1883) Resolving deltas: 54% (1017/1883) Resolving deltas: 55% (1036/1883) Resolving deltas: 56% (1056/1883) Resolving deltas: 57% (1074/1883) Resolving deltas: 58% (1109/1883) Resolving deltas: 59% (1113/1883) Resolving deltas: 60% (1130/1883) Resolving deltas: 61% (1150/1883) Resolving deltas: 62% (1168/1883) Resolving deltas: 63% (1187/1883) Resolving deltas: 64% (1208/1883) Resolving deltas: 65% (1227/1883) Resolving deltas: 66% (1243/1883) Resolving deltas: 67% (1262/1883) Resolving deltas: 68% (1281/1883) Resolving deltas: 69% (1301/1883) Resolving deltas: 70% (1321/1883) Resolving deltas: 71% (1337/1883) Resolving deltas: 72% (1356/1883) Resolving deltas: 73% (1375/1883) Resolving deltas: 74% (1395/1883) Resolving deltas: 75% (1414/1883) Resolving deltas: 76% (1432/1883) Resolving deltas: 77% (1452/1883) Resolving deltas: 79% (1495/1883) Resolving deltas: 82% (1548/1883) Resolving deltas: 83% (1563/1883) Resolving deltas: 84% (1583/1883) Resolving deltas: 85% (1602/1883) Resolving deltas: 86% (1621/1883) Resolving deltas: 87% (1645/1883) Resolving deltas: 88% (1660/1883) Resolving deltas: 91% (1715/1883) Resolving deltas: 92% (1733/1883) Resolving deltas: 93% (1755/1883) Resolving deltas: 94% (1772/1883) Resolving deltas: 95% (1789/1883) Resolving deltas: 96% (1809/1883) Resolving deltas: 97% (1827/1883) Resolving deltas: 98% (1854/1883) Resolving deltas: 99% (1867/1883) Resolving deltas: 100% (1883/1883) Resolving deltas: 100% (1883/1883), done. 17:09:53 Note: checking out '12b16df320052414244659e4dadda078f67849ed'. 17:09:53 17:09:53 You are in 'detached HEAD' state. You can look around, make experimental 17:09:53 changes and commit them, and you can discard any commits you make in this 17:09:53 state without impacting any branches by performing another checkout. 17:09:53 17:09:53 If you want to create a new branch to retain commits you create, you may 17:09:53 do so (now or later) by using -b with the checkout command again. Example: 17:09:53 17:09:53 git checkout -b 17:09:53 17:09:53 ---> Running in 2ec0acd98359 17:09:55 Checking out files: 86% (7502/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. 17:09:55 Pulling device-virtual-go  17:09:55 Cloning into '/build/parts/device-virtual-go/src'... 17:09:56 remote: Enumerating objects: 39, done. 17:09:56 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. 17:09:56 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. 17:09:56 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) remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 17:09:56 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. 17:09:56 Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. 17:09:56 17:09:56 You are in 'detached HEAD' state. You can look around, make experimental 17:09:56 changes and commit them, and you can discard any commits you make in this 17:09:56 state without impacting any branches by performing another checkout. 17:09:56 17:09:56 If you want to create a new branch to retain commits you create, you may 17:09:56 do so (now or later) by using -b with the checkout command again. Example: 17:09:56 17:09:56 git checkout -b 17:09:56 17:09:57 Removing intermediate container 426356e6c1c9 17:09:57 ---> 5e72b1317e85 17:09:57 Step 8/19 : COPY . . 17:09:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:09:58 0% [Working] 0% [Working] 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:09:58 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:09:58 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:09:58 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 17:09:59 Removing intermediate container bdb939a134c1 17:09:59 ---> 21281adf4275 17:09:59 Step 8/22 : COPY . . 17:09:59 Removing intermediate container 94958a1c277d 17:09:59 ---> 741a0e9e2f7f 17:09:59 Step 8/24 : COPY . . 17:10:00 Removing intermediate container 2ec0acd98359 17:10:00 ---> dc64d7cec4d5 17:10:00 Step 8/21 : COPY . . 17:10:02 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:10:02 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:02 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:10:02 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:02 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:10:02 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:03 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:10:03 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:03 Pulling edgex-go  17:10:06 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:10:06 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:10:06 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:10:06 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:10:06 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 17:10:10 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] 17:10:10 1% 66% 100% [Working] Fetched 998 kB in 0s (0 B/s) 17:10:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.2_amd64.deb [2585 kB] 17:10:11 0% 24% 100% [Working] Fetched 2585 kB in 0s (0 B/s) 17:10:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 17:10:12 0% 25% 100% [Working] Fetched 2762 kB in 0s (0 B/s) 17:10:12 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] 17:10:13 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) 17:10:13 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 17:10:14 0% 18% 100% [Working] Fetched 3534 kB in 0s (0 B/s) 17:10:14 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] 17:10:14 5% 100% [Working] Fetched 229 kB in 0s (0 B/s) 17:10:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 17:10:15 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) 17:10:15 ---> 4a2585a540ce 17:10:15 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 17:10:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.2_amd64.deb [71.8 kB] 17:10:15 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) 17:10:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 17:10:16 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) 17:10:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 17:10:16 99% 100% [Working] Fetched 6084 B in 0s (0 B/s) 17:10:16 ---> Running in d9ab95502423 17:10:16 ---> 9c8b9f58eae0 17:10:16 Step 9/19 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 17:10:17 ---> 2b6919460e2b 17:10:17 Step 9/22 : RUN make cmd/core-command/core-command 17:10:17 ---> 5c127ab1cbc3 17:10:17 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 17:10:17 ---> Running in f7c59ff9ad81 17:10:17 ---> Running in a1c51f9970ed 17:10:17 ---> Running in 13bcf85e090b 17:10:17 ---> a581bdf54b0d 17:10:17 Step 9/24 : RUN make cmd/support-notifications/support-notifications 17:10:18 ---> Running in daf18f99462d 17:10:18 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 17:10:19 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 17:10:19 Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 17:10:20 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 17:10:20 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 17:10:20 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 17:10:20 Pulling kong  17:10:23 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:10:23 0% [Working] 0% [Working] 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:10:23 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:10:23 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:10:23 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 17:10:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 17:10:27 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 17:10:27 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 17:10:27 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 17:10:27 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:27 Pulling kuiper  17:10:28 Cloning into '/build/parts/kuiper/src'... 17:10:28 remote: Enumerating objects: 4, done. 17:10:28 remote: Counting objects: 25% (1/4) remote: Counting objects: 50% (2/4) remote: Counting objects: 75% (3/4) remote: Counting objects: 100% (4/4) remote: Counting objects: 100% (4/4), done. 17:10:28 remote: Compressing objects: 25% (1/4) remote: Compressing objects: 50% (2/4) remote: Compressing objects: 75% (3/4) remote: Compressing objects: 100% (4/4) remote: Compressing objects: 100% (4/4), done. 17:10:29 Receiving objects: 0% (1/7865) Receiving objects: 1% (79/7865) Receiving objects: 2% (158/7865) Receiving objects: 3% (236/7865) Receiving objects: 4% (315/7865) Receiving objects: 5% (394/7865) Receiving objects: 6% (472/7865) Receiving objects: 7% (551/7865) Receiving objects: 8% (630/7865) Receiving objects: 9% (708/7865) Receiving objects: 10% (787/7865) Receiving objects: 11% (866/7865) Receiving objects: 12% (944/7865) Receiving objects: 13% (1023/7865) Receiving objects: 14% (1102/7865) Receiving objects: 15% (1180/7865) Receiving objects: 16% (1259/7865) Receiving objects: 17% (1338/7865) Receiving objects: 18% (1416/7865) Receiving objects: 19% (1495/7865) Receiving objects: 20% (1573/7865) Receiving objects: 21% (1652/7865) Receiving objects: 22% (1731/7865) Receiving objects: 23% (1809/7865) Receiving objects: 24% (1888/7865) Receiving objects: 25% (1967/7865) Receiving objects: 26% (2045/7865) Receiving objects: 27% (2124/7865) Receiving objects: 28% (2203/7865) Receiving objects: 29% (2281/7865) Receiving objects: 30% (2360/7865) Receiving objects: 31% (2439/7865) Receiving objects: 32% (2517/7865) Receiving objects: 33% (2596/7865) Receiving objects: 34% (2675/7865) Receiving objects: 35% (2753/7865) Receiving objects: 36% (2832/7865) Receiving objects: 37% (2911/7865) Receiving objects: 38% (2989/7865) Receiving objects: 39% (3068/7865) Receiving objects: 40% (3146/7865) Receiving objects: 41% (3225/7865) Receiving objects: 42% (3304/7865) Receiving objects: 43% (3382/7865) Receiving objects: 44% (3461/7865) Receiving objects: 45% (3540/7865) Receiving objects: 46% (3618/7865) Receiving objects: 47% (3697/7865) Receiving objects: 48% (3776/7865) Receiving objects: 49% (3854/7865) Receiving objects: 50% (3933/7865) Receiving objects: 51% (4012/7865) Receiving objects: 52% (4090/7865) Receiving objects: 53% (4169/7865) Receiving objects: 54% (4248/7865) Receiving objects: 55% (4326/7865) Receiving objects: 56% (4405/7865) Receiving objects: 57% (4484/7865) Receiving objects: 58% (4562/7865) Receiving objects: 59% (4641/7865) Receiving objects: 60% (4719/7865) Receiving objects: 61% (4798/7865) Receiving objects: 62% (4877/7865) Receiving objects: 63% (4955/7865) Receiving objects: 64% (5034/7865) Receiving objects: 65% (5113/7865) Receiving objects: 66% (5191/7865) Receiving objects: 67% (5270/7865) Receiving objects: 68% (5349/7865) Receiving objects: 69% (5427/7865) Receiving objects: 70% (5506/7865) Receiving objects: 71% (5585/7865) Receiving objects: 72% (5663/7865) Receiving objects: 73% (5742/7865) Receiving objects: 74% (5821/7865) Receiving objects: 75% (5899/7865) Receiving objects: 76% (5978/7865) Receiving objects: 77% (6057/7865) Receiving objects: 78% (6135/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 79% (6214/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 80% (6292/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 81% (6371/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 82% (6450/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 83% (6528/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 84% (6607/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 85% (6686/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 86% (6764/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 87% (6843/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 88% (6922/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 89% (7000/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 90% (7079/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 91% (7158/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 92% (7236/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 93% (7315/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 94% (7394/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 95% (7472/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 96% (7551/7865), 14.07 MiB | 28.12 MiB/s remote: Total 7865 (delta 0), reused 1 (delta 0), pack-reused 7861 17:10:29 Receiving objects: 97% (7630/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 98% (7708/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 99% (7787/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 100% (7865/7865), 14.07 MiB | 28.12 MiB/s Receiving objects: 100% (7865/7865), 19.17 MiB | 24.47 MiB/s, done. 17:10:29 Resolving deltas: 0% (0/5050) Resolving deltas: 1% (52/5050) Resolving deltas: 2% (102/5050) Resolving deltas: 3% (167/5050) Resolving deltas: 4% (212/5050) Resolving deltas: 5% (265/5050) Resolving deltas: 6% (336/5050) Resolving deltas: 7% (374/5050) Resolving deltas: 8% (415/5050) Resolving deltas: 9% (458/5050) Resolving deltas: 10% (506/5050) Resolving deltas: 11% (563/5050) Resolving deltas: 12% (612/5050) Resolving deltas: 13% (661/5050) Resolving deltas: 14% (714/5050) Resolving deltas: 15% (761/5050) Resolving deltas: 16% (809/5050) Resolving deltas: 17% (870/5050) Resolving deltas: 18% (909/5050) Resolving deltas: 19% (985/5050) Resolving deltas: 20% (1021/5050) Resolving deltas: 21% (1085/5050) Resolving deltas: 22% (1112/5050) Resolving deltas: 23% (1167/5050) Resolving deltas: 24% (1222/5050) Resolving deltas: 25% (1272/5050) Resolving deltas: 26% (1318/5050) Resolving deltas: 27% (1380/5050) Resolving deltas: 28% (1419/5050) Resolving deltas: 29% (1480/5050) Resolving deltas: 30% (1516/5050) Resolving deltas: 31% (1588/5050) Resolving deltas: 32% (1625/5050) Resolving deltas: 33% (1668/5050) Resolving deltas: 34% (1749/5050) Resolving deltas: 35% (1770/5050) Resolving deltas: 36% (1818/5050) Resolving deltas: 37% (1878/5050) Resolving deltas: 38% (1927/5050) Resolving deltas: 39% (1984/5050) Resolving deltas: 40% (2032/5050) Resolving deltas: 41% (2079/5050) Resolving deltas: 42% (2123/5050) Resolving deltas: 43% (2172/5050) Resolving deltas: 44% (2224/5050) Resolving deltas: 45% (2276/5050) Resolving deltas: 46% (2335/5050) Resolving deltas: 47% (2375/5050) Resolving deltas: 48% (2471/5050) Resolving deltas: 49% (2515/5050) Resolving deltas: 50% (2531/5050) Resolving deltas: 51% (2590/5050) Resolving deltas: 52% (2627/5050) Resolving deltas: 53% (2701/5050) Resolving deltas: 54% (2729/5050) Resolving deltas: 55% (2796/5050) Resolving deltas: 56% (2829/5050) Resolving deltas: 57% (2880/5050) Resolving deltas: 58% (2930/5050) Resolving deltas: 59% (2996/5050) Resolving deltas: 60% (3042/5050) Resolving deltas: 61% (3089/5050) Resolving deltas: 62% (3148/5050) Resolving deltas: 63% (3183/5050) Resolving deltas: 64% (3257/5050) Resolving deltas: 65% (3287/5050) Resolving deltas: 66% (3344/5050) Resolving deltas: 67% (3384/5050) Resolving deltas: 68% (3439/5050) Resolving deltas: 69% (3492/5050) Resolving deltas: 70% (3541/5050) Resolving deltas: 71% (3586/5050) Resolving deltas: 72% (3646/5050) Resolving deltas: 73% (3688/5050) Resolving deltas: 74% (3742/5050) Resolving deltas: 75% (3796/5050) Resolving deltas: 77% (3891/5050) Resolving deltas: 78% (3954/5050) Resolving deltas: 79% (4033/5050) Resolving deltas: 80% (4053/5050) Resolving deltas: 81% (4095/5050) Resolving deltas: 82% (4151/5050) Resolving deltas: 83% (4196/5050) Resolving deltas: 84% (4243/5050) Resolving deltas: 85% (4318/5050) Resolving deltas: 86% (4347/5050) Resolving deltas: 87% (4416/5050) Resolving deltas: 88% (4446/5050) Resolving deltas: 90% (4565/5050) Resolving deltas: 91% (4609/5050) Resolving deltas: 92% (4683/5050) Resolving deltas: 93% (4706/5050) Resolving deltas: 94% (4751/5050) Resolving deltas: 95% (4801/5050) Resolving deltas: 96% (4870/5050) Resolving deltas: 97% (4904/5050) Resolving deltas: 98% (4949/5050) Resolving deltas: 99% (5032/5050) Resolving deltas: 100% (5050/5050) Resolving deltas: 100% (5050/5050), done. 17:10:29 Note: checking out '2dd53791ab79e7b902d6ca90361961f61066a1a0'. 17:10:29 17:10:29 You are in 'detached HEAD' state. You can look around, make experimental 17:10:29 changes and commit them, and you can discard any commits you make in this 17:10:29 state without impacting any branches by performing another checkout. 17:10:29 17:10:29 If you want to create a new branch to retain commits you create, you may 17:10:29 do so (now or later) by using -b with the checkout command again. Example: 17:10:29 17:10:29 git checkout -b 17:10:29 17:10:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:10:31 0% [Working] 0% [Working] 0% 0% 69% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:10:31 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:10:32 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:10:32 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 17:10:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:10:36 13% 100% [Working] Fetched 96.5 kB in 0s (0 B/s) 17:10:36 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-common_190ubuntu0.1_all.deb [157 kB] 17:10:36 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 17:10:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 init-system-helpers_1.51_all.deb [37.3 kB] 17:10:37 33% 100% [Working] Fetched 37.3 kB in 0s (0 B/s) 17:10:37 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] 17:10:38 4% 100% [Working] Fetched 279 kB in 0s (0 B/s) 17:10:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] 17:10:38 10% 100% [Working] Fetched 122 kB in 0s (0 B/s) 17:10:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:10:38 100% [Working] Fetched 8848 B in 0s (0 B/s) 17:10:38 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:10:39 26% 100% [Working] Fetched 47.8 kB in 0s (0 B/s) 17:10:39 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] 17:10:39 84% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 17:10:39 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] 17:10:39 8% 100% [Working] Fetched 155 kB in 0s (0 B/s) 17:10:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 openssl_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [614 kB] 17:10:40 2% 100% [Working] Fetched 614 kB in 0s (0 B/s) 17:10:40 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:10:41 85% 100% [Working] Fetched 14.8 kB in 0s (0 B/s) 17:10:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:10:41 1% 100% [Working] Fetched 499 kB in 0s (0 B/s) 17:10:41 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libicu60_60.2-3ubuntu3.1_amd64.deb [8054 kB] 17:10:42 0% 6% 100% [Working] Fetched 8054 kB in 0s (0 B/s) 17:10:42 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:10:43 5% 100% [Working] Fetched 240 kB in 0s (0 B/s) 17:10:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 17:10:43 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:43 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:10:43 43% 100% [Working] Fetched 29.3 kB in 0s (0 B/s) 17:10:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 netbase_5.4_all.deb [12.7 kB] 17:10:44 99% 100% [Working] Fetched 12.7 kB in 0s (0 B/s) 17:10:44 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] 17:10:44 16% 100% [Working] Fetched 85.6 kB in 0s (0 B/s) 17:10:44 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] 17:10:45 25% 100% [Working] Fetched 49.2 kB in 0s (0 B/s) 17:10:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpq5_10.14-0ubuntu0.18.04.1_amd64.deb [107 kB] 17:10:45 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 17:10:45 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ssl-cert_1.0.39_all.deb [17.0 kB] 17:10:45 74% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 17:10:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 17:10:46 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:46 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-10_10.14-0ubuntu0.18.04.1_amd64.deb [3766 kB] 17:10:47 0% 9% 33% 100% [Working] Fetched 3766 kB in 0s (0 B/s) 17:10:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client_10+190ubuntu0.1_all.deb [5896 B] 17:10:47 99% 100% [Working] Fetched 5896 B in 0s (0 B/s) 17:10:48 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] 17:10:48 40% 100% [Working] Fetched 30.9 kB in 0s (0 B/s) 17:10:48 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] 17:10:48 80% 100% [Working] Fetched 17.0 kB in 0s (0 B/s) 17:10:48 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql_10+190ubuntu0.1_all.deb [5884 B] 17:10:48 99% 100% [Working] Fetched 5884 B in 0s (0 B/s) 17:10:48 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 17:10:48 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:48 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:10:49 14% 100% [Working] Fetched 85.9 kB in 0s (0 B/s) 17:10:49 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 ucf_3.0038_all.deb [50.5 kB] 17:10:49 24% 100% [Working] Fetched 50.5 kB in 0s (0 B/s) 17:10:49 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:10:49 100% [Working] Fetched 8720 B in 0s (0 B/s) 17:10:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-contrib_10+190ubuntu0.1_all.deb [5896 B] 17:10:50 100% [Working] Fetched 5896 B in 0s (0 B/s) 17:10:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:10:50 10% 100% [Working] Fetched 137 kB in 0s (0 B/s) 17:10:50 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:10:51 11% 100% [Working] Fetched 109 kB in 0s (0 B/s) 17:10:51 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxml2_2.9.4+dfsg1-6.1ubuntu1.3_amd64.deb [663 kB] 17:10:51 1% 86% 100% [Working] Fetched 663 kB in 0s (0 B/s) 17:10:51 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:10:52 1% 44% 100% [Working] Fetched 645 kB in 0s (0 B/s) 17:10:53 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libedit2_3.1-20170329-1_amd64.deb [76.9 kB] 17:10:53 16% 100% [Working] Fetched 76.9 kB in 0s (0 B/s) 17:10:53 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:10:53 30% 100% [Working] Fetched 41.3 kB in 0s (0 B/s) 17:10:53 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 17:10:53 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:53 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:10:54 70% 100% [Working] Fetched 17.9 kB in 0s (0 B/s) 17:10:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:10:54 3% 100% [Working] Fetched 368 kB in 0s (0 B/s) 17:10:54 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 17:10:55 6% 100% [Working] Fetched 187 kB in 0s (0 B/s) 17:10:55 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:10:55 7% 100% [Working] Fetched 175 kB in 0s (0 B/s) 17:10:55 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:10:56 6% 100% [Working] Fetched 206 kB in 0s (0 B/s) 17:10:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 17:10:57 1% 57% 100% [Working] Fetched 1301 kB in 0s (0 B/s) 17:10:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:10:57 38% 100% [Working] Fetched 36.2 kB in 0s (0 B/s) 17:10:57 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 17:10:57 100% [Working] Fetched 0 B in 0s (0 B/s) 17:10:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:10:57 11% 100% [Working] Fetched 107 kB in 0s (0 B/s) 17:10:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-10_10.14-0ubuntu0.18.04.1_amd64.deb [941 kB] 17:10:58 1% 75% 100% [Working] Fetched 941 kB in 0s (0 B/s) 17:10:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:10:59 25% 100% [Working] Fetched 48.7 kB in 0s (0 B/s) 17:10:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libxslt1.1_1.1.29-5ubuntu0.2_amd64.deb [150 kB] 17:10:59 8% 100% [Working] Fetched 150 kB in 0s (0 B/s) 17:10:59 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 postgresql-client-common_190ubuntu0.1_all.deb [29.6 kB] 17:11:00 46% 100% [Working] Fetched 29.6 kB in 0s (0 B/s) 17:11:06 Pulling postgres  17:11:06 Pulling redis  17:11:07 Cloning into '/build/parts/redis/src'... 17:11:08 remote: Enumerating objects: 881, done. 17:11:08 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. 17:11:08 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. 17:11:09 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), 1.46 MiB | 2.90 MiB/s Receiving objects: 73% (644/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 74% (652/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 75% (661/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 76% (670/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 77% (679/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 78% (688/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 79% (696/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 80% (705/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 81% (714/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 82% (723/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 83% (732/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 84% (741/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 85% (749/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 86% (758/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 87% (767/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 88% (776/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 89% (785/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 90% (793/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 91% (802/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 92% (811/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 93% (820/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 94% (829/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 95% (837/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 96% (846/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 97% (855/881), 1.46 MiB | 2.90 MiB/s remote: Total 881 (delta 102), reused 574 (delta 66), pack-reused 0 17:11:09 Receiving objects: 98% (864/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 99% (873/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 100% (881/881), 1.46 MiB | 2.90 MiB/s Receiving objects: 100% (881/881), 2.40 MiB | 2.99 MiB/s, done. 17:11:09 Resolving deltas: 0% (0/102) Resolving deltas: 2% (3/102) Resolving deltas: 5% (6/102) Resolving deltas: 7% (8/102) Resolving deltas: 8% (9/102) Resolving deltas: 9% (10/102) Resolving deltas: 10% (11/102) Resolving deltas: 11% (12/102) Resolving deltas: 12% (13/102) Resolving deltas: 13% (14/102) Resolving deltas: 14% (15/102) Resolving deltas: 15% (16/102) Resolving deltas: 17% (18/102) Resolving deltas: 18% (19/102) Resolving deltas: 23% (24/102) Resolving deltas: 25% (26/102) Resolving deltas: 26% (27/102) Resolving deltas: 36% (37/102) Resolving deltas: 37% (38/102) Resolving deltas: 38% (39/102) Resolving deltas: 39% (40/102) Resolving deltas: 40% (41/102) Resolving deltas: 42% (43/102) Resolving deltas: 44% (45/102) Resolving deltas: 46% (47/102) Resolving deltas: 48% (49/102) Resolving deltas: 52% (54/102) Resolving deltas: 54% (56/102) Resolving deltas: 57% (59/102) Resolving deltas: 60% (62/102) Resolving deltas: 61% (63/102) Resolving deltas: 62% (64/102) Resolving deltas: 63% (65/102) Resolving deltas: 65% (67/102) Resolving deltas: 66% (68/102) Resolving deltas: 67% (69/102) Resolving deltas: 69% (71/102) Resolving deltas: 70% (72/102) Resolving deltas: 74% (76/102) Resolving deltas: 76% (78/102) Resolving deltas: 78% (80/102) Resolving deltas: 80% (82/102) Resolving deltas: 82% (84/102) Resolving deltas: 84% (86/102) Resolving deltas: 87% (89/102) Resolving deltas: 89% (91/102) Resolving deltas: 90% (92/102) Resolving deltas: 92% (94/102) Resolving deltas: 94% (96/102) Resolving deltas: 95% (97/102) Resolving deltas: 96% (98/102) Resolving deltas: 97% (99/102) Resolving deltas: 98% (100/102) Resolving deltas: 99% (101/102) Resolving deltas: 100% (102/102) Resolving deltas: 100% (102/102), done. 17:11:09 Note: checking out '03b59cd5f0788a52039287daa83229d459641ff5'. 17:11:09 17:11:09 You are in 'detached HEAD' state. You can look around, make experimental 17:11:09 changes and commit them, and you can discard any commits you make in this 17:11:09 state without impacting any branches by performing another checkout. 17:11:09 17:11:09 If you want to create a new branch to retain commits you create, you may 17:11:09 do so (now or later) by using -b with the checkout command again. Example: 17:11:09 17:11:09 git checkout -b 17:11:09 17:11:11 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:11:11 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:11:12 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:11:12 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:11:12 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 17:11:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb [415 kB] 17:11:16 3% 100% [Working] Fetched 415 kB in 0s (0 B/s) 17:11:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb [18.7 kB] 17:11:16 67% 100% [Working] Fetched 18.7 kB in 0s (0 B/s) 17:11:16 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 lib32gcc1_8.4.0-1ubuntu1~18.04_amd64.deb [48.1 kB] 17:11:16 26% 100% [Working] Fetched 48.1 kB in 0s (0 B/s) 17:11:17 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-i386_2.27-3ubuntu1.2_amd64.deb [2650 kB] 17:11:17 0% 24% 100% [Working] Fetched 2650 kB in 0s (0 B/s) 17:11:18 Pulling snapcraft-preload  17:11:19 Cloning into '/build/parts/snapcraft-preload/src'... 17:11:19 remote: Enumerating objects: 187, done. 17:11:19 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) remote: Total 187 (delta 0), reused 0 (delta 0), pack-reused 187 17:11:19 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) 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 | 3.78 MiB/s, done. 17:11:19 Resolving deltas: 0% (0/112) Resolving deltas: 12% (14/112) Resolving deltas: 13% (15/112) Resolving deltas: 16% (19/112) Resolving deltas: 20% (23/112) Resolving deltas: 24% (27/112) Resolving deltas: 54% (61/112) Resolving deltas: 61% (69/112) Resolving deltas: 74% (83/112) Resolving deltas: 77% (87/112) Resolving deltas: 100% (112/112) Resolving deltas: 100% (112/112), done. 17:11:19 From https://github.com/sergiusens/snapcraft-preload 17:11:19 * branch d654bbe8a5add5a4bea14d96342b656990c5c818 -> FETCH_HEAD 17:11:19 Note: checking out 'd654bbe8a5add5a4bea14d96342b656990c5c818'. 17:11:19 17:11:19 You are in 'detached HEAD' state. You can look around, make experimental 17:11:19 changes and commit them, and you can discard any commits you make in this 17:11:19 state without impacting any branches by performing another checkout. 17:11:19 17:11:19 If you want to create a new branch to retain commits you create, you may 17:11:19 do so (now or later) by using -b with the checkout command again. Example: 17:11:19 17:11:19 git checkout -b 17:11:19 17:11:19 HEAD is now at d654bbe use SNAP_INSTANCE_NAME instead of SNAP_NAME for prefixing /dev/shm files (fixed #35) (#36) 17:11:21 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 17:11:21 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 17:11:21 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 17:11:22 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 17:11:22 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 17:11:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] 17:11:25 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-3_1.16-2ubuntu0.1_amd64.deb [279 kB] 17:11:26 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.1_amd64.deb [122 kB] 17:11:26 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] 17:11:26 16% 100% [Working] Fetched 77.8 kB in 0s (0 B/s) 17:11:26 0% [Working] 0% [Working] 0% [Working] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] 17:11:26 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:26 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] 17:11:26 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] 17:11:27 27% 100% [Working] Fetched 45.6 kB in 0s (0 B/s) 17:11:27 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] 17:11:27 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:27 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcurl4_7.58.0-2ubuntu3.10_amd64.deb [214 kB] 17:11:27 5% 100% [Working] Fetched 214 kB in 0s (0 B/s) 17:11:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.6_amd64.deb [155 kB] 17:11:28 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] 17:11:28 24% 100% [Working] Fetched 50.6 kB in 0s (0 B/s) 17:11:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] 17:11:28 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:28 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] 17:11:28 30% 100% [Working] Fetched 41.8 kB in 0s (0 B/s) 17:11:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] 17:11:29 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] 17:11:29 11% 100% [Working] Fetched 111 kB in 0s (0 B/s) 17:11:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] 17:11:29 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] 17:11:30 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libk5crypto3_1.16-2ubuntu0.1_amd64.deb [85.6 kB] 17:11:30 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] 17:11:30 51% 100% [Working] Fetched 24.5 kB in 0s (0 B/s) 17:11:30 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] 17:11:30 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] 17:11:30 23% 100% [Working] Fetched 54.2 kB in 0s (0 B/s) 17:11:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5support0_1.16-2ubuntu0.1_amd64.deb [30.9 kB] 17:11:31 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.6_all.deb [17.0 kB] 17:11:31 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] 17:11:31 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:31 0% [Working] 0% [Working] 0% [Working] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] 17:11:31 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] 17:11:31 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] 17:11:32 10% 100% [Working] Fetched 119 kB in 0s (0 B/s) 17:11:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] 17:11:32 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] 17:11:32 99% 100% [Working] Fetched 11.1 kB in 0s (0 B/s) 17:11:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] 17:11:32 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] 17:11:32 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] 17:11:32 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] 17:11:32 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libp11-kit0_0.23.9-2_amd64.deb [187 kB] 17:11:33 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] 17:11:33 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] 17:11:33 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.6_amd64.deb [1301 kB] 17:11:33 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] 17:11:33 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:33 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 curl_7.58.0-2ubuntu3.10_amd64.deb [159 kB] 17:11:34 7% 100% [Working] Fetched 159 kB in 0s (0 B/s) 17:11:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] 17:11:34 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] 17:11:34 100% [Working] Fetched 0 B in 0s (0 B/s) 17:11:35 Pulling static-packages  17:11:36 Pulling vault  17:11:37 Cloning into '/build/parts/vault/src'... 17:11:37 remote: Enumerating objects: 12795, done. 17:11: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. 17:11:39 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: 57% (6039/10594) remote: Compressing objects: 57% (6107/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. 17:11:41 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) Receiving objects: 45% (5758/12795) Receiving objects: 46% (5886/12795) Receiving objects: 47% (6014/12795) Receiving objects: 48% (6142/12795) Receiving objects: 49% (6270/12795) Receiving objects: 50% (6398/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 51% (6526/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 52% (6654/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 53% (6782/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 54% (6910/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 55% (7038/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 56% (7166/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 57% (7294/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 58% (7422/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 59% (7550/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 60% (7677/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 61% (7805/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 62% (7933/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 63% (8061/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 64% (8189/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 65% (8317/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 66% (8445/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 67% (8573/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 68% (8701/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 69% (8829/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 70% (8957/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 71% (9085/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 72% (9213/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 73% (9341/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 74% (9469/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 75% (9597/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 76% (9725/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 77% (9853/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 78% (9981/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 79% (10109/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 80% (10236/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 81% (10364/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 82% (10492/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 83% (10620/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 84% (10748/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 84% (10773/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 85% (10876/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 86% (11004/12795), 7.36 MiB | 12.72 MiB/s Receiving objects: 87% (11132/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 88% (11260/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 89% (11388/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 90% (11516/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 91% (11644/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 92% (11772/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 93% (11900/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 94% (12028/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 95% (12156/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 96% (12284/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 97% (12412/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 98% (12540/12795), 15.24 MiB | 14.13 MiB/s Receiving objects: 99% (12668/12795), 15.24 MiB | 14.13 MiB/s remote: Total 12795 (delta 1910), reused 8478 (delta 1333), pack-reused 0 17:11:41 Receiving objects: 100% (12795/12795), 26.89 MiB | 17.04 MiB/s Receiving objects: 100% (12795/12795), 34.12 MiB | 19.85 MiB/s, done. 17:11:41 Resolving deltas: 0% (0/1910) Resolving deltas: 1% (20/1910) Resolving deltas: 2% (55/1910) Resolving deltas: 3% (58/1910) Resolving deltas: 4% (77/1910) Resolving deltas: 5% (98/1910) Resolving deltas: 6% (117/1910) Resolving deltas: 7% (136/1910) Resolving deltas: 8% (155/1910) Resolving deltas: 9% (172/1910) Resolving deltas: 10% (191/1910) Resolving deltas: 11% (215/1910) Resolving deltas: 12% (232/1910) Resolving deltas: 13% (249/1910) Resolving deltas: 14% (270/1910) Resolving deltas: 15% (287/1910) Resolving deltas: 16% (309/1910) Resolving deltas: 17% (326/1910) Resolving deltas: 18% (344/1910) Resolving deltas: 19% (363/1910) Resolving deltas: 20% (388/1910) Resolving deltas: 21% (402/1910) Resolving deltas: 22% (427/1910) Resolving deltas: 23% (440/1910) Resolving deltas: 24% (477/1910) Resolving deltas: 25% (478/1910) Resolving deltas: 26% (497/1910) Resolving deltas: 27% (518/1910) Resolving deltas: 28% (542/1910) Resolving deltas: 29% (555/1910) Resolving deltas: 30% (578/1910) Resolving deltas: 31% (594/1910) Resolving deltas: 32% (612/1910) Resolving deltas: 33% (631/1910) Resolving deltas: 34% (661/1910) Resolving deltas: 35% (670/1910) Resolving deltas: 36% (695/1910) Resolving deltas: 37% (711/1910) Resolving deltas: 38% (731/1910) Resolving deltas: 39% (746/1910) Resolving deltas: 40% (768/1910) Resolving deltas: 41% (784/1910) Resolving deltas: 42% (805/1910) Resolving deltas: 43% (823/1910) Resolving deltas: 44% (841/1910) Resolving deltas: 45% (860/1910) Resolving deltas: 46% (880/1910) Resolving deltas: 47% (898/1910) Resolving deltas: 48% (918/1910) Resolving deltas: 49% (936/1910) Resolving deltas: 50% (955/1910) Resolving deltas: 51% (975/1910) Resolving deltas: 52% (994/1910) Resolving deltas: 53% (1013/1910) Resolving deltas: 54% (1039/1910) Resolving deltas: 55% (1051/1910) Resolving deltas: 56% (1070/1910) Resolving deltas: 57% (1089/1910) Resolving deltas: 58% (1108/1910) Resolving deltas: 59% (1129/1910) Resolving deltas: 60% (1146/1910) Resolving deltas: 61% (1166/1910) Resolving deltas: 62% (1185/1910) Resolving deltas: 63% (1204/1910) Resolving deltas: 64% (1224/1910) Resolving deltas: 65% (1249/1910) Resolving deltas: 67% (1284/1910) Resolving deltas: 68% (1313/1910) Resolving deltas: 70% (1339/1910) Resolving deltas: 71% (1357/1910) Resolving deltas: 72% (1378/1910) Resolving deltas: 74% (1416/1910) Resolving deltas: 75% (1445/1910) Resolving deltas: 76% (1452/1910) Resolving deltas: 77% (1473/1910) Resolving deltas: 78% (1491/1910) Resolving deltas: 79% (1527/1910) Resolving deltas: 80% (1528/1910) Resolving deltas: 81% (1548/1910) Resolving deltas: 82% (1568/1910) Resolving deltas: 83% (1586/1910) Resolving deltas: 84% (1605/1910) Resolving deltas: 85% (1625/1910) Resolving deltas: 86% (1643/1910) Resolving deltas: 87% (1662/1910) Resolving deltas: 88% (1681/1910) Resolving deltas: 89% (1700/1910) Resolving deltas: 90% (1721/1910) Resolving deltas: 91% (1739/1910) Resolving deltas: 92% (1759/1910) Resolving deltas: 93% (1777/1910) Resolving deltas: 94% (1796/1910) Resolving deltas: 95% (1815/1910) Resolving deltas: 96% (1834/1910) Resolving deltas: 97% (1853/1910) Resolving deltas: 98% (1872/1910) Resolving deltas: 99% (1891/1910) Resolving deltas: 100% (1910/1910) Resolving deltas: 100% (1910/1910), done. 17:11:41 Note: checking out '1a730771ec70149293efe91e1d283b10d255c6d1'. 17:11:41 17:11:41 You are in 'detached HEAD' state. You can look around, make experimental 17:11:41 changes and commit them, and you can discard any commits you make in this 17:11:41 state without impacting any branches by performing another checkout. 17:11:41 17:11:41 If you want to create a new branch to retain commits you create, you may 17:11:41 do so (now or later) by using -b with the checkout command again. Example: 17:11:41 17:11:41 git checkout -b 17:11:41 17:11:42 Removing intermediate container d9ab95502423 17:11:42 ---> 4e4ee2241c8e 17:11:42 17:11:42 Step 9/29 : FROM alpine:latest 17:11:42 latest: Pulling from library/alpine 17:11:42 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 17:11:42 Status: Downloaded newer image for alpine:latest 17:11:42 ---> 2e77e061c27f 17:11:42 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 17:11:42 ---> Running in 1b40350e17b9 17:11:42 Removing intermediate container 1b40350e17b9 17:11:42 ---> 1a46a7b3a4a3 17:11:42 Step 11/29 : USER root 17:11:42 ---> Running in 8f4da9e48fec 17:11:43 Checking out files: 74% (8376/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. 17:11:43 Pulling version  17:11:43 Removing intermediate container 8f4da9e48fec 17:11:43 ---> 20cb9cab079a 17:11:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 17:11:43 ---> Running in bc0994e6ce47 17:11:44 Skipping build go-build-helper (already ran) 17:11:44 Skipping build go115 (already ran) 17:11:44 Building app-service-config  17:11:44 CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/internal.SDKVersion=v1.2.1-dev.45 -X github.com/edgexfoundry/app-functions-sdk-go/internal.ApplicationVersion=0.0.0" -o app-service-configurable 17:11:45 go: downloading github.com/edgexfoundry/app-functions-sdk-go v1.2.1-dev.45 17:11:45 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.26 17:11:45 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.100 17:11:45 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.50 17:11:45 go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 17:11:45 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.24 17:11:45 go: downloading go.mongodb.org/mongo-driver v1.1.1 17:11:45 go: downloading github.com/gorilla/mux v1.8.0 17:11:45 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.25 17:11:45 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.7 17:11:45 go: downloading github.com/google/uuid v1.1.2 17:11:45 go: downloading github.com/go-playground/validator/v10 v10.3.0 17:11:45 go: downloading github.com/hashicorp/consul/api v1.1.0 17:11:45 go: downloading github.com/BurntSushi/toml v0.3.1 17:11:45 go: downloading github.com/pelletier/go-toml v1.2.0 17:11:45 go: downloading github.com/go-kit/kit v0.8.0 17:11:45 go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 17:11:45 go: downloading github.com/gomodule/redigo v2.0.0+incompatible 17:11:45 go: downloading github.com/pebbe/zmq4 v1.0.0 17:11:45 go: downloading github.com/fxamacker/cbor/v2 v2.2.0 17:11:45 go: downloading github.com/hashicorp/serf v0.8.2 17:11:45 go: downloading github.com/leodido/go-urn v1.2.0 17:11:45 go: downloading github.com/mitchellh/copystructure v1.0.0 17:11:45 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:11:45 go: downloading github.com/hashicorp/go-rootcerts v1.0.0 17:11:45 go: downloading github.com/go-logfmt/logfmt v0.4.0 17:11:45 go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 17:11:45 go: downloading github.com/x448/float16 v0.8.4 17:11:45 go: downloading github.com/go-playground/universal-translator v0.17.0 17:11:45 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:11:45 go: downloading github.com/go-redis/redis/v7 v7.2.0 17:11:45 go: downloading github.com/mitchellh/reflectwalk v1.0.0 17:11:45 go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da 17:11:45 go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 17:11:45 go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 17:11:45 go: downloading github.com/go-playground/locales v0.13.0 17:11:45 go: downloading github.com/cenkalti/backoff v2.2.1+incompatible 17:11:45 go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 17:11:46 go: downloading github.com/go-stack/stack v1.8.0 17:11:46 go: downloading github.com/golang/snappy v0.0.1 17:11:46 go: downloading github.com/xdg/scram v0.0.0-20180814205039-7eeb5667e42c 17:11:46 go: downloading github.com/xdg/stringprep v1.0.0 17:11:46 go: downloading golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 17:11:46 go: downloading github.com/hashicorp/golang-lru v0.5.0 17:11:46 go: downloading golang.org/x/text v0.3.2 17:11:46 go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 17:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:11:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:11:47 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:11:47 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:11:47 OK: 12615 distinct packages available 17:11:47 (1/2) Installing ca-certificates (20191127-r4) 17:11:48 (2/2) Installing dumb-init (1.2.2-r1) 17:11:48 Executing busybox-1.31.1-r19.trigger 17:11:48 Executing ca-certificates-20191127-r4.trigger 17:11:48 OK: 6 MiB in 16 packages 17:11:52 Removing intermediate container bc0994e6ce47 17:11:52 ---> 28e568000313 17:11:52 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 17:11:52 ---> Running in 5af9760c4af3 17:11:53 Removing intermediate container 5af9760c4af3 17:11:53 ---> e1b50504391d 17:11:53 Step 14/29 : WORKDIR $BASE_DIR 17:11:53 ---> Running in 588611748a03 17:11:54 Removing intermediate container 588611748a03 17:11:54 ---> ec758da710b4 17:11:54 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 17:11:54 Removing intermediate container f7c59ff9ad81 17:11:54 ---> ac2f13c75449 17:11:54 17:11:54 Step 10/19 : FROM scratch 17:11:54 ---> 17:11:54 Step 11/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 17:11:54 ---> Running in a5e92caa3699 17:11:54 ---> Running in 875e26d6d6d5 17:11:55 Removing intermediate container a5e92caa3699 17:11:55 ---> abb57e3aec14 17:11:55 Step 12/19 : WORKDIR / 17:11:55 ---> Running in d6f6ca03ba34 17:11:56 Removing intermediate container d6f6ca03ba34 17:11:56 ---> d787e2fe12c6 17:11:56 Step 13/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 17:11:57 ---> fa1ae384078b 17:11:57 Step 14/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 17:11:58 Building config-common  17:11:59 Removing intermediate container 875e26d6d6d5 17:11:59 ---> dec78d3f2cfd 17:11:59 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 17:11:59 ---> fd81505fb9be 17:11:59 Step 15/19 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 17:12:01 Building consul  17:12:01 ---> 3f4e7173e72f 17:12:01 Step 16/19 : ENTRYPOINT ["/security-bootstrap-redis"] 17:12:01 ---> Running in 785a78456f28 17:12:01 ---> 67e4a8ede0ce 17:12:01 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 17:12:02 Removing intermediate container 785a78456f28 17:12:02 ---> 2cacb5e8571a 17:12:02 Step 17/19 : LABEL arch=arm64 17:12:03 ---> Running in d1bc6ad8ae8b 17:12:03 ---> 05275cd34df2 17:12:03 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 17:12:04 Removing intermediate container d1bc6ad8ae8b 17:12:04 ---> 15e190b6aaa0 17:12:04 Step 18/19 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:12:04 ---> Running in f24777f27e92 17:12:04 ---> 5d6fc8559b61 17:12:04 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 17:12:05 Removing intermediate container f24777f27e92 17:12:05 ---> 296eee2bed98 17:12:05 Step 19/19 : LABEL version=0.0.0 17:12:05 ---> Running in 65aea84710c8 17:12:05 ---> 7716381c3f73 17:12:05 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 17:12:06 Removing intermediate container 65aea84710c8 17:12:06 ---> 5f629014461a 17:12:06 17:12:06 Successfully built 5f629014461a 17:12:06 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 17:12:06  Building docker-security-bootstrap-redis-go ... done Building docker-core-data-go 17:12:07 ---> 0258f195658c 17:12:07 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 17:12:07 go: downloading github.com/kardianos/govendor v1.0.9 17:12:07 go: github.com/kardianos/govendor upgrade => v1.0.9 17:12:07 go: finding module for package github.com/Bowery/prompt 17:12:07 go: downloading golang.org/x/tools v0.0.0-20191108193012-7d206e10da11 17:12:07 go: finding module for package github.com/google/shlex 17:12:07 go: downloading github.com/pkg/errors v0.8.1 17:12:07 go: finding module for package github.com/dchest/safefile 17:12:07 go: downloading gopkg.in/yaml.v2 v2.2.8 17:12:07 go: downloading github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 17:12:07 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 17:12:07 go: downloading github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 17:12:07 ---> Running in d38b19b1682f 17:12:07 go: found github.com/Bowery/prompt in github.com/Bowery/prompt v0.0.0-20190916142128-fa8279994f75 17:12:07 go: found github.com/google/shlex in github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 17:12:07 go: found github.com/dchest/safefile in github.com/dchest/safefile v0.0.0-20151022103144-855e8d98f185 17:12:07 go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae 17:12:08 go: golang.org/x/tools upgrade => v0.0.0-20201026223136-e84cfc6dd5ca 17:12:08 go: gopkg.in/yaml.v2 upgrade => v2.3.0 17:12:08 go: golang.org/x/sys upgrade => v0.0.0-20201027140754-0fcbb8f4928c 17:12:08 go: github.com/pkg/errors upgrade => v0.9.1 17:12:08 go: downloading gopkg.in/yaml.v2 v2.3.0 17:12:08 go: downloading github.com/pkg/errors v0.9.1 17:12:08 go: downloading golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 17:12:08 go: downloading golang.org/x/sys v0.0.0-20201027140754-0fcbb8f4928c 17:12:15 Removing intermediate container d38b19b1682f 17:12:15 ---> 5864e8daf31c 17:12:15 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 17:12:17 Removing intermediate container daf18f99462d 17:12:17 ---> 3d511e4fcc8f 17:12:17 17:12:17 Step 10/24 : FROM scratch 17:12:17 ---> 17:12:17 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:12:17 ---> a9e2f56fdd52 17:12:17 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 17:12:17 ---> Running in 24375eb3cce5 17:12:18 Removing intermediate container a1c51f9970ed 17:12:18 ---> caf93c5ef96a 17:12:18 17:12:18 Step 10/22 : FROM scratch 17:12:18 ---> 17:12:18 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:12:18 Removing intermediate container 13bcf85e090b 17:12:18 ---> 1e0ec0d6a1d7 17:12:18 17:12:18 Step 10/21 : FROM scratch 17:12:18 ---> 17:12:18 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:12:18 ---> Running in 585cf56a8452 17:12:18 go: downloading github.com/mitchellh/cli v1.1.0 17:12:18 go: downloading github.com/mitchellh/mapstructure v1.3.3 17:12:18 go: downloading github.com/armon/go-metrics v0.3.4 17:12:18 go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d 17:12:18 go: downloading github.com/mitchellh/copystructure v1.0.0 17:12:18 go: downloading github.com/hashicorp/serf v0.9.4 17:12:18 go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9 17:12:18 Removing intermediate container 24375eb3cce5 17:12:18 ---> 933843f1d11e 17:12:18 Step 12/24 : ENV APP_PORT=48060 17:12:18 ---> Running in 44a66a03b83e 17:12:18 ---> Running in 3573453a4eee 17:12:19 ---> Running in 16aec2950cac 17:12:20 Removing intermediate container 3573453a4eee 17:12:20 ---> 9edc71046efc 17:12:20 Step 12/22 : ENV APP_PORT=48082 17:12:20 go: downloading github.com/armon/go-radix v1.0.0 17:12:20 go: downloading github.com/bgentry/speakeasy v0.1.0 17:12:20 go: downloading github.com/hashicorp/hcl v1.0.0 17:12:20 go: downloading github.com/hashicorp/go-hclog v0.12.0 17:12:20 go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible 17:12:20 go: downloading github.com/prometheus/client_golang v1.4.0 17:12:20 go: downloading github.com/rboyer/safeio v0.2.1 17:12:20 go: downloading github.com/fatih/color v1.9.0 17:12:20 Removing intermediate container 44a66a03b83e 17:12:20 ---> 296f0f551359 17:12:20 Step 12/21 : ENV APP_PORT=48085 17:12:20 go: downloading github.com/hashicorp/go-msgpack v0.5.5 17:12:20 go: downloading github.com/mattn/go-isatty v0.0.12 17:12:20 go: downloading github.com/mitchellh/go-testing-interface v1.14.0 17:12:20 go: downloading github.com/hashicorp/memberlist v0.2.2 17:12:20 go: downloading github.com/hashicorp/raft-boltdb v0.0.0-20171010151810-6e5ba93211ea 17:12:20 go: downloading github.com/posener/complete v1.2.3 17:12:20 go: downloading github.com/stretchr/testify v1.5.1 17:12:20 go: downloading github.com/circonus-labs/circonus-gometrics v2.3.1+incompatible 17:12:20 go: downloading github.com/mattn/go-colorable v0.1.6 17:12:20 go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 17:12:20 go: downloading github.com/hashicorp/go-memdb v1.0.3 17:12:20 go: downloading github.com/hashicorp/go-rootcerts v1.0.2 17:12:20 go: downloading github.com/aws/aws-sdk-go v1.25.41 17:12:20 go: downloading k8s.io/client-go v0.16.9 17:12:20 go: downloading github.com/google/btree v1.0.0 17:12:20 go: downloading github.com/elazarl/go-bindata-assetfs v0.0.0-20160803192304-e1a2a7ec64b0 17:12:20 go: downloading github.com/miekg/dns v1.1.26 17:12:20 go: downloading github.com/hashicorp/go-immutable-radix v1.2.0 17:12:20 go: downloading github.com/hashicorp/go-sockaddr v1.0.2 17:12:20 go: downloading github.com/hashicorp/go-bexpr v0.1.2 17:12:20 go: downloading k8s.io/api v0.16.9 17:12:20 go: downloading github.com/hashicorp/go-retryablehttp v0.5.4 17:12:20 go: downloading github.com/shirou/gopsutil v0.0.0-20181107111621-48177ef5f880 17:12:20 go: downloading github.com/hashicorp/vault/api v1.0.4 17:12:20 go: downloading github.com/hashicorp/go-raftchunking v0.6.1 17:12:20 go: downloading github.com/hashicorp/go-uuid v1.0.2 17:12:20 go: downloading github.com/hashicorp/errwrap v1.0.0 17:12:20 go: downloading github.com/coredns/coredns v1.1.2 17:12:20 go: downloading github.com/hashicorp/go-connlimit v0.2.0 17:12:20 go: downloading github.com/golang/protobuf v1.3.2 17:12:20 go: downloading github.com/envoyproxy/go-control-plane v0.9.5 17:12:20 go: downloading github.com/mitchellh/reflectwalk v1.0.1 17:12:20 go: downloading github.com/stretchr/objx v0.1.1 17:12:20 go: downloading golang.org/x/net v0.0.0-20201021035429-f5854403a974 17:12:20 go: downloading google.golang.org/grpc v1.25.1 17:12:20 go: downloading golang.org/x/time v0.0.0-20200416051211-89c76fbcd5d1 17:12:20 go: downloading github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e 17:12:21 Removing intermediate container 16aec2950cac 17:12:21 ---> c9c1fcb2d28e 17:12:21 Step 13/24 : EXPOSE $APP_PORT 17:12:21 ---> Running in 58612d565216 17:12:21 ---> Running in 7508cba43595 17:12:21 go: downloading github.com/mitchellh/hashstructure v0.0.0-20170609045927-2bca23e0e452 17:12:21 go: downloading github.com/hashicorp/go-syslog v1.0.0 17:12:21 go: downloading github.com/hashicorp/raft v1.1.2 17:12:21 go: downloading github.com/hashicorp/vault/sdk v0.1.13 17:12:21 go: downloading github.com/prometheus/common v0.9.1 17:12:21 go: downloading k8s.io/apimachinery v0.16.9 17:12:21 ---> Running in d0b447e7e24c 17:12:21 go: downloading google.golang.org/genproto v0.0.0-20190819201941-24fa4b261c55 17:12:21 go: downloading github.com/cncf/udpa/go v0.0.0-20200313221541-5f7e5dd04533 17:12:21 go: downloading github.com/hashicorp/go-version v1.2.0 17:12:21 go: downloading github.com/imdario/mergo v0.3.6 17:12:21 go: downloading github.com/hashicorp/go-checkpoint v0.0.0-20171009173528-1545e56e46de 17:12:21 go: downloading github.com/hashicorp/go-discover v0.0.0-20200501174627-ad1e96bde088 17:12:21 go: downloading github.com/cespare/xxhash v1.1.0 17:12:21 go: downloading github.com/coreos/go-oidc v2.1.0+incompatible 17:12:21 go: downloading github.com/cespare/xxhash/v2 v2.1.1 17:12:21 go: downloading github.com/hashicorp/golang-lru v0.5.4 17:12:21 go: downloading github.com/boltdb/bolt v1.3.1 17:12:21 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 17:12:21 go: downloading gopkg.in/square/go-jose.v2 v2.4.1 17:12:21 go: downloading github.com/mitchellh/pointerstructure v1.0.0 17:12:21 go: downloading github.com/docker/go-connections v0.3.0 17:12:21 go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 17:12:21 go: downloading github.com/pquerna/cachecontrol v0.0.0-20180517163645-1555304b9b35 17:12:21 go: downloading golang.org/x/oauth2 v0.0.0-20190604053449-0f29369cfe45 17:12:21 go: downloading github.com/pmezard/go-difflib v1.0.0 17:12:21 go: downloading github.com/circonus-labs/circonusllhist v0.1.3 17:12:21 go: downloading github.com/googleapis/gnostic v0.2.0 17:12:21 go: downloading github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 17:12:21 go: downloading github.com/hashicorp/hil v0.0.0-20160711231837-1e86c6b523c5 17:12:21 go: downloading k8s.io/utils v0.0.0-20190801114015-581e00157fb1 17:12:21 go: downloading github.com/golang/snappy v0.0.1 17:12:21 go: downloading github.com/google/gofuzz v1.0.0 17:12:21 Removing intermediate container 58612d565216 17:12:21 ---> bfadcef0314a 17:12:21 Step 13/21 : EXPOSE $APP_PORT 17:12:21 Removing intermediate container 7508cba43595 17:12:21 ---> 9523776271f8 17:12:21 Step 13/22 : EXPOSE $APP_PORT 17:12:22 go: downloading github.com/modern-go/reflect2 v1.0.1 17:12:22 go: downloading github.com/hashicorp/go-multierror v1.1.0 17:12:22 go: downloading github.com/patrickmn/go-cache v2.1.0+incompatible 17:12:22 go: downloading github.com/tv42/httpunix v0.0.0-20150427012821-b75d8614f926 17:12:22 go: downloading github.com/gophercloud/gophercloud v0.1.0 17:12:22 go: downloading k8s.io/klog v1.0.0 17:12:22 go: downloading gopkg.in/inf.v0 v0.9.1 17:12:22 go: downloading github.com/json-iterator/go v1.1.9 17:12:22 go: downloading github.com/kr/text v0.1.0 17:12:22 go: downloading github.com/ryanuber/columnize v2.1.0+incompatible 17:12:22 go: downloading github.com/envoyproxy/protoc-gen-validate v0.1.0 17:12:22 go: downloading github.com/Azure/go-autorest/autorest v0.10.0 17:12:22 go: downloading github.com/Azure/go-autorest/autorest/adal v0.8.2 17:12:22 go: downloading github.com/NYTimes/gziphandler v1.0.1 17:12:22 go: downloading github.com/davecgh/go-spew v1.1.1 17:12:22 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 17:12:22 Step 2/23 : FROM ${BUILDER_BASE} AS builder 17:12:22 ---> 3e91c2459f8c 17:12:22 Step 3/23 : WORKDIR /edgex-go 17:12:22 ---> Using cache 17:12:22 ---> c0ff18f06c92 17:12:22 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:22 ---> Using cache 17:12:22 ---> 216132bd95c9 17:12:22 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 17:12:22 go: downloading github.com/hashicorp/net-rpc-msgpackrpc v0.0.0-20151116020338-a14192a58a69 17:12:22 go: downloading github.com/mitchellh/go-homedir v1.1.0 17:12:22 go: downloading github.com/prometheus/procfs v0.0.8 17:12:22 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:12:22 go: downloading cloud.google.com/go v0.38.0 17:12:22 go: downloading github.com/Azure/go-autorest/autorest/date v0.2.0 17:12:22 go: downloading golang.org/x/text v0.3.3 17:12:22 go: downloading github.com/census-instrumentation/opencensus-proto v0.2.1 17:12:22 go: downloading github.com/beorn7/perks v1.0.1 17:12:22 ---> Running in c2374c61b00b 17:12:22 ---> Running in ea6050072ec1 17:12:22 Removing intermediate container d0b447e7e24c 17:12:22 ---> 5fb4756c294e 17:12:22 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 17:12:22 ---> Running in 73f8cc97198a 17:12:22 go: downloading github.com/pierrec/lz4 v2.0.5+incompatible 17:12:22 go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.1 17:12:22 go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd 17:12:22 go: downloading github.com/prometheus/client_model v0.2.0 17:12:23 Removing intermediate container 585cf56a8452 17:12:23 ---> c1ebb9b4af32 17:12:23 Step 24/29 : RUN chmod 755 security-secrets-setup 17:12:23 go: downloading github.com/ryanuber/go-glob v1.0.0 17:12:23 go: downloading github.com/Azure/go-autorest/logger v0.1.0 17:12:23 go: downloading github.com/hashicorp/mdns v1.0.1 17:12:23 go: downloading github.com/vmware/govmomi v0.18.0 17:12:23 go: downloading github.com/spf13/pflag v1.0.5 17:12:23 go: downloading github.com/hashicorp/vic v1.5.1-0.20190403131502-bbfe86ec9443 17:12:23 go: downloading sigs.k8s.io/yaml v1.1.0 17:12:23 ---> Running in c244eceff4f0 17:12:23 Removing intermediate container c2374c61b00b 17:12:23 ---> 9df3038c8b07 17:12:23 Step 14/22 : WORKDIR / 17:12:23 Removing intermediate container ea6050072ec1 17:12:23 ---> 959705e5169a 17:12:23 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 17:12:23 go: downloading google.golang.org/api v0.7.0 17:12:23 go: downloading github.com/softlayer/softlayer-go v0.0.0-20180806151055-260589d94c7d 17:12:23 ---> Running in da3ffed80b40 17:12:23 go: downloading github.com/denverdino/aliyungo v0.0.0-20170926055100-d3308649c661 17:12:23 ---> 55da5d9edbe4 17:12:23 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 17:12:23 go: downloading github.com/joyent/triton-go v1.7.1-0.20200416154420-6801d15b779f 17:12:23 go: downloading github.com/packethost/packngo v0.1.1-0.20180711074735-b9cb5096f54c 17:12:23 go: downloading github.com/Azure/go-autorest/tracing v0.5.0 17:12:24 Removing intermediate container da3ffed80b40 17:12:24 ---> 55203bc64b57 17:12:24 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 17:12:24 go: downloading github.com/linode/linodego v0.7.1 17:12:24 go: downloading github.com/tencentcloud/tencentcloud-sdk-go v3.0.83+incompatible 17:12:24 go: downloading github.com/renier/xmlrpc v0.0.0-20170708154548-ce4a1a486c03 17:12:24 go: downloading github.com/digitalocean/godo v1.10.0 17:12:24 go: downloading github.com/Azure/azure-sdk-for-go v40.3.0+incompatible 17:12:24 go: downloading github.com/jmespath/go-jmespath v0.0.0-20180206201540-c2b33e8439af 17:12:24 go: downloading github.com/nicolai86/scaleway-sdk v1.10.2-0.20180628010248-798f60e20bb2 17:12:24 go: downloading gopkg.in/resty.v1 v1.12.0 17:12:24 go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.4.2 17:12:24 go: downloading github.com/google/go-querystring v1.0.0 17:12:24 go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.3.1 17:12:24 go: downloading github.com/dimchansky/utfbom v1.1.0 17:12:24 ---> 7e185e7a2f46 17:12:24 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 17:12:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:12:25 ---> de45c589dafb 17:12:25 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 17:12:25 go: downloading github.com/sirupsen/logrus v1.4.2 17:12:25 ---> ac6753b20160 17:12:25 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 17:12:25 go: downloading go.opencensus.io v0.22.0 17:12:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:12:27 ---> b0f8b4dc7ffd 17:12:27 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 17:12:27 ---> 431810d183b9 17:12:27 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 17:12:27 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:12:27 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:12:27 OK: 12623 distinct packages available 17:12:27 ---> f64c12bb87b8 17:12:27 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 17:12:28 Removing intermediate container c244eceff4f0 17:12:28 ---> c4f96ee4a73d 17:12:28 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 17:12:28 OK: 217 MiB in 51 packages 17:12:28 ---> Running in 75917f7bd81e 17:12:28 ---> 57b59b5c73ee 17:12:28 ---> e280d1aea06a 17:12:28 Step 18/22 : ENTRYPOINT ["/core-command"] 17:12:28 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 17:12:28 ---> Running in c13b1b0295b8 17:12:28 ---> 726ec1e60d9b 17:12:28 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 17:12:28 ---> Running in bb452907aab5 17:12:28 Removing intermediate container 75917f7bd81e 17:12:28 ---> 0b797a9a71d8 17:12:28 Step 26/29 : CMD [ "generate" ] 17:12:29 ---> Running in 6067a3bbd52e 17:12:29 Removing intermediate container c13b1b0295b8 17:12:29 ---> e1bf905ed98e 17:12:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:12:29 Removing intermediate container bb452907aab5 17:12:29 ---> 5758649483be 17:12:29 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:12:29 ---> Running in 3beff5f416dc 17:12:29 ---> Running in 56628184de1d 17:12:30 Removing intermediate container 73f8cc97198a 17:12:30 ---> 8abde1148e81 17:12:30 Step 6/23 : COPY go.mod . 17:12:30 Removing intermediate container 6067a3bbd52e 17:12:30 ---> 4bd7766c24d4 17:12:30 Step 27/29 : LABEL arch=arm64 17:12:30 ---> Running in 739393412c2f 17:12:30 ---> 638b31b3337d 17:12:30 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 17:12:30 Removing intermediate container 3beff5f416dc 17:12:30 ---> e847824e06f5 17:12:30 Step 19/21 : LABEL arch=arm64 17:12:30 Removing intermediate container 56628184de1d 17:12:30 ---> 42c93639d614 17:12:30 Step 20/22 : LABEL arch=arm64 17:12:30 ---> Running in 51cf470bdbdd 17:12:30 ---> Running in 67ab3dfce406 17:12:30 Removing intermediate container 739393412c2f 17:12:30 ---> c81eeeda71ae 17:12:30 Step 28/29 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:12:30 ---> 1d1b82043b6c 17:12:30 Step 7/23 : RUN go mod download 17:12:31 ---> Running in 55c02e330871 17:12:31 ---> Running in 3e2849941fb5 17:12:31 ---> 6273e201c2cf 17:12:31 Step 20/24 : ENTRYPOINT ["/support-notifications"] 17:12:31 Removing intermediate container 51cf470bdbdd 17:12:31 ---> 0292d1fe2957 17:12:31 Step 20/21 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:12:31 Removing intermediate container 67ab3dfce406 17:12:31 ---> 89f04f3df2c2 17:12:31 Step 21/22 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:12:31 ---> Running in 62fdca9c4a16 17:12:31 ---> Running in dd7a4c3221c9 17:12:31 Removing intermediate container 55c02e330871 17:12:31 ---> b146a76c2949 17:12:31 Step 29/29 : LABEL version=0.0.0 17:12:31 ---> Running in 0a6dfbc8655d 17:12:31 ---> Running in 9d1ffee42ca2 17:12:32 Removing intermediate container dd7a4c3221c9 17:12:32 ---> f18568b5c402 17:12:32 Step 21/21 : LABEL version=0.0.0 17:12:32 Removing intermediate container 62fdca9c4a16 17:12:32 ---> 82e1a742d04f 17:12:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:12:32 ---> Running in d40f7c87f2c2 17:12:32 Removing intermediate container 0a6dfbc8655d 17:12:32 ---> c155138908c7 17:12:32 Step 22/22 : LABEL version=0.0.0 17:12:32 ---> Running in 50d0679050e6 17:12:32 ---> Running in b8d2baae5428 17:12:32 Removing intermediate container 9d1ffee42ca2 17:12:32 ---> 11bda94735cb 17:12:32 17:12:33 Removing intermediate container 50d0679050e6 17:12:33 ---> 86762aed8c61 17:12:33 Step 22/24 : LABEL arch=arm64 17:12:33 Removing intermediate container d40f7c87f2c2 17:12:33 ---> fbc717f84659 17:12:33 17:12:33 Successfully built 11bda94735cb 17:12:33 Successfully tagged docker-security-secrets-setup-go-arm64:latest 17:12:33 Building docker-sys-mgmt-agent-go 17:12:33  Building docker-security-secrets-setup-go ... done Removing intermediate container b8d2baae5428 17:12:33 ---> 34fc68e4b533 17:12:33 17:12:33 ---> Running in 0b76db3c5461 17:12:33 Successfully built fbc717f84659 17:12:33 Successfully tagged docker-support-scheduler-go-arm64:latest 17:12:33 Building docker-core-metadata-go 17:12:33  Building docker-support-scheduler-go ... done Successfully built 34fc68e4b533 17:12:33 Successfully tagged docker-core-command-go-arm64:latest 17:12:33 Building docker-security-proxy-setup-go 17:12:34  Building docker-core-command-go ... done Removing intermediate container 0b76db3c5461 17:12:34 ---> 53947b5c6285 17:12:34 Step 23/24 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:12:34 ---> Running in 94f37f5d4d71 17:12:34 Removing intermediate container 3e2849941fb5 17:12:34 ---> f59de666a0bd 17:12:34 Step 8/23 : COPY . . 17:12:35 Removing intermediate container 94f37f5d4d71 17:12:35 ---> 28fda53a57e2 17:12:35 Step 24/24 : LABEL version=0.0.0 17:12:35 ---> Running in d72970c5cd4c 17:12:35 Removing intermediate container d72970c5cd4c 17:12:35 ---> fbad30183a9b 17:12:35 17:12:35 go: downloading github.com/Azure/go-autorest/autorest/to v0.3.0 17:12:35 go: downloading github.com/Azure/go-autorest/autorest/validation v0.2.0 17:12:36 Successfully built fbad30183a9b 17:12:36 Successfully tagged docker-support-notifications-go-arm64:latest 17:12:36 Building docker-security-secretstore-setup-go 17:12:54  Building docker-support-notifications-go ... done  ---> a6c0c35a5849 17:12:54 Step 9/23 : RUN make cmd/core-data/core-data 17:12:54 ---> Running in 142fc2056aa5 17:12:54 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 17:13:22 go: creating new go.mod: module consul-tools 17:13:22 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 17:13:22 go: downloading github.com/golangci/golangci-lint v1.23.6 17:13:22 go: downloading github.com/vektra/mockery v1.1.2 17:13:22 go: downloading github.com/hashicorp/protoc-gen-go-binary v0.0.0-20200316174223-e4c249d51dbb 17:13:22 go: found github.com/vektra/mockery/cmd/mockery in github.com/vektra/mockery v1.1.2 17:13:22 go: github.com/hashicorp/protoc-gen-go-binary upgrade => v0.0.0-20200316174223-e4c249d51dbb 17:13:22 go: found github.com/golangci/golangci-lint/cmd/golangci-lint in github.com/golangci/golangci-lint v1.23.6 17:13:22 go: downloading github.com/elazarl/go-bindata-assetfs v1.0.1 17:13:22 go: found github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs in github.com/elazarl/go-bindata-assetfs v1.0.1 17:13:22 go: found golang.org/x/tools/cmd/stringer in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 17:13:22 go: found golang.org/x/tools/cmd/cover in golang.org/x/tools v0.0.0-20201026223136-e84cfc6dd5ca 17:13:24 go: downloading github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 17:13:24 go: found github.com/hashicorp/go-bindata/go-bindata in github.com/hashicorp/go-bindata v3.0.8-0.20180209072458-bf7910af8997+incompatible 17:13:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:13:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:13:27 ---> 3e91c2459f8c 17:13:27 Step 3/22 : WORKDIR /edgex-go 17:13:27 ---> Using cache 17:13:27 ---> c0ff18f06c92 17:13:27 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:27 ---> Using cache 17:13:27 ---> 216132bd95c9 17:13:27 Step 5/22 : RUN apk update && apk add make git 17:13:27 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 17:13:27 Step 2/20 : FROM ${BUILDER_BASE} AS builder 17:13:27 ---> 3e91c2459f8c 17:13:27 Step 3/20 : WORKDIR /edgex-go 17:13:27 ---> Using cache 17:13:27 ---> c0ff18f06c92 17:13:27 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:27 ---> Using cache 17:13:27 ---> 216132bd95c9 17:13:27 Step 5/20 : RUN apk update && apk add make git 17:13:27 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 17:13:27 Step 2/27 : FROM ${BUILDER_BASE} AS builder 17:13:27 ---> 3e91c2459f8c 17:13:27 Step 3/27 : WORKDIR /edgex-go 17:13:27 ---> Using cache 17:13:27 ---> c0ff18f06c92 17:13:27 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:27 ---> Using cache 17:13:27 ---> 216132bd95c9 17:13:27 Step 5/27 : RUN apk update && apk add make bash git 17:13:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 17:13:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 17:13:27 ---> 3e91c2459f8c 17:13:27 Step 3/24 : WORKDIR /edgex-go 17:13:27 ---> Using cache 17:13:27 ---> c0ff18f06c92 17:13:27 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:13:27 ---> Using cache 17:13:27 ---> 216132bd95c9 17:13:27 Step 5/24 : RUN apk update && apk add make git 17:13:28 ---> Running in f4a9ae71773e 17:13:28 ---> Running in a5995dfb3233 17:13:28 ---> Running in c25fed4b7cb5 17:13:28 ---> Running in 2d26a42b6351 17:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:13:33 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:13:33 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:13:33 OK: 12623 distinct packages available 17:13:33 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:13:33 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:13:33 OK: 12623 distinct packages available 17:13:34 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:13:34 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:13:34 OK: 12623 distinct packages available 17:13:34 OK: 217 MiB in 51 packages 17:13:34 OK: 217 MiB in 51 packages 17:13:34 go: found github.com/gogo/protobuf/protoc-gen-gofast in github.com/gogo/protobuf v1.2.2-0.20190723190241-65acae22fc9d 17:13:34 go: downloading github.com/grpc-ecosystem/grpc-gateway v1.11.2 17:13:34 go: downloading github.com/spf13/viper v1.6.1 17:13:34 go: downloading github.com/mattn/go-colorable v0.1.4 17:13:34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a 17:13:34 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc 17:13:34 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed 17:13:34 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee 17:13:34 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f 17:13:34 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 17:13:34 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 17:13:34 go: downloading github.com/uudashr/gocognit v1.0.1 17:13:34 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 17:13:34 go: downloading github.com/ultraware/funlen v0.0.2 17:13:34 go: downloading github.com/spf13/jwalterweatherman v1.0.0 17:13:34 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 17:13:34 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 17:13:34 go: downloading github.com/golang/glog v0.0.0-20160126235308-23def4e6c14b 17:13:34 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b 17:13:34 go: downloading github.com/spf13/cast v1.3.0 17:13:34 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 17:13:34 go: downloading github.com/ultraware/whitespace v0.0.4 17:13:34 go: downloading github.com/konsorten/go-windows-terminal-sequences v1.0.1 17:13:34 go: downloading google.golang.org/genproto v0.0.0-20180817151627-c66870c02cf8 17:13:34 go: downloading gopkg.in/ini.v1 v1.51.0 17:13:34 go: downloading github.com/magiconair/properties v1.8.1 17:13:34 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 17:13:34 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 17:13:34 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b 17:13:34 go: downloading github.com/go-lintpack/lintpack v0.5.2 17:13:34 go: downloading golang.org/x/sys v0.0.0-20200930185726-fdedc70b468f 17:13:34 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 17:13:34 go: downloading github.com/stretchr/testify v1.4.0 17:13:34 go: downloading github.com/spf13/afero v1.1.2 17:13:34 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca 17:13:34 go: downloading github.com/sourcegraph/go-diff v0.5.1 17:13:34 go: downloading github.com/spf13/cobra v0.0.5 17:13:34 go: downloading golang.org/x/mod v0.3.0 17:13:34 go: downloading github.com/ghodss/yaml v1.0.0 17:13:34 go: downloading github.com/pelletier/go-toml v1.2.0 17:13:34 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a 17:13:34 go: downloading github.com/fatih/color v1.7.0 17:13:34 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 17:13:34 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a 17:13:34 go: downloading github.com/subosito/gotenv v1.2.0 17:13:34 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 17:13:34 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d 17:13:34 go: downloading github.com/stretchr/objx v0.2.0 17:13:34 go: downloading gopkg.in/yaml.v2 v2.2.7 17:13:34 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 17:13:34 go: downloading github.com/mattn/go-isatty v0.0.8 17:13:34 go: downloading github.com/kisielk/gotool v1.0.0 17:13:34 go: downloading github.com/mitchellh/mapstructure v1.1.2 17:13:34 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 17:13:34 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e 17:13:34 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 17:13:34 go: downloading github.com/inconshreveable/mousetrap v1.0.0 17:13:34 go: downloading github.com/go-critic/go-critic v0.4.1 17:13:34 OK: 217 MiB in 51 packages 17:13:35 go: downloading github.com/fsnotify/fsnotify v1.4.7 17:13:35 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 17:13:35 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb 17:13:35 go: downloading github.com/go-toolsmith/astfmt v1.0.0 17:13:35 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 17:13:35 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 17:13:35 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 17:13:35 go: downloading github.com/BurntSushi/toml v0.3.1 17:13:35 go: downloading github.com/go-toolsmith/strparse v1.0.0 17:13:35 go: downloading github.com/go-toolsmith/astequal v1.0.0 17:13:35 go: downloading github.com/go-toolsmith/astcast v1.0.0 17:13:35 go: downloading github.com/go-toolsmith/astcopy v1.0.0 17:13:35 go: downloading github.com/go-toolsmith/astp v1.0.0 17:13:35 go: downloading github.com/go-toolsmith/typep v1.0.0 17:13:35 go: downloading github.com/gobwas/glob v0.2.3 17:13:35 golang.org/x/mod/semver 17:13:35 golang.org/x/xerrors/internal 17:13:35 golang.org/x/sys/internal/unsafeheader 17:13:35 github.com/golangci/golangci-lint/pkg/exitcodes 17:13:35 github.com/gobwas/glob/util/runes 17:13:35 github.com/nbutton23/zxcvbn-go/match 17:13:35 github.com/gobwas/glob/util/strings 17:13:35 golang.org/x/text/width 17:13:35 github.com/nbutton23/zxcvbn-go/utils/math 17:13:35 github.com/elazarl/go-bindata-assetfs/go-bindata-assetfs 17:13:35 golang.org/x/sys/unix 17:13:35 github.com/hashicorp/go-bindata 17:13:35 golang.org/x/tools/cover 17:13:35 golang.org/x/tools/internal/event/label 17:13:35 golang.org/x/xerrors 17:13:35 golang.org/x/tools/cmd/cover 17:13:35 golang.org/x/tools/internal/event/keys 17:13:35 golang.org/x/tools/go/internal/gcimporter 17:13:35 golang.org/x/tools/internal/typesinternal 17:13:35 github.com/hashicorp/go-bindata/go-bindata 17:13:35 github.com/gogo/protobuf/vanity 17:13:35 github.com/gogo/protobuf/protoc-gen-gogo/generator/internal/remap 17:13:35 golang.org/x/tools/internal/event/core 17:13:35 github.com/gogo/protobuf/protoc-gen-gogo/plugin 17:13:35 golang.org/x/tools/internal/event 17:13:35 github.com/golang/glog 17:13:35 github.com/gogo/protobuf/protoc-gen-gogo/generator 17:13:35 golang.org/x/tools/internal/gocommand 17:13:36 github.com/golang/protobuf/protoc-gen-go/plugin 17:13:36 golang.org/x/tools/go/internal/packagesdriver 17:13:36 golang.org/x/tools/internal/packagesinternal 17:13:36 gopkg.in/yaml.v2 17:13:36 github.com/golang/protobuf/protoc-gen-go/generator/internal/remap 17:13:36 github.com/grpc-ecosystem/grpc-gateway/utilities 17:13:36 google.golang.org/genproto/googleapis/api/annotations 17:13:36 github.com/grpc-ecosystem/grpc-gateway/codegenerator 17:13:36 github.com/golang/protobuf/protoc-gen-go/generator 17:13:36 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/httprule 17:13:36 golang.org/x/mod/module 17:13:36 golang.org/x/tools/go/ast/astutil 17:13:36 golang.org/x/tools/internal/fastwalk 17:13:36 golang.org/x/tools/go/gcexportdata 17:13:36 github.com/mattn/go-isatty 17:13:36 golang.org/x/tools/go/packages 17:13:36 golang.org/x/tools/internal/gopathwalk 17:13:36 github.com/mattn/go-colorable 17:13:36 github.com/gofrs/flock 17:13:36 github.com/golangci/golangci-lint/internal/robustio 17:13:36 github.com/pkg/errors 17:13:36 github.com/fatih/color 17:13:36 github.com/golangci/golangci-lint/internal/renameio 17:13:36 golang.org/x/tools/internal/imports 17:13:36 github.com/gogo/protobuf/plugin/testgen 17:13:36 github.com/gogo/protobuf/plugin/defaultcheck 17:13:36 github.com/gogo/protobuf/plugin/embedcheck 17:13:36 github.com/gogo/protobuf/plugin/enumstringer 17:13:36 github.com/gogo/protobuf/plugin/marshalto 17:13:36 github.com/gogo/protobuf/plugin/oneofcheck 17:13:36 golang.org/x/tools/cmd/stringer 17:13:36 github.com/gogo/protobuf/plugin/populate 17:13:36 github.com/gogo/protobuf/plugin/unmarshal 17:13:36 github.com/gogo/protobuf/protoc-gen-gogo/grpc 17:13:37 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:13:37 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:13:37 OK: 12623 distinct packages available 17:13:37 Removing intermediate container c25fed4b7cb5 17:13:37 ---> dd0b67f00fae 17:13:37 Step 6/20 : COPY go.mod . 17:13:37 github.com/ghodss/yaml 17:13:37 github.com/golangci/golangci-lint/internal/cache 17:13:37 github.com/grpc-ecosystem/grpc-gateway/protoc-gen-grpc-gateway/descriptor 17:13:37 github.com/gogo/protobuf/plugin/compare 17:13:37 github.com/gogo/protobuf/plugin/description 17:13:37 github.com/gogo/protobuf/plugin/equal 17:13:37 github.com/gogo/protobuf/plugin/face 17:13:37 github.com/gogo/protobuf/plugin/gostring 17:13:37 Removing intermediate container a5995dfb3233 17:13:37 ---> abf25a5516c0 17:13:37 Step 6/22 : COPY go.mod . 17:13:37 OK: 217 MiB in 51 packages 17:13:37 github.com/gogo/protobuf/plugin/size 17:13:37 github.com/gogo/protobuf/plugin/stringer 17:13:37 github.com/gogo/protobuf/plugin/union 17:13:37 github.com/hashicorp/protoc-gen-go-binary/gen 17:13:37 golang.org/x/tools/imports 17:13:37 github.com/sirupsen/logrus 17:13:37 github.com/vektra/mockery/mockery 17:13:37 github.com/hashicorp/protoc-gen-go-binary 17:13:37 github.com/stretchr/objx 17:13:37 Removing intermediate container 2d26a42b6351 17:13:37 ---> 1dfe3b7aeaff 17:13:37 Step 6/27 : COPY go.mod . 17:13:38 github.com/stretchr/testify/assert 17:13:38 github.com/go-toolsmith/astequal 17:13:38 github.com/go-toolsmith/astp 17:13:38 github.com/vektra/mockery/cmd/mockery 17:13:38 github.com/gogo/protobuf/vanity/command 17:13:38 github.com/go-toolsmith/typep 17:13:38 github.com/go-toolsmith/astfmt 17:13:38 github.com/go-toolsmith/astcast 17:13:38 github.com/go-lintpack/lintpack 17:13:38 github.com/go-critic/go-critic/checkers/internal/lintutil 17:13:38 github.com/go-toolsmith/astcopy 17:13:38 github.com/gogo/protobuf/protoc-gen-gofast 17:13:38 github.com/go-toolsmith/strparse 17:13:38 github.com/fsnotify/fsnotify 17:13:38 github.com/go-lintpack/lintpack/astwalk 17:13:38 github.com/magiconair/properties 17:13:38 github.com/stretchr/testify/mock 17:13:38 github.com/mitchellh/mapstructure 17:13:38 github.com/pelletier/go-toml 17:13:38 github.com/go-critic/go-critic/checkers 17:13:38 github.com/golangci/golangci-lint/pkg/logutils 17:13:38 github.com/spf13/afero/mem 17:13:38 github.com/spf13/cast 17:13:38 github.com/golangci/golangci-lint/pkg/timeutils 17:13:38 github.com/golangci/golangci-lint/pkg/fsutils 17:13:38 github.com/golangci/golangci-lint/internal/pkgcache 17:13:38 github.com/spf13/afero 17:13:38 github.com/spf13/jwalterweatherman 17:13:38 github.com/subosito/gotenv 17:13:38 gopkg.in/ini.v1 17:13:38 github.com/golangci/golangci-lint/pkg/golinters/goanalysis/load 17:13:38 github.com/golangci/golangci-lint/pkg/goutil 17:13:38 github.com/golangci/golangci-lint/internal/errorutil 17:13:38 github.com/golangci/golangci-lint/pkg/result 17:13:38 github.com/gobwas/glob/match 17:13:38 github.com/gobwas/glob/syntax/lexer 17:13:38 golang.org/x/tools/go/buildutil 17:13:38 golang.org/x/tools/go/internal/cgo 17:13:38 github.com/gobwas/glob/syntax/ast 17:13:38 ---> b6192ef7324a 17:13:38 Step 7/20 : RUN go mod download 17:13:38 ---> Running in 5eb3b5e3761c 17:13:39 github.com/gobwas/glob/syntax 17:13:39 github.com/bombsimon/wsl/v2 17:13:39 github.com/golangci/dupl/suffixtree 17:13:39 github.com/golangci/goconst 17:13:39 github.com/golangci/gocyclo/pkg/gocyclo 17:13:39 golang.org/x/tools/go/loader 17:13:39 github.com/spf13/viper 17:13:39 github.com/golangci/gofmt/gofmt 17:13:39 github.com/gobwas/glob/compiler 17:13:39 github.com/golangci/gofmt/goimports 17:13:39 github.com/golangci/dupl/syntax 17:13:39 github.com/golangci/golangci-lint/pkg/packages 17:13:39 golang.org/x/tools/internal/lsp/fuzzy 17:13:39 github.com/gobwas/glob 17:13:39 golang.org/x/tools/go/types/objectpath 17:13:39 github.com/golangci/dupl/syntax/golang 17:13:39 ---> 111e33628884 17:13:39 Step 7/22 : RUN go mod download 17:13:39 github.com/golangci/dupl/printer 17:13:39 github.com/golangci/ineffassign 17:13:39 github.com/OpenPeeDeeP/depguard 17:13:39 github.com/golangci/check/cmd/structcheck 17:13:39 github.com/golangci/check/cmd/varcheck 17:13:39 github.com/golangci/errcheck/internal/errcheck 17:13:39 github.com/golangci/go-misc/deadcode 17:13:39 golang.org/x/tools/internal/analysisinternal 17:13:39 github.com/golangci/lint-1 17:13:39 github.com/golangci/dupl/job 17:13:39 github.com/golangci/maligned 17:13:39 github.com/golangci/misspell 17:13:39 github.com/golangci/dupl 17:13:39 github.com/golangci/golangci-lint/pkg/config 17:13:39 golang.org/x/tools/go/analysis 17:13:39 github.com/golangci/errcheck/golangci 17:13:39 github.com/golangci/prealloc 17:13:39 github.com/kisielk/gotool/internal/load 17:13:39 golang.org/x/tools/go/types/typeutil 17:13:39 golang.org/x/tools/go/ast/inspector 17:13:39 github.com/matoous/godox 17:13:39 github.com/golangci/golangci-lint/pkg/lint/linter 17:13:39 github.com/kisielk/gotool 17:13:39 golang.org/x/tools/go/analysis/passes/inspect 17:13:39 github.com/securego/gosec 17:13:39 github.com/nbutton23/zxcvbn-go/data 17:13:39 github.com/golangci/golangci-lint/pkg/golinters/goanalysis 17:13:39 github.com/golangci/unconvert 17:13:39 golang.org/x/tools/go/ssa 17:13:39 github.com/jirfag/go-printf-func-name/pkg/analyzer 17:13:39 sourcegraph.com/sqs/pbtypes 17:13:39 github.com/tommy-muehle/go-mnd/checks 17:13:39 github.com/nbutton23/zxcvbn-go/adjacency 17:13:39 github.com/nbutton23/zxcvbn-go/frequency 17:13:39 github.com/ultraware/funlen 17:13:39 ---> Running in 57948ff39c2f 17:13:39 ---> 6717a9aea322 17:13:39 Step 7/27 : RUN go mod download 17:13:39 github.com/sourcegraph/go-diff/diff 17:13:39 github.com/nbutton23/zxcvbn-go/entropy 17:13:39 github.com/tommy-muehle/go-mnd 17:13:39 github.com/ultraware/whitespace 17:13:39 github.com/uudashr/gocognit 17:13:39 github.com/nbutton23/zxcvbn-go/matching 17:13:39 github.com/nbutton23/zxcvbn-go/scoring 17:13:39 golang.org/x/tools/go/analysis/passes/internal/analysisutil 17:13:39 golang.org/x/tools/go/analysis/passes/composite 17:13:39 golang.org/x/tools/go/cfg 17:13:39 golang.org/x/tools/go/analysis/passes/asmdecl 17:13:39 golang.org/x/tools/go/analysis/passes/assign 17:13:39 golang.org/x/tools/go/analysis/passes/atomic 17:13:39 golang.org/x/tools/go/analysis/passes/atomicalign 17:13:39 golang.org/x/tools/go/analysis/passes/bools 17:13:39 golang.org/x/tools/go/analysis/passes/buildtag 17:13:40 Removing intermediate container f4a9ae71773e 17:13:40 ---> ca481062f320 17:13:40 Step 6/24 : COPY go.mod . 17:13:40 ---> Running in 5344c516c239 17:13:40 github.com/nbutton23/zxcvbn-go 17:13:40 golang.org/x/tools/go/analysis/passes/cgocall 17:13:40 golang.org/x/tools/go/analysis/passes/copylock 17:13:40 github.com/securego/gosec/rules 17:13:40 golang.org/x/tools/go/analysis/passes/ctrlflow 17:13:40 golang.org/x/tools/go/analysis/passes/deepequalerrors 17:13:40 golang.org/x/tools/go/analysis/passes/errorsas 17:13:40 golang.org/x/tools/go/analysis/passes/findcall 17:13:40 golang.org/x/tools/go/analysis/passes/httpresponse 17:13:40 golang.org/x/tools/go/analysis/passes/loopclosure 17:13:40 golang.org/x/tools/go/analysis/passes/lostcancel 17:13:40 golang.org/x/tools/go/analysis/passes/nilfunc 17:13:40 golang.org/x/tools/go/analysis/passes/pkgfact 17:13:40 golang.org/x/tools/go/analysis/passes/printf 17:13:40 golang.org/x/tools/go/analysis/passes/shadow 17:13:40 golang.org/x/tools/go/analysis/passes/shift 17:13:40 golang.org/x/tools/go/analysis/passes/sortslice 17:13:40 golang.org/x/tools/go/analysis/passes/stdmethods 17:13:40 golang.org/x/tools/go/analysis/passes/structtag 17:13:40 golang.org/x/tools/go/analysis/passes/testinggoroutine 17:13:40 golang.org/x/tools/go/analysis/passes/tests 17:13:40 golang.org/x/tools/go/analysis/passes/unmarshal 17:13:40 golang.org/x/tools/go/analysis/passes/unreachable 17:13:40 golang.org/x/tools/go/analysis/passes/unsafeptr 17:13:40 golang.org/x/tools/go/analysis/passes/unusedresult 17:13:40 honnef.co/go/tools/arg 17:13:40 honnef.co/go/tools/ssa 17:13:40 github.com/BurntSushi/toml 17:13:40 honnef.co/go/tools/internal/renameio 17:13:40 honnef.co/go/tools/loader 17:13:40 honnef.co/go/tools/version 17:13:40 honnef.co/go/tools/deprecated 17:13:40 honnef.co/go/tools/internal/cache 17:13:40 honnef.co/go/tools/printf 17:13:40 github.com/gostaticanalysis/analysisutil 17:13:40 golang.org/x/tools/go/analysis/passes/buildssa 17:13:40 honnef.co/go/tools/go/types/typeutil 17:13:40 golang.org/x/tools/go/ssa/ssautil 17:13:40 mvdan.cc/lint 17:13:40 github.com/golangci/golangci-lint/pkg/report 17:13:40 github.com/jingyugao/rowserrcheck/passes/rowserr 17:13:40 github.com/timakin/bodyclose/passes/bodyclose 17:13:40 golang.org/x/tools/go/analysis/passes/nilness 17:13:40 github.com/golangci/revgrep 17:13:40 github.com/golangci/golangci-lint/pkg/printers 17:13:40 mvdan.cc/interfacer/check 17:13:40 mvdan.cc/unparam/check 17:13:40 github.com/spf13/cobra 17:13:41 honnef.co/go/tools/config 17:13:41 honnef.co/go/tools/ssautil 17:13:41 honnef.co/go/tools/functions 17:13:41 honnef.co/go/tools/internal/passes/buildssa 17:13:41 honnef.co/go/tools/facts 17:13:41 honnef.co/go/tools/lint 17:13:41 honnef.co/go/tools/lint/lintdsl 17:13:41 honnef.co/go/tools/lint/lintutil/format 17:13:41 honnef.co/go/tools/staticcheck/vrp 17:13:41 honnef.co/go/tools/lint/lintutil 17:13:41 honnef.co/go/tools/internal/sharedcheck 17:13:41 honnef.co/go/tools/unused 17:13:41 honnef.co/go/tools/stylecheck 17:13:41 honnef.co/go/tools/simple 17:13:41 honnef.co/go/tools/staticcheck 17:13:42 github.com/golangci/golangci-lint/pkg/golinters 17:13:42 ---> 5893e5c18950 17:13:42 Step 7/24 : RUN go mod download 17:13:42 github.com/golangci/golangci-lint/pkg/lint/lintersdb 17:13:42 github.com/golangci/golangci-lint/pkg/result/processors 17:13:42 ---> Running in f6a0f2ebcc7b 17:13:42 github.com/golangci/golangci-lint/pkg/lint 17:13:42 github.com/golangci/golangci-lint/pkg/commands 17:13:42 github.com/golangci/golangci-lint/cmd/golangci-lint 17:13:45 Removing intermediate container 5eb3b5e3761c 17:13:45 ---> 607956cb31e8 17:13:45 Step 8/20 : COPY . . 17:13:46 Removing intermediate container 57948ff39c2f 17:13:46 ---> 0ddcfdfe3ddf 17:13:46 Step 8/22 : COPY . . 17:13:46 Removing intermediate container 5344c516c239 17:13:46 ---> 5a78c961634c 17:13:46 Step 8/27 : COPY . . 17:13:47 tput: No value for $TERM and no -T specified 17:13:47 tput: No value for $TERM and no -T specified 17:13:47 ==> Building Consul - OSes: linux, Architectures: amd64 17:13:47 tput: No value for $TERM and no -T specified 17:13:47 tput: No value for $TERM and no -T specified 17:13:47 tput: No value for $TERM and no -T specified 17:13:47 Building sequentially with go install 17:13:47 tput: No value for $TERM and no -T specified 17:13:47 ---> linux/amd64 17:13:48 Removing intermediate container f6a0f2ebcc7b 17:13:48 ---> c15a6885804c 17:13:48 Step 8/24 : COPY . . 17:14:10 ---> 8ec9d06968e2 17:14:10 Step 9/22 : RUN make cmd/core-metadata/core-metadata 17:14:10 ---> e2f4a983c056 17:14:10 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 17:14:11 ---> eecd8956f853 17:14:11 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 17:14:11 ---> 025bd76a0255 17:14:11 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 17:14:11 ---> Running in 55c886def89e 17:14:11 ---> Running in 76181c8923b5 17:14:11 ---> Running in 7aeb3e57a203 17:14:11 ---> Running in 1119a95c1ae5 17:14:14 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 17:14:14 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 17:14:14 Removing intermediate container 142fc2056aa5 17:14:14 ---> 8016791aaedf 17:14:14 17:14:14 Step 10/23 : FROM alpine 17:14:14 ---> 2e77e061c27f 17:14:14 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:14:14 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 17:14:14 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 17:14:14 ---> Running in 825d9456930a 17:14:15 Removing intermediate container 825d9456930a 17:14:15 ---> 0405fbce1a3d 17:14:15 Step 12/23 : ENV APP_PORT=48080 17:14:15 ---> Running in 28df996fcb39 17:14:16 Removing intermediate container 28df996fcb39 17:14:16 ---> 847b06247956 17:14:16 Step 13/23 : EXPOSE $APP_PORT 17:14:16 ---> Running in 0c1e47c3e80f 17:14:16 Removing intermediate container 0c1e47c3e80f 17:14:16 ---> ca6484a3ff45 17:14:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:14:16 ---> Running in e65e6b7e63ff 17:14:21 Removing intermediate container e65e6b7e63ff 17:14:21 ---> 13d5a44aeb4e 17:14:21 Step 15/23 : RUN apk --no-cache add zeromq 17:14:21 ---> Running in 8a00a46a4725 17:14:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:14:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:14:25 (1/5) Installing libgcc (9.3.0-r2) 17:14:25 (2/5) Installing libsodium (1.0.18-r0) 17:14:25 (3/5) Installing libstdc++ (9.3.0-r2) 17:14:25 Building device-virtual-go  17:14:25 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=1.2.1" -o cmd/device-virtual ./cmd 17:14:25 go: downloading github.com/edgexfoundry/device-sdk-go v1.2.2 17:14:25 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 17:14:25 go: downloading modernc.org/ql v1.0.0 17:14:25 go: downloading github.com/gorilla/mux v1.7.1 17:14:25 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.33 17:14:25 go: downloading gopkg.in/yaml.v2 v2.2.8 17:14:25 go: downloading github.com/google/uuid v1.1.0 17:14:25 go: downloading github.com/pkg/errors v0.8.1 17:14:25 go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 17:14:25 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 17:14:25 go: downloading github.com/OneOfOne/xxhash v1.2.6 17:14:25 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 17:14:25 go: downloading modernc.org/strutil v1.0.0 17:14:25 go: downloading modernc.org/mathutil v1.0.0 17:14:25 go: downloading modernc.org/golex v1.0.0 17:14:25 go: downloading modernc.org/db v1.0.0 17:14:25 go: downloading modernc.org/file v1.0.0 17:14:25 go: downloading modernc.org/b v1.0.0 17:14:25 go: downloading modernc.org/internal v1.0.0 17:14:25 go: downloading modernc.org/lldb v1.0.0 17:14:25 go: downloading github.com/edsrzf/mmap-go v1.0.0 17:14:25 go: downloading modernc.org/fileutil v1.0.0 17:14:25 go: downloading github.com/remyoudompheng/bigfft v0.0.0-20190321074620-2f0d2b0e0001 17:14:25 go: downloading modernc.org/zappy v1.0.0 17:14:25 go: downloading modernc.org/sortutil v1.0.0 17:14:25 go: downloading golang.org/x/sys v0.0.0-20190411185658-b44545bcd369 17:14:26 (4/5) Installing libzmq (4.3.3-r0) 17:14:26 (5/5) Installing zeromq (4.3.3-r0) 17:14:26 Executing busybox-1.31.1-r19.trigger 17:14:26 OK: 8 MiB in 19 packages 17:14:26 CGO_ENABLED=0 GO111MODULE=on go build ./... 17:14:28 Removing intermediate container 8a00a46a4725 17:14:28 ---> 9574f49ce741 17:14:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 17:14:29 ---> fbb13eee699c 17:14:29 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 17:14:30 Building edgex-go  17:14:31 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 17:14:31 go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.111 17:14:31 go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.53 17:14:31 go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.25 17:14:31 go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 17:14:31 go: downloading gopkg.in/yaml.v2 v2.3.0 17:14:31 go: downloading github.com/globalsign/mgo v0.0.0-20181015135952-eeefdecb41b8 17:14:31 go: downloading github.com/imdario/mergo v0.3.11 17:14:31 ---> 43690a25a794 17:14:31 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 17:14:32 ---> 38bbd9601a4f 17:14:32 Step 19/23 : ENTRYPOINT ["/core-data"] 17:14:33 ---> Running in e78e7a6fd0f9 17:14:33 Removing intermediate container e78e7a6fd0f9 17:14:33 ---> 785c0ed59f62 17:14:33 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:14:34 ---> Running in 6b15ae46141b 17:14:34 Removing intermediate container 6b15ae46141b 17:14:34 ---> 200dda0e2447 17:14:34 Step 21/23 : LABEL arch=arm64 17:14:34 ---> Running in 7ad661a11aa2 17:14:35 Removing intermediate container 7ad661a11aa2 17:14:35 ---> 318ec5b2b61b 17:14:35 Step 22/23 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:14:35 ---> Running in 977a5ea25fba 17:14:35 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 17:14:35 go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.28 17:14:35 go: downloading github.com/OneOfOne/xxhash v1.2.8 17:14:36 Removing intermediate container 977a5ea25fba 17:14:36 ---> 673f0b84cafd 17:14:36 Step 23/23 : LABEL version=0.0.0 17:14:36 ---> Running in e59035201bdb 17:14:37 Removing intermediate container e59035201bdb 17:14:37 ---> 9ec382f83253 17:14:37 17:14:38 Successfully built 9ec382f83253 17:14:38 Successfully tagged docker-core-data-go-arm64:latest 17:14:38 Building docker-support-logging-go 17:14:39 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 17:14:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:14:41 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 17:14:42 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 17:14:42 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 17:14:42 go: downloading github.com/stretchr/testify v1.5.1 17:14:42 go: downloading github.com/pmezard/go-difflib v1.0.0 17:14:42 go: downloading github.com/davecgh/go-spew v1.1.1 17:14:44 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 17:14:44 go: downloading gopkg.in/eapache/queue.v1 v1.1.0 17:14:44 go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 17:14:45 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 17:14:46 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 17:14:46 go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible 17:14:47 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 17:14:48 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 17:14:49 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 17:14:50 install: cannot stat './cmd/security-secretstore-read/security-secretstore-read': No such file or directory 17:14:50 Failed to run 'override-build': Exit code was 1. [Pipeline] } 17:14:53 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] } 17:14:54 Failed in branch amd64 17:15:00  Building docker-core-data-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 17:15:00 Step 2/22 : FROM ${BUILDER_BASE} AS builder 17:15:00 ---> 3e91c2459f8c 17:15:00 Step 3/22 : WORKDIR /edgex-go 17:15:00 ---> Using cache 17:15:00 ---> c0ff18f06c92 17:15:00 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:15:00 ---> Using cache 17:15:00 ---> 216132bd95c9 17:15:00 Step 5/22 : RUN apk update && apk add make && apk add bash git 17:15:00 ---> Running in be5f7c7c2e42 17:15:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:15:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:15:03 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 17:15:03 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 17:15:03 OK: 12623 distinct packages available 17:15:04 OK: 217 MiB in 51 packages 17:15:05 OK: 217 MiB in 51 packages 17:15:07 Removing intermediate container be5f7c7c2e42 17:15:07 ---> b7422cd62dbc 17:15:07 Step 6/22 : COPY go.mod . 17:15:08 ---> 9239b49b14c1 17:15:08 Step 7/22 : RUN go mod download 17:15:08 ---> Running in c43dab456cec 17:15:13 Removing intermediate container c43dab456cec 17:15:13 ---> a1eaf3d4a680 17:15:13 Step 8/22 : COPY . . 17:15:32 ---> d197b0e40200 17:15:32 Step 9/22 : RUN make cmd/support-logging/support-logging 17:15:32 ---> Running in 6c987dfebdb4 17:15:34 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 17:15: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 17:15:44 Removing intermediate container 55c886def89e 17:15:44 ---> 9fc089ce61e7 17:15:44 17:15:44 Step 10/20 : FROM alpine 17:15:44 ---> 2e77e061c27f 17:15:44 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 17:15:44 ---> Running in 233afc5306b8 17:15:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:15:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:15:47 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 17:15:47 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 17:15:47 OK: 12615 distinct packages available 17:15:48 (1/4) Installing ca-certificates (20191127-r4) 17:15:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 17:15:48 (3/4) Installing libcurl (7.69.1-r1) 17:15:48 (4/4) Installing curl (7.69.1-r1) 17:15:48 Executing busybox-1.31.1-r19.trigger 17:15:48 Executing ca-certificates-20191127-r4.trigger 17:15:49 OK: 7 MiB in 18 packages 17:15:52 Removing intermediate container 233afc5306b8 17:15:52 ---> 25281ec48c2f 17:15:52 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 17:15:52 ---> Running in 705be620de46 17:15:54 Removing intermediate container 705be620de46 17:15:54 ---> ddc5cf74a9bc 17:15:54 Step 13/20 : WORKDIR /edgex 17:15:54 ---> Running in 60f0b6ff5aca 17:15:55 Removing intermediate container 7aeb3e57a203 17:15:55 ---> d45bba479082 17:15:55 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 17:15:55 ---> Running in 039c1fb88807 17:15:55 Removing intermediate container 1119a95c1ae5 17:15:55 ---> ee70b24bdb55 17:15:55 17:15:55 Step 10/24 : FROM alpine:3.10 17:15:55 Removing intermediate container 60f0b6ff5aca 17:15:55 ---> 013ee3693b99 17:15:55 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 17:15:56 3.10: Pulling from library/alpine 17:15:57 ---> f437f5d12e88 17:15:57 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 17:15:58 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 17:15:59 ---> 618d7f33908c 17:15:59 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 17:15:59 ---> Running in 0dac8e7ea44a 17:16:00 Removing intermediate container 0dac8e7ea44a 17:16:00 ---> 6cd7bd139d36 17:16:00 Step 17/20 : CMD ["--init=true"] 17:16:00 ---> Running in dc424872b1f4 17:16:00 Removing intermediate container dc424872b1f4 17:16:00 ---> e8239da5022c 17:16:00 Step 18/20 : LABEL arch=arm64 17:16:01 ---> Running in 089ec9a82b2c 17:16:01 Removing intermediate container 089ec9a82b2c 17:16:01 ---> ccc1dad1ba97 17:16:01 Step 19/20 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:16:02 ---> Running in 05903e0c8d4f 17:16:03 Removing intermediate container 05903e0c8d4f 17:16:03 ---> b253723b3bd9 17:16:03 Step 20/20 : LABEL version=0.0.0 17:16:03 ---> Running in a69acc62bb5d 17:16:04 Removing intermediate container 039c1fb88807 17:16:04 ---> d3036c15adc3 17:16:04 17:16:04 Step 11/27 : FROM docker:latest 17:16:04 ---> 5d4db4dc0692 17:16:04 Step 12/27 : RUN apk add --no-cache bash 17:16:04 Removing intermediate container a69acc62bb5d 17:16:04 ---> 5e81fbf6f632 17:16:04 17:16:04 ---> Running in eb0a973b535c 17:16:04 Successfully built 5e81fbf6f632 17:16:04 Successfully tagged docker-security-proxy-setup-go-arm64:latest 17:16:06  Building docker-security-proxy-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:07 (1/2) Installing readline (8.0.4-r0) 17:16:07 (2/2) Installing bash (5.0.17-r0) 17:16:07 Executing bash-5.0.17-r0.post-install 17:16:07 Executing busybox-1.31.1-r19.trigger 17:16:07 OK: 12 MiB in 22 packages 17:16:09 Removing intermediate container eb0a973b535c 17:16:09 ---> 87d4f71f8dd4 17:16:09 Step 13/27 : RUN rm -rf /var/cache/apk/* 17:16:09 ---> Running in 52f5756e68ef 17:16:13 Removing intermediate container 52f5756e68ef 17:16:13 ---> d6107ca1b665 17:16:13 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 17:16:13 ---> Running in 13fc32c23084 17:16:14 Removing intermediate container 13fc32c23084 17:16:14 ---> 41d71c5e2296 17:16:14 Step 15/27 : ENV APP_PORT=48090 17:16:14 ---> Running in 20374524190b 17:16:15 Removing intermediate container 20374524190b 17:16:15 ---> eeaf99206f5b 17:16:15 Step 16/27 : EXPOSE $APP_PORT 17:16:15 ---> Running in 8f964106b12f 17:16:15 Removing intermediate container 8f964106b12f 17:16:15 ---> 2c9e255e397f 17:16:15 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 17:16:17 ---> 144ce5beb724 17:16:17 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 17:16:18 ---> 708ad9d9a18a 17:16:18 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 17:16:20 ---> e0b11277ff8a 17:16:20 Step 20/27 : RUN apk --no-cache add py3-pip 17:16:20 ---> Running in 88eb91d029b4 17:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:16:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:16:23 Removing intermediate container 76181c8923b5 17:16:23 ---> c4b5ee640039 17:16:23 17:16:23 Step 10/22 : FROM scratch 17:16:23 ---> 17:16:23 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 17:16:23 (1/33) Installing libbz2 (1.0.8-r1) 17:16:23 (2/33) Installing expat (2.2.9-r1) 17:16:23 (3/33) Installing libffi (3.3-r2) 17:16:23 (4/33) Installing gdbm (1.13-r1) 17:16:23 (5/33) Installing xz-libs (5.2.5-r0) 17:16:23 (6/33) Installing sqlite-libs (3.32.1-r0) 17:16:23 (7/33) Installing python3 (3.8.5-r0) 17:16:23 ---> Using cache 17:16:23 ---> 296f0f551359 17:16:23 Step 12/22 : ENV APP_PORT=48081 17:16:23 ---> Running in 51ce81e2e42b 17:16:25 Removing intermediate container 51ce81e2e42b 17:16:25 ---> 11684a916c86 17:16:25 Step 13/22 : EXPOSE $APP_PORT 17:16:25 ---> Running in 4f0dcce8337c 17:16:25 (8/33) Installing py3-appdirs (1.4.4-r1) 17:16:25 (9/33) Installing py3-ordered-set (4.0.1-r0) 17:16:25 (10/33) Installing py3-parsing (2.4.7-r0) 17:16:25 (11/33) Installing py3-six (1.15.0-r0) 17:16:25 (12/33) Installing py3-packaging (20.4-r0) 17:16:25 (13/33) Installing py3-setuptools (47.0.0-r0) 17:16:25 (14/33) Installing py3-chardet (3.0.4-r4) 17:16:25 (15/33) Installing py3-idna (2.9-r0) 17:16:25 (16/33) Installing py3-certifi (2020.4.5.1-r0) 17:16:25 (17/33) Installing py3-urllib3 (1.25.9-r0) 17:16:25 Removing intermediate container 4f0dcce8337c 17:16:25 ---> ef7fa9da0d55 17:16:25 Step 14/22 : WORKDIR / 17:16:25 (18/33) Installing py3-requests (2.23.0-r0) 17:16:25 (19/33) Installing py3-msgpack (1.0.0-r0) 17:16:25 (20/33) Installing py3-lockfile (0.12.2-r3) 17:16:25 (21/33) Installing py3-cachecontrol (0.12.6-r0) 17:16:25 ---> Running in a469fb66ea7b 17:16:25 (22/33) Installing py3-colorama (0.4.3-r0) 17:16:25 (23/33) Installing py3-distlib (0.3.0-r0) 17:16:26 (24/33) Installing py3-distro (1.5.0-r1) 17:16:26 (25/33) Installing py3-webencodings (0.5.1-r3) 17:16:26 (26/33) Installing py3-html5lib (1.0.1-r4) 17:16:26 (27/33) Installing py3-pytoml (0.1.21-r0) 17:16:26 (28/33) Installing py3-pep517 (0.8.2-r0) 17:16:26 (29/33) Installing py3-progress (1.5-r0) 17:16:26 (30/33) Installing py3-toml (0.10.1-r0) 17:16:26 (31/33) Installing py3-retrying (1.3.3-r0) 17:16:26 (32/33) Installing py3-contextlib2 (0.6.0-r0) 17:16:26 (33/33) Installing py3-pip (20.1.1-r0) 17:16:26 Executing busybox-1.31.1-r19.trigger 17:16:26 OK: 71 MiB in 55 packages 17:16:26 Removing intermediate container a469fb66ea7b 17:16:26 ---> 3abfc5172463 17:16:26 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 17:16:27 ---> 00e4a7cce529 17:16:27 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 17:16:29 ---> 403d5d25b631 17:16:29 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 17:16:30 ---> a8004fa15bdf 17:16:30 Step 18/22 : ENTRYPOINT ["/core-metadata"] 17:16:30 ---> Running in 9093125b3b1f 17:16:30 Removing intermediate container 6c987dfebdb4 17:16:30 ---> 0b30e5388809 17:16:30 17:16:30 Step 10/22 : FROM scratch 17:16:30 ---> 17:16:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 17:16:31 ---> Using cache 17:16:31 ---> 933843f1d11e 17:16:31 Step 12/22 : ENV APP_PORT=48061 17:16:31 ---> Running in 796e33e7f39a 17:16:31 Removing intermediate container 9093125b3b1f 17:16:31 ---> 171b739ed5f8 17:16:31 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:16:31 ---> Running in 36e79b144cd8 17:16:32 Removing intermediate container 796e33e7f39a 17:16:32 ---> 7c6fed735571 17:16:32 Step 13/22 : EXPOSE $APP_PORT 17:16:32 ---> Running in 5632f2392acc 17:16:32 Removing intermediate container 36e79b144cd8 17:16:32 ---> 05fff0b42425 17:16:32 Step 20/22 : LABEL arch=arm64 17:16:32 ---> Running in 53b337c46295 17:16:32 Removing intermediate container 5632f2392acc 17:16:32 ---> 47f8eb2744c9 17:16:32 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 17:16:32 Removing intermediate container 53b337c46295 17:16:32 ---> bf3932d411eb 17:16:32 Step 21/22 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:16:33 ---> Running in 9abf6496b3a5 17:16:33 Removing intermediate container 88eb91d029b4 17:16:33 ---> 151756454abb 17:16:33 Step 21/27 : RUN pip install docker-compose==1.23.2 17:16:33 ---> 7d718f8dd312 17:16:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 17:16:33 ---> Running in 24b15dd4fa68 17:16:33 Removing intermediate container 9abf6496b3a5 17:16:33 ---> 64cd6b27779b 17:16:33 Step 22/22 : LABEL version=0.0.0 17:16:34 ---> Running in 5a2529efa133 17:16:34 ---> de5e3cdde008 17:16:34 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 17:16:34 Removing intermediate container 5a2529efa133 17:16:34 ---> d2b5ac7eeeb4 17:16:34 17:16:35 Successfully built d2b5ac7eeeb4 17:16:35 Successfully tagged docker-core-metadata-go-arm64:latest 17:16:35  Building docker-core-metadata-go ... done  ---> 925ea50347a2 17:16:35 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 17:16:36 ---> 69425d1ed158 17:16:36 Step 18/22 : ENTRYPOINT ["/support-logging"] 17:16:36 ---> Running in 0c5f970374e8 17:16:37 Removing intermediate container 0c5f970374e8 17:16:37 ---> 29c63a957214 17:16:37 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:16:37 ---> Running in bbfb1f55f5c8 17:16:38 Removing intermediate container bbfb1f55f5c8 17:16:38 ---> 47c63deada62 17:16:38 Step 20/22 : LABEL arch=arm64 17:16:38 ---> Running in cc52a68f1e8e 17:16:38 Removing intermediate container cc52a68f1e8e 17:16:38 ---> 01f2ced73027 17:16:38 Step 21/22 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:16:38 ---> Running in b971590dba89 17:16:39 Removing intermediate container b971590dba89 17:16:39 ---> e09ad7bc9ed9 17:16:39 Step 22/22 : LABEL version=0.0.0 17:16:39 ---> Running in 811d0ff4d956 17:16:39 Collecting docker-compose==1.23.2 17:16:39 Removing intermediate container 811d0ff4d956 17:16:39 ---> db9094392e0b 17:16:39 17:16:39 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 17:16:40 Successfully built db9094392e0b 17:16:40 Successfully tagged docker-support-logging-go-arm64:latest 17:16:40  Building docker-support-logging-go ... done Collecting jsonschema<3,>=2.5.1 17:16:40 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 17:16:41 Collecting texttable<0.10,>=0.9.0 17:16:41 Downloading texttable-0.9.1.tar.gz (11 kB) 17:16:43 Collecting websocket-client<1.0,>=0.32.0 17:16:43 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 17:16:44 Collecting docker<4.0,>=3.6.0 17:16:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 17:16:44 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 17:16:45 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 17:16:45 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 17:16:45 Collecting PyYAML<4,>=3.10 17:16:45 Downloading PyYAML-3.13.tar.gz (270 kB) 17:16:49 Collecting docopt<0.7,>=0.6.1 17:16:49 Downloading docopt-0.6.2.tar.gz (25 kB) 17:16:50 Collecting dockerpty<0.5,>=0.4.1 17:16:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 17:16:52 Collecting cached-property<2,>=1.2.0 17:16:52 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 17:16:52 Collecting docker-pycreds>=0.4.0 17:16:52 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 17:16:52 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) 17:16:53 Collecting idna<2.8,>=2.5 17:16:53 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 17:16:53 Collecting urllib3<1.25,>=1.21.1 17:16:53 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 17:16:53 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) 17:16:53 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 17:16:53 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 17:16:53 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 17:16:53 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 17:16:54 Installing collected packages: jsonschema, texttable, websocket-client, docker-pycreds, idna, urllib3, requests, docker, PyYAML, docopt, dockerpty, cached-property, docker-compose 17:16:54 Running setup.py install for texttable: started 17:16:56 Running setup.py install for texttable: finished with status 'done' 17:16:56 Attempting uninstall: idna 17:16:56 Found existing installation: idna 2.9 17:16:56 Uninstalling idna-2.9: 17:16:56 Successfully uninstalled idna-2.9 17:16:57 Attempting uninstall: urllib3 17:16:57 Found existing installation: urllib3 1.25.9 17:16:57 Uninstalling urllib3-1.25.9: 17:16:57 Successfully uninstalled urllib3-1.25.9 17:16:58 Attempting uninstall: requests 17:16:58 Found existing installation: requests 2.23.0 17:16:58 Uninstalling requests-2.23.0: 17:16:58 Successfully uninstalled requests-2.23.0 17:16:59 Running setup.py install for PyYAML: started 17:17:01 Running setup.py install for PyYAML: finished with status 'done' 17:17:01 Running setup.py install for docopt: started 17:17:03 Running setup.py install for docopt: finished with status 'done' 17:17:03 Running setup.py install for dockerpty: started 17:17:05 Running setup.py install for dockerpty: finished with status 'done' 17:17: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 17:17:09 Removing intermediate container 24b15dd4fa68 17:17:09 ---> b2b7c5beeb98 17:17:09 Step 22/27 : RUN apk --no-cache add curl 17:17:09 ---> Running in d6e74dab2de3 17:17:10 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:17:11 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:17:11 (1/3) Installing nghttp2-libs (1.41.0-r0) 17:17:11 (2/3) Installing libcurl (7.69.1-r1) 17:17:11 (3/3) Installing curl (7.69.1-r1) 17:17:11 Executing busybox-1.31.1-r19.trigger 17:17:11 OK: 71 MiB in 58 packages 17:17:13 Removing intermediate container d6e74dab2de3 17:17:13 ---> 3e0f5bd86b24 17:17:13 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 17:17:13 ---> Running in 4bc679daff90 17:17:13 Removing intermediate container 4bc679daff90 17:17:13 ---> 53ec255e8b01 17:17:13 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:17:13 ---> Running in 6445a954257e 17:17:14 Removing intermediate container 6445a954257e 17:17:14 ---> b9bee8299306 17:17:14 Step 25/27 : LABEL arch=arm64 17:17:14 ---> Running in ebaa94d595a7 17:17:14 Removing intermediate container ebaa94d595a7 17:17:14 ---> c1da3312f0a6 17:17:14 Step 26/27 : LABEL git_sha=8d28918112c88a4e7952752ef5c4c040173e2105 17:17:14 ---> Running in 93997fc14c68 17:17:15 Removing intermediate container 93997fc14c68 17:17:15 ---> 7a6ecd32398d 17:17:15 Step 27/27 : LABEL version=0.0.0 17:17:15 ---> Running in a3648e195d58 17:17:15 Removing intermediate container a3648e195d58 17:17:15 ---> d09237cb7f46 17:17:15 17:17:16 Successfully built d09237cb7f46 17:17:16 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 17:17:16  Building docker-sys-mgmt-agent-go ... done  17:17:16 ERROR: for docker-security-secretstore-setup-go (, 'error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/53/536a684cf733e7234643632d3b2d31e1e929b050d56905e41c56503ce91aebb3/data?verify=1603821956-qq3uascNhvxR5iDg6pXX0AWTQ2Q%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy') 17:17:16 Service 'docker-security-secretstore-setup-go' failed to build: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/53/536a684cf733e7234643632d3b2d31e1e929b050d56905e41c56503ce91aebb3/data?verify=1603821956-qq3uascNhvxR5iDg6pXX0AWTQ2Q%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } 17:17:16 $ docker stop --time=1 89b0f48aff218d37b8adb2f01dae9e9deb2180b8fd9787b146115b36381d746e 17:17:18 $ docker rm -f 89b0f48aff218d37b8adb2f01dae9e9deb2180b8fd9787b146115b36381d746e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:17:20 Failed in branch arm64 [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] { (Clair Scan) Stage "Clair 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 17:17:22 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:17:23 ---> package-listing.sh 17:17:23 ++ facter osfamily 17:17:23 ++ tr '[:upper:]' '[:lower:]' 17:17:23 + OS_FAMILY=redhat 17:17:23 + workspace=/w/workspace/edgex-go/5 17:17:23 + START_PACKAGES=/tmp/packages_start.txt 17:17:23 + END_PACKAGES=/tmp/packages_end.txt 17:17:23 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:17:23 + PACKAGES=/tmp/packages_start.txt 17:17:23 + '[' /w/workspace/edgex-go/5 ']' 17:17:23 + PACKAGES=/tmp/packages_end.txt 17:17:23 + case "${OS_FAMILY}" in 17:17:23 + rpm -qa 17:17:23 + sort 17:17:27 + '[' -f /tmp/packages_start.txt ']' 17:17:27 + '[' -f /tmp/packages_end.txt ']' 17:17:27 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:17:27 + '[' /w/workspace/edgex-go/5 ']' 17:17:27 + mkdir -p /w/workspace/edgex-go/5/archives/ 17:17:27 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 17:17:27 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/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:17:28 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:17:28 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:17:28 17:17:28 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:17:28 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:17:28 alpine: Pulling from edgex-lftools-log-publisher 17:17:28 df20fa9351a1: Already exists 17:17:28 36b3adc4ff6f: Pulling fs layer 17:17:28 8ad3a11d3b57: Pulling fs layer 17:17:28 46f8f816bc3b: Pulling fs layer 17:17:28 93b61091891f: Pulling fs layer 17:17:28 93b9cdb0e59b: Pulling fs layer 17:17:28 5e14af77c1be: Pulling fs layer 17:17:28 01666e4c0597: Pulling fs layer 17:17:28 aa168da1d23b: Pulling fs layer 17:17:28 93b61091891f: Waiting 17:17:28 93b9cdb0e59b: Waiting 17:17:28 5e14af77c1be: Waiting 17:17:28 01666e4c0597: Waiting 17:17:28 aa168da1d23b: Waiting 17:17:28 46f8f816bc3b: Verifying Checksum 17:17:28 46f8f816bc3b: Download complete 17:17:28 36b3adc4ff6f: Verifying Checksum 17:17:28 36b3adc4ff6f: Download complete 17:17:28 93b9cdb0e59b: Verifying Checksum 17:17:28 93b9cdb0e59b: Download complete 17:17:28 5e14af77c1be: Verifying Checksum 17:17:28 5e14af77c1be: Download complete 17:17:28 01666e4c0597: Verifying Checksum 17:17:28 01666e4c0597: Download complete 17:17:29 93b61091891f: Verifying Checksum 17:17:29 93b61091891f: Download complete 17:17:29 36b3adc4ff6f: Pull complete 17:17:29 8ad3a11d3b57: Verifying Checksum 17:17:29 8ad3a11d3b57: Download complete 17:17:30 8ad3a11d3b57: Pull complete 17:17:30 46f8f816bc3b: Pull complete 17:17:31 aa168da1d23b: Verifying Checksum 17:17:31 aa168da1d23b: Download complete 17:17:32 93b61091891f: Pull complete 17:17:32 93b9cdb0e59b: Pull complete 17:17:32 5e14af77c1be: Pull complete 17:17:32 01666e4c0597: Pull complete 17:17:42 aa168da1d23b: Pull complete 17:17:42 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:17:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:17:42 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:17:42 prd-centos7-docker-4c-2g-9174 does not seem to be running inside a container 17:17:43 $ 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/5/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/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:17:47 $ docker top 2bfe6416570a7f82517c0531bffa9344b95b2e1d36553071a4da2f0c39685671 -eo pid,comm [Pipeline] { [Pipeline] sh 17:17:48 + touch /tmp/pre-build-complete [Pipeline] sh 17:17:48 + mkdir -p /var/log/sa [Pipeline] sh 17:17:48 + ls /var/log/sa-host 17:17:48 + sadf -c /var/log/sa-host/sa05 17:17:48 file_magic: OK 17:17:48 HZ: Using current value: 100 17:17:48 file_header: OK 17:17:48 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 17:17:48 Statistics: 17:17:48 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:17:48 File successfully converted to sysstat format version 12.2.1 17:17:48 + sadf -c /var/log/sa-host/sa27 17:17:48 file_magic: OK 17:17:48 HZ: Using current value: 100 17:17:48 file_header: OK 17:17:48 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 17:17:48 Statistics: 17:17:48 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... 17:17:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:17:49 provisioning config files... 17:17:49 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config879710462357359096tmp [Pipeline] { [Pipeline] echo 17:17:49 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:17:49 ---> create-netrc.sh [Pipeline] } 17:17:49 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:17:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:17:49 ---> python-tools-install.sh [Pipeline] echo 17:17:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:17:50 ---> sudo-logs.sh 17:17:50 Archiving 'sudo' log.. [Pipeline] echo 17:17:50 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:17:50 ---> job-cost.sh 17:17:50 lf-activate-venv: SKIPPING 17:17:50 INFO: No Stack... 17:17:51 INFO: Retrieving Pricing Info for: v1-standard-2 17:17:52 INFO: Archiving Costs [Pipeline] echo 17:17:52 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:17:52 ---> logs-deploy.sh 17:17:52 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2850/5 17:17:52 INFO: archiving workspace using pattern(s): 17:17:53 Archives upload complete. 17:17:53 INFO: archiving logs to Nexus