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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 7e59eed31d5d107cd80d2fed28b10d2b19cc7331+82d8907018ab8cb9f1ec85c1c043836e064d42f9 (7b204249d9de364763b61d66919c2f51ff6bd928) 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-12090 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/20 [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/20 # 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 Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 > 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/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # 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 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 Merge succeeded, producing d5c3b6b12c7bde5170ff52d42f5ec3321864578f Checking out Revision d5c3b6b12c7bde5170ff52d42f5ec3321864578f (PR-2808) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d5c3b6b12c7bde5170ff52d42f5ec3321864578f # timeout=10 Commit message: "Merge commit '82d8907018ab8cb9f1ec85c1c043836e064d42f9' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 00:32:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 00:32:00 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 00:32:00 ========================================================= 00:32:00 EdgeX Global Pipelines Version Info 00:32:00 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 4a970f9cb0cb0e2184e473a819e469c1c0ca6fb1 # timeout=10 00:32:02 ------------------- 00:32:02 stable info: 00:32:02 ------------------- 00:32:02 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:02 Commit SHA: 4d45bb06fbd349d05c83df7b0a7176550fae40e6 00:32:02 Message: update stable to v1.0.162 00:32:03 ------------------- 00:32:03 experimental info: 00:32:03 ------------------- 00:32:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 00:32:03 Commit SHA: 6f2ee81cce8ce978e0d8ebd6865d4103bdd6920b 00:32:03 Message: update experimental to v1.0.164 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 00:32:03 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 00:32:04 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2808 [Pipeline] echo 00:32:05 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2808 [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2808 [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d5c3b6b12c7bde5170ff52d42f5ec3321864578f [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d5c3b6b [Pipeline] echo 00:32:06 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 00:32:06 provisioning config files... 00:32:06 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config7368621377309601152tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:32:06 ---> docker-login.sh 00:32:06 nexus3.edgexfoundry.org:10001 00:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:07 Configure a credential helper to remove this warning. See 00:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:07 00:32:07 Login Succeeded 00:32:07 nexus3.edgexfoundry.org:10002 00:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:07 Configure a credential helper to remove this warning. See 00:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:07 00:32:07 Login Succeeded 00:32:07 nexus3.edgexfoundry.org:10003 00:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:07 Configure a credential helper to remove this warning. See 00:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:07 00:32:07 Login Succeeded 00:32:07 nexus3.edgexfoundry.org:10004 00:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:07 Configure a credential helper to remove this warning. See 00:32:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:07 00:32:07 Login Succeeded 00:32:07 docker.io 00:32:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:32:08 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:32:08 Configure a credential helper to remove this warning. See 00:32:08 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:32:08 00:32:08 Login Succeeded 00:32:08 ---> docker-login.sh ends [Pipeline] } 00:32:08 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:08 ++ 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:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/core-command/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo core-command,cmd/core-command/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/core-data/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo core-data,cmd/core-data/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/core-metadata/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo core-metadata,cmd/core-metadata/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/security-bootstrap-redis/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/security-proxy-setup/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/security-secrets-setup/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/security-secretstore-setup/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/support-logging/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo support-logging,cmd/support-logging/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/support-notifications/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo support-notifications,cmd/support-notifications/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/support-scheduler/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo support-scheduler,cmd/support-scheduler/Dockerfile 00:32:08 + for file in '`ls cmd/**/Dockerfile`' 00:32:08 ++ dirname cmd/sys-mgmt-agent/Dockerfile 00:32:08 ++ cut -d/ -f2 00:32:08 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 00:32:08 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:32:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:09 00:32:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 00:32:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:10 latest: Pulling from edgex-devops/git-semver 00:32:10 31603596830f: Pulling fs layer 00:32:10 2a8b12db71e7: Pulling fs layer 00:32:10 6ca5941a6612: Pulling fs layer 00:32:10 ecc8261a40a4: Pulling fs layer 00:32:10 ecc8261a40a4: Waiting 00:32:10 2a8b12db71e7: Verifying Checksum 00:32:10 2a8b12db71e7: Download complete 00:32:10 31603596830f: Verifying Checksum 00:32:10 31603596830f: Download complete 00:32:10 ecc8261a40a4: Verifying Checksum 00:32:10 ecc8261a40a4: Download complete 00:32:10 6ca5941a6612: Verifying Checksum 00:32:10 6ca5941a6612: Download complete 00:32:10 31603596830f: Pull complete 00:32:10 2a8b12db71e7: Pull complete 00:32:11 6ca5941a6612: Pull complete 00:32:11 ecc8261a40a4: Pull complete 00:32:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 00:32:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 00:32:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 00:32:11 prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container 00:32:11 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 00:32:14 $ docker top f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 00:32:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:14 [ssh-agent] Looking for ssh-agent implementation... 00:32:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:15 $ docker exec f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent 00:32:15 SSH_AUTH_SOCK=/tmp/ssh-QAsWiVArv0cT/agent.12 00:32:15 SSH_AGENT_PID=17 00:32:15 Running ssh-add (command line suppressed) 00:32:15 Identity added: /w/workspace/edgex-go/20@tmp/private_key_6485566803760256619.key (/w/workspace/edgex-go/20@tmp/private_key_6485566803760256619.key) 00:32:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:15 + git tag --points-at HEAD [Pipeline] } 00:32:15 $ docker exec --env ******** --env ******** f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent -k 00:32:16 unset SSH_AUTH_SOCK; 00:32:16 unset SSH_AGENT_PID; 00:32:16 echo Agent pid 17 killed; 00:32:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 00:32:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 00:32:16 [ssh-agent] Looking for ssh-agent implementation... 00:32:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 00:32:16 $ docker exec f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent 00:32:16 SSH_AUTH_SOCK=/tmp/ssh-aoC7GpGCXhqg/agent.46 00:32:16 SSH_AGENT_PID=51 00:32:16 Running ssh-add (command line suppressed) 00:32:16 Identity added: /w/workspace/edgex-go/20@tmp/private_key_6061859238482289423.key (/w/workspace/edgex-go/20@tmp/private_key_6061859238482289423.key) 00:32:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 00:32:17 + git semver init 00:32:17 # -> Open(): unable to determine branch for HEAD 00:32:17 # $GIT_DIR = /w/workspace/edgex-go/20/.git 00:32:17 # $GIT_WORK_TREE = /w/workspace/edgex-go/20 00:32:17 # $SEMVER_REMOTE_NAME = origin 00:32:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 00:32:17 # $SEMVER_USER_NAME = edgex-jenkins 00:32:17 # $SEMVER_BRANCH = PR-2808 00:32:17 # $SEMVER_TEMP = /tmp/semver-803616445 00:32:17 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 00:32:43 # '/tmp/semver-803616445' -> '/w/workspace/edgex-go/20/.semver' 00:32:44 # -> Force: false 00:32:44 # $SEMVER_DIR = /w/workspace/edgex-go/20/.semver [Pipeline] } 00:32:44 $ docker exec --env ******** --env ******** f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 ssh-agent -k 00:32:44 unset SSH_AUTH_SOCK; 00:32:44 unset SSH_AGENT_PID; 00:32:44 echo Agent pid 51 killed; 00:32:44 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 00:32:44 + git semver [Pipeline] } 00:32:44 $ docker stop --time=1 f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 00:32:46 $ docker rm -f f849591d283077f7e5c165cef651ff91d79cd204409fdd6bd78a5f118ff0c638 [Pipeline] // withDockerContainer [Pipeline] sh 00:32:47 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 00:32:47 Stashed 1 file(s) [Pipeline] echo 00:32:47 [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:48 ========================================================= 00:32:48 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 00:32:48 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:32:48 + 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:52 Sending build context to Docker daemon 326MB 00:32:52 Step 1/7 : ARG BASE=golang:1.15-alpine 00:32:52 Step 2/7 : FROM ${BASE} 00:32:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 00:32:52 df20fa9351a1: Pulling fs layer 00:32:52 ed8968b2872e: Pulling fs layer 00:32:52 a92cc7c5fd73: Pulling fs layer 00:32:52 e871e8e8d7a9: Pulling fs layer 00:32:52 e73272ec9a57: Pulling fs layer 00:32:52 1e910a182e73: Pulling fs layer 00:32:52 4e634b169226: Pulling fs layer 00:32:52 e871e8e8d7a9: Waiting 00:32:52 e73272ec9a57: Waiting 00:32:52 1e910a182e73: Waiting 00:32:52 4e634b169226: Waiting 00:32:52 a92cc7c5fd73: Verifying Checksum 00:32:52 a92cc7c5fd73: Download complete 00:32:52 ed8968b2872e: Verifying Checksum 00:32:52 ed8968b2872e: Download complete 00:32:52 e73272ec9a57: Verifying Checksum 00:32:52 e73272ec9a57: Download complete 00:32:52 1e910a182e73: Verifying Checksum 00:32:52 1e910a182e73: Download complete 00:32:52 df20fa9351a1: Verifying Checksum 00:32:52 df20fa9351a1: Download complete 00:32:53 df20fa9351a1: Pull complete 00:32:53 ed8968b2872e: Pull complete 00:32:53 a92cc7c5fd73: Pull complete 00:32:56 4e634b169226: Verifying Checksum 00:32:56 4e634b169226: Download complete 00:32:57 e871e8e8d7a9: Verifying Checksum 00:32:57 e871e8e8d7a9: Download complete 00:33:01 e871e8e8d7a9: Pull complete 00:33:01 e73272ec9a57: Pull complete 00:33:02 1e910a182e73: Pull complete 00:33:03 Still waiting to schedule task 00:33:03 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 00:33:07 4e634b169226: Pull complete 00:33:07 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 00:33:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 00:33:07 ---> f7629b54cfaa 00:33:07 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:33:07 ---> Running in 8d326de6efa3 00:33:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:33:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:33:10 (1/12) Installing libmagic (5.38-r0) 00:33:10 (2/12) Installing file (5.38-r0) 00:33:10 (3/12) Installing libc-dev (0.7.2-r3) 00:33:10 (4/12) Installing g++ (9.3.0-r2) 00:33:14 (5/12) Installing fortify-headers (1.1-r0) 00:33:14 (6/12) Installing patch (2.7.6-r6) 00:33:14 (7/12) Installing build-base (0.5-r2) 00:33:14 (8/12) Installing libsodium (1.0.18-r0) 00:33:14 (9/12) Installing pkgconf (1.7.2-r0) 00:33:15 (10/12) Installing libsodium-dev (1.0.18-r0) 00:33:15 (11/12) Installing libzmq (4.3.3-r0) 00:33:15 (12/12) Installing zeromq-dev (4.3.3-r0) 00:33:15 Executing busybox-1.31.1-r16.trigger 00:33:15 OK: 233 MiB in 51 packages 00:33:18 Removing intermediate container 8d326de6efa3 00:33:18 ---> 5444868cae9b 00:33:18 Step 4/7 : WORKDIR /edgex-go 00:33:18 ---> Running in 8dee8bb100c0 00:33:18 Removing intermediate container 8dee8bb100c0 00:33:18 ---> 525a96ec7444 00:33:18 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:33:18 latest: Pulling from library/docker 00:33:19 188c0c94c7c5: Pulling fs layer 00:33:19 0c7c675703d6: Pulling fs layer 00:33:19 cc8c12a437cb: Pulling fs layer 00:33:19 c5dafad2182a: Pulling fs layer 00:33:19 5aa711733414: Pulling fs layer 00:33:19 058f73b55e4b: Pulling fs layer 00:33:19 8c9c664faf12: Pulling fs layer 00:33:19 c5dafad2182a: Waiting 00:33:19 5aa711733414: Waiting 00:33:19 8c9c664faf12: Waiting 00:33:19 058f73b55e4b: Waiting 00:33:19 cc8c12a437cb: Verifying Checksum 00:33:19 cc8c12a437cb: Download complete 00:33:19 188c0c94c7c5: Verifying Checksum 00:33:19 188c0c94c7c5: Download complete 00:33:19 0c7c675703d6: Verifying Checksum 00:33:19 0c7c675703d6: Download complete 00:33:19 5aa711733414: Verifying Checksum 00:33:19 5aa711733414: Download complete 00:33:19 058f73b55e4b: Verifying Checksum 00:33:19 058f73b55e4b: Download complete 00:33:19 8c9c664faf12: Verifying Checksum 00:33:19 8c9c664faf12: Download complete 00:33:19 188c0c94c7c5: Pull complete 00:33:19 0c7c675703d6: Pull complete 00:33:20 cc8c12a437cb: Pull complete 00:33:20 c5dafad2182a: Verifying Checksum 00:33:20 c5dafad2182a: Download complete 00:33:22 c5dafad2182a: Pull complete 00:33:22 5aa711733414: Pull complete 00:33:22 058f73b55e4b: Pull complete 00:33:23 8c9c664faf12: Pull complete 00:33:23 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:33:23 Status: Downloaded newer image for docker:latest 00:33:24 ---> ba96bf440b11 00:33:24 Step 6/7 : COPY go.mod . 00:33:24 ---> 3ac0363cb382 00:33:24 Step 7/7 : RUN go mod download 00:33:25 ---> Running in 92d0f9c63dd8 00:33:47 Removing intermediate container 92d0f9c63dd8 00:33:47 ---> 6ce48a645e62 00:33:47 Successfully built 6ce48a645e62 00:33:47 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 00:33:47 + docker inspect -f . ci-base-image-x86_64 00:33:47 . [Pipeline] withDockerContainer 00:33:47 prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container 00:33:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-x86_64 cat 00:33:48 $ docker top 057cdd9bb68f0a875b1f9799e30fe0a5898dee0da090801bc53a0c7df4c0c8cb -eo pid,comm [Pipeline] { [Pipeline] sh 00:33:48 + go version 00:33:48 go version go1.15.2 linux/amd64 [Pipeline] } 00:33:48 $ docker stop --time=1 057cdd9bb68f0a875b1f9799e30fe0a5898dee0da090801bc53a0c7df4c0c8cb 00:33:50 $ docker rm -f 057cdd9bb68f0a875b1f9799e30fe0a5898dee0da090801bc53a0c7df4c0c8cb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:33:51 + docker inspect -f . ci-base-image-x86_64 00:33:51 . [Pipeline] withDockerContainer 00:33:51 prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container 00:33:51 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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-x86_64 cat 00:33:52 $ docker top c40d06c1ea68934c5fc79fb3e11d6606002f4bf33ff0ce2bc6ed89ea5b8c3efc -eo pid,comm [Pipeline] { [Pipeline] echo 00:33:52 ========================================================= 00:33:52 [edgeXBuildGoParallel] Running Tests and Build... 00:33:52 ========================================================= [Pipeline] sh 00:33:52 + make test 00:33:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:34:02 ? github.com/edgexfoundry/edgex-go [no test files] 00:34:17 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/edgex-secrets-config [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:34:24 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:34:26 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.037s 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:34:26 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:34:27 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:34:29 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.084s coverage: 46.6% of statements 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:34:29 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.168s coverage: 27.1% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.084s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.051s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.382s coverage: 66.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.100s coverage: 84.5% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.365s coverage: 28.6% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.056s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:34:36 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.043s coverage: 100.0% of statements 00:34:36 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.162s coverage: 86.7% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.141s coverage: 97.5% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:34:37 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.059s coverage: 100.0% of statements 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:34:37 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.344s coverage: 95.7% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.037s coverage: 58.8% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.102s coverage: 0.0% of statements [no tests to run] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.030s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.072s coverage: 76.2% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.087s coverage: 87.2% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.094s coverage: 84.2% of statements 00:34:40 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.058s coverage: 100.0% of statements 00:34:40 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.171s coverage: 63.5% of statements 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:34:41 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.051s coverage: 100.0% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.067s coverage: 91.3% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 00:34:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.045s coverage: 100.0% of statements 00:34:43 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.414s coverage: 55.9% of statements 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:34:43 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 3.290s coverage: 86.3% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.083s coverage: 72.2% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.375s coverage: 72.1% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.057s coverage: 82.4% of statements 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.045s coverage: 48.4% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.050s coverage: 28.8% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:34:45 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.034s coverage: 96.8% of statements 00:34:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.094s coverage: 36.5% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.302s coverage: 84.1% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.050s coverage: 100.0% of statements 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.046s coverage: 42.9% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:34:46 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.053s coverage: 100.0% of statements 00:34:46 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:34:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.080s coverage: 83.8% of statements 00:34:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.163s coverage: 47.1% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.045s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:34:49 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.063s coverage: 100.0% of statements 00:34:49 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.633s coverage: 29.1% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.089s coverage: 99.0% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.050s coverage: 100.0% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/system 0.033s coverage: 0.0% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.053s coverage: 100.0% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.047s coverage: 87.9% of statements 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:34:50 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.029s coverage: 100.0% of statements 00:34:50 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.024s coverage: 32.1% of statements 00:34:51 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.042s coverage: 100.0% of statements 00:34:51 GO111MODULE=on go vet ./... 00:35:18 gofmt -l . 00:35:18 [ "`gofmt -l .`" = "" ] 00:35:18 ./bin/test-go-mod-tidy.sh 00:35:18 ./bin/test-attribution-txt.sh [Pipeline] sh 00:35:18 + ls -al . 00:35:18 total 648 00:35:18 drwxrwxr-x 10 1001 1001 4096 Nov 14 00:35 . 00:35:18 drwxr-xr-x 4 root root 30 Nov 14 00:33 .. 00:35:18 -rw-rw-r-- 1 1001 1001 11 Nov 14 00:31 .dockerignore 00:35:18 drwxrwxr-x 8 1001 1001 179 Nov 14 00:31 .git 00:35:18 drwxrwxr-x 3 1001 1001 125 Nov 14 00:31 .github 00:35:18 -rw-rw-r-- 1 1001 1001 944 Nov 14 00:31 .gitignore 00:35:18 drwx------ 3 1001 1001 47 Nov 14 00:32 .semver 00:35:18 -rw-rw-r-- 1 1001 1001 166 Nov 14 00:31 .sonarcloud.properties 00:35:18 -rw-rw-r-- 1 1001 1001 3804 Nov 14 00:31 CONTRIBUTING.md 00:35:18 -rw-rw-r-- 1 1001 1001 1035 Nov 14 00:31 Dockerfile.build 00:35:18 -rw-rw-r-- 1 1001 1001 863 Nov 14 00:31 Jenkinsfile 00:35:18 -rw-rw-r-- 1 1001 1001 10775 Nov 14 00:31 LICENSE 00:35:18 -rw-rw-r-- 1 1001 1001 6759 Nov 14 00:31 Makefile 00:35:18 -rw-rw-r-- 1 1001 1001 6447 Nov 14 00:31 README.md 00:35:18 -rw-rw-r-- 1 1001 1001 259 Nov 14 00:31 SECURITY.md 00:35:18 -rw-rw-r-- 1 1001 1001 5 Nov 14 00:32 VERSION 00:35:18 -rw-rw-r-- 1 1001 1001 4131 Nov 14 00:31 ZMQWindows.md 00:35:18 drwxrwxr-x 2 1001 1001 117 Nov 14 00:31 bin 00:35:18 drwxrwxr-x 16 1001 1001 4096 Nov 14 00:31 cmd 00:35:18 -rw-r--r-- 1 root root 556652 Nov 14 00:34 coverage.out 00:35:18 -rw-r--r-- 1 root root 1041 Nov 14 00:35 go.mod 00:35:18 -rw-r--r-- 1 root root 18582 Nov 14 00:35 go.sum 00:35:18 drwxrwxr-x 8 1001 1001 127 Nov 14 00:31 internal 00:35:18 drwxrwxr-x 4 1001 1001 26 Nov 14 00:31 openapi 00:35:18 drwxrwxr-x 4 1001 1001 71 Nov 14 00:31 snap 00:35:18 -rw-rw-r-- 1 1001 1001 168 Nov 14 00:31 version.go [Pipeline] sh 00:35:18 + '[' -e coverage.out ] 00:35:18 + chown 1001:1001 coverage.out [Pipeline] stash 00:35:19 Stashed 1 file(s) [Pipeline] sh 00:35:19 + make build 00:35:19 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: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:35:31 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:33 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:34 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:36 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:36 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:37 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:39 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:40 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:41 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:42 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:43 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:35:44 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [Pipeline] } 00:35:45 $ docker stop --time=1 c40d06c1ea68934c5fc79fb3e11d6606002f4bf33ff0ce2bc6ed89ea5b8c3efc 00:35:47 $ docker rm -f c40d06c1ea68934c5fc79fb3e11d6606002f4bf33ff0ce2bc6ed89ea5b8c3efc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:35:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:49 00:35:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 00:35:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:49 latest: Pulling from edgex-devops/edgex-compose 00:35:49 cbdbe7a5bc2a: Pulling fs layer 00:35:49 ca9280d653b3: Pulling fs layer 00:35:49 7e9c9ca2126c: Pulling fs layer 00:35:50 cbdbe7a5bc2a: Verifying Checksum 00:35:50 cbdbe7a5bc2a: Download complete 00:35:50 ca9280d653b3: Verifying Checksum 00:35:50 ca9280d653b3: Download complete 00:35:50 cbdbe7a5bc2a: Pull complete 00:35:51 Running on prd-ubuntu18.04-docker-arm64-4c-16g-12095 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws 00:35:51 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 00:35:51 7e9c9ca2126c: Verifying Checksum 00:35:51 7e9c9ca2126c: Download complete 00:35:51 ca9280d653b3: Pull complete 00:35:56 using credential edgex-jenkins-ssh 00:35:56 Cloning the remote Git repository 00:35:56 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:35:56 > git init /w/workspace/edgex-go/20 # timeout=10 00:35:56 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:35:56 > git --version # timeout=10 00:35:56 > git --version # 'git version 2.17.1' 00:35:56 using GIT_SSH to set credentials SSH Credentials for GitHub 00:35:56 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:35:59 7e9c9ca2126c: Pull complete 00:35:59 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 00:35:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:35:59 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 00:36:00 prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container 00:36:00 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 00:36:01 $ docker top 6d47ad2a38397b5c1c69edb51c43a1cb442beaa0ceb8b9ae62ca4d66d1632619 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:01 + docker-compose build --help 00:36:01 + grep parallel 00:36:02 --parallel Build images in parallel. [Pipeline] } 00:36:02 $ docker stop --time=1 6d47ad2a38397b5c1c69edb51c43a1cb442beaa0ceb8b9ae62ca4d66d1632619 00:36:04 $ docker rm -f 6d47ad2a38397b5c1c69edb51c43a1cb442beaa0ceb8b9ae62ca4d66d1632619 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:36:04 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 00:36:04 . [Pipeline] withDockerContainer 00:36:04 prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container 00:36: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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:36:05 $ docker top 96bd6f2cf05c47f85bd44bfb73df38f715897d7cf308daf57b813a6892f313c6 -eo pid,comm [Pipeline] { [Pipeline] sh 00:36:06 + docker-compose -f ./docker-compose-build.yml build --parallel 00:36:07 Building docker-core-command-go ... 00:36:07 Building docker-core-data-go ... 00:36:07 Building docker-core-metadata-go ... 00:36:07 Building docker-security-bootstrap-redis-go ... 00:36:07 Building docker-security-proxy-setup-go ... 00:36:07 Building docker-security-secrets-setup-go ... 00:36:07 Building docker-security-secretstore-setup-go ... 00:36:07 Building docker-support-logging-go ... 00:36:07 Building docker-support-notifications-go ... 00:36:07 Building docker-support-scheduler-go ... 00:36:07 Building docker-sys-mgmt-agent-go ... 00:36:07 Building docker-security-secrets-setup-go 00:36:07 Building docker-security-secretstore-setup-go 00:36:07 Building docker-security-bootstrap-redis-go 00:36:07 Building docker-support-scheduler-go 00:36:07 Building docker-support-logging-go 00:36:15 Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 00:36:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:36:14 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:36:14 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:36:14 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:36:15 > git config core.sparsecheckout # timeout=10 00:36:15 > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 00:36:16 Merge succeeded, producing 62cbcb8ab873256b1142f0cbbf23f89dec2a1859 00:36:16 Checking out Revision 62cbcb8ab873256b1142f0cbbf23f89dec2a1859 (PR-2808) 00:36:15 > git remote # timeout=10 00:36:15 > git config --get remote.origin.url # timeout=10 00:36:16 using GIT_SSH to set credentials SSH Credentials for GitHub 00:36:16 > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 00:36:16 > git rev-parse HEAD^{commit} # timeout=10 00:36:16 > git config core.sparsecheckout # timeout=10 00:36:16 > git checkout -f 62cbcb8ab873256b1142f0cbbf23f89dec2a1859 # timeout=10 00:36:20 Commit message: "Merge commit '82d8907018ab8cb9f1ec85c1c043836e064d42f9' into HEAD" 00:36:20 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:21 provisioning config files... 00:36:21 copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/20@tmp/config6022326128385361577tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 00:36:22 ---> docker-login.sh 00:36:22 nexus3.edgexfoundry.org:10001 00:36:20 > git rev-list --no-walk 4a970f9cb0cb0e2184e473a819e469c1c0ca6fb1 # timeout=10 00:36:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:23 Configure a credential helper to remove this warning. See 00:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:23 00:36:23 Login Succeeded 00:36:23 nexus3.edgexfoundry.org:10002 00:36:23 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:23 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:23 Configure a credential helper to remove this warning. See 00:36:23 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:23 00:36:23 Login Succeeded 00:36:23 nexus3.edgexfoundry.org:10003 00:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:24 Configure a credential helper to remove this warning. See 00:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:24 00:36:24 Login Succeeded 00:36:24 nexus3.edgexfoundry.org:10004 00:36:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:24 Configure a credential helper to remove this warning. See 00:36:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:24 00:36:24 Login Succeeded 00:36:24 docker.io 00:36:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 00:36:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 00:36:25 Configure a credential helper to remove this warning. See 00:36:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 00:36:25 00:36:25 Login Succeeded 00:36:25 ---> docker-login.sh ends [Pipeline] } 00:36:25 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 00:36:26 ========================================================= 00:36:26 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 00:36:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 00:36:26 + 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:29 Sending build context to Docker daemon 165.5MB 00:36:29 Step 1/7 : ARG BASE=golang:1.15-alpine 00:36:29 Step 2/7 : FROM ${BASE} 00:36:29 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 00:36:29 b538f80385f9: Pulling fs layer 00:36:29 74f711af9a0d: Pulling fs layer 00:36:29 99f96fe45779: Pulling fs layer 00:36:29 8529a6b9a6be: Pulling fs layer 00:36:29 45590311c82a: Pulling fs layer 00:36:29 69ca0ff8b7b3: Pulling fs layer 00:36:29 209524e5b208: Pulling fs layer 00:36:29 45590311c82a: Waiting 00:36:29 69ca0ff8b7b3: Waiting 00:36:29 209524e5b208: Waiting 00:36:29 8529a6b9a6be: Waiting 00:36:29 99f96fe45779: Verifying Checksum 00:36:29 99f96fe45779: Download complete 00:36:30 74f711af9a0d: Verifying Checksum 00:36:30 74f711af9a0d: Download complete 00:36:30 45590311c82a: Download complete 00:36:30 69ca0ff8b7b3: Verifying Checksum 00:36:30 69ca0ff8b7b3: Download complete 00:36:30 b538f80385f9: Verifying Checksum 00:36:30 b538f80385f9: Download complete 00:36:30 b538f80385f9: Pull complete 00:36:30 74f711af9a0d: Pull complete 00:36:31 99f96fe45779: Pull complete 00:36:32 209524e5b208: Verifying Checksum 00:36:32 209524e5b208: Download complete 00:36:34 8529a6b9a6be: Download complete 00:36:39 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:39 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:36:39 ---> 6ce48a645e62 00:36:39 Step 3/21 : WORKDIR /edgex-go 00:36:39 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:39 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:36:39 ---> 6ce48a645e62 00:36:39 Step 3/24 : WORKDIR /edgex-go 00:36:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:39 ---> 6ce48a645e62 00:36:39 Step 3/22 : WORKDIR /edgex-go 00:36:39 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:39 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:36:39 ---> 6ce48a645e62 00:36:39 Step 3/29 : WORKDIR /edgex-go 00:36:39 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:36:39 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:36:39 ---> 6ce48a645e62 00:36:39 Step 3/22 : WORKDIR /edgex-go 00:36:40 ---> Running in b42d9bf386e9 00:36:40 ---> Running in 06d46114313f 00:36:40 ---> Running in 45b91c628d63 00:36:40 ---> Running in 0b6e14bc4acb 00:36:40 ---> Running in cb5d5bd1ceb4 00:36:41 Removing intermediate container b42d9bf386e9 00:36:41 ---> 646f8aec0f8c 00:36:41 Step 4/29 : RUN apk update && apk add make git 00:36:41 Removing intermediate container cb5d5bd1ceb4 00:36:41 ---> 049ca1f5dbfc 00:36:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 45b91c628d63 00:36:41 ---> 7b8b98047589 00:36:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 0b6e14bc4acb 00:36:41 ---> b5994985af51 00:36:41 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 Removing intermediate container 06d46114313f 00:36:41 ---> 15a3d674f019 00:36:41 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:36:41 ---> Running in 56c711f6ac47 00:36:41 ---> Running in 2f138310860d 00:36:41 ---> Running in 9f8df39b38d1 00:36:41 ---> Running in f1c2ccc0c1af 00:36:41 ---> Running in 0d8df4aa91a2 00:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:43 Removing intermediate container 56c711f6ac47 00:36:43 ---> 66723865c5ff 00:36:43 Step 5/22 : RUN apk update && apk add make git 00:36:43 Removing intermediate container 2f138310860d 00:36:43 ---> 2e4591f29d99 00:36:43 Step 5/21 : RUN apk update && apk add make git 00:36:43 ---> Running in 1a8c582acc2b 00:36:43 Removing intermediate container f1c2ccc0c1af 00:36:43 ---> c0bdc151c32d 00:36:43 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:36:43 Removing intermediate container 0d8df4aa91a2 00:36:43 ---> efdf9147eaba 00:36:43 Step 5/24 : RUN apk update && apk add make git 00:36:43 ---> Running in 26a90bb73fc6 00:36:43 ---> Running in 6ef05f2016eb 00:36:43 ---> Running in a6daf0ed62b0 00:36:44 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:44 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:44 OK: 12752 distinct packages available 00:36:44 8529a6b9a6be: Pull complete 00:36:44 45590311c82a: Pull complete 00:36:44 OK: 233 MiB in 51 packages 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:44 69ca0ff8b7b3: Pull complete 00:36:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:36:45 Removing intermediate container 9f8df39b38d1 00:36:45 ---> 27fd77a3181a 00:36:45 Step 5/29 : COPY go.mod . 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 ---> 6d7bd8488001 00:36:45 Step 6/29 : RUN go mod download 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 ---> Running in bc9029affda0 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:45 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:36:46 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:46 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:46 OK: 12752 distinct packages available 00:36:46 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:46 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:46 OK: 12752 distinct packages available 00:36:46 OK: 233 MiB in 51 packages 00:36:46 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:46 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:46 OK: 12752 distinct packages available 00:36:46 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:36:46 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:36:46 OK: 12752 distinct packages available 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:46 OK: 233 MiB in 51 packages 00:36:47 Removing intermediate container 1a8c582acc2b 00:36:47 ---> cbcb95eb0e75 00:36:47 Step 6/22 : COPY go.mod . 00:36:47 Removing intermediate container 26a90bb73fc6 00:36:47 ---> 6145b8cef1cb 00:36:47 Step 6/21 : COPY go.mod . 00:36:47 Removing intermediate container bc9029affda0 00:36:47 ---> d4d178bde79f 00:36:47 Step 7/29 : COPY . . 00:36:47 Removing intermediate container a6daf0ed62b0 00:36:47 ---> 651d80acd911 00:36:47 Step 6/24 : COPY go.mod . 00:36:47 ---> 4872283e6ea6 00:36:47 Step 7/22 : RUN go mod download 00:36:48 ---> 15250130c7f1 00:36:48 Step 7/21 : RUN go mod download 00:36:48 ---> Running in 4b59da5840c2 00:36:48 Removing intermediate container 6ef05f2016eb 00:36:48 ---> 84f5f9ccbac3 00:36:48 Step 6/22 : COPY go.mod . 00:36:48 209524e5b208: Pull complete 00:36:48 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 00:36:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 00:36:48 ---> 5bddaf1c2fca 00:36:48 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:49 ---> Running in 92cf4a99054e 00:36:50 ---> 25c348480b02 00:36:50 Step 7/24 : RUN go mod download 00:36:51 ---> Running in 17032c643bc3 00:36:52 ---> Running in 7e60d5dfb13b 00:36:52 ---> 062eb36426af 00:36:52 Step 7/22 : RUN go mod download 00:36:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:36:53 ---> Running in f8bcd360bc9a 00:36:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:36:55 (1/12) Installing libmagic (5.38-r0) 00:36:55 Removing intermediate container 4b59da5840c2 00:36:55 ---> 2a2399e4a2d6 00:36:55 Step 8/22 : COPY . . 00:36:56 (2/12) Installing file (5.38-r0) 00:36:56 (3/12) Installing libc-dev (0.7.2-r3) 00:36:56 (4/12) Installing g++ (9.3.0-r2) 00:36:57 Removing intermediate container 92cf4a99054e 00:36:57 ---> ce8fde0f8d74 00:36:57 Step 8/21 : COPY . . 00:37:01 (5/12) Installing fortify-headers (1.1-r0) 00:37:01 (6/12) Installing patch (2.7.6-r6) 00:37:01 (7/12) Installing build-base (0.5-r2) 00:37:01 (8/12) Installing libsodium (1.0.18-r0) 00:37:01 (9/12) Installing pkgconf (1.7.2-r0) 00:37:01 (10/12) Installing libsodium-dev (1.0.18-r0) 00:37:01 (11/12) Installing libzmq (4.3.3-r0) 00:37:01 (12/12) Installing zeromq-dev (4.3.3-r0) 00:37:01 Executing busybox-1.31.1-r16.trigger 00:37:01 OK: 217 MiB in 51 packages 00:37:06 Removing intermediate container 17032c643bc3 00:37:06 ---> 7438f89703e2 00:37:06 Step 4/7 : WORKDIR /edgex-go 00:37:06 ---> Running in 2d2a3525e16a 00:37:06 Removing intermediate container 2d2a3525e16a 00:37:06 ---> 380f37bc308f 00:37:06 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 00:37:07 latest: Pulling from library/docker 00:37:07 5f621e34cdf4: Pulling fs layer 00:37:07 85db56a05063: Pulling fs layer 00:37:07 ccb67d6aeaaa: Pulling fs layer 00:37:07 a0b19fc83503: Pulling fs layer 00:37:07 8eb508b41278: Pulling fs layer 00:37:07 37236713561e: Pulling fs layer 00:37:07 07c93f2b1b56: Pulling fs layer 00:37:07 a0b19fc83503: Waiting 00:37:07 8eb508b41278: Waiting 00:37:07 37236713561e: Waiting 00:37:07 07c93f2b1b56: Waiting 00:37:07 ccb67d6aeaaa: Download complete 00:37:07 85db56a05063: Verifying Checksum 00:37:07 85db56a05063: Download complete 00:37:07 5f621e34cdf4: Verifying Checksum 00:37:07 37236713561e: Verifying Checksum 00:37:07 37236713561e: Download complete 00:37:08 07c93f2b1b56: Download complete 00:37:08 8eb508b41278: Download complete 00:37:08 5f621e34cdf4: Pull complete 00:37:08 85db56a05063: Pull complete 00:37:09 a0b19fc83503: Verifying Checksum 00:37:09 a0b19fc83503: Download complete 00:37:09 ccb67d6aeaaa: Pull complete 00:37:09 Removing intermediate container 7e60d5dfb13b 00:37:09 ---> 58b01e1c6817 00:37:09 Step 8/24 : COPY . . 00:37:09 Removing intermediate container f8bcd360bc9a 00:37:09 ---> 575aa56a1f58 00:37:09 Step 8/22 : COPY . . 00:37:12 a0b19fc83503: Pull complete 00:37:12 8eb508b41278: Pull complete 00:37:13 37236713561e: Pull complete 00:37:13 07c93f2b1b56: Pull complete 00:37:13 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 00:37:13 Status: Downloaded newer image for docker:latest 00:37:14 ---> f45da15b2f69 00:37:14 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:37:17 ---> 567c7f5376af 00:37:17 Step 6/7 : COPY go.mod . 00:37:17 ---> a36a0da5bd2a 00:37:17 Step 7/7 : RUN go mod download 00:37:18 ---> Running in 73ee8064f666 00:37:22 ---> Running in 6d7f19ad9c17 00:37:32 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:39 ---> 7e1841ff5cae 00:37:39 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:37:39 ---> 7124e15c1dee 00:37:39 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:37:39 ---> Running in 4a723250c84a 00:37:39 ---> Running in 904ea610a5eb 00:37:42 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:37:42 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:44 ---> 8b65342c9d62 00:37:44 Step 9/22 : RUN make cmd/support-logging/support-logging 00:37:44 ---> c0cf32a3c099 00:37:44 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:37:44 ---> Running in b1b91d5db348 00:37:44 ---> Running in 5e796e099a8d 00:37:44 Removing intermediate container 73ee8064f666 00:37:44 ---> 5560038794d0 00:37:44 Successfully built 5560038794d0 00:37:44 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:37:45 + docker inspect -f . ci-base-image-arm64 00:37:45 . [Pipeline] withDockerContainer 00:37:45 prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container 00:37:45 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:45 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:45 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:37:47 $ docker top 285aca20df57198960ee792214eeacefebb6b2b8c6d3404d31dee8787c7ea610 -eo pid,comm [Pipeline] { [Pipeline] sh 00:37:48 + go version 00:37:48 go version go1.15.2 linux/arm64 [Pipeline] } 00:37:48 $ docker stop --time=1 285aca20df57198960ee792214eeacefebb6b2b8c6d3404d31dee8787c7ea610 00:37:50 $ docker rm -f 285aca20df57198960ee792214eeacefebb6b2b8c6d3404d31dee8787c7ea610 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:37:51 + docker inspect -f . ci-base-image-arm64 00:37:51 . [Pipeline] withDockerContainer 00:37:51 prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container 00:37:52 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:53 $ docker top cc529d08792f493315b106a7fed1eb6813d5f716c58657fcc1e805268d35ee7d -eo pid,comm [Pipeline] { [Pipeline] echo 00:37:53 ========================================================= 00:37:53 [edgeXBuildGoParallel] Running Tests and Build... 00:37:53 ========================================================= [Pipeline] sh 00:37:54 + make test 00:37:54 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 00:37:56 Removing intermediate container 6d7f19ad9c17 00:37:56 ---> 1698f624996d 00:37:56 00:37:56 Step 9/29 : FROM alpine:latest 00:37:56 latest: Pulling from library/alpine 00:37:56 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:37:56 Status: Downloaded newer image for alpine:latest 00:37:56 ---> d6e46aa2470d 00:37:56 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:56 ---> Running in 7f782b96d35c 00:37:57 Removing intermediate container 7f782b96d35c 00:37:57 ---> b5183cf5d651 00:37:57 Step 11/29 : USER root 00:37:57 ---> Running in 99e444ab62d0 00:37:57 Removing intermediate container 99e444ab62d0 00:37:57 ---> 9c0605c204f8 00:37:57 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:37:57 ---> Running in 86a959f3b0c3 00:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:37:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:37:59 v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:37:59 v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:37:59 OK: 12744 distinct packages available 00:37:59 (1/2) Installing ca-certificates (20191127-r4) 00:37:59 (2/2) Installing dumb-init (1.2.2-r1) 00:37:59 Executing busybox-1.31.1-r19.trigger 00:37:59 Executing ca-certificates-20191127-r4.trigger 00:38:00 OK: 6 MiB in 16 packages 00:38:01 Removing intermediate container 86a959f3b0c3 00:38:01 ---> d1c561db3491 00:38:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:38:01 ---> Running in 0098fe70c8ed 00:38:02 Removing intermediate container 0098fe70c8ed 00:38:02 ---> 31530a25fdcd 00:38:02 Step 14/29 : WORKDIR $BASE_DIR 00:38:02 ---> Running in 19525198d64b 00:38:02 Removing intermediate container 19525198d64b 00:38:02 ---> eef8b07888e3 00:38:02 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:38:02 ---> Running in 288349e42a35 00:38:04 Removing intermediate container 288349e42a35 00:38:04 ---> aa9efdc9f2b0 00:38:04 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:38:06 ---> 673012ba1658 00:38:06 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:38:06 ---> 8ff2dc2cc336 00:38:06 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:38:07 ---> 73fffb85183d 00:38:07 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:38:08 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:38:08 Removing intermediate container 4a723250c84a 00:38:08 ---> a939d094a5ad 00:38:08 00:38:08 Step 10/22 : FROM alpine:3.10 00:38:08 ---> 1c7e3083b4b1 00:38:08 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:38:08 3.10: Pulling from library/alpine 00:38:09 ---> dee2938b9208 00:38:09 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:38:12 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:38:12 ---> Running in a521d10bfacc 00:38:12 Status: Downloaded newer image for alpine:3.10 00:38:12 ---> be4e4bea2c2e 00:38:12 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:38:12 Removing intermediate container 904ea610a5eb 00:38:12 ---> 7636826f51e3 00:38:12 00:38:12 Step 10/21 : FROM scratch 00:38:12 ---> 00:38:12 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:38:12 ---> Running in 4c8cbed6fd0c 00:38:13 ---> Running in d980ec70c8fb 00:38:13 Removing intermediate container d980ec70c8fb 00:38:13 ---> 66e9150fc901 00:38:13 Step 12/21 : ENV APP_PORT=48085 00:38:13 ---> Running in 90903f26c7c0 00:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:38:14 Removing intermediate container 90903f26c7c0 00:38:14 ---> cf880f6ea146 00:38:14 Step 13/21 : EXPOSE $APP_PORT 00:38:14 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:38:14 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:38:14 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:38:14 OK: 10346 distinct packages available 00:38:14 (1/5) Installing ca-certificates (20191127-r2) 00:38:15 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:38:15 (3/5) Installing libcurl (7.66.0-r1) 00:38:15 (4/5) Installing curl (7.66.0-r1) 00:38:15 (5/5) Installing dumb-init (1.2.2-r1) 00:38:15 Executing busybox-1.30.1-r3.trigger 00:38:15 Executing ca-certificates-20191127-r2.trigger 00:38:15 OK: 7 MiB in 19 packages 00:38:15 ---> Running in f30421727a5e 00:38:15 Removing intermediate container b1b91d5db348 00:38:15 ---> 9ee827e18fef 00:38:15 00:38:15 Step 10/22 : FROM scratch 00:38:15 ---> 00:38:15 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:38:15 Removing intermediate container 5e796e099a8d 00:38:15 ---> 52faabff3d23 00:38:15 00:38:15 Step 10/24 : FROM alpine:3.10 00:38:15 ---> be4e4bea2c2e 00:38:15 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:38:16 ---> Running in 58b5cb174bd0 00:38:16 ---> Running in b3eb48bfb4f7 00:38:16 Removing intermediate container f30421727a5e 00:38:16 ---> d7e0c20e1497 00:38:16 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:38:16 Removing intermediate container a521d10bfacc 00:38:16 ---> b09d660eed4d 00:38:16 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:38:16 ? github.com/edgexfoundry/edgex-go [no test files] 00:38:17 Removing intermediate container b3eb48bfb4f7 00:38:17 ---> eb0e46261345 00:38:17 Step 12/22 : ENV APP_PORT=48061 00:38:17 ---> aa34bfc197ca 00:38:17 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:38:17 ---> Running in 111d89e5b34e 00:38:17 Removing intermediate container 4c8cbed6fd0c 00:38:17 ---> 78b3fdbb3436 00:38:17 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:38:17 ---> 25fbc939d5e1 00:38:17 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 00:38:17 ---> Running in b750740ffa21 00:38:17 ---> Running in 9394cb5cb26b 00:38:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 00:38:17 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:38:17 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:38:17 OK: 10346 distinct packages available 00:38:17 Removing intermediate container 111d89e5b34e 00:38:17 ---> 2b3026b099ef 00:38:17 Step 13/22 : EXPOSE $APP_PORT 00:38:17 (1/5) Installing ca-certificates (20191127-r2) 00:38:17 ---> Running in 25e69fc38e97 00:38:17 Removing intermediate container 9394cb5cb26b 00:38:17 ---> bb0fbf9d37a0 00:38:17 Step 13/22 : WORKDIR / 00:38:17 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:38:17 (3/5) Installing libcurl (7.66.0-r1) 00:38:17 (4/5) Installing curl (7.66.0-r1) 00:38:17 (5/5) Installing dumb-init (1.2.2-r1) 00:38:17 Executing busybox-1.30.1-r3.trigger 00:38:17 Executing ca-certificates-20191127-r2.trigger 00:38:17 OK: 7 MiB in 19 packages 00:38:18 ---> 2b95fe50a111 00:38:18 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:38:18 ---> Running in 9ef2b0f935fb 00:38:18 Removing intermediate container 25e69fc38e97 00:38:18 ---> afe763122aee 00:38:18 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 00:38:19 ---> e3acd5e00ce0 00:38:19 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:38:19 Removing intermediate container 9ef2b0f935fb 00:38:19 ---> c46099d1d472 00:38:19 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:38:19 ---> b39c77e87b5a 00:38:19 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:38:19 ---> Running in 2f0708574dc8 00:38:19 Removing intermediate container 58b5cb174bd0 00:38:19 ---> 2fb493695d91 00:38:19 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:38:20 ---> Running in 669088bdbee5 00:38:20 Removing intermediate container b750740ffa21 00:38:20 ---> e3ebaa953dfc 00:38:20 Step 24/29 : RUN chmod 755 security-secrets-setup 00:38:20 Removing intermediate container 2f0708574dc8 00:38:20 ---> 90e2fe3fd2c6 00:38:20 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:20 ---> 8c5d8d34f01e 00:38:20 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:38:20 ---> 9f4e1cd5d1ed 00:38:20 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:38:20 ---> Running in 2818629b57d8 00:38:20 ---> Running in 2fd6f4ad2f82 00:38:20 Removing intermediate container 669088bdbee5 00:38:20 ---> f29156e820c4 00:38:20 Step 13/24 : WORKDIR / 00:38:21 ---> Running in dab3c7034a3a 00:38:21 Removing intermediate container 2818629b57d8 00:38:21 ---> fca3919eb274 00:38:21 Step 19/21 : LABEL arch=x86_64 00:38:21 ---> 3190de6f736f 00:38:21 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:38:21 ---> c3864ccec656 00:38:21 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:38:21 ---> Running in a2880b6121b8 00:38:21 Removing intermediate container dab3c7034a3a 00:38:21 ---> cd62239ffbd0 00:38:21 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:38:22 Removing intermediate container a2880b6121b8 00:38:22 ---> 06d7a05eb0a3 00:38:22 Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:38:22 ---> 82a15ad0f84d 00:38:22 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:38:22 ---> 6ee7396df56e 00:38:22 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:38:22 ---> Running in de9a0250dc72 00:38:22 ---> 1c1c770530c8 00:38:22 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:38:22 ---> Running in 86ba091b7342 00:38:22 ---> f7a4bf9e937e 00:38:22 Step 18/22 : RUN chmod +x entrypoint.sh 00:38:22 Removing intermediate container de9a0250dc72 00:38:22 ---> 82c3e3b32de0 00:38:22 Step 21/21 : LABEL version=0.0.0 00:38:22 ---> Running in 1d9b347330bf 00:38:22 ---> Running in 2c21c6c37745 00:38:22 ---> 3d77e13a9a00 00:38:22 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:38:23 Removing intermediate container 86ba091b7342 00:38:23 ---> ef7bd2efd7c7 00:38:23 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:38:23 Removing intermediate container 2fd6f4ad2f82 00:38:23 ---> 0ceb18bcbf3a 00:38:23 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:38:23 ---> Running in 803f5ab37f73 00:38:23 ---> Running in a82ac017778c 00:38:23 Removing intermediate container 2c21c6c37745 00:38:23 ---> d43f466d7cd9 00:38:23 00:38:23 ---> bbecfa12f8a9 00:38:23 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:38:23 Removing intermediate container a82ac017778c 00:38:23 ---> e081037a121f 00:38:23 Step 26/29 : CMD [ "generate" ] 00:38:23 Removing intermediate container 803f5ab37f73 00:38:23 ---> 86c22b2de0aa 00:38:23 Step 20/22 : LABEL arch=x86_64 00:38:23 Successfully built d43f466d7cd9 00:38:23 Successfully tagged docker-support-scheduler-go:latest 00:38:23 ---> Running in c150767135eb 00:38:23  Building docker-support-scheduler-go ... done Building docker-security-proxy-setup-go 00:38:23 ---> Running in 97e4e574edc6 00:38:23 ---> 007a5e703b81 00:38:23 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:38:24 Removing intermediate container c150767135eb 00:38:24 ---> 63f5acbc87bd 00:38:24 Step 27/29 : LABEL arch=x86_64 00:38:24 ---> Running in c68dcb52ba6c 00:38:24 Removing intermediate container 97e4e574edc6 00:38:24 ---> eec563be1887 00:38:24 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:38:24 ---> Running in b58836fae535 00:38:24 Removing intermediate container 1d9b347330bf 00:38:24 ---> 3581957580c2 00:38:24 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:38:24 ---> Running in ecec392baf74 00:38:24 Removing intermediate container c68dcb52ba6c 00:38:24 ---> 2d2894d4d98a 00:38:24 Step 28/29 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:38:24 ---> 54ff48293ef3 00:38:24 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 00:38:25 Removing intermediate container b58836fae535 00:38:25 ---> e5bc5a99d01a 00:38:25 Step 22/22 : LABEL version=0.0.0 00:38:27 ---> Running in 6120de7eb63e 00:38:28 ---> Running in aa0bf128ec96 00:38:28 Removing intermediate container ecec392baf74 00:38:28 ---> 5622285dc445 00:38:28 Step 20/22 : LABEL arch=x86_64 00:38:28 ---> 9f194b96ebcb 00:38:28 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:38:28 ---> Running in 396509a6079e 00:38:28 Removing intermediate container 6120de7eb63e 00:38:28 ---> 5e9887903f29 00:38:28 Step 29/29 : LABEL version=0.0.0 00:38:29 ---> Running in 3c1e7b5b2813 00:38:29 Removing intermediate container aa0bf128ec96 00:38:29 ---> ed9d92dcb090 00:38:29 00:38:29 ---> Running in a6b481105229 00:38:29 Removing intermediate container 396509a6079e 00:38:29 ---> 58c542ca64c5 00:38:29 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:38:29 Successfully built ed9d92dcb090 00:38:29 Successfully tagged docker-support-logging-go:latest 00:38:29 Building docker-core-data-go 00:38:31  Building docker-support-logging-go ... done  ---> Running in 3d26ae7cae2e 00:38:31 Removing intermediate container a6b481105229 00:38:31 ---> 5fbba6cb84a4 00:38:31 00:38:32 Successfully built 5fbba6cb84a4 00:38:32 Successfully tagged docker-security-secrets-setup-go:latest 00:38:32 Building docker-core-metadata-go 00:38:36  Building docker-security-secrets-setup-go ... done Removing intermediate container 3d26ae7cae2e 00:38:36 ---> 5757c093f659 00:38:36 Step 22/22 : LABEL version=0.0.0 00:38:41 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:41 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:38:41 ---> 6ce48a645e62 00:38:41 Step 3/21 : WORKDIR /edgex-go 00:38:41 ---> Using cache 00:38:41 ---> 15a3d674f019 00:38:41 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:41 ---> Using cache 00:38:41 ---> efdf9147eaba 00:38:41 Step 5/21 : RUN apk update && apk add make git 00:38:41 ---> Using cache 00:38:41 ---> 651d80acd911 00:38:41 Step 6/21 : COPY go.mod . 00:38:41 ---> Using cache 00:38:41 ---> 25c348480b02 00:38:41 Step 7/21 : RUN go mod download 00:38:41 ---> Using cache 00:38:41 ---> 58b01e1c6817 00:38:41 Step 8/21 : COPY . . 00:38:41 ---> Running in 231b67612839 00:38:41 ---> Using cache 00:38:41 ---> c0cf32a3c099 00:38:41 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/edgex-secrets-config/edgex-secrets-config 00:38:46 ---> Running in 67d2399cb310 00:38:48 Removing intermediate container 231b67612839 00:38:48 ---> 3c7530d2ac31 00:38:48 00:38:48 Successfully built 3c7530d2ac31 00:38:48 Successfully tagged docker-security-bootstrap-redis-go:latest 00:38:48  Building docker-security-bootstrap-redis-go ... done Building docker-support-notifications-go 00:38:48 Removing intermediate container 3c1e7b5b2813 00:38:48 ---> 913ccef12b24 00:38:48 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:38:49 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:38:51 ---> Running in b8c0be0169e0 00:38:51 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:51 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:38:51 ---> 6ce48a645e62 00:38:51 Step 3/23 : WORKDIR /edgex-go 00:38:51 ---> Using cache 00:38:51 ---> 15a3d674f019 00:38:51 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:51 ---> Using cache 00:38:51 ---> efdf9147eaba 00:38:51 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:38:53 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:38:53 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:38:53 ---> 6ce48a645e62 00:38:53 Step 3/22 : WORKDIR /edgex-go 00:38:53 ---> Using cache 00:38:53 ---> 15a3d674f019 00:38:53 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:38:53 ---> Using cache 00:38:53 ---> efdf9147eaba 00:38:53 Step 5/22 : RUN apk update && apk add make git 00:38:53 ---> Using cache 00:38:53 ---> 651d80acd911 00:38:53 Step 6/22 : COPY go.mod . 00:38:53 ---> Using cache 00:38:53 ---> 25c348480b02 00:38:53 Step 7/22 : RUN go mod download 00:38:54 ---> Using cache 00:38:54 ---> 58b01e1c6817 00:38:54 Step 8/22 : COPY . . 00:38:54 ---> Using cache 00:38:54 ---> c0cf32a3c099 00:38:54 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:38:55 ---> Running in 8ae3e8ae4b4e 00:38:55 Removing intermediate container b8c0be0169e0 00:38:55 ---> f48d99b9920e 00:38:55 Step 22/24 : LABEL arch=x86_64 00:38:55 ---> Running in 464029d0fc6c 00:38:55 ---> Running in fcb0a709a5d0 00:38:55 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 00:38:55 Removing intermediate container fcb0a709a5d0 00:38:55 ---> a7fdfe20d4dd 00:38:55 Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:38:55 ---> Running in 8c690f8665ea 00:38:56 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:38:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:38:57 Removing intermediate container 8c690f8665ea 00:38:57 ---> 9fa19c85b1b8 00:38:57 Step 24/24 : LABEL version=0.0.0 00:38:57 ---> Running in d864c47e1e36 00:38:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:38:57 Removing intermediate container d864c47e1e36 00:38:57 ---> f398fe92f965 00:38:57 00:38:58 Successfully built f398fe92f965 00:38:58 Successfully tagged docker-security-secretstore-setup-go:latest 00:38:58 Building docker-sys-mgmt-agent-go 00:38:58  Building docker-security-secretstore-setup-go ... done v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:38:58 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:38:58 OK: 12752 distinct packages available 00:38:59 OK: 233 MiB in 51 packages 00:39:04 Removing intermediate container 8ae3e8ae4b4e 00:39:04 ---> d3b0b603fd04 00:39:04 Step 6/23 : COPY go.mod . 00:39:05 ---> 958d7a90140b 00:39:05 Step 7/23 : RUN go mod download 00:39:05 ---> Running in 94c4ea8b3ccf 00:39:09 Removing intermediate container 94c4ea8b3ccf 00:39:09 ---> 6d0916adc88d 00:39:09 Step 8/23 : COPY . . 00:39:12 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config 00:39:13 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:13 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:39:13 ---> 6ce48a645e62 00:39:13 Step 3/24 : WORKDIR /edgex-go 00:39:13 ---> Using cache 00:39:13 ---> 15a3d674f019 00:39:13 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:13 ---> Using cache 00:39:13 ---> efdf9147eaba 00:39:13 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:39:16 ---> Running in 03e976628c26 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/edgex-secrets-config [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 00:39:17 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 00:39:20 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.067s 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 00:39:20 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 00:39:21 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 00:39:22 ? github.com/edgexfoundry/edgex-go/internal [no test files] 00:39:22 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:39:22 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:39:22 ---> 6ce48a645e62 00:39:22 Step 3/27 : WORKDIR /edgex-go 00:39:22 ---> Using cache 00:39:22 ---> 15a3d674f019 00:39:22 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:39:22 ---> Using cache 00:39:22 ---> efdf9147eaba 00:39:22 Step 5/27 : RUN apk update && apk add make bash git 00:39:24 ---> Running in db8a8ee7a4d0 00:39:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:27 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:27 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:27 OK: 12752 distinct packages available 00:39:27 OK: 233 MiB in 51 packages 00:39:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:28 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:39:28 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:39:28 OK: 12752 distinct packages available 00:39:29 OK: 233 MiB in 51 packages 00:39:32 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.285s coverage: 46.6% of statements 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 00:39:32 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 00:39:33 Removing intermediate container 67d2399cb310 00:39:33 ---> c1f0dac40321 00:39:33 00:39:33 Step 10/21 : FROM alpine 00:39:33 ---> d6e46aa2470d 00:39:33 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:39:33 Removing intermediate container 03e976628c26 00:39:33 ---> 4924e06d17a1 00:39:33 Step 6/24 : COPY go.mod . 00:39:34 ---> Running in 07c0bb4e5f28 00:39:35 Removing intermediate container db8a8ee7a4d0 00:39:35 ---> 023752842c0b 00:39:35 Step 6/27 : COPY go.mod . 00:39:35 ---> f227458ce3d4 00:39:35 Step 7/24 : RUN go mod download 00:39:35 ---> Running in ae1ddd4fc04c 00:39:37 ---> c77307ac6ef5 00:39:37 Step 7/27 : RUN go mod download 00:39:37 ---> e7f7e669a92b 00:39:37 Step 9/23 : RUN make cmd/core-data/core-data 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:39:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:39:38 v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:39:38 v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:39:38 OK: 12744 distinct packages available 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.465s coverage: 27.1% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.058s coverage: 100.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.088s coverage: 100.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.504s coverage: 66.0% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 00:39:38 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.244s coverage: 84.5% of statements 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 00:39:38 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 00:39:38 (1/4) Installing ca-certificates (20191127-r4) 00:39:38 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:39:38 (3/4) Installing libcurl (7.69.1-r1) 00:39:38 (4/4) Installing curl (7.69.1-r1) 00:39:38 Executing busybox-1.31.1-r19.trigger 00:39:38 Executing ca-certificates-20191127-r4.trigger 00:39:38 OK: 7 MiB in 18 packages 00:39:39 ---> Running in 3d4470cc3f66 00:39:39 ---> Running in db954b6ea132 00:39:39 Removing intermediate container 464029d0fc6c 00:39:39 ---> 09b22967f17e 00:39:39 00:39:39 Step 10/22 : FROM scratch 00:39:39 ---> 00:39:39 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:39:39 ---> Using cache 00:39:39 ---> 66e9150fc901 00:39:39 Step 12/22 : ENV APP_PORT=48081 00:39:40 ---> Running in fe4357407c18 00:39:40 Removing intermediate container 07c0bb4e5f28 00:39:40 ---> 5da08fa32ff9 00:39:40 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:39:40 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:39:40 ---> Running in 8a1cb1ae80d0 00:39:40 Removing intermediate container fe4357407c18 00:39:40 ---> 67c3c35da9db 00:39:40 Step 13/22 : EXPOSE $APP_PORT 00:39:40 ---> Running in 8ea8a7cc1e9c 00:39:40 Removing intermediate container ae1ddd4fc04c 00:39:40 ---> ceea732065fb 00:39:40 Step 8/24 : COPY . . 00:39:40 Removing intermediate container 8a1cb1ae80d0 00:39:40 ---> f64a50cd653a 00:39:40 Step 13/21 : WORKDIR /edgex 00:39:42 ---> Running in cccf7c8643e3 00:39:42 Removing intermediate container 8ea8a7cc1e9c 00:39:42 ---> 090cbd05ee24 00:39:42 Step 14/22 : WORKDIR / 00:39:42 ---> Running in 2b7c55a7e947 00:39:43 Removing intermediate container 3d4470cc3f66 00:39:43 ---> ec2e47b77317 00:39:43 Step 8/27 : COPY . . 00:39:44 Removing intermediate container cccf7c8643e3 00:39:44 ---> 584c0d35f5aa 00:39:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.173s coverage: 28.6% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.200s coverage: 100.0% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.072s coverage: 100.0% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.320s coverage: 86.7% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.310s coverage: 97.5% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 00:39:46 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.161s coverage: 100.0% of statements 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 00:39:46 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 00:39:47 Removing intermediate container 2b7c55a7e947 00:39:47 ---> 4864425ea6cb 00:39:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:39:48 ---> 543e9b1b2663 00:39:48 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:39:49 ---> 811205a2f41a 00:39:49 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.961s coverage: 95.7% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.053s coverage: 58.8% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.144s coverage: 0.0% of statements [no tests to run] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.058s coverage: 100.0% of statements 00:39:53 ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.109s coverage: 76.2% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.069s coverage: 80.8% of statements 00:39:53 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.189s coverage: 87.2% of statements 00:39:54 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.143s coverage: 84.2% of statements 00:39:54 ---> 85634c8e682c 00:39:54 Step 16/21 : COPY --from=builder /edgex-go/cmd/edgex-secrets-config/edgex-secrets-config . 00:39:55 ---> 0fa0260221f0 00:39:55 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:39:56 ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.078s coverage: 100.0% of statements 00:39:56 ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.697s coverage: 63.5% of statements 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 00:39:59 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.057s coverage: 100.0% of statements 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.088s coverage: 91.3% of statements 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.065s coverage: 100.0% of statements 00:39:59 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.091s coverage: 73.7% of statements 00:40:00 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.076s coverage: 100.0% of statements 00:40:02 ---> c8838a32e438 00:40:02 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:40:04 ---> 66765228a13a 00:40:04 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:40:05 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.884s coverage: 55.9% of statements 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] 00:40:05 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 00:40:06 ---> Running in d6224a5eefb9 00:40:08 ---> Running in 74e811661f63 00:40:09 Removing intermediate container d6224a5eefb9 00:40:09 ---> a0aee1db83cc 00:40:09 Step 18/21 : CMD ["--init=true"] 00:40:11 ---> Running in 33a1bfcf45b6 00:40:11 Removing intermediate container 74e811661f63 00:40:11 ---> c869e0355c96 00:40:11 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:13 ---> c4c59a8b1f2f 00:40:13 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:40:14 ---> Running in 9e86aa0b09d9 00:40:14 ---> Running in 4d6e9fd03658 00:40:14 Removing intermediate container 33a1bfcf45b6 00:40:14 ---> a9c628b157f7 00:40:14 Step 19/21 : LABEL arch=x86_64 00:40:14 Removing intermediate container 9e86aa0b09d9 00:40:14 ---> 9d443e6371e1 00:40:14 Step 20/22 : LABEL arch=x86_64 00:40:14 ---> Running in 4fa5906ca7db 00:40:14 ---> 277a0116a883 00:40:14 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:40:15 ---> Running in ccdf151803fa 00:40:15 ---> Running in b82f6e954b67 00:40:15 Removing intermediate container 4fa5906ca7db 00:40:15 ---> d0b57e80df3e 00:40:15 Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:40:15 Removing intermediate container ccdf151803fa 00:40:15 ---> 724f9f9ce144 00:40:15 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:40:15 ---> Running in 8e9146b1d291 00:40:15 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 00:40:15 ---> Running in 2166bda8e235 00:40:15 Removing intermediate container 8e9146b1d291 00:40:15 ---> 9102089a9515 00:40:15 Step 21/21 : LABEL version=0.0.0 00:40:15 ---> Running in e6387c577078 00:40:15 Removing intermediate container 2166bda8e235 00:40:15 ---> 587d90498529 00:40:15 Step 22/22 : LABEL version=0.0.0 00:40:15 ---> Running in 460202fbe151 00:40:15 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:40:16 Removing intermediate container e6387c577078 00:40:16 ---> 22b497faab63 00:40:16 00:40:16 Removing intermediate container 460202fbe151 00:40:16 ---> abcfe03966cc 00:40:16 00:40:16 Successfully built 22b497faab63 00:40:16 Successfully tagged docker-security-proxy-setup-go:latest 00:40:16  Building docker-security-proxy-setup-go ... done Building docker-core-command-go 00:40:16 Successfully built abcfe03966cc 00:40:16 Successfully tagged docker-core-metadata-go:latest 00:40:34  Building docker-core-metadata-go ... done Removing intermediate container db954b6ea132 00:40:34 ---> decaba96e895 00:40:34 00:40:34 Step 10/23 : FROM alpine 00:40:34 ---> d6e46aa2470d 00:40:34 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:35 ---> Running in c2b2c57dd873 00:40:36 Removing intermediate container c2b2c57dd873 00:40:36 ---> 8f686df7cb04 00:40:36 Step 12/23 : ENV APP_PORT=48080 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 29.981s coverage: 86.3% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 4.201s coverage: 72.2% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 1.529s coverage: 72.1% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.092s coverage: 82.4% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.059s coverage: 48.4% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.095s coverage: 28.8% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.090s coverage: 96.8% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.334s coverage: 36.5% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.439s coverage: 84.1% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.069s coverage: 100.0% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.105s coverage: 42.9% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.050s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.088s coverage: 83.8% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.330s coverage: 47.1% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.045s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.120s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.095s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 2.792s coverage: 29.1% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.173s coverage: 99.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.083s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.093s coverage: 87.9% of statements 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 00:40:37 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.049s coverage: 100.0% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.056s coverage: 32.1% of statements 00:40:37 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.077s coverage: 100.0% of statements 00:40:37 GO111MODULE=on go vet ./... 00:40:37 ---> Running in b4b05eed4c4e 00:40:38 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:40:38 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:40:38 ---> 6ce48a645e62 00:40:38 Step 3/22 : WORKDIR /edgex-go 00:40:39 ---> Using cache 00:40:39 ---> 15a3d674f019 00:40:39 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:39 ---> Using cache 00:40:39 ---> efdf9147eaba 00:40:39 Step 5/22 : RUN apk update && apk add make git 00:40:39 ---> Using cache 00:40:39 ---> 651d80acd911 00:40:39 Step 6/22 : COPY go.mod . 00:40:39 ---> Using cache 00:40:39 ---> 25c348480b02 00:40:39 Step 7/22 : RUN go mod download 00:40:39 ---> Using cache 00:40:39 ---> 58b01e1c6817 00:40:39 Step 8/22 : COPY . . 00:40:39 ---> Using cache 00:40:39 ---> c0cf32a3c099 00:40:39 Step 9/22 : RUN make cmd/core-command/core-command 00:40:39 Removing intermediate container b4b05eed4c4e 00:40:39 ---> ff06cebc111e 00:40:39 Step 13/23 : EXPOSE $APP_PORT 00:40:39 ---> Running in ca8867088881 00:40:39 ---> Running in a6340014ddfb 00:40:39 Removing intermediate container a6340014ddfb 00:40:39 ---> c082027bcbcb 00:40:39 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:40:40 ---> Running in 999706c56b76 00:40:40 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:40:44 Removing intermediate container 999706c56b76 00:40:44 ---> 7f0d5a7cefe1 00:40:44 Step 15/23 : RUN apk --no-cache add zeromq 00:40:44 Removing intermediate container b82f6e954b67 00:40:44 ---> fd74ff0eb39d 00:40:44 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:40:44 ---> Running in e3deec50bde5 00:40:45 ---> Running in 5aeb57f07b80 00:40:46 Removing intermediate container 4d6e9fd03658 00:40:46 ---> a88e637cfc03 00:40:46 00:40:46 Step 10/24 : FROM scratch 00:40:46 ---> 00:40:46 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:40:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:40:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:47 ---> Using cache 00:40:47 ---> eb0e46261345 00:40:47 Step 12/24 : ENV APP_PORT=48060 00:40:47 ---> Running in 9d5adea39841 00:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:47 Removing intermediate container 9d5adea39841 00:40:47 ---> 85f041feddf4 00:40:47 Step 13/24 : EXPOSE $APP_PORT 00:40:47 ---> Running in d79288c78086 00:40:47 Removing intermediate container d79288c78086 00:40:47 ---> 116e2cc82b85 00:40:47 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:40:47 (1/5) Installing libgcc (9.3.0-r2) 00:40:47 (2/5) Installing libsodium (1.0.18-r0) 00:40:48 (3/5) Installing libstdc++ (9.3.0-r2) 00:40:48 ---> 522ff02894ca 00:40:48 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:40:48 (4/5) Installing libzmq (4.3.3-r0) 00:40:48 (5/5) Installing zeromq (4.3.3-r0) 00:40:48 Removing intermediate container e3deec50bde5 00:40:48 ---> daf70e1f7132 00:40:48 00:40:48 Step 11/27 : FROM docker:latest 00:40:48 ---> 6972c414f322 00:40:48 Step 12/27 : RUN apk add --no-cache bash 00:40:48 Executing busybox-1.31.1-r19.trigger 00:40:48 OK: 8 MiB in 19 packages 00:40:48 ---> Running in 429fadae72d7 00:40:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:40:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:40:49 ---> a9be8b10e379 00:40:49 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:40:49 (1/2) Installing readline (8.0.4-r0) 00:40:49 (2/2) Installing bash (5.0.17-r0) 00:40:50 Removing intermediate container 5aeb57f07b80 00:40:50 ---> 65d13eccd474 00:40:50 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:40:50 Executing bash-5.0.17-r0.post-install 00:40:50 Executing busybox-1.31.1-r19.trigger 00:40:50 OK: 12 MiB in 22 packages 00:40:50 ---> 129d9a013672 00:40:50 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:40:51 ---> c3b43ae329a9 00:40:51 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:40:51 ---> 817db6b13d75 00:40:51 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:40:51 Removing intermediate container 429fadae72d7 00:40:51 ---> 987cc96a3079 00:40:51 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:40:51 ---> Running in 38ee0528711a 00:40:53 ---> d244c36c331e 00:40:53 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:40:53 ---> bb467fd71568 00:40:53 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:40:53 ---> 3382b919e603 00:40:53 Step 19/23 : ENTRYPOINT ["/core-data"] 00:40:53 ---> Running in 2e039c8f7edf 00:40:53 ---> d8adaf7f6d8a 00:40:53 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:40:54 ---> Running in 85ecb51d5345 00:40:54 Removing intermediate container 2e039c8f7edf 00:40:54 ---> 2afe7332e50c 00:40:54 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:54 ---> Running in 34d39f70a922 00:40:54 Removing intermediate container 38ee0528711a 00:40:54 ---> eab2eb0da2ec 00:40:54 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:40:54 Removing intermediate container 85ecb51d5345 00:40:54 ---> 47dc28d117d6 00:40:54 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:40:54 ---> Running in 36d1acadc2ea 00:40:54 ---> Running in de305200785d 00:40:54 Removing intermediate container 34d39f70a922 00:40:54 ---> fdd10511250b 00:40:54 Step 21/23 : LABEL arch=x86_64 00:40:54 ---> Running in 9f6275e0ca5e 00:40:54 Removing intermediate container 36d1acadc2ea 00:40:54 ---> 3d8ebec1661a 00:40:54 Step 15/27 : ENV APP_PORT=48090 00:40:54 Removing intermediate container de305200785d 00:40:54 ---> 620e06013fc2 00:40:54 Step 22/24 : LABEL arch=x86_64 00:40:55 ---> Running in 4dd5d2ee2086 00:40:55 ---> Running in 401b0e3c17ac 00:40:55 Removing intermediate container 9f6275e0ca5e 00:40:55 ---> 0dc19debcb7f 00:40:55 Step 22/23 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:40:55 ---> Running in 79569364d9e2 00:40:55 Removing intermediate container 4dd5d2ee2086 00:40:55 ---> fbbdeb42d4cc 00:40:55 Step 16/27 : EXPOSE $APP_PORT 00:40:56 Removing intermediate container 401b0e3c17ac 00:40:56 ---> fab94f70f30c 00:40:56 Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:40:57 ---> Running in 0e2a61757b01 00:40:57 Removing intermediate container 79569364d9e2 00:40:57 ---> 4fdff1e2fa8c 00:40:57 Step 23/23 : LABEL version=0.0.0 00:40:57 ---> Running in ccc5776bcbc1 00:40:57 Removing intermediate container ca8867088881 00:40:57 ---> 6d9317c916b9 00:40:57 00:40:57 Step 10/22 : FROM scratch 00:40:57 ---> 00:40:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:40:57 ---> Running in ba2a3879c624 00:40:57 ---> Using cache 00:40:57 ---> 66e9150fc901 00:40:57 Step 12/22 : ENV APP_PORT=48082 00:40:57 Removing intermediate container 0e2a61757b01 00:40:57 ---> d25a140ca736 00:40:57 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:40:57 ---> Running in 1c23bf8db710 00:40:57 Removing intermediate container ccc5776bcbc1 00:40:57 ---> 0c60ceeb9cd6 00:40:57 Step 24/24 : LABEL version=0.0.0 00:40:57 ---> Running in 876a04e72947 00:40:57 Removing intermediate container ba2a3879c624 00:40:57 ---> 5c3b0755edc7 00:40:57 00:40:58 Successfully built 5c3b0755edc7 00:40:58 Successfully tagged docker-core-data-go:latest 00:40:58  Building docker-core-data-go ... done Removing intermediate container 1c23bf8db710 00:40:58 ---> 5554e814f2c3 00:40:58 Step 13/22 : EXPOSE $APP_PORT 00:40:58 ---> Running in 669482d58e1d 00:40:58 ---> fe4e83f406cb 00:40:58 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:40:58 Removing intermediate container 876a04e72947 00:40:58 ---> 836435dc7735 00:40:58 00:40:58 Successfully built 836435dc7735 00:40:58 Removing intermediate container 669482d58e1d 00:40:58 ---> 941880995103 00:40:58 Step 14/22 : WORKDIR / 00:40:58 Successfully tagged docker-support-notifications-go:latest 00:40:59  Building docker-support-notifications-go ... done  ---> 2fb2ab1b8ee9 00:40:59 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:40:59 ---> Running in 8fc60958d249 00:40:59 Removing intermediate container 8fc60958d249 00:40:59 ---> 5d254462e8a3 00:40:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:40:59 ---> 07f272a8472a 00:40:59 Step 20/27 : RUN apk --no-cache add py3-pip 00:40:59 ---> Running in 8b5173020b96 00:40:59 ---> c4490ff13a9b 00:40:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:00 ---> 57bc46ceb739 00:41:00 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:41:00 (1/33) Installing libbz2 (1.0.8-r1) 00:41:00 (2/33) Installing expat (2.2.9-r1) 00:41:00 (3/33) Installing libffi (3.3-r2) 00:41:00 (4/33) Installing gdbm (1.13-r1) 00:41:00 (5/33) Installing xz-libs (5.2.5-r0) 00:41:00 (6/33) Installing sqlite-libs (3.32.1-r0) 00:41:00 (7/33) Installing python3 (3.8.5-r0) 00:41:04 ---> 9d1bc3eaeeaf 00:41:04 Step 18/22 : ENTRYPOINT ["/core-command"] 00:41:04 ---> Running in 29cb320bb3e8 00:41:04 (8/33) Installing py3-appdirs (1.4.4-r1) 00:41:04 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:41:04 (10/33) Installing py3-parsing (2.4.7-r0) 00:41:04 (11/33) Installing py3-six (1.15.0-r0) 00:41:04 (12/33) Installing py3-packaging (20.4-r0) 00:41:04 (13/33) Installing py3-setuptools (47.0.0-r0) 00:41:04 (14/33) Installing py3-chardet (3.0.4-r4) 00:41:04 (15/33) Installing py3-idna (2.9-r0) 00:41:04 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:41:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:41:05 (18/33) Installing py3-requests (2.23.0-r0) 00:41:05 Removing intermediate container 29cb320bb3e8 00:41:05 ---> dc3d55cee82b 00:41:05 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:05 (19/33) Installing py3-msgpack (1.0.0-r0) 00:41:05 (20/33) Installing py3-lockfile (0.12.2-r3) 00:41:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:41:05 (22/33) Installing py3-colorama (0.4.3-r0) 00:41:05 ---> Running in 4b1d01405f1e 00:41:05 (23/33) Installing py3-distlib (0.3.0-r0) 00:41:05 (24/33) Installing py3-distro (1.5.0-r1) 00:41:05 (25/33) Installing py3-webencodings (0.5.1-r3) 00:41:05 (26/33) Installing py3-html5lib (1.0.1-r4) 00:41:06 (27/33) Installing py3-pytoml (0.1.21-r0) 00:41:06 Removing intermediate container 4b1d01405f1e 00:41:06 ---> 23260f97b7ea 00:41:06 Step 20/22 : LABEL arch=x86_64 00:41:06 (28/33) Installing py3-pep517 (0.8.2-r0) 00:41:06 (29/33) Installing py3-progress (1.5-r0) 00:41:06 (30/33) Installing py3-toml (0.10.1-r0) 00:41:06 (31/33) Installing py3-retrying (1.3.3-r0) 00:41:06 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:41:06 (33/33) Installing py3-pip (20.1.1-r0) 00:41:06 ---> Running in 5f180cdc03f6 00:41:07 Executing busybox-1.31.1-r19.trigger 00:41:07 OK: 71 MiB in 55 packages 00:41:07 Removing intermediate container 5f180cdc03f6 00:41:07 ---> d0548680ec97 00:41:07 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:41:07 ---> Running in 4c3b00977761 00:41:07 Removing intermediate container 4c3b00977761 00:41:07 ---> 90c90c22eb38 00:41:07 Step 22/22 : LABEL version=0.0.0 00:41:08 ---> Running in 25f1bf61db9e 00:41:10 Removing intermediate container 25f1bf61db9e 00:41:10 ---> 92a12ca48b08 00:41:10 00:41:10 Successfully built 92a12ca48b08 00:41:12 Successfully tagged docker-core-command-go:latest 00:41:13  Building docker-core-command-go ... done Removing intermediate container 8b5173020b96 00:41:13 ---> 1f9b3059014e 00:41:13 Step 21/27 : RUN pip install docker-compose==1.23.2 00:41:14 ---> Running in 7113ccc54cce 00:41:15 Collecting docker-compose==1.23.2 00:41:15 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:41:15 Collecting docopt<0.7,>=0.6.1 00:41:15 Downloading docopt-0.6.2.tar.gz (25 kB) 00:41:15 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:15 Collecting jsonschema<3,>=2.5.1 00:41:16 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:41:16 Collecting PyYAML<4,>=3.10 00:41:16 Downloading PyYAML-3.13.tar.gz (270 kB) 00:41:17 Collecting websocket-client<1.0,>=0.32.0 00:41:17 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:41:17 Collecting dockerpty<0.5,>=0.4.1 00:41:17 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:41:17 Collecting docker<4.0,>=3.6.0 00:41:17 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:41:18 Collecting texttable<0.10,>=0.9.0 00:41:18 Downloading texttable-0.9.1.tar.gz (11 kB) 00:41:18 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:41:18 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:41:18 Collecting cached-property<2,>=1.2.0 00:41:18 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:41:18 Collecting docker-pycreds>=0.4.0 00:41:18 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:41:18 Collecting urllib3<1.25,>=1.21.1 00:41:18 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:41:18 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:19 Collecting idna<2.8,>=2.5 00:41:19 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:41:19 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:19 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:41:19 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:41:19 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:41:19 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:41:19 Installing collected packages: docopt, jsonschema, PyYAML, websocket-client, dockerpty, docker-pycreds, urllib3, idna, requests, docker, texttable, cached-property, docker-compose 00:41:19 Running setup.py install for docopt: started 00:41:19 Running setup.py install for docopt: finished with status 'done' 00:41:19 Running setup.py install for PyYAML: started 00:41:20 Running setup.py install for PyYAML: finished with status 'done' 00:41:20 Running setup.py install for dockerpty: started 00:41:20 Running setup.py install for dockerpty: finished with status 'done' 00:41:20 Attempting uninstall: urllib3 00:41:20 Found existing installation: urllib3 1.25.9 00:41:20 Uninstalling urllib3-1.25.9: 00:41:20 Successfully uninstalled urllib3-1.25.9 00:41:21 Attempting uninstall: idna 00:41:21 Found existing installation: idna 2.9 00:41:21 Uninstalling idna-2.9: 00:41:21 Successfully uninstalled idna-2.9 00:41:21 Attempting uninstall: requests 00:41:21 Found existing installation: requests 2.23.0 00:41:21 Uninstalling requests-2.23.0: 00:41:21 Successfully uninstalled requests-2.23.0 00:41:21 Running setup.py install for texttable: started 00:41:22 Running setup.py install for texttable: finished with status 'done' 00:41:22 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:25 Removing intermediate container 7113ccc54cce 00:41:25 ---> 07e55d812ece 00:41:25 Step 22/27 : RUN apk --no-cache add curl 00:41:25 ---> Running in 185509fce25f 00:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 00:41:26 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 00:41:26 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:41:26 (2/3) Installing libcurl (7.69.1-r1) 00:41:26 (3/3) Installing curl (7.69.1-r1) 00:41:26 Executing busybox-1.31.1-r19.trigger 00:41:26 OK: 72 MiB in 58 packages 00:41:26 Removing intermediate container 185509fce25f 00:41:26 ---> 7fa6fc555273 00:41:26 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:41:26 ---> Running in 35e774152f51 00:41:27 Removing intermediate container 35e774152f51 00:41:27 ---> 004222e348c5 00:41:27 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:41:27 ---> Running in 240b86f4a84c 00:41:27 Removing intermediate container 240b86f4a84c 00:41:27 ---> ec3e5579fd59 00:41:27 Step 25/27 : LABEL arch=x86_64 00:41:27 ---> Running in 3bd018a9b2a9 00:41:27 Removing intermediate container 3bd018a9b2a9 00:41:27 ---> 3d786658eb93 00:41:27 Step 26/27 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:41:27 ---> Running in 33b1d2f8bf81 00:41:27 Removing intermediate container 33b1d2f8bf81 00:41:27 ---> 47454b11398b 00:41:27 Step 27/27 : LABEL version=0.0.0 00:41:28 ---> Running in bd54ddb42ee6 00:41:28 Removing intermediate container bd54ddb42ee6 00:41:28 ---> e0a9e0724dfb 00:41:28 00:41:28 Successfully built e0a9e0724dfb 00:41:28 Successfully tagged docker-sys-mgmt-agent-go:latest 00:41:29  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:41:29 $ docker stop --time=1 96bd6f2cf05c47f85bd44bfb73df38f715897d7cf308daf57b813a6892f313c6 00:41:31 $ docker rm -f 96bd6f2cf05c47f85bd44bfb73df38f715897d7cf308daf57b813a6892f313c6 [Pipeline] // withDockerContainer [Pipeline] sh 00:41:32 + docker images 00:41:32 + grep docker 00:41:32 docker-sys-mgmt-agent-go latest e0a9e0724dfb 4 seconds ago 290MB 00:41:32 docker-core-command-go latest 92a12ca48b08 23 seconds ago 12.2MB 00:41:32 docker-support-notifications-go latest 836435dc7735 33 seconds ago 13.6MB 00:41:32 docker-core-data-go latest 5c3b0755edc7 34 seconds ago 23.7MB 00:41:32 docker-core-metadata-go latest abcfe03966cc About a minute ago 14.5MB 00:41:32 docker-security-proxy-setup-go latest 22b497faab63 About a minute ago 24.6MB 00:41:32 docker-security-secretstore-setup-go latest f398fe92f965 2 minutes ago 24.8MB 00:41:32 docker-security-bootstrap-redis-go latest 3c7530d2ac31 2 minutes ago 15.9MB 00:41:32 docker-security-secrets-setup-go latest 5fbba6cb84a4 3 minutes ago 24MB 00:41:32 docker-support-logging-go latest ed9d92dcb090 3 minutes ago 11.1MB 00:41:32 docker-support-scheduler-go latest d43f466d7cd9 3 minutes ago 12.3MB 00:41:32 docker latest 6972c414f322 3 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 00:41:45 gofmt -l . 00:41:45 [ "`gofmt -l .`" = "" ] 00:41:46 ./bin/test-go-mod-tidy.sh 00:41:47 ./bin/test-attribution-txt.sh 00:41:47 Still waiting to schedule task 00:41:47 All nodes of label ‘centos7-docker-8c-8g’ are offline [Pipeline] sh 00:41:52 + ls -al . 00:41:52 total 676 00:41:52 drwxrwxr-x 9 1001 1001 4096 Nov 14 00:41 . 00:41:52 drwxr-xr-x 4 root root 4096 Nov 14 00:37 .. 00:41:52 -rw-rw-r-- 1 1001 1001 11 Nov 14 00:36 .dockerignore 00:41:52 drwxrwxr-x 8 1001 1001 4096 Nov 14 00:36 .git 00:41:52 drwxrwxr-x 3 1001 1001 4096 Nov 14 00:36 .github 00:41:52 -rw-rw-r-- 1 1001 1001 944 Nov 14 00:36 .gitignore 00:41:52 -rw-rw-r-- 1 1001 1001 166 Nov 14 00:36 .sonarcloud.properties 00:41:52 -rw-rw-r-- 1 1001 1001 3804 Nov 14 00:36 CONTRIBUTING.md 00:41:52 -rw-rw-r-- 1 1001 1001 1035 Nov 14 00:36 Dockerfile.build 00:41:52 -rw-rw-r-- 1 1001 1001 863 Nov 14 00:36 Jenkinsfile 00:41:52 -rw-rw-r-- 1 1001 1001 10775 Nov 14 00:36 LICENSE 00:41:52 -rw-rw-r-- 1 1001 1001 6759 Nov 14 00:36 Makefile 00:41:52 -rw-rw-r-- 1 1001 1001 6447 Nov 14 00:36 README.md 00:41:52 -rw-rw-r-- 1 1001 1001 259 Nov 14 00:36 SECURITY.md 00:41:52 -rw-rw-r-- 1 1001 1001 5 Nov 14 00:32 VERSION 00:41:52 -rw-rw-r-- 1 1001 1001 4131 Nov 14 00:36 ZMQWindows.md 00:41:52 drwxrwxr-x 2 1001 1001 4096 Nov 14 00:36 bin 00:41:52 drwxrwxr-x 16 1001 1001 4096 Nov 14 00:36 cmd 00:41:52 -rw-r--r-- 1 root root 556652 Nov 14 00:40 coverage.out 00:41:52 -rw-r--r-- 1 root root 1041 Nov 14 00:41 go.mod 00:41:52 -rw-r--r-- 1 root root 18582 Nov 14 00:41 go.sum 00:41:52 drwxrwxr-x 8 1001 1001 4096 Nov 14 00:36 internal 00:41:52 drwxrwxr-x 4 1001 1001 4096 Nov 14 00:36 openapi 00:41:52 drwxrwxr-x 4 1001 1001 4096 Nov 14 00:36 snap 00:41:52 -rw-rw-r-- 1 1001 1001 168 Nov 14 00:36 version.go [Pipeline] sh 00:41:53 + '[' -e coverage.out ] 00:41:53 + chown 1001:1001 coverage.out [Pipeline] stash 00:41:53 Warning: overwriting stash ‘coverage-report’ 00:41:54 Stashed 1 file(s) [Pipeline] sh 00:41:55 + make build 00:41:55 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:22 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:28 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:33 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:37 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:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:42:43 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:42:48 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 00:42:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 00:42:52 Running on prd-centos7-docker-8c-8g-12100 in /w/workspace/edgexfoundry_edgex-go_PR-2808 [Pipeline] { [Pipeline] ws 00:42:52 Running in /w/workspace/edgex-go/20 [Pipeline] { [Pipeline] checkout 00:42:55 using credential edgex-jenkins-ssh 00:42:55 Cloning the remote Git repository 00:42:55 Cloning repository git@github.com:edgexfoundry/edgex-go.git 00:42:55 > git init /w/workspace/edgex-go/20 # timeout=10 00:42:55 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:42:55 > git --version # timeout=10 00:42:55 > git --version # 'git version 2.16.5' 00:42:55 using GIT_SSH to set credentials SSH Credentials for GitHub 00:42:55 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 00:42:56 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:00 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:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 00:43:05 Merging remotes/origin/master commit 82d8907018ab8cb9f1ec85c1c043836e064d42f9 into PR head commit 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 00:43:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 00:43:05 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 00:43:05 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 00:43:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2808/head:refs/remotes/origin/PR-2808 +refs/heads/master:refs/remotes/origin/master # timeout=10 00:43:05 > git config core.sparsecheckout # timeout=10 00:43:05 > git checkout -f 7e59eed31d5d107cd80d2fed28b10d2b19cc7331 # timeout=10 00:43:05 > git remote # timeout=10 00:43:05 > git config --get remote.origin.url # timeout=10 00:43:05 Merge succeeded, producing 67bcc87d32343063bfcaefedbece8ef7afb49b1f 00:43:05 Checking out Revision 67bcc87d32343063bfcaefedbece8ef7afb49b1f (PR-2808) 00:43:05 using GIT_SSH to set credentials SSH Credentials for GitHub 00:43:05 > git merge 82d8907018ab8cb9f1ec85c1c043836e064d42f9 # timeout=10 00:43:05 > git rev-parse HEAD^{commit} # timeout=10 00:43:05 > git config core.sparsecheckout # timeout=10 00:43:05 > git checkout -f 67bcc87d32343063bfcaefedbece8ef7afb49b1f # timeout=10 00:43:07 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:43:09 Commit message: "Merge commit '82d8907018ab8cb9f1ec85c1c043836e064d42f9' into HEAD" 00:43:09 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] sh 00:43:09 > git rev-list --no-walk 4a970f9cb0cb0e2184e473a819e469c1c0ca6fb1 # timeout=10 00:43:11 ++ find /w/workspace/edgex-go/20 00:43:11 ++ grep snapcraft.yaml 00:43:11 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/20/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:43:11 provisioning config files... 00:43:11 copy managed file [EdgeX] to file:/w/workspace/edgex-go/20@tmp/config7839427345152745837tmp 00:43:11 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config [Pipeline] { [Pipeline] sh 00:43:11 + cp /w/workspace/edgex-go/20@tmp/config7839427345152745837tmp /w/workspace/edgex-go/20/edgex-snap-store-login [Pipeline] sh 00:43:12 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/20:/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:43:12 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 00:43:12 latest: Pulling from edgex-devops/edgex-snap-builder 00:43:12 f08d8e2a3ba1: Pulling fs layer 00:43:12 3baa9cb2483b: Pulling fs layer 00:43:12 94e5ff4c0b15: Pulling fs layer 00:43:12 1860925334f9: Pulling fs layer 00:43:12 2daf38717194: Pulling fs layer 00:43:12 309017e8d7a4: Pulling fs layer 00:43:12 f7790dc9fd0f: Pulling fs layer 00:43:12 cac0ae9282c2: Pulling fs layer 00:43:12 1f4cadf9a1ed: Pulling fs layer 00:43:12 1860925334f9: Waiting 00:43:12 2daf38717194: Waiting 00:43:12 309017e8d7a4: Waiting 00:43:12 f7790dc9fd0f: Waiting 00:43:12 cac0ae9282c2: Waiting 00:43:12 1f4cadf9a1ed: Waiting 00:43:12 94e5ff4c0b15: Verifying Checksum 00:43:12 94e5ff4c0b15: Download complete 00:43:12 3baa9cb2483b: Download complete 00:43:12 1860925334f9: Verifying Checksum 00:43:12 1860925334f9: Download complete 00:43:12 309017e8d7a4: Download complete 00:43:12 f7790dc9fd0f: Verifying Checksum 00:43:12 f7790dc9fd0f: Download complete 00:43:12 cac0ae9282c2: Verifying Checksum 00:43:12 cac0ae9282c2: Download complete 00:43:12 1f4cadf9a1ed: Verifying Checksum 00:43:12 1f4cadf9a1ed: Download complete [Pipeline] } 00:43:14 $ docker stop --time=1 cc529d08792f493315b106a7fed1eb6813d5f716c58657fcc1e805268d35ee7d 00:43:15 f08d8e2a3ba1: Verifying Checksum 00:43:15 f08d8e2a3ba1: Download complete 00:43:16 f08d8e2a3ba1: Pull complete 00:43:16 3baa9cb2483b: Pull complete 00:43:16 94e5ff4c0b15: Pull complete 00:43:16 1860925334f9: Pull complete 00:43:17 $ docker rm -f cc529d08792f493315b106a7fed1eb6813d5f716c58657fcc1e805268d35ee7d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:19 00:43:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 00:43:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:20 latest: Pulling from edgex-devops/edgex-compose-arm64 00:43:20 29e5d40040c1: Pulling fs layer 00:43:20 1ce36da41761: Pulling fs layer 00:43:20 25b303627fd3: Pulling fs layer 00:43:20 29e5d40040c1: Verifying Checksum 00:43:20 29e5d40040c1: Download complete 00:43:21 2daf38717194: Verifying Checksum 00:43:21 2daf38717194: Download complete 00:43:21 1ce36da41761: Verifying Checksum 00:43:21 1ce36da41761: Download complete 00:43:21 29e5d40040c1: Pull complete 00:43:22 1ce36da41761: Pull complete 00:43:22 25b303627fd3: Verifying Checksum 00:43:22 25b303627fd3: Download complete 00:43:32 25b303627fd3: Pull complete 00:43:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 00:43:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 00:43:33 prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container 00:43:33 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:35 2daf38717194: Pull complete 00:43:35 309017e8d7a4: Pull complete 00:43:35 f7790dc9fd0f: Pull complete 00:43:36 cac0ae9282c2: Pull complete 00:43:36 1f4cadf9a1ed: Pull complete 00:43:36 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 00:43:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 00:43:36 $ docker top 225b193b83550bd9e2b87f10d5f1be738cf9c9306276984fb4ef4f617a4f7d8d -eo pid,comm [Pipeline] { [Pipeline] sh 00:43:38 + grep parallel 00:43:38 + docker-compose build --help 00:43:40 Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:40 Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 00:43:40 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 00:43:40 Get:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 00:43:40 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.8 kB] 00:43:40 Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [247 kB] 00:43:40 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1365 kB] 00:43:40 Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2129 kB] 00:43:40 Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1781 kB] 00:43:40 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [46.3 kB] 00:43:40 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2198 kB] 00:43:41 Get:12 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 00:43:41 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 00:43:41 Get:14 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [222 kB] 00:43:41 --parallel Build images in parallel. 00:43:41 Fetched 8278 kB in 2s (4608 kB/s) [Pipeline] } 00:43:41 $ docker stop --time=1 225b193b83550bd9e2b87f10d5f1be738cf9c9306276984fb4ef4f617a4f7d8d 00:43:43 Reading package lists... 00:43:43 $ docker rm -f 225b193b83550bd9e2b87f10d5f1be738cf9c9306276984fb4ef4f617a4f7d8d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 00:43:44 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 00:43:44 - README.md 00:43:44 00:43:44 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 00:43:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 00:43:44 . [Pipeline] withDockerContainer 00:43:45 prd-ubuntu18.04-docker-arm64-4c-16g-12095 does not seem to be running inside a container 00:43:45 $ 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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@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:43:46 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 00:43:46 0% [Connecting to archive.ubuntu.com (91.189.88.142)] 0% [1 InRelease gpgv 88.7 kB] [Connecting to archive.ubuntu.com (91.189.88.142) 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 00:43:46 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 00:43:46 $ docker top c6fa02f2f07646d9fcdf8247119d270e2d02c4140c89db86c29fd553bdae0b96 -eo pid,comm 00:43:46 0% [2 InRelease gpgv 242 kB] 0% [Waiting for headers] 0% [3 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [Pipeline] { [Pipeline] sh 00:43:47 + docker-compose -f ./docker-compose-build.yml build --parallel 00:43:48 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... 53% 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... 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:43:50 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6 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:43:51 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% 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... 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:43:51 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 00:43:51 Reading state information... 0% Reading state information... 0% Reading state information... Done 00:43:51 The following packages were automatically installed and are no longer required: 00:43:51 libjq1 libonig4 00:43:51 Use 'sudo apt autoremove' to remove them. 00:43:51 Suggested packages: 00:43:51 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 00:43:51 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 00:43:51 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 00:43:51 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 00:43:51 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 00:43:51 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 00:43:51 git-mediawiki git-svn lrzip glibc-doc locales bzr gdbm-l10n libstdc++-7-doc 00:43:51 make-doc man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 00:43:51 | libterm-readline-perl-perl 00:43:51 Building docker-core-command-go ... 00:43:51 Building docker-core-data-go ... 00:43:51 Building docker-core-metadata-go ... 00:43:51 Building docker-security-bootstrap-redis-go ... 00:43:51 Building docker-security-proxy-setup-go ... 00:43:51 Building docker-security-secrets-setup-go ... 00:43:51 Building docker-security-secretstore-setup-go ... 00:43:51 Building docker-support-logging-go ... 00:43:51 Building docker-support-notifications-go ... 00:43:51 Building docker-support-scheduler-go ... 00:43:51 Building docker-sys-mgmt-agent-go ... 00:43:51 Building docker-support-logging-go 00:43:51 Building docker-security-bootstrap-redis-go 00:43:51 Building docker-security-secretstore-setup-go 00:43:51 Building docker-security-proxy-setup-go 00:43:51 Building docker-core-command-go 00:43:51 The following NEW packages will be installed: 00:43:51 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 00:43:51 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 00:43:51 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 00:43:51 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 00:43:51 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 00:43:51 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 00:43:51 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 00:43:51 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 00:43:51 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 00:43:51 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 00:43:51 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 00:43:51 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 00:43:51 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 00:43:51 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 00:43:51 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 00:43:51 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 00:43:51 perl perl-modules-5.26 pkg-config unzip zip 00:43:51 The following packages will be upgraded: 00:43:51 libc6 perl-base 00:43:51 2 upgraded, 101 newly installed, 0 to remove and 37 not upgraded. 00:43:51 Need to get 84.4 MB of archives. 00:43:51 After this operation, 369 MB of additional disk space will be used. 00:43:52 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 00:43:53 0% [1 perl-base 13.8 kB/1391 kB 1%] 1% [1 perl-base 599 kB/1391 kB 43%] 2% [Waiting for headers] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.3 [2831 kB] 00:43:53 2% [2 libc6 22.2 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:43:53 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:43:53 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:43:53 7% [5 libgdbm5 26.0 kB/26.0 kB 100%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 00:43:53 8% [6 libgdbm-compat4 6084 B/6084 B 100%] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 00:43:53 8% [7 libperl5.26 42.9 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:43:53 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:43:53 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:43:53 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:43:53 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:43:53 14% [12 binutils-common 60.3 kB/196 kB 31%] 14% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 00:43:53 14% [13 libbinutils 60.1 kB/488 kB 12%] 15% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 00:43:53 15% [14 binutils-x86-64-linux-gnu 19.6 kB/1839 kB 1%] 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:43:53 Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.3 [71.8 kB] 00:43:53 17% [16 libc-dev-bin 22.8 kB/71.8 kB 32%] 17% [Working] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-123.126 [997 kB] 00:43:53 17% [17 linux-libc-dev 16.2 kB/997 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:43:53 18% [18 libc6-dev 67.3 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:43:53 21% [19 gcc-7-base 12.3 kB/18.3 kB 67%] 21% [Working] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 00:43:53 21% [20 libisl19 0 B/551 kB 0%] 22% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 00:43:53 22% [21 libmpfr6 56.0 kB/243 kB 23%] 22% [Waiting for headers] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 00:43:53 22% [22 libmpc3 9778 B/40.8 kB 24%] 22% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 00:43:54 22% [23 cpp-7 34.2 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:43:54 31% [24 cpp 27.7 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:43:54 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:43:54 31% [26 libgomp1 26.0 kB/76.5 kB 34%] 31% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 00:43:54 32% [27 libitm1 14.8 kB/27.9 kB 53%] 32% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 00:43:54 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:43:54 32% [29 libasan4 42.7 kB/358 kB 12%] 32% [Working] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 00:43:54 32% [30 liblsan0 11.7 kB/133 kB 9%] 33% [Working] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 00:43:54 33% [31 libtsan0 9823 B/288 kB 3%] 33% [Working] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 00:43:54 33% [32 libubsan0 49.1 kB/126 kB 39%] 34% [Working] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 00:43:54 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:43:54 Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 00:43:54 34% [35 libquadmath0 54.6 kB/134 kB 41%] 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:43:54 34% [36 libgcc-7-dev 61.7 kB/2378 kB 3%] 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:43:54 37% [37 gcc-7 42.4 kB/9381 kB 0%] 46% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 00:43:54 46% [38 gcc 5184 B/5184 B 100%] 46% [Working] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 00:43:54 46% [39 libstdc++-7-dev 27.1 kB/1471 kB 2%] 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:43:55 48% [40 g++-7 62.9 kB/9697 kB 1%] 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:43:55 57% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 00:43:55 57% [42 make 62.7 kB/154 kB 41%] 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:43:55 58% [43 libdpkg-perl 39.6 kB/211 kB 19%] 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:43:55 58% [44 patch 24.8 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:43:55 58% [45 dpkg-dev 53.7 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:43:55 59% [46 build-essential 4758 B/4758 B 100%] 59% [Working] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 00:43:55 59% [47 cmake-data 31.3 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:43:55 61% [48 libarchive13 10.2 kB/288 kB 4%] 61% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 00:43:55 61% [49 libjsoncpp1 50.1 kB/73.6 kB 68%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 00:43:55 61% [50 librhash0 41.8 kB/78.1 kB 54%] 62% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 00:43:55 62% [51 libuv1 29.0 kB/64.4 kB 45%] 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:43:55 62% [52 cmake 29.9 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:43:55 65% [53 curl 23.2 kB/159 kB 15%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 00:43:55 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:43:55 66% [55 fakeroot 8192 B/62.3 kB 13%] 66% [Working] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.3 [2652 kB] 00:43:55 66% [56 libc6-i386 4096 B/2652 kB 0%] 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:43:55 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:43:55 71% [58 libc6-x32 25.2 kB/2847 kB 1%] 73% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.3 [2016 kB] 00:43:55 74% [59 libc6-dev-x32 61.0 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:43:55 76% [60 lib32gcc1 10.6 kB/48.1 kB 22%] 76% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 00:43:55 76% [61 libx32gcc1 27.7 kB/40.5 kB 68%] 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:43:55 76% [62 lib32gomp1 52.5 kB/83.7 kB 63%] 76% [Working] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 00:43:55 76% [63 libx32gomp1 34.0 kB/77.8 kB 44%] 77% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 00:43:55 77% [64 lib32itm1 21.5 kB/30.0 kB 72%] 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:43:55 77% [65 libx32itm1 28.1 kB/28.1 kB 100%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 00:43:55 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:43:55 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:43:55 77% [68 lib32asan4 32.8 kB/362 kB 9%] 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:43:55 78% [69 libx32asan4 41.4 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:43:55 78% [70 lib32stdc++6 17.4 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:43:55 79% [71 lib32ubsan0 20.5 kB/140 kB 15%] 79% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 00:43:56 79% [72 libx32stdc++6 41.0 kB/387 kB 11%] 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:43:56 80% [73 libx32ubsan0 14.2 kB/127 kB 11%] 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:43:56 80% [74 lib32cilkrts5 11.7 kB/47.2 kB 25%] 81% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 00:43:56 81% [75 libx32cilkrts5 13.6 kB/43.0 kB 32%] 81% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 00:43:56 81% [76 lib32mpx2 12.9 kB/12.9 kB 100%] 81% [Working] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 00:43:56 81% [77 lib32quadmath0 12.3 kB/208 kB 6%] 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:43:56 81% [78 libx32quadmath0 57.3 kB/135 kB 42%] 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:43:56 82% [79 lib32gcc-7-dev 6675 B/2211 kB 0%] 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:43:56 84% [80 libx32gcc-7-dev 24.0 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:43:56 Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 00:43:56 86% [82 lib32stdc++-7-dev 37.2 kB/626 kB 6%] 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:43:56 87% [83 libx32stdc++-7-dev 18.3 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:43:56 88% [84 g++-7-multilib 0 B/1064 B 0%] 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 00:43:56 88% [85 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 00:43:56 88% [86 g++-multilib 1020 B/1020 B 100%] 88% [Working] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 00:43:56 88% [87 libcurl3-gnutls 4096 B/213 kB 2%] 89% [Working] Get:88 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 00:43:56 89% [88 liberror-perl 5328 B/22.8 kB 23%] 89% [Working] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 00:43:56 89% [89 git-man 28.7 kB/804 kB 4%] 90% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 00:43:56 90% [90 git 30.4 kB/3915 kB 1%] 94% [Working] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 00:43:56 94% [91 libalgorithm-diff-perl 24.1 kB/47.6 kB 51%] 94% [Waiting for headers] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 00:43:56 94% [92 libalgorithm-diff-xs-perl 8581 B/11.1 kB 77%] 94% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 00:43:56 94% [93 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 94% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 00:43:56 94% [94 libfile-fcntllock-perl 17.2 kB/33.2 kB 52%] 95% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 00:43:56 95% [95 libnorm1 16.1 kB/224 kB 7%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 00:43:56 95% [96 libpgm-5.2-0 17.7 kB/157 kB 11%] 95% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 00:43:56 95% [97 libsodium23 19.0 kB/143 kB 13%] 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:43:56 96% [98 libzmq5 12.4 kB/221 kB 6%] 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:43:56 96% [99 libzmq3-dev 12.9 kB/400 kB 3%] 97% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 00:43:56 97% [100 manpages-dev 32.1 kB/2217 kB 1%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 00:43:56 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:43:57 99% [102 unzip 12.6 kB/167 kB 8%] 100% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 00:43:57 100% [103 zip 10.0 kB/167 kB 6%] 100% [Working] Fetched 84.4 MB in 5s (15.9 MB/s) 00:43:57 debconf: delaying package configuration, since apt-utils is not installed 00:43:57 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 00:43:57 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 00:43:57 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 00:44:00 Setting up perl-base (5.26.1-6ubuntu0.5) ... 00:44:00 (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:44:00 Preparing to unpack .../libc6_2.27-3ubuntu1.3_amd64.deb ... 00:44:00 Unpacking libc6:amd64 (2.27-3ubuntu1.3) over (2.27-3ubuntu1.2) ... 00:44:02 Setting up libc6:amd64 (2.27-3ubuntu1.3) ... 00:44:04 Selecting previously unselected package liblocale-gettext-perl. 00:44:04 (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:44:04 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 00:44:04 Unpacking liblocale-gettext-perl (1.07-3build2) ... 00:44:04 Selecting previously unselected package perl-modules-5.26. 00:44:04 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 00:44:04 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:05 Selecting previously unselected package libgdbm5:amd64. 00:44:05 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 00:44:05 Unpacking libgdbm5:amd64 (1.14.1-6) ... 00:44:05 Selecting previously unselected package libgdbm-compat4:amd64. 00:44:05 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 00:44:05 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 00:44:05 Selecting previously unselected package libperl5.26:amd64. 00:44:05 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:05 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:05 Selecting previously unselected package perl. 00:44:05 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 00:44:05 Unpacking perl (5.26.1-6ubuntu0.5) ... 00:44:05 Selecting previously unselected package less. 00:44:05 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 00:44:05 Unpacking less (487-0.1) ... 00:44:06 Selecting previously unselected package netbase. 00:44:06 Preparing to unpack .../007-netbase_5.4_all.deb ... 00:44:06 Unpacking netbase (5.4) ... 00:44:06 Selecting previously unselected package manpages. 00:44:06 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 00:44:06 Unpacking manpages (4.15-1) ... 00:44:06 Selecting previously unselected package binutils-common:amd64. 00:44:06 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:06 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:06 Selecting previously unselected package libbinutils:amd64. 00:44:06 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:06 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:06 Selecting previously unselected package binutils-x86-64-linux-gnu. 00:44:06 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:06 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:06 Selecting previously unselected package binutils. 00:44:06 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 00:44:06 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 00:44:06 Selecting previously unselected package libc-dev-bin. 00:44:06 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.3_amd64.deb ... 00:44:06 Unpacking libc-dev-bin (2.27-3ubuntu1.3) ... 00:44:06 Selecting previously unselected package linux-libc-dev:amd64. 00:44:06 Preparing to unpack .../014-linux-libc-dev_4.15.0-123.126_amd64.deb ... 00:44:06 Unpacking linux-libc-dev:amd64 (4.15.0-123.126) ... 00:44:07 Selecting previously unselected package libc6-dev:amd64. 00:44:07 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.3_amd64.deb ... 00:44:07 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:44:07 Selecting previously unselected package gcc-7-base:amd64. 00:44:07 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:07 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:07 Selecting previously unselected package libisl19:amd64. 00:44:07 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 00:44:07 Unpacking libisl19:amd64 (0.19-1) ... 00:44:07 Selecting previously unselected package libmpfr6:amd64. 00:44:07 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 00:44:07 Unpacking libmpfr6:amd64 (4.0.1-1) ... 00:44:08 Selecting previously unselected package libmpc3:amd64. 00:44:08 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 00:44:08 Unpacking libmpc3:amd64 (1.1.0-1) ... 00:44:08 Selecting previously unselected package cpp-7. 00:44:08 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:08 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package cpp. 00:44:09 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:09 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 00:44:09 Selecting previously unselected package libcc1-0:amd64. 00:44:09 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libgomp1:amd64. 00:44:09 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libitm1:amd64. 00:44:09 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libatomic1:amd64. 00:44:09 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libasan4:amd64. 00:44:09 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package liblsan0:amd64. 00:44:09 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libtsan0:amd64. 00:44:09 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libubsan0:amd64. 00:44:09 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libcilkrts5:amd64. 00:44:09 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libmpx2:amd64. 00:44:09 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libquadmath0:amd64. 00:44:09 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:09 Selecting previously unselected package libgcc-7-dev:amd64. 00:44:09 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:09 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:10 Selecting previously unselected package gcc-7. 00:44:10 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:10 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:11 Selecting previously unselected package gcc. 00:44:11 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:11 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 00:44:11 Selecting previously unselected package libstdc++-7-dev:amd64. 00:44:11 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:11 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:11 Selecting previously unselected package g++-7. 00:44:11 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:11 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:12 Selecting previously unselected package g++. 00:44:12 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:12 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 00:44:12 Selecting previously unselected package make. 00:44:12 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 00:44:12 Unpacking make (4.1-9.1ubuntu1) ... 00:44:12 Selecting previously unselected package libdpkg-perl. 00:44:12 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 00:44:12 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:12 Selecting previously unselected package patch. 00:44:12 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 00:44:12 Unpacking patch (2.7.6-2ubuntu1.1) ... 00:44:12 Selecting previously unselected package dpkg-dev. 00:44:12 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 00:44:12 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:13 Selecting previously unselected package build-essential. 00:44:13 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 00:44:13 Unpacking build-essential (12.4ubuntu1) ... 00:44:13 Selecting previously unselected package cmake-data. 00:44:13 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 00:44:13 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 00:44:14 Selecting previously unselected package libarchive13:amd64. 00:44:14 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 00:44:14 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 00:44:14 Selecting previously unselected package libjsoncpp1:amd64. 00:44:14 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 00:44:14 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 00:44:14 Selecting previously unselected package librhash0:amd64. 00:44:14 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 00:44:14 Unpacking librhash0:amd64 (1.3.6-2) ... 00:44:14 Selecting previously unselected package libuv1:amd64. 00:44:14 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 00:44:14 Unpacking libuv1:amd64 (1.18.0-3) ... 00:44:14 Selecting previously unselected package cmake. 00:44:14 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 00:44:14 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 00:44:14 Selecting previously unselected package curl. 00:44:14 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 00:44:14 Unpacking curl (7.58.0-2ubuntu3.10) ... 00:44:14 Selecting previously unselected package libfakeroot:amd64. 00:44:14 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 00:44:14 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 00:44:14 Selecting previously unselected package fakeroot. 00:44:14 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 00:44:14 Unpacking fakeroot (1.22-2ubuntu1) ... 00:44:15 Selecting previously unselected package libc6-i386. 00:44:15 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.3_amd64.deb ... 00:44:15 Unpacking libc6-i386 (2.27-3ubuntu1.3) ... 00:44:15 Selecting previously unselected package libc6-dev-i386. 00:44:15 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.3_amd64.deb ... 00:44:15 Unpacking libc6-dev-i386 (2.27-3ubuntu1.3) ... 00:44:16 Selecting previously unselected package libc6-x32. 00:44:16 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.3_amd64.deb ... 00:44:16 Unpacking libc6-x32 (2.27-3ubuntu1.3) ... 00:44:16 Selecting previously unselected package libc6-dev-x32. 00:44:16 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.3_amd64.deb ... 00:44:16 Unpacking libc6-dev-x32 (2.27-3ubuntu1.3) ... 00:44:16 Selecting previously unselected package lib32gcc1. 00:44:16 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:16 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:44:16 Selecting previously unselected package libx32gcc1. 00:44:16 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:16 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:44:16 Selecting previously unselected package lib32gomp1. 00:44:16 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:16 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:44:16 Selecting previously unselected package libx32gomp1. 00:44:16 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:16 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package lib32itm1. 00:44:17 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package libx32itm1. 00:44:17 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package lib32atomic1. 00:44:17 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package libx32atomic1. 00:44:17 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package lib32asan4. 00:44:17 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package libx32asan4. 00:44:17 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package lib32stdc++6. 00:44:17 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package lib32ubsan0. 00:44:17 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package libx32stdc++6. 00:44:17 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package libx32ubsan0. 00:44:17 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package lib32cilkrts5. 00:44:17 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:17 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:44:17 Selecting previously unselected package libx32cilkrts5. 00:44:17 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package lib32mpx2. 00:44:18 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package lib32quadmath0. 00:44:18 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package libx32quadmath0. 00:44:18 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package lib32gcc-7-dev. 00:44:18 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package libx32gcc-7-dev. 00:44:18 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package gcc-7-multilib. 00:44:18 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:44:18 Selecting previously unselected package lib32stdc++-7-dev. 00:44:18 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:18 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:19 Selecting previously unselected package libx32stdc++-7-dev. 00:44:19 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:19 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:19 Selecting previously unselected package g++-7-multilib. 00:44:19 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 00:44:19 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:44:19 Selecting previously unselected package gcc-multilib. 00:44:19 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:19 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 00:44:19 Selecting previously unselected package g++-multilib. 00:44:19 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 00:44:19 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 00:44:19 Selecting previously unselected package libcurl3-gnutls:amd64. 00:44:19 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 00:44:19 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:44:19 Selecting previously unselected package liberror-perl. 00:44:19 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 00:44:19 Unpacking liberror-perl (0.17025-1) ... 00:44:19 Selecting previously unselected package git-man. 00:44:19 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 00:44:19 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 00:44:19 Selecting previously unselected package git. 00:44:19 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 00:44:19 Unpacking git (1:2.17.1-1ubuntu0.7) ... 00:44:20 Selecting previously unselected package libalgorithm-diff-perl. 00:44:20 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 00:44:20 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 00:44:20 Selecting previously unselected package libalgorithm-diff-xs-perl. 00:44:20 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 00:44:20 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 00:44:20 Selecting previously unselected package libalgorithm-merge-perl. 00:44:20 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 00:44:20 Unpacking libalgorithm-merge-perl (0.08-3) ... 00:44:20 Selecting previously unselected package libfile-fcntllock-perl. 00:44:20 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 00:44:20 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 00:44:20 Selecting previously unselected package libnorm1:amd64. 00:44:20 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 00:44:20 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:20 Selecting previously unselected package libpgm-5.2-0:amd64. 00:44:20 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 00:44:20 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:20 Selecting previously unselected package libsodium23:amd64. 00:44:20 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 00:44:20 Unpacking libsodium23:amd64 (1.0.16-2) ... 00:44:20 Selecting previously unselected package libzmq5:amd64. 00:44:20 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:20 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:20 Selecting previously unselected package libzmq3-dev:amd64. 00:44:20 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 00:44:20 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:21 Selecting previously unselected package manpages-dev. 00:44:21 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 00:44:21 Unpacking manpages-dev (4.15-1) ... 00:44:21 Selecting previously unselected package pkg-config. 00:44:21 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 00:44:21 Unpacking pkg-config (0.29.1-0ubuntu2) ... 00:44:21 Selecting previously unselected package unzip. 00:44:21 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 00:44:21 Unpacking unzip (6.0-21ubuntu1) ... 00:44:21 Selecting previously unselected package zip. 00:44:21 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 00:44:21 Unpacking zip (3.0-11build1) ... 00:44:21 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:21 Setting up libc6-x32 (2.27-3ubuntu1.3) ... 00:44:21 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:21 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 00:44:21 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:21 Setting up manpages (4.15-1) ... 00:44:21 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 00:44:21 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:21 Setting up less (487-0.1) ... 00:44:21 Setting up make (4.1-9.1ubuntu1) ... 00:44:21 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:44:21 Setting up curl (7.58.0-2ubuntu3.10) ... 00:44:21 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 00:44:21 Setting up libuv1:amd64 (1.18.0-3) ... 00:44:21 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 00:44:21 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:21 Setting up unzip (6.0-21ubuntu1) ... 00:44:21 Setting up linux-libc-dev:amd64 (4.15.0-123.126) ... 00:44:22 Setting up libmpfr6:amd64 (4.0.1-1) ... 00:44:22 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 00:44:22 Setting up libc6-i386 (2.27-3ubuntu1.3) ... 00:44:22 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 00:44:22 Setting up libgdbm5:amd64 (1.14.1-6) ... 00:44:22 Setting up zip (3.0-11build1) ... 00:44:22 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up librhash0:amd64 (1.3.6-2) ... 00:44:22 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 00:44:22 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:22 Setting up libsodium23:amd64 (1.0.16-2) ... 00:44:22 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up patch (2.7.6-2ubuntu1.1) ... 00:44:22 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 00:44:22 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up liblocale-gettext-perl (1.07-3build2) ... 00:44:22 Setting up libmpc3:amd64 (1.1.0-1) ... 00:44:22 Setting up libc-dev-bin (2.27-3ubuntu1.3) ... 00:44:22 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 00:44:22 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up manpages-dev (4.15-1) ... 00:44:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.3) ... 00:44:22 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up netbase (5.4) ... 00:44:22 Setting up libisl19:amd64 (0.19-1) ... 00:44:22 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 00:44:22 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 00:44:22 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 00:44:22 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 00:44:22 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 00:44:22 Setting up fakeroot (1.22-2ubuntu1) ... 00:44:22 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 00:44:22 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:44:22 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:44:22 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:44:22 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:44:22 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:44:22 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:44:22 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:44:22 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:44:22 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:22 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 00:44:23 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 00:44:23 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 00:44:23 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up libc6-dev-i386 (2.27-3ubuntu1.3) ... 00:44:23 Setting up libc6-dev-x32 (2.27-3ubuntu1.3) ... 00:44:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 00:44:23 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 00:44:23 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up perl (5.26.1-6ubuntu0.5) ... 00:44:23 Setting up libfile-fcntllock-perl (0.22-3build2) ... 00:44:23 Setting up libalgorithm-diff-perl (1.19.03-1) ... 00:44:23 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 00:44:23 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up liberror-perl (0.17025-1) ... 00:44:23 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 00:44:23 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 00:44:23 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 00:44:23 Setting up libalgorithm-merge-perl (0.08-3) ... 00:44:23 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 00:44:23 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 00:44:23 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 00:44:23 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 00:44:23 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:44:23 Setting up git (1:2.17.1-1ubuntu0.7) ... 00:44:24 Setting up build-essential (12.4ubuntu1) ... 00:44:24 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 00:44:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 00:44:24 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 00:44:24 Processing triggers for mime-support (3.60ubuntu1) ... 00:44:24 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 00:44:25 binutils set to automatically installed. 00:44:25 binutils-common set to automatically installed. 00:44:25 binutils-x86-64-linux-gnu set to automatically installed. 00:44:25 build-essential set to automatically installed. 00:44:25 cmake set to automatically installed. 00:44:25 cmake-data set to automatically installed. 00:44:25 cpp set to automatically installed. 00:44:25 cpp-7 set to automatically installed. 00:44:25 curl set to automatically installed. 00:44:25 dpkg-dev set to automatically installed. 00:44:25 fakeroot set to automatically installed. 00:44:25 g++ set to automatically installed. 00:44:25 g++-7 set to automatically installed. 00:44:25 g++-7-multilib set to automatically installed. 00:44:25 g++-multilib set to automatically installed. 00:44:25 gcc set to automatically installed. 00:44:25 gcc-7 set to automatically installed. 00:44:25 gcc-7-base set to automatically installed. 00:44:25 gcc-7-multilib set to automatically installed. 00:44:25 gcc-multilib set to automatically installed. 00:44:25 git set to automatically installed. 00:44:25 git-man set to automatically installed. 00:44:25 less set to automatically installed. 00:44:25 lib32asan4 set to automatically installed. 00:44:25 lib32atomic1 set to automatically installed. 00:44:25 lib32cilkrts5 set to automatically installed. 00:44:25 lib32gcc-7-dev set to automatically installed. 00:44:25 lib32gcc1 set to automatically installed. 00:44:25 lib32gomp1 set to automatically installed. 00:44:25 lib32itm1 set to automatically installed. 00:44:25 lib32mpx2 set to automatically installed. 00:44:25 lib32quadmath0 set to automatically installed. 00:44:25 lib32stdc++-7-dev set to automatically installed. 00:44:25 lib32stdc++6 set to automatically installed. 00:44:25 lib32ubsan0 set to automatically installed. 00:44:25 libalgorithm-diff-perl set to automatically installed. 00:44:25 libalgorithm-diff-xs-perl set to automatically installed. 00:44:25 libalgorithm-merge-perl set to automatically installed. 00:44:25 libarchive13 set to automatically installed. 00:44:25 libasan4 set to automatically installed. 00:44:25 libatomic1 set to automatically installed. 00:44:25 libbinutils set to automatically installed. 00:44:25 libc-dev-bin set to automatically installed. 00:44:25 libc6 set to automatically installed. 00:44:25 libc6-dev set to automatically installed. 00:44:25 libc6-dev-i386 set to automatically installed. 00:44:25 libc6-dev-x32 set to automatically installed. 00:44:25 libc6-i386 set to automatically installed. 00:44:25 libc6-x32 set to automatically installed. 00:44:25 libcc1-0 set to automatically installed. 00:44:25 libcilkrts5 set to automatically installed. 00:44:25 libcurl3-gnutls set to automatically installed. 00:44:25 libdpkg-perl set to automatically installed. 00:44:25 liberror-perl set to automatically installed. 00:44:25 libfakeroot set to automatically installed. 00:44:25 libfile-fcntllock-perl set to automatically installed. 00:44:25 libgcc-7-dev set to automatically installed. 00:44:25 libgdbm-compat4 set to automatically installed. 00:44:25 libgdbm5 set to automatically installed. 00:44:25 libgomp1 set to automatically installed. 00:44:25 libisl19 set to automatically installed. 00:44:25 libitm1 set to automatically installed. 00:44:25 libjsoncpp1 set to automatically installed. 00:44:26 liblocale-gettext-perl set to automatically installed. 00:44:26 liblsan0 set to automatically installed. 00:44:26 libmpc3 set to automatically installed. 00:44:26 libmpfr6 set to automatically installed. 00:44:26 libmpx2 set to automatically installed. 00:44:26 libnorm1 set to automatically installed. 00:44:26 libperl5.26 set to automatically installed. 00:44:26 libpgm-5.2-0 set to automatically installed. 00:44:26 libquadmath0 set to automatically installed. 00:44:26 librhash0 set to automatically installed. 00:44:26 libsodium23 set to automatically installed. 00:44:26 libstdc++-7-dev set to automatically installed. 00:44:26 libtsan0 set to automatically installed. 00:44:26 libubsan0 set to automatically installed. 00:44:26 libuv1 set to automatically installed. 00:44:26 libx32asan4 set to automatically installed. 00:44:26 libx32atomic1 set to automatically installed. 00:44:26 libx32cilkrts5 set to automatically installed. 00:44:26 libx32gcc-7-dev set to automatically installed. 00:44:26 libx32gcc1 set to automatically installed. 00:44:26 libx32gomp1 set to automatically installed. 00:44:26 libx32itm1 set to automatically installed. 00:44:26 libx32quadmath0 set to automatically installed. 00:44:26 libx32stdc++-7-dev set to automatically installed. 00:44:26 libx32stdc++6 set to automatically installed. 00:44:26 libx32ubsan0 set to automatically installed. 00:44:26 libzmq3-dev set to automatically installed. 00:44:26 libzmq5 set to automatically installed. 00:44:26 linux-libc-dev set to automatically installed. 00:44:26 make set to automatically installed. 00:44:26 manpages set to automatically installed. 00:44:26 manpages-dev set to automatically installed. 00:44:26 netbase set to automatically installed. 00:44:26 patch set to automatically installed. 00:44:26 perl set to automatically installed. 00:44:26 perl-base set to automatically installed. 00:44:26 perl-modules-5.26 set to automatically installed. 00:44:26 pkg-config set to automatically installed. 00:44:26 unzip set to automatically installed. 00:44:26 zip set to automatically installed. 00:44:26 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 00:44:26 Please ensure the environment is properly setup before continuing. 00:44:26 Ignore this message if the appropriate measures have already been taken 00:44:27 Pulling go-build-helper  00:44:27 'go115' has dependencies that need to be staged: go-build-helper 00:44:27 Skipping pull go-build-helper (already ran) 00:44:27 Building go-build-helper  00:44:32 Staging go-build-helper  00:44:32 Pulling go115  00:44:33 'app-service-config' has dependencies that need to be staged: go115 00:44:33 Skipping pull go115 (already ran) 00:44:33 Building go115  00:44:33 % Total % Received % Xferd Average Speed Time Time Time Current 00:44:33 Dload Upload Total Spent Left Speed 00:44:35 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 46 115M 46 54.0M 0 0 52.7M 0 0:00:02 0:00:01 0:00:01 52.6M 92 115M 92 106M 0 0 54.6M 0 0:00:02 0:00:01 0:00:01 54.6M 00:44:35 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 00:44:35 Failed to run 'override-build': Exit code was 56. [Pipeline] } 00:44:36 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:44:37 Failed in branch amd64 00:45:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:14 ---> 5560038794d0 00:45:14 Step 3/22 : WORKDIR /edgex-go 00:45:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:14 ---> 5560038794d0 00:45:14 Step 3/22 : WORKDIR /edgex-go 00:45:14 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:14 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:45:14 ---> 5560038794d0 00:45:14 Step 3/21 : WORKDIR /edgex-go 00:45:14 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:14 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:45:14 ---> 5560038794d0 00:45:14 Step 3/22 : WORKDIR /edgex-go 00:45:14 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:45:14 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:45:14 ---> 5560038794d0 00:45:14 Step 3/24 : WORKDIR /edgex-go 00:45:14 ---> Running in 7d40e7d65059 00:45:14 ---> Running in a3ff392924c1 00:45:14 ---> Running in ab27148bccb6 00:45:14 ---> Running in 47c4812d5c7f 00:45:14 ---> Running in b47607bb7792 00:45:14 Removing intermediate container 47c4812d5c7f 00:45:14 ---> 7c243bba519e 00:45:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:14 Removing intermediate container a3ff392924c1 00:45:14 ---> f6161e9d682d 00:45:14 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:14 Removing intermediate container 7d40e7d65059 00:45:14 ---> 7b9f7d70db99 00:45:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:14 Removing intermediate container ab27148bccb6 00:45:14 ---> 9b5ef1bac9dc 00:45:14 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:14 Removing intermediate container b47607bb7792 00:45:14 ---> 9f17796f06cc 00:45:14 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:45:14 ---> Running in eb832d2fca80 00:45:14 ---> Running in 9d426aa2245c 00:45:14 ---> Running in 4b48982b5ec0 00:45:14 ---> Running in 623b89738d9b 00:45:14 ---> Running in 05e84d774687 00:45:16 Removing intermediate container eb832d2fca80 00:45:16 ---> 4fff12d0b0c4 00:45:16 Step 5/22 : RUN apk update && apk add make git 00:45:16 ---> Running in cf9a616032e5 00:45:16 Removing intermediate container 9d426aa2245c 00:45:16 ---> 7ddf6170dd50 00:45:16 Step 5/21 : RUN apk update && apk add make git 00:45:17 Removing intermediate container 623b89738d9b 00:45:17 ---> 27431e70cc38 00:45:17 Step 5/22 : RUN apk update && apk add make && apk add bash git 00:45:17 ---> Running in 9ff8a917ba80 00:45:17 Removing intermediate container 4b48982b5ec0 00:45:17 ---> 4ef34268bc20 00:45:17 Step 5/24 : RUN apk update && apk add make git 00:45:17 ---> Running in beb005c0e0e2 00:45:17 Removing intermediate container 05e84d774687 00:45:17 ---> b2cd3e7b5a74 00:45:17 Step 5/22 : RUN apk update && apk add make git 00:45:17 ---> Running in 7febe17ba40d 00:45:17 ---> Running in 2526daa54a67 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:45:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:45:22 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:22 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:22 OK: 12623 distinct packages available 00:45:22 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:22 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:22 OK: 12623 distinct packages available 00:45:22 OK: 217 MiB in 51 packages 00:45:22 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:22 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:22 OK: 12623 distinct packages available 00:45:23 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:23 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:23 OK: 12623 distinct packages available 00:45:23 OK: 217 MiB in 51 packages 00:45:23 OK: 217 MiB in 51 packages 00:45:24 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:45:24 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:45:24 OK: 12623 distinct packages available 00:45:24 OK: 217 MiB in 51 packages 00:45:24 Removing intermediate container cf9a616032e5 00:45:24 ---> 20ed3b230f49 00:45:24 Step 6/22 : COPY go.mod . 00:45:24 OK: 217 MiB in 51 packages 00:45:25 OK: 217 MiB in 51 packages 00:45:25 Removing intermediate container 9ff8a917ba80 00:45:25 ---> 5ebdcb5f7245 00:45:25 Step 6/21 : COPY go.mod . 00:45:26 ---> c905ac6823c6 00:45:26 Step 7/22 : RUN go mod download 00:45:26 ---> Running in 7c5b73200f74 00:45:26 Removing intermediate container 2526daa54a67 00:45:26 ---> 0ff9d11fb76d 00:45:26 Step 6/22 : COPY go.mod . 00:45:26 Removing intermediate container beb005c0e0e2 00:45:26 ---> f3a378257f5f 00:45:26 Step 6/22 : COPY go.mod . 00:45:26 ---> 79b94759a8c0 00:45:26 Step 7/21 : RUN go mod download 00:45:27 Removing intermediate container 7febe17ba40d 00:45:27 ---> 9a3d72e5efbf 00:45:27 Step 6/24 : COPY go.mod . 00:45:27 ---> Running in bdaf19704df2 00:45:28 ---> 7c6d16e1acce 00:45:28 Step 7/22 : RUN go mod download 00:45:28 ---> ebd0220751b6 00:45:28 Step 7/22 : RUN go mod download 00:45:28 ---> Running in f37f03e96c5d 00:45:28 ---> a3823b731d6d 00:45:28 Step 7/24 : RUN go mod download 00:45:28 ---> Running in 0df96894c09a 00:45:28 ---> Running in 353a32336e3c 00:45:31 Removing intermediate container 7c5b73200f74 00:45:31 ---> a584c7709299 00:45:31 Step 8/22 : COPY . . 00:45:31 Removing intermediate container bdaf19704df2 00:45:31 ---> 71042ade43db 00:45:31 Step 8/21 : COPY . . 00:45:34 Removing intermediate container 0df96894c09a 00:45:34 ---> f01a916b5489 00:45:34 Step 8/22 : COPY . . 00:45:34 Removing intermediate container f37f03e96c5d 00:45:34 ---> 0db84158381a 00:45:34 Step 8/22 : COPY . . 00:45:34 Removing intermediate container 353a32336e3c 00:45:34 ---> 8fc1c99701c9 00:45:34 Step 8/24 : COPY . . 00:45:57 ---> 299a7fddb66e 00:45:57 Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/edgex-secrets-config/edgex-secrets-config 00:45:57 ---> 87e191c1fdab 00:45:57 Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis 00:45:57 ---> 77353f572842 00:45:57 Step 9/22 : RUN make cmd/support-logging/support-logging 00:45:57 ---> 3e7e59d7d82b 00:45:57 Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup 00:45:57 ---> 0a57109eab52 00:45:57 Step 9/22 : RUN make cmd/core-command/core-command 00:45:57 ---> Running in 7150dc0218c8 00:45:57 ---> Running in 259980aab475 00:45:57 ---> Running in 7ec86f86124a 00:45:57 ---> Running in 11ead7f03dab 00:45:57 ---> Running in 7c94351ab944 00:45:58 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:45:58 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:45:58 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:45:58 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:45:59 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:47: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:47:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/edgex-secrets-config ./cmd/edgex-secrets-config 00:47:23 Removing intermediate container 11ead7f03dab 00:47:23 ---> 8ec49c713a92 00:47:23 00:47:23 Step 10/22 : FROM alpine:3.10 00:47:23 3.10: Pulling from library/alpine 00:47:25 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 00:47:25 Status: Downloaded newer image for alpine:3.10 00:47:25 ---> 536a684cf733 00:47:25 Step 11/22 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:47:26 ---> Running in bcacad04cb63 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:47:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:47:30 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:47:30 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:47:30 OK: 10167 distinct packages available 00:47:30 (1/5) Installing ca-certificates (20191127-r2) 00:47:30 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:47:30 (3/5) Installing libcurl (7.66.0-r1) 00:47:30 (4/5) Installing curl (7.66.0-r1) 00:47:30 Removing intermediate container 259980aab475 00:47:30 ---> f240af57545b 00:47:30 00:47:30 Step 10/24 : FROM alpine:3.10 00:47:30 ---> 536a684cf733 00:47:30 Step 11/24 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 00:47:31 (5/5) Installing dumb-init (1.2.2-r1) 00:47:31 Executing busybox-1.30.1-r3.trigger 00:47:31 Executing ca-certificates-20191127-r2.trigger 00:47:31 OK: 7 MiB in 19 packages 00:47:31 ---> Running in bad0b41bf6c0 00:47:34 Removing intermediate container 7150dc0218c8 00:47:34 ---> d9ae95ffc2ce 00:47:34 00:47:34 Step 10/21 : FROM alpine 00:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 00:47:34 latest: Pulling from library/alpine 00:47:34 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 00:47:34 v3.10.5-138-gf647940e8c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 00:47:34 v3.10.5-141-g8ae988abb8 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 00:47:34 OK: 10167 distinct packages available 00:47:34 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 00:47:34 Status: Downloaded newer image for alpine:latest 00:47:34 ---> 2e77e061c27f 00:47:34 Step 11/21 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 00:47:34 Removing intermediate container bcacad04cb63 00:47:34 ---> 439d265d7b51 00:47:34 Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' 00:47:35 ---> Running in 95b869ab840d 00:47:35 Removing intermediate container 7ec86f86124a 00:47:35 ---> 5f5cc8ecbcb0 00:47:35 00:47:35 Step 10/22 : FROM scratch 00:47:35 ---> 00:47:35 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:47:35 (1/5) Installing ca-certificates (20191127-r2) 00:47:35 ---> Running in a954c0b8a5c6 00:47:35 (2/5) Installing nghttp2-libs (1.39.2-r1) 00:47:35 (3/5) Installing libcurl (7.66.0-r1) 00:47:35 (4/5) Installing curl (7.66.0-r1) 00:47:35 (5/5) Installing dumb-init (1.2.2-r1) 00:47:35 Executing busybox-1.30.1-r3.trigger 00:47:35 Executing ca-certificates-20191127-r2.trigger 00:47:35 ---> Running in 54bfee7dd5bb 00:47:35 OK: 7 MiB in 19 packages 00:47:36 Removing intermediate container a954c0b8a5c6 00:47:36 ---> ff8efb645b57 00:47:36 Step 13/22 : WORKDIR / 00:47:36 Removing intermediate container 54bfee7dd5bb 00:47:36 ---> b0c167a1fcc9 00:47:36 Step 12/22 : ENV APP_PORT=48061 00:47:36 ---> Running in 6a0bbdf91107 00:47:36 ---> Running in 5d0b4a87e49f 00:47:37 Removing intermediate container 5d0b4a87e49f 00:47:37 ---> cf367fd93674 00:47:37 Step 13/22 : EXPOSE $APP_PORT 00:47:37 Removing intermediate container 6a0bbdf91107 00:47:37 ---> f2838f1e9600 00:47:37 Step 14/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/Attribution.txt / 00:47:37 ---> Running in 39afba1b7dac 00:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:47:37 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:47:38 Removing intermediate container bad0b41bf6c0 00:47:38 ---> 0aa13996ad26 00:47:38 Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:38 Removing intermediate container 39afba1b7dac 00:47:38 ---> 0ce92177130e 00:47:38 Step 14/22 : COPY --from=builder /bin/bash /bin/bash ---> 4cd1988388aa 00:47:38 Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / 00:47:38 00:47:38 v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:47:38 v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:47:38 OK: 12615 distinct packages available 00:47:38 ---> Running in 69a7e8575da6 00:47:39 (1/4) Installing ca-certificates (20191127-r4) 00:47:39 (2/4) Installing nghttp2-libs (1.41.0-r0) 00:47:39 (3/4) Installing libcurl (7.69.1-r1) 00:47:39 (4/4) Installing curl (7.69.1-r1) 00:47:39 Executing busybox-1.31.1-r19.trigger 00:47:39 Executing ca-certificates-20191127-r4.trigger 00:47:40 OK: 7 MiB in 18 packages 00:47:40 ---> 1791d5fcd35c 00:47:40 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 00:47:40 Removing intermediate container 69a7e8575da6 00:47:40 ---> b348ecd2adea 00:47:40 Step 13/24 : WORKDIR / 00:47:40 ---> 6b0ed523a9eb 00:47:40 Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / 00:47:40 ---> Running in 84332e9563e3 00:47:41 ---> 2560c3360541 00:47:41 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 00:47:41 ---> 6d147394a359 00:47:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml 00:47:41 Removing intermediate container 84332e9563e3 00:47:41 ---> 7db4986ab14d 00:47:41 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:47:42 Removing intermediate container 95b869ab840d 00:47:42 ---> 34f8bec083f1 00:47:42 Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 00:47:43 ---> Running in da5dcaf9f145 00:47:43 ---> ef0d63ac8520 00:47:43 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:47:43 ---> 1c04064fdaac 00:47:43 Step 18/22 : RUN chmod +x entrypoint.sh 00:47:43 ---> 658b51189314 00:47:43 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 00:47:43 Removing intermediate container 7c94351ab944 00:47:43 ---> fc6dda7486fd 00:47:43 00:47:43 Step 10/22 : FROM scratch 00:47:43 ---> 00:47:43 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:47:43 ---> Running in 5cc04ed25e66 00:47:43 ---> Running in 34faea3157a0 00:47:43 Removing intermediate container da5dcaf9f145 00:47:43 ---> 49aa84a1bfd0 00:47:43 Step 13/21 : WORKDIR /edgex 00:47:43 ---> Running in 7e23a17e62c9 00:47:44 ---> cd4f0979269e 00:47:44 Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 00:47:44 Removing intermediate container 34faea3157a0 00:47:44 ---> 14c895b13f2a 00:47:44 Step 12/22 : ENV APP_PORT=48082 00:47:44 ---> 554fd455c5f2 00:47:44 Step 18/22 : ENTRYPOINT ["/support-logging"] 00:47:44 ---> Running in bac37599cdac 00:47:44 Removing intermediate container 7e23a17e62c9 00:47:44 ---> 1682675b03e3 00:47:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 00:47:44 ---> Running in 8cb8319a3024 00:47:45 Removing intermediate container bac37599cdac 00:47:45 ---> b12ae135e37f 00:47:45 Step 13/22 : EXPOSE $APP_PORT 00:47:45 ---> b29e6de6f81d 00:47:45 Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 00:47:45 ---> Running in 83f6e5f553f2 00:47:45 Removing intermediate container 8cb8319a3024 00:47:45 ---> ea107813a57d 00:47:45 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:45 ---> Running in 25f61760e094 00:47:45 ---> 17ffcb2a3a98 00:47:45 Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 00:47:46 Removing intermediate container 83f6e5f553f2 00:47:46 ---> bd5f26aa994b 00:47:46 Step 14/22 : WORKDIR / 00:47:46 ---> Running in 5f79e89b4b83 00:47:46 Removing intermediate container 25f61760e094 00:47:46 ---> 2fe80c49f140 00:47:46 Step 20/22 : LABEL arch=arm64 00:47:47 ---> Running in 5fe71cf46ee8 00:47:47 ---> 29d44273bea0 00:47:47 Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 00:47:47 Removing intermediate container 5f79e89b4b83 00:47:47 ---> 786cbf1fc586 00:47:47 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 00:47:47 ---> 8ad5b15dfed1 00:47:47 Step 16/21 : COPY --from=builder /edgex-go/cmd/edgex-secrets-config/edgex-secrets-config . 00:47:47 Removing intermediate container 5cc04ed25e66 00:47:47 ---> 87f4aed40f13 00:47:47 Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] 00:47:47 ---> Running in 831daa7a0bdf 00:47:47 Removing intermediate container 5fe71cf46ee8 00:47:47 ---> e79b0825b0df 00:47:47 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:47:47 ---> Running in b946a9b15575 00:47:48 Removing intermediate container 831daa7a0bdf 00:47:48 ---> d461de19b780 00:47:48 Step 20/22 : LABEL arch=arm64 00:47:48 ---> f58b05e0f39a 00:47:48 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 00:47:48 ---> Running in 90eb7e0ef907 00:47:48 Removing intermediate container b946a9b15575 00:47:48 ---> 364d28aa66e9 00:47:48 Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ ---> 53be1808a597 00:47:48 00:47:48 Step 22/22 : LABEL version=0.0.0 00:47:49 ---> 6a5b2adbd561 00:47:49 Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] 00:47:49 ---> Running in 051da43edd65 00:47:49 ---> Running in a90ab4aa6800 00:47:49 Removing intermediate container 90eb7e0ef907 00:47:49 ---> 83e1ccbb1582 00:47:49 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:47:49 ---> Running in 72b3275fd10d 00:47:49 ---> b3d1e10150a3 00:47:49 Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:47:49 Removing intermediate container a90ab4aa6800 00:47:49 ---> 0f257edcb3d0 00:47:49 Removing intermediate container 051da43edd65 00:47:49 Step 18/21 : CMD ["--init=true"] ---> 4bb9db18ea01 00:47:49 00:47:49 00:47:49 ---> e57d6b9a2f82 00:47:49 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 00:47:50 ---> Running in 36bb61192caf 00:47:50 ---> Running in 68dcd7e728d5 00:47:50 Removing intermediate container 72b3275fd10d 00:47:50 ---> 12a10bf2949b 00:47:50 Step 22/22 : LABEL version=0.0.0 00:47:50 Successfully built 4bb9db18ea01 00:47:50 ---> Running in 20f74b834533 00:47:50 Successfully tagged docker-support-logging-go-arm64:latest 00:47:50  Building docker-support-logging-go ... done Building docker-support-scheduler-go 00:47:50 Removing intermediate container 36bb61192caf 00:47:50 ---> ae27fc0d9e7c 00:47:50 Step 19/21 : LABEL arch=arm64 00:47:51 ---> Running in 5d454091a6cd 00:47:51 ---> 4be0d051d817 00:47:51 Step 18/22 : ENTRYPOINT ["/core-command"] 00:47:51 ---> Running in 3486e3764904 00:47:51 Removing intermediate container 20f74b834533 00:47:51 ---> f20573649e97 00:47:51 00:47:51 Removing intermediate container 5d454091a6cd 00:47:51 ---> d9c38893f451 00:47:51 Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:47:52 Successfully built f20573649e97 00:47:52 ---> Running in 87863881039e 00:47:52 Successfully tagged docker-security-bootstrap-redis-go-arm64:latest 00:47:52 Building docker-core-metadata-go 00:47:52  Building docker-security-bootstrap-redis-go ... done Removing intermediate container 3486e3764904 00:47:52 ---> 76a93901d581 00:47:52 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:47:52 ---> Running in f1e9c99ed306 00:47:52 Removing intermediate container 87863881039e 00:47:52 ---> 0965e355024b 00:47:52 Step 21/21 : LABEL version=0.0.0 00:47:53 ---> Running in 33fb7bc33f19 00:47:53 Removing intermediate container f1e9c99ed306 00:47:53 ---> e452d32e1f7c 00:47:53 Step 20/22 : LABEL arch=arm64 00:47:53 ---> Running in 112dc88f67e1 00:47:53 Removing intermediate container 68dcd7e728d5 00:47:53 ---> 95672a561a77 00:47:53 Step 21/24 : ENTRYPOINT ["entrypoint.sh"] 00:47:53 Removing intermediate container 33fb7bc33f19 00:47:53 ---> 81089482b096 00:47:53 00:47:54 ---> Running in 052e8fd7747d 00:47:54 Removing intermediate container 112dc88f67e1 00:47:54 ---> f22d4eb34a42 00:47:54 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:47:54 Successfully built 81089482b096 00:47:55 Successfully tagged docker-security-proxy-setup-go-arm64:latest 00:47:55 Building docker-core-data-go 00:47:55  Building docker-security-proxy-setup-go ... done  ---> Running in 3d1d03483f67 00:47:55 Removing intermediate container 052e8fd7747d 00:47:55 ---> 8c757d75baa3 00:47:55 Step 22/24 : LABEL arch=arm64 00:47:55 ---> Running in b99a25763242 00:47:56 Removing intermediate container 3d1d03483f67 00:47:56 ---> 5087ab7e8e73 00:47:56 Step 22/22 : LABEL version=0.0.0 00:47:56 ---> Running in 53ee907bad7f 00:47:57 Removing intermediate container b99a25763242 00:47:57 ---> 550340ad61be 00:47:57 Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:47:57 Removing intermediate container 53ee907bad7f 00:47:57 ---> 56bb8c7c172c 00:47:57 00:47:58 Successfully built 56bb8c7c172c 00:47:58 ---> Running in 234eb772b2ff 00:47:58 Successfully tagged docker-core-command-go-arm64:latest 00:47:58  Building docker-core-command-go ... done Building docker-support-notifications-go 00:47:59 Removing intermediate container 234eb772b2ff 00:47:59 ---> 584cb62d2322 00:47:59 Step 24/24 : LABEL version=0.0.0 00:47:59 ---> Running in 59971bf989e9 00:47:59 Removing intermediate container 59971bf989e9 00:47:59 ---> cdfffa9c25f0 00:47:59 00:48:00 Successfully built cdfffa9c25f0 00:48:00 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 00:48:00 Building docker-sys-mgmt-agent-go 00:49:08  Building docker-security-secretstore-setup-go ... done Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:08 Step 2/21 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 5560038794d0 00:49:08 Step 3/21 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> 9f17796f06cc 00:49:08 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> b2cd3e7b5a74 00:49:08 Step 5/21 : RUN apk update && apk add make git 00:49:08 ---> Using cache 00:49:08 ---> 0ff9d11fb76d 00:49:08 Step 6/21 : COPY go.mod . 00:49:08 ---> Using cache 00:49:08 ---> 7c6d16e1acce 00:49:08 Step 7/21 : RUN go mod download 00:49:08 ---> Using cache 00:49:08 ---> 0db84158381a 00:49:08 Step 8/21 : COPY . . 00:49:08 ---> Using cache 00:49:08 ---> 0a57109eab52 00:49:08 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 00:49:08 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:08 Step 2/22 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 5560038794d0 00:49:08 Step 3/22 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> 9f17796f06cc 00:49:08 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> b2cd3e7b5a74 00:49:08 Step 5/22 : RUN apk update && apk add make git 00:49:08 ---> Using cache 00:49:08 ---> 0ff9d11fb76d 00:49:08 Step 6/22 : COPY go.mod . 00:49:08 ---> Using cache 00:49:08 ---> 7c6d16e1acce 00:49:08 Step 7/22 : RUN go mod download 00:49:08 ---> Using cache 00:49:08 ---> 0db84158381a 00:49:08 Step 8/22 : COPY . . 00:49:08 ---> Using cache 00:49:08 ---> 0a57109eab52 00:49:08 Step 9/22 : RUN make cmd/core-metadata/core-metadata 00:49:08 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 5560038794d0 00:49:08 Step 3/23 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> 9f17796f06cc 00:49:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> b2cd3e7b5a74 00:49:08 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 00:49:08 ---> Running in 22daf8a446a2 00:49:08 ---> Running in 8e341344a28f 00:49:08 ---> Running in d54bdc31e681 00:49:08 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:08 Step 2/24 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 5560038794d0 00:49:08 Step 3/24 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> 9f17796f06cc 00:49:08 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> b2cd3e7b5a74 00:49:08 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 00:49:08 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 00:49:08 Step 2/27 : FROM ${BUILDER_BASE} AS builder 00:49:08 ---> 5560038794d0 00:49:08 Step 3/27 : WORKDIR /edgex-go 00:49:08 ---> Using cache 00:49:08 ---> 9f17796f06cc 00:49:08 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:49:08 ---> Using cache 00:49:08 ---> b2cd3e7b5a74 00:49:08 Step 5/27 : RUN apk update && apk add make bash git 00:49:08 ---> Running in 3f612fafcd73 00:49:08 ---> Running in a6874b39a3f7 00:49:09 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:49:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 00:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:49:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:49:11 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:11 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:11 OK: 12623 distinct packages available 00:49:12 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:12 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:12 OK: 12623 distinct packages available 00:49:12 OK: 217 MiB in 51 packages 00:49:12 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:49:12 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:49:12 OK: 12623 distinct packages available 00:49:13 OK: 217 MiB in 51 packages 00:49:13 OK: 217 MiB in 51 packages 00:49:15 Removing intermediate container d54bdc31e681 00:49:15 ---> 44f20583e133 00:49:15 Step 6/23 : COPY go.mod . 00:49:16 Removing intermediate container 3f612fafcd73 00:49:16 ---> 4e382bcec91b 00:49:16 Step 6/27 : COPY go.mod . 00:49:16 Removing intermediate container a6874b39a3f7 00:49:16 ---> 65cca18c854b 00:49:16 Step 6/24 : COPY go.mod . 00:49:17 ---> 9dd24a95ef42 00:49:17 Step 7/23 : RUN go mod download 00:49:18 ---> Running in 999abb39599a 00:49:18 ---> 4c225ae07a46 00:49:18 Step 7/27 : RUN go mod download 00:49:19 ---> Running in 5eab803c8e9d 00:49:19 ---> 9646ac577b72 00:49:19 Step 7/24 : RUN go mod download 00:49:19 ---> Running in 1175af8bd939 00:49:24 Removing intermediate container 999abb39599a 00:49:24 ---> 677e7e30ec19 00:49:24 Step 8/23 : COPY . . 00:49:26 Removing intermediate container 5eab803c8e9d 00:49:26 ---> f01eec57eb2e 00:49:26 Step 8/27 : COPY . . 00:49:26 Removing intermediate container 1175af8bd939 00:49:26 ---> d7f87f04a94e 00:49:26 Step 8/24 : COPY . . 00:50:05 ---> 4cf675fff985 00:50:05 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 00:50:05 ---> ca0b14cff7aa 00:50:05 Step 9/23 : RUN make cmd/core-data/core-data 00:50:05 ---> 61852a26cef2 00:50:05 Step 9/24 : RUN make cmd/support-notifications/support-notifications 00:50:05 ---> Running in 8d588c2d0c9d 00:50:05 ---> Running in 8dad7b4e7bb3 00:50:05 ---> Running in 2c31a86e13f9 00:50:05 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:50:05 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 00:50:05 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:50:44 Removing intermediate container 22daf8a446a2 00:50:44 ---> 1b21bc6fd594 00:50:44 00:50:44 Step 10/21 : FROM scratch 00:50:44 ---> 00:50:44 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:50:44 ---> Using cache 00:50:44 ---> 14c895b13f2a 00:50:44 Step 12/21 : ENV APP_PORT=48085 00:50:44 ---> Running in 68f11df87733 00:50:44 Removing intermediate container 68f11df87733 00:50:44 ---> 92b34f2a3b75 00:50:44 Step 13/21 : EXPOSE $APP_PORT 00:50:44 ---> Running in 34421bd6ec73 00:50:44 Removing intermediate container 34421bd6ec73 00:50:44 ---> 015fd3a71f05 00:50:44 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 00:50:44 ---> 0c63d7b5c8a1 00:50:44 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 00:50:44 ---> 5ea34196b672 00:50:44 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 00:50:44 ---> 5c748374dbe3 00:50:44 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 00:50:44 ---> Running in dfc3bdca46d5 00:50:44 Removing intermediate container dfc3bdca46d5 00:50:44 ---> b90b60d6e38b 00:50:44 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:50:44 ---> Running in 462150e63f86 00:50:45 Removing intermediate container 462150e63f86 00:50:45 ---> df9533c2c272 00:50:45 Step 19/21 : LABEL arch=arm64 00:50:45 ---> Running in fa69e14eb286 00:50:46 Removing intermediate container fa69e14eb286 00:50:46 ---> 1733ef703789 00:50:46 Step 20/21 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:50:46 ---> Running in abbf0824f3a3 00:50:47 Removing intermediate container abbf0824f3a3 00:50:47 ---> 9f137ccc7f6c 00:50:47 Step 21/21 : LABEL version=0.0.0 00:50:47 ---> Running in 3f3a48a95534 00:50:48 Removing intermediate container 3f3a48a95534 00:50:48 ---> cac89f90241e 00:50:48 00:50:48 Successfully built cac89f90241e 00:50:48 Successfully tagged docker-support-scheduler-go-arm64:latest 00:50:48 Building docker-security-secrets-setup-go 00:51:06  Building docker-support-scheduler-go ... done Removing intermediate container 8e341344a28f 00:51:06 ---> a2ee03ce91fb 00:51:06 00:51:06 Step 10/22 : FROM scratch 00:51:06 ---> 00:51:06 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:51:06 ---> Using cache 00:51:06 ---> 14c895b13f2a 00:51:06 Step 12/22 : ENV APP_PORT=48081 00:51:07 ---> Running in f35f7f82bcb0 00:51:08 Removing intermediate container f35f7f82bcb0 00:51:08 ---> 17904913b40e 00:51:08 Step 13/22 : EXPOSE $APP_PORT 00:51:08 ---> Running in 83e60e49adeb 00:51:09 Removing intermediate container 83e60e49adeb 00:51:09 ---> 428016a825f0 00:51:09 Step 14/22 : WORKDIR / 00:51:09 ---> Running in 9ee334102b0d 00:51:10 Removing intermediate container 9ee334102b0d 00:51:10 ---> 8e54bccf3b64 00:51:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 00:51:11 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 00:51:11 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 00:51:11 ---> 5560038794d0 00:51:11 Step 3/29 : WORKDIR /edgex-go 00:51:11 ---> Using cache 00:51:11 ---> 9f17796f06cc 00:51:11 Step 4/29 : RUN apk update && apk add make git 00:51:11 ---> Running in 78042909fc1f 00:51:11 ---> 8955911350bc 00:51:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 00:51:14 ---> 47fd0a4fef63 00:51:14 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 00:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:14 ---> efc739e6a221 00:51:14 Step 18/22 : ENTRYPOINT ["/core-metadata"] 00:51:15 ---> Running in f9d05d5cfe36 00:51:15 Removing intermediate container f9d05d5cfe36 00:51:15 ---> e6bd472cb35d 00:51:15 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:51:16 ---> Running in d8a9fcc302f1 00:51:16 v3.12.1-24-g9d31f224d7 [http://nl.alpinelinux.org/alpine/v3.12/main] 00:51:16 v3.12.1-29-g3a247b9dbc [http://nl.alpinelinux.org/alpine/v3.12/community] 00:51:16 OK: 12623 distinct packages available 00:51:16 Removing intermediate container d8a9fcc302f1 00:51:16 ---> d1188d5b71ff 00:51:16 Step 20/22 : LABEL arch=arm64 00:51:16 ---> Running in 1a1c04c56fd7 00:51:17 OK: 217 MiB in 51 packages 00:51:17 Removing intermediate container 1a1c04c56fd7 00:51:17 ---> a002c0bcacc9 00:51:17 Step 21/22 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:51:17 ---> Running in 7045a40a62ab 00:51:18 Removing intermediate container 7045a40a62ab 00:51:18 ---> 3c0ad65097d8 00:51:18 Step 22/22 : LABEL version=0.0.0 00:51:18 ---> Running in f4fc8d469661 00:51:18 Removing intermediate container 78042909fc1f 00:51:18 ---> 562b2e8c9749 00:51:18 Step 5/29 : COPY go.mod . 00:51:19 Removing intermediate container f4fc8d469661 00:51:19 ---> f205dd4e0c17 00:51:19 00:51:20 ---> 803a8260e9f1 00:51:20 Step 6/29 : RUN go mod download 00:51:20 Successfully built f205dd4e0c17 00:51:20 Successfully tagged docker-core-metadata-go-arm64:latest 00:51:20  Building docker-core-metadata-go ... done  ---> Running in 396e0e13d378 00:51:25 Removing intermediate container 396e0e13d378 00:51:25 ---> 68254ce9dfe0 00:51:25 Step 7/29 : COPY . . 00:51:41 Removing intermediate container 8d588c2d0c9d 00:51:41 ---> 978c8093b5b6 00:51:41 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 00:51:41 ---> Running in db4787dd4568 00:51:42 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 00:51:43 ---> 4ce6c5ed88eb 00:51:43 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 00:51:44 ---> Running in a1232f8be21a 00:51:46 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:51:47 Removing intermediate container db4787dd4568 00:51:47 ---> 580d8043445d 00:51:47 00:51:47 Step 11/27 : FROM docker:latest 00:51:47 ---> 5d4db4dc0692 00:51:47 Step 12/27 : RUN apk add --no-cache bash 00:51:48 ---> Running in 0b75245382ed 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:51:51 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:51:52 Removing intermediate container 2c31a86e13f9 00:51:52 ---> 9d60a8b487ff 00:51:52 00:51:52 Step 10/24 : FROM scratch 00:51:52 ---> 00:51:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 00:51:52 ---> Using cache 00:51:52 ---> b0c167a1fcc9 00:51:52 Step 12/24 : ENV APP_PORT=48060 00:51:52 (1/2) Installing readline (8.0.4-r0) 00:51:52 (2/2) Installing bash (5.0.17-r0) 00:51:52 ---> Running in a8a1c8ba088c 00:51:52 Executing bash-5.0.17-r0.post-install 00:51:52 Executing busybox-1.31.1-r19.trigger 00:51:52 OK: 12 MiB in 22 packages 00:51:53 Removing intermediate container a8a1c8ba088c 00:51:53 ---> 579af50f98be 00:51:53 Step 13/24 : EXPOSE $APP_PORT 00:51:53 ---> Running in 9518d850f183 00:51:53 Removing intermediate container 9518d850f183 00:51:54 ---> 10b00eb4dae5 00:51:54 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 00:51:54 Removing intermediate container 0b75245382ed 00:51:54 ---> 62695998500a 00:51:54 Step 13/27 : RUN rm -rf /var/cache/apk/* 00:51:54 ---> Running in c6bf2aa01a7d 00:51:55 ---> 8def070e0d8e 00:51:55 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 00:51:57 ---> 77b2a2fcf5fe 00:51:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 00:51:59 Removing intermediate container c6bf2aa01a7d 00:51:59 ---> 0c58bf703b8a 00:51:59 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 00:51:59 ---> 902642b48b78 00:51:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 00:51:59 ---> Running in e44e8a9998c0 00:52:00 Removing intermediate container e44e8a9998c0 00:52:00 ---> 104371a833ed 00:52:00 Step 15/27 : ENV APP_PORT=48090 00:52:00 ---> Running in 583eff990512 00:52:00 ---> d2993965c6ca 00:52:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 00:52:01 Removing intermediate container 583eff990512 00:52:01 ---> 0feaa5649fe0 00:52:01 Step 16/27 : EXPOSE $APP_PORT 00:52:01 ---> Running in d572ff2bca1a 00:52:02 Removing intermediate container d572ff2bca1a 00:52:02 ---> 9ef8f68968b9 00:52:02 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 00:52:02 ---> 7a0eaf46fe2e 00:52:02 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 00:52:04 ---> 5e23fff707cc 00:52:04 Step 20/24 : ENTRYPOINT ["/support-notifications"] 00:52:04 ---> Running in 9db5ac7e75eb 00:52:04 ---> 8ce227c77eb5 00:52:04 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 00:52:05 Removing intermediate container 9db5ac7e75eb 00:52:05 ---> c63e9305f8f8 00:52:05 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:05 ---> Running in 8169050104c0 00:52:05 ---> c794e559f487 00:52:05 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 00:52:06 Removing intermediate container 8169050104c0 00:52:06 ---> 2690867da2e3 00:52:06 Step 22/24 : LABEL arch=arm64 00:52:06 ---> Running in 78dd019023e4 00:52:07 ---> fec8dcc5504c 00:52:07 Step 20/27 : RUN apk --no-cache add py3-pip 00:52:07 Removing intermediate container 78dd019023e4 00:52:07 ---> 48a3ba124ce8 00:52:07 Step 23/24 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:52:07 ---> Running in efccb9dd9de4 00:52:07 ---> Running in 5663e9f49a11 00:52:08 Removing intermediate container 5663e9f49a11 00:52:08 ---> 782513780c99 00:52:08 Step 24/24 : LABEL version=0.0.0 00:52:08 ---> Running in 16a7ebc43003 00:52:09 Removing intermediate container 16a7ebc43003 00:52:09 ---> 083ca3c45874 00:52:09 00:52:09 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:09 Successfully built 083ca3c45874 00:52:09 Successfully tagged docker-support-notifications-go-arm64:latest 00:52:09  Building docker-support-notifications-go ... done fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:10 (1/33) Installing libbz2 (1.0.8-r1) 00:52:10 (2/33) Installing expat (2.2.9-r1) 00:52:10 (3/33) Installing libffi (3.3-r2) 00:52:10 (4/33) Installing gdbm (1.13-r1) 00:52:10 (5/33) Installing xz-libs (5.2.5-r0) 00:52:10 (6/33) Installing sqlite-libs (3.32.1-r0) 00:52:10 (7/33) Installing python3 (3.8.5-r0) 00:52:12 (8/33) Installing py3-appdirs (1.4.4-r1) 00:52:12 (9/33) Installing py3-ordered-set (4.0.1-r0) 00:52:12 (10/33) Installing py3-parsing (2.4.7-r0) 00:52:12 (11/33) Installing py3-six (1.15.0-r0) 00:52:12 (12/33) Installing py3-packaging (20.4-r0) 00:52:12 (13/33) Installing py3-setuptools (47.0.0-r0) 00:52:12 (14/33) Installing py3-chardet (3.0.4-r4) 00:52:12 (15/33) Installing py3-idna (2.9-r0) 00:52:12 (16/33) Installing py3-certifi (2020.4.5.1-r0) 00:52:12 (17/33) Installing py3-urllib3 (1.25.9-r0) 00:52:12 (18/33) Installing py3-requests (2.23.0-r0) 00:52:12 (19/33) Installing py3-msgpack (1.0.0-r0) 00:52:12 (20/33) Installing py3-lockfile (0.12.2-r3) 00:52:12 (21/33) Installing py3-cachecontrol (0.12.6-r0) 00:52:12 (22/33) Installing py3-colorama (0.4.3-r0) 00:52:12 (23/33) Installing py3-distlib (0.3.0-r0) 00:52:13 (24/33) Installing py3-distro (1.5.0-r1) 00:52:13 (25/33) Installing py3-webencodings (0.5.1-r3) 00:52:13 (26/33) Installing py3-html5lib (1.0.1-r4) 00:52:13 (27/33) Installing py3-pytoml (0.1.21-r0) 00:52:13 (28/33) Installing py3-pep517 (0.8.2-r0) 00:52:13 (29/33) Installing py3-progress (1.5-r0) 00:52:13 (30/33) Installing py3-toml (0.10.1-r0) 00:52:13 (31/33) Installing py3-retrying (1.3.3-r0) 00:52:13 (32/33) Installing py3-contextlib2 (0.6.0-r0) 00:52:13 (33/33) Installing py3-pip (20.1.1-r0) 00:52:13 Executing busybox-1.31.1-r19.trigger 00:52:13 OK: 71 MiB in 55 packages 00:52:18 Removing intermediate container 8dad7b4e7bb3 00:52:18 ---> 70e20e27df57 00:52:18 00:52:18 Step 10/23 : FROM alpine 00:52:18 ---> 2e77e061c27f 00:52:18 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 00:52:19 ---> Running in 1837414bb0d9 00:52:20 Removing intermediate container 1837414bb0d9 00:52:20 ---> a20cbf1d7bc6 00:52:20 Step 12/23 : ENV APP_PORT=48080 00:52:20 ---> Running in b1673b90518f 00:52:21 Removing intermediate container b1673b90518f 00:52:21 ---> c1a8cded8396 00:52:21 Step 13/23 : EXPOSE $APP_PORT 00:52:21 ---> Running in 7985d902799f 00:52:21 Removing intermediate container 7985d902799f 00:52:21 ---> 50857a27ee80 00:52:21 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 00:52:22 ---> Running in 5b75221c8244 00:52:22 Removing intermediate container efccb9dd9de4 00:52:22 ---> 8af54c6ea195 00:52:22 Step 21/27 : RUN pip install docker-compose==1.23.2 00:52:22 ---> Running in 8f73c11a56d6 00:52:25 Removing intermediate container 5b75221c8244 00:52:25 ---> b89a23013ee5 00:52:25 Step 15/23 : RUN apk --no-cache add zeromq 00:52:25 ---> Running in 17138453a3bd 00:52:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:27 Removing intermediate container a1232f8be21a 00:52:27 ---> 57ab27638730 00:52:27 00:52:27 Step 9/29 : FROM alpine:latest 00:52:27 ---> 2e77e061c27f 00:52:27 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:27 ---> Running in fba4cb26d0dc 00:52:28 Removing intermediate container fba4cb26d0dc 00:52:28 ---> 60b31c1e096d 00:52:28 Step 11/29 : USER root 00:52:28 ---> Running in f09b0350898d 00:52:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:28 Removing intermediate container f09b0350898d 00:52:28 ---> 5d2b2fee383f 00:52:28 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 00:52:28 Collecting docker-compose==1.23.2 00:52:28 ---> Running in cf38432451a9 00:52:28 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 00:52:29 (1/5) Installing libgcc (9.3.0-r2) 00:52:29 (2/5) Installing libsodium (1.0.18-r0) 00:52:29 (3/5) Installing libstdc++ (9.3.0-r2) 00:52:29 (4/5) Installing libzmq (4.3.3-r0) 00:52:29 (5/5) Installing zeromq (4.3.3-r0) 00:52:29 Collecting dockerpty<0.5,>=0.4.1 00:52:29 Downloading dockerpty-0.4.1.tar.gz (13 kB) 00:52:29 Executing busybox-1.31.1-r19.trigger 00:52:29 OK: 8 MiB in 19 packages 00:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:52:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:52:31 Removing intermediate container 17138453a3bd 00:52:31 ---> 45aae9681bb2 00:52:31 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 00:52:31 v3.12.1-24-g9d31f224d7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 00:52:31 v3.12.1-29-g3a247b9dbc [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 00:52:31 OK: 12615 distinct packages available 00:52:32 (1/2) Installing ca-certificates (20191127-r4) 00:52:32 (2/2) Installing dumb-init (1.2.2-r1) 00:52:32 ---> 70f856e4d788 00:52:32 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 00:52:32 Executing busybox-1.31.1-r19.trigger 00:52:32 Executing ca-certificates-20191127-r4.trigger 00:52:32 OK: 6 MiB in 16 packages 00:52:33 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 00:52:33 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 00:52:33 ---> e705c872a685 00:52:33 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 00:52:34 Removing intermediate container cf38432451a9 00:52:34 ---> a298d0b73952 00:52:34 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 00:52:34 Collecting texttable<0.10,>=0.9.0 00:52:34 Downloading texttable-0.9.1.tar.gz (11 kB) 00:52:34 ---> Running in 1675e2ba40f6 00:52:34 ---> f65e54addc66 00:52:34 Step 19/23 : ENTRYPOINT ["/core-data"] 00:52:34 ---> Running in 87136dbd905e 00:52:34 Removing intermediate container 1675e2ba40f6 00:52:34 ---> b65ea60ebdd7 00:52:34 Step 14/29 : WORKDIR $BASE_DIR 00:52:34 ---> Running in 607b0cca9095 00:52:35 Removing intermediate container 87136dbd905e 00:52:35 ---> 3cea86c9e64f 00:52:35 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:52:35 ---> Running in 3809f97b97de 00:52:35 Removing intermediate container 607b0cca9095 00:52:35 ---> 43d5c62de219 00:52:35 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 00:52:35 ---> Running in 6731caf4f6f4 00:52:36 Removing intermediate container 3809f97b97de 00:52:36 ---> 46df25cf3d92 00:52:36 Step 21/23 : LABEL arch=arm64 00:52:36 ---> Running in e0bbe3994621 00:52:36 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:52:36 Removing intermediate container e0bbe3994621 00:52:36 ---> 264bc2c516fb 00:52:36 Step 22/23 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:52:36 ---> Running in 793c63223397 00:52:37 Collecting docker<4.0,>=3.6.0 00:52:37 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 00:52:37 Removing intermediate container 793c63223397 00:52:37 ---> d6990e51ba18 00:52:37 Step 23/23 : LABEL version=0.0.0 00:52:37 ---> Running in 16c343022558 00:52:37 Collecting jsonschema<3,>=2.5.1 00:52:37 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 00:52:37 Removing intermediate container 16c343022558 00:52:37 ---> 3355f645d623 00:52:37 00:52:38 Successfully built 3355f645d623 00:52:38 Collecting cached-property<2,>=1.2.0 00:52:38 Successfully tagged docker-core-data-go-arm64:latest 00:52:38  Building docker-core-data-go ... done  Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 00:52:38 Removing intermediate container 6731caf4f6f4 00:52:38 ---> f231875a383b 00:52:38 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 00:52:39 Collecting PyYAML<4,>=3.10 00:52:39 Downloading PyYAML-3.13.tar.gz (270 kB) 00:52:39 ---> ffd8f95d374b 00:52:39 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 00:52:40 ---> 8de9b2b75c81 00:52:40 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 00:52:41 ---> ceb8e5c0fa14 00:52:41 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 00:52:42 ---> 69a56dd78d9c 00:52:42 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 00:52:42 Collecting docopt<0.7,>=0.6.1 00:52:42 Downloading docopt-0.6.2.tar.gz (25 kB) 00:52:42 ---> d784c62c7973 00:52:42 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 00:52:43 ---> Running in 516d7bcdb81f 00:52:45 Collecting websocket-client<1.0,>=0.32.0 00:52:45 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 00:52:45 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:52:45 Removing intermediate container 516d7bcdb81f 00:52:45 ---> 4f81df0e4558 00:52:45 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 00:52:45 Collecting idna<2.8,>=2.5 00:52:46 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 00:52:46 ---> d698bceabfad 00:52:46 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 00:52:46 Collecting urllib3<1.25,>=1.21.1 00:52:46 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 00:52:46 ---> Running in 6a12b74d9654 00:52:47 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:52:47 Collecting docker-pycreds>=0.4.0 00:52:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 00:52:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 00:52:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 00:52:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 00:52:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 00:52:48 Installing collected packages: dockerpty, idna, urllib3, requests, texttable, docker-pycreds, websocket-client, docker, jsonschema, cached-property, PyYAML, docopt, docker-compose 00:52:48 Running setup.py install for dockerpty: started 00:52:49 Removing intermediate container 6a12b74d9654 00:52:49 ---> a4826bde5fdf 00:52:49 Step 24/29 : RUN chmod 755 security-secrets-setup 00:52:49 ---> Running in 72a6ef8552f7 00:52:51 Running setup.py install for dockerpty: finished with status 'done' 00:52:51 Attempting uninstall: idna 00:52:51 Found existing installation: idna 2.9 00:52:51 Uninstalling idna-2.9: 00:52:51 Successfully uninstalled idna-2.9 00:52:51 Attempting uninstall: urllib3 00:52:51 Found existing installation: urllib3 1.25.9 00:52:51 Uninstalling urllib3-1.25.9: 00:52:51 Successfully uninstalled urllib3-1.25.9 00:52:52 Removing intermediate container 72a6ef8552f7 00:52:52 ---> 2f8c0ec202b9 00:52:52 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 00:52:52 ---> Running in 353cb9496ad1 00:52:52 Attempting uninstall: requests 00:52:52 Found existing installation: requests 2.23.0 00:52:52 Uninstalling requests-2.23.0: 00:52:52 Successfully uninstalled requests-2.23.0 00:52:53 Removing intermediate container 353cb9496ad1 00:52:53 ---> 0058c22c2285 00:52:53 Step 26/29 : CMD [ "generate" ] 00:52:53 Running setup.py install for texttable: started 00:52:53 ---> Running in d15e4e52bfbc 00:52:53 Removing intermediate container d15e4e52bfbc 00:52:53 ---> 21d398ea9eae 00:52:53 Step 27/29 : LABEL arch=arm64 00:52:53 ---> Running in 47c57581e6ce 00:52:54 Removing intermediate container 47c57581e6ce 00:52:54 ---> e674b260b428 00:52:54 Step 28/29 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:52:54 ---> Running in 5d24df8417d4 00:52:54 Removing intermediate container 5d24df8417d4 00:52:54 ---> 71d3d9c91fc3 00:52:54 Step 29/29 : LABEL version=0.0.0 00:52:54 ---> Running in 0c551275ad4b 00:52:54 Running setup.py install for texttable: finished with status 'done' 00:52:55 Removing intermediate container 0c551275ad4b 00:52:55 ---> d4f15d65a132 00:52:55 00:52:55 Successfully built d4f15d65a132 00:52:55 Successfully tagged docker-security-secrets-setup-go-arm64:latest 00:52:56  Building docker-security-secrets-setup-go ... done  Running setup.py install for PyYAML: started 00:52:58 Running setup.py install for PyYAML: finished with status 'done' 00:52:58 Running setup.py install for docopt: started 00:53:00 Running setup.py install for docopt: finished with status 'done' 00:53:01 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:53:05 Removing intermediate container 8f73c11a56d6 00:53:05 ---> 9bdc6e1ac6ff 00:53:05 Step 22/27 : RUN apk --no-cache add curl 00:53:05 ---> Running in 7a0ca0f6302f 00:53:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 00:53:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 00:53:06 (1/3) Installing nghttp2-libs (1.41.0-r0) 00:53:07 (2/3) Installing libcurl (7.69.1-r1) 00:53:07 (3/3) Installing curl (7.69.1-r1) 00:53:07 Executing busybox-1.31.1-r19.trigger 00:53:07 OK: 71 MiB in 58 packages 00:53:08 Removing intermediate container 7a0ca0f6302f 00:53:08 ---> a3601c0e2efc 00:53:08 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 00:53:08 ---> Running in 03329a656615 00:53:08 Removing intermediate container 03329a656615 00:53:08 ---> 107b3d719c63 00:53:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 00:53:09 ---> Running in 7e15c0f67f89 00:53:09 Removing intermediate container 7e15c0f67f89 00:53:09 ---> b1c6dd58d898 00:53:09 Step 25/27 : LABEL arch=arm64 00:53:09 ---> Running in bb5b2546070f 00:53:10 Removing intermediate container bb5b2546070f 00:53:10 ---> 2cfc986c0f22 00:53:10 Step 26/27 : LABEL git_sha=d5c3b6b12c7bde5170ff52d42f5ec3321864578f 00:53:10 ---> Running in 2617a23d8627 00:53:10 Removing intermediate container 2617a23d8627 00:53:10 ---> 751fa973ae00 00:53:10 Step 27/27 : LABEL version=0.0.0 00:53:10 ---> Running in 9d7c19cfb30e 00:53:11 Removing intermediate container 9d7c19cfb30e 00:53:11 ---> c41d815b9f51 00:53:11 00:53:11 Successfully built c41d815b9f51 00:53:11 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 00:53:11  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 00:53:12 $ docker stop --time=1 c6fa02f2f07646d9fcdf8247119d270e2d02c4140c89db86c29fd553bdae0b96 00:53:13 $ docker rm -f c6fa02f2f07646d9fcdf8247119d270e2d02c4140c89db86c29fd553bdae0b96 [Pipeline] // withDockerContainer [Pipeline] sh 00:53:14 + docker images 00:53:14 + grep docker 00:53:15 docker-sys-mgmt-agent-go-arm64 latest c41d815b9f51 4 seconds ago 270MB 00:53:15 docker-security-secrets-setup-go-arm64 latest d4f15d65a132 19 seconds ago 22.7MB 00:53:15 docker-core-data-go-arm64 latest 3355f645d623 37 seconds ago 22.3MB 00:53:15 docker-support-notifications-go-arm64 latest 083ca3c45874 About a minute ago 12.9MB 00:53:15 docker-core-metadata-go-arm64 latest f205dd4e0c17 About a minute ago 13.5MB 00:53:15 docker-support-scheduler-go-arm64 latest cac89f90241e 2 minutes ago 11.5MB 00:53:15 docker-security-secretstore-setup-go-arm64 latest cdfffa9c25f0 5 minutes ago 23.6MB 00:53:15 docker-core-command-go-arm64 latest 56bb8c7c172c 5 minutes ago 11.4MB 00:53:15 docker-security-proxy-setup-go-arm64 latest 81089482b096 5 minutes ago 23.4MB 00:53:15 docker-security-bootstrap-redis-go-arm64 latest f20573649e97 5 minutes ago 15.2MB 00:53:15 docker-support-logging-go-arm64 latest 4bb9db18ea01 5 minutes ago 10.6MB 00:53:15 docker latest 5d4db4dc0692 3 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:19 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 00:53:20 ---> package-listing.sh 00:53:20 ++ facter osfamily 00:53:20 ++ tr '[:upper:]' '[:lower:]' 00:53:20 + OS_FAMILY=redhat 00:53:20 + workspace=/w/workspace/edgex-go/20 00:53:20 + START_PACKAGES=/tmp/packages_start.txt 00:53:20 + END_PACKAGES=/tmp/packages_end.txt 00:53:20 + DIFF_PACKAGES=/tmp/packages_diff.txt 00:53:20 + PACKAGES=/tmp/packages_start.txt 00:53:20 + '[' /w/workspace/edgex-go/20 ']' 00:53:20 + PACKAGES=/tmp/packages_end.txt 00:53:20 + case "${OS_FAMILY}" in 00:53:20 + rpm -qa 00:53:20 + sort 00:53:24 + '[' -f /tmp/packages_start.txt ']' 00:53:24 + '[' -f /tmp/packages_end.txt ']' 00:53:24 + diff /tmp/packages_start.txt /tmp/packages_end.txt 00:53:24 + '[' /w/workspace/edgex-go/20 ']' 00:53:24 + mkdir -p /w/workspace/edgex-go/20/archives/ 00:53:24 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/20/archives/ [Pipeline] echo 00:53:24 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/20/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 00:53:24 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 00:53:25 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:25 00:53:25 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 00:53:25 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:25 alpine: Pulling from edgex-lftools-log-publisher 00:53:25 df20fa9351a1: Already exists 00:53:25 36b3adc4ff6f: Pulling fs layer 00:53:25 8ad3a11d3b57: Pulling fs layer 00:53:25 46f8f816bc3b: Pulling fs layer 00:53:25 93b61091891f: Pulling fs layer 00:53:25 93b9cdb0e59b: Pulling fs layer 00:53:25 5e14af77c1be: Pulling fs layer 00:53:25 01666e4c0597: Pulling fs layer 00:53:25 aa168da1d23b: Pulling fs layer 00:53:25 93b9cdb0e59b: Waiting 00:53:25 5e14af77c1be: Waiting 00:53:25 01666e4c0597: Waiting 00:53:25 aa168da1d23b: Waiting 00:53:25 93b61091891f: Waiting 00:53:25 46f8f816bc3b: Verifying Checksum 00:53:25 46f8f816bc3b: Download complete 00:53:25 36b3adc4ff6f: Verifying Checksum 00:53:25 36b3adc4ff6f: Download complete 00:53:25 93b9cdb0e59b: Download complete 00:53:25 5e14af77c1be: Verifying Checksum 00:53:25 5e14af77c1be: Download complete 00:53:25 93b61091891f: Verifying Checksum 00:53:25 93b61091891f: Download complete 00:53:25 01666e4c0597: Verifying Checksum 00:53:25 01666e4c0597: Download complete 00:53:26 36b3adc4ff6f: Pull complete 00:53:26 8ad3a11d3b57: Verifying Checksum 00:53:26 8ad3a11d3b57: Download complete 00:53:27 8ad3a11d3b57: Pull complete 00:53:27 46f8f816bc3b: Pull complete 00:53:27 93b61091891f: Pull complete 00:53:28 aa168da1d23b: Verifying Checksum 00:53:28 aa168da1d23b: Download complete 00:53:31 93b9cdb0e59b: Pull complete 00:53:31 5e14af77c1be: Pull complete 00:53:31 01666e4c0597: Pull complete 00:53:43 aa168da1d23b: Pull complete 00:53:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 00:53:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 00:53:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 00:53:43 prd-centos7-docker-4c-2g-12090 does not seem to be running inside a container 00:53:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/20/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/20 -v /w/workspace/edgex-go/20:/w/workspace/edgex-go/20:rw,z -v /w/workspace/edgex-go/20@tmp:/w/workspace/edgex-go/20@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 00:53:47 $ docker top fe4edbabd56de7456dc21596a527182667f42601528fcae4e6effde8cbc60dbb -eo pid,comm [Pipeline] { [Pipeline] sh 00:53:47 + touch /tmp/pre-build-complete [Pipeline] sh 00:53:47 + mkdir -p /var/log/sa [Pipeline] sh 00:53:48 + ls /var/log/sa-host 00:53:48 + sadf -c /var/log/sa-host/sa05 00:53:48 file_magic: OK 00:53:48 HZ: Using current value: 100 00:53:48 file_header: OK 00:53:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:53:48 Statistics: 00:53:48 Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:48 File successfully converted to sysstat format version 12.2.1 00:53:48 + sadf -c /var/log/sa-host/sa14 00:53:48 file_magic: OK 00:53:48 HZ: Using current value: 100 00:53:48 file_header: OK 00:53:48 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 00:53:48 Statistics: 00:53:48 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 00:53:48 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 00:53:48 provisioning config files... 00:53:48 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/20@tmp/config7810584466816846591tmp [Pipeline] { [Pipeline] echo 00:53:48 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 00:53:48 ---> create-netrc.sh [Pipeline] } 00:53:48 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 00:53:49 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 00:53:49 ---> python-tools-install.sh [Pipeline] echo 00:53:49 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 00:53:49 ---> sudo-logs.sh 00:53:49 Archiving 'sudo' log.. [Pipeline] echo 00:53:49 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 00:53:49 ---> job-cost.sh 00:53:49 lf-activate-venv: SKIPPING 00:53:49 INFO: No Stack... 00:53:50 INFO: Retrieving Pricing Info for: v1-standard-2 00:53:51 INFO: Archiving Costs [Pipeline] echo 00:53:51 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 00:53:51 ---> logs-deploy.sh 00:53:51 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2808/20 00:53:51 INFO: archiving workspace using pattern(s): 00:53:53 Archives upload complete. 00:53:53 INFO: archiving logs to Nexus 00:53:54 ---> uname -a: 00:53:54 Linux prd-centos7-docker-4c-2g-12090.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 00:53:54 00:53:54 00:53:54 ---> lscpu: 00:53:54 Architecture: x86_64 00:53:54 CPU op-mode(s): 32-bit, 64-bit 00:53:54 Byte Order: Little Endian 00:53:54 Address sizes: 40 bits physical, 48 bits virtual 00:53:54 CPU(s): 4 00:53:54 On-line CPU(s) list: 0-3 00:53:54 Thread(s) per core: 1 00:53:54 Core(s) per socket: 1 00:53:54 Socket(s): 4 00:53:54 NUMA node(s): 1 00:53:54 Vendor ID: GenuineIntel 00:53:54 CPU family: 6 00:53:54 Model: 44 00:53:54 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 00:53:54 Stepping: 1 00:53:54 CPU MHz: 2933.442 00:53:54 BogoMIPS: 5866.88 00:53:54 Virtualization: VT-x 00:53:54 Hypervisor vendor: KVM 00:53:54 Virtualization type: full 00:53:54 L1d cache: 128 KiB 00:53:54 L1i cache: 128 KiB 00:53:54 L2 cache: 16 MiB 00:53:54 L3 cache: 64 MiB 00:53:54 NUMA node0 CPU(s): 0-3 00:53:54 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 00:53:54 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 00:53:54 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 00:53:54 Vulnerability Meltdown: Mitigation; PTI 00:53:54 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 00:53:54 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 00:53:54 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 00:53:54 Vulnerability Tsx async abort: Not affected 00:53:54 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:54 00:53:54 00:53:54 ---> nproc: 00:53:54 4 00:53:54 00:53:54 00:53:54 ---> df -h: 00:53:54 Filesystem Size Used Available Use% Mounted on 00:53:54 overlay 50.0G 12.8G 37.2G 26% / 00:53:54 tmpfs 64.0M 0 64.0M 0% /dev 00:53:54 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 00:53:54 shm 64.0M 0 64.0M 0% /dev/shm 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /facter-os 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/resolv.conf 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hostname 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /etc/hosts 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/secure 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/auth.log 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /run/cloud-init/result.json 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /var/log/sa-host 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/20 00:53:54 /dev/vda1 50.0G 12.8G 37.2G 26% /w/workspace/edgex-go/20@tmp 00:53:54 00:53:54 00:53:54 ---> free -m: 00:53:54 total used free shared buff/cache available 00:53:54 Mem: 1837 667 305 0 863 1085 00:53:54 Swap: 1023 70 953 00:53:54 00:53:54 00:53:54 ---> ip addr: 00:53:54 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 00:53:54 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 00:53:54 inet 127.0.0.1/8 scope host lo 00:53:54 valid_lft forever preferred_lft forever 00:53:54 inet6 ::1/128 scope host 00:53:54 valid_lft forever preferred_lft forever 00:53:54 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 00:53:54 link/ether fa:16:3e:56:35:a0 brd ff:ff:ff:ff:ff:ff 00:53:54 inet 10.30.123.32/23 brd 10.30.123.255 scope global dynamic eth0 00:53:54 valid_lft 85020sec preferred_lft 85020sec 00:53:54 inet6 fe80::f816:3eff:fe56:35a0/64 scope link 00:53:54 valid_lft forever preferred_lft forever 00:53:54 3: docker0: mtu 1500 qdisc noqueue state DOWN 00:53:54 link/ether 02:42:63:a0:3c:ba brd ff:ff:ff:ff:ff:ff 00:53:54 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 00:53:54 valid_lft forever preferred_lft forever 00:53:54 inet6 fe80::42:63ff:fea0:3cba/64 scope link 00:53:54 valid_lft forever preferred_lft forever 00:53:54 00:53:54 00:53:54 ---> sar -b -r -n DEV: 00:53:54 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/14/20 _x86_64_ (4 CPU) 00:53:54 00:53:54 00:30:37 LINUX RESTART (4 CPU) 00:53:54 00:53:54 00:31:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 00:53:54 00:32:02 114.26 34.19 80.08 0.00 3271.90 43518.76 0.00 00:53:54 00:33:01 158.39 74.21 84.18 0.00 9723.72 38793.57 0.00 00:53:54 00:34:01 302.78 123.64 179.14 0.00 5874.47 39276.96 0.00 00:53:54 00:35:02 191.90 81.81 110.09 0.00 3218.49 11559.94 0.00 00:53:54 00:36:01 159.72 47.17 112.54 0.00 3326.88 27033.41 0.00 00:53:54 00:37:01 1648.20 1320.45 327.75 0.00 138705.72 193918.98 0.00 00:53:54 00:38:01 1655.56 1363.06 292.50 0.00 117413.93 126198.19 0.00 00:53:54 00:39:02 1541.71 1188.43 353.29 0.00 111656.97 139110.36 0.00 00:53:54 00:40:02 2302.97 1963.55 339.42 0.00 109073.91 121179.19 0.00 00:53:54 00:41:04 1311.88 991.46 320.43 0.00 60192.08 75840.34 0.00 00:53:54 00:42:01 119.75 28.19 91.55 0.00 3597.55 4797.39 0.00 00:53:54 00:43:01 2.25 0.62 1.63 0.00 11.73 24.30 0.00 00:53:54 00:44:01 0.35 0.08 0.27 0.00 0.93 3.35 0.00 00:53:54 00:45:01 0.32 0.03 0.28 0.00 0.27 2.71 0.00 00:53:54 00:46:01 1.95 1.68 0.27 0.00 53.42 3.40 0.00 00:53:54 00:47:01 2.60 1.75 0.85 0.00 21.05 15.49 0.00 00:53:54 00:48:01 0.30 0.02 0.28 0.00 0.53 3.53 0.00 00:53:54 00:49:01 0.33 0.03 0.30 0.00 0.40 2.66 0.00 00:53:54 00:50:01 0.23 0.02 0.22 0.00 0.27 1.83 0.00 00:53:54 00:51:01 0.32 0.00 0.32 0.00 0.00 3.41 0.00 00:53:54 00:52:01 0.23 0.02 0.22 0.00 0.53 2.35 0.00 00:53:54 00:53:01 0.28 0.00 0.28 0.00 0.00 3.50 0.00 00:53:54 Average: 435.75 330.89 104.87 0.00 25952.72 37584.67 0.00 00:53:54 00:53:54 00:31:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 00:53:54 00:32:02 81108 0 507784 26.99 2620 1290044 1076180 36.73 499436 1136756 12360 00:53:54 00:33:01 207564 0 616068 32.74 2596 1055328 1377596 47.01 580456 898828 61832 00:53:54 00:34:01 84248 0 732972 38.96 1496 1062840 1742664 59.47 742440 818228 52628 00:53:54 00:35:02 298720 0 791256 42.05 1192 790388 1794392 61.24 686028 652108 91160 00:53:54 00:36:01 157644 0 709408 37.70 548 1013956 1576316 53.80 629020 845044 44 00:53:54 00:37:01 59080 0 743016 39.49 4 1079456 1942868 66.31 758868 885944 81968 00:53:54 00:38:01 177820 0 967800 51.44 4 735932 3230736 110.26 774996 716292 132 00:53:54 00:39:02 85580 0 716600 38.09 4 1079372 2071420 70.69 701456 903004 77564 00:53:54 00:40:02 80564 0 715260 38.01 4 1085728 1963012 66.99 709428 896228 61296 00:53:54 00:41:04 262160 0 652768 34.69 4 966624 1477240 50.42 570676 844864 380 00:53:54 00:42:01 544428 0 588948 31.30 4 748176 1188456 40.56 519120 617312 12 00:53:54 00:43:01 545840 0 587516 31.23 4 748196 1165948 39.79 518656 616728 12 00:53:54 00:44:01 545584 0 587760 31.24 4 748208 1166008 39.79 519048 616788 12 00:53:54 00:45:01 545508 0 587832 31.24 4 748212 1166020 39.79 519020 616792 12 00:53:54 00:46:01 543968 0 588360 31.27 4 749224 1165972 39.79 519252 617336 20 00:53:54 00:47:01 544052 0 588280 31.27 4 749220 1162664 39.68 518780 617912 8 00:53:54 00:48:01 544412 0 587896 31.25 4 749244 1161540 39.64 518316 617920 8 00:53:54 00:49:01 544536 0 587768 31.24 4 749248 1161540 39.64 518292 617976 8 00:53:54 00:50:01 544584 0 587708 31.24 4 749260 1161540 39.64 518296 617988 8 00:53:54 00:51:01 544692 0 587596 31.23 4 749264 1161540 39.64 518200 617984 8 00:53:54 00:52:01 543944 0 588352 31.27 4 749256 1161624 39.64 518772 617984 8 00:53:54 00:53:01 544380 0 587892 31.24 4 749280 1161540 39.64 518312 618000 8 00:53:54 Average: 365019 0 645856 34.33 387 870293 1465310 50.01 585312 727637 19977 00:53:54 00:53:54 00:31:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 00:53:54 00:32:02 eth0 924.52 689.80 3347.53 93.33 0.00 0.00 0.00 0.00 00:53:54 00:32:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:32:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:33:01 eth0 1178.90 1458.31 5931.66 158.70 0.00 0.00 0.00 0.00 00:53:54 00:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:33:01 docker0 1065.91 736.07 79.96 2706.60 0.00 0.00 0.00 0.00 00:53:54 00:34:01 veth1a094b7 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:34:01 eth0 358.69 241.64 2001.16 33.07 0.00 0.00 0.00 0.00 00:53:54 00:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:34:01 docker0 127.73 167.72 9.37 827.72 0.00 0.00 0.00 0.00 00:53:54 00:35:02 veth1a094b7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:35:02 eth0 42.43 25.97 24.49 74.64 0.00 0.00 0.00 0.00 00:53:54 00:35:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:35:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:36:01 eth0 190.72 151.07 1724.36 24.25 0.00 0.00 0.00 0.00 00:53:54 00:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:36:01 veth531949f 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:37:01 eth0 82.60 59.01 179.74 73.81 0.00 0.00 0.00 0.00 00:53:54 00:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:37:01 veth0218124 0.00 0.46 0.00 0.02 0.00 0.00 0.00 0.00 00:53:54 00:37:01 docker0 14.64 23.32 0.78 145.30 0.00 0.00 0.00 0.00 00:53:54 00:38:01 veth6725fce 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:38:01 veth0ce66d4 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:38:01 veth516ff47 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:38:01 eth0 33.61 19.99 54.86 12.15 0.00 0.00 0.00 0.00 00:53:54 00:39:02 eth0 98.30 69.99 188.05 103.06 0.00 0.00 0.00 0.00 00:53:54 00:39:02 vethf6bd818 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:39:02 lo 0.11 0.11 0.01 0.01 0.00 0.00 0.00 0.00 00:53:54 00:39:02 vetha99b440 0.00 0.16 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:40:02 vethf24ee3b 0.02 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:40:02 eth0 53.22 30.31 128.37 17.25 0.00 0.00 0.00 0.00 00:53:54 00:40:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:40:02 veth0218124 0.00 0.90 0.00 0.04 0.00 0.00 0.00 0.00 00:53:54 00:41:04 veth69dd85e 16.76 29.38 1.12 251.02 0.00 0.00 0.00 0.00 00:53:54 00:41:04 eth0 102.05 66.35 364.37 85.85 0.00 0.00 0.00 0.00 00:53:54 00:41:04 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:41:04 veth0218124 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 00:53:54 00:42:01 eth0 43.58 27.09 135.21 12.73 0.00 0.00 0.00 0.00 00:53:54 00:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:42:01 docker0 1318.45 1060.15 97.37 4533.33 0.00 0.00 0.00 0.00 00:53:54 00:43:01 eth0 1.35 0.50 0.58 0.36 0.00 0.00 0.00 0.00 00:53:54 00:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:44:01 eth0 1.62 0.38 0.38 0.23 0.00 0.00 0.00 0.00 00:53:54 00:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:45:01 eth0 1.77 0.47 0.63 0.36 0.00 0.00 0.00 0.00 00:53:54 00:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:46:01 eth0 0.38 0.28 0.26 0.23 0.00 0.00 0.00 0.00 00:53:54 00:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:47:01 eth0 1.35 1.17 0.21 11.27 0.00 0.00 0.00 0.00 00:53:54 00:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:48:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 00:53:54 00:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:49:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 00:53:54 00:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:50:01 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 00:53:54 00:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:51:01 eth0 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 00:53:54 00:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:52:01 eth0 1.50 1.33 0.22 6.51 0.00 0.00 0.00 0.00 00:53:54 00:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:53:01 eth0 0.07 0.05 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 00:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 Average: eth0 141.06 128.42 636.01 32.24 0.00 0.00 0.00 0.00 00:53:54 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 00:53:54 Average: docker0 57.05 45.87 4.21 196.15 0.00 0.00 0.00 0.00 00:53:54 00:53:54 00:53:54 ---> sar -P ALL: 00:53:54 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 11/14/20 _x86_64_ (4 CPU) 00:53:54 00:53:54 00:30:37 LINUX RESTART (4 CPU) 00:53:54 00:53:54 00:31:01 CPU %user %nice %system %iowait %steal %idle 00:53:54 00:32:02 all 14.10 0.00 5.69 7.62 0.03 72.56 00:53:54 00:32:02 0 13.91 0.00 6.93 8.83 0.03 70.29 00:53:54 00:32:02 1 15.19 0.00 6.26 7.73 0.03 70.78 00:53:54 00:32:02 2 15.36 0.00 4.66 7.49 0.02 72.47 00:53:54 00:32:02 3 11.92 0.00 4.92 6.44 0.03 76.67 00:53:54 00:33:01 all 15.11 0.00 7.06 1.22 0.05 76.57 00:53:54 00:33:01 0 13.23 0.00 8.89 1.84 0.05 75.99 00:53:54 00:33:01 1 13.59 0.00 6.28 1.22 0.05 78.85 00:53:54 00:33:01 2 11.72 0.00 6.61 0.97 0.05 80.64 00:53:54 00:33:01 3 21.88 0.00 6.47 0.84 0.05 70.75 00:53:54 00:34:01 all 15.37 0.00 8.00 6.86 0.06 69.71 00:53:54 00:34:01 0 16.16 0.00 8.25 8.69 0.07 66.82 00:53:54 00:34:01 1 14.73 0.00 7.94 6.63 0.03 70.67 00:53:54 00:34:01 2 15.51 0.00 8.32 4.66 0.05 71.46 00:53:54 00:34:01 3 15.09 0.00 7.50 7.48 0.07 69.86 00:53:54 00:35:02 all 63.40 0.00 13.72 5.05 0.06 17.76 00:53:54 00:35:02 0 64.66 0.00 14.06 3.82 0.05 17.40 00:53:54 00:35:02 1 63.78 0.00 13.73 7.17 0.07 15.25 00:53:54 00:35:02 2 63.51 0.00 13.73 5.58 0.05 17.13 00:53:54 00:35:02 3 61.66 0.00 13.37 3.64 0.07 21.26 00:53:54 00:36:01 all 35.25 0.00 11.22 3.69 0.05 49.78 00:53:54 00:36:01 0 34.85 0.00 11.61 4.22 0.05 49.27 00:53:54 00:36:01 1 35.71 0.00 11.71 5.25 0.05 47.28 00:53:54 00:36:01 2 35.31 0.00 11.16 4.10 0.03 49.40 00:53:54 00:36:01 3 35.15 0.00 10.40 1.19 0.07 53.19 00:53:54 00:37:01 all 21.70 0.00 23.44 19.36 0.13 35.38 00:53:54 00:37:01 0 21.40 0.00 23.37 18.78 0.12 36.33 00:53:54 00:37:01 1 20.34 0.00 23.35 20.30 0.10 35.90 00:53:54 00:37:01 2 22.95 0.00 24.25 21.61 0.14 31.05 00:53:54 00:37:01 3 22.12 0.00 22.78 16.72 0.14 38.24 00:53:54 00:38:01 all 41.51 0.00 17.84 25.13 0.08 15.45 00:53:54 00:38:01 0 40.90 0.00 18.00 27.78 0.09 13.24 00:53:54 00:38:01 1 41.96 0.00 16.96 21.20 0.10 19.78 00:53:54 00:38:01 2 41.74 0.00 17.75 24.04 0.07 16.41 00:53:54 00:38:01 3 41.43 0.00 18.64 27.53 0.07 12.32 00:53:54 00:39:02 all 31.11 0.00 20.16 26.18 0.09 22.47 00:53:54 00:39:02 0 29.99 0.00 19.79 26.61 0.10 23.51 00:53:54 00:39:02 1 30.09 0.00 20.31 29.35 0.09 20.16 00:53:54 00:39:02 2 33.49 0.00 19.96 24.74 0.08 21.72 00:53:54 00:39:02 3 30.87 0.00 20.58 23.98 0.07 24.50 00:53:54 00:40:02 all 34.54 0.00 22.32 31.54 0.10 11.49 00:53:54 00:40:02 0 35.36 0.00 22.30 31.78 0.10 10.46 00:53:54 00:40:02 1 33.70 0.00 21.75 30.81 0.12 13.62 00:53:54 00:40:02 2 34.72 0.00 22.69 33.16 0.10 9.33 00:53:54 00:40:02 3 34.39 0.00 22.54 30.41 0.07 12.60 00:53:54 00:41:04 all 42.34 0.00 17.47 23.29 0.08 16.83 00:53:54 00:41:04 0 42.24 0.00 16.78 24.45 0.12 16.41 00:53:54 00:41:04 1 40.90 0.00 17.67 23.44 0.07 17.92 00:53:54 00:41:04 2 42.31 0.00 17.41 23.57 0.07 16.64 00:53:54 00:41:04 3 43.90 0.00 18.02 21.68 0.05 16.35 00:53:54 00:42:01 all 4.81 0.00 2.73 5.53 0.05 86.87 00:53:54 00:42:01 0 5.57 0.00 2.93 7.79 0.07 83.65 00:53:54 00:42:01 1 4.42 0.00 2.24 2.47 0.05 90.82 00:53:54 00:42:01 2 5.91 0.00 3.14 6.78 0.05 84.12 00:53:54 00:42:01 3 3.34 0.00 2.63 5.09 0.02 88.91 00:53:54 00:53:54 00:42:01 CPU %user %nice %system %iowait %steal %idle 00:53:54 00:43:01 all 0.16 0.00 0.04 0.02 0.00 99.78 00:53:54 00:43:01 0 0.03 0.00 0.03 0.07 0.00 99.87 00:53:54 00:43:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:43:01 2 0.53 0.00 0.05 0.00 0.00 99.42 00:53:54 00:43:01 3 0.03 0.00 0.03 0.02 0.00 99.92 00:53:54 00:44:01 all 0.15 0.00 0.02 0.00 0.00 99.84 00:53:54 00:44:01 0 0.03 0.00 0.02 0.00 0.00 99.95 00:53:54 00:44:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:44:01 2 0.50 0.00 0.02 0.00 0.00 99.48 00:53:54 00:44:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:53:54 00:45:01 all 0.15 0.00 0.02 0.00 0.00 99.83 00:53:54 00:45:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:45:01 1 0.05 0.00 0.03 0.00 0.00 99.92 00:53:54 00:45:01 2 0.50 0.00 0.00 0.00 0.02 99.48 00:53:54 00:45:01 3 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:46:01 all 0.15 0.00 0.06 0.02 0.00 99.77 00:53:54 00:46:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:46:01 1 0.47 0.00 0.15 0.07 0.00 99.32 00:53:54 00:46:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 00:53:54 00:47:01 all 0.06 0.00 0.05 0.03 0.00 99.85 00:53:54 00:47:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:47:01 1 0.10 0.00 0.08 0.03 0.02 99.77 00:53:54 00:47:01 2 0.07 0.00 0.05 0.08 0.00 99.80 00:53:54 00:47:01 3 0.05 0.00 0.05 0.02 0.00 99.88 00:53:54 00:48:01 all 0.02 0.00 0.02 0.00 0.00 99.95 00:53:54 00:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:48:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:48:01 2 0.05 0.00 0.05 0.00 0.00 99.90 00:53:54 00:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:49:01 all 0.01 0.00 0.02 0.00 0.00 99.97 00:53:54 00:49:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:53:54 00:49:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:49:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:53:54 00:49:01 3 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:50:01 all 0.03 0.00 0.02 0.00 0.00 99.95 00:53:54 00:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 00:53:54 00:50:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:50:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:53:54 00:51:01 all 0.01 0.00 0.02 0.00 0.00 99.96 00:53:54 00:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 00:53:54 00:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:51:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:53:54 00:51:01 3 0.00 0.00 0.02 0.00 0.00 99.98 00:53:54 00:52:01 all 0.04 0.00 0.02 0.00 0.00 99.94 00:53:54 00:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 00:53:54 00:52:01 1 0.07 0.00 0.03 0.00 0.00 99.90 00:53:54 00:52:01 2 0.03 0.00 0.02 0.00 0.00 99.95 00:53:54 00:52:01 3 0.02 0.00 0.00 0.00 0.00 99.98 00:53:54 00:53:01 all 0.03 0.00 0.02 0.00 0.00 99.95 00:53:54 00:53:01 0 0.05 0.00 0.02 0.00 0.00 99.93 00:53:54 00:53:01 1 0.02 0.00 0.02 0.00 0.00 99.97 00:53:54 00:53:01 2 0.02 0.00 0.03 0.00 0.00 99.95 00:53:54 00:53:01 3 0.05 0.00 0.02 0.00 0.00 99.93 00:53:54 00:53:54 Average: CPU %user %nice %system %iowait %steal %idle 00:53:54 Average: all 14.31 0.00 6.71 6.97 0.03 71.98 00:53:54 Average: 0 14.24 0.00 6.85 7.38 0.04 71.49 00:53:54 Average: 1 14.11 0.00 6.65 6.98 0.04 72.22 00:53:54 Average: 2 14.53 0.00 6.72 7.03 0.03 71.68 00:53:54 Average: 3 14.37 0.00 6.61 6.48 0.03 72.51 00:53:54 00:53:54 00:53:54