Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of andresrinivasan for edgexfoundry/edgex-go Loading trusted files from base branch master at e390d2e8669e02a2433017a3e20d0713a53de70e rather than a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 Obtained Jenkinsfile from e390d2e8669e02a2433017a3e20d0713a53de70e Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4d45bb06fbd349d05c83df7b0a7176550fae40e6 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4d45bb06fbd349d05c83df7b0a7176550fae40e6 # timeout=10 Commit message: "Merge pull request #295 from ernestojeda/always-docker-auth" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-11440 in /w/workspace/edgexfoundry_edgex-go_PR-2688 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/39 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2688/head:refs/remotes/origin/PR-2688 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 Merge succeeded, producing 45a492676834e91fc5e0cc69a743278f1914252a Checking out Revision 45a492676834e91fc5e0cc69a743278f1914252a (PR-2688) > git config core.sparsecheckout # timeout=10 > git checkout -f a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 45a492676834e91fc5e0cc69a743278f1914252a # timeout=10 Commit message: "Merge commit 'e390d2e8669e02a2433017a3e20d0713a53de70e' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:31:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:31:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:31:34 ========================================================= 00:31:34 EdgeX Global Pipelines Version Info 00:31:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk dc88de66f537d99954bad33b5948721b0e9eb814 # timeout=10 00:31:35 ------------------- 00:31:35 stable info: 00:31:35 ------------------- 00:31:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:31:35 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 00:31:35 Message: update stable to v1.0.162 00:31:36 ------------------- 00:31:36 experimental info: 00:31:36 ------------------- 00:31:36 Commited By: **** collab-it+edgex@linuxfoundation.org 00:31:36 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 00:31:36 Message: update experimental to v1.0.162 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:31:36 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:31:37 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:31:38 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2688 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2688 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2688 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 45a492676834e91fc5e0cc69a743278f1914252a [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 45a4926 [Pipeline] echo 00:31:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:31:39 provisioning config files... 00:31:39 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/39@tmp/config2890907993732618894tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:31:40 ---> docker-login.sh 00:31:40 nexus3.edgexfoundry.org:10001 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10002 00:31:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:40 Configure a credential helper to remove this warning. See 00:31:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:40 00:31:40 Login Succeeded 00:31:40 nexus3.edgexfoundry.org:10003 00:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 nexus3.edgexfoundry.org:10004 00:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 docker.io 00:31:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:31:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:31:41 Configure a credential helper to remove this warning. See 00:31:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:31:41 00:31:41 Login Succeeded 00:31:41 ---> docker-login.sh ends [Pipeline] } 00:31:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:31:42 ++ 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 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/core-command/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo core-command,cmd/core-command/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/core-data/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo core-data,cmd/core-data/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/core-metadata/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo core-metadata,cmd/core-metadata/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-proxy-setup/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-secrets-setup/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/support-logging/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo support-logging,cmd/support-logging/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/support-notifications/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo support-notifications,cmd/support-notifications/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/support-scheduler/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:31:42 + for file in '`ls cmd/**/Dockerfile`' 00:31:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:31:42 ++ cut -d/ -f2 00:31:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:31:42 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 00:31:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:43 00:31:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:31:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:43 latest: Pulling from edgex-devops/git-semver 00:31:43 31603596830f: Pulling fs layer 00:31:43 2a8b12db71e7: Pulling fs layer 00:31:43 6ca5941a6612: Pulling fs layer 00:31:43 ecc8261a40a4: Pulling fs layer 00:31:43 ecc8261a40a4: Waiting 00:31:43 2a8b12db71e7: Verifying Checksum 00:31:43 2a8b12db71e7: Download complete 00:31:43 31603596830f: Verifying Checksum 00:31:43 31603596830f: Download complete 00:31:44 ecc8261a40a4: Verifying Checksum 00:31:44 ecc8261a40a4: Download complete 00:31:44 6ca5941a6612: Verifying Checksum 00:31:44 6ca5941a6612: Download complete 00:31:44 31603596830f: Pull complete 00:31:44 2a8b12db71e7: Pull complete 00:31:45 6ca5941a6612: Pull complete 00:31:45 ecc8261a40a4: Pull complete 00:31:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:31:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:31:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:31:45 prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container 00:31:46 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:31:48 $ docker top d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:31:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:49 [ssh-agent] Looking for ssh-agent implementation... 00:31:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:49 $ docker exec d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent 00:31:49 SSH_AUTH_SOCK=/tmp/ssh-Ri5L2LgXn0Jr/agent.12 00:31:49 SSH_AGENT_PID=17 00:31:49 Running ssh-add (command line suppressed) 00:31:49 Identity added: /w/workspace/edgex-go/39@tmp/private_key_3843668252835850605.key (/w/workspace/edgex-go/39@tmp/private_key_3843668252835850605.key) 00:31:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:50 + git tag --points-at HEAD [Pipeline] } 00:31:50 $ docker exec --env ******** --env ******** d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent -k 00:31:50 unset SSH_AUTH_SOCK; 00:31:50 unset SSH_AGENT_PID; 00:31:50 echo Agent pid 17 killed; 00:31:50 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:31:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:31:50 [ssh-agent] Looking for ssh-agent implementation... 00:31:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:31:50 $ docker exec d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent 00:31:50 SSH_AUTH_SOCK=/tmp/ssh-dGKI4iScie9m/agent.45 00:31:50 SSH_AGENT_PID=51 00:31:50 Running ssh-add (command line suppressed) 00:31:51 Identity added: /w/workspace/edgex-go/39@tmp/private_key_9192422586801620579.key (/w/workspace/edgex-go/39@tmp/private_key_9192422586801620579.key) 00:31:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:31:51 + git semver init 00:31:51 # -> Open(): unable to determine branch for HEAD 00:31:51 # $GIT_DIR = /w/workspace/edgex-go/39/.git 00:31:51 # $GIT_WORK_TREE = /w/workspace/edgex-go/39 00:31:51 # $SEMVER_REMOTE_NAME = origin 00:31:51 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:31:51 # $SEMVER_USER_NAME = edgex-jenkins 00:31:51 # $SEMVER_BRANCH = PR-2688 00:31:51 # $SEMVER_TEMP = /tmp/semver-555802010 00:31:51 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:18 # '/tmp/semver-555802010' -> '/w/workspace/edgex-go/39/.semver' 00:32:18 # -> Force: false 00:32:18 # $SEMVER_DIR = /w/workspace/edgex-go/39/.semver [Pipeline] } 00:32:18 $ docker exec --env ******** --env ******** d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 ssh-agent -k 00:32:18 unset SSH_AUTH_SOCK; 00:32:18 unset SSH_AGENT_PID; 00:32:18 echo Agent pid 51 killed; 00:32:18 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:19 + git semver [Pipeline] } 00:32:19 $ docker stop --time=1 d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 00:32:20 $ docker rm -f d69676bd8899954fa91c869e9cb1bb8309972754cf80d523a131ee72bbc93c91 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:22 Stashed 1 file(s) [Pipeline] echo 00:32:22 [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 00:32:22 ========================================================= 00:32:22 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:23 + 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 . 00:32:27 Sending build context to Docker daemon 325.8MB 00:32:27 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:27 Step 2/7 : FROM ${BASE} 00:32:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:27 df20fa9351a1: Pulling fs layer 00:32:27 ed8968b2872e: Pulling fs layer 00:32:27 a92cc7c5fd73: Pulling fs layer 00:32:27 e871e8e8d7a9: Pulling fs layer 00:32:27 e73272ec9a57: Pulling fs layer 00:32:27 1e910a182e73: Pulling fs layer 00:32:27 4e634b169226: Pulling fs layer 00:32:27 e871e8e8d7a9: Waiting 00:32:27 e73272ec9a57: Waiting 00:32:27 1e910a182e73: Waiting 00:32:27 4e634b169226: Waiting 00:32:27 a92cc7c5fd73: Download complete 00:32:27 ed8968b2872e: Download complete 00:32:27 e73272ec9a57: Verifying Checksum 00:32:27 e73272ec9a57: Download complete 00:32:27 1e910a182e73: Verifying Checksum 00:32:27 1e910a182e73: Download complete 00:32:27 df20fa9351a1: Download complete 00:32:27 df20fa9351a1: Pull complete 00:32:28 ed8968b2872e: Pull complete 00:32:28 a92cc7c5fd73: Pull complete 00:32:29 4e634b169226: Verifying Checksum 00:32:29 4e634b169226: Download complete 00:32:29 e871e8e8d7a9: Verifying Checksum 00:32:29 e871e8e8d7a9: Download complete 00:32:36 e871e8e8d7a9: Pull complete 00:32:36 e73272ec9a57: Pull complete 00:32:36 1e910a182e73: Pull complete 00:32:37 Still waiting to schedule task 00:32:37 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:32:43 4e634b169226: Pull complete 00:32:43 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:32:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:32:43 ---> f7629b54cfaa 00:32:43 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 00:32:43 ---> Running in 802122d9e988 00:32:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:32:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:32:45 (1/12) Installing libmagic (5.38-r0) 00:32:45 (2/12) Installing file (5.38-r0) 00:32:45 (3/12) Installing libc-dev (0.7.2-r3) 00:32:45 (4/12) Installing g++ (9.3.0-r2) 00:32:48 (5/12) Installing fortify-headers (1.1-r0) 00:32:48 (6/12) Installing patch (2.7.6-r6) 00:32:49 (7/12) Installing build-base (0.5-r2) 00:32:49 (8/12) Installing libsodium (1.0.18-r0) 00:32:49 (9/12) Installing pkgconf (1.7.2-r0) 00:32:49 (10/12) Installing libsodium-dev (1.0.18-r0) 00:32:49 (11/12) Installing libzmq (4.3.3-r0) 00:32:49 (12/12) Installing zeromq-dev (4.3.3-r0) 00:32:49 Executing busybox-1.31.1-r16.trigger 00:32:49 OK: 233 MiB in 51 packages 00:32:53 Removing intermediate container 802122d9e988 00:32:53 ---> 18f4bcba77ef 00:32:53 Step 4/7 : WORKDIR /edgex-go 00:32:53 ---> Running in ab36ae0d9fc3 00:32:53 Removing intermediate container ab36ae0d9fc3 00:32:53 ---> 1865b1e0ba8d 00:32:53 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:32:54 latest: Pulling from library/docker 00:32:54 188c0c94c7c5: Pulling fs layer 00:32:54 0c7c675703d6: Pulling fs layer 00:32:54 cc8c12a437cb: Pulling fs layer 00:32:54 c5dafad2182a: Pulling fs layer 00:32:54 5aa711733414: Pulling fs layer 00:32:54 058f73b55e4b: Pulling fs layer 00:32:54 8c9c664faf12: Pulling fs layer 00:32:54 c5dafad2182a: Waiting 00:32:54 5aa711733414: Waiting 00:32:54 058f73b55e4b: Waiting 00:32:54 cc8c12a437cb: Verifying Checksum 00:32:54 cc8c12a437cb: Download complete 00:32:54 188c0c94c7c5: Verifying Checksum 00:32:54 188c0c94c7c5: Download complete 00:32:54 0c7c675703d6: Download complete 00:32:54 5aa711733414: Verifying Checksum 00:32:54 5aa711733414: Download complete 00:32:54 058f73b55e4b: Verifying Checksum 00:32:54 058f73b55e4b: Download complete 00:32:54 188c0c94c7c5: Pull complete 00:32:54 8c9c664faf12: Verifying Checksum 00:32:54 8c9c664faf12: Download complete 00:32:54 0c7c675703d6: Pull complete 00:32:54 cc8c12a437cb: Pull complete 00:32:56 c5dafad2182a: Verifying Checksum 00:32:56 c5dafad2182a: Download complete 00:32:59 c5dafad2182a: Pull complete 00:32:59 5aa711733414: Pull complete 00:32:59 058f73b55e4b: Pull complete 00:32:59 8c9c664faf12: Pull complete 00:32:59 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:32:59 Status: Downloaded newer image for docker:latest 00:33:01 ---> 08087e73c69c 00:33:01 Step 6/7 : COPY go.mod . 00:33:01 ---> 52214cc998d5 00:33:01 Step 7/7 : RUN go mod download 00:33:01 ---> Running in 542b5e0695ca 00:33:23 Removing intermediate container 542b5e0695ca 00:33:23 ---> 59e6b10bce76 00:33:23 Successfully built 59e6b10bce76 00:33:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:24 + docker inspect -f . ci-base-image-x86_64 00:33:24 . [Pipeline] withDockerContainer 00:33:24 prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container 00:33:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:25 $ docker top 6f52c78f7cce6adc69462a5ac06f5ec92d3dd98b6aa331c1aaa04b621293a4eb -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:25 + go version 00:33:25 go version go1.15.2 linux/amd64 [Pipeline] } 00:33:25 $ docker stop --time=1 6f52c78f7cce6adc69462a5ac06f5ec92d3dd98b6aa331c1aaa04b621293a4eb 00:33:27 $ docker rm -f 6f52c78f7cce6adc69462a5ac06f5ec92d3dd98b6aa331c1aaa04b621293a4eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:27 + docker inspect -f . ci-base-image-x86_64 00:33:27 . [Pipeline] withDockerContainer 00:33:28 prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container 00:33:28 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 00:33:29 $ docker top 8713c93ddfc7ec4eb553df3865156d62d70f2f29e5f454bd08cd8ed02b2e9121 -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:29 ========================================================= 00:33:29 [edgeXBuildGoParallel] Running Tests and Build... 00:33:29 ========================================================= [Pipeline] sh 00:33:29 + make test 00:33:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:33:39 ? github.com/edgexfoundry/edgex-go [no test files] 00:33:57 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:03 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:05 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.043s 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:05 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:34:06 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:07 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:10 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.140s coverage: 46.6% of statements 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:10 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.174s coverage: 27.1% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.035s coverage: 100.0% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.040s coverage: 100.0% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.083s coverage: 64.9% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:13 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.122s coverage: 84.5% of statements 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:13 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.428s coverage: 28.6% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.069s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.165s coverage: 86.7% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.114s coverage: 97.5% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:16 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.060s coverage: 100.0% of statements 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:16 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.333s coverage: 95.7% of statements 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.073s coverage: 0.0% of statements [no tests to run] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.232s coverage: 63.5% of statements 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:19 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.040s coverage: 100.0% of statements 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.049s coverage: 91.3% of statements 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.044s coverage: 100.0% of statements 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.062s coverage: 73.7% of statements 00:34:19 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.034s coverage: 100.0% of statements 00:34:20 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.383s coverage: 55.9% of statements 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:20 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 5.561s coverage: 86.3% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.086s coverage: 72.2% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.462s coverage: 72.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.049s coverage: 82.4% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.057s coverage: 48.4% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.033s coverage: 28.8% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.062s coverage: 96.8% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.102s coverage: 36.5% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.360s coverage: 84.1% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.042s coverage: 100.0% of statements 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.058s coverage: 42.9% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.048s coverage: 100.0% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.037s coverage: 83.8% of statements 00:34:26 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.172s coverage: 47.1% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.027s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.064s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:28 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.053s coverage: 100.0% of statements 00:34:28 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.717s coverage: 29.1% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.071s coverage: 99.0% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.093s coverage: 100.0% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/system 0.048s coverage: 0.0% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.041s coverage: 100.0% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.066s coverage: 87.9% of statements 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:30 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.043s coverage: 100.0% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements 00:34:30 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements 00:34:31 GO111MODULE=on go vet ./... 00:34:59 gofmt -l . 00:34:59 [ "`gofmt -l .`" = "" ] 00:34:59 ./bin/test-go-mod-tidy.sh 00:34:59 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:02 + ls -al . 00:35:02 total 636 00:35:02 drwxrwxr-x 10 1001 1001 4096 Nov 7 00:35 . 00:35:02 drwxr-xr-x 4 root root 30 Nov 7 00:33 .. 00:35:02 -rw-rw-r-- 1 1001 1001 11 Nov 7 00:31 .dockerignore 00:35:02 drwxrwxr-x 8 1001 1001 179 Nov 7 00:31 .git 00:35:02 drwxrwxr-x 3 1001 1001 125 Nov 7 00:31 .github 00:35:02 -rw-rw-r-- 1 1001 1001 944 Nov 7 00:31 .gitignore 00:35:02 drwx------ 3 1001 1001 47 Nov 7 00:32 .semver 00:35:02 -rw-rw-r-- 1 1001 1001 166 Nov 7 00:31 .sonarcloud.properties 00:35:02 -rw-rw-r-- 1 1001 1001 3804 Nov 7 00:31 CONTRIBUTING.md 00:35:02 -rw-rw-r-- 1 1001 1001 1035 Nov 7 00:31 Dockerfile.build 00:35:02 -rw-rw-r-- 1 1001 1001 863 Nov 7 00:31 Jenkinsfile 00:35:02 -rw-rw-r-- 1 1001 1001 10775 Nov 7 00:31 LICENSE 00:35:02 -rw-rw-r-- 1 1001 1001 6611 Nov 7 00:31 Makefile 00:35:02 -rw-rw-r-- 1 1001 1001 6447 Nov 7 00:31 README.md 00:35:02 -rw-rw-r-- 1 1001 1001 7286 Nov 7 00:31 SECURITY.md 00:35:02 -rw-rw-r-- 1 1001 1001 5 Nov 7 00:32 VERSION 00:35:02 -rw-rw-r-- 1 1001 1001 4131 Nov 7 00:31 ZMQWindows.md 00:35:02 drwxrwxr-x 2 1001 1001 117 Nov 7 00:31 bin 00:35:02 drwxrwxr-x 15 1001 1001 4096 Nov 7 00:31 cmd 00:35:02 -rw-r--r-- 1 root root 539650 Nov 7 00:34 coverage.out 00:35:02 -rw-r--r-- 1 root root 1041 Nov 7 00:34 go.mod 00:35:02 -rw-r--r-- 1 root root 18582 Nov 7 00:34 go.sum 00:35:02 drwxrwxr-x 8 1001 1001 127 Nov 7 00:31 internal 00:35:02 drwxrwxr-x 4 1001 1001 26 Nov 7 00:31 openapi 00:35:02 drwxrwxr-x 4 1001 1001 71 Nov 7 00:31 snap 00:35:02 -rw-rw-r-- 1 1001 1001 168 Nov 7 00:31 version.go [Pipeline] sh 00:35:02 + '[' -e coverage.out ] 00:35:02 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:02 Stashed 1 file(s) [Pipeline] sh 00:35:02 + make build 00:35:02 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 00:35:13 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 00:35:17 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 00:35:18 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 00:35:19 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 00:35:20 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 00:35:21 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 00:35:23 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 00:35:24 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 00:35:25 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 00:35:27 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 00:35:29 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:35:30 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] } 00:35:31 $ docker stop --time=1 8713c93ddfc7ec4eb553df3865156d62d70f2f29e5f454bd08cd8ed02b2e9121 00:35:31 Running on prd-ubuntu18.04-docker-arm64-4c-16g-11445 in /w/workspace/edgexfoundry_edgex-go_PR-2688 00:35:32 $ docker rm -f 8713c93ddfc7ec4eb553df3865156d62d70f2f29e5f454bd08cd8ed02b2e9121 [Pipeline] { [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] ws 00:35:33 Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] checkout [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:34 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:34 00:35:34 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:35 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:35 latest: Pulling from edgex-devops/edgex-compose 00:35:35 cbdbe7a5bc2a: Pulling fs layer 00:35:35 ca9280d653b3: Pulling fs layer 00:35:35 7e9c9ca2126c: Pulling fs layer 00:35:35 cbdbe7a5bc2a: Verifying Checksum 00:35:35 cbdbe7a5bc2a: Download complete 00:35:35 cbdbe7a5bc2a: Pull complete 00:35:35 ca9280d653b3: Verifying Checksum 00:35:35 ca9280d653b3: Download complete 00:35:37 7e9c9ca2126c: Verifying Checksum 00:35:37 7e9c9ca2126c: Download complete 00:35:37 ca9280d653b3: Pull complete 00:35:38 using credential edgex-jenkins-ssh 00:35:38 Cloning the remote Git repository 00:35:38 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git init /w/workspace/edgex-go/39 # timeout=10 00:35:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:38 > git --version # timeout=10 00:35:38 > git --version # 'git version 2.17.1' 00:35:38 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:43 7e9c9ca2126c: Pull complete 00:35:43 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:43 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:35:43 prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container 00:35:43 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:46 $ docker top b7965dd021ca010145cf91176b0a32f85dd99dfc02723e1404f2efcf9af062e8 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:47 + docker-compose build --help 00:35:47 + grep parallel 00:35:48 --parallel Build images in parallel. [Pipeline] } 00:35:48 $ docker stop --time=1 b7965dd021ca010145cf91176b0a32f85dd99dfc02723e1404f2efcf9af062e8 00:35:50 $ docker rm -f b7965dd021ca010145cf91176b0a32f85dd99dfc02723e1404f2efcf9af062e8 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:50 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:50 . [Pipeline] withDockerContainer 00:35:50 prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container 00:35:50 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:35:51 $ docker top a81ca990975adc7bd656abe86a51fa8edc74c51ef804b6fb4c3bae93b22db531 -eo pid,comm [Pipeline] { [Pipeline] sh 00:35:52 + docker-compose -f ./docker-compose-build.yml build --parallel 00:35:53 Building docker-core-command-go ... 00:35:53 Building docker-core-data-go ... 00:35:53 Building docker-core-metadata-go ... 00:35:53 Building docker-security-bootstrap-redis-go ... 00:35:53 Building docker-security-proxy-setup-go ... 00:35:53 Building docker-security-secrets-setup-go ... 00:35:53 Building docker-security-secretstore-setup-go ... 00:35:53 Building docker-support-logging-go ... 00:35:53 Building docker-support-notifications-go ... 00:35:53 Building docker-support-scheduler-go ... 00:35:53 Building docker-sys-mgmt-agent-go ... 00:35:53 Building docker-support-logging-go 00:35:53 Building docker-support-notifications-go 00:35:53 Building docker-security-bootstrap-redis-go 00:35:53 Building docker-core-data-go 00:35:53 Building docker-security-secrets-setup-go 00:35:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:55 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:55 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:35:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2688/head:refs/remotes/origin/PR-2688 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:35:56 Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 00:35:57 Merge succeeded, producing d1aca7e4d9976e15db98dc6233a748a735a79b33 00:35:57 Checking out Revision d1aca7e4d9976e15db98dc6233a748a735a79b33 (PR-2688) 00:35:56 > git config core.sparsecheckout # timeout=10 00:35:56 > git checkout -f a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 # timeout=10 00:35:56 > git remote # timeout=10 00:35:56 > git config --get remote.origin.url # timeout=10 00:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:56 > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 00:35:56 > git rev-parse HEAD^{commit} # timeout=10 00:35:57 > git config core.sparsecheckout # timeout=10 00:35:57 > git checkout -f d1aca7e4d9976e15db98dc6233a748a735a79b33 # timeout=10 00:36:01 Commit message: "Merge commit 'e390d2e8669e02a2433017a3e20d0713a53de70e' into HEAD" 00:36:01 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:36:02 provisioning config files... 00:36:01 > git rev-list --no-walk dc88de66f537d99954bad33b5948721b0e9eb814 # timeout=10 00:36:02 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/39@tmp/config1473930658028348192tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:03 ---> docker-login.sh 00:36:03 nexus3.edgexfoundry.org:10001 00:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:04 Configure a credential helper to remove this warning. See 00:36:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:04 00:36:04 Login Succeeded 00:36:04 nexus3.edgexfoundry.org:10002 00:36:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:05 Configure a credential helper to remove this warning. See 00:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:05 00:36:05 Login Succeeded 00:36:05 nexus3.edgexfoundry.org:10003 00:36:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:05 Configure a credential helper to remove this warning. See 00:36:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:05 00:36:05 Login Succeeded 00:36:05 nexus3.edgexfoundry.org:10004 00:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:06 Configure a credential helper to remove this warning. See 00:36:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:06 00:36:06 Login Succeeded 00:36:06 docker.io 00:36:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:07 Configure a credential helper to remove this warning. See 00:36:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:07 00:36:07 Login Succeeded 00:36:07 ---> docker-login.sh ends [Pipeline] } 00:36:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:07 ========================================================= 00:36:07 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:08 + 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 . 00:36:10 Sending build context to Docker daemon 165.3MB 00:36:10 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:10 Step 2/7 : FROM ${BASE} 00:36:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:10 b538f80385f9: Pulling fs layer 00:36:10 74f711af9a0d: Pulling fs layer 00:36:10 99f96fe45779: Pulling fs layer 00:36:10 8529a6b9a6be: Pulling fs layer 00:36:10 45590311c82a: Pulling fs layer 00:36:10 69ca0ff8b7b3: Pulling fs layer 00:36:10 209524e5b208: Pulling fs layer 00:36:10 45590311c82a: Waiting 00:36:10 69ca0ff8b7b3: Waiting 00:36:10 209524e5b208: Waiting 00:36:10 8529a6b9a6be: Waiting 00:36:10 99f96fe45779: Download complete 00:36:10 74f711af9a0d: Verifying Checksum 00:36:10 74f711af9a0d: Download complete 00:36:10 45590311c82a: Download complete 00:36:10 69ca0ff8b7b3: Verifying Checksum 00:36:10 69ca0ff8b7b3: Download complete 00:36:10 b538f80385f9: Download complete 00:36:11 b538f80385f9: Pull complete 00:36:12 74f711af9a0d: Pull complete 00:36:12 99f96fe45779: Pull complete 00:36:14 209524e5b208: Verifying Checksum 00:36:14 209524e5b208: Download complete 00:36:16 8529a6b9a6be: Verifying Checksum 00:36:16 8529a6b9a6be: Download complete 00:36:26 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:26 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:26 ---> 59e6b10bce76 00:36:26 Step 3/29 : WORKDIR /edgex-go 00:36:26 8529a6b9a6be: Pull complete 00:36:26 45590311c82a: Pull complete 00:36:26 69ca0ff8b7b3: Pull complete 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 59e6b10bce76 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 59e6b10bce76 00:36:27 Step 3/22 : WORKDIR /edgex-go 00:36:27 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 59e6b10bce76 00:36:27 Step 3/23 : WORKDIR /edgex-go 00:36:27 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:27 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:27 ---> 59e6b10bce76 00:36:27 Step 3/24 : WORKDIR /edgex-go 00:36:29 ---> Running in c7cce155ca96 00:36:29 ---> Running in 85990f2daf45 00:36:29 ---> Running in d0e61fbc61c0 00:36:29 ---> Running in e3f522910ec5 00:36:29 ---> Running in 173d8a531183 00:36:29 Removing intermediate container d0e61fbc61c0 00:36:29 ---> 43f4249b3af6 00:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container c7cce155ca96 00:36:29 ---> 5c1707d3b1c1 00:36:29 Step 4/29 : RUN apk update && apk add make git 00:36:29 Removing intermediate container 85990f2daf45 00:36:29 ---> dc19541f3fad 00:36:29 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container 173d8a531183 00:36:29 ---> 0e0555b9f1e9 00:36:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:29 Removing intermediate container e3f522910ec5 00:36:29 ---> 57ce8543d1bd 00:36:29 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:30 ---> Running in 18ee5b617767 00:36:30 ---> Running in 94aadc13d7ae 00:36:30 ---> Running in 4d0f82d92c9e 00:36:30 ---> Running in 17585fed5959 00:36:30 ---> Running in f0250448dbbd 00:36:30 209524e5b208: Pull complete 00:36:30 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:36:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:30 ---> 5bddaf1c2fca 00:36:30 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 00:36:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:32 Removing intermediate container 18ee5b617767 00:36:32 ---> d71f17ec89ad 00:36:32 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:36:32 Removing intermediate container 4d0f82d92c9e 00:36:32 ---> 97f2f68559ea 00:36:32 Step 5/22 : RUN apk update && apk add make git 00:36:32 Removing intermediate container 17585fed5959 00:36:32 ---> 5821264d9054 00:36:32 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:36:32 ---> Running in 2609c4cb3f02 00:36:32 ---> Running in ecbe7ecca177 00:36:32 ---> Running in 9e564b1bd731 00:36:32 Removing intermediate container f0250448dbbd 00:36:32 ---> 778ce69b431a 00:36:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:36:32 ---> Running in 9e9609823c7d 00:36:32 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:32 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:32 OK: 12752 distinct packages available 00:36:33 OK: 233 MiB in 51 packages 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:33 Removing intermediate container 94aadc13d7ae 00:36:33 ---> 6414d9a6bdf9 00:36:33 Step 5/29 : COPY go.mod . 00:36:34 ---> Running in 8996e6de6ccf 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:34 ---> 62999547ef62 00:36:34 Step 6/29 : RUN go mod download 00:36:34 ---> Running in b294773706f3 00:36:34 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:35 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:35 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:35 OK: 12752 distinct packages available 00:36:35 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:35 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:35 OK: 12752 distinct packages available 00:36:35 OK: 233 MiB in 51 packages 00:36:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:35 OK: 233 MiB in 51 packages 00:36:35 OK: 233 MiB in 51 packages 00:36:35 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:35 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:35 OK: 12752 distinct packages available 00:36:36 OK: 233 MiB in 51 packages 00:36:36 Removing intermediate container b294773706f3 00:36:36 ---> 4a7e839ed511 00:36:36 Step 7/29 : COPY . . 00:36:36 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:36 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:36 OK: 12752 distinct packages available 00:36:36 Removing intermediate container ecbe7ecca177 00:36:36 ---> bda96e4a25c7 00:36:36 Step 6/22 : COPY go.mod . 00:36:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:36 OK: 233 MiB in 51 packages 00:36:36 Removing intermediate container 2609c4cb3f02 00:36:36 ---> eece6332bca6 00:36:36 Step 6/22 : COPY go.mod . 00:36:37 ---> c42b9a268524 00:36:37 Step 7/22 : RUN go mod download 00:36:37 ---> Running in 9576e8d40dc5 00:36:37 ---> fd74cd5f4b01 00:36:37 Step 7/22 : RUN go mod download 00:36:37 Removing intermediate container 9e9609823c7d 00:36:37 ---> a873c920e2f4 00:36:37 Step 6/23 : COPY go.mod . 00:36:37 (1/12) Installing libmagic (5.38-r0) 00:36:38 (2/12) Installing file (5.38-r0) 00:36:38 (3/12) Installing libc-dev (0.7.2-r3) 00:36:38 (4/12) Installing g++ (9.3.0-r2) 00:36:39 ---> Running in cf1ca77d5800 00:36:39 ---> 7af9281a59ed 00:36:39 Step 7/23 : RUN go mod download 00:36:39 Removing intermediate container 9e564b1bd731 00:36:39 ---> 22ea450e36cc 00:36:39 Step 6/24 : COPY go.mod . 00:36:40 ---> Running in 2e876d5458c5 00:36:41 ---> ee716c19ad16 00:36:41 Step 7/24 : RUN go mod download 00:36:41 ---> Running in d131c130e531 00:36:44 Removing intermediate container 9576e8d40dc5 00:36:44 ---> 73f79530167f 00:36:44 Step 8/22 : COPY . . 00:36:46 Removing intermediate container cf1ca77d5800 00:36:46 ---> 0b2d111b3112 00:36:46 Step 8/22 : COPY . . 00:36:48 Removing intermediate container 2e876d5458c5 00:36:48 ---> 38bb42f4dd3e 00:36:48 Step 8/23 : COPY . . 00:36:50 (5/12) Installing fortify-headers (1.1-r0) 00:36:50 (6/12) Installing patch (2.7.6-r6) 00:36:50 (7/12) Installing build-base (0.5-r2) 00:36:50 (8/12) Installing libsodium (1.0.18-r0) 00:36:50 (9/12) Installing pkgconf (1.7.2-r0) 00:36:50 (10/12) Installing libsodium-dev (1.0.18-r0) 00:36:50 (11/12) Installing libzmq (4.3.3-r0) 00:36:50 (12/12) Installing zeromq-dev (4.3.3-r0) 00:36:50 Executing busybox-1.31.1-r16.trigger 00:36:50 OK: 217 MiB in 51 packages 00:36:55 Removing intermediate container 8996e6de6ccf 00:36:55 ---> 8113f4135da0 00:36:55 Step 4/7 : WORKDIR /edgex-go 00:36:55 ---> Running in 2145827aa5e2 00:36:55 Removing intermediate container 2145827aa5e2 00:36:55 ---> e92c85fa2049 00:36:55 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:36:56 latest: Pulling from library/docker 00:36:56 5f621e34cdf4: Pulling fs layer 00:36:56 85db56a05063: Pulling fs layer 00:36:56 ccb67d6aeaaa: Pulling fs layer 00:36:56 a0b19fc83503: Pulling fs layer 00:36:56 8eb508b41278: Pulling fs layer 00:36:56 37236713561e: Pulling fs layer 00:36:56 07c93f2b1b56: Pulling fs layer 00:36:56 a0b19fc83503: Waiting 00:36:56 8eb508b41278: Waiting 00:36:56 37236713561e: Waiting 00:36:56 07c93f2b1b56: Waiting 00:36:56 ccb67d6aeaaa: Verifying Checksum 00:36:56 ccb67d6aeaaa: Download complete 00:36:56 85db56a05063: Verifying Checksum 00:36:56 85db56a05063: Download complete 00:36:56 5f621e34cdf4: Verifying Checksum 00:36:56 5f621e34cdf4: Download complete 00:36:56 8eb508b41278: Verifying Checksum 00:36:56 8eb508b41278: Download complete 00:36:56 37236713561e: Verifying Checksum 00:36:56 37236713561e: Download complete 00:36:56 07c93f2b1b56: Verifying Checksum 00:36:56 07c93f2b1b56: Download complete 00:36:57 5f621e34cdf4: Pull complete 00:36:57 85db56a05063: Pull complete 00:36:57 a0b19fc83503: Verifying Checksum 00:36:57 a0b19fc83503: Download complete 00:36:58 ccb67d6aeaaa: Pull complete 00:37:01 a0b19fc83503: Pull complete 00:37:01 8eb508b41278: Pull complete 00:37:02 37236713561e: Pull complete 00:37:02 07c93f2b1b56: Pull complete 00:37:02 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:37:02 Status: Downloaded newer image for docker:latest 00:37:06 ---> 5138f28b8f74 00:37:06 Step 6/7 : COPY go.mod . 00:37:06 ---> d9cb0c52efb2 00:37:06 Step 7/7 : RUN go mod download 00:37:06 ---> Running in ff141377ace4 00:37:10 Removing intermediate container d131c130e531 00:37:10 ---> 9c3b21390b87 00:37:10 Step 8/24 : COPY . . 00:37:10 ---> 33e9ffea1cf9 00:37:10 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:37:10 ---> Running in a07730394835 00:37:17 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:37:22 ---> 01bd84e06745 00:37:22 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:22 ---> c31013d87ed7 00:37:22 Step 9/22 : RUN make cmd/support-logging/support-logging 00:37:24 ---> Running in 1b94bc65b9fa 00:37:24 ---> Running in 25cffb957d48 00:37:26 ---> 69ec3a3b2102 00:37:26 Step 9/23 : RUN make cmd/core-data/core-data 00:37:27 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 00:37:27 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 00:37:27 ---> Running in 74d0cfd40870 00:37:28 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 00:37:33 Removing intermediate container ff141377ace4 00:37:33 ---> c73a52dbe150 00:37:33 Successfully built c73a52dbe150 00:37:33 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:34 + docker inspect -f . ci-base-image-arm64 00:37:34 . [Pipeline] withDockerContainer 00:37:34 prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container 00:37:34 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:36 $ docker top 826c3cfc39089c2bd23eef2affcc291da314243cb4af56f3b35af67accecdfab -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:37 ---> 21c0cff85bd9 00:37:37 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:37:37 ---> Running in 1f4b28a71b24 00:37:37 + go version 00:37:37 go version go1.15.2 linux/arm64 [Pipeline] } 00:37:37 $ docker stop --time=1 826c3cfc39089c2bd23eef2affcc291da314243cb4af56f3b35af67accecdfab 00:37:38 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 00:37:39 $ docker rm -f 826c3cfc39089c2bd23eef2affcc291da314243cb4af56f3b35af67accecdfab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:41 + docker inspect -f . ci-base-image-arm64 00:37:41 . [Pipeline] withDockerContainer 00:37:41 prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container 00:37:41 $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 00:37:42 Removing intermediate container a07730394835 00:37:42 ---> 0baa145688bc 00:37:42 00:37:42 Step 9/29 : FROM alpine:latest 00:37:42 $ docker top 7f6150e34f80a23dbd8e497844f2adb06080987f849c7f360d1d6c9fbfccaf09 -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:43 ========================================================= 00:37:43 [edgeXBuildGoParallel] Running Tests and Build... 00:37:43 ========================================================= [Pipeline] sh 00:37:43 latest: Pulling from library/alpine 00:37:44 + make test 00:37:44 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:44 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:37:44 Status: Downloaded newer image for alpine:latest 00:37:44 ---> d6e46aa2470d 00:37:44 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:37:45 ---> Running in 9db4bb507e28 00:37:45 Removing intermediate container 9db4bb507e28 00:37:45 ---> 4ed2b2d9f38e 00:37:45 Step 11/29 : USER root 00:37:45 ---> Running in 0d534b0657a7 00:37:46 Removing intermediate container 0d534b0657a7 00:37:46 ---> 8071834f2cfc 00:37:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:37:46 ---> Running in 024c06e07145 00:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:47 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:47 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:47 OK: 12744 distinct packages available 00:37:48 (1/2) Installing ca-certificates (20191127-r4) 00:37:49 (2/2) Installing dumb-init (1.2.2-r1) 00:37:49 Executing busybox-1.31.1-r19.trigger 00:37:49 Executing ca-certificates-20191127-r4.trigger 00:37:49 OK: 6 MiB in 16 packages 00:37:51 Removing intermediate container 024c06e07145 00:37:51 ---> 8cd64779e568 00:37:51 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:37:51 ---> Running in 06a73bd45b00 00:37:51 Removing intermediate container 06a73bd45b00 00:37:51 ---> b2ca7d58a8ce 00:37:51 Step 14/29 : WORKDIR $BASE_DIR 00:37:51 ---> Running in b1da0e3f2dd9 00:37:52 Removing intermediate container b1da0e3f2dd9 00:37:52 ---> 65af19e8e078 00:37:52 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:37:52 ---> Running in f390ab68a044 00:37:54 Removing intermediate container f390ab68a044 00:37:54 ---> 663d7699eaec 00:37:54 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:37:55 ---> b90887b7558b 00:37:55 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:37:55 ---> ee4a5d6f7800 00:37:55 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:37:56 ---> 9ab6a0963f78 00:37:56 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:37:56 ---> 8810d336b2d4 00:37:56 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:37:58 ---> bbbfdb98ee78 00:37:58 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:37:58 ---> Running in bceec4c70b7c 00:38:04 Removing intermediate container 1b94bc65b9fa 00:38:04 ---> f00b87aa00e4 00:38:04 00:38:04 Step 10/22 : FROM alpine:3.10 00:38:04 Removing intermediate container 25cffb957d48 00:38:04 ---> 48736979b24b 00:38:04 00:38:04 Step 10/22 : FROM scratch 00:38:04 ---> 00:38:04 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:04 Removing intermediate container bceec4c70b7c 00:38:04 ---> 60a4a77763d3 00:38:04 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:38:04 ---> Running in 73db70c81897 00:38:04 3.10: Pulling from library/alpine 00:38:04 ---> 21997461c4ed 00:38:04 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:04 Removing intermediate container 73db70c81897 00:38:04 ---> f01408de6fa4 00:38:04 Step 12/22 : ENV APP_PORT=48061 00:38:04 ---> Running in 6490eed4c074 00:38:04 ---> Running in 22b2d6fdf9d4 00:38:05 Removing intermediate container 22b2d6fdf9d4 00:38:05 ---> 97df15837321 00:38:05 Step 13/22 : EXPOSE $APP_PORT 00:38:05 ---> Running in a152eaab500f 00:38:05 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:38:05 Status: Downloaded newer image for alpine:3.10 00:38:05 ---> be4e4bea2c2e 00:38:05 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:38:05 ---> Running in 34fc1fa8d286 00:38:05 Removing intermediate container a152eaab500f 00:38:05 ---> 6c528245c242 00:38:05 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:38:06 ---> 5db4cb62f891 00:38:06 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:38:06 Removing intermediate container 6490eed4c074 00:38:06 ---> 6c8edd7ff596 00:38:06 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:38:06 ---> Running in b7410bb096c4 00:38:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:38:07 ---> 4eafc219e442 00:38:07 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:38:07 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:38:07 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:38:07 OK: 10346 distinct packages available 00:38:07 (1/5) Installing ca-certificates (20191127-r2) 00:38:07 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:38:07 (3/5) Installing libcurl (7.66.0-r1) 00:38:07 (4/5) Installing curl (7.66.0-r1) 00:38:07 (5/5) Installing dumb-init (1.2.2-r1) 00:38:07 Executing busybox-1.30.1-r3.trigger 00:38:08 Executing ca-certificates-20191127-r2.trigger 00:38:08 OK: 7 MiB in 19 packages 00:38:10 ---> db6422449166 00:38:10 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:38:10 Removing intermediate container 1f4b28a71b24 00:38:10 ---> c13b6452fcb3 00:38:10 00:38:10 Step 10/24 : FROM scratch 00:38:10 ---> 00:38:10 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:10 ---> Using cache 00:38:10 ---> f01408de6fa4 00:38:10 Step 12/24 : ENV APP_PORT=48060 00:38:10 ---> a273d72edc40 00:38:10 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:38:10 ---> Running in 8ccf3ac110ef 00:38:10 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:11 ---> Running in d750247a01e0 00:38:11 Removing intermediate container 8ccf3ac110ef 00:38:11 ---> e8f8113587e5 00:38:11 Step 13/24 : EXPOSE $APP_PORT 00:38:13 Removing intermediate container 34fc1fa8d286 00:38:13 ---> 09bab39bdfd8 00:38:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:38:13 ---> Running in 2112010c90cb 00:38:13 Removing intermediate container d750247a01e0 00:38:13 ---> ad15d8cbda66 00:38:13 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:13 ---> Running in ffb76970dac3 00:38:13 Removing intermediate container b7410bb096c4 00:38:13 ---> 147e4a3c5786 00:38:13 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:13 Removing intermediate container 74d0cfd40870 00:38:13 ---> 0adf7e84a89f 00:38:13 00:38:13 Step 10/23 : FROM alpine 00:38:13 ---> d6e46aa2470d 00:38:13 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:13 ---> Running in dea652da0e8c 00:38:13 ---> Running in 99b2c66a6099 00:38:13 Removing intermediate container 2112010c90cb 00:38:13 ---> 7b03114002b6 00:38:13 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:38:14 ---> Running in f61a1f33849c 00:38:14 Removing intermediate container ffb76970dac3 00:38:14 ---> 9e49926791ff 00:38:14 Step 13/22 : WORKDIR / 00:38:14 Removing intermediate container dea652da0e8c 00:38:14 ---> 5e548d46cef8 00:38:14 Step 20/22 : LABEL arch=x86_64 00:38:14 ---> Running in cc3aa15935f7 00:38:14 Removing intermediate container 99b2c66a6099 00:38:14 ---> 78052d04a0c6 00:38:14 Step 26/29 : CMD [ "generate" ] 00:38:14 ---> Running in 53dc1b29b81d 00:38:14 Removing intermediate container f61a1f33849c 00:38:14 ---> 7ddda16aabe5 00:38:14 Step 12/23 : ENV APP_PORT=48080 00:38:15 ---> Running in a4702745d42b 00:38:15 ---> 6973c1255080 00:38:15 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:38:15 ---> Running in 97dc6d3f8d33 00:38:15 Removing intermediate container 53dc1b29b81d 00:38:15 ---> 6273fd4b448d 00:38:15 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:38:15 Removing intermediate container cc3aa15935f7 00:38:15 ---> 720caf9fdeb6 00:38:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:38:16 Removing intermediate container a4702745d42b 00:38:16 ---> 3f58c7541042 00:38:16 Step 27/29 : LABEL arch=x86_64 00:38:16 ---> Running in 3a52129f3c09 00:38:16 Removing intermediate container 97dc6d3f8d33 00:38:16 ---> 9d18cd266290 00:38:16 Step 13/23 : EXPOSE $APP_PORT 00:38:16 ---> Running in 0598c0af910e 00:38:16 ---> cb9321effaa4 00:38:16 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:38:16 ---> 83a4ba88306e 00:38:16 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:38:16 ---> Running in 7ab4a1cc1bae 00:38:16 Removing intermediate container 3a52129f3c09 00:38:16 ---> de7ce917c322 00:38:16 Step 22/22 : LABEL version=0.0.0 00:38:16 Removing intermediate container 0598c0af910e 00:38:16 ---> adde6e6120d9 00:38:16 Step 28/29 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:38:16 ---> Running in 06f9e3399e64 00:38:16 ---> Running in f465a8e22ada 00:38:16 Removing intermediate container 7ab4a1cc1bae 00:38:16 ---> ddaad28de154 00:38:16 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:17 ---> f348c0c15587 00:38:17 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:38:17 ---> 5775a4c2b027 00:38:17 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:38:17 Removing intermediate container 06f9e3399e64 00:38:17 ---> d6022925a68d 00:38:17 00:38:17 ---> Running in d979801e7caa 00:38:17 Removing intermediate container f465a8e22ada 00:38:17 ---> 0db42ec8e664 00:38:17 Step 29/29 : LABEL version=0.0.0 00:38:18 ---> Running in 8af07891f2c1 00:38:18 Successfully built d6022925a68d 00:38:18 Successfully tagged docker-support-logging-go:latest 00:38:18 ---> 437b671b5316 00:38:18 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:38:18  Building docker-support-logging-go ... done Building docker-security-secretstore-setup-go 00:38:18 ---> c6f0cbb6d009 00:38:18 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:38:18 Removing intermediate container 8af07891f2c1 00:38:18 ---> ee102ce50188 00:38:18 00:38:18 Successfully built ee102ce50188 00:38:18 Successfully tagged docker-security-secrets-setup-go:latest 00:38:18  Building docker-security-secrets-setup-go ... done Building docker-core-metadata-go 00:38:18 ---> e6d8f9dd7ff0 00:38:18 Step 18/22 : RUN chmod +x entrypoint.sh 00:38:18 ---> Running in 32f835e95bd0 00:38:18 ---> 15cf1153f286 00:38:18 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:38:19 ---> 3d2d6ef22ae4 00:38:19 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:38:23 Removing intermediate container d979801e7caa 00:38:23 ---> 772808d84ca9 00:38:23 Step 15/23 : RUN apk --no-cache add zeromq 00:38:25 ---> Running in e8d6adc2dc41 00:38:25 ---> Running in ca6f6c08efb9 00:38:25 Removing intermediate container e8d6adc2dc41 00:38:25 ---> 3a99bc11eb18 00:38:25 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:25 ---> Running in 2e535624c140 00:38:25 Removing intermediate container 32f835e95bd0 00:38:25 ---> e66df8fae69b 00:38:25 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:26 Removing intermediate container 2e535624c140 00:38:26 ---> 8a8f7b3c5704 00:38:26 Step 22/24 : LABEL arch=x86_64 00:38:26 ---> Running in 1fa946da22a9 00:38:26 ---> Running in 0febc16ad11d 00:38:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:28 Removing intermediate container 0febc16ad11d 00:38:28 ---> eb4615356b12 00:38:28 Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:38:28 Removing intermediate container 1fa946da22a9 00:38:28 ---> 65172d1d3c17 00:38:28 Step 20/22 : LABEL arch=x86_64 00:38:28 ---> Running in 78b20f92f29e 00:38:28 (1/5) Installing libgcc (9.3.0-r2) 00:38:28 (2/5) Installing libsodium (1.0.18-r0) 00:38:28 ---> Running in 728d4ae11b57 00:38:28 (3/5) Installing libstdc++ (9.3.0-r2) 00:38:28 (4/5) Installing libzmq (4.3.3-r0) 00:38:29 (5/5) Installing zeromq (4.3.3-r0) 00:38:29 Removing intermediate container 78b20f92f29e 00:38:29 ---> a24405e3194b 00:38:29 Step 24/24 : LABEL version=0.0.0 00:38:29 Executing busybox-1.31.1-r19.trigger 00:38:29 OK: 8 MiB in 19 packages 00:38:30 Removing intermediate container 728d4ae11b57 00:38:30 ---> 9f352d2f16d6 00:38:30 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:38:32 ---> Running in e611899750b5 00:38:32 ---> Running in 6f4bfb65133a 00:38:34 Removing intermediate container e611899750b5 00:38:34 ---> 1cc84c2be458 00:38:34 00:38:34 Removing intermediate container 6f4bfb65133a 00:38:34 ---> 1ce7712f9fb0 00:38:34 Step 22/22 : LABEL version=0.0.0 00:38:34 Successfully built 1cc84c2be458 00:38:34 Successfully tagged docker-support-notifications-go:latest 00:38:34 Building docker-support-scheduler-go 00:38:34  Building docker-support-notifications-go ... done Removing intermediate container ca6f6c08efb9 00:38:34 ---> 87361381c759 00:38:34 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:38:35 ---> Running in 2ec7e56c8659 00:38:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:38:39 ---> 59e6b10bce76 00:38:39 Step 3/24 : WORKDIR /edgex-go 00:38:39 ---> Using cache 00:38:39 ---> 57ce8543d1bd 00:38:39 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:39 ---> Using cache 00:38:39 ---> 778ce69b431a 00:38:39 Step 5/24 : RUN apk update && apk add make git 00:38:39 ---> de2028e7f19b 00:38:39 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:38:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:39 ---> 59e6b10bce76 00:38:39 Step 3/22 : WORKDIR /edgex-go 00:38:39 ---> Using cache 00:38:39 ---> 57ce8543d1bd 00:38:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:39 ---> Using cache 00:38:39 ---> 778ce69b431a 00:38:39 Step 5/22 : RUN apk update && apk add make git 00:38:40 Removing intermediate container 2ec7e56c8659 00:38:40 ---> 8617328e00a4 00:38:40 00:38:41 Successfully built 8617328e00a4 00:38:41 Successfully tagged docker-security-bootstrap-redis-go:latest 00:38:41 Building docker-core-command-go 00:38:43  Building docker-security-bootstrap-redis-go ... done  ---> Running in f981c26b6e0c 00:38:43 ---> Running in b93d9edcf643 00:38:43 ---> 91e490b17657 00:38:43 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:38:44 ---> e6d2cd5f49ad 00:38:44 Step 19/23 : ENTRYPOINT ["/core-data"] 00:38:45 ---> Running in f1c43e10d883 00:38:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:46 Removing intermediate container f1c43e10d883 00:38:46 ---> c782fa210a02 00:38:46 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:46 ---> Running in 390b6f00f068 00:38:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:47 Removing intermediate container 390b6f00f068 00:38:47 ---> fc19146aba00 00:38:47 Step 21/23 : LABEL arch=x86_64 00:38:47 ---> Running in 974c5f5df304 00:38:48 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:48 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:48 OK: 12752 distinct packages available 00:38:48 Removing intermediate container 974c5f5df304 00:38:48 ---> 2e20ca458ee0 00:38:48 Step 22/23 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:38:48 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:48 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:48 OK: 12752 distinct packages available 00:38:48 ---> Running in 19cc4e81f6cb 00:38:48 OK: 233 MiB in 51 packages 00:38:48 OK: 233 MiB in 51 packages 00:38:49 Removing intermediate container 19cc4e81f6cb 00:38:49 ---> 270329f88e34 00:38:49 Step 23/23 : LABEL version=0.0.0 00:38:49 ---> Running in 4c5772710cce 00:38:51 Removing intermediate container 4c5772710cce 00:38:51 ---> d5642f26e6d2 00:38:51 00:38:51 Successfully built d5642f26e6d2 00:38:51 Removing intermediate container b93d9edcf643 00:38:51 ---> f2fab2c2e95e 00:38:51 Step 6/22 : COPY go.mod . 00:38:51 Successfully tagged docker-core-data-go:latest 00:38:51 Building docker-security-proxy-setup-go 00:38:51  Building docker-core-data-go ... done Removing intermediate container f981c26b6e0c 00:38:51 ---> 433e8267c98a 00:38:51 Step 6/24 : COPY go.mod . 00:38:52 ---> 29b956c380c1 00:38:52 Step 7/22 : RUN go mod download 00:38:53 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:53 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:53 ---> 59e6b10bce76 00:38:53 Step 3/21 : WORKDIR /edgex-go 00:38:53 ---> Using cache 00:38:53 ---> 57ce8543d1bd 00:38:53 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:53 ---> Using cache 00:38:53 ---> 778ce69b431a 00:38:53 Step 5/21 : RUN apk update && apk add make git 00:38:53 ---> Using cache 00:38:53 ---> 433e8267c98a 00:38:53 Step 6/21 : COPY go.mod . 00:38:53 ---> Using cache 00:38:53 ---> 805a7dd0c854 00:38:53 Step 7/21 : RUN go mod download 00:38:54 ---> 805a7dd0c854 00:38:54 Step 7/24 : RUN go mod download 00:38:57 ---> Running in 62c4498d4d4f 00:38:57 ---> Running in f3c2ba63851c 00:38:57 ---> Running in 768c0adfc205 00:38:58 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:59 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:59 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:59 ---> 59e6b10bce76 00:38:59 Step 3/22 : WORKDIR /edgex-go 00:38:59 ---> Using cache 00:38:59 ---> 57ce8543d1bd 00:38:59 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:59 ---> Using cache 00:38:59 ---> 778ce69b431a 00:38:59 Step 5/22 : RUN apk update && apk add make git 00:38:59 ---> Using cache 00:38:59 ---> 433e8267c98a 00:38:59 Step 6/22 : COPY go.mod . 00:38:59 ---> Using cache 00:38:59 ---> 805a7dd0c854 00:38:59 Step 7/22 : RUN go mod download 00:39:00 ---> Running in d0a6f6734fa0 00:39:01 Removing intermediate container 768c0adfc205 00:39:01 ---> 712f5f07c9f6 00:39:01 Step 8/21 : COPY . . 00:39:01 Removing intermediate container f3c2ba63851c 00:39:01 ---> e7b511fc1cbd 00:39:01 Step 8/24 : COPY . . 00:39:01 Removing intermediate container 62c4498d4d4f 00:39:01 ---> 0c8891532b3f 00:39:01 Step 8/22 : COPY . . 00:39:10 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:11 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:16 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:16 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:39:16 ---> 59e6b10bce76 00:39:16 Step 3/20 : WORKDIR /edgex-go 00:39:16 ---> Using cache 00:39:16 ---> 57ce8543d1bd 00:39:16 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:16 ---> Using cache 00:39:16 ---> 778ce69b431a 00:39:16 Step 5/20 : RUN apk update && apk add make git 00:39:16 ---> Using cache 00:39:16 ---> 433e8267c98a 00:39:16 Step 6/20 : COPY go.mod . 00:39:16 ---> Using cache 00:39:16 ---> 805a7dd0c854 00:39:16 Step 7/20 : RUN go mod download 00:39:16 ---> Using cache 00:39:16 ---> e7b511fc1cbd 00:39:16 Step 8/20 : COPY . . 00:39:16 Removing intermediate container d0a6f6734fa0 00:39:16 ---> fb2100c315cf 00:39:16 Step 8/22 : COPY . . 00:39:18 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.060s 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:39:18 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:19 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.235s coverage: 46.6% of statements 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.537s coverage: 27.1% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.086s coverage: 100.0% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.073s coverage: 100.0% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.533s coverage: 66.0% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.261s coverage: 84.5% of statements 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:43 ---> 6ddde3ff160a 00:39:43 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:39:43 ---> 3dc45d629f1f 00:39:43 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.321s coverage: 28.6% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.169s coverage: 100.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.132s coverage: 100.0% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:44 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.374s coverage: 86.7% of statements 00:39:44 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.395s coverage: 97.5% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:45 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.180s coverage: 100.0% of statements 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:45 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:45 ---> 36c81d809966 00:39:45 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:39:47 ---> Running in f5a0e4521875 00:39:47 ---> Running in 6cb1ae65903a 00:39:47 ---> Running in 29473e779087 00:39:49 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 00:39:49 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 00:39:49 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 00:39:50 ---> e89186ba94dd 00:39:50 Step 9/22 : RUN make cmd/core-command/core-command 00:39:50 ---> Running in 3e153e74ac6c 00:39:50 ---> ca481c4981a6 00:39:50 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:39:51 ---> Running in aae9096d7572 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.055s coverage: 95.7% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.059s coverage: 58.8% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.173s coverage: 0.0% of statements [no tests to run] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.691s coverage: 63.5% of statements 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:52 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.073s coverage: 100.0% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 00:39:52 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.055s coverage: 100.0% of statements 00:39:52 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 00:39:52 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 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.054s coverage: 73.7% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.056s coverage: 100.0% of statements 00:39:58 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.961s coverage: 55.9% of statements 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:39:58 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:40:20 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 00:40:25 Removing intermediate container aae9096d7572 00:40:25 ---> 6de890a6b93e 00:40:25 00:40:25 Step 10/20 : FROM alpine 00:40:25 ---> d6e46aa2470d 00:40:25 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:40:25 ---> Running in 98d603011fb3 00:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:27 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:27 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:40:27 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:40:27 OK: 12744 distinct packages available 00:40:27 (1/4) Installing ca-certificates (20191127-r4) 00:40:27 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:40:27 (3/4) Installing libcurl (7.69.1-r1) 00:40:27 (4/4) Installing curl (7.69.1-r1) 00:40:27 Executing busybox-1.31.1-r19.trigger 00:40:27 Executing ca-certificates-20191127-r4.trigger 00:40:27 OK: 7 MiB in 18 packages 00:40:28 Removing intermediate container f5a0e4521875 00:40:28 ---> 2accfa4adb06 00:40:28 00:40:28 Step 10/24 : FROM alpine:3.10 00:40:28 ---> be4e4bea2c2e 00:40:28 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:40:28 ---> Using cache 00:40:28 ---> 09bab39bdfd8 00:40:28 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:28 ---> Running in c110385b99db 00:40:28 Removing intermediate container c110385b99db 00:40:28 ---> 14dcec18bd40 00:40:28 Step 13/24 : WORKDIR / 00:40:31 ---> Running in 2490aa1fe53a 00:40:34 Removing intermediate container 98d603011fb3 00:40:34 ---> d4ff2e5ea171 00:40:34 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:40:34 Removing intermediate container 6cb1ae65903a 00:40:34 ---> 18a92ebff7c0 00:40:34 00:40:34 Step 10/21 : FROM scratch 00:40:34 ---> 00:40:34 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:34 Removing intermediate container 3e153e74ac6c 00:40:34 ---> 3a293578c9f6 00:40:34 00:40:34 Step 10/22 : FROM scratch 00:40:34 ---> 00:40:34 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:34 Removing intermediate container 2490aa1fe53a 00:40:34 ---> 56c26c49b951 00:40:34 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:40:34 ---> Running in 132c0217eaa3 00:40:34 Removing intermediate container 132c0217eaa3 00:40:34 ---> 788ae064f60d 00:40:34 Step 13/20 : WORKDIR /edgex 00:40:34 ---> 3c7f8bce1014 00:40:34 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:40:34 ---> Running in 5555e4f4f9e5 00:40:34 ---> Running in 3945b37bda62 00:40:34 ---> Running in 46b061cfa699 00:40:35 Removing intermediate container 5555e4f4f9e5 00:40:35 ---> 44a9da53b151 00:40:35 Step 12/22 : ENV APP_PORT=48082 00:40:35 Removing intermediate container 3945b37bda62 00:40:35 ---> 8db5ce6f4d4b 00:40:35 Step 12/21 : ENV APP_PORT=48085 00:40:37 ---> Running in 4a7ed430b50d 00:40:37 ---> Running in 57c034c3aaf3 00:40:37 Removing intermediate container 46b061cfa699 00:40:37 ---> adc617a81ae9 00:40:37 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:40:37 ---> bf1b715e82c9 00:40:37 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:40:37 Removing intermediate container 29473e779087 00:40:37 ---> 2bc8dc230b52 00:40:37 00:40:37 Step 10/22 : FROM scratch 00:40:37 ---> 00:40:37 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:37 Removing intermediate container 4a7ed430b50d 00:40:37 ---> 230758253ca1 00:40:37 Step 13/22 : EXPOSE $APP_PORT 00:40:37 ---> Running in a123e23996a5 00:40:37 ---> Using cache 00:40:37 ---> 44a9da53b151 00:40:37 Step 12/22 : ENV APP_PORT=48081 00:40:37 Removing intermediate container 57c034c3aaf3 00:40:37 ---> a55cf4497193 00:40:37 Step 13/21 : EXPOSE $APP_PORT 00:40:38 ---> 7d5c2cfc8f66 00:40:38 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:40:38 ---> be1893479838 00:40:38 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:40:38 ---> Running in 0bc4fcf366db 00:40:38 ---> Running in 726dcc3ee2db 00:40:38 Removing intermediate container a123e23996a5 00:40:38 ---> e3ee0413da1a 00:40:38 Step 14/22 : WORKDIR / 00:40:38 ---> Running in d2845d5d8b5d 00:40:38 Removing intermediate container 0bc4fcf366db 00:40:38 ---> 83b37eeea406 00:40:38 Step 13/22 : EXPOSE $APP_PORT 00:40:38 Removing intermediate container 726dcc3ee2db 00:40:38 ---> d56b3743b4db 00:40:38 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:40:38 Removing intermediate container d2845d5d8b5d 00:40:38 ---> a65c8bf4d9f3 00:40:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:38 ---> Running in 18ff0fae58f0 00:40:38 ---> 2f4835df6028 00:40:38 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:40:38 ---> 6beb842426b8 00:40:38 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:38 ---> 01a48bd7e24b 00:40:38 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:40:38 ---> Running in 9001a11ea298 00:40:39 ---> fc25e9571d65 00:40:39 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:40:39 Removing intermediate container 18ff0fae58f0 00:40:39 ---> f9274854254e 00:40:39 Step 14/22 : WORKDIR / 00:40:39 ---> Running in 7bac3a84a022 00:40:39 Removing intermediate container 9001a11ea298 00:40:39 ---> ac0979482913 00:40:39 Step 17/20 : CMD ["--init=true"] 00:40:39 ---> d3e76a6f7bad 00:40:39 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:40:39 ---> Running in ff02f8587c78 00:40:39 ---> b89f09cba85c 00:40:39 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:40:39 Removing intermediate container 7bac3a84a022 00:40:39 ---> ee0765a9aa68 00:40:39 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:40:40 Removing intermediate container ff02f8587c78 00:40:40 ---> 162dbd2d6e5c 00:40:40 Step 18/20 : LABEL arch=x86_64 00:40:40 ---> c52044a0eb58 00:40:40 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:40:40 ---> 23fd1cff11a6 00:40:40 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:40:40 ---> 0f2652fca4ac 00:40:40 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:40:40 ---> Running in 9c432d25c0ef 00:40:40 ---> Running in e03adea6fd52 00:40:40 ---> Running in fe330fc3e68d 00:40:40 ---> fee773497bfb 00:40:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:40:41 ---> 8ef53e491ce6 00:40:41 Step 18/22 : ENTRYPOINT ["/core-command"] 00:40:41 Removing intermediate container e03adea6fd52 00:40:41 ---> 92789e25cdbe 00:40:41 Step 19/20 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:40:41 Removing intermediate container fe330fc3e68d 00:40:41 ---> b93fc5a028fd 00:40:41 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:41 ---> Running in fa22b956d212 00:40:41 ---> Running in 1a35d8b113ec 00:40:41 ---> Running in 4e4cc902e4c4 00:40:41 Removing intermediate container fa22b956d212 00:40:41 ---> 68cf90a5a45e 00:40:41 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:41 ---> Running in 8d613c7fd4e7 00:40:41 Removing intermediate container 1a35d8b113ec 00:40:41 ---> 67020c579ae7 00:40:41 Step 20/20 : LABEL version=0.0.0 00:40:41 ---> f8429edc132f 00:40:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:40:41 Removing intermediate container 4e4cc902e4c4 00:40:41 ---> 31de5a3a6484 00:40:41 Step 19/21 : LABEL arch=x86_64 00:40:41 ---> Running in c8babf1b6965 00:40:41 ---> Running in 2771269ee87d 00:40:42 Removing intermediate container 8d613c7fd4e7 00:40:42 ---> 5cd472d4d2fb 00:40:42 Step 20/22 : LABEL arch=x86_64 00:40:42 ---> Running in 1a9bf5c00cf4 00:40:42 ---> 5fb909be15c5 00:40:42 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:42 Removing intermediate container c8babf1b6965 00:40:42 ---> 4a779d267a3a 00:40:42 00:40:42 Removing intermediate container 2771269ee87d 00:40:42 ---> afeabb82d605 00:40:42 Step 20/21 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:40:42 Successfully built 4a779d267a3a 00:40:42 ---> Running in 3d45e7367271 00:40:43 ---> Running in a1bd61723a81 00:40:43 Successfully tagged docker-security-proxy-setup-go:latest 00:40:43  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go 00:40:43 Removing intermediate container 9c432d25c0ef 00:40:43 ---> c7e6e0a01c24 00:40:43 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:40:43 Removing intermediate container 1a9bf5c00cf4 00:40:43 ---> 0d4ca987bfb2 00:40:43 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:40:43 ---> Running in 542989bb5cab 00:40:43 ---> Running in 018468a4b72d 00:40:43 Removing intermediate container 3d45e7367271 00:40:43 ---> b5ed8bf14fea 00:40:43 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:43 Removing intermediate container a1bd61723a81 00:40:43 ---> 076247f85163 00:40:43 Step 21/21 : LABEL version=0.0.0 00:40:43 ---> Running in 11eaf6c73b40 00:40:43 Removing intermediate container 542989bb5cab 00:40:43 ---> a3151e890921 00:40:43 Step 22/24 : LABEL arch=x86_64 00:40:43 ---> Running in a9820df41880 00:40:44 Removing intermediate container 018468a4b72d 00:40:44 ---> 0880a2ba0fe8 00:40:44 Step 22/22 : LABEL version=0.0.0 00:40:44 ---> Running in 43cf201aa05b 00:40:44 ---> Running in f344ccbea80a 00:40:44 Removing intermediate container a9820df41880 00:40:44 ---> bce3bb141b48 00:40:44 00:40:44 Removing intermediate container 11eaf6c73b40 00:40:44 ---> ff14df951ee1 00:40:44 Step 20/22 : LABEL arch=x86_64 00:40:44 ---> Running in 329d26ee9374 00:40:44 Successfully built bce3bb141b48 00:40:44 Successfully tagged docker-support-scheduler-go:latest 00:40:44  Building docker-support-scheduler-go ... done Removing intermediate container 43cf201aa05b 00:40:44 ---> 9e7ee777ef9b 00:40:44 Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 49.187s coverage: 86.3% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.938s coverage: 72.2% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.669s coverage: 72.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.091s coverage: 82.4% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.077s coverage: 48.4% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.084s coverage: 28.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.140s coverage: 96.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.333s coverage: 36.5% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.538s coverage: 84.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.091s coverage: 100.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.093s coverage: 42.9% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.065s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.106s coverage: 83.8% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.308s coverage: 47.1% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.041s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.121s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.952s coverage: 29.1% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.184s coverage: 99.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.158s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system 0.051s coverage: 0.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.068s coverage: 100.0% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.075s coverage: 87.9% of statements 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:45 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.072s coverage: 100.0% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.050s coverage: 32.1% of statements 00:40:45 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.087s coverage: 100.0% of statements 00:40:46 GO111MODULE=on go vet ./... 00:40:47 Removing intermediate container f344ccbea80a 00:40:47 ---> 39bd23c87012 00:40:47 00:40:47 Removing intermediate container 329d26ee9374 00:40:47 ---> 9cc847408ac9 00:40:47 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:40:47 Successfully built 39bd23c87012 00:40:47 Successfully tagged docker-core-command-go:latest 00:40:48  Building docker-core-command-go ... done  ---> Running in 86afbf3626b2 00:40:48 ---> Running in 0f80558917be 00:40:48 Removing intermediate container 86afbf3626b2 00:40:48 ---> 9995883e1e38 00:40:48 Step 24/24 : LABEL version=0.0.0 00:40:48 Removing intermediate container 0f80558917be 00:40:48 ---> 0b8d6a31a0a7 00:40:48 Step 22/22 : LABEL version=0.0.0 00:40:48 ---> Running in 513a660668d3 00:40:48 ---> Running in 1c1361893ccc 00:40:49 Removing intermediate container 1c1361893ccc 00:40:49 ---> e6b1cfe34177 00:40:49 00:40:50 Removing intermediate container 513a660668d3 00:40:50 ---> 67a06efd2be9 00:40:50 00:40:50 Successfully built e6b1cfe34177 00:40:50 Successfully built 67a06efd2be9 00:40:50 Successfully tagged docker-security-secretstore-setup-go:latest 00:40:50  Building docker-security-secretstore-setup-go ... done Successfully tagged docker-core-metadata-go:latest 00:40:55  Building docker-core-metadata-go ... done Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:40:55 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:40:55 ---> 59e6b10bce76 00:40:55 Step 3/27 : WORKDIR /edgex-go 00:40:55 ---> Using cache 00:40:55 ---> 57ce8543d1bd 00:40:55 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:55 ---> Using cache 00:40:55 ---> 778ce69b431a 00:40:55 Step 5/27 : RUN apk update && apk add make bash git 00:40:55 ---> Running in dd53de677c45 00:40:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:58 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:40:58 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:40:58 OK: 12752 distinct packages available 00:40:58 OK: 233 MiB in 51 packages 00:40:59 Removing intermediate container dd53de677c45 00:40:59 ---> 9df53d115c40 00:40:59 Step 6/27 : COPY go.mod . 00:40:59 ---> e72e7d8e1c1f 00:40:59 Step 7/27 : RUN go mod download 00:40:59 ---> Running in 048a27c256a1 00:41:01 Removing intermediate container 048a27c256a1 00:41:01 ---> 67eb211c47f4 00:41:01 Step 8/27 : COPY . . 00:41:16 ---> f4791a69bd59 00:41:16 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:41:16 ---> Running in 21df109bc007 00:41:16 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 00:41:28 Removing intermediate container 21df109bc007 00:41:28 ---> 32516b7fc145 00:41:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:41:28 ---> Running in c2e446deacea 00:41:28 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 00:41:28 Removing intermediate container c2e446deacea 00:41:28 ---> 384ee5b61868 00:41:28 00:41:28 Step 11/27 : FROM docker:latest 00:41:28 ---> 6972c414f322 00:41:28 Step 12/27 : RUN apk add --no-cache bash 00:41:28 ---> Running in 092ded63a3c1 00:41:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:30 (1/2) Installing readline (8.0.4-r0) 00:41:30 (2/2) Installing bash (5.0.17-r0) 00:41:30 Executing bash-5.0.17-r0.post-install 00:41:30 Executing busybox-1.31.1-r19.trigger 00:41:30 OK: 12 MiB in 22 packages 00:41:30 Removing intermediate container 092ded63a3c1 00:41:30 ---> aad5cb37122f 00:41:30 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:41:30 ---> Running in 1ff0a761cee8 00:41:31 Removing intermediate container 1ff0a761cee8 00:41:31 ---> 12decbcb1d8f 00:41:31 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:41:31 ---> Running in 227ce5e9ae9f 00:41:32 Removing intermediate container 227ce5e9ae9f 00:41:32 ---> c56edd36ed09 00:41:32 Step 15/27 : ENV APP_PORT=48090 00:41:32 ---> Running in c0bfb8ba31e3 00:41:32 Removing intermediate container c0bfb8ba31e3 00:41:32 ---> 0a2bb0146937 00:41:32 Step 16/27 : EXPOSE $APP_PORT 00:41:32 ---> Running in 83c968fb1080 00:41:32 Removing intermediate container 83c968fb1080 00:41:32 ---> ab429ca12570 00:41:32 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:41:33 ---> d12cbdb52a35 00:41:33 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:41:33 ---> 4860fe59bf2c 00:41:33 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:41:33 ---> ce0f08f2e9a9 00:41:33 Step 20/27 : RUN apk --no-cache add py3-pip 00:41:33 ---> Running in 8dbad02047e4 00:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:34 (1/33) Installing libbz2 (1.0.8-r1) 00:41:34 (2/33) Installing expat (2.2.9-r1) 00:41:34 (3/33) Installing libffi (3.3-r2) 00:41:34 (4/33) Installing gdbm (1.13-r1) 00:41:34 (5/33) Installing xz-libs (5.2.5-r0) 00:41:34 (6/33) Installing sqlite-libs (3.32.1-r0) 00:41:34 (7/33) Installing python3 (3.8.5-r0) 00:41:36 (8/33) Installing py3-appdirs (1.4.4-r1) 00:41:36 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:41:36 (10/33) Installing py3-parsing (2.4.7-r0) 00:41:36 (11/33) Installing py3-six (1.15.0-r0) 00:41:36 (12/33) Installing py3-packaging (20.4-r0) 00:41:36 (13/33) Installing py3-setuptools (47.0.0-r0) 00:41:36 (14/33) Installing py3-chardet (3.0.4-r4) 00:41:36 (15/33) Installing py3-idna (2.9-r0) 00:41:36 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:41:36 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:41:36 (18/33) Installing py3-requests (2.23.0-r0) 00:41:36 (19/33) Installing py3-msgpack (1.0.0-r0) 00:41:36 (20/33) Installing py3-lockfile (0.12.2-r3) 00:41:36 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:41:36 (22/33) Installing py3-colorama (0.4.3-r0) 00:41:36 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:36 (24/33) Installing py3-distro (1.5.0-r1) 00:41:36 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:36 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:36 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:36 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:36 (29/33) Installing py3-progress (1.5-r0) 00:41:36 (30/33) Installing py3-toml (0.10.1-r0) 00:41:36 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:36 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:36 (33/33) Installing py3-pip (20.1.1-r0) 00:41:36 Executing busybox-1.31.1-r19.trigger 00:41:36 OK: 71 MiB in 55 packages 00:41:46 Removing intermediate container 8dbad02047e4 00:41:46 ---> 2b6e9c0b7acb 00:41:46 Step 21/27 : RUN pip install docker-compose==1.23.2 00:41:46 ---> Running in 3c9a3971ca92 00:41:46 Collecting docker-compose==1.23.2 00:41:47 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:47 Collecting docker<4.0,>=3.6.0 00:41:47 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:47 Collecting docopt<0.7,>=0.6.1 00:41:47 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:48 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:41:48 Collecting cached-property<2,>=1.2.0 00:41:48 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:48 Collecting jsonschema<3,>=2.5.1 00:41:48 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:48 Collecting PyYAML<4,>=3.10 00:41:48 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:49 Collecting websocket-client<1.0,>=0.32.0 00:41:49 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:49 Collecting texttable<0.10,>=0.9.0 00:41:49 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:50 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:50 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:50 Collecting dockerpty<0.5,>=0.4.1 00:41:50 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:50 Collecting docker-pycreds>=0.4.0 00:41:50 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:51 Collecting urllib3<1.25,>=1.21.1 00:41:51 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:51 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) 00:41:51 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) 00:41:51 Collecting idna<2.8,>=2.5 00:41:51 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:51 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:51 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:51 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:51 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:51 Installing collected packages: docker-pycreds, urllib3, idna, requests, websocket-client, docker, docopt, cached-property, jsonschema, PyYAML, texttable, dockerpty, docker-compose 00:41:51 Attempting uninstall: urllib3 00:41:51 Found existing installation: urllib3 1.25.9 00:41:51 Uninstalling urllib3-1.25.9: 00:41:51 Successfully uninstalled urllib3-1.25.9 00:41:51 Attempting uninstall: idna 00:41:51 Found existing installation: idna 2.9 00:41:51 Uninstalling idna-2.9: 00:41:52 Successfully uninstalled idna-2.9 00:41:52 Attempting uninstall: requests 00:41:52 Found existing installation: requests 2.23.0 00:41:52 Uninstalling requests-2.23.0: 00:41:52 Successfully uninstalled requests-2.23.0 00:41:52 Running setup.py install for docopt: started 00:41:53 Running setup.py install for docopt: finished with status 'done' 00:41:53 Running setup.py install for PyYAML: started 00:41:53 Running setup.py install for PyYAML: finished with status 'done' 00:41:53 Running setup.py install for texttable: started 00:41:54 gofmt -l . 00:41:54 Running setup.py install for texttable: finished with status 'done' 00:41:54 Running setup.py install for dockerpty: started 00:41:54 Running setup.py install for dockerpty: finished with status 'done' 00:41:55 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 00:41:57 [ "`gofmt -l .`" = "" ] 00:41:58 Removing intermediate container 3c9a3971ca92 00:41:58 ---> b92d2ec5052d 00:41:58 Step 22/27 : RUN apk --no-cache add curl 00:41:58 ---> Running in 40dcde9babe8 00:41:59 ./bin/test-go-mod-tidy.sh 00:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:59 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:59 (2/3) Installing libcurl (7.69.1-r1) 00:41:59 (3/3) Installing curl (7.69.1-r1) 00:41:59 Executing busybox-1.31.1-r19.trigger 00:41:59 OK: 72 MiB in 58 packages 00:42:00 ./bin/test-attribution-txt.sh 00:42:00 Removing intermediate container 40dcde9babe8 00:42:00 ---> fa7918d0276b 00:42:00 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:42:00 ---> Running in 1aa0d553291a 00:42:00 Removing intermediate container 1aa0d553291a 00:42:00 ---> f25d905ef824 00:42:00 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:42:01 ---> Running in f0dd8ca5209d 00:42:01 Removing intermediate container f0dd8ca5209d 00:42:01 ---> 08baef07ac38 00:42:01 Step 25/27 : LABEL arch=x86_64 00:42:01 ---> Running in 7a93924c8726 00:42:01 Removing intermediate container 7a93924c8726 00:42:01 ---> 142621640ba9 00:42:01 Step 26/27 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:42:01 ---> Running in 5dac2e990f41 00:42:01 Removing intermediate container 5dac2e990f41 00:42:01 ---> 70cf34f0c472 00:42:01 Step 27/27 : LABEL version=0.0.0 00:42:01 ---> Running in 7bbc753c00bd 00:42:01 Removing intermediate container 7bbc753c00bd 00:42:01 ---> bb41ed93a4bb 00:42:01 00:42:02 Successfully built bb41ed93a4bb 00:42:02 Successfully tagged docker-sys-mgmt-agent-go:latest 00:42:02  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:42:02 $ docker stop --time=1 a81ca990975adc7bd656abe86a51fa8edc74c51ef804b6fb4c3bae93b22db531 00:42:04 $ docker rm -f a81ca990975adc7bd656abe86a51fa8edc74c51ef804b6fb4c3bae93b22db531 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 00:42:05 + docker images 00:42:05 + grep docker 00:42:05 + ls -al . 00:42:05 total 664 00:42:05 drwxrwxr-x 9 1001 1001 4096 Nov 7 00:42 . 00:42:05 drwxr-xr-x 4 root root 4096 Nov 7 00:37 .. 00:42:05 -rw-rw-r-- 1 1001 1001 11 Nov 7 00:35 .dockerignore 00:42:05 drwxrwxr-x 8 1001 1001 4096 Nov 7 00:36 .git 00:42:05 drwxrwxr-x 3 1001 1001 4096 Nov 7 00:35 .github 00:42:05 -rw-rw-r-- 1 1001 1001 944 Nov 7 00:35 .gitignore 00:42:05 -rw-rw-r-- 1 1001 1001 166 Nov 7 00:35 .sonarcloud.properties 00:42:05 -rw-rw-r-- 1 1001 1001 3804 Nov 7 00:35 CONTRIBUTING.md 00:42:05 -rw-rw-r-- 1 1001 1001 1035 Nov 7 00:35 Dockerfile.build 00:42:05 -rw-rw-r-- 1 1001 1001 863 Nov 7 00:35 Jenkinsfile 00:42:05 -rw-rw-r-- 1 1001 1001 10775 Nov 7 00:35 LICENSE 00:42:05 -rw-rw-r-- 1 1001 1001 6611 Nov 7 00:35 Makefile 00:42:05 -rw-rw-r-- 1 1001 1001 6447 Nov 7 00:35 README.md 00:42:05 -rw-rw-r-- 1 1001 1001 7286 Nov 7 00:35 SECURITY.md 00:42:05 -rw-rw-r-- 1 1001 1001 5 Nov 7 00:32 VERSION 00:42:05 -rw-rw-r-- 1 1001 1001 4131 Nov 7 00:35 ZMQWindows.md 00:42:05 drwxrwxr-x 2 1001 1001 4096 Nov 7 00:35 bin 00:42:05 drwxrwxr-x 15 1001 1001 4096 Nov 7 00:35 cmd 00:42:05 -rw-r--r-- 1 root root 539650 Nov 7 00:40 coverage.out 00:42:05 -rw-r--r-- 1 root root 1041 Nov 7 00:41 go.mod 00:42:05 -rw-r--r-- 1 root root 18582 Nov 7 00:42 go.sum 00:42:05 drwxrwxr-x 8 1001 1001 4096 Nov 7 00:35 internal 00:42:05 drwxrwxr-x 4 1001 1001 4096 Nov 7 00:35 openapi 00:42:05 drwxrwxr-x 4 1001 1001 4096 Nov 7 00:35 snap 00:42:05 -rw-rw-r-- 1 1001 1001 168 Nov 7 00:35 version.go [Pipeline] sh 00:42:05 docker-sys-mgmt-agent-go latest bb41ed93a4bb 4 seconds ago 290MB 00:42:05 docker-security-secretstore-setup-go latest e6b1cfe34177 About a minute ago 24.8MB 00:42:05 docker-core-metadata-go latest 67a06efd2be9 About a minute ago 14.5MB 00:42:05 docker-core-command-go latest 39bd23c87012 About a minute ago 12.2MB 00:42:05 docker-support-scheduler-go latest bce3bb141b48 About a minute ago 12.3MB 00:42:05 docker-security-proxy-setup-go latest 4a779d267a3a About a minute ago 15.8MB 00:42:05 docker-core-data-go latest d5642f26e6d2 3 minutes ago 23.7MB 00:42:05 docker-security-bootstrap-redis-go latest 8617328e00a4 3 minutes ago 15.9MB 00:42:05 docker-support-notifications-go latest 1cc84c2be458 3 minutes ago 13.6MB 00:42:05 docker-security-secrets-setup-go latest ee102ce50188 3 minutes ago 24MB 00:42:05 docker-support-logging-go latest d6022925a68d 3 minutes ago 11.1MB 00:42:05 docker latest 6972c414f322 2 weeks ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 00:42:06 + '[' -e coverage.out ] 00:42:06 + chown 1001:1001 coverage.out [Pipeline] // stage [Pipeline] stash 00:42:06 Warning: overwriting stash ‘coverage-report’ [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:42:07 Stashed 1 file(s) [Pipeline] sh 00:42:08 + make build 00:42:08 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 00:42:21 Still waiting to schedule task 00:42:21 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-11448’ 00:42: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 00:42:45 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 00:42:49 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 00:42:54 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 00:42:59 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 00:43:00 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 00:43:06 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 00:43:12 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 00:43:16 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 00:43:20 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 00:43:24 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 00:43:29 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] } 00:43:33 $ docker stop --time=1 7f6150e34f80a23dbd8e497844f2adb06080987f849c7f360d1d6c9fbfccaf09 00:43:36 $ docker rm -f 7f6150e34f80a23dbd8e497844f2adb06080987f849c7f360d1d6c9fbfccaf09 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:38 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:38 00:43:38 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:38 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:39 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:39 29e5d40040c1: Pulling fs layer 00:43:39 1ce36da41761: Pulling fs layer 00:43:39 25b303627fd3: Pulling fs layer 00:43:39 29e5d40040c1: Verifying Checksum 00:43:39 29e5d40040c1: Download complete 00:43:40 29e5d40040c1: Pull complete 00:43:40 1ce36da41761: Verifying Checksum 00:43:40 1ce36da41761: Download complete 00:43:41 1ce36da41761: Pull complete 00:43:41 25b303627fd3: Verifying Checksum 00:43:41 25b303627fd3: Download complete 00:43:51 25b303627fd3: Pull complete 00:43:51 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:51 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:51 prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container 00:43:51 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:43:55 $ docker top e709457d404145524d690369db25dfb7cc304db507b6747a2879085d3c160b86 -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:57 + + docker-composegrep build parallel 00:43:57 --help 00:44:01 --parallel Build images in parallel. [Pipeline] } 00:44:01 $ docker stop --time=1 e709457d404145524d690369db25dfb7cc304db507b6747a2879085d3c160b86 00:44:03 $ docker rm -f e709457d404145524d690369db25dfb7cc304db507b6747a2879085d3c160b86 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:44:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:44:04 . [Pipeline] withDockerContainer 00:44:04 prd-ubuntu18.04-docker-arm64-4c-16g-11445 does not seem to be running inside a container 00:44:04 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 00:44:06 $ docker top 79bb88fa842976b4ad2b0d9fa85711cf7a6cb4859cff787b597cede00f8c536c -eo pid,comm [Pipeline] { [Pipeline] sh 00:44:07 + docker-compose -f ./docker-compose-build.yml build --parallel 00:44:12 Building docker-core-command-go ... 00:44:12 Building docker-core-data-go ... 00:44:12 Building docker-core-metadata-go ... 00:44:12 Building docker-security-bootstrap-redis-go ... 00:44:12 Building docker-security-proxy-setup-go ... 00:44:12 Building docker-security-secrets-setup-go ... 00:44:12 Building docker-security-secretstore-setup-go ... 00:44:12 Building docker-support-logging-go ... 00:44:12 Building docker-support-notifications-go ... 00:44:12 Building docker-support-scheduler-go ... 00:44:12 Building docker-sys-mgmt-agent-go ... 00:44:12 Building docker-security-secretstore-setup-go 00:44:12 Building docker-sys-mgmt-agent-go 00:44:12 Building docker-support-notifications-go 00:44:12 Building docker-security-bootstrap-redis-go 00:44:12 Building docker-support-scheduler-go 00:44:19 Running on prd-centos7-docker-8c-8g-11451 in /w/workspace/edgexfoundry_edgex-go_PR-2688 [Pipeline] { [Pipeline] ws 00:44:19 Running in /w/workspace/edgex-go/39 [Pipeline] { [Pipeline] checkout 00:44:21 using credential edgex-jenkins-ssh 00:44:22 Cloning the remote Git repository 00:44:22 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:44:22 > git init /w/workspace/edgex-go/39 # timeout=10 00:44:22 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:22 > git --version # timeout=10 00:44:22 > git --version # 'git version 2.16.5' 00:44:22 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:42 Merging remotes/origin/master commit e390d2e8669e02a2433017a3e20d0713a53de70e into PR head commit a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 00:44:42 Merge succeeded, producing 29506a145f78d3c3a265c8023c0556baedb5187a 00:44:42 Checking out Revision 29506a145f78d3c3a265c8023c0556baedb5187a (PR-2688) 00:44:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:44:41 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:44:42 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:44:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:42 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2688/head:refs/remotes/origin/PR-2688 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:44:42 > git config core.sparsecheckout # timeout=10 00:44:42 > git checkout -f a1ec276d719e2fecf1b59fbea7bf02ecd51a3850 # timeout=10 00:44:42 > git remote # timeout=10 00:44:42 > git config --get remote.origin.url # timeout=10 00:44:42 using GIT_SSH to set credentials SSH Credentials for GitHub 00:44:42 > git merge e390d2e8669e02a2433017a3e20d0713a53de70e # timeout=10 00:44:42 > git rev-parse HEAD^{commit} # timeout=10 00:44:42 > git config core.sparsecheckout # timeout=10 00:44:42 > git checkout -f 29506a145f78d3c3a265c8023c0556baedb5187a # timeout=10 00:44:46 Commit message: "Merge commit 'e390d2e8669e02a2433017a3e20d0713a53de70e' into HEAD" 00:44:46 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:44:47 ++ find /w/workspace/edgex-go/39 00:44:47 ++ grep snapcraft.yaml 00:44:47 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/39/snap/snapcraft.yaml 00:44:46 > git rev-list --no-walk dc88de66f537d99954bad33b5948721b0e9eb814 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:44:47 provisioning config files... 00:44:47 copy managed file [EdgeX] to file:/w/workspace/edgex-go/39@tmp/config1308037692380767682tmp [Pipeline] { [Pipeline] sh 00:44:48 + cp /w/workspace/edgex-go/39@tmp/config1308037692380767682tmp /w/workspace/edgex-go/39/edgex-snap-store-login [Pipeline] sh 00:44:48 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/39:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:44:48 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:44:48 latest: Pulling from edgex-devops/edgex-snap-builder 00:44:48 f08d8e2a3ba1: Pulling fs layer 00:44:48 3baa9cb2483b: Pulling fs layer 00:44:48 94e5ff4c0b15: Pulling fs layer 00:44:48 1860925334f9: Pulling fs layer 00:44:48 2daf38717194: Pulling fs layer 00:44:48 309017e8d7a4: Pulling fs layer 00:44:48 f7790dc9fd0f: Pulling fs layer 00:44:48 cac0ae9282c2: Pulling fs layer 00:44:48 1f4cadf9a1ed: Pulling fs layer 00:44:48 1860925334f9: Waiting 00:44:48 f7790dc9fd0f: Waiting 00:44:48 2daf38717194: Waiting 00:44:48 cac0ae9282c2: Waiting 00:44:48 309017e8d7a4: Waiting 00:44:48 94e5ff4c0b15: Verifying Checksum 00:44:48 94e5ff4c0b15: Download complete 00:44:48 3baa9cb2483b: Verifying Checksum 00:44:48 3baa9cb2483b: Download complete 00:44:48 1860925334f9: Verifying Checksum 00:44:48 1860925334f9: Download complete 00:44:48 309017e8d7a4: Verifying Checksum 00:44:48 309017e8d7a4: Download complete 00:44:48 f7790dc9fd0f: Download complete 00:44:48 cac0ae9282c2: Verifying Checksum 00:44:48 cac0ae9282c2: Download complete 00:44:49 1f4cadf9a1ed: Verifying Checksum 00:44:49 1f4cadf9a1ed: Download complete 00:44:50 f08d8e2a3ba1: Verifying Checksum 00:44:50 f08d8e2a3ba1: Download complete 00:44:51 f08d8e2a3ba1: Pull complete 00:44:51 3baa9cb2483b: Pull complete 00:44:51 94e5ff4c0b15: Pull complete 00:44:52 1860925334f9: Pull complete 00:44:56 2daf38717194: Verifying Checksum 00:44:56 2daf38717194: Download complete 00:45:18 2daf38717194: Pull complete 00:45:18 309017e8d7a4: Pull complete 00:45:18 f7790dc9fd0f: Pull complete 00:45:18 cac0ae9282c2: Pull complete 00:45:18 1f4cadf9a1ed: Pull complete 00:45:18 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 00:45:18 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:45:22 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:22 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:45:22 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:45:22 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:45:22 Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB] 00:45:23 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] 00:45:23 Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 00:45:23 Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 00:45:23 Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB] 00:45:23 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB] 00:45:23 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 00:45:23 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 00:45:23 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 00:45:23 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 00:45:24 Fetched 8178 kB in 2s (3899 kB/s) 00:45:26 Reading package lists... 00:45:28 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: 00:45:28 - README.md 00:45:28 00:45:28 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:45:31 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:45:31 Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:45:31 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:45:31 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 00:45:33 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 42% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 82% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:45:34 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:34 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:45:34 ---> c73a52dbe150 00:45:34 Step 3/27 : WORKDIR /edgex-go 00:45:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:34 ---> c73a52dbe150 00:45:34 Step 3/24 : WORKDIR /edgex-go 00:45:34 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:34 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:34 ---> c73a52dbe150 00:45:34 Step 3/22 : WORKDIR /edgex-go 00:45:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:34 ---> c73a52dbe150 00:45:34 Step 3/24 : WORKDIR /edgex-go 00:45:34 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:34 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:34 ---> c73a52dbe150 00:45:34 Step 3/21 : WORKDIR /edgex-go 00:45:34 ---> Running in 6a0af7f61d0d 00:45:34 ---> Running in 271810cbd89c 00:45:34 ---> Running in c8670c277781 00:45:34 ---> Running in 5badec551b7b 00:45:34 ---> Running in d6ffa8ceff82 00:45:34 Removing intermediate container 5badec551b7b 00:45:34 ---> 56dfbaebc15e 00:45:34 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:34 Removing intermediate container 6a0af7f61d0d 00:45:34 ---> 1ce32b1155dc 00:45:34 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:34 Removing intermediate container c8670c277781 00:45:34 ---> b50c220b8be3 00:45:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:34 Removing intermediate container 271810cbd89c 00:45:34 ---> b1bca51b0864 00:45:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:34 Removing intermediate container d6ffa8ceff82 00:45:34 ---> d4ff30fb0f98 00:45:34 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:34 ---> Running in 3cf13927b6bc 00:45:34 ---> Running in 7a2fa6e5ce61 00:45:34 ---> Running in 8a3d1b0a0139 00:45:34 ---> Running in 2285710bb59c 00:45:34 ---> Running in 24011f7a75dc 00:45:35 Removing intermediate container 8a3d1b0a0139 00:45:35 ---> 7ca4140952a0 00:45:35 Step 5/22 : RUN apk update && apk add make git 00:45:35 ---> Running in 628dc32fb766 00:45:36 Removing intermediate container 3cf13927b6bc 00:45:36 ---> 84e817e1d8fa 00:45:36 Step 5/27 : RUN apk update && apk add make bash git 00:45:36 ---> Running in 6a049252fb37 00:45:36 Removing intermediate container 7a2fa6e5ce61 00:45:36 ---> 13e096c694e0 00:45:36 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:45:36 Removing intermediate container 24011f7a75dc 00:45:36 ---> ff22e9d950e9 00:45:36 Step 5/21 : RUN apk update && apk add make git 00:45:36 Removing intermediate container 2285710bb59c 00:45:36 ---> f31ebdeefb66 00:45:36 Step 5/24 : RUN apk update && apk add make git 00:45:36 ---> Running in 780874ea354e 00:45:37 ---> Running in a018f29057dd 00:45:37 ---> Running in 0465119f6adc 00:45:38 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip 00:45:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:39 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 26% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 69% Reading package lists... 71% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 00:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:39 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:45:39 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:45:39 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:39 The following packages were automatically installed and are no longer required: 00:45:39 libjq1 libonig4 00:45:39 Use 'sudo apt autoremove' to remove them. 00:45:39 Suggested packages: 00:45:39 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 00:45:39 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 00:45:39 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 00:45:39 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 00:45:39 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 00:45:39 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 00:45:39 git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc 00:45:39 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 00:45:39 | libterm-readline-perl-perl 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:40 The following NEW packages will be installed: 00:45:40 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 00:45:40 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 00:45:40 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 00:45:40 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 00:45:40 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 00:45:40 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 00:45:40 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 00:45:40 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 00:45:40 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:45:40 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:45:40 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 00:45:40 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 00:45:40 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 00:45:40 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 00:45:40 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 00:45:40 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 00:45:40 perl perl-modules-5.26 pkg-config unzip zip 00:45:40 The following packages will be upgraded: 00:45:40 libc6 perl-base 00:45:40 2 upgraded, 101 newly installed, 0 to remove and 35 not upgraded. 00:45:40 Need to get 84.4 MB of archives. 00:45:40 After this operation, 369 MB of additional disk space will be used. 00:45:40 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:40 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:45:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:41 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:41 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:41 OK: 12623 distinct packages available 00:45:41 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 688 kB/1391 kB 49%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:45:41 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:41 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:41 OK: 12623 distinct packages available 00:45:41 2% [2 libc6 22.9 kB/2831 kB 1%] 4% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 00:45:41 4% [3 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 5% [Working] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 00:45:41 5% [4 perl-modules-5.26 0 B/2762 kB 0%] 7% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 00:45:41 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] 8% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:45:41 8% [6 libgdbm-compat4 0 B/6084 B 0%] 8% [Working] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:45:41 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:41 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:41 OK: 12623 distinct packages available 00:45:41 8% [7 libperl5.26 20.5 kB/3534 kB 1%] 11% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 00:45:41 11% [8 perl 47.9 kB/201 kB 24%] 12% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 00:45:41 12% [9 less 42.7 kB/112 kB 38%] 12% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 00:45:41 12% [10 netbase 12.7 kB/12.7 kB 100%] 12% [Working] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 00:45:41 12% [11 manpages 49.0 kB/1234 kB 4%] 14% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 00:45:41 14% [12 binutils-common 0 B/196 kB 0%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:45:41 14% [13 libbinutils 0 B/488 kB 0%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:45:41 OK: 217 MiB in 51 packages 00:45:42 15% [14 binutils-x86-64-linux-gnu 31.0 kB/1839 kB 2%] 17% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 00:45:42 17% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:45:42 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 00:45:42 17% [17 linux-libc-dev 16.2 kB/998 kB 2%] 18% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.3 [2586 kB] 00:45:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:42 OK: 217 MiB in 51 packages 00:45:42 18% [18 libc6-dev 65.5 kB/2586 kB 3%] 21% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 00:45:42 21% [19 gcc-7-base 18.3 kB/18.3 kB 100%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 00:45:42 21% [20 libisl19 17.5 kB/551 kB 3%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 00:45:42 22% [21 libmpfr6 4096 B/243 kB 2%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 00:45:42 22% [22 libmpc3 9306 B/40.8 kB 23%] 22% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:45:42 OK: 217 MiB in 51 packages 00:45:42 22% [23 cpp-7 33.8 kB/8591 kB 0%] 31% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 00:45:42 31% [24 cpp 27.6 kB/27.7 kB 100%] 31% [Working] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 00:45:42 31% [25 libcc1-0 0 B/39.4 kB 0%] 31% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 00:45:42 31% [26 libgomp1 25.5 kB/76.5 kB 33%] 31% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:45:42 32% [27 libitm1 14.4 kB/27.9 kB 51%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:45:42 32% [28 libatomic1 9192 B/9192 B 100%] 32% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 00:45:42 32% [29 libasan4 42.2 kB/358 kB 12%] 32% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:45:42 32% [30 liblsan0 11.2 kB/133 kB 8%] 33% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:45:42 33% [31 libtsan0 9351 B/288 kB 3%] 33% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:45:42 33% [32 libubsan0 41.0 kB/126 kB 32%] 34% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:45:42 34% [33 libcilkrts5 0 B/42.5 kB 0%] 34% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 00:45:42 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:45:42 34% [35 libquadmath0 64.1 kB/134 kB 48%] 34% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 00:45:42 34% [36 libgcc-7-dev 46.2 kB/2378 kB 2%] 37% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 00:45:43 37% [37 gcc-7 41.3 kB/9381 kB 0%] 46% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:45:43 46% [38 gcc 0 B/5184 B 0%] 46% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:45:43 46% [39 libstdc++-7-dev 0 B/1471 kB 0%] 48% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 00:45:43 48% [40 g++-7 0 B/9697 kB 0%] 57% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 00:45:43 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:45:43 57% [42 make 57.3 kB/154 kB 37%] 58% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 00:45:43 58% [43 libdpkg-perl 32.8 kB/211 kB 16%] 58% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 00:45:43 58% [44 patch 24.3 kB/102 kB 24%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 00:45:43 58% [45 dpkg-dev 53.3 kB/607 kB 9%] 59% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 00:45:43 59% [46 build-essential 4758 B/4758 B 100%] 59% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 00:45:43 59% [47 cmake-data 30.8 kB/1332 kB 2%] 61% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 00:45:43 61% [48 libarchive13 9726 B/288 kB 3%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 00:45:43 61% [49 libjsoncpp1 34.7 kB/73.6 kB 47%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 00:45:43 61% [50 librhash0 36.9 kB/78.1 kB 47%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 00:45:43 Removing intermediate container 780874ea354e 00:45:43 ---> f0fe75c3cb4b 00:45:43 Step 6/24 : COPY go.mod . 00:45:43 Removing intermediate container 0465119f6adc 00:45:43 ---> 04981c903a99 00:45:43 Step 6/21 : COPY go.mod . 00:45:43 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:43 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:43 OK: 12623 distinct packages available 00:45:44 62% [51 libuv1 28.5 kB/64.4 kB 44%] 62% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 00:45:44 62% [52 cmake 29.4 kB/3152 kB 1%] 65% [Waiting for headers] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 00:45:44 65% [53 curl 22.7 kB/159 kB 14%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 00:45:44 65% [54 libfakeroot 25.9 kB/25.9 kB 100%] 66% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 00:45:44 66% [55 fakeroot 0 B/62.3 kB 0%] 66% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] 00:45:44 Removing intermediate container a018f29057dd 00:45:44 ---> 77b4fdf1ea71 00:45:44 Step 6/24 : COPY go.mod . 00:45:44 66% [56 libc6-i386 23.5 kB/2652 kB 1%] 69% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.3 [1817 kB] 00:45:44 69% [57 libc6-dev-i386 28.7 kB/1817 kB 2%] 71% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.3 [2847 kB] 00:45:44 71% [58 libc6-x32 0 B/2847 kB 0%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] 00:45:44 74% [59 libc6-dev-x32 60.5 kB/2016 kB 3%] 76% [Waiting for headers] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 00:45:44 76% [60 lib32gcc1 10.1 kB/48.1 kB 21%] 76% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 00:45:44 76% [61 libx32gcc1 0 B/40.5 kB 0%] 76% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 00:45:44 76% [62 lib32gomp1 0 B/83.7 kB 0%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 00:45:44 76% [63 libx32gomp1 33.5 kB/77.8 kB 43%] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 00:45:44 77% [64 lib32itm1 21.0 kB/30.0 kB 70%] 77% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 00:45:44 77% [65 libx32itm1 16.4 kB/28.1 kB 58%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 00:45:44 77% [66 lib32atomic1 8664 B/8664 B 100%] 77% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 00:45:44 77% [67 libx32atomic1 9188 B/9188 B 100%] 77% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 00:45:44 77% [68 lib32asan4 9480 B/362 kB 3%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 00:45:44 78% [69 libx32asan4 40.9 kB/351 kB 12%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 00:45:44 78% [70 lib32stdc++6 16.9 kB/415 kB 4%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 00:45:44 79% [71 lib32ubsan0 16.4 kB/140 kB 12%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 00:45:44 79% [72 libx32stdc++6 8192 B/387 kB 2%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 00:45:44 80% [73 libx32ubsan0 20.5 kB/127 kB 16%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 00:45:44 80% [74 lib32cilkrts5 32.8 kB/47.2 kB 69%] 81% [Working] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 00:45:44 81% [75 libx32cilkrts5 4096 B/43.0 kB 10%] 81% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 00:45:44 81% [76 lib32mpx2 8192 B/12.9 kB 64%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 00:45:44 81% [77 lib32quadmath0 22.2 kB/208 kB 11%] 81% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 00:45:44 81% [78 libx32quadmath0 10.8 kB/135 kB 8%] 82% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 00:45:44 ---> fd2215177503 00:45:44 Step 7/24 : RUN go mod download 00:45:44 ---> d1e929c33ae3 00:45:44 Step 7/21 : RUN go mod download 00:45:44 82% [79 lib32gcc-7-dev 28.7 kB/2211 kB 1%] 84% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 00:45:44 84% [80 libx32gcc-7-dev 23.5 kB/1999 kB 1%] 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 00:45:44 86% [81 gcc-7-multilib 1048 B/1048 B 100%] 86% [Working] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 00:45:45 OK: 217 MiB in 51 packages 00:45:45 ---> Running in e6055d055080 00:45:45 ---> af93ac09cfeb 00:45:45 Step 7/24 : RUN go mod download 00:45:45 ---> Running in 7aa41321db78 00:45:45 86% [82 lib32stdc++-7-dev 0 B/626 kB 0%] 87% [Waiting for headers] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 00:45:45 87% [83 libx32stdc++-7-dev 17.8 kB/582 kB 3%] 88% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 00:45:45 88% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 00:45:45 88% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 00:45:45 88% [86 g++-multilib 1020 B/1020 B 100%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 00:45:45 88% [87 libcurl3-gnutls 21.1 kB/213 kB 10%] 89% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:45:45 Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:45:45 89% [89 git-man 131 kB/804 kB 16%] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:45:45 90% [90 git 95.5 kB/3915 kB 2%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 00:45:45 94% [91 libalgorithm-diff-perl 46.9 kB/47.6 kB 98%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 00:45:45 Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:45:45 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 00:45:45 Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:45:45 95% [95 libnorm1 131 kB/224 kB 58%] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:45:45 95% [96 libpgm-5.2-0 85.0 kB/157 kB 54%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:45:45 95% [97 libsodium23 33.2 kB/143 kB 23%] 96% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 00:45:45 96% [98 libzmq5 23.9 kB/221 kB 11%] 96% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 00:45:45 96% [99 libzmq3-dev 46.9 kB/400 kB 12%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 00:45:45 97% [100 manpages-dev 4096 B/2217 kB 0%] 99% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:45:45 ---> Running in 3ef20ec1badd 00:45:45 99% [101 pkg-config 0 B/45.0 kB 0%] 99% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 00:45:45 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:45 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:45 OK: 12623 distinct packages available 00:45:45 99% [102 unzip 0 B/167 kB 0%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:45:45 100% [103 zip 0 B/167 kB 0%] 100% [Working] Fetched 84.4 MB in 6s (15.2 MB/s) 00:45:46 debconf: delaying package configuration, since apt-utils is not installed 00:45:46 (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.) 00:45:46 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:46 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 00:45:46 OK: 217 MiB in 51 packages 00:45:46 Removing intermediate container 628dc32fb766 00:45:46 ---> 92d9b6f437c2 00:45:46 Step 6/22 : COPY go.mod . 00:45:48 ---> 75c37a8571eb 00:45:48 Step 7/22 : RUN go mod download 00:45:48 Removing intermediate container 6a049252fb37 00:45:48 ---> 920a1ec3d741 00:45:48 Step 6/27 : COPY go.mod . 00:45:48 ---> Running in 94a78776e9a1 00:45:49 ---> 2e4f0fed1378 00:45:49 Step 7/27 : RUN go mod download 00:45:49 ---> Running in 8a445e514466 00:45:50 Removing intermediate container e6055d055080 00:45:50 ---> 9c85ae981104 00:45:50 Step 8/24 : COPY . . 00:45:50 Removing intermediate container 7aa41321db78 00:45:50 ---> e1d5bc156e0a 00:45:50 Step 8/21 : COPY . . 00:45:50 Removing intermediate container 3ef20ec1badd 00:45:50 ---> 93076315a939 00:45:50 Step 8/24 : COPY . . 00:45:50 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:45:50 (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.) 00:45:50 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:45:50 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... 00:45:53 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:45:54 Removing intermediate container 94a78776e9a1 00:45:54 ---> be0a709d7c9b 00:45:54 Step 8/22 : COPY . . 00:45:54 Removing intermediate container 8a445e514466 00:45:54 ---> 2ceadb28b552 00:45:54 Step 8/27 : COPY . . 00:45:54 Selecting previously unselected package liblocale-gettext-perl. 00:45:54 (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.) 00:45:54 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 00:45:54 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:45:54 Selecting previously unselected package perl-modules-5.26. 00:45:54 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:45:54 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:45:55 Selecting previously unselected package libgdbm5:amd64. 00:45:55 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 00:45:55 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:45:55 Selecting previously unselected package libgdbm-compat4:amd64. 00:45:55 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:45:55 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:45:55 Selecting previously unselected package libperl5.26:amd64. 00:45:55 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:55 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:45:56 Selecting previously unselected package perl. 00:45:56 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:45:56 Unpacking perl (5.26.1-6ubuntu0.5) ... 00:45:56 Selecting previously unselected package less. 00:45:56 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 00:45:56 Unpacking less (487-0.1) ... 00:45:56 Selecting previously unselected package netbase. 00:45:56 Preparing to unpack .../007-netbase_5.4_all.deb ... 00:45:56 Unpacking netbase (5.4) ... 00:45:56 Selecting previously unselected package manpages. 00:45:56 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 00:45:56 Unpacking manpages (4.15-1) ... 00:45:57 Selecting previously unselected package binutils-common:amd64. 00:45:57 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:57 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:57 Selecting previously unselected package libbinutils:amd64. 00:45:57 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:57 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:45:57 Selecting previously unselected package binutils-x86-64-linux-gnu. 00:45:57 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:57 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:45:58 Selecting previously unselected package binutils. 00:45:58 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:45:58 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:45:58 Selecting previously unselected package libc-dev-bin. 00:45:58 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:45:58 Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... 00:45:58 Selecting previously unselected package linux-libc-dev:amd64. 00:45:58 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 00:45:58 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 00:45:58 Selecting previously unselected package libc6-dev:amd64. 00:45:58 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:45:58 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:45:59 Selecting previously unselected package gcc-7-base:amd64. 00:45:59 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:45:59 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:45:59 Selecting previously unselected package libisl19:amd64. 00:45:59 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 00:45:59 Unpacking libisl19:amd64 (0.19-1) ... 00:45:59 Selecting previously unselected package libmpfr6:amd64. 00:45:59 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 00:45:59 Unpacking libmpfr6:amd64 (4.0.1-1) ... 00:46:00 Selecting previously unselected package libmpc3:amd64. 00:46:00 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 00:46:00 Unpacking libmpc3:amd64 (1.1.0-1) ... 00:46:00 Selecting previously unselected package cpp-7. 00:46:00 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:00 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package cpp. 00:46:02 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:02 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:46:02 Selecting previously unselected package libcc1-0:amd64. 00:46:02 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libgomp1:amd64. 00:46:02 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libitm1:amd64. 00:46:02 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libatomic1:amd64. 00:46:02 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libasan4:amd64. 00:46:02 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package liblsan0:amd64. 00:46:02 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libtsan0:amd64. 00:46:02 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libubsan0:amd64. 00:46:02 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libcilkrts5:amd64. 00:46:02 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libmpx2:amd64. 00:46:02 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libquadmath0:amd64. 00:46:02 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:02 Selecting previously unselected package libgcc-7-dev:amd64. 00:46:02 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:02 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:03 Selecting previously unselected package gcc-7. 00:46:03 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:03 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:04 Selecting previously unselected package gcc. 00:46:04 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:04 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:46:04 Selecting previously unselected package libstdc++-7-dev:amd64. 00:46:04 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:04 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:05 Selecting previously unselected package g++-7. 00:46:05 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:05 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:06 Selecting previously unselected package g++. 00:46:06 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:06 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:46:06 Selecting previously unselected package make. 00:46:06 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 00:46:06 Unpacking make (4.1-9.1ubuntu1) ... 00:46:06 Selecting previously unselected package libdpkg-perl. 00:46:06 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:46:06 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:06 Selecting previously unselected package patch. 00:46:06 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:46:06 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:46:06 Selecting previously unselected package dpkg-dev. 00:46:06 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:46:06 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:06 Selecting previously unselected package build-essential. 00:46:06 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 00:46:06 Unpacking build-essential (12.4ubuntu1) ... 00:46:06 Selecting previously unselected package cmake-data. 00:46:06 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 00:46:06 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 00:46:08 Selecting previously unselected package libarchive13:amd64. 00:46:08 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 00:46:08 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 00:46:08 Selecting previously unselected package libjsoncpp1:amd64. 00:46:08 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 00:46:08 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 00:46:08 Selecting previously unselected package librhash0:amd64. 00:46:08 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 00:46:08 Unpacking librhash0:amd64 (1.3.6-2) ... 00:46:08 Selecting previously unselected package libuv1:amd64. 00:46:08 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 00:46:08 Unpacking libuv1:amd64 (1.18.0-3) ... 00:46:08 Selecting previously unselected package cmake. 00:46:08 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 00:46:08 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 00:46:09 Selecting previously unselected package curl. 00:46:09 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 00:46:09 Unpacking curl (7.58.0-2ubuntu3.10) ... 00:46:09 Selecting previously unselected package libfakeroot:amd64. 00:46:09 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 00:46:09 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 00:46:09 Selecting previously unselected package fakeroot. 00:46:09 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 00:46:09 Unpacking fakeroot (1.22-2ubuntu1) ... 00:46:09 Selecting previously unselected package libc6-i386. 00:46:09 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... 00:46:09 Unpacking libc6-i386 (2.27-3ubuntu1.3) ... 00:46:09 Selecting previously unselected package libc6-dev-i386. 00:46:09 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... 00:46:09 Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... 00:46:10 Selecting previously unselected package libc6-x32. 00:46:10 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... 00:46:10 Unpacking libc6-x32 (2.27-3ubuntu1.3) ... 00:46:10 Selecting previously unselected package libc6-dev-x32. 00:46:10 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... 00:46:10 Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... 00:46:11 Selecting previously unselected package lib32gcc1. 00:46:11 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package libx32gcc1. 00:46:11 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package lib32gomp1. 00:46:11 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package libx32gomp1. 00:46:11 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package lib32itm1. 00:46:11 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package libx32itm1. 00:46:11 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package lib32atomic1. 00:46:11 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package libx32atomic1. 00:46:11 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:46:11 Selecting previously unselected package lib32asan4. 00:46:11 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:11 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 00:46:12 Selecting previously unselected package libx32asan4. 00:46:12 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 00:46:12 Selecting previously unselected package lib32stdc++6. 00:46:12 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:46:12 Selecting previously unselected package lib32ubsan0. 00:46:12 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:46:12 Selecting previously unselected package libx32stdc++6. 00:46:12 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:46:12 Selecting previously unselected package libx32ubsan0. 00:46:12 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:46:12 Selecting previously unselected package lib32cilkrts5. 00:46:12 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:12 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package libx32cilkrts5. 00:46:13 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package lib32mpx2. 00:46:13 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package lib32quadmath0. 00:46:13 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package libx32quadmath0. 00:46:13 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package lib32gcc-7-dev. 00:46:13 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package libx32gcc-7-dev. 00:46:13 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:13 Selecting previously unselected package gcc-7-multilib. 00:46:13 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:13 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:46:14 Selecting previously unselected package lib32stdc++-7-dev. 00:46:14 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:14 Selecting previously unselected package libx32stdc++-7-dev. 00:46:14 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:14 Selecting previously unselected package g++-7-multilib. 00:46:14 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:46:14 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:46:14 Selecting previously unselected package gcc-multilib. 00:46:14 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:14 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 00:46:14 Selecting previously unselected package g++-multilib. 00:46:14 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:46:14 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 00:46:14 Selecting previously unselected package libcurl3-gnutls:amd64. 00:46:14 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 00:46:14 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:46:14 Selecting previously unselected package liberror-perl. 00:46:14 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 00:46:14 Unpacking liberror-perl (0.17025-1) ... 00:46:14 Selecting previously unselected package git-man. 00:46:14 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:46:14 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:46:14 Selecting previously unselected package git. 00:46:14 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:46:14 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:46:15 Selecting previously unselected package libalgorithm-diff-perl. 00:46:15 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:46:15 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:46:15 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:46:15 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 00:46:15 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:46:15 Selecting previously unselected package libalgorithm-merge-perl. 00:46:15 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 00:46:15 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:46:15 Selecting previously unselected package libfile-fcntllock-perl. 00:46:15 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 00:46:15 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:46:15 Selecting previously unselected package libnorm1:amd64. 00:46:15 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:46:15 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:16 Selecting previously unselected package libpgm-5.2-0:amd64. 00:46:16 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:46:16 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:16 Selecting previously unselected package libsodium23:amd64. 00:46:16 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 00:46:16 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:46:16 Selecting previously unselected package libzmq5:amd64. 00:46:16 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:16 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:16 Selecting previously unselected package libzmq3-dev:amd64. 00:46:16 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:46:16 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:16 Selecting previously unselected package manpages-dev. 00:46:16 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 00:46:16 ---> 812ea0e5c5ad 00:46:16 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:46:16 ---> 54460b69fbda 00:46:16 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:46:16 ---> a9f048b16f1f 00:46:16 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:46:16 ---> bca33de959a0 00:46:16 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:46:16 ---> Running in 9f8741f6b3bd 00:46:16 ---> Running in ffaebe88288b 00:46:16 ---> Running in 5baae9867bed 00:46:16 ---> 98a9724a0fd1 00:46:16 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:46:16 ---> Running in b740dbc4fddc 00:46:16 ---> Running in 61dfff4d318b 00:46:16 Unpacking manpages-dev (4.15-1) ... 00:46:16 Selecting previously unselected package pkg-config. 00:46:16 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:46:16 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:46:17 Selecting previously unselected package unzip. 00:46:17 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 00:46:17 Unpacking unzip (6.0-21ubuntu1) ... 00:46:17 Selecting previously unselected package zip. 00:46:17 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 00:46:17 Unpacking zip (3.0-11build1) ... 00:46:17 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up libc6-x32 (2.27-3ubuntu1.3) ... 00:46:17 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:46:17 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up manpages (4.15-1) ... 00:46:17 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:46:17 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up less (487-0.1) ... 00:46:17 Setting up make (4.1-9.1ubuntu1) ... 00:46:17 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up curl (7.58.0-2ubuntu3.10) ... 00:46:17 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 00:46:17 Setting up libuv1:amd64 (1.18.0-3) ... 00:46:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:46:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up unzip (6.0-21ubuntu1) ... 00:46:17 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 00:46:17 Setting up libmpfr6:amd64 (4.0.1-1) ... 00:46:17 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 00:46:17 Setting up libc6-i386 (2.27-3ubuntu1.3) ... 00:46:17 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:46:17 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:46:17 Setting up zip (3.0-11build1) ... 00:46:17 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:46:17 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:46:18 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 00:46:18 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up librhash0:amd64 (1.3.6-2) ... 00:46:18 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:46:18 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:18 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:18 Setting up libsodium23:amd64 (1.0.16-2) ... 00:46:18 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up patch (2.7.6-2ubuntu1.1) ... 00:46:18 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 00:46:18 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 00:46:18 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:46:18 Setting up libmpc3:amd64 (1.1.0-1) ... 00:46:18 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:46:18 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:46:18 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up manpages-dev (4.15-1) ... 00:46:18 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:46:18 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:46:18 Setting up netbase (5.4) ... 00:46:18 Setting up libisl19:amd64 (0.19-1) ... 00:46:18 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 00:46:18 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 00:46:18 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:46:18 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:46:18 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:18 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 00:46:18 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 00:46:18 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 00:46:19 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:46:19 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:46:19 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 00:46:19 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:46:19 Setting up fakeroot (1.22-2ubuntu1) ... 00:46:19 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:46:19 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 00:46:19 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 00:46:19 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 00:46:19 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 00:46:19 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 00:46:19 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 00:46:19 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 00:46:19 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 00:46:19 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:46:19 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:46:19 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 00:46:19 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... 00:46:19 Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... 00:46:19 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:46:19 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:46:19 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up perl (5.26.1-6ubuntu0.5) ... 00:46:19 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:46:19 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:46:19 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:46:19 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up liberror-perl (0.17025-1) ... 00:46:19 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:46:19 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:46:19 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:46:19 Setting up libalgorithm-merge-perl (0.08-3) ... 00:46:20 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:46:20 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:46:20 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:46:20 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:46:20 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 00:46:20 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:46:20 Setting up build-essential (12.4ubuntu1) ... 00:46:20 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 00:46:20 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:46:20 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 00:46:20 Processing triggers for mime-support (3.60ubuntu1) ... 00:46:20 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:46:22 binutils set to automatically installed. 00:46:22 binutils-common set to automatically installed. 00:46:22 binutils-x86-64-linux-gnu set to automatically installed. 00:46:22 build-essential set to automatically installed. 00:46:22 cmake set to automatically installed. 00:46:22 cmake-data set to automatically installed. 00:46:22 cpp set to automatically installed. 00:46:22 cpp-7 set to automatically installed. 00:46:22 curl set to automatically installed. 00:46:22 dpkg-dev set to automatically installed. 00:46:22 fakeroot set to automatically installed. 00:46:22 g++ set to automatically installed. 00:46:23 g++-7 set to automatically installed. 00:46:23 g++-7-multilib set to automatically installed. 00:46:23 g++-multilib set to automatically installed. 00:46:23 gcc set to automatically installed. 00:46:23 gcc-7 set to automatically installed. 00:46:23 gcc-7-base set to automatically installed. 00:46:23 gcc-7-multilib set to automatically installed. 00:46:23 gcc-multilib set to automatically installed. 00:46:23 git set to automatically installed. 00:46:23 git-man set to automatically installed. 00:46:23 less set to automatically installed. 00:46:23 lib32asan4 set to automatically installed. 00:46:23 lib32atomic1 set to automatically installed. 00:46:23 lib32cilkrts5 set to automatically installed. 00:46:23 lib32gcc-7-dev set to automatically installed. 00:46:23 lib32gcc1 set to automatically installed. 00:46:23 lib32gomp1 set to automatically installed. 00:46:23 lib32itm1 set to automatically installed. 00:46:23 lib32mpx2 set to automatically installed. 00:46:23 lib32quadmath0 set to automatically installed. 00:46:23 lib32stdc++-7-dev set to automatically installed. 00:46:23 lib32stdc++6 set to automatically installed. 00:46:23 lib32ubsan0 set to automatically installed. 00:46:23 libalgorithm-diff-perl set to automatically installed. 00:46:23 libalgorithm-diff-xs-perl set to automatically installed. 00:46:23 libalgorithm-merge-perl set to automatically installed. 00:46:23 libarchive13 set to automatically installed. 00:46:23 libasan4 set to automatically installed. 00:46:23 libatomic1 set to automatically installed. 00:46:23 libbinutils set to automatically installed. 00:46:23 libc-dev-bin set to automatically installed. 00:46:23 libc6 set to automatically installed. 00:46:23 libc6-dev set to automatically installed. 00:46:23 libc6-dev-i386 set to automatically installed. 00:46:23 libc6-dev-x32 set to automatically installed. 00:46:23 libc6-i386 set to automatically installed. 00:46:23 libc6-x32 set to automatically installed. 00:46:23 libcc1-0 set to automatically installed. 00:46:23 libcilkrts5 set to automatically installed. 00:46:23 libcurl3-gnutls set to automatically installed. 00:46:23 libdpkg-perl set to automatically installed. 00:46:23 liberror-perl set to automatically installed. 00:46:23 libfakeroot set to automatically installed. 00:46:23 libfile-fcntllock-perl set to automatically installed. 00:46:23 libgcc-7-dev set to automatically installed. 00:46:23 libgdbm-compat4 set to automatically installed. 00:46:23 libgdbm5 set to automatically installed. 00:46:23 libgomp1 set to automatically installed. 00:46:23 libisl19 set to automatically installed. 00:46:23 libitm1 set to automatically installed. 00:46:23 libjsoncpp1 set to automatically installed. 00:46:23 liblocale-gettext-perl set to automatically installed. 00:46:23 liblsan0 set to automatically installed. 00:46:23 libmpc3 set to automatically installed. 00:46:23 libmpfr6 set to automatically installed. 00:46:23 libmpx2 set to automatically installed. 00:46:23 libnorm1 set to automatically installed. 00:46:23 libperl5.26 set to automatically installed. 00:46:23 libpgm-5.2-0 set to automatically installed. 00:46:23 libquadmath0 set to automatically installed. 00:46:23 librhash0 set to automatically installed. 00:46:23 libsodium23 set to automatically installed. 00:46:23 libstdc++-7-dev set to automatically installed. 00:46:23 libtsan0 set to automatically installed. 00:46:23 libubsan0 set to automatically installed. 00:46:23 libuv1 set to automatically installed. 00:46:23 libx32asan4 set to automatically installed. 00:46:23 libx32atomic1 set to automatically installed. 00:46:23 libx32cilkrts5 set to automatically installed. 00:46:23 libx32gcc-7-dev set to automatically installed. 00:46:23 libx32gcc1 set to automatically installed. 00:46:23 libx32gomp1 set to automatically installed. 00:46:23 libx32itm1 set to automatically installed. 00:46:23 libx32quadmath0 set to automatically installed. 00:46:23 libx32stdc++-7-dev set to automatically installed. 00:46:23 libx32stdc++6 set to automatically installed. 00:46:23 libx32ubsan0 set to automatically installed. 00:46:23 libzmq3-dev set to automatically installed. 00:46:23 libzmq5 set to automatically installed. 00:46:23 linux-libc-dev set to automatically installed. 00:46:23 make set to automatically installed. 00:46:23 manpages set to automatically installed. 00:46:23 manpages-dev set to automatically installed. 00:46:23 netbase set to automatically installed. 00:46:23 patch set to automatically installed. 00:46:23 perl set to automatically installed. 00:46:23 perl-base set to automatically installed. 00:46:23 perl-modules-5.26 set to automatically installed. 00:46:23 pkg-config set to automatically installed. 00:46:23 unzip set to automatically installed. 00:46:23 zip set to automatically installed. 00:46:23 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:46:23 Please ensure the environment is properly setup before continuing. 00:46:23 Ignore this message if the appropriate measures have already been taken 00:46:24 Pulling go-build-helper  00:46:25 'go115' has dependencies that need to be staged: go-build-helper 00:46:25 Skipping pull go-build-helper (already ran) 00:46:25 Building go-build-helper  00:46:31 Staging go-build-helper  00:46:32 Pulling go115  00:46:33 'app-service-config' has dependencies that need to be staged: go115 00:46:33 Skipping pull go115 (already ran) 00:46:33 Building go115  00:46:33 % Total % Received % Xferd Average Speed Time Time Time Current 00:46:33 Dload Upload Total Spent Left Speed 00:46:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 33 115M 33 38.4M 0 0 42.9M 0 0:00:02 --:--:-- 0:00:02 42.9M 82 115M 82 95.7M 0 0 50.6M 0 0:00:02 0:00:01 0:00:01 50.6M 100 115M 100 115M 0 0 52.7M 0 0:00:02 0:00:02 --:--:-- 52.7M 00:46:36 go1.15.2.linux-amd64.tar.gz: OK 00:46:46 Staging go115  00:46:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:46:47 14% [Working] 14% [Working] 99% [Working] 99% [Working] 99% Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] 00:46:47 30% 3% 3% 3% Get:3 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1354 kB] 00:46:47 3% 41% 41% 41% 41% Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 00:46:47 42% 47% Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1750 kB] 00:46:47 49% 96% Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 00:46:47 96% 99% 99% 99% 99% 99% [Working] 99% [Working] 99% 99% Get:7 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:46:48 97% 99% 99% 22% 22% [Working] 22% 22% 22% Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:46:48 22% 22% 22% 22% Get:9 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [11.3 MB] 00:46:49 22% 18% 18% 18% 22% 37% Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1344 kB] 00:46:49 71% 71% 71% 77% 77% Get:11 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [186 kB] 00:46:49 77% 78% 78% Get:12 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [13.5 kB] 00:46:49 78% 78% Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2119 kB] 00:46:49 78% 88% Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 00:46:49 88% 89% Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 00:46:49 89% 89% Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2167 kB] 00:46:49 89% 99% Get:17 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 00:46:49 99% 99% Get:18 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 00:46:51 99% 99% 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 99% [Working] 99% [Working] 99% 100% [Working] Fetched 21.3 MB in 0s (0 B/s) 00:46:56 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:46:56 5% 100% [Working] Fetched 224 kB in 0s (0 B/s) 00:46:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:46:57 8% 100% [Working] Fetched 157 kB in 0s (0 B/s) 00:46:57 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:46:58 5% 100% [Working] Fetched 221 kB in 0s (0 B/s) 00:46:58 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:46:58 8% 100% [Working] Fetched 143 kB in 0s (0 B/s) 00:46:58 Pulling app-service-config  00:47:00 Cloning into '/build/parts/app-service-config/src'... 00:47:00 remote: Enumerating objects: 21, done. 00:47:00 remote: Counting objects: 4% (1/21) remote: Counting objects: 9% (2/21) remote: Counting objects: 14% (3/21) remote: Counting objects: 19% (4/21) remote: Counting objects: 23% (5/21) remote: Counting objects: 28% (6/21) remote: Counting objects: 33% (7/21) remote: Counting objects: 38% (8/21) remote: Counting objects: 42% (9/21) remote: Counting objects: 47% (10/21) remote: Counting objects: 52% (11/21) remote: Counting objects: 57% (12/21) remote: Counting objects: 61% (13/21) remote: Counting objects: 66% (14/21) remote: Counting objects: 71% (15/21) remote: Counting objects: 76% (16/21) remote: Counting objects: 80% (17/21) remote: Counting objects: 85% (18/21) remote: Counting objects: 90% (19/21) remote: Counting objects: 95% (20/21) remote: Counting objects: 100% (21/21) remote: Counting objects: 100% (21/21), done. 00:47:00 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. 00:47:00 Receiving objects: 0% (1/857) Receiving objects: 1% (9/857) Receiving objects: 2% (18/857) Receiving objects: 3% (26/857) Receiving objects: 4% (35/857) Receiving objects: 5% (43/857) Receiving objects: 6% (52/857) Receiving objects: 7% (60/857) Receiving objects: 8% (69/857) Receiving objects: 9% (78/857) Receiving objects: 10% (86/857) Receiving objects: 11% (95/857) Receiving objects: 12% (103/857) Receiving objects: 13% (112/857) Receiving objects: 14% (120/857) Receiving objects: 15% (129/857) Receiving objects: 16% (138/857) Receiving objects: 17% (146/857) Receiving objects: 18% (155/857) Receiving objects: 19% (163/857) Receiving objects: 20% (172/857) Receiving objects: 21% (180/857) Receiving objects: 22% (189/857) Receiving objects: 23% (198/857) Receiving objects: 24% (206/857) Receiving objects: 25% (215/857) Receiving objects: 26% (223/857) Receiving objects: 27% (232/857) Receiving objects: 28% (240/857) Receiving objects: 29% (249/857) Receiving objects: 30% (258/857) Receiving objects: 31% (266/857) Receiving objects: 32% (275/857) Receiving objects: 33% (283/857) Receiving objects: 34% (292/857) Receiving objects: 35% (300/857) Receiving objects: 36% (309/857) Receiving objects: 37% (318/857) Receiving objects: 38% (326/857) Receiving objects: 39% (335/857) Receiving objects: 40% (343/857) Receiving objects: 41% (352/857) Receiving objects: 42% (360/857) Receiving objects: 43% (369/857) Receiving objects: 44% (378/857) Receiving objects: 45% (386/857) Receiving objects: 46% (395/857) Receiving objects: 47% (403/857) Receiving objects: 48% (412/857) Receiving objects: 49% (420/857) Receiving objects: 50% (429/857) Receiving objects: 51% (438/857) Receiving objects: 52% (446/857) Receiving objects: 53% (455/857) Receiving objects: 54% (463/857) Receiving objects: 55% (472/857) Receiving objects: 56% (480/857) Receiving objects: 57% (489/857) remote: Total 857 (delta 2), reused 15 (delta 1), pack-reused 836 00:47:00 Receiving objects: 58% (498/857) Receiving objects: 59% (506/857) Receiving objects: 60% (515/857) Receiving objects: 61% (523/857) Receiving objects: 62% (532/857) Receiving objects: 63% (540/857) Receiving objects: 64% (549/857) Receiving objects: 65% (558/857) Receiving objects: 66% (566/857) Receiving objects: 67% (575/857) Receiving objects: 68% (583/857) Receiving objects: 69% (592/857) Receiving objects: 70% (600/857) Receiving objects: 71% (609/857) Receiving objects: 72% (618/857) Receiving objects: 73% (626/857) Receiving objects: 74% (635/857) Receiving objects: 75% (643/857) Receiving objects: 76% (652/857) Receiving objects: 77% (660/857) Receiving objects: 78% (669/857) Receiving objects: 79% (678/857) Receiving objects: 80% (686/857) Receiving objects: 81% (695/857) Receiving objects: 82% (703/857) Receiving objects: 83% (712/857) Receiving objects: 84% (720/857) Receiving objects: 85% (729/857) Receiving objects: 86% (738/857) Receiving objects: 87% (746/857) Receiving objects: 88% (755/857) Receiving objects: 89% (763/857) Receiving objects: 90% (772/857) Receiving objects: 91% (780/857) Receiving objects: 92% (789/857) Receiving objects: 93% (798/857) Receiving objects: 94% (806/857) Receiving objects: 95% (815/857) Receiving objects: 96% (823/857) Receiving objects: 97% (832/857) Receiving objects: 98% (840/857) Receiving objects: 99% (849/857) Receiving objects: 100% (857/857) Receiving objects: 100% (857/857), 185.90 KiB | 5.81 MiB/s, done. 00:47:00 Resolving deltas: 0% (0/320) Resolving deltas: 1% (4/320) Resolving deltas: 2% (7/320) Resolving deltas: 3% (10/320) Resolving deltas: 5% (17/320) Resolving deltas: 9% (29/320) Resolving deltas: 10% (34/320) Resolving deltas: 11% (36/320) Resolving deltas: 12% (39/320) Resolving deltas: 14% (45/320) Resolving deltas: 22% (73/320) Resolving deltas: 23% (75/320) Resolving deltas: 24% (77/320) Resolving deltas: 39% (127/320) Resolving deltas: 40% (131/320) Resolving deltas: 41% (134/320) Resolving deltas: 44% (143/320) Resolving deltas: 64% (205/320) Resolving deltas: 70% (225/320) Resolving deltas: 71% (229/320) Resolving deltas: 72% (231/320) Resolving deltas: 73% (234/320) Resolving deltas: 80% (259/320) Resolving deltas: 82% (264/320) Resolving deltas: 85% (273/320) Resolving deltas: 86% (278/320) Resolving deltas: 87% (279/320) Resolving deltas: 91% (294/320) Resolving deltas: 92% (295/320) Resolving deltas: 96% (310/320) Resolving deltas: 100% (320/320) Resolving deltas: 100% (320/320), done. 00:47:00 Pulling config-common  00:47:02 Pulling consul  00:47:02 Cloning into '/build/parts/consul/src'... 00:47:03 remote: Enumerating objects: 9433, done. 00:47:03 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. 00:47:04 remote: Compressing objects: 0% (1/7554) remote: Compressing objects: 1% (76/7554) remote: Compressing objects: 2% (152/7554) remote: Compressing objects: 3% (227/7554) remote: Compressing objects: 4% (303/7554) remote: Compressing objects: 5% (378/7554) remote: Compressing objects: 6% (454/7554) remote: Compressing objects: 7% (529/7554) remote: Compressing objects: 8% (605/7554) remote: Compressing objects: 9% (680/7554) remote: Compressing objects: 10% (756/7554) remote: Compressing objects: 11% (831/7554) remote: Compressing objects: 12% (907/7554) remote: Compressing objects: 13% (983/7554) remote: Compressing objects: 14% (1058/7554) remote: Compressing objects: 15% (1134/7554) remote: Compressing objects: 16% (1209/7554) remote: Compressing objects: 17% (1285/7554) remote: Compressing objects: 18% (1360/7554) remote: Compressing objects: 19% (1436/7554) remote: Compressing objects: 20% (1511/7554) remote: Compressing objects: 21% (1587/7554) remote: Compressing objects: 22% (1662/7554) remote: Compressing objects: 23% (1738/7554) remote: Compressing objects: 24% (1813/7554) remote: Compressing objects: 25% (1889/7554) remote: Compressing objects: 26% (1965/7554) remote: Compressing objects: 27% (2040/7554) remote: Compressing objects: 28% (2116/7554) remote: Compressing objects: 29% (2191/7554) remote: Compressing objects: 30% (2267/7554) remote: Compressing objects: 31% (2342/7554) remote: Compressing objects: 32% (2418/7554) remote: Compressing objects: 33% (2493/7554) remote: Compressing objects: 34% (2569/7554) remote: Compressing objects: 35% (2644/7554) remote: Compressing objects: 36% (2720/7554) remote: Compressing objects: 37% (2795/7554) remote: Compressing objects: 38% (2871/7554) remote: Compressing objects: 39% (2947/7554) remote: Compressing objects: 40% (3022/7554) remote: Compressing objects: 41% (3098/7554) remote: Compressing objects: 42% (3173/7554) remote: Compressing objects: 43% (3249/7554) remote: Compressing objects: 44% (3324/7554) remote: Compressing objects: 45% (3400/7554) remote: Compressing objects: 46% (3475/7554) remote: Compressing objects: 47% (3551/7554) remote: Compressing objects: 48% (3626/7554) remote: Compressing objects: 49% (3702/7554) remote: Compressing objects: 50% (3777/7554) remote: Compressing objects: 51% (3853/7554) remote: Compressing objects: 52% (3929/7554) remote: Compressing objects: 53% (4004/7554) remote: Compressing objects: 54% (4080/7554) remote: Compressing objects: 55% (4155/7554) remote: Compressing objects: 56% (4231/7554) remote: Compressing objects: 57% (4306/7554) remote: Compressing objects: 58% (4382/7554) remote: Compressing objects: 59% (4457/7554) remote: Compressing objects: 60% (4533/7554) remote: Compressing objects: 61% (4608/7554) remote: Compressing objects: 62% (4684/7554) remote: Compressing objects: 63% (4760/7554) remote: Compressing objects: 64% (4835/7554) remote: Compressing objects: 65% (4911/7554) remote: Compressing objects: 66% (4986/7554) remote: Compressing objects: 67% (5062/7554) remote: Compressing objects: 68% (5137/7554) remote: Compressing objects: 68% (5170/7554) remote: Compressing objects: 69% (5213/7554) remote: Compressing objects: 70% (5288/7554) remote: Compressing objects: 71% (5364/7554) remote: Compressing objects: 72% (5439/7554) remote: Compressing objects: 73% (5515/7554) remote: Compressing objects: 74% (5590/7554) remote: Compressing objects: 75% (5666/7554) remote: Compressing objects: 76% (5742/7554) remote: Compressing objects: 77% (5817/7554) remote: Compressing objects: 78% (5893/7554) remote: Compressing objects: 79% (5968/7554) remote: Compressing objects: 80% (6044/7554) remote: Compressing objects: 81% (6119/7554) remote: Compressing objects: 82% (6195/7554) remote: Compressing objects: 83% (6270/7554) remote: Compressing objects: 84% (6346/7554) remote: Compressing objects: 85% (6421/7554) remote: Compressing objects: 86% (6497/7554) remote: Compressing objects: 87% (6572/7554) remote: Compressing objects: 88% (6648/7554) remote: Compressing objects: 89% (6724/7554) remote: Compressing objects: 90% (6799/7554) remote: Compressing objects: 91% (6875/7554) remote: Compressing objects: 92% (6950/7554) remote: Compressing objects: 93% (7026/7554) remote: Compressing objects: 94% (7101/7554) remote: Compressing objects: 95% (7177/7554) remote: Compressing objects: 96% (7252/7554) remote: Compressing objects: 97% (7328/7554) remote: Compressing objects: 98% (7403/7554) remote: Compressing objects: 99% (7479/7554) remote: Compressing objects: 100% (7554/7554) remote: Compressing objects: 100% (7554/7554), done. 00:47:07 Receiving objects: 0% (1/9433) Receiving objects: 1% (95/9433) Receiving objects: 2% (189/9433) Receiving objects: 3% (283/9433) Receiving objects: 4% (378/9433) Receiving objects: 5% (472/9433) Receiving objects: 6% (566/9433) Receiving objects: 7% (661/9433) Receiving objects: 8% (755/9433) Receiving objects: 9% (849/9433) Receiving objects: 10% (944/9433) Receiving objects: 11% (1038/9433) Receiving objects: 12% (1132/9433) Receiving objects: 13% (1227/9433) Receiving objects: 14% (1321/9433) Receiving objects: 15% (1415/9433) Receiving objects: 16% (1510/9433) Receiving objects: 17% (1604/9433) Receiving objects: 18% (1698/9433) Receiving objects: 19% (1793/9433) Receiving objects: 20% (1887/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 21% (1981/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 22% (2076/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 22% (2105/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 23% (2170/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 24% (2264/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 25% (2359/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 26% (2453/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 27% (2547/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 28% (2642/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 29% (2736/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 30% (2830/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 31% (2925/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 32% (3019/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 33% (3113/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 34% (3208/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 35% (3302/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 36% (3396/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 37% (3491/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 38% (3585/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 39% (3679/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 40% (3774/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 41% (3868/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 42% (3962/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 43% (4057/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 44% (4151/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 45% (4245/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 46% (4340/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 47% (4434/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 48% (4528/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 49% (4623/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 50% (4717/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 51% (4811/9433), 612.00 KiB | 770.00 KiB/s Receiving objects: 52% (4906/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 53% (5000/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 54% (5094/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 55% (5189/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 56% (5283/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 57% (5377/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 58% (5472/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 59% (5566/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 60% (5660/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 61% (5755/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 62% (5849/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 63% (5943/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 64% (6038/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 65% (6132/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 66% (6226/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 67% (6321/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 68% (6415/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 69% (6509/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 70% (6604/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 71% (6698/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 72% (6792/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 73% (6887/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 74% (6981/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 75% (7075/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 76% (7170/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 77% (7264/9433), 6.29 MiB | 4.88 MiB/s Receiving objects: 78% (7358/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 79% (7453/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 80% (7547/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 81% (7641/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 82% (7736/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 83% (7830/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 84% (7924/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 84% (7936/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 85% (8019/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 86% (8113/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 87% (8207/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 88% (8302/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 89% (8396/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 90% (8490/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 91% (8585/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 92% (8679/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 93% (8773/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 94% (8868/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 95% (8962/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 96% (9056/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 97% (9151/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 98% (9245/9433), 11.02 MiB | 6.16 MiB/s Receiving objects: 99% (9339/9433), 16.25 MiB | 7.09 MiB/s Receiving objects: 99% (9426/9433), 23.66 MiB | 8.48 MiB/s remote: Total 9433 (delta 1883), reused 6081 (delta 1372), pack-reused 0 00:47:07 Receiving objects: 100% (9433/9433), 23.66 MiB | 8.48 MiB/s Receiving objects: 100% (9433/9433), 27.62 MiB | 8.99 MiB/s, done. 00:47:08 Resolving deltas: 0% (0/1883) Resolving deltas: 1% (19/1883) Resolving deltas: 2% (47/1883) Resolving deltas: 4% (93/1883) Resolving deltas: 5% (96/1883) Resolving deltas: 6% (121/1883) Resolving deltas: 7% (142/1883) Resolving deltas: 8% (151/1883) Resolving deltas: 9% (170/1883) Resolving deltas: 10% (192/1883) Resolving deltas: 11% (214/1883) Resolving deltas: 12% (226/1883) Resolving deltas: 13% (245/1883) Resolving deltas: 14% (267/1883) Resolving deltas: 15% (286/1883) Resolving deltas: 16% (317/1883) Resolving deltas: 17% (321/1883) Resolving deltas: 18% (340/1883) Resolving deltas: 19% (358/1883) Resolving deltas: 20% (378/1883) Resolving deltas: 21% (396/1883) Resolving deltas: 22% (415/1883) Resolving deltas: 23% (436/1883) Resolving deltas: 24% (457/1883) Resolving deltas: 25% (471/1883) Resolving deltas: 26% (490/1883) Resolving deltas: 27% (510/1883) Resolving deltas: 28% (533/1883) Resolving deltas: 29% (557/1883) Resolving deltas: 30% (567/1883) Resolving deltas: 31% (587/1883) Resolving deltas: 32% (605/1883) Resolving deltas: 33% (622/1883) Resolving deltas: 36% (688/1883) Resolving deltas: 37% (698/1883) Resolving deltas: 38% (716/1883) Resolving deltas: 39% (745/1883) Resolving deltas: 40% (754/1883) Resolving deltas: 41% (773/1883) Resolving deltas: 42% (791/1883) Resolving deltas: 43% (814/1883) Resolving deltas: 44% (831/1883) Resolving deltas: 45% (854/1883) Resolving deltas: 46% (869/1883) Resolving deltas: 47% (886/1883) Resolving deltas: 48% (904/1883) Resolving deltas: 49% (925/1883) Resolving deltas: 50% (942/1883) Resolving deltas: 51% (962/1883) Resolving deltas: 52% (981/1883) Resolving deltas: 53% (1001/1883) Resolving deltas: 54% (1023/1883) Resolving deltas: 55% (1036/1883) Resolving deltas: 56% (1055/1883) Resolving deltas: 57% (1077/1883) Resolving deltas: 58% (1095/1883) Resolving deltas: 59% (1123/1883) Resolving deltas: 60% (1132/1883) Resolving deltas: 61% (1150/1883) Resolving deltas: 62% (1168/1883) Resolving deltas: 63% (1188/1883) Resolving deltas: 64% (1207/1883) Resolving deltas: 65% (1230/1883) Resolving deltas: 66% (1245/1883) Resolving deltas: 67% (1262/1883) Resolving deltas: 68% (1281/1883) Resolving deltas: 69% (1303/1883) Resolving deltas: 70% (1321/1883) Resolving deltas: 71% (1337/1883) Resolving deltas: 72% (1359/1883) Resolving deltas: 73% (1383/1883) Resolving deltas: 74% (1397/1883) Resolving deltas: 75% (1413/1883) Resolving deltas: 76% (1432/1883) Resolving deltas: 77% (1457/1883) Resolving deltas: 79% (1495/1883) Resolving deltas: 82% (1548/1883) Resolving deltas: 83% (1563/1883) Resolving deltas: 84% (1583/1883) Resolving deltas: 85% (1602/1883) Resolving deltas: 86% (1622/1883) Resolving deltas: 87% (1641/1883) Resolving deltas: 90% (1697/1883) Resolving deltas: 92% (1733/1883) Resolving deltas: 93% (1761/1883) Resolving deltas: 94% (1773/1883) Resolving deltas: 95% (1789/1883) Resolving deltas: 96% (1810/1883) Resolving deltas: 97% (1828/1883) Resolving deltas: 98% (1846/1883) Resolving deltas: 99% (1867/1883) Resolving deltas: 100% (1883/1883) Resolving deltas: 100% (1883/1883), done. 00:47:08 Note: checking out '12b16df320052414244659e4dadda078f67849ed'. 00:47:08 00:47:08 You are in 'detached HEAD' state. You can look around, make experimental 00:47:08 changes and commit them, and you can discard any commits you make in this 00:47:08 state without impacting any branches by performing another checkout. 00:47:08 00:47:08 If you want to create a new branch to retain commits you create, you may 00:47:08 do so (now or later) by using -b with the checkout command again. Example: 00:47:08 00:47:08 git checkout -b 00:47:08 00:47:10 Checking out files: 58% (5091/8715) Checking out files: 59% (5142/8715) Checking out files: 60% (5229/8715) Checking out files: 61% (5317/8715) Checking out files: 62% (5404/8715) Checking out files: 63% (5491/8715) Checking out files: 64% (5578/8715) Checking out files: 65% (5665/8715) Checking out files: 66% (5752/8715) Checking out files: 67% (5840/8715) Checking out files: 68% (5927/8715) Checking out files: 69% (6014/8715) Checking out files: 70% (6101/8715) Checking out files: 71% (6188/8715) Checking out files: 72% (6275/8715) Checking out files: 73% (6362/8715) Checking out files: 74% (6450/8715) Checking out files: 75% (6537/8715) Checking out files: 76% (6624/8715) Checking out files: 77% (6711/8715) Checking out files: 78% (6798/8715) Checking out files: 79% (6885/8715) Checking out files: 80% (6972/8715) Checking out files: 81% (7060/8715) Checking out files: 82% (7147/8715) Checking out files: 83% (7234/8715) Checking out files: 84% (7321/8715) Checking out files: 85% (7408/8715) Checking out files: 86% (7495/8715) Checking out files: 87% (7583/8715) Checking out files: 88% (7670/8715) Checking out files: 89% (7757/8715) Checking out files: 90% (7844/8715) Checking out files: 91% (7931/8715) Checking out files: 92% (8018/8715) Checking out files: 93% (8105/8715) Checking out files: 94% (8193/8715) Checking out files: 95% (8280/8715) Checking out files: 96% (8367/8715) Checking out files: 97% (8454/8715) Checking out files: 98% (8541/8715) Checking out files: 99% (8628/8715) Checking out files: 99% (8695/8715) Checking out files: 100% (8715/8715) Checking out files: 100% (8715/8715), done. 00:47:10 Pulling device-virtual-go  00:47:11 Cloning into '/build/parts/device-virtual-go/src'... 00:47:11 remote: Enumerating objects: 39, done. 00:47:11 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. 00:47:11 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. 00:47:11 Unpacking objects: 2% (1/39) Unpacking objects: 5% (2/39) Unpacking objects: 7% (3/39) Unpacking objects: 10% (4/39) Unpacking objects: 12% (5/39) Unpacking objects: 15% (6/39) Unpacking objects: 17% (7/39) Unpacking objects: 20% (8/39) Unpacking objects: 23% (9/39) Unpacking objects: 25% (10/39) Unpacking objects: 28% (11/39) Unpacking objects: 30% (12/39) Unpacking objects: 33% (13/39) Unpacking objects: 35% (14/39) Unpacking objects: 38% (15/39) Unpacking objects: 41% (16/39) Unpacking objects: 43% (17/39) remote: Total 39 (delta 7), reused 14 (delta 3), pack-reused 0 00:47:11 Unpacking objects: 46% (18/39) Unpacking objects: 48% (19/39) Unpacking objects: 51% (20/39) Unpacking objects: 53% (21/39) Unpacking objects: 56% (22/39) Unpacking objects: 58% (23/39) Unpacking objects: 61% (24/39) Unpacking objects: 64% (25/39) Unpacking objects: 66% (26/39) Unpacking objects: 69% (27/39) Unpacking objects: 71% (28/39) Unpacking objects: 74% (29/39) Unpacking objects: 76% (30/39) Unpacking objects: 79% (31/39) Unpacking objects: 82% (32/39) Unpacking objects: 84% (33/39) Unpacking objects: 87% (34/39) Unpacking objects: 89% (35/39) Unpacking objects: 92% (36/39) Unpacking objects: 94% (37/39) Unpacking objects: 97% (38/39) Unpacking objects: 100% (39/39) Unpacking objects: 100% (39/39), done. 00:47:11 Note: checking out '765a8ae72530510c4ebab34c81f831f56123a77d'. 00:47:11 00:47:11 You are in 'detached HEAD' state. You can look around, make experimental 00:47:11 changes and commit them, and you can discard any commits you make in this 00:47:11 state without impacting any branches by performing another checkout. 00:47:11 00:47:11 If you want to create a new branch to retain commits you create, you may 00:47:11 do so (now or later) by using -b with the checkout command again. Example: 00:47:11 00:47:11 git checkout -b 00:47:11 00:47:15 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:15 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:15 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:15 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:47:15 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 00:47:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:20 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:20 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:20 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:20 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:20 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:20 Pulling edgex-go  00:47:25 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:25 Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:25 0% [Working] 0% [Working] 0% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:25 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:47:25 69% 85% [Working] 85% [Working] 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 00:47:29 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 linux-libc-dev_4.15.0-122.124_amd64.deb [998 kB] 00:47:30 1% 68% 100% [Working] Fetched 998 kB in 0s (0 B/s) 00:47:30 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc6-dev_2.27-3ubuntu1.3_amd64.deb [2586 kB] 00:47:31 0% 23% 100% [Working] Fetched 2586 kB in 0s (0 B/s) 00:47:31 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb [2762 kB] 00:47:32 0% 23% 100% [Working] Fetched 2762 kB in 0s (0 B/s) 00:47:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 zlib1g-dev_1.2.11.dfsg-0ubuntu2_amd64.deb [176 kB] 00:47:32 7% 100% [Working] Fetched 176 kB in 0s (0 B/s) 00:47:32 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libperl5.26_5.26.1-6ubuntu0.5_amd64.deb [3534 kB] 00:47:33 0% 19% 100% [Working] Fetched 3534 kB in 0s (0 B/s) 00:47:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpcre3_8.39-9_amd64.deb [229 kB] 00:47:34 6% 100% [Working] Fetched 229 kB in 0s (0 B/s) 00:47:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm5_1.14.1-6_amd64.deb [26.0 kB] 00:47:34 48% 100% [Working] Fetched 26.0 kB in 0s (0 B/s) 00:47:34 0% [Working] 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libc-dev-bin_2.27-3ubuntu1.3_amd64.deb [71.8 kB] 00:47:35 17% 100% [Working] Fetched 71.8 kB in 0s (0 B/s) 00:47:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 perl_5.26.1-6ubuntu0.5_amd64.deb [201 kB] 00:47:35 6% 100% [Working] Fetched 201 kB in 0s (0 B/s) 00:47:35 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libgdbm-compat4_1.14.1-6_amd64.deb [6084 B] 00:47:35 100% [Working] Fetched 6084 B in 0s (0 B/s) 00:47:41 Copying needed target link from the system /lib/x86_64-linux-gnu/libz.so.1.2.11 00:47:42 Pulling kong  00:47:47 0% [Working] 0% [Working] 0% [Working] 0% [Working] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease 00:47:47 0% [Working] 0% [Working] 0% 0% 0% Hit http://archive.ubuntu.com/ubuntu bionic InRelease 00:47:47 0% 0% 69% [Working] 69% [Working] 69% Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:47:47 69% 69% 85% [Working] 85% [Working] 85% Hit http://archive.ubuntu.com/ubuntu bionic-backports InRelease 00:47:47 85% 93% [Working] 93% [Working] 93% 97% [Working] Fetched 0 B in 0s (0 B/s) 00:47:52 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] 00:47:52 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:52 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] 00:47:52 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:52 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] 00:47:52 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:52 0% [Working] 0% [Working] 0% [Working] 0% [Working] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] 00:47:52 100% [Working] Fetched 0 B in 0s (0 B/s) 00:47:53 Pulling kuiper  00:47:54 Cloning into '/build/parts/kuiper/src'... 00:47:54 remote: Enumerating objects: 70, done. 00:47:54 remote: Counting objects: 1% (1/70) remote: Counting objects: 2% (2/70) remote: Counting objects: 4% (3/70) remote: Counting objects: 5% (4/70) remote: Counting objects: 7% (5/70) remote: Counting objects: 8% (6/70) remote: Counting objects: 10% (7/70) remote: Counting objects: 11% (8/70) remote: Counting objects: 12% (9/70) remote: Counting objects: 14% (10/70) remote: Counting objects: 15% (11/70) remote: Counting objects: 17% (12/70) remote: Counting objects: 18% (13/70) remote: Counting objects: 20% (14/70) remote: Counting objects: 21% (15/70) remote: Counting objects: 22% (16/70) remote: Counting objects: 24% (17/70) remote: Counting objects: 25% (18/70) remote: Counting objects: 27% (19/70) remote: Counting objects: 28% (20/70) remote: Counting objects: 30% (21/70) remote: Counting objects: 31% (22/70) remote: Counting objects: 32% (23/70) remote: Counting objects: 34% (24/70) remote: Counting objects: 35% (25/70) remote: Counting objects: 37% (26/70) remote: Counting objects: 38% (27/70) remote: Counting objects: 40% (28/70) remote: Counting objects: 41% (29/70) remote: Counting objects: 42% (30/70) remote: Counting objects: 44% (31/70) remote: Counting objects: 45% (32/70) remote: Counting objects: 47% (33/70) remote: Counting objects: 48% (34/70) remote: Counting objects: 50% (35/70) remote: Counting objects: 51% (36/70) remote: Counting objects: 52% (37/70) remote: Counting objects: 54% (38/70) remote: Counting objects: 55% (39/70) remote: Counting objects: 57% (40/70) remote: Counting objects: 58% (41/70) remote: Counting objects: 60% (42/70) remote: Counting objects: 61% (43/70) remote: Counting objects: 62% (44/70) remote: Counting objects: 64% (45/70) remote: Counting objects: 65% (46/70) remote: Counting objects: 67% (47/70) remote: Counting objects: 68% (48/70) remote: Counting objects: 70% (49/70) remote: Counting objects: 71% (50/70) remote: Counting objects: 72% (51/70) remote: Counting objects: 74% (52/70) remote: Counting objects: 75% (53/70) remote: Counting objects: 77% (54/70) remote: Counting objects: 78% (55/70) remote: Counting objects: 80% (56/70) remote: Counting objects: 81% (57/70) remote: Counting objects: 82% (58/70) remote: Counting objects: 84% (59/70) remote: Counting objects: 85% (60/70) remote: Counting objects: 87% (61/70) remote: Counting objects: 88% (62/70) remote: Counting objects: 90% (63/70) remote: Counting objects: 91% (64/70) remote: Counting objects: 92% (65/70) remote: Counting objects: 94% (66/70) remote: Counting objects: 95% (67/70) remote: Counting objects: 97% (68/70) remote: Counting objects: 98% (69/70) remote: Counting objects: 100% (70/70) remote: Counting objects: 100% (70/70), done. 00:47:54 remote: Compressing objects: 1% (1/66) remote: Compressing objects: 3% (2/66) remote: Compressing objects: 4% (3/66) remote: Compressing objects: 6% (4/66) remote: Compressing objects: 7% (5/66) remote: Compressing objects: 9% (6/66) remote: Compressing objects: 10% (7/66) remote: Compressing objects: 12% (8/66) remote: Compressing objects: 13% (9/66) remote: Compressing objects: 15% (10/66) remote: Compressing objects: 16% (11/66) remote: Compressing objects: 18% (12/66) remote: Compressing objects: 19% (13/66) remote: Compressing objects: 21% (14/66) remote: Compressing objects: 22% (15/66) remote: Compressing objects: 24% (16/66) remote: Compressing objects: 25% (17/66) remote: Compressing objects: 27% (18/66) remote: Compressing objects: 28% (19/66) remote: Compressing objects: 30% (20/66) remote: Compressing objects: 31% (21/66) remote: Compressing objects: 33% (22/66) remote: Compressing objects: 34% (23/66) remote: Compressing objects: 36% (24/66) remote: Compressing objects: 37% (25/66) remote: Compressing objects: 39% (26/66) remote: Compressing objects: 40% (27/66) remote: Compressing objects: 42% (28/66) remote: Compressing objects: 43% (29/66) remote: Compressing objects: 45% (30/66) remote: Compressing objects: 46% (31/66) remote: Compressing objects: 48% (32/66) remote: Compressing objects: 50% (33/66) remote: Compressing objects: 51% (34/66) remote: Compressing objects: 53% (35/66) remote: Compressing objects: 54% (36/66) remote: Compressing objects: 56% (37/66) remote: Compressing objects: 57% (38/66) remote: Compressing objects: 59% (39/66) remote: Compressing objects: 60% (40/66) remote: Compressing objects: 62% (41/66) remote: Compressing objects: 63% (42/66) remote: Compressing objects: 65% (43/66) remote: Compressing objects: 66% (44/66) remote: Compressing objects: 68% (45/66) remote: Compressing objects: 69% (46/66) remote: Compressing objects: 71% (47/66) remote: Compressing objects: 72% (48/66) remote: Compressing objects: 74% (49/66) remote: Compressing objects: 75% (50/66) remote: Compressing objects: 77% (51/66) remote: Compressing objects: 78% (52/66) remote: Compressing objects: 80% (53/66) remote: Compressing objects: 81% (54/66) remote: Compressing objects: 83% (55/66) remote: Compressing objects: 84% (56/66) remote: Compressing objects: 86% (57/66) remote: Compressing objects: 87% (58/66) remote: Compressing objects: 89% (59/66) remote: Compressing objects: 90% (60/66) remote: Compressing objects: 92% (61/66) remote: Compressing objects: 93% (62/66) remote: Compressing objects: 95% (63/66) remote: Compressing objects: 96% (64/66) remote: Compressing objects: 98% (65/66) remote: Compressing objects: 100% (66/66) remote: Compressing objects: 100% (66/66), done. 00:47:55 Receiving objects: 0% (1/7931) Receiving objects: 1% (80/7931) Receiving objects: 2% (159/7931) Receiving objects: 3% (238/7931) Receiving objects: 4% (318/7931) Receiving objects: 5% (397/7931) Receiving objects: 6% (476/7931) Receiving objects: 7% (556/7931) Receiving objects: 8% (635/7931) Receiving objects: 9% (714/7931) Receiving objects: 10% (794/7931) Receiving objects: 11% (873/7931) Receiving objects: 12% (952/7931) Receiving objects: 13% (1032/7931) Receiving objects: 14% (1111/7931) Receiving objects: 15% (1190/7931) Receiving objects: 16% (1269/7931) Receiving objects: 17% (1349/7931) Receiving objects: 18% (1428/7931) Receiving objects: 19% (1507/7931) Receiving objects: 20% (1587/7931) Receiving objects: 21% (1666/7931) Receiving objects: 22% (1745/7931) Receiving objects: 23% (1825/7931) Receiving objects: 24% (1904/7931) Receiving objects: 25% (1983/7931) Receiving objects: 26% (2063/7931) Receiving objects: 27% (2142/7931) Receiving objects: 28% (2221/7931) Receiving objects: 29% (2300/7931) Receiving objects: 30% (2380/7931) Receiving objects: 31% (2459/7931) Receiving objects: 32% (2538/7931) Receiving objects: 33% (2618/7931) Receiving objects: 34% (2697/7931) Receiving objects: 35% (2776/7931) Receiving objects: 36% (2856/7931) Receiving objects: 37% (2935/7931) Receiving objects: 38% (3014/7931) Receiving objects: 39% (3094/7931) Receiving objects: 40% (3173/7931) Receiving objects: 41% (3252/7931) Receiving objects: 42% (3332/7931) Receiving objects: 43% (3411/7931) Receiving objects: 44% (3490/7931) Receiving objects: 45% (3569/7931) Receiving objects: 46% (3649/7931) Receiving objects: 47% (3728/7931) Receiving objects: 48% (3807/7931) Receiving objects: 49% (3887/7931) Receiving objects: 50% (3966/7931) Receiving objects: 51% (4045/7931) Receiving objects: 52% (4125/7931) Receiving objects: 53% (4204/7931) Receiving objects: 54% (4283/7931) Receiving objects: 55% (4363/7931) Receiving objects: 56% (4442/7931) Receiving objects: 57% (4521/7931) Receiving objects: 58% (4600/7931) Receiving objects: 59% (4680/7931) Receiving objects: 60% (4759/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 61% (4838/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 62% (4918/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 63% (4997/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 64% (5076/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 65% (5156/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 66% (5235/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 67% (5314/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 68% (5394/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 69% (5473/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 70% (5552/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 71% (5632/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 72% (5711/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 73% (5790/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 74% (5869/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 75% (5949/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 76% (6028/7931), 6.52 MiB | 13.03 MiB/s Receiving objects: 77% (6107/7931), 6.52 MiB | 13.03 MiB/s error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 00:47:55 fatal: The remote end hung up unexpectedly 00:47:55 fatal: early EOF 00:47:55 fatal: index-pack failed 00:47:55 Failed to pull source, command 'git clone --recursive --branch 0.4.1 https://github.com/emqx/kuiper.git /build/parts/kuiper/src' exited with code 128. 00:47:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [Pipeline] } 00:47:57 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] } 00:47:58 Failed in branch amd64 00:47:59 Removing intermediate container 61dfff4d318b 00:47:59 ---> 7ccb7456878c 00:47:59 00:47:59 Step 10/22 : FROM alpine:3.10 00:47:59 3.10: Pulling from library/alpine 00:48:02 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:48:02 Status: Downloaded newer image for alpine:3.10 00:48:02 ---> 536a684cf733 00:48:02 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:02 ---> Running in 0262329e9236 00:48:04 Removing intermediate container 9f8741f6b3bd 00:48:04 ---> 31cf0f126db5 00:48:04 00:48:04 Step 10/24 : FROM alpine:3.10 00:48:04 ---> 536a684cf733 00:48:04 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:48:04 ---> Running in 5aca0438a4cc 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:07 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:07 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:07 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:07 OK: 10167 distinct packages available 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:48:08 Removing intermediate container b740dbc4fddc 00:48:08 ---> 31747a1f8329 00:48:08 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:48:08 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:48:08 ---> Running in a39e4330169b 00:48:09 (1/5) Installing ca-certificates (20191127-r2) 00:48:09 v3.10.5-137-gdd335d7b73 [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:48:09 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:48:09 OK: 10167 distinct packages available 00:48:09 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:09 (3/5) Installing libcurl (7.66.0-r1) 00:48:09 (4/5) Installing curl (7.66.0-r1) 00:48:09 (5/5) Installing dumb-init (1.2.2-r1) 00:48:09 Executing busybox-1.30.1-r3.trigger 00:48:09 Executing ca-certificates-20191127-r2.trigger 00:48:09 OK: 7 MiB in 19 packages 00:48:10 (1/5) Installing ca-certificates (20191127-r2) 00:48:10 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:48:10 (3/5) Installing libcurl (7.66.0-r1) 00:48:10 (4/5) Installing curl (7.66.0-r1) 00:48:10 (5/5) Installing dumb-init (1.2.2-r1) 00:48:10 Executing busybox-1.30.1-r3.trigger 00:48:10 Executing ca-certificates-20191127-r2.trigger 00:48:11 OK: 7 MiB in 19 packages 00:48: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 00:48:13 Removing intermediate container 0262329e9236 00:48:13 ---> 7192ffd2146d 00:48:13 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:48:13 ---> Running in 47e2fe4c1428 00:48:14 Removing intermediate container 5aca0438a4cc 00:48:14 ---> 748431e497c5 00:48:14 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:48:14 Removing intermediate container 47e2fe4c1428 00:48:14 ---> 879889ca5be9 00:48:14 Step 13/22 : WORKDIR / 00:48:14 ---> Running in b41403027d48 00:48:14 ---> Running in 9596575300a5 00:48:15 Removing intermediate container b41403027d48 00:48:15 ---> 6bd765b74d3a 00:48:15 Step 13/24 : WORKDIR / 00:48:15 ---> Running in 13190f9ac9da 00:48:15 Removing intermediate container 9596575300a5 00:48:15 ---> e96491b17171 00:48:15 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:48:16 Removing intermediate container 13190f9ac9da 00:48:16 ---> 27641acef659 00:48:16 Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 00:48:17 ---> 9517527677c1 00:48:17 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:48:17 Removing intermediate container a39e4330169b 00:48:17 ---> a7f35451ee7e 00:48:17 00:48:17 Step 11/27 : FROM docker:latest 00:48:17 ---> 5d4db4dc0692 00:48:17 Step 12/27 : RUN apk add --no-cache bash 00:48:17 ---> Running in aa68263c90b2 00:48:18 ---> 199a4c506466 00:48:18 Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 00:48:19 ---> 9914d03a2c87 00:48:19 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:48:19 ---> e1c36d56cd9d 00:48:19 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:48:20 ---> 17a512b61064 00:48:20 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:48:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:21 ---> edc29710f26e 00:48:21 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:48:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:22 (1/2) Installing readline (8.0.4-r0) 00:48:22 (2/2) Installing bash (5.0.17-r0) 00:48:22 Executing bash-5.0.17-r0.post-install 00:48:22 Executing busybox-1.31.1-r19.trigger 00:48:22 OK: 12 MiB in 22 packages 00:48:23 ---> ab84260a872e 00:48:23 Step 18/22 : RUN chmod +x entrypoint.sh 00:48:23 ---> Running in 1bfc82e0424f 00:48:23 ---> ec840810ea15 00:48:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:48:25 Removing intermediate container 5baae9867bed 00:48:25 ---> 229d4752fdcf 00:48:25 00:48:25 Step 10/24 : FROM scratch 00:48:25 ---> 00:48:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:48:25 Removing intermediate container aa68263c90b2 00:48:25 ---> e7d835b4ac08 00:48:25 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:48:25 ---> Running in 81d5144ad2ed 00:48:25 ---> Running in acbd71dd718c 00:48:25 ---> bcb8a484c02f 00:48:25 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:48:26 Removing intermediate container ffaebe88288b 00:48:26 ---> 118f0f982603 00:48:26 00:48:26 Step 10/21 : FROM scratch 00:48:26 ---> 00:48:26 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:48:26 Removing intermediate container 81d5144ad2ed 00:48:26 ---> b3f743cf27af 00:48:26 Step 12/24 : ENV APP_PORT=48060 00:48:26 ---> Running in 7d8e1a6c13cf 00:48:26 ---> Running in 11cbf1c18ecd 00:48:27 ---> b4a56684353c 00:48:27 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:48:27 ---> Running in 227f2b78f688 00:48:27 Removing intermediate container 7d8e1a6c13cf 00:48:27 ---> 81aa1d0d4958 00:48:27 Step 13/24 : EXPOSE $APP_PORT 00:48:27 Removing intermediate container 11cbf1c18ecd 00:48:27 ---> c5c97890f3fd 00:48:27 Step 12/21 : ENV APP_PORT=48085 00:48:27 ---> Running in b89b2c53bc03 00:48:27 ---> Running in 0d5afd1a23ef 00:48:27 Removing intermediate container 1bfc82e0424f 00:48:27 ---> 565809747752 00:48:27 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:48:28 ---> Running in bec53d53b8f2 00:48:28 Removing intermediate container b89b2c53bc03 00:48:28 ---> 6375b4aa8cf1 00:48:28 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:48:28 Removing intermediate container 0d5afd1a23ef 00:48:28 ---> 6f0b746f88f9 00:48:28 Step 13/21 : EXPOSE $APP_PORT 00:48:28 ---> Running in e5005da48a27 00:48:29 Removing intermediate container bec53d53b8f2 00:48:29 ---> f57ce8b4029b 00:48:29 Step 20/22 : LABEL arch=arm64 00:48:29 ---> Running in 1b3ea001e83b 00:48:29 Removing intermediate container e5005da48a27 00:48:29 ---> 13e6ef9ee888 00:48:29 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:48:29 Removing intermediate container 1b3ea001e83b 00:48:29 ---> a749601ed908 00:48:29 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:48:29 ---> fcea59c91abd 00:48:29 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:48:29 Removing intermediate container acbd71dd718c 00:48:29 ---> 77e94a8706b8 00:48:29 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:48:30 ---> Running in 2daffa55b087 00:48:30 ---> Running in c255704e8120 00:48:30 ---> 5f889ab290a7 00:48:30 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:48:31 Removing intermediate container c255704e8120 00:48:31 ---> 2a0ff7adf3c5 00:48:31 Step 22/22 : LABEL version=0.0.0 00:48:31 Removing intermediate container 2daffa55b087 00:48:31 ---> 66416724a952 00:48:31 Step 15/27 : ENV APP_PORT=48090 00:48:31 ---> Running in e6c1b439a60d 00:48:31 ---> Running in c36b3a595a96 00:48:31 ---> e5e2e9d2e924 00:48:31 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:48:31 Removing intermediate container 227f2b78f688 00:48:31 ---> aec639f39d79 00:48:31 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:48:32 ---> Running in 4ec9093df560 00:48:32 Removing intermediate container e6c1b439a60d 00:48:32 ---> 4689afd1b7ce 00:48:32 00:48:32 Removing intermediate container c36b3a595a96 00:48:32 ---> e06d8f3b8e32 00:48:32 Step 16/27 : EXPOSE $APP_PORT 00:48:32 ---> 37d45547232d 00:48:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:48:32 Successfully built 4689afd1b7ce 00:48:32 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:48:32  Building docker-security-bootstrap-redis-go ... done Building docker-core-command-go 00:48:33 ---> Running in 57d114479e88 00:48:33 Removing intermediate container 4ec9093df560 00:48:33 ---> b60c2137f65f 00:48:33 Step 22/24 : LABEL arch=arm64 00:48:33 ---> Running in e80d01227977 00:48:33 ---> f03a054af595 00:48:33 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:48:33 Removing intermediate container 57d114479e88 00:48:33 ---> 6fe28514b708 00:48:33 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:48:33 ---> f0f6b6bd5904 00:48:33 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:48:33 Removing intermediate container e80d01227977 00:48:33 ---> e77158e63bc2 00:48:33 Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:48:34 ---> Running in e39186ad3b68 00:48:34 ---> Running in ac757ad554a9 00:48:36 ---> 07c8a7a8f399 00:48:36 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:48:36 Removing intermediate container e39186ad3b68 00:48:36 ---> a6f260bb2cdd 00:48:36 Step 24/24 : LABEL version=0.0.0 00:48:36 ---> 22529b730c19 00:48:36 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:48:36 Removing intermediate container ac757ad554a9 00:48:36 ---> 0e2f5a2f2bc5 00:48:36 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:37 ---> Running in 43d8c19d4f58 00:48:37 ---> Running in 8ac956fe70be 00:48:37 ---> cd0e40707edd 00:48:37 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:48:38 Removing intermediate container 43d8c19d4f58 00:48:38 ---> ae2dd732384e 00:48:38 00:48:38 ---> fdabff0a6979 00:48:38 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:48:39 Successfully built ae2dd732384e 00:48:39 ---> ff1a46927bc2 00:48:39 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:48:39 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:39 Removing intermediate container 8ac956fe70be 00:48:39 ---> 17958c0e5d12 00:48:39 Step 19/21 : LABEL arch=arm64 Building docker-security-secretstore-setup-go ... done  00:48:39 Building docker-security-secrets-setup-go 00:48:39 ---> Running in 67f1b1e04de1 00:48:39 ---> Running in 3bceb0fe750b 00:48:39 ---> c54df0b73a6e 00:48:39 Step 20/27 : RUN apk --no-cache add py3-pip 00:48:40 ---> Running in 706166d8dfd1 00:48:40 Removing intermediate container 67f1b1e04de1 00:48:40 ---> 56ca48231534 00:48:40 Step 20/21 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:48:40 Removing intermediate container 3bceb0fe750b 00:48:40 ---> 482014e81db4 00:48:40 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:48:40 ---> Running in 75da3f438737 00:48:40 ---> Running in bff4441a0326 00:48:41 Removing intermediate container 75da3f438737 00:48:41 ---> adb0bfc752d4 00:48:41 Step 21/21 : LABEL version=0.0.0 00:48:41 Removing intermediate container bff4441a0326 00:48:41 ---> ee31839e2221 00:48:41 Step 22/24 : LABEL arch=arm64 00:48:41 ---> Running in b097835b6a44 00:48:41 ---> Running in 5b071c404f94 00:48:42 Removing intermediate container b097835b6a44 00:48:42 ---> 3ea1e5bbb82b 00:48:42 00:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:48:42 Removing intermediate container 5b071c404f94 00:48:42 ---> b9ac4ad0ab5c 00:48:42 Step 23/24 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:48:42 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:48:42 ---> Running in 839692aac60c 00:48:42 Successfully built 3ea1e5bbb82b 00:48:42 Successfully tagged docker-support-scheduler-go-arm64:latest 00:48:42  Building docker-support-scheduler-go ... done Building docker-support-logging-go 00:48:43 (1/33) Installing libbz2 (1.0.8-r1) 00:48:43 (2/33) Installing expat (2.2.9-r1) 00:48:43 (3/33) Installing libffi (3.3-r2) 00:48:43 (4/33) Installing gdbm (1.13-r1) 00:48:43 (5/33) Installing xz-libs (5.2.5-r0) 00:48:43 (6/33) Installing sqlite-libs (3.32.1-r0) 00:48:43 (7/33) Installing python3 (3.8.5-r0) 00:48:43 Removing intermediate container 839692aac60c 00:48:43 ---> 8b587d2fdcac 00:48:43 Step 24/24 : LABEL version=0.0.0 00:48:43 ---> Running in a05f7d6d3c40 00:48:44 Removing intermediate container a05f7d6d3c40 00:48:44 ---> 4d37e1bb98cf 00:48:44 00:48:45 (8/33) Installing py3-appdirs (1.4.4-r1) 00:48:45 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:48:45 (10/33) Installing py3-parsing (2.4.7-r0) 00:48:45 (11/33) Installing py3-six (1.15.0-r0) 00:48:45 (12/33) Installing py3-packaging (20.4-r0) 00:48:45 (13/33) Installing py3-setuptools (47.0.0-r0) 00:48:45 (14/33) Installing py3-chardet (3.0.4-r4) 00:48:45 Successfully built 4d37e1bb98cf 00:48:45 Successfully tagged docker-support-notifications-go-arm64:latest 00:48:45 (15/33) Installing py3-idna (2.9-r0) 00:48:45 Building docker-core-data-go 00:48:45  Building docker-support-notifications-go ... done (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:48:45 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:48:45 (18/33) Installing py3-requests (2.23.0-r0) 00:48:45 (19/33) Installing py3-msgpack (1.0.0-r0) 00:48:45 (20/33) Installing py3-lockfile (0.12.2-r3) 00:48:45 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:48:45 (22/33) Installing py3-colorama (0.4.3-r0) 00:48:46 (23/33) Installing py3-distlib (0.3.0-r0) 00:48:46 (24/33) Installing py3-distro (1.5.0-r1) 00:48:46 (25/33) Installing py3-webencodings (0.5.1-r3) 00:48:46 (26/33) Installing py3-html5lib (1.0.1-r4) 00:48:46 (27/33) Installing py3-pytoml (0.1.21-r0) 00:48:46 (28/33) Installing py3-pep517 (0.8.2-r0) 00:48:46 (29/33) Installing py3-progress (1.5-r0) 00:48:46 (30/33) Installing py3-toml (0.10.1-r0) 00:48:46 (31/33) Installing py3-retrying (1.3.3-r0) 00:48:46 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:48:46 (33/33) Installing py3-pip (20.1.1-r0) 00:48:46 Executing busybox-1.31.1-r19.trigger 00:48:46 OK: 71 MiB in 55 packages 00:48:56 Removing intermediate container 706166d8dfd1 00:48:56 ---> 30f4540d54a0 00:48:56 Step 21/27 : RUN pip install docker-compose==1.23.2 00:48:58 ---> Running in b647661b79f5 00:49:04 Collecting docker-compose==1.23.2 00:49:04 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:49:06 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:49:06 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:49:07 Collecting docopt<0.7,>=0.6.1 00:49:07 Downloading docopt-0.6.2.tar.gz (25 kB) 00:49:10 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 00:49:10 Collecting cached-property<2,>=1.2.0 00:49:10 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:49:11 Collecting websocket-client<1.0,>=0.32.0 00:49:11 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:49:12 Collecting PyYAML<4,>=3.10 00:49:12 Downloading PyYAML-3.13.tar.gz (270 kB) 00:49:16 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:16 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:16 ---> c73a52dbe150 00:49:16 Step 3/22 : WORKDIR /edgex-go 00:49:16 ---> Using cache 00:49:16 ---> d4ff30fb0f98 00:49:16 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:16 ---> Using cache 00:49:16 ---> ff22e9d950e9 00:49:16 Step 5/22 : RUN apk update && apk add make git 00:49:16 ---> Using cache 00:49:16 ---> 04981c903a99 00:49:16 Step 6/22 : COPY go.mod . 00:49:16 ---> Using cache 00:49:16 ---> d1e929c33ae3 00:49:16 Step 7/22 : RUN go mod download 00:49:16 ---> Using cache 00:49:16 ---> e1d5bc156e0a 00:49:16 Step 8/22 : COPY . . 00:49:16 ---> Using cache 00:49:16 ---> 54460b69fbda 00:49:16 Step 9/22 : RUN make cmd/core-command/core-command 00:49:17 Collecting jsonschema<3,>=2.5.1 00:49:17 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:49:18 Collecting dockerpty<0.5,>=0.4.1 00:49:18 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:49:20 ---> Running in 6018689bf562 00:49:22 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 00:49:23 Collecting docker<4.0,>=3.6.0 00:49:23 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:49:24 Collecting texttable<0.10,>=0.9.0 00:49:24 Downloading texttable-0.9.1.tar.gz (11 kB) 00:49:27 Collecting urllib3<1.25,>=1.21.1 00:49:27 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:49:27 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:27 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:49:27 ---> c73a52dbe150 00:49:27 Step 3/29 : WORKDIR /edgex-go 00:49:27 ---> Using cache 00:49:27 ---> d4ff30fb0f98 00:49:27 Step 4/29 : RUN apk update && apk add make git 00:49:28 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) 00:49:28 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) 00:49:29 Collecting idna<2.8,>=2.5 00:49:29 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:49:29 ---> Running in 35f4d62d6512 00:49:29 Collecting docker-pycreds>=0.4.0 00:49:29 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:49:29 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:29 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:29 ---> c73a52dbe150 00:49:29 Step 3/22 : WORKDIR /edgex-go 00:49:29 ---> Using cache 00:49:29 ---> d4ff30fb0f98 00:49:29 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:29 ---> Using cache 00:49:29 ---> ff22e9d950e9 00:49:29 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:49:29 ---> Running in b651e741dd90 00:49:30 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:49:30 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:49:30 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:49:30 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:49:32 Installing collected packages: urllib3, idna, requests, docopt, cached-property, websocket-client, PyYAML, jsonschema, dockerpty, docker-pycreds, docker, texttable, docker-compose 00:49:32 Attempting uninstall: urllib3 00:49:32 Found existing installation: urllib3 1.25.9 00:49:32 Uninstalling urllib3-1.25.9: 00:49:32 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:32 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:32 ---> c73a52dbe150 00:49:32 Step 3/23 : WORKDIR /edgex-go 00:49:32 ---> Using cache 00:49:32 ---> d4ff30fb0f98 00:49:32 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:32 ---> Using cache 00:49:32 ---> ff22e9d950e9 00:49:32 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:49:32 Successfully uninstalled urllib3-1.25.9 00:49:32 ---> Running in 589a28aff735 00:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:33 Attempting uninstall: idna 00:49:33 Found existing installation: idna 2.9 00:49:33 Uninstalling idna-2.9: 00:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:33 Successfully uninstalled idna-2.9 00:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:34 Attempting uninstall: requests 00:49:34 Found existing installation: requests 2.23.0 00:49:34 Uninstalling requests-2.23.0: 00:49:34 Successfully uninstalled requests-2.23.0 00:49:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:34 Running setup.py install for docopt: started 00:49:35 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:35 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:35 OK: 12623 distinct packages available 00:49:35 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:35 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:35 OK: 12623 distinct packages available 00:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:35 OK: 217 MiB in 51 packages 00:49:36 OK: 217 MiB in 51 packages 00:49:37 OK: 217 MiB in 51 packages 00:49:37 v3.12.1-21-g31de6c9ed4 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:37 v3.12.1-20-g868070ed30 [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:37 OK: 12623 distinct packages available 00:49:37 Running setup.py install for docopt: finished with status 'done' 00:49:37 Removing intermediate container 35f4d62d6512 00:49:37 ---> 2a89ff00c646 00:49:37 Step 5/29 : COPY go.mod . 00:49:38 Running setup.py install for PyYAML: started 00:49:38 OK: 217 MiB in 51 packages 00:49:39 ---> f4da411d8a2b 00:49:39 Step 6/29 : RUN go mod download 00:49:39 ---> Running in b33bb561b7c0 00:49:39 Removing intermediate container b651e741dd90 00:49:39 ---> 9e41374aa92c 00:49:39 Step 6/22 : COPY go.mod . 00:49:41 ---> df5ccd6cc0ac 00:49:41 Step 7/22 : RUN go mod download 00:49:41 Removing intermediate container 589a28aff735 00:49:41 ---> 3af962bf8ddc 00:49:41 Step 6/23 : COPY go.mod . 00:49:41 ---> Running in 88319da1732d 00:49:42 Running setup.py install for PyYAML: finished with status 'done' 00:49:42 ---> c930f3a8af74 00:49:42 Step 7/23 : RUN go mod download 00:49:42 Running setup.py install for dockerpty: started 00:49:43 ---> Running in 0ee4b0091033 00:49:46 Removing intermediate container b33bb561b7c0 00:49:46 ---> d2a9f3792465 00:49:46 Step 7/29 : COPY . . 00:49:46 Running setup.py install for dockerpty: finished with status 'done' 00:49:47 Removing intermediate container 88319da1732d 00:49:47 ---> 6d2776b40b87 00:49:47 Step 8/22 : COPY . . 00:49:47 Running setup.py install for texttable: started 00:49:50 Removing intermediate container 0ee4b0091033 00:49:50 ---> fc28556942ee 00:49:50 Step 8/23 : COPY . . 00:49:50 Running setup.py install for texttable: finished with status 'done' 00:49:51 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 00:50:01 Removing intermediate container b647661b79f5 00:50:01 ---> 65ce38de1245 00:50:01 Step 22/27 : RUN apk --no-cache add curl 00:50:02 ---> Running in 0ad0c1c16ff4 00:50:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:50:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:50:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:50:06 (2/3) Installing libcurl (7.69.1-r1) 00:50:06 (3/3) Installing curl (7.69.1-r1) 00:50:06 Executing busybox-1.31.1-r19.trigger 00:50:06 OK: 71 MiB in 58 packages 00:50:10 Removing intermediate container 0ad0c1c16ff4 00:50:10 ---> a181441e81be 00:50:10 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:50:10 ---> Running in f41c574513f1 00:50:11 Removing intermediate container f41c574513f1 00:50:11 ---> e9245893409f 00:50:11 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:12 ---> Running in 52379aacce7e 00:50:13 Removing intermediate container 52379aacce7e 00:50:13 ---> 22d687682bf3 00:50:13 Step 25/27 : LABEL arch=arm64 00:50:13 ---> Running in b5369854ef42 00:50:15 Removing intermediate container b5369854ef42 00:50:15 ---> 8f8b9e049e19 00:50:15 Step 26/27 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:50:15 ---> Running in d8432fd8d858 00:50:16 Removing intermediate container d8432fd8d858 00:50:16 ---> b09d7d8216d7 00:50:16 Step 27/27 : LABEL version=0.0.0 00:50:17 ---> Running in aebc8935eff0 00:50:18 Removing intermediate container aebc8935eff0 00:50:18 ---> 71530cff4257 00:50:18 00:50:18 ---> 8556b43341e9 00:50:18 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:50:19 ---> Running in 7803eda924af 00:50:19 Successfully built 71530cff4257 00:50:19 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:50:19  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 00:50:20 ---> dce1ce70c3d9 00:50:20 Step 9/22 : RUN make cmd/support-logging/support-logging 00:50:20 ---> Running in b5f504b282ae 00:50: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 00:50:23 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 00:50:24 ---> a5f0e74a6493 00:50:24 Step 9/23 : RUN make cmd/core-data/core-data 00:50:24 ---> Running in c6bd5503bf41 00:50:27 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 00:50:32 Removing intermediate container 6018689bf562 00:50:32 ---> 7b896cca7afa 00:50:32 00:50:32 Step 10/22 : FROM scratch 00:50:32 ---> 00:50:32 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:32 ---> Using cache 00:50:32 ---> c5c97890f3fd 00:50:32 Step 12/22 : ENV APP_PORT=48082 00:50:32 ---> Running in 85e043ecde21 00:50:33 Removing intermediate container 85e043ecde21 00:50:33 ---> 1b14e9dea7e2 00:50:33 Step 13/22 : EXPOSE $APP_PORT 00:50:33 ---> Running in 90df89233e0e 00:50:34 Removing intermediate container 90df89233e0e 00:50:34 ---> 25bec3f8ea2e 00:50:34 Step 14/22 : WORKDIR / 00:50:34 ---> Running in 7ff364a8eb4b 00:50:35 Removing intermediate container 7ff364a8eb4b 00:50:35 ---> 683a9edac008 00:50:35 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:50:37 ---> 39e059294ec1 00:50:37 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:50:39 ---> 9c70e561edf5 00:50:39 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:50:40 ---> d857dc49c2de 00:50:40 Step 18/22 : ENTRYPOINT ["/core-command"] 00:50:41 ---> Running in 6ec33a404ed9 00:50:42 Removing intermediate container 6ec33a404ed9 00:50:42 ---> c21c30c791e5 00:50:42 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:42 ---> Running in ea75c13451b3 00:50:43 Removing intermediate container ea75c13451b3 00:50:43 ---> 09207915f792 00:50:43 Step 20/22 : LABEL arch=arm64 00:50:43 ---> Running in 6d3c68b0d1a3 00:50:44 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:50:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:50:44 ---> c73a52dbe150 00:50:44 Step 3/22 : WORKDIR /edgex-go 00:50:44 ---> Using cache 00:50:44 ---> d4ff30fb0f98 00:50:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:50:44 ---> Using cache 00:50:44 ---> ff22e9d950e9 00:50:44 Step 5/22 : RUN apk update && apk add make git 00:50:44 ---> Using cache 00:50:44 ---> 04981c903a99 00:50:44 Step 6/22 : COPY go.mod . 00:50:44 ---> Using cache 00:50:44 ---> d1e929c33ae3 00:50:44 Step 7/22 : RUN go mod download 00:50:44 ---> Using cache 00:50:44 ---> e1d5bc156e0a 00:50:44 Step 8/22 : COPY . . 00:50:44 ---> Using cache 00:50:44 ---> 54460b69fbda 00:50:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:50:44 ---> Running in 785f4a62e04a 00:50:44 Removing intermediate container 6d3c68b0d1a3 00:50:44 ---> 0ca87844e985 00:50:44 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:50:45 ---> Running in 324cd0ab2083 00:50:45 Removing intermediate container 324cd0ab2083 00:50:45 ---> 9eb158bc91ab 00:50:45 Step 22/22 : LABEL version=0.0.0 00:50:46 ---> Running in 9769f7649598 00:50:47 Removing intermediate container 9769f7649598 00:50:47 ---> e9ed16856390 00:50:47 00:50:47 Successfully built e9ed16856390 00:50:47 Successfully tagged docker-core-command-go-arm64:latest 00:50:47 Building docker-security-proxy-setup-go 00:50:47  Building docker-core-command-go ... done CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:51:10 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:10 Step 2/20 : FROM ${BUILDER_BASE} AS builder 00:51:10 ---> c73a52dbe150 00:51:10 Step 3/20 : WORKDIR /edgex-go 00:51:10 ---> Using cache 00:51:10 ---> d4ff30fb0f98 00:51:10 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:51:10 ---> Using cache 00:51:10 ---> ff22e9d950e9 00:51:10 Step 5/20 : RUN apk update && apk add make git 00:51:10 ---> Using cache 00:51:10 ---> 04981c903a99 00:51:10 Step 6/20 : COPY go.mod . 00:51:10 ---> Using cache 00:51:10 ---> d1e929c33ae3 00:51:10 Step 7/20 : RUN go mod download 00:51:10 ---> Using cache 00:51:10 ---> e1d5bc156e0a 00:51:10 Step 8/20 : COPY . . 00:51:10 ---> Using cache 00:51:10 ---> 54460b69fbda 00:51:10 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 00:51:10 ---> Running in 656e5f1773ca 00:51:13 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 00:52:00 Removing intermediate container 7803eda924af 00:52:00 ---> e40114fc04b9 00:52:00 00:52:00 Step 9/29 : FROM alpine:latest 00:52:00 latest: Pulling from library/alpine 00:52:00 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:52:00 Status: Downloaded newer image for alpine:latest 00:52:00 ---> 2e77e061c27f 00:52:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 00:52:00 ---> Running in b220c46620b4 00:52:00 Removing intermediate container b220c46620b4 00:52:00 ---> ade02627acbd 00:52:00 Step 11/29 : USER root 00:52:00 ---> Running in 276cf3806450 00:52:00 Removing intermediate container 276cf3806450 00:52:00 ---> ea1e1b082c1c 00:52:00 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:52:00 ---> Running in f5b5a24e0d67 00:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:00 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:00 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:00 OK: 12615 distinct packages available 00:52:00 (1/2) Installing ca-certificates (20191127-r4) 00:52:00 (2/2) Installing dumb-init (1.2.2-r1) 00:52:00 Executing busybox-1.31.1-r19.trigger 00:52:00 Executing ca-certificates-20191127-r4.trigger 00:52:00 OK: 6 MiB in 16 packages 00:52:03 Removing intermediate container f5b5a24e0d67 00:52:03 ---> 52d7046b9a9d 00:52:03 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:52:03 ---> Running in 3d43f8be91de 00:52:04 Removing intermediate container 3d43f8be91de 00:52:04 ---> d73bb5cac12a 00:52:04 Step 14/29 : WORKDIR $BASE_DIR 00:52:04 ---> Running in 68f6847c4ced 00:52:05 Removing intermediate container 68f6847c4ced 00:52:05 ---> 3a7959d8bcae 00:52:05 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:52:05 ---> Running in 550ab15de325 00:52:10 Removing intermediate container 550ab15de325 00:52:10 ---> 804b77f7f88d 00:52:10 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:10 Removing intermediate container b5f504b282ae 00:52:10 ---> c405a99e92a3 00:52:10 00:52:10 Step 10/22 : FROM scratch 00:52:10 ---> 00:52:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:52:10 ---> Using cache 00:52:10 ---> b3f743cf27af 00:52:10 Step 12/22 : ENV APP_PORT=48061 00:52:10 ---> Running in 37f45e77b575 00:52:11 ---> ef290fd8229c 00:52:11 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:11 Removing intermediate container 37f45e77b575 00:52:11 ---> 3a7a04047525 00:52:11 Step 13/22 : EXPOSE $APP_PORT 00:52:12 ---> Running in 17eb830dd44d 00:52:12 Removing intermediate container 17eb830dd44d 00:52:12 ---> a819cf06f9f2 00:52:12 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:52:13 ---> 78d028b1e827 00:52:13 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:14 ---> c48d1b61c641 00:52:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:52:14 ---> 6169504af689 00:52:14 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:52:15 ---> 3cdda7a618f8 00:52:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:52:15 ---> 2bf95bfa1ce4 00:52:15 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:52:17 ---> da33beff2a9f 00:52:17 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:52:17 ---> 089e034f63c0 00:52:17 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:52:17 ---> Running in bfb215c03c2d 00:52:19 ---> 01a553135db0 00:52:19 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:52:19 ---> Running in b7b74e465714 00:52:20 Removing intermediate container b7b74e465714 00:52:20 ---> 25416ec6a21d 00:52:20 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:20 ---> Running in 31a45b0e9a84 00:52:21 Removing intermediate container 31a45b0e9a84 00:52:21 ---> ebc286b8c972 00:52:21 Step 20/22 : LABEL arch=arm64 00:52:21 ---> Running in b71c8ab1bc47 00:52:22 Removing intermediate container bfb215c03c2d 00:52:22 ---> 32ddf7246b56 00:52:22 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:52:22 Removing intermediate container b71c8ab1bc47 00:52:22 ---> 135ab2d03cd6 00:52:22 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:52:22 ---> Running in 6806740f15ce 00:52:23 Removing intermediate container 6806740f15ce 00:52:23 ---> ce14e57f6acd 00:52:23 Step 22/22 : LABEL version=0.0.0 00:52:23 ---> Running in a0d5d2af9bdb 00:52:23 ---> 518a4f0ae981 00:52:23 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:24 ---> Running in f5443448a6c0 00:52:24 Removing intermediate container a0d5d2af9bdb 00:52:24 ---> 783ba5a472a5 00:52:24 00:52:25 Successfully built 783ba5a472a5 00:52:25 Successfully tagged docker-support-logging-go-arm64:latest 00:52:28  Building docker-support-logging-go ... done Removing intermediate container f5443448a6c0 00:52:28 ---> 8db72d051127 00:52:28 Step 24/29 : RUN chmod 755 security-secrets-setup 00:52:28 ---> Running in 6cd127d15bd5 00:52:32 Removing intermediate container 6cd127d15bd5 00:52:32 ---> 2d96ee92e8ce 00:52:32 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:52:32 ---> Running in 1113c7baf653 00:52:33 Removing intermediate container 1113c7baf653 00:52:33 ---> 9b31e3de856d 00:52:33 Step 26/29 : CMD [ "generate" ] 00:52:33 ---> Running in f1a7e71eb8d4 00:52:34 Removing intermediate container f1a7e71eb8d4 00:52:34 ---> 16ed63384266 00:52:34 Step 27/29 : LABEL arch=arm64 00:52:34 ---> Running in 016838ffe996 00:52:36 Removing intermediate container 016838ffe996 00:52:36 ---> 2abf635eb040 00:52:36 Step 28/29 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:52:36 ---> Running in 9e22caadbf7a 00:52:36 Removing intermediate container 656e5f1773ca 00:52:36 ---> 703b3b595c6d 00:52:36 00:52:36 Step 10/20 : FROM alpine 00:52:36 ---> 2e77e061c27f 00:52:36 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:52:37 ---> Running in 4724e1c217aa 00:52:37 Removing intermediate container 9e22caadbf7a 00:52:37 ---> a2a0f9a23489 00:52:37 Step 29/29 : LABEL version=0.0.0 00:52:37 ---> Running in da4c38aff40a 00:52:38 Removing intermediate container da4c38aff40a 00:52:38 ---> 8b300ec83ce6 00:52:38 00:52:39 Successfully built 8b300ec83ce6 00:52:39 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:52:39  Building docker-security-secrets-setup-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:39 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:40 v3.12.1-21-g31de6c9ed4 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:40 v3.12.1-20-g868070ed30 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:40 OK: 12615 distinct packages available 00:52:41 (1/4) Installing ca-certificates (20191127-r4) 00:52:41 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:52:41 (3/4) Installing libcurl (7.69.1-r1) 00:52:41 (4/4) Installing curl (7.69.1-r1) 00:52:41 Executing busybox-1.31.1-r19.trigger 00:52:41 Executing ca-certificates-20191127-r4.trigger 00:52:41 OK: 7 MiB in 18 packages 00:52:43 Removing intermediate container 4724e1c217aa 00:52:43 ---> c8f0b455cc06 00:52:43 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:52:44 ---> Running in 73c3dd96c67e 00:52:44 Removing intermediate container 73c3dd96c67e 00:52:44 ---> b9f48380401e 00:52:44 Step 13/20 : WORKDIR /edgex 00:52:44 ---> Running in 45d8795b7f3d 00:52:45 Removing intermediate container 45d8795b7f3d 00:52:45 ---> ab1518e53f70 00:52:45 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:52:46 ---> 8204c7dd8a92 00:52:46 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:52:47 ---> b7f8d5a90f70 00:52:47 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:52:48 ---> Running in 0e43ce57b039 00:52:48 Removing intermediate container 0e43ce57b039 00:52:48 ---> bc1db278f126 00:52:48 Step 17/20 : CMD ["--init=true"] 00:52:48 ---> Running in 9a8d568ca71a 00:52:49 Removing intermediate container 9a8d568ca71a 00:52:49 ---> e6bd15064599 00:52:49 Step 18/20 : LABEL arch=arm64 00:52:49 ---> Running in b98d6dec458a 00:52:50 Removing intermediate container b98d6dec458a 00:52:50 ---> 4eb3a3524078 00:52:50 Step 19/20 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:52:50 ---> Running in 8d0540361329 00:52:51 Removing intermediate container 8d0540361329 00:52:51 ---> 4191dde4dd0b 00:52:51 Step 20/20 : LABEL version=0.0.0 00:52:51 ---> Running in a719f0a5473e 00:52:52 Removing intermediate container a719f0a5473e 00:52:52 ---> 79dcde2c07d2 00:52:52 00:52:52 Successfully built 79dcde2c07d2 00:52:52 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:52:53  Building docker-security-proxy-setup-go ... done Removing intermediate container 785f4a62e04a 00:52:53 ---> bbfcfdea85c1 00:52:53 00:52:53 Step 10/22 : FROM scratch 00:52:53 ---> 00:52:53 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:53 ---> Using cache 00:52:53 ---> c5c97890f3fd 00:52:53 Step 12/22 : ENV APP_PORT=48081 00:52:54 ---> Running in c1e4ee415910 00:52:54 Removing intermediate container c1e4ee415910 00:52:54 ---> 2aca2c8778aa 00:52:54 Step 13/22 : EXPOSE $APP_PORT 00:52:54 ---> Running in 08c3b09c8b53 00:52:55 Removing intermediate container 08c3b09c8b53 00:52:55 ---> 2291dd7e639d 00:52:55 Step 14/22 : WORKDIR / 00:52:55 ---> Running in 8d00b6b69cfb 00:52:56 Removing intermediate container 8d00b6b69cfb 00:52:56 ---> 81a68e01c9e7 00:52:56 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:52:56 Removing intermediate container c6bd5503bf41 00:52:56 ---> f1f68feb8e3e 00:52:56 00:52:56 Step 10/23 : FROM alpine 00:52:56 ---> 2e77e061c27f 00:52:56 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:56 ---> Running in 50fb50a113e7 00:52:57 ---> d84229d3c084 00:52:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:52:57 Removing intermediate container 50fb50a113e7 00:52:57 ---> f99c95af718e 00:52:57 Step 12/23 : ENV APP_PORT=48080 00:52:57 ---> Running in 8946ce9c9cc5 00:52:58 Removing intermediate container 8946ce9c9cc5 00:52:58 ---> 821f59f62f19 00:52:58 Step 13/23 : EXPOSE $APP_PORT 00:52:58 ---> aedf120a1e0f 00:52:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:52:58 ---> Running in 3e0425e20de4 00:52:58 Removing intermediate container 3e0425e20de4 00:52:58 ---> 930b87ac953c 00:52:58 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:59 ---> Running in 326f3b3120a8 00:52:59 ---> 3aa85024feeb 00:52:59 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:52:59 ---> Running in af55bdf04ffc 00:52:59 Removing intermediate container af55bdf04ffc 00:52:59 ---> 93f479bdfa96 00:52:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:59 ---> Running in 329b06cd2d89 00:53:00 Removing intermediate container 329b06cd2d89 00:53:00 ---> c9de3e30c80a 00:53:00 Step 20/22 : LABEL arch=arm64 00:53:00 ---> Running in 6170f49992e3 00:53:01 Removing intermediate container 6170f49992e3 00:53:01 ---> b368597f4c44 00:53:01 Step 21/22 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:53:01 ---> Running in 62f5f156e8f4 00:53:01 Removing intermediate container 326f3b3120a8 00:53:01 ---> 9e9bff4db7b4 00:53:01 Step 15/23 : RUN apk --no-cache add zeromq 00:53:01 Removing intermediate container 62f5f156e8f4 00:53:01 ---> 6ada719cdf3c 00:53:01 Step 22/22 : LABEL version=0.0.0 00:53:01 ---> Running in 64303d9fbc76 00:53:02 ---> Running in d7c9d190cad6 00:53:02 Removing intermediate container d7c9d190cad6 00:53:02 ---> a6adf172413e 00:53:02 00:53:02 Successfully built a6adf172413e 00:53:02 Successfully tagged docker-core-metadata-go-arm64:latest 00:53:03  Building docker-core-metadata-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:05 (1/5) Installing libgcc (9.3.0-r2) 00:53:05 (2/5) Installing libsodium (1.0.18-r0) 00:53:05 (3/5) Installing libstdc++ (9.3.0-r2) 00:53:06 (4/5) Installing libzmq (4.3.3-r0) 00:53:06 (5/5) Installing zeromq (4.3.3-r0) 00:53:06 Executing busybox-1.31.1-r19.trigger 00:53:06 OK: 8 MiB in 19 packages 00:53:07 Removing intermediate container 64303d9fbc76 00:53:08 ---> df61a3df1428 00:53:08 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:53:08 ---> 6cff55820f49 00:53:08 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:53:10 ---> 073290accd1a 00:53:10 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:53:10 ---> c7565306fa2a 00:53:10 Step 19/23 : ENTRYPOINT ["/core-data"] 00:53:10 ---> Running in af321482be88 00:53:11 Removing intermediate container af321482be88 00:53:11 ---> 0b3e1b90c835 00:53:11 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:11 ---> Running in 04c21521122f 00:53:11 Removing intermediate container 04c21521122f 00:53:11 ---> 30f9bad00b7d 00:53:11 Step 21/23 : LABEL arch=arm64 00:53:11 ---> Running in 8311d4475870 00:53:12 Removing intermediate container 8311d4475870 00:53:12 ---> fab9bf23c5df 00:53:12 Step 22/23 : LABEL git_sha=45a492676834e91fc5e0cc69a743278f1914252a 00:53:12 ---> Running in 5660f2bab9eb 00:53:13 Removing intermediate container 5660f2bab9eb 00:53:13 ---> ef04896c9171 00:53:13 Step 23/23 : LABEL version=0.0.0 00:53:13 ---> Running in 8125b5c19fe5 00:53:13 Removing intermediate container 8125b5c19fe5 00:53:13 ---> 274f2225434c 00:53:13 00:53:13 Successfully built 274f2225434c 00:53:13 Successfully tagged docker-core-data-go-arm64:latest 00:53:14  Building docker-core-data-go ... done  [Pipeline] } 00:53:14 $ docker stop --time=1 79bb88fa842976b4ad2b0d9fa85711cf7a6cb4859cff787b597cede00f8c536c 00:53:16 $ docker rm -f 79bb88fa842976b4ad2b0d9fa85711cf7a6cb4859cff787b597cede00f8c536c [Pipeline] // withDockerContainer [Pipeline] sh 00:53:16 + grep docker 00:53:16 + docker images 00:53:17 docker-core-data-go-arm64 latest 274f2225434c 4 seconds ago 22.3MB 00:53:17 docker-core-metadata-go-arm64 latest a6adf172413e 15 seconds ago 13.5MB 00:53:17 docker-security-proxy-setup-go-arm64 latest 79dcde2c07d2 26 seconds ago 15.1MB 00:53:17 docker-security-secrets-setup-go-arm64 latest 8b300ec83ce6 39 seconds ago 22.7MB 00:53:17 docker-support-logging-go-arm64 latest 783ba5a472a5 53 seconds ago 10.6MB 00:53:17 docker-core-command-go-arm64 latest e9ed16856390 2 minutes ago 11.4MB 00:53:17 docker-sys-mgmt-agent-go-arm64 latest 71530cff4257 2 minutes ago 270MB 00:53:17 docker-support-notifications-go-arm64 latest 4d37e1bb98cf 4 minutes ago 12.9MB 00:53:17 docker-support-scheduler-go-arm64 latest 3ea1e5bbb82b 4 minutes ago 11.5MB 00:53:17 docker-security-secretstore-setup-go-arm64 latest ae2dd732384e 4 minutes ago 23.6MB 00:53:17 docker-security-bootstrap-redis-go-arm64 latest 4689afd1b7ce 4 minutes ago 15.2MB 00:53:17 docker latest 5d4db4dc0692 2 weeks ago 198MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Docker Image Scan) Stage "Snyk Docker Image Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 00:53:20 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:21 ---> package-listing.sh 00:53:21 ++ facter osfamily 00:53:21 ++ tr '[:upper:]' '[:lower:]' 00:53:21 + OS_FAMILY=redhat 00:53:21 + workspace=/w/workspace/edgex-go/39 00:53:21 + START_PACKAGES=/tmp/packages_start.txt 00:53:21 + END_PACKAGES=/tmp/packages_end.txt 00:53:21 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:21 + PACKAGES=/tmp/packages_start.txt 00:53:21 + '[' /w/workspace/edgex-go/39 ']' 00:53:21 + PACKAGES=/tmp/packages_end.txt 00:53:21 + case "${OS_FAMILY}" in 00:53:21 + rpm -qa 00:53:21 + sort 00:53:25 + '[' -f /tmp/packages_start.txt ']' 00:53:25 + '[' -f /tmp/packages_end.txt ']' 00:53:25 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:25 + '[' /w/workspace/edgex-go/39 ']' 00:53:25 + mkdir -p /w/workspace/edgex-go/39/archives/ 00:53:25 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/39/archives/ [Pipeline] echo 00:53:25 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/39/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:26 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:26 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:26 00:53:26 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:26 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:26 alpine: Pulling from edgex-lftools-log-publisher 00:53:26 df20fa9351a1: Already exists 00:53:26 36b3adc4ff6f: Pulling fs layer 00:53:26 8ad3a11d3b57: Pulling fs layer 00:53:26 46f8f816bc3b: Pulling fs layer 00:53:26 93b61091891f: Pulling fs layer 00:53:26 93b9cdb0e59b: Pulling fs layer 00:53:26 5e14af77c1be: Pulling fs layer 00:53:26 01666e4c0597: Pulling fs layer 00:53:26 aa168da1d23b: Pulling fs layer 00:53:26 93b61091891f: Waiting 00:53:26 93b9cdb0e59b: Waiting 00:53:26 5e14af77c1be: Waiting 00:53:26 01666e4c0597: Waiting 00:53:26 aa168da1d23b: Waiting 00:53:26 46f8f816bc3b: Verifying Checksum 00:53:26 46f8f816bc3b: Download complete 00:53:26 36b3adc4ff6f: Verifying Checksum 00:53:26 93b9cdb0e59b: Verifying Checksum 00:53:26 93b9cdb0e59b: Download complete 00:53:26 5e14af77c1be: Verifying Checksum 00:53:26 5e14af77c1be: Download complete 00:53:26 01666e4c0597: Verifying Checksum 00:53:26 01666e4c0597: Download complete 00:53:26 93b61091891f: Verifying Checksum 00:53:26 93b61091891f: Download complete 00:53:27 36b3adc4ff6f: Pull complete 00:53:27 8ad3a11d3b57: Verifying Checksum 00:53:27 8ad3a11d3b57: Download complete 00:53:29 8ad3a11d3b57: Pull complete 00:53:29 46f8f816bc3b: Pull complete 00:53:29 aa168da1d23b: Verifying Checksum 00:53:29 aa168da1d23b: Download complete 00:53:29 93b61091891f: Pull complete 00:53:30 93b9cdb0e59b: Pull complete 00:53:30 5e14af77c1be: Pull complete 00:53:30 01666e4c0597: Pull complete 00:53:38 aa168da1d23b: Pull complete 00:53:38 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:38 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:38 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:39 prd-centos7-docker-4c-2g-11440 does not seem to be running inside a container 00:53:39 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/39/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/39 -v /w/workspace/edgex-go/39:/w/workspace/edgex-go/39:rw,z -v /w/workspace/edgex-go/39@tmp:/w/workspace/edgex-go/39@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:44 $ docker top aa8e2c901764ff82c456493677576d01901059519d364f7912b8c03716386e79 -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:44 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:45 + mkdir -p /var/log/sa [Pipeline] sh 00:53:45 + ls /var/log/sa-host 00:53:45 + sadf -c /var/log/sa-host/sa05 00:53:45 file_magic: OK 00:53:45 HZ: Using current value: 100 00:53:45 file_header: OK 00:53:45 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 00:53:45 Statistics: 00:53:45 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:45 File successfully converted to sysstat format version 12.2.1 00:53:45 + sadf -c /var/log/sa-host/sa07 00:53:45 file_magic: OK 00:53:45 HZ: Using current value: 100 00:53:45 file_header: OK 00:53:45 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 00:53:45 Statistics: 00:53:45 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:45 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:46 provisioning config files... 00:53:46 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/39@tmp/config928809462234138292tmp [Pipeline] { [Pipeline] echo 00:53:46 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:46 ---> create-netrc.sh [Pipeline] } 00:53:46 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:46 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:46 ---> python-tools-install.sh [Pipeline] echo 00:53:46 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:47 ---> sudo-logs.sh 00:53:47 Archiving 'sudo' log.. [Pipeline] echo 00:53:47 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:47 ---> job-cost.sh 00:53:47 lf-activate-venv: SKIPPING 00:53:47 INFO: No Stack... 00:53:48 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:49 INFO: Archiving Costs [Pipeline] echo 00:53:49 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:49 ---> logs-deploy.sh 00:53:49 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2688/39 00:53:49 INFO: archiving workspace using pattern(s): 00:53:51 Archives upload complete. 00:53:51 INFO: archiving logs to Nexus 00:53:52 ---> uname -a: 00:53:52 Linux prd-centos7-docker-4c-2g-11440.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:53:52 00:53:52 00:53:52 ---> lscpu: 00:53:52 Architecture: x86_64 00:53:52 CPU op-mode(s): 32-bit, 64-bit 00:53:52 Byte Order: Little Endian 00:53:52 Address sizes: 40 bits physical, 48 bits virtual 00:53:52 CPU(s): 4 00:53:52 On-line CPU(s) list: 0-3 00:53:52 Thread(s) per core: 1 00:53:52 Core(s) per socket: 1 00:53:52 Socket(s): 4 00:53:52 NUMA node(s): 1 00:53:52 Vendor ID: GenuineIntel 00:53:52 CPU family: 6 00:53:52 Model: 44 00:53:52 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:52 Stepping: 1 00:53:52 CPU MHz: 2933.436 00:53:52 BogoMIPS: 5866.87 00:53:52 Virtualization: VT-x 00:53:52 Hypervisor vendor: KVM 00:53:52 Virtualization type: full 00:53:52 L1d cache: 128 KiB 00:53:52 L1i cache: 128 KiB 00:53:52 L2 cache: 16 MiB 00:53:52 L3 cache: 64 MiB 00:53:52 NUMA node0 CPU(s): 0-3 00:53:52 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:52 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:52 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:52 Vulnerability Meltdown: Mitigation; PTI 00:53:52 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:52 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:52 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:52 Vulnerability Tsx async abort: Not affected 00:53:52 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 00:53:52 00:53:52 00:53:52 ---> nproc: 00:53:52 4 00:53:52 00:53:52 00:53:52 ---> df -h: 00:53:52 Filesystem Size Used Available Use% Mounted on 00:53:52 overlay 50.0G 13.6G 36.4G 27% / 00:53:52 tmpfs 64.0M 0 64.0M 0% /dev 00:53:52 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:52 shm 64.0M 0 64.0M 0% /dev/shm 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /facter-os 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/resolv.conf 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hostname 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /etc/hosts 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /run/cloud-init/result.json 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/sa-host 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/secure 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /var/log/auth.log 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/39@tmp 00:53:52 /dev/vda1 50.0G 13.6G 36.4G 27% /w/workspace/edgex-go/39 00:53:52 00:53:52 00:53:52 ---> free -m: 00:53:52 total used free shared buff/cache available 00:53:52 Mem: 1837 646 141 0 1050 1108 00:53:52 Swap: 1023 105 918 00:53:52 00:53:52 00:53:52 ---> ip addr: 00:53:52 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:52 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:52 inet 127.0.0.1/8 scope host lo 00:53:52 valid_lft forever preferred_lft forever 00:53:52 inet6 ::1/128 scope host 00:53:52 valid_lft forever preferred_lft forever 00:53:52 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:52 link/ether fa:16:3e:71:1c:81 brd ff:ff:ff:ff:ff:ff 00:53:52 inet 10.30.123.235/23 brd 10.30.123.255 scope global dynamic eth0 00:53:52 valid_lft 85012sec preferred_lft 85012sec 00:53:52 inet6 fe80::f816:3eff:fe71:1c81/64 scope link 00:53:52 valid_lft forever preferred_lft forever 00:53:52 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:52 link/ether 02:42:c1:60:08:93 brd ff:ff:ff:ff:ff:ff 00:53:52 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:52 valid_lft forever preferred_lft forever 00:53:52 inet6 fe80::42:c1ff:fe60:893/64 scope link 00:53:52 valid_lft forever preferred_lft forever 00:53:52 00:53:52 00:53:52 ---> sar -b -r -n DEV: 00:53:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/07/20 _x86_64_ (4 CPU) 00:53:52 00:53:52 00:30:28 LINUX RESTART (4 CPU) 00:53:52 00:53:52 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:52 00:32:01 89.30 34.45 54.86 0.00 7650.83 12374.88 0.00 00:53:52 00:33:01 226.93 84.05 142.89 0.00 6669.91 59898.89 0.00 00:53:52 00:34:02 263.67 112.37 151.30 0.00 5393.19 19427.30 0.00 00:53:52 00:35:01 170.06 87.07 82.99 0.00 3086.93 7580.87 0.00 00:53:52 00:36:01 166.99 41.46 125.53 0.00 11322.50 61161.61 0.00 00:53:52 00:37:03 1914.42 1572.29 342.14 0.00 164112.54 190768.47 0.00 00:53:52 00:38:02 1346.34 1064.03 282.30 0.00 82218.30 90528.42 0.00 00:53:52 00:39:01 1457.52 1075.02 382.50 0.00 128266.44 156335.56 0.00 00:53:52 00:40:02 2232.90 1903.27 329.62 0.00 157528.68 167057.59 0.00 00:53:52 00:41:01 792.92 561.66 231.25 0.00 34065.51 57767.43 0.00 00:53:52 00:42:01 575.06 406.52 168.54 0.00 23504.51 40466.11 0.00 00:53:52 00:43:01 35.29 28.95 6.34 0.00 3519.63 157.50 0.00 00:53:52 00:44:01 0.27 0.03 0.23 0.00 0.80 3.53 0.00 00:53:52 00:45:01 0.25 0.00 0.25 0.00 0.00 2.70 0.00 00:53:52 00:46:01 2.76 1.96 0.80 0.00 70.44 15.41 0.00 00:53:52 00:47:01 0.32 0.03 0.28 0.00 0.27 2.96 0.00 00:53:52 00:48:01 0.23 0.02 0.22 0.00 0.27 2.20 0.00 00:53:52 00:49:02 0.27 0.02 0.25 0.00 0.53 3.18 0.00 00:53:52 00:50:01 0.27 0.02 0.25 0.00 0.27 2.52 0.00 00:53:52 00:51:01 0.28 0.02 0.27 0.00 0.27 3.30 0.00 00:53:52 00:52:01 0.75 0.53 0.22 0.00 183.45 2.73 0.00 00:53:52 00:53:01 0.25 0.03 0.22 0.00 0.80 2.07 0.00 00:53:52 Average: 423.19 318.35 104.85 0.00 28680.06 39432.52 0.00 00:53:52 00:53:52 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:52 00:32:01 71340 0 624600 33.20 2620 1182996 1314364 44.86 571584 1072384 64512 00:53:52 00:33:01 130528 0 665360 35.36 1556 1084112 1759208 60.04 663820 886032 32 00:53:52 00:34:02 206936 0 717280 38.12 1536 955804 1736468 59.26 684476 751328 48628 00:53:52 00:35:01 314796 0 704992 37.47 884 860884 1252808 42.76 591332 722116 45508 00:53:52 00:36:01 79492 0 690552 36.70 280 1111232 1251796 42.72 743004 847008 87444 00:53:52 00:37:03 78564 0 743192 39.50 48 1059752 1952844 66.65 788804 831040 27468 00:53:52 00:38:02 323904 0 746892 39.70 48 810712 1980380 67.59 661320 685764 20716 00:53:52 00:39:01 78296 0 686564 36.49 48 1116648 1986332 67.79 744092 886724 11616 00:53:52 00:40:02 315784 0 954504 50.73 48 611220 4019524 137.18 655912 688088 48968 00:53:52 00:41:01 372656 0 649664 34.53 48 859188 1629184 55.60 575616 730448 56484 00:53:52 00:42:01 268300 0 612372 32.55 48 1000836 1373480 46.87 428888 974304 24 00:53:52 00:43:01 521180 0 567824 30.18 48 792504 1213220 41.41 371924 784240 20 00:53:52 00:44:01 522384 0 566612 30.11 48 792512 1200884 40.98 370972 783832 12 00:53:52 00:45:01 522600 0 566388 30.10 48 792520 1200920 40.99 371052 783832 8 00:53:52 00:46:01 520472 0 567112 30.14 48 793924 1200872 40.98 371788 784444 12 00:53:52 00:47:01 520792 0 566780 30.12 48 793936 1200884 40.98 371800 784448 16 00:53:52 00:48:01 521160 0 566412 30.10 48 793936 1192648 40.70 371084 784412 8 00:53:52 00:49:02 521160 0 566404 30.10 48 793944 1192648 40.70 371080 784456 8 00:53:52 00:50:01 521284 0 566264 30.10 48 793960 1192648 40.70 371088 784476 16 00:53:52 00:51:01 521012 0 566532 30.11 48 793964 1192648 40.70 370288 785260 8 00:53:52 00:52:01 512916 0 569164 30.25 48 799428 1192720 40.71 375728 788068 8 00:53:52 00:53:01 513208 0 568872 30.23 48 799428 1192648 40.70 375660 788088 12 00:53:52 Average: 361762 0 637924 33.90 350 881520 1519506 51.86 509151 805036 18706 00:53:52 00:53:52 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:52 00:32:01 eth0 1397.79 1301.31 5823.72 177.80 0.00 0.00 0.00 0.00 00:53:52 00:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:32:01 docker0 642.43 504.71 54.69 2154.74 0.00 0.00 0.00 0.00 00:53:52 00:32:01 veth002d0a5 642.43 504.84 63.47 2154.75 0.00 0.00 0.00 0.00 00:53:52 00:33:01 vethe9c97a1 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:33:01 veth46608c4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:33:01 eth0 676.24 549.39 4838.05 62.79 0.00 0.00 0.00 0.00 00:53:52 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:34:02 veth1fcfa39 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:34:02 eth0 144.79 121.72 503.63 20.42 0.00 0.00 0.00 0.00 00:53:52 00:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:34:02 docker0 944.83 813.25 77.39 3486.71 0.00 0.00 0.00 0.00 00:53:52 00:35:01 veth1fcfa39 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:35:01 eth0 39.44 26.44 22.12 89.38 0.00 0.00 0.00 0.00 00:53:52 00:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:36:01 eth0 213.77 167.73 1705.44 72.51 0.00 0.00 0.00 0.00 00:53:52 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:36:01 veth54ed5b9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:37:03 eth0 47.53 29.14 162.86 11.76 0.00 0.00 0.00 0.00 00:53:52 00:37:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:37:03 veth54ed5b9 0.00 0.32 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:37:03 docker0 16.37 22.91 0.90 142.68 0.00 0.00 0.00 0.00 00:53:52 00:38:02 vetha2a8626 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:38:02 eth0 37.88 20.20 60.17 14.43 0.00 0.00 0.00 0.00 00:53:52 00:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:38:02 vethc54cd8c 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:39:01 eth0 100.32 67.59 225.13 102.27 0.00 0.00 0.00 0.00 00:53:52 00:39:01 veth0f6801e 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:39:01 veth54ed5b9 0.00 0.79 0.00 0.04 0.00 0.00 0.00 0.00 00:53:52 00:40:02 vethe1aac72 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:40:02 veth149a072 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:40:02 vethe6d8ce3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:40:02 veth6a48fc4 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:41:01 eth0 2799.24 2378.88 13689.53 640.56 0.00 0.00 0.00 0.00 00:53:52 00:41:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 00:53:52 00:41:01 veth54ed5b9 0.00 0.89 0.00 0.04 0.00 0.00 0.00 0.00 00:53:52 00:41:01 docker0 1001.80 887.40 80.92 3929.42 0.00 0.00 0.00 0.00 00:53:52 00:42:01 eth0 114.49 77.06 427.38 80.69 0.00 0.00 0.00 0.00 00:53:52 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:42:01 veth54ed5b9 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:52 00:42:01 docker0 29.21 52.05 1.85 399.46 0.00 0.00 0.00 0.00 00:53:52 00:43:01 eth0 6.49 3.80 5.71 2.45 0.00 0.00 0.00 0.00 00:53:52 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:44:01 eth0 1.62 0.32 0.42 0.23 0.00 0.00 0.00 0.00 00:53:52 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:45:01 eth0 0.88 0.28 0.31 0.17 0.00 0.00 0.00 0.00 00:53:52 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:46:01 eth0 0.48 0.30 0.27 0.23 0.00 0.00 0.00 0.00 00:53:52 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:47:01 eth0 0.27 0.18 0.14 0.07 0.00 0.00 0.00 0.00 00:53:52 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:52 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:49:02 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:52 00:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:50:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:51:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:52 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:52:01 eth0 0.28 0.20 0.14 0.07 0.00 0.00 0.00 0.00 00:53:52 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:53:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:52 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 Average: eth0 130.01 109.89 632.82 32.53 0.00 0.00 0.00 0.00 00:53:52 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:52 Average: docker0 46.34 42.24 3.72 194.74 0.00 0.00 0.00 0.00 00:53:52 00:53:52 00:53:52 ---> sar -P ALL: 00:53:52 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/07/20 _x86_64_ (4 CPU) 00:53:52 00:53:52 00:30:28 LINUX RESTART (4 CPU) 00:53:52 00:53:52 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:53:52 00:32:01 all 18.23 0.00 8.57 2.43 1.66 69.11 00:53:52 00:32:01 0 17.83 0.00 10.12 1.50 1.57 68.98 00:53:52 00:32:01 1 18.98 0.00 7.78 1.43 1.70 70.11 00:53:52 00:32:01 2 19.90 0.00 8.70 1.76 1.73 67.91 00:53:52 00:32:01 3 16.19 0.00 7.71 5.03 1.62 69.44 00:53:52 00:33:01 all 13.97 0.00 8.31 2.43 1.85 73.43 00:53:52 00:33:01 0 17.28 0.00 9.50 0.58 1.89 70.75 00:53:52 00:33:01 1 11.78 0.00 7.78 2.53 1.84 76.08 00:53:52 00:33:01 2 14.59 0.00 8.07 3.43 1.78 72.12 00:53:52 00:33:01 3 12.28 0.00 7.93 3.15 1.92 74.72 00:53:52 00:34:02 all 35.92 0.00 11.51 6.17 0.89 45.51 00:53:52 00:34:02 0 34.65 0.00 11.76 6.16 0.85 46.58 00:53:52 00:34:02 1 37.35 0.00 11.21 4.28 0.88 46.29 00:53:52 00:34:02 2 36.71 0.00 11.44 6.19 0.88 44.78 00:53:52 00:34:02 3 34.94 0.00 11.64 8.06 0.95 44.40 00:53:52 00:35:01 all 61.43 0.00 16.99 3.46 1.04 17.09 00:53:52 00:35:01 0 62.43 0.00 16.62 3.33 0.92 16.69 00:53:52 00:35:01 1 59.46 0.00 17.74 2.29 1.13 19.37 00:53:52 00:35:01 2 61.86 0.00 17.04 4.12 1.07 15.92 00:53:52 00:35:01 3 61.96 0.00 16.54 4.09 1.04 16.37 00:53:52 00:36:01 all 25.32 0.00 12.75 6.33 1.29 54.31 00:53:52 00:36:01 0 25.98 0.00 12.72 8.08 1.33 51.88 00:53:52 00:36:01 1 25.07 0.00 12.82 4.87 1.29 55.95 00:53:52 00:36:01 2 23.82 0.00 12.56 6.12 1.31 56.19 00:53:52 00:36:01 3 26.40 0.00 12.90 6.25 1.23 53.23 00:53:52 00:37:03 all 22.03 0.00 28.25 19.53 2.82 27.37 00:53:52 00:37:03 0 22.31 0.00 27.89 17.85 2.85 29.10 00:53:52 00:37:03 1 20.81 0.00 28.38 18.33 2.94 29.54 00:53:52 00:37:03 2 21.65 0.00 28.97 20.31 2.65 26.42 00:53:52 00:37:03 3 23.37 0.00 27.74 21.67 2.85 24.37 00:53:52 00:38:02 all 58.42 0.00 22.94 11.58 0.98 6.09 00:53:52 00:38:02 0 58.36 0.00 22.82 11.62 0.98 6.22 00:53:52 00:38:02 1 59.75 0.00 20.91 11.35 1.03 6.95 00:53:52 00:38:02 2 56.53 0.00 24.69 12.84 1.00 4.93 00:53:52 00:38:02 3 59.02 0.00 23.33 10.52 0.89 6.23 00:53:52 00:39:01 all 23.46 0.00 26.06 20.63 2.13 27.72 00:53:52 00:39:01 0 22.93 0.00 24.88 21.29 2.06 28.85 00:53:52 00:39:01 1 22.81 0.00 26.58 18.11 2.29 30.21 00:53:52 00:39:01 2 22.40 0.00 26.64 23.69 2.23 25.05 00:53:52 00:39:01 3 25.71 0.00 26.17 19.41 1.96 26.75 00:53:52 00:40:02 all 29.91 0.00 23.82 27.38 2.04 16.86 00:53:52 00:40:02 0 29.88 0.00 24.13 26.57 2.08 17.34 00:53:52 00:40:02 1 30.71 0.00 24.26 29.23 2.09 13.70 00:53:52 00:40:02 2 30.28 0.00 24.54 27.00 1.99 16.19 00:53:52 00:40:02 3 28.76 0.00 22.32 26.72 1.98 20.23 00:53:52 00:41:01 all 42.94 0.00 15.70 12.02 0.83 28.50 00:53:52 00:41:01 0 43.54 0.00 15.74 13.52 0.79 26.40 00:53:52 00:41:01 1 42.71 0.00 15.64 13.08 0.95 27.63 00:53:52 00:41:01 2 43.35 0.00 15.28 11.46 0.84 29.06 00:53:52 00:41:01 3 42.15 0.00 16.13 10.00 0.75 30.97 00:53:52 00:42:01 all 16.52 0.00 10.51 6.46 1.29 65.22 00:53:52 00:42:01 0 18.62 0.00 10.59 6.56 1.37 62.86 00:53:52 00:42:01 1 14.82 0.00 10.42 6.28 1.31 67.18 00:53:52 00:42:01 2 19.51 0.00 10.97 7.83 1.28 60.41 00:53:52 00:42:01 3 13.11 0.00 10.08 5.19 1.20 70.42 00:53:52 00:53:52 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:53:52 00:43:01 all 0.43 0.00 0.38 0.53 0.13 98.53 00:53:52 00:43:01 0 0.33 0.00 0.30 0.85 0.13 98.38 00:53:52 00:43:01 1 0.32 0.00 0.50 0.23 0.07 98.88 00:53:52 00:43:01 2 0.65 0.00 0.17 0.10 0.13 98.95 00:53:52 00:43:01 3 0.42 0.00 0.55 0.95 0.17 97.91 00:53:52 00:44:01 all 0.15 0.00 0.03 0.00 0.01 99.81 00:53:52 00:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 00:53:52 00:44:01 1 0.02 0.00 0.05 0.00 0.00 99.93 00:53:52 00:44:01 2 0.52 0.00 0.02 0.00 0.02 99.45 00:53:52 00:44:01 3 0.03 0.00 0.03 0.00 0.02 99.92 00:53:52 00:45:01 all 0.16 0.00 0.03 0.00 0.01 99.80 00:53:52 00:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 00:53:52 00:45:01 1 0.03 0.00 0.03 0.00 0.02 99.92 00:53:52 00:45:01 2 0.53 0.00 0.02 0.00 0.00 99.45 00:53:52 00:45:01 3 0.03 0.00 0.05 0.00 0.00 99.92 00:53:52 00:46:01 all 0.12 0.00 0.07 0.02 0.00 99.79 00:53:52 00:46:01 0 0.03 0.00 0.07 0.00 0.00 99.90 00:53:52 00:46:01 1 0.27 0.00 0.10 0.07 0.00 99.57 00:53:52 00:46:01 2 0.18 0.00 0.07 0.00 0.00 99.75 00:53:52 00:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:53:52 00:47:01 all 0.16 0.00 0.03 0.00 0.01 99.79 00:53:52 00:47:01 0 0.07 0.00 0.07 0.00 0.00 99.87 00:53:52 00:47:01 1 0.50 0.00 0.02 0.00 0.00 99.48 00:53:52 00:47:01 2 0.05 0.00 0.02 0.00 0.03 99.90 00:53:52 00:47:01 3 0.02 0.00 0.03 0.02 0.02 99.92 00:53:52 00:48:01 all 0.15 0.00 0.02 0.00 0.01 99.82 00:53:52 00:48:01 0 0.05 0.00 0.03 0.00 0.02 99.90 00:53:52 00:48:01 1 0.48 0.00 0.02 0.00 0.02 99.48 00:53:52 00:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:53:52 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:52 00:49:02 all 0.11 0.00 0.04 0.00 0.00 99.85 00:53:52 00:49:02 0 0.28 0.00 0.10 0.00 0.02 99.60 00:53:52 00:49:02 1 0.12 0.00 0.00 0.00 0.00 99.88 00:53:52 00:49:02 2 0.03 0.00 0.03 0.00 0.00 99.93 00:53:52 00:49:02 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:52 00:50:01 all 0.15 0.00 0.03 0.00 0.01 99.81 00:53:52 00:50:01 0 0.49 0.00 0.02 0.02 0.02 99.46 00:53:52 00:50:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:53:52 00:50:01 2 0.03 0.00 0.05 0.00 0.02 99.90 00:53:52 00:50:01 3 0.02 0.00 0.03 0.00 0.00 99.95 00:53:52 00:51:01 all 0.17 0.00 0.04 0.00 0.00 99.80 00:53:52 00:51:01 0 0.22 0.00 0.03 0.00 0.00 99.75 00:53:52 00:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:53:52 00:51:01 2 0.37 0.00 0.05 0.00 0.00 99.58 00:53:52 00:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:52 00:52:01 all 0.13 0.00 0.04 0.01 0.02 99.81 00:53:52 00:52:01 0 0.43 0.00 0.02 0.00 0.02 99.53 00:53:52 00:52:01 1 0.02 0.00 0.02 0.00 0.02 99.95 00:53:52 00:52:01 2 0.02 0.00 0.05 0.03 0.00 99.90 00:53:52 00:52:01 3 0.05 0.00 0.07 0.00 0.03 99.85 00:53:52 00:53:01 all 0.16 0.00 0.03 0.00 0.02 99.80 00:53:52 00:53:01 0 0.50 0.00 0.02 0.00 0.03 99.45 00:53:52 00:53:01 1 0.03 0.00 0.02 0.00 0.00 99.95 00:53:52 00:53:01 2 0.03 0.00 0.03 0.00 0.02 99.92 00:53:52 00:53:01 3 0.07 0.00 0.05 0.00 0.02 99.87 00:53:52 00:53:52 Average: CPU %user %nice %system %iowait %steal %idle 00:53:52 Average: all 15.29 0.00 8.16 5.22 0.75 70.57 00:53:52 Average: 0 15.59 0.00 8.23 5.19 0.75 70.24 00:53:52 Average: 1 15.14 0.00 8.09 4.92 0.78 71.08 00:53:52 Average: 2 15.45 0.00 8.31 5.48 0.75 70.02 00:53:52 Average: 3 15.00 0.00 8.01 5.30 0.73 70.96 00:53:52 00:53:52 00:53:52