Pull request #2847 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 0c62d3a05055e4b77c1d2256fef74750574f32c7 rather than 2d71b7e4afa7fde7c58a07921ed201627351f1cb Obtained Jenkinsfile from 0c62d3a05055e4b77c1d2256fef74750574f32c7 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8666 in /w/workspace/edgexfoundry_edgex-go_PR-2847 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit 2d71b7e4afa7fde7c58a07921ed201627351f1cb Merge succeeded, producing 2d71b7e4afa7fde7c58a07921ed201627351f1cb Checking out Revision 2d71b7e4afa7fde7c58a07921ed201627351f1cb (PR-2847) > 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/2847/head:refs/remotes/origin/PR-2847 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # 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 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:48:12 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git rev-list --no-walk 9d01813facfbcc2c2ddaf00bd90cdf0d08f75de5 # timeout=10 [Pipeline] withCredentials 06:48:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:48:12 ========================================================= 06:48:12 EdgeX Global Pipelines Version Info 06:48:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:48:15 ------------------- 06:48:15 stable info: 06:48:15 ------------------- 06:48:15 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:48:15 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 06:48:15 Message: update stable to v1.0.148 06:48:16 ------------------- 06:48:16 experimental info: 06:48:16 ------------------- 06:48:16 Commited By: **** collab-it+edgex@linuxfoundation.org 06:48:16 Commit SHA: 2701555fd48d7f7017006eef04e32eb767bac8dc 06:48:16 Message: update experimental to v1.0.151 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:48:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2847 [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2847 [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2847 [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d71b7e4afa7fde7c58a07921ed201627351f1cb [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d71b7e [Pipeline] echo 06:48:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 06:48:20 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/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 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/core-command/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo core-command,cmd/core-command/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/core-data/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo core-data,cmd/core-data/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/core-metadata/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo core-metadata,cmd/core-metadata/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/security-proxy-setup/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/security-secrets-setup/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/support-logging/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo support-logging,cmd/support-logging/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/support-notifications/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo support-notifications,cmd/support-notifications/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/support-scheduler/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:48:20 + for file in '`ls cmd/**/Dockerfile`' 06:48:20 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:48:20 ++ cut -d/ -f2 06:48:20 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:48:20 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-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 06:48:21 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:21 06:48:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:48:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:22 latest: Pulling from edgex-devops/git-semver 06:48:22 31603596830f: Pulling fs layer 06:48:22 2a8b12db71e7: Pulling fs layer 06:48:22 6ca5941a6612: Pulling fs layer 06:48:22 ecc8261a40a4: Pulling fs layer 06:48:22 ecc8261a40a4: Waiting 06:48:22 2a8b12db71e7: Verifying Checksum 06:48:22 2a8b12db71e7: Download complete 06:48:22 31603596830f: Verifying Checksum 06:48:22 31603596830f: Download complete 06:48:22 ecc8261a40a4: Verifying Checksum 06:48:22 ecc8261a40a4: Download complete 06:48:22 6ca5941a6612: Verifying Checksum 06:48:22 6ca5941a6612: Download complete 06:48:23 31603596830f: Pull complete 06:48:23 2a8b12db71e7: Pull complete 06:48:25 6ca5941a6612: Pull complete 06:48:25 ecc8261a40a4: Pull complete 06:48:25 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:48:25 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:25 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:48:25 prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container 06:48:25 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:48:28 $ docker top c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:48:28 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:48:28 [ssh-agent] Looking for ssh-agent implementation... 06:48:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:48:29 $ docker exec c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent 06:48:29 SSH_AUTH_SOCK=/tmp/ssh-FjxzxW7nRcFQ/agent.12 06:48:29 SSH_AGENT_PID=17 06:48:29 Running ssh-add (command line suppressed) 06:48:29 Identity added: /w/workspace/edgex-go/5@tmp/private_key_3913955637520441438.key (/w/workspace/edgex-go/5@tmp/private_key_3913955637520441438.key) 06:48:29 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:48:30 + git tag --points-at HEAD [Pipeline] } 06:48:30 $ docker exec --env ******** --env ******** c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent -k 06:48:30 unset SSH_AUTH_SOCK; 06:48:30 unset SSH_AGENT_PID; 06:48:30 echo Agent pid 17 killed; 06:48:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:48:30 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:48:30 [ssh-agent] Looking for ssh-agent implementation... 06:48:31 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:48:31 $ docker exec c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent 06:48:31 SSH_AUTH_SOCK=/tmp/ssh-ldNTYq9XNvZ5/agent.46 06:48:31 SSH_AGENT_PID=51 06:48:31 Running ssh-add (command line suppressed) 06:48:31 Identity added: /w/workspace/edgex-go/5@tmp/private_key_2669517906441281365.key (/w/workspace/edgex-go/5@tmp/private_key_2669517906441281365.key) 06:48:31 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:48:31 + git semver init 06:48:31 # -> Open(): unable to determine branch for HEAD 06:48:31 # $GIT_DIR = /w/workspace/edgex-go/5/.git 06:48:31 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 06:48:31 # $SEMVER_REMOTE_NAME = origin 06:48:31 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:48:31 # $SEMVER_USER_NAME = edgex-jenkins 06:48:31 # $SEMVER_BRANCH = PR-2847 06:48:31 # $SEMVER_TEMP = /tmp/semver-228481265 06:48:31 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:48:59 # '/tmp/semver-228481265' -> '/w/workspace/edgex-go/5/.semver' 06:48:59 # -> Force: false 06:48:59 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 06:48:59 $ docker exec --env ******** --env ******** c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e ssh-agent -k 06:48:59 unset SSH_AUTH_SOCK; 06:48:59 unset SSH_AGENT_PID; 06:48:59 echo Agent pid 51 killed; 06:48:59 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:49:00 + git semver [Pipeline] } 06:49:00 $ docker stop --time=1 c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e 06:49:02 $ docker rm -f c5d443e8e0f8cd66ccff62502bf579a837b36f4f55c2b078cdf920406d26fe2e [Pipeline] // withDockerContainer [Pipeline] sh 06:49:02 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:49:04 Stashed 1 file(s) [Pipeline] echo 06:49:04 [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 06:49:04 ========================================================= 06:49:04 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:49:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:49:05 + 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 . 06:49:10 Sending build context to Docker daemon 325.7MB 06:49:10 Step 1/7 : ARG BASE=golang:1.15-alpine 06:49:10 Step 2/7 : FROM ${BASE} 06:49:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:49:10 df20fa9351a1: Pulling fs layer 06:49:10 ed8968b2872e: Pulling fs layer 06:49:10 a92cc7c5fd73: Pulling fs layer 06:49:10 e871e8e8d7a9: Pulling fs layer 06:49:10 e73272ec9a57: Pulling fs layer 06:49:10 1e910a182e73: Pulling fs layer 06:49:10 4e634b169226: Pulling fs layer 06:49:10 e73272ec9a57: Waiting 06:49:10 1e910a182e73: Waiting 06:49:10 4e634b169226: Waiting 06:49:10 e871e8e8d7a9: Waiting 06:49:10 a92cc7c5fd73: Verifying Checksum 06:49:10 a92cc7c5fd73: Download complete 06:49:10 ed8968b2872e: Download complete 06:49:10 e73272ec9a57: Verifying Checksum 06:49:10 e73272ec9a57: Download complete 06:49:10 1e910a182e73: Verifying Checksum 06:49:10 1e910a182e73: Download complete 06:49:10 df20fa9351a1: Verifying Checksum 06:49:10 df20fa9351a1: Download complete 06:49:10 df20fa9351a1: Pull complete 06:49:11 ed8968b2872e: Pull complete 06:49:11 a92cc7c5fd73: Pull complete 06:49:15 4e634b169226: Verifying Checksum 06:49:15 4e634b169226: Download complete 06:49:17 e871e8e8d7a9: Verifying Checksum 06:49:17 e871e8e8d7a9: Download complete 06:49:19 Still waiting to schedule task 06:49:19 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 06:49:28 e871e8e8d7a9: Pull complete 06:49:28 e73272ec9a57: Pull complete 06:49:28 1e910a182e73: Pull complete 06:49:34 4e634b169226: Pull complete 06:49:34 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:49:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:49:34 ---> f7629b54cfaa 06:49:34 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 06:49:34 ---> Running in 23b37311863c 06:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:49:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:49:36 (1/12) Installing libmagic (5.38-r0) 06:49:36 (2/12) Installing file (5.38-r0) 06:49:36 (3/12) Installing libc-dev (0.7.2-r3) 06:49:36 (4/12) Installing g++ (9.3.0-r2) 06:49:42 (5/12) Installing fortify-headers (1.1-r0) 06:49:42 (6/12) Installing patch (2.7.6-r6) 06:49:42 (7/12) Installing build-base (0.5-r2) 06:49:42 (8/12) Installing libsodium (1.0.18-r0) 06:49:42 (9/12) Installing pkgconf (1.7.2-r0) 06:49:42 (10/12) Installing libsodium-dev (1.0.18-r0) 06:49:42 (11/12) Installing libzmq (4.3.3-r0) 06:49:42 (12/12) Installing zeromq-dev (4.3.3-r0) 06:49:42 Executing busybox-1.31.1-r16.trigger 06:49:42 OK: 233 MiB in 51 packages 06:49:46 Removing intermediate container 23b37311863c 06:49:46 ---> 4dc439bf29e5 06:49:46 Step 4/7 : WORKDIR /edgex-go 06:49:46 ---> Running in 60946ccde3d7 06:49:46 Removing intermediate container 60946ccde3d7 06:49:46 ---> bdb574d96dee 06:49:46 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:49:46 latest: Pulling from library/docker 06:49:46 188c0c94c7c5: Pulling fs layer 06:49:46 0c7c675703d6: Pulling fs layer 06:49:46 cc8c12a437cb: Pulling fs layer 06:49:46 c5dafad2182a: Pulling fs layer 06:49:46 5aa711733414: Pulling fs layer 06:49:46 058f73b55e4b: Pulling fs layer 06:49:46 8c9c664faf12: Pulling fs layer 06:49:46 c5dafad2182a: Waiting 06:49:46 5aa711733414: Waiting 06:49:46 8c9c664faf12: Waiting 06:49:46 058f73b55e4b: Waiting 06:49:46 cc8c12a437cb: Verifying Checksum 06:49:46 cc8c12a437cb: Download complete 06:49:47 188c0c94c7c5: Verifying Checksum 06:49:47 188c0c94c7c5: Download complete 06:49:47 0c7c675703d6: Verifying Checksum 06:49:47 0c7c675703d6: Download complete 06:49:48 5aa711733414: Verifying Checksum 06:49:48 5aa711733414: Download complete 06:49:48 058f73b55e4b: Verifying Checksum 06:49:48 058f73b55e4b: Download complete 06:49:48 188c0c94c7c5: Pull complete 06:49:48 0c7c675703d6: Pull complete 06:49:48 cc8c12a437cb: Pull complete 06:49:48 8c9c664faf12: Verifying Checksum 06:49:48 8c9c664faf12: Download complete 06:49:50 c5dafad2182a: Verifying Checksum 06:49:50 c5dafad2182a: Download complete 06:49:54 c5dafad2182a: Pull complete 06:49:54 5aa711733414: Pull complete 06:49:54 058f73b55e4b: Pull complete 06:49:55 8c9c664faf12: Pull complete 06:49:55 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:49:55 Status: Downloaded newer image for docker:latest 06:49:57 ---> c6015d256adb 06:49:57 Step 6/7 : COPY go.mod . 06:49:58 ---> 17359f328758 06:49:58 Step 7/7 : RUN go mod download 06:49:58 ---> Running in 4e45dc9c543a 06:50:25 Removing intermediate container 4e45dc9c543a 06:50:25 ---> 1ed2ebbc872c 06:50:25 Successfully built 1ed2ebbc872c 06:50:25 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:50:25 + docker inspect -f . ci-base-image-x86_64 06:50:25 . [Pipeline] withDockerContainer 06:50:25 prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container 06:50:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:50:27 $ docker top bb6fe4184f9a400f69db44d48cbd5269699aa6a2f8df66a1022150dc3dc4fefe -eo pid,comm [Pipeline] { [Pipeline] sh 06:50:27 + go version 06:50:27 go version go1.15.2 linux/amd64 [Pipeline] } 06:50:27 $ docker stop --time=1 bb6fe4184f9a400f69db44d48cbd5269699aa6a2f8df66a1022150dc3dc4fefe 06:50:29 $ docker rm -f bb6fe4184f9a400f69db44d48cbd5269699aa6a2f8df66a1022150dc3dc4fefe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:50:30 + docker inspect -f . ci-base-image-x86_64 06:50:30 . [Pipeline] withDockerContainer 06:50:30 prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container 06:50:30 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:50:31 $ docker top 5096cee2f87c61947924dba2f32fe32750203a013c212517db83219c14f7d182 -eo pid,comm [Pipeline] { [Pipeline] echo 06:50:31 ========================================================= 06:50:31 [edgeXBuildGoParallel] Running Tests and Build... 06:50:31 ========================================================= [Pipeline] sh 06:50:32 + make test 06:50:32 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:50:35 ? github.com/edgexfoundry/edgex-go [no test files] 06:50:54 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:51:04 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:51:04 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:51:04 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:51:04 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:51:06 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.024s 06:51:06 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:51:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:51:07 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:51:08 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:51:08 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:51:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:51:09 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:51:09 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:51:14 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 06:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:51:14 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.118s coverage: 27.1% of statements 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.027s coverage: 100.0% of statements 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.066s coverage: 100.0% of statements 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.378s coverage: 72.1% of statements 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:51:19 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.037s coverage: 85.5% of statements 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:51:19 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:51:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.089s coverage: 28.6% of statements 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:51:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.019s coverage: 100.0% of statements 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:51:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.038s coverage: 100.0% of statements 06:51:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:51:22 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.054s coverage: 86.7% of statements 06:51:22 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:51:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.133s coverage: 97.5% of statements 06:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:51:23 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements 06:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:51:23 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:51:24 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.144s coverage: 96.4% of statements 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:51:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.052s coverage: 58.8% of statements 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:51:24 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.028s coverage: 0.0% of statements [no tests to run] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:51:24 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:51:25 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.128s coverage: 63.5% of statements 06:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:51:25 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.044s coverage: 100.0% of statements 06:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.092s coverage: 91.3% of statements 06:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.035s coverage: 100.0% of statements 06:51:26 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.222s coverage: 73.7% of statements 06:51:27 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.027s coverage: 100.0% of statements 06:51:28 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.231s coverage: 55.9% of statements 06:51:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:51:28 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:51:28 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:51:28 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.903s coverage: 86.3% of statements 06:51:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.893s coverage: 72.2% of statements 06:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.307s coverage: 72.1% of statements 06:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.063s coverage: 82.4% of statements 06:51:30 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.021s coverage: 48.4% of statements 06:51:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:51:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:51:30 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.039s coverage: 28.8% of statements 06:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:51:31 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.036s coverage: 96.8% of statements 06:51:31 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:51:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.062s coverage: 36.5% of statements 06:51:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:51:34 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:51:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.342s coverage: 84.1% of statements 06:51:34 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.014s coverage: 100.0% of statements 06:51:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements 06:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:51:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.015s coverage: 100.0% of statements 06:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:51:34 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.031s coverage: 83.8% of statements 06:51:34 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.023s coverage: 46.8% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.037s coverage: 100.0% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.055s coverage: 100.0% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:51:37 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.043s coverage: 100.0% of statements 06:51:37 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:51:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.149s coverage: 29.1% of statements 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:51:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.057s coverage: 99.0% of statements 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:51:39 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.019s coverage: 100.0% of statements 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:51:39 ok github.com/edgexfoundry/edgex-go/internal/system 0.044s coverage: 0.0% of statements 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:51:39 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.072s coverage: 100.0% of statements 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:51:39 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:51:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.043s coverage: 87.9% of statements 06:51:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:51:40 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:51:40 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements 06:51:41 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.021s coverage: 32.1% of statements 06:51:41 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.029s coverage: 100.0% of statements 06:51:41 GO111MODULE=on go vet ./... 06:51:57 gofmt -l . 06:51:57 [ "`gofmt -l .`" = "" ] 06:51:57 ./bin/test-go-mod-tidy.sh 06:51:58 ./bin/test-attribution-txt.sh [Pipeline] sh 06:52:02 + ls -al . 06:52:02 total 628 06:52:02 drwxrwxr-x 10 1001 1001 4096 Oct 25 06:52 . 06:52:02 drwxr-xr-x 4 root root 28 Oct 25 06:50 .. 06:52:02 -rw-rw-r-- 1 1001 1001 11 Oct 25 06:48 .dockerignore 06:52:02 drwxrwxr-x 8 1001 1001 179 Oct 25 06:48 .git 06:52:02 drwxrwxr-x 3 1001 1001 125 Oct 25 06:48 .github 06:52:02 -rw-rw-r-- 1 1001 1001 932 Oct 25 06:48 .gitignore 06:52:02 drwx------ 3 1001 1001 47 Oct 25 06:48 .semver 06:52:02 -rw-rw-r-- 1 1001 1001 166 Oct 25 06:48 .sonarcloud.properties 06:52:02 -rw-rw-r-- 1 1001 1001 3804 Oct 25 06:48 CONTRIBUTING.md 06:52:02 -rw-rw-r-- 1 1001 1001 1035 Oct 25 06:48 Dockerfile.build 06:52:02 -rw-rw-r-- 1 1001 1001 863 Oct 25 06:48 Jenkinsfile 06:52:02 -rw-rw-r-- 1 1001 1001 10775 Oct 25 06:48 LICENSE 06:52:02 -rw-rw-r-- 1 1001 1001 6237 Oct 25 06:48 Makefile 06:52:02 -rw-rw-r-- 1 1001 1001 6447 Oct 25 06:48 README.md 06:52:02 -rw-rw-r-- 1 1001 1001 259 Oct 25 06:48 SECURITY.md 06:52:02 -rw-rw-r-- 1 1001 1001 5 Oct 25 06:49 VERSION 06:52:02 -rw-rw-r-- 1 1001 1001 4131 Oct 25 06:48 ZMQWindows.md 06:52:02 drwxrwxr-x 2 1001 1001 117 Oct 25 06:48 bin 06:52:02 drwxrwxr-x 15 1001 1001 4096 Oct 25 06:48 cmd 06:52:02 -rw-r--r-- 1 root root 534131 Oct 25 06:51 coverage.out 06:52:02 -rw-r--r-- 1 root root 1041 Oct 25 06:51 go.mod 06:52:02 -rw-r--r-- 1 root root 18775 Oct 25 06:51 go.sum 06:52:02 drwxrwxr-x 8 1001 1001 127 Oct 25 06:48 internal 06:52:02 drwxrwxr-x 4 1001 1001 26 Oct 25 06:48 openapi 06:52:02 drwxrwxr-x 4 1001 1001 71 Oct 25 06:48 snap 06:52:02 -rw-rw-r-- 1 1001 1001 168 Oct 25 06:48 version.go [Pipeline] sh 06:52:02 + '[' -e coverage.out ] 06:52:02 + chown 1001:1001 coverage.out [Pipeline] stash 06:52:03 Stashed 1 file(s) [Pipeline] sh 06:52:03 + make build 06:52:03 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 06:52:19 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 06:52:22 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:52:24 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 06:52:26 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 06:52:28 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:52:29 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 06:52:32 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 06:52:35 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 06:52:38 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 06:52:42 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 06:52: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 06:52:47 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 06:52:48 $ docker stop --time=1 5096cee2f87c61947924dba2f32fe32750203a013c212517db83219c14f7d182 06:52:50 $ docker rm -f 5096cee2f87c61947924dba2f32fe32750203a013c212517db83219c14f7d182 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:52:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:52:53 06:52:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:52:53 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:52:53 latest: Pulling from edgex-devops/edgex-compose 06:52:53 cbdbe7a5bc2a: Pulling fs layer 06:52:53 ca9280d653b3: Pulling fs layer 06:52:53 7e9c9ca2126c: Pulling fs layer 06:52:54 cbdbe7a5bc2a: Download complete 06:52:55 cbdbe7a5bc2a: Pull complete 06:52:55 ca9280d653b3: Verifying Checksum 06:52:55 ca9280d653b3: Download complete 06:52:57 ca9280d653b3: Pull complete 06:52:59 7e9c9ca2126c: Verifying Checksum 06:52:59 7e9c9ca2126c: Download complete 06:53:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8668 in /w/workspace/edgexfoundry_edgex-go_PR-2847 [Pipeline] { [Pipeline] ws 06:53:07 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 06:53:09 7e9c9ca2126c: Pull complete 06:53:09 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:53:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:53:09 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:53:10 prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container 06:53:10 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:53:12 $ docker top 0d07f03479bd0a56d60958d70bcb14d5016b8663247218ced68a26c8aa173adb -eo pid,comm [Pipeline] { [Pipeline] sh 06:53:12 + docker-compose build --help 06:53:12 + grep parallel 06:53:12 using credential edgex-jenkins-ssh 06:53:13 Cloning the remote Git repository 06:53:13 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:53:13 > git init /w/workspace/edgex-go/5 # timeout=10 06:53:13 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:53:13 > git --version # timeout=10 06:53:13 > git --version # 'git version 2.17.1' 06:53:13 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:53:14 --parallel Build images in parallel. [Pipeline] } 06:53:14 $ docker stop --time=1 0d07f03479bd0a56d60958d70bcb14d5016b8663247218ced68a26c8aa173adb 06:53:15 $ docker rm -f 0d07f03479bd0a56d60958d70bcb14d5016b8663247218ced68a26c8aa173adb [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:53:16 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:53:16 . [Pipeline] withDockerContainer 06:53:17 prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container 06:53:17 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:53:18 $ docker top 518566a0e47e44944ce514f965dbefbff5999fb132fa9f28c880266416dd2575 -eo pid,comm [Pipeline] { [Pipeline] sh 06:53:19 + docker-compose -f ./docker-compose-build.yml build --parallel 06:53:22 Building docker-core-command-go ... 06:53:22 Building docker-core-data-go ... 06:53:22 Building docker-core-metadata-go ... 06:53:22 Building docker-security-proxy-setup-go ... 06:53:22 Building docker-security-secrets-setup-go ... 06:53:22 Building docker-security-secretstore-setup-go ... 06:53:22 Building docker-support-logging-go ... 06:53:22 Building docker-support-notifications-go ... 06:53:22 Building docker-support-scheduler-go ... 06:53:22 Building docker-sys-mgmt-agent-go ... 06:53:22 Building docker-sys-mgmt-agent-go 06:53:22 Building docker-core-data-go 06:53:22 Building docker-security-proxy-setup-go 06:53:22 Building docker-support-notifications-go 06:53:22 Building docker-support-scheduler-go 06:53:29 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit 2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:53:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:53:28 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:53:28 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:53:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:53:28 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2847/head:refs/remotes/origin/PR-2847 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:53:29 > git config core.sparsecheckout # timeout=10 06:53:29 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 06:53:30 Merge succeeded, producing 2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:53:30 Checking out Revision 2d71b7e4afa7fde7c58a07921ed201627351f1cb (PR-2847) 06:53:30 > git remote # timeout=10 06:53:30 > git config --get remote.origin.url # timeout=10 06:53:30 using GIT_SSH to set credentials SSH Credentials for GitHub 06:53:30 > git merge 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 06:53:30 > git rev-parse HEAD^{commit} # timeout=10 06:53:30 > git config core.sparsecheckout # timeout=10 06:53:30 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 06:53:34 Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:53:35 ========================================================= 06:53:35 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:53:35 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:53:36 + 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 . 06:53:39 Sending build context to Docker daemon 165.2MB 06:53:39 Step 1/7 : ARG BASE=golang:1.15-alpine 06:53:39 Step 2/7 : FROM ${BASE} 06:53:40 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:53:40 b538f80385f9: Pulling fs layer 06:53:40 74f711af9a0d: Pulling fs layer 06:53:40 99f96fe45779: Pulling fs layer 06:53:40 8529a6b9a6be: Pulling fs layer 06:53:40 45590311c82a: Pulling fs layer 06:53:40 69ca0ff8b7b3: Pulling fs layer 06:53:40 209524e5b208: Pulling fs layer 06:53:40 45590311c82a: Waiting 06:53:40 69ca0ff8b7b3: Waiting 06:53:40 209524e5b208: Waiting 06:53:40 8529a6b9a6be: Waiting 06:53:40 99f96fe45779: Verifying Checksum 06:53:40 99f96fe45779: Download complete 06:53:40 74f711af9a0d: Verifying Checksum 06:53:40 74f711af9a0d: Download complete 06:53:40 45590311c82a: Verifying Checksum 06:53:40 45590311c82a: Download complete 06:53:40 69ca0ff8b7b3: Download complete 06:53:40 b538f80385f9: Download complete 06:53:40 b538f80385f9: Pull complete 06:53:41 74f711af9a0d: Pull complete 06:53:41 99f96fe45779: Pull complete 06:53:42 209524e5b208: Verifying Checksum 06:53:42 209524e5b208: Download complete 06:53:44 8529a6b9a6be: Verifying Checksum 06:53:44 8529a6b9a6be: Download complete 06:53:54 8529a6b9a6be: Pull complete 06:53:54 45590311c82a: Pull complete 06:53:54 69ca0ff8b7b3: Pull complete 06:53:59 209524e5b208: Pull complete 06:53:59 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:53:59 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:53:59 ---> 5bddaf1c2fca 06:53:59 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 06:54:02 ---> Running in d66fd16a22d7 06:54:04 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:05 (1/12) Installing libmagic (5.38-r0) 06:54:05 (2/12) Installing file (5.38-r0) 06:54:05 (3/12) Installing libc-dev (0.7.2-r3) 06:54:05 (4/12) Installing g++ (9.3.0-r2) 06:54:09 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:54:09 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:54:09 ---> 1ed2ebbc872c 06:54:09 Step 3/20 : WORKDIR /edgex-go 06:54:09 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:54:09 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:54:09 ---> 1ed2ebbc872c 06:54:09 Step 3/27 : WORKDIR /edgex-go 06:54:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:54:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:54:09 ---> 1ed2ebbc872c 06:54:09 Step 3/21 : WORKDIR /edgex-go 06:54:09 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:54:09 Step 2/24 : FROM ${BUILDER_BASE} AS builderStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:54:09 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:54:09 ---> 1ed2ebbc872c 06:54:09 Step 3/23 : WORKDIR /edgex-go 06:54:09 06:54:09 ---> 1ed2ebbc872c 06:54:09 Step 3/24 : WORKDIR /edgex-go 06:54:09 ---> Running in d059c2c2906f 06:54:09 ---> Running in b6a21ce2db0b 06:54:09 ---> Running in 724e8fab753d 06:54:09 ---> Running in 87effe9af88f 06:54:09 ---> Running in 21b06db63580 06:54:09 Removing intermediate container 724e8fab753d 06:54:09 ---> 50dd1b7a53b2 06:54:09 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:09 Removing intermediate container b6a21ce2db0b 06:54:09 ---> 4fa253729e31 06:54:09 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:09 Removing intermediate container d059c2c2906f 06:54:09 ---> 428353be64c1 06:54:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:09 Removing intermediate container 87effe9af88f 06:54:09 ---> 2b1082468cda 06:54:09 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:09 ---> Running in c1d28cdb4e3b 06:54:09 Removing intermediate container 21b06db63580 06:54:09 ---> a2592e633e1b 06:54:09 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:09 ---> Running in e3ec8d7b190b 06:54:09 ---> Running in 72fa99afac12 06:54:09 ---> Running in c35124c5cb9d 06:54:09 ---> Running in 03e4152aadad 06:54:10 Removing intermediate container c1d28cdb4e3b 06:54:10 ---> b524e9c07831 06:54:10 Step 5/20 : RUN apk update && apk add make git 06:54:10 (5/12) Installing fortify-headers (1.1-r0) 06:54:10 (6/12) Installing patch (2.7.6-r6) 06:54:10 (7/12) Installing build-base (0.5-r2) 06:54:10 ---> Running in 63bcc3a43b8f 06:54:10 Removing intermediate container e3ec8d7b190b 06:54:10 ---> 056782020f46 06:54:10 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:54:10 Removing intermediate container c35124c5cb9d 06:54:10 ---> 28bd6dccc5b2 06:54:10 Step 5/21 : RUN apk update && apk add make git 06:54:10 (8/12) Installing libsodium (1.0.18-r0) 06:54:10 (9/12) Installing pkgconf (1.7.2-r0) 06:54:10 (10/12) Installing libsodium-dev (1.0.18-r0) 06:54:10 Removing intermediate container 03e4152aadad 06:54:10 ---> 934912a474f8 06:54:10 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:54:10 Removing intermediate container 72fa99afac12 06:54:10 ---> b0ca1f688897 06:54:10 Step 5/27 : RUN apk update && apk add make bash git 06:54:10 ---> Running in 3911696559a9 06:54:10 ---> Running in 709d4d9823d5 06:54:10 ---> Running in f8a7f6318442 06:54:10 ---> Running in e68a2322e775 06:54:10 (11/12) Installing libzmq (4.3.3-r0) 06:54:10 (12/12) Installing zeromq-dev (4.3.3-r0) 06:54:11 Executing busybox-1.31.1-r16.trigger 06:54:11 OK: 217 MiB in 51 packages 06:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:54:12 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:54:12 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:54:12 OK: 12752 distinct packages available 06:54:13 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:54:13 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:54:13 OK: 12752 distinct packages available 06:54:13 OK: 233 MiB in 51 packages 06:54:13 OK: 233 MiB in 51 packages 06:54:13 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:54:13 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:54:13 OK: 12752 distinct packages available 06:54:13 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:54:13 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:54:13 OK: 12752 distinct packages available 06:54:13 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:54:13 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:54:13 OK: 12752 distinct packages available 06:54:14 OK: 233 MiB in 51 packages 06:54:14 OK: 233 MiB in 51 packages 06:54:14 OK: 233 MiB in 51 packages 06:54:14 Removing intermediate container 63bcc3a43b8f 06:54:14 ---> fab914759eea 06:54:14 Step 6/20 : COPY go.mod . 06:54:15 Removing intermediate container f8a7f6318442 06:54:15 ---> 21c2a7e4167b 06:54:15 Step 6/21 : COPY go.mod . 06:54:15 ---> 8852b20b4cd1 06:54:15 Step 7/20 : RUN go mod download 06:54:15 Removing intermediate container 3911696559a9 06:54:15 ---> db8d1a5f8ee2 06:54:15 Step 6/24 : COPY go.mod . 06:54:15 Removing intermediate container e68a2322e775 06:54:15 ---> 0b12bf8755c9 06:54:15 Step 6/27 : COPY go.mod . 06:54:15 Removing intermediate container d66fd16a22d7 06:54:15 ---> c68311624c9e 06:54:15 Step 4/7 : WORKDIR /edgex-go 06:54:15 ---> Running in cf61f61d65b8 06:54:15 Removing intermediate container 709d4d9823d5 06:54:15 ---> 677229695c3b 06:54:15 Step 6/23 : COPY go.mod . 06:54:15 ---> Running in 7602c66e677b 06:54:15 ---> 0268727bf581 06:54:15 Step 7/21 : RUN go mod download 06:54:15 Removing intermediate container cf61f61d65b8 06:54:15 ---> e8d922d93f2a 06:54:15 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:54:15 ---> Running in c45fcfe27ed3 06:54:15 ---> 98e1a95fe28c 06:54:15 Step 7/24 : RUN go mod download 06:54:15 latest: Pulling from library/docker 06:54:16 ---> 59aa3322a0f2 06:54:16 Step 7/27 : RUN go mod download 06:54:16 ---> 86c604133a11 06:54:16 Step 7/23 : RUN go mod download 06:54:16 ---> Running in 5127d5076360 06:54:16 ---> Running in a40ef7cf7b00 06:54:16 5f621e34cdf4: Pulling fs layer 06:54:16 85db56a05063: Pulling fs layer 06:54:16 ccb67d6aeaaa: Pulling fs layer 06:54:16 a0b19fc83503: Pulling fs layer 06:54:16 8eb508b41278: Pulling fs layer 06:54:16 37236713561e: Pulling fs layer 06:54:16 07c93f2b1b56: Pulling fs layer 06:54:16 a0b19fc83503: Waiting 06:54:16 8eb508b41278: Waiting 06:54:16 37236713561e: Waiting 06:54:16 07c93f2b1b56: Waiting 06:54:16 ccb67d6aeaaa: Verifying Checksum 06:54:16 ccb67d6aeaaa: Download complete 06:54:16 85db56a05063: Verifying Checksum 06:54:16 85db56a05063: Download complete 06:54:16 5f621e34cdf4: Verifying Checksum 06:54:16 5f621e34cdf4: Download complete 06:54:16 ---> Running in 9edb965d5580 06:54:16 8eb508b41278: Verifying Checksum 06:54:16 8eb508b41278: Download complete 06:54:16 37236713561e: Verifying Checksum 06:54:16 37236713561e: Download complete 06:54:16 07c93f2b1b56: Verifying Checksum 06:54:16 07c93f2b1b56: Download complete 06:54:17 5f621e34cdf4: Pull complete 06:54:17 85db56a05063: Pull complete 06:54:17 a0b19fc83503: Verifying Checksum 06:54:17 a0b19fc83503: Download complete 06:54:17 ccb67d6aeaaa: Pull complete 06:54:18 Removing intermediate container 7602c66e677b 06:54:18 ---> 5d1e4bbbd8fa 06:54:18 Step 8/20 : COPY . . 06:54:18 Removing intermediate container c45fcfe27ed3 06:54:18 ---> 174ae2a09be2 06:54:18 Step 8/21 : COPY . . 06:54:18 Removing intermediate container a40ef7cf7b00 06:54:18 ---> 2dd130f9d939 06:54:18 Step 8/27 : COPY . . 06:54:21 Removing intermediate container 5127d5076360 06:54:21 ---> fdb29089fabd 06:54:21 Step 8/24 : COPY . . 06:54:21 Removing intermediate container 9edb965d5580 06:54:21 ---> 79a34c7e6671 06:54:21 Step 8/23 : COPY . . 06:54:21 a0b19fc83503: Pull complete 06:54:21 8eb508b41278: Pull complete 06:54:22 37236713561e: Pull complete 06:54:22 07c93f2b1b56: Pull complete 06:54:22 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:54:22 Status: Downloaded newer image for docker:latest 06:54:25 ---> bebcae0e5a3e 06:54:25 Step 6/7 : COPY go.mod . 06:54:26 ---> 8439619b16da 06:54:26 Step 7/7 : RUN go mod download 06:54:26 ---> Running in fa4e9b2379c1 06:54:58 Removing intermediate container fa4e9b2379c1 06:54:58 ---> bd8afd2955fd 06:54:58 Successfully built bd8afd2955fd 06:54:58 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:54:59 + docker inspect -f . ci-base-image-arm64 06:54:59 . [Pipeline] withDockerContainer 06:54:59 prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container 06:54:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:55:01 $ docker top b9b0e74a284c54abeaa5aec391373e6921d8d533d43ce07cbd0ca400e3b1c69a -eo pid,comm [Pipeline] { [Pipeline] sh 06:55:02 + go version 06:55:02 go version go1.15.2 linux/arm64 [Pipeline] } 06:55:03 $ docker stop --time=1 b9b0e74a284c54abeaa5aec391373e6921d8d533d43ce07cbd0ca400e3b1c69a 06:55:04 $ docker rm -f b9b0e74a284c54abeaa5aec391373e6921d8d533d43ce07cbd0ca400e3b1c69a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:55:06 + docker inspect -f . ci-base-image-arm64 06:55:06 . [Pipeline] withDockerContainer 06:55:06 prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container 06:55:06 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:55:07 $ docker top 22513f71d352fa0598a01ea6b6355a65fe03411588819fba0fe461f671f79ad3 -eo pid,comm [Pipeline] { [Pipeline] echo 06:55:08 ========================================================= 06:55:08 [edgeXBuildGoParallel] Running Tests and Build... 06:55:08 ========================================================= [Pipeline] sh 06:55:08 + make test 06:55:08 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:55:09 ---> f092ac61f75d 06:55:09 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:55:09 ---> b01611097022 06:55:09 Step 9/23 : RUN make cmd/core-data/core-data 06:55:09 ---> Running in 07b5aa53f57b 06:55:09 ---> Running in 3a15cb37b3cb 06:55:09 ---> ed56111fbbe7 06:55:09 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:55:09 ---> 67cdf6ab65e7 06:55:09 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:55:09 ---> 762ef5dc7476 06:55:09 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:55:09 ---> Running in 053ec8956674 06:55:09 ---> Running in 36cfa4484c34 06:55:09 ---> Running in 8bd53b896b72 06:55:09 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 06:55: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 06:55:09 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:55:09 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 06:55:09 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 06:55:11 ? github.com/edgexfoundry/edgex-go [no test files] 06:55:43 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:55:57 Removing intermediate container 8bd53b896b72 06:55:57 ---> 650e4ae36ae3 06:55:57 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:55:57 Removing intermediate container 053ec8956674 06:55:57 ---> cd4c9dc49a58 06:55:57 06:55:57 Step 10/20 : FROM alpine 06:55:57 ---> Running in 660f1aa76443 06:55:57 latest: Pulling from library/alpine 06:55:57 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 06:55:57 Status: Downloaded newer image for alpine:latest 06:55:57 ---> d6e46aa2470d 06:55:57 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:55:57 ---> Running in 1e66fe31b9a8 06:55:57 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 06:55:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:55:58 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:55:58 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:55:58 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:55:58 OK: 12744 distinct packages available 06:55:59 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:55:59 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:55:59 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:55:59 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:55:59 (1/4) Installing ca-certificates (20191127-r4) 06:55:59 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:55:59 (3/4) Installing libcurl (7.69.1-r1) 06:55:59 (4/4) Installing curl (7.69.1-r1) 06:55:59 Executing busybox-1.31.1-r19.trigger 06:56:00 Executing ca-certificates-20191127-r4.trigger 06:56:00 OK: 7 MiB in 18 packages 06:56:00 Removing intermediate container 07b5aa53f57b 06:56:00 ---> dbad5e1fedd9 06:56:00 06:56:00 Step 10/21 : FROM scratch 06:56:00 ---> 06:56:00 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:56:02 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.036s 06:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:56:02 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:56:02 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:56:02 ---> Running in ef81fa6878ed 06:56:02 Removing intermediate container 36cfa4484c34 06:56:02 ---> 89a3aad79166 06:56:02 06:56:02 Step 10/24 : FROM scratch 06:56:02 ---> 06:56:02 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:56:03 ---> Running in 1ec1cfb950c4 06:56:03 Removing intermediate container ef81fa6878ed 06:56:03 ---> d4f78074a1e1 06:56:03 Step 12/21 : ENV APP_PORT=48085 06:56:04 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:56:04 Removing intermediate container 660f1aa76443 06:56:04 ---> e65d532ee296 06:56:04 06:56:04 Step 11/27 : FROM docker:latest 06:56:04 ---> 6972c414f322 06:56:04 Step 12/27 : RUN apk add --no-cache bash 06:56:04 ---> Running in 71e3e1f143e1 06:56:04 Removing intermediate container 1ec1cfb950c4 06:56:04 ---> 2cb49529b725 06:56:04 Step 12/24 : ENV APP_PORT=48060 06:56:04 Removing intermediate container 1e66fe31b9a8 06:56:04 ---> 4b3dc4dac3d4 06:56:04 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:56:04 ---> Running in 70a3daade1ce 06:56:04 ---> Running in 2195852bec03 06:56:04 ---> Running in 6fdf0fbdaf1f 06:56:04 Removing intermediate container 71e3e1f143e1 06:56:04 ---> 62c2b5ef45ac 06:56:04 Step 13/21 : EXPOSE $APP_PORT 06:56:05 Removing intermediate container 2195852bec03 06:56:05 ---> 00b752795861 06:56:05 Step 13/24 : EXPOSE $APP_PORT 06:56:05 ---> Running in 7cfce6e6a326 06:56:05 ---> Running in 9e6c3a453874 06:56:05 Removing intermediate container 6fdf0fbdaf1f 06:56:05 ---> 44892807921b 06:56:05 Step 13/20 : WORKDIR /edgex 06:56:05 ---> Running in f7bab6f67c8e 06:56:05 Removing intermediate container 7cfce6e6a326 06:56:05 ---> f0297414dad9 06:56:05 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:56:05 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:56:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:56:05 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:56:05 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:56:05 Removing intermediate container 9e6c3a453874 06:56:05 ---> b85176cd2f82 06:56:05 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:56:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:06 Removing intermediate container f7bab6f67c8e 06:56:06 ---> cee0be319c40 06:56:06 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:56:06 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:06 (1/2) Installing readline (8.0.4-r0) 06:56:06 (2/2) Installing bash (5.0.17-r0) 06:56:06 Executing bash-5.0.17-r0.post-install 06:56:06 Executing busybox-1.31.1-r19.trigger 06:56:06 OK: 12 MiB in 22 packages 06:56:07 ---> 6f3db89f8975 06:56:07 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:56:07 ---> f1bf529197e0 06:56:07 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:56:08 ---> 730adc1534b3 06:56:08 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:56:09 ---> 2223e693e4aa 06:56:09 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:56:09 Removing intermediate container 3a15cb37b3cb 06:56:09 ---> 5fa82c155cca 06:56:09 06:56:09 Step 10/23 : FROM alpine 06:56:09 ---> d6e46aa2470d 06:56:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:56:09 ---> cd10a54e02ac 06:56:09 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:56:09 ---> Running in d7c2e34f1f6f 06:56:09 Removing intermediate container 70a3daade1ce 06:56:09 ---> 5154f0ac435d 06:56:09 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:56:09 ---> abb2547b0b31 06:56:09 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:56:09 ---> 773dddeba468 06:56:09 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:56:09 ---> Running in c1e6e2fe3d6d 06:56:09 ---> Running in 4a8482ae7b41 06:56:10 ---> Running in aa287a2df58b 06:56:10 Removing intermediate container d7c2e34f1f6f 06:56:10 ---> c4e8e9361259 06:56:10 Step 12/23 : ENV APP_PORT=48080 06:56:10 ---> Running in cc846dfe8357 06:56:10 Removing intermediate container 4a8482ae7b41 06:56:10 ---> 8d005c60a6a6 06:56:10 Step 17/20 : CMD ["--init=true"] 06:56:10 Removing intermediate container aa287a2df58b 06:56:10 ---> f8905537a925 06:56:10 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:56:10 ---> 92e7f4a85cd5 06:56:10 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:56:10 ---> Running in 5909c1a7d4f9 06:56:10 ---> Running in d02f00dfc804 06:56:10 Removing intermediate container cc846dfe8357 06:56:10 ---> 261d66ad7215 06:56:10 Step 13/23 : EXPOSE $APP_PORT 06:56:11 ---> Running in ade3b946712f 06:56:11 Removing intermediate container 5909c1a7d4f9 06:56:11 ---> 172efb4a56d3 06:56:11 Step 18/20 : LABEL arch=x86_64 06:56:11 ---> b0080298077e 06:56:11 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:56:11 Removing intermediate container d02f00dfc804 06:56:11 ---> 1b0ebaf8b955 06:56:11 Step 19/21 : LABEL arch=x86_64 06:56:11 ---> Running in 998973c9520e 06:56:11 ---> Running in be71332cafb9 06:56:11 Removing intermediate container ade3b946712f 06:56:11 ---> 15e604945636 06:56:11 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:56:12 ---> Running in 6017d7c6ff5c 06:56:12 Removing intermediate container c1e6e2fe3d6d 06:56:12 ---> 9bbed26d6406 06:56:12 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:56:12 Removing intermediate container be71332cafb9 06:56:12 ---> 9db68dd559cc 06:56:12 Step 20/21 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:56:12 Removing intermediate container 998973c9520e 06:56:12 ---> 6e7a1bd0ff08 06:56:12 Step 19/20 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:56:12 ---> Running in 44221ce278c7 06:56:12 ---> Running in dd5b543a9ac6 06:56:12 ---> Running in 69e6de0935e7 06:56:12 ---> 3ed69ae095fb 06:56:12 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:56:12 Removing intermediate container 44221ce278c7 06:56:12 ---> e55c0be631ef 06:56:12 Step 15/27 : ENV APP_PORT=48090 06:56:12 ---> Running in 0dd539e825e2 06:56:12 Removing intermediate container 69e6de0935e7 06:56:12 ---> 4d25b06b8860 06:56:12 Step 20/20 : LABEL version=0.0.0 06:56:12 Removing intermediate container dd5b543a9ac6 06:56:12 ---> 648019cc4de8 06:56:12 Step 21/21 : LABEL version=0.0.0 06:56:12 ---> Running in b2569d068eea 06:56:13 ---> Running in 9cc334de4d7b 06:56:13 ---> 49d5dc05647a 06:56:13 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:56:13 Removing intermediate container 0dd539e825e2 06:56:13 ---> 35e0b983687b 06:56:13 Step 16/27 : EXPOSE $APP_PORT 06:56:13 ---> Running in 589ceaee384c 06:56:13 ---> Running in 595752e8d260 06:56:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.072s coverage: 46.6% of statements 06:56:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:56:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:56:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:56:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:56:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:56:14 Removing intermediate container b2569d068eea 06:56:14 ---> b05981ae4cfe 06:56:14 06:56:14 Removing intermediate container 9cc334de4d7b 06:56:14 ---> 0af0f376f015 06:56:14 06:56:14 Removing intermediate container 589ceaee384c 06:56:14 ---> b38350b20623 06:56:14 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:56:14 Successfully built b05981ae4cfe 06:56:14 Removing intermediate container 595752e8d260 06:56:14 ---> fdf5a2889e18 06:56:14 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:56:14 Successfully tagged docker-security-proxy-setup-go:latest 06:56:14  Building docker-security-proxy-setup-go ... done Building docker-security-secretstore-setup-go 06:56:14 ---> Running in 1ec06a5368aa 06:56:14 Successfully built 0af0f376f015 06:56:14 Removing intermediate container 6017d7c6ff5c 06:56:14 ---> 3a6b037fe194 06:56:14 Step 15/23 : RUN apk --no-cache add zeromq 06:56:14 Successfully tagged docker-support-scheduler-go:latest 06:56:14  Building docker-support-scheduler-go ... done Building docker-support-logging-go 06:56:15 ---> Running in 7a40f6517d5f 06:56:15 Removing intermediate container 1ec06a5368aa 06:56:15 ---> c01dbb0bdb02 06:56:15 Step 22/24 : LABEL arch=x86_64 06:56:15 ---> Running in d96eaab60810 06:56:15 ---> f4ca6d4ebc8d 06:56:15 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:56:15 Removing intermediate container d96eaab60810 06:56:15 ---> 8d9ed877c1a6 06:56:15 Step 23/24 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:56:15 ---> Running in 03dca5890fa6 06:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:16 ---> 27ccb4b7bb7e 06:56:16 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:56:16 Removing intermediate container 03dca5890fa6 06:56:16 ---> 00ac954cdd87 06:56:16 Step 24/24 : LABEL version=0.0.0 06:56:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:17 ---> Running in 2d7d48eebe73 06:56:17 (1/5) Installing libgcc (9.3.0-r2) 06:56:17 (2/5) Installing libsodium (1.0.18-r0) 06:56:18 (3/5) Installing libstdc++ (9.3.0-r2) 06:56:18 ---> 72b03f0e7d9f 06:56:18 Step 20/27 : RUN apk --no-cache add py3-pip 06:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.163s coverage: 27.1% of statements 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.021s coverage: 100.0% of statements 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:56:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.030s coverage: 100.0% of statements 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:56:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:56:18 (4/5) Installing libzmq (4.3.3-r0) 06:56:18 (5/5) Installing zeromq (4.3.3-r0) 06:56:18 Executing busybox-1.31.1-r19.trigger 06:56:18 OK: 8 MiB in 19 packages 06:56:18 ---> Running in 6314ca70a5dc 06:56:18 Removing intermediate container 2d7d48eebe73 06:56:18 ---> 6d28b60472a3 06:56:18 06:56:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.410s coverage: 72.1% of statements 06:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:56:20 Successfully built 6d28b60472a3 06:56:20 Successfully tagged docker-support-notifications-go:latest 06:56:20  Building docker-support-notifications-go ... done Building docker-security-secrets-setup-go 06:56:20 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.373s coverage: 85.5% of statements 06:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:56:20 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:56:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:21 Removing intermediate container 7a40f6517d5f 06:56:21 ---> 34484036bdee 06:56:21 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:56:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:22 (1/33) Installing libbz2 (1.0.8-r1) 06:56:22 (2/33) Installing expat (2.2.9-r1) 06:56:22 (3/33) Installing libffi (3.3-r2) 06:56:22 (4/33) Installing gdbm (1.13-r1) 06:56:22 (5/33) Installing xz-libs (5.2.5-r0) 06:56:22 (6/33) Installing sqlite-libs (3.32.1-r0) 06:56:22 (7/33) Installing python3 (3.8.5-r0) 06:56:22 ---> 2b14816ef48c 06:56:22 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:56:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.487s coverage: 28.6% of statements 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:56:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:56:25 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.031s coverage: 100.0% of statements 06:56:25 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:56:27 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.087s coverage: 86.7% of statements 06:56:27 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:56:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.077s coverage: 97.5% of statements 06:56:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:56:28 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.056s coverage: 100.0% of statements 06:56:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:56:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:56:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:56:28 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:56:28 ---> 89366022fb1f 06:56:28 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:56:28 (8/33) Installing py3-appdirs (1.4.4-r1) 06:56:28 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:56:28 (10/33) Installing py3-parsing (2.4.7-r0) 06:56:28 (11/33) Installing py3-six (1.15.0-r0) 06:56:28 (12/33) Installing py3-packaging (20.4-r0) 06:56:28 (13/33) Installing py3-setuptools (47.0.0-r0) 06:56:28 (14/33) Installing py3-chardet (3.0.4-r4) 06:56:29 (15/33) Installing py3-idna (2.9-r0) 06:56:29 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:56:29 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:56:29 (18/33) Installing py3-requests (2.23.0-r0) 06:56:29 (19/33) Installing py3-msgpack (1.0.0-r0) 06:56:30 (20/33) Installing py3-lockfile (0.12.2-r3) 06:56:30 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:56:31 ---> 2686e1250d57 06:56:31 Step 19/23 : ENTRYPOINT ["/core-data"] 06:56:31 (22/33) Installing py3-colorama (0.4.3-r0) 06:56:31 (23/33) Installing py3-distlib (0.3.0-r0) 06:56:31 (24/33) Installing py3-distro (1.5.0-r1) 06:56:31 (25/33) Installing py3-webencodings (0.5.1-r3) 06:56:31 (26/33) Installing py3-html5lib (1.0.1-r4) 06:56:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.180s coverage: 96.4% of statements 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:56:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.065s coverage: 58.8% of statements 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:56:32 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.044s coverage: 0.0% of statements [no tests to run] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:56:32 (27/33) Installing py3-pytoml (0.1.21-r0) 06:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.217s coverage: 63.5% of statements 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:56:32 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:56:32 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.025s coverage: 100.0% of statements 06:56:33 (28/33) Installing py3-pep517 (0.8.2-r0) 06:56:33 (29/33) Installing py3-progress (1.5-r0) 06:56:33 ---> Running in 8e30848321ac 06:56:33 (30/33) Installing py3-toml (0.10.1-r0) 06:56:33 (31/33) Installing py3-retrying (1.3.3-r0) 06:56:33 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:56:33 (33/33) Installing py3-pip (20.1.1-r0) 06:56:33 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements 06:56:33 Executing busybox-1.31.1-r19.trigger 06:56:33 OK: 71 MiB in 55 packages 06:56:34 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.014s coverage: 100.0% of statements 06:56:34 Removing intermediate container 8e30848321ac 06:56:34 ---> a45cf1242ae5 06:56:34 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:56:34 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements 06:56:35 ---> Running in 0015eceb57d4 06:56:35 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.048s coverage: 100.0% of statements 06:56:37 Removing intermediate container 0015eceb57d4 06:56:37 ---> 0d438dcf0496 06:56:37 Step 21/23 : LABEL arch=x86_64 06:56:37 ---> Running in 96759a3ead28 06:56:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.268s coverage: 55.9% of statements 06:56:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:56:37 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:56:37 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:56:37 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:56:38 Removing intermediate container 96759a3ead28 06:56:38 ---> fc2ac7f0fa8e 06:56:38 Step 22/23 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:56:38 ---> Running in 2819f853ccbc 06:56:39 Removing intermediate container 2819f853ccbc 06:56:39 ---> c90b6e614161 06:56:39 Step 23/23 : LABEL version=0.0.0 06:56:40 ---> Running in d622b3d64668 06:56:41 Removing intermediate container d622b3d64668 06:56:41 ---> c1f599695884 06:56:41 06:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 4.001s coverage: 86.3% of statements 06:56:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.140s coverage: 72.2% of statements 06:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.414s coverage: 72.1% of statements 06:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.031s coverage: 82.4% of statements 06:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.027s coverage: 48.4% of statements 06:56:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:56:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:56:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:56:41 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.017s coverage: 28.8% of statements 06:56:41 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:56:42 Successfully built c1f599695884 06:56:42 Successfully tagged docker-core-data-go:latest 06:56:42  Building docker-core-data-go ... done Building docker-core-command-go 06:56:42 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.019s coverage: 96.8% of statements 06:56:42 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:56:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.120s coverage: 36.5% of statements 06:56:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:56:46 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:56:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.347s coverage: 84.1% of statements 06:56:46 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.018s coverage: 100.0% of statements 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.034s coverage: 42.9% of statements 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:56:47 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.013s coverage: 100.0% of statements 06:56:47 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:56:48 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.059s coverage: 83.8% of statements 06:56:48 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:56:49 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:56:49 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:56:49 ---> 1ed2ebbc872c 06:56:49 Step 3/22 : WORKDIR /edgex-go 06:56:49 ---> Using cache 06:56:49 ---> a2592e633e1b 06:56:49 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:56:49 ---> Using cache 06:56:49 ---> 934912a474f8 06:56:49 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:56:49 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:56:49 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:56:49 ---> 1ed2ebbc872c 06:56:49 Step 3/26 : WORKDIR /edgex-go 06:56:49 ---> Using cache 06:56:49 ---> a2592e633e1b 06:56:49 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:56:49 ---> Using cache 06:56:49 ---> 934912a474f8 06:56:49 Step 5/26 : RUN apk update && apk add make git 06:56:51 ---> Running in bdbf236fe95c 06:56:51 ---> Running in d2f5bcbe1d92 06:56:51 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:56:51 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:56:51 ---> 1ed2ebbc872c 06:56:51 Step 3/29 : WORKDIR /edgex-go 06:56:51 ---> Using cache 06:56:51 ---> a2592e633e1b 06:56:51 Step 4/29 : RUN apk update && apk add make git 06:56:52 ---> Running in 2a6ec1a4c767 06:56:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.197s coverage: 47.1% of statements 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:56:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.025s coverage: 100.0% of statements 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:56:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.053s coverage: 100.0% of statements 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:56:52 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.039s coverage: 100.0% of statements 06:56:52 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.169s coverage: 29.1% of statements 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.061s coverage: 100.0% of statements 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/system 0.013s coverage: 0.0% of statements 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.016s coverage: 100.0% of statements 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:56:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:56:57 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:56:57 OK: 12752 distinct packages available 06:56:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:56:57 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:56:57 OK: 12752 distinct packages available 06:56:57 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:56:57 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:56:57 OK: 12752 distinct packages available 06:56:57 OK: 233 MiB in 51 packages 06:56:57 OK: 233 MiB in 51 packages 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.019s coverage: 87.9% of statements 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:56:57 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:56:57 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.014s coverage: 100.0% of statements 06:56:58 OK: 233 MiB in 51 packages 06:56:58 OK: 233 MiB in 51 packages 06:56:59 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 06:56:59 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.018s coverage: 100.0% of statements 06:57:00 GO111MODULE=on go vet ./... 06:57:01 Removing intermediate container d2f5bcbe1d92 06:57:01 ---> a5c2ca4387ca 06:57:01 Step 6/26 : COPY go.mod . 06:57:01 Removing intermediate container 2a6ec1a4c767 06:57:01 ---> a1faa659e8c7 06:57:01 Step 5/29 : COPY go.mod . 06:57:02 Removing intermediate container bdbf236fe95c 06:57:02 ---> 3023edd20a21 06:57:02 Step 6/22 : COPY go.mod . 06:57:03 ---> e008e970d460 06:57:03 Step 7/26 : RUN go mod download 06:57:03 ---> d4603a9d191a 06:57:03 Step 6/29 : RUN go mod download 06:57:03 ---> a92aaa04be97 06:57:03 Step 7/22 : RUN go mod download 06:57:03 ---> Running in 312f5bf8f18a 06:57:04 ---> Running in 7f175f989387 06:57:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:57:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:57:05 ---> 1ed2ebbc872c 06:57:05 Step 3/22 : WORKDIR /edgex-go 06:57:05 ---> Using cache 06:57:05 ---> a2592e633e1b 06:57:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:57:05 ---> Using cache 06:57:05 ---> 934912a474f8 06:57:05 Step 5/22 : RUN apk update && apk add make git 06:57:05 ---> Using cache 06:57:05 ---> a5c2ca4387ca 06:57:05 Step 6/22 : COPY go.mod . 06:57:05 ---> Using cache 06:57:05 ---> e008e970d460 06:57:05 Step 7/22 : RUN go mod download 06:57:05 ---> Running in 1244a9646236 06:57:05 ---> Running in 81391a15200f 06:57:06 Removing intermediate container 6314ca70a5dc 06:57:06 ---> a95effd1d5e5 06:57:06 Step 21/27 : RUN pip install docker-compose==1.23.2 06:57:06 ---> Running in 4979cce9b91f 06:57:08 Removing intermediate container 1244a9646236 06:57:08 ---> 75d70367d5e0 06:57:08 Step 8/22 : COPY . . 06:57:08 Removing intermediate container 312f5bf8f18a 06:57:08 ---> d32e0702801c 06:57:08 Step 7/29 : COPY . . 06:57:09 Removing intermediate container 81391a15200f 06:57:09 ---> 940b34b7fd7d 06:57:09 Step 8/22 : COPY . . 06:57:09 Removing intermediate container 7f175f989387 06:57:09 ---> edef21592bed 06:57:09 Step 8/26 : COPY . . 06:57:22 gofmt -l . 06:57:22 [ "`gofmt -l .`" = "" ] 06:57:24 Collecting docker-compose==1.23.2 06:57:24 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:57:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:57:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:57:25 ./bin/test-go-mod-tidy.sh 06:57:25 Collecting PyYAML<4,>=3.10 06:57:25 Downloading PyYAML-3.13.tar.gz (270 kB) 06:57:25 ./bin/test-attribution-txt.sh [Pipeline] sh 06:57:30 + ls -al . 06:57:30 total 656 06:57:30 drwxrwxr-x 9 1001 1001 4096 Oct 25 06:57 . 06:57:30 drwxr-xr-x 4 root root 4096 Oct 25 06:55 .. 06:57:30 -rw-rw-r-- 1 1001 1001 11 Oct 25 06:53 .dockerignore 06:57:30 drwxrwxr-x 8 1001 1001 4096 Oct 25 06:53 .git 06:57:30 drwxrwxr-x 3 1001 1001 4096 Oct 25 06:53 .github 06:57:30 -rw-rw-r-- 1 1001 1001 932 Oct 25 06:53 .gitignore 06:57:30 -rw-rw-r-- 1 1001 1001 166 Oct 25 06:53 .sonarcloud.properties 06:57:30 -rw-rw-r-- 1 1001 1001 3804 Oct 25 06:53 CONTRIBUTING.md 06:57:30 -rw-rw-r-- 1 1001 1001 1035 Oct 25 06:53 Dockerfile.build 06:57:30 -rw-rw-r-- 1 1001 1001 863 Oct 25 06:53 Jenkinsfile 06:57:30 -rw-rw-r-- 1 1001 1001 10775 Oct 25 06:53 LICENSE 06:57:30 -rw-rw-r-- 1 1001 1001 6237 Oct 25 06:53 Makefile 06:57:30 -rw-rw-r-- 1 1001 1001 6447 Oct 25 06:53 README.md 06:57:30 -rw-rw-r-- 1 1001 1001 259 Oct 25 06:53 SECURITY.md 06:57:30 -rw-rw-r-- 1 1001 1001 5 Oct 25 06:49 VERSION 06:57:30 -rw-rw-r-- 1 1001 1001 4131 Oct 25 06:53 ZMQWindows.md 06:57:30 drwxrwxr-x 2 1001 1001 4096 Oct 25 06:53 bin 06:57:30 drwxrwxr-x 15 1001 1001 4096 Oct 25 06:53 cmd 06:57:30 -rw-r--r-- 1 root root 534131 Oct 25 06:56 coverage.out 06:57:30 -rw-r--r-- 1 root root 1041 Oct 25 06:57 go.mod 06:57:30 -rw-r--r-- 1 root root 18775 Oct 25 06:57 go.sum 06:57:30 drwxrwxr-x 8 1001 1001 4096 Oct 25 06:53 internal 06:57:30 drwxrwxr-x 4 1001 1001 4096 Oct 25 06:53 openapi 06:57:30 drwxrwxr-x 4 1001 1001 4096 Oct 25 06:53 snap 06:57:30 -rw-rw-r-- 1 1001 1001 168 Oct 25 06:53 version.go [Pipeline] sh 06:57:31 + '[' -e coverage.out ] 06:57:31 + chown 1001:1001 coverage.out [Pipeline] stash 06:57:31 Warning: overwriting stash ‘coverage-report’ 06:57:32 Collecting docker<4.0,>=3.6.0 06:57:32 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:57:32 Stashed 1 file(s) [Pipeline] sh 06:57:33 + make build 06:57:33 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 06:57:33 Collecting docopt<0.7,>=0.6.1 06:57:33 Downloading docopt-0.6.2.tar.gz (25 kB) 06:57:37 Collecting texttable<0.10,>=0.9.0 06:57:37 Downloading texttable-0.9.1.tar.gz (11 kB) 06:57:38 Collecting dockerpty<0.5,>=0.4.1 06:57:38 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:57:40 Collecting cached-property<2,>=1.2.0 06:57:40 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:57:40 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:57:41 Collecting websocket-client<1.0,>=0.32.0 06:57:41 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:57:41 Collecting jsonschema<3,>=2.5.1 06:57:41 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:57:41 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) 06:57:41 Collecting idna<2.8,>=2.5 06:57:41 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:57:42 Collecting urllib3<1.25,>=1.21.1 06:57:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:57:42 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) 06:57:42 Collecting docker-pycreds>=0.4.0 06:57:42 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:57:43 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:57:43 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:57:43 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:57:43 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:57:43 Installing collected packages: idna, urllib3, requests, PyYAML, websocket-client, docker-pycreds, docker, docopt, texttable, dockerpty, cached-property, jsonschema, docker-compose 06:57:43 Attempting uninstall: idna 06:57:43 Found existing installation: idna 2.9 06:57:44 Uninstalling idna-2.9: 06:57:44 Successfully uninstalled idna-2.9 06:57:44 Attempting uninstall: urllib3 06:57:44 Found existing installation: urllib3 1.25.9 06:57:44 Uninstalling urllib3-1.25.9: 06:57:46 Successfully uninstalled urllib3-1.25.9 06:57:47 Attempting uninstall: requests 06:57:47 Found existing installation: requests 2.23.0 06:57:47 Uninstalling requests-2.23.0: 06:57:48 Successfully uninstalled requests-2.23.0 06:57:49 Running setup.py install for PyYAML: started 06:57:51 Running setup.py install for PyYAML: finished with status 'done' 06:57:52 Running setup.py install for docopt: started 06:57:54 ---> c2ce55ba5f9b 06:57:54 Step 9/22 : RUN make cmd/support-logging/support-logging 06:57:54 ---> 55a0a4e2015c 06:57:54 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:57:54 Running setup.py install for docopt: finished with status 'done' 06:57:54 Running setup.py install for texttable: started 06:57:54 ---> 2d19b1822531 06:57:54 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 06:57:55 ---> Running in 7208a16353df 06:57:55 ---> Running in a99b8b36f9a9 06:57:55 ---> 44285568cd1d 06:57:55 Step 9/22 : RUN make cmd/core-command/core-command 06:57:55 ---> Running in ef0f52ed5c70 06:57:55 ---> Running in 8613e2d6cf09 06:57:55 Running setup.py install for texttable: finished with status 'done' 06:57:55 Running setup.py install for dockerpty: started 06:57:56 Running setup.py install for dockerpty: finished with status 'done' 06:57:57 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 06:57:57 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 06:57:57 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 06:57:57 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 06:57:57 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 06:58:00 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 06:58:02 Removing intermediate container 4979cce9b91f 06:58:02 ---> 2f7b49120978 06:58:02 Step 22/27 : RUN apk --no-cache add curl 06:58:02 ---> Running in 5c1f3cf919c2 06:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:05 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:58:05 (2/3) Installing libcurl (7.69.1-r1) 06:58:05 (3/3) Installing curl (7.69.1-r1) 06:58:05 Executing busybox-1.31.1-r19.trigger 06:58:05 OK: 72 MiB in 58 packages 06:58:06 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 06:58:07 Removing intermediate container 5c1f3cf919c2 06:58:07 ---> 9c1f89fa639a 06:58:07 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:58:07 ---> Running in 1206b3431f6c 06:58:07 Removing intermediate container 1206b3431f6c 06:58:07 ---> b0e856025453 06:58:07 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:58:08 ---> Running in 9b548fe8bdb8 06:58:08 Removing intermediate container 9b548fe8bdb8 06:58:08 ---> 557688cd93e7 06:58:08 Step 25/27 : LABEL arch=x86_64 06:58:08 ---> Running in e1fa78492fe8 06:58:09 Removing intermediate container e1fa78492fe8 06:58:09 ---> ba3d6da78240 06:58:09 Step 26/27 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:58:09 ---> Running in 47d6f618f69b 06:58:10 Removing intermediate container 47d6f618f69b 06:58:10 ---> 6f22e18a77f2 06:58:10 Step 27/27 : LABEL version=0.0.0 06:58:10 ---> Running in d290141d8077 06:58:10 Removing intermediate container d290141d8077 06:58:10 ---> 1773a01f51ed 06:58:10 06:58:11 Successfully built 1773a01f51ed 06:58:11 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 06:58:11 Successfully tagged docker-sys-mgmt-agent-go:latest 06:58:11  Building docker-sys-mgmt-agent-go ... done Building docker-core-metadata-go 06:58:16 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 06:58:20 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:58:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:58:27 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 06:58:31 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 06:58:34 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 06:58:35 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 06:58:38 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 06:58:41 Removing intermediate container a99b8b36f9a9 06:58:41 ---> 31fc2a8abe5c 06:58:41 06:58:41 Step 9/29 : FROM alpine:latest 06:58:41 ---> d6e46aa2470d 06:58:41 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:58:42 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:58:42 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:58:42 ---> 1ed2ebbc872c 06:58:42 Step 3/22 : WORKDIR /edgex-go 06:58:42 ---> Using cache 06:58:42 ---> a2592e633e1b 06:58:42 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:58:42 ---> Using cache 06:58:42 ---> 934912a474f8 06:58:42 Step 5/22 : RUN apk update && apk add make git 06:58: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 06:58:42 ---> Using cache 06:58:42 ---> a5c2ca4387ca 06:58:42 Step 6/22 : COPY go.mod . 06:58:42 ---> Using cache 06:58:42 ---> e008e970d460 06:58:42 Step 7/22 : RUN go mod download 06:58:42 ---> Using cache 06:58:42 ---> edef21592bed 06:58:42 Step 8/22 : COPY . . 06:58:42 ---> Using cache 06:58:42 ---> 2d19b1822531 06:58:42 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:58:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 06:58:44 ---> Running in b6bdc9fbca2c 06:58:45 ---> Running in 0fbd4b5c29a0 06:58:45 Removing intermediate container 7208a16353df 06:58:45 ---> a721e5097897 06:58:45 06:58:45 Step 10/22 : FROM scratch 06:58:45 ---> 06:58:45 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:58:45 Removing intermediate container b6bdc9fbca2c 06:58:45 ---> d9aa951494bd 06:58:45 Step 11/29 : USER root 06:58:46 ---> Running in a580709e7dd4 06:58:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 06:58:46 ---> Using cache 06:58:46 ---> 2cb49529b725 06:58:46 Step 12/22 : ENV APP_PORT=48061 06:58:46 Removing intermediate container a580709e7dd4 06:58:46 ---> c1be539c25d9 06:58:46 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:58:46 ---> Running in 8493195d68ff 06:58:46 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 06:58:46 Removing intermediate container 8613e2d6cf09 06:58:46 ---> b36202b91c90 06:58:46 06:58:46 Step 10/22 : FROM scratch 06:58:46 ---> 06:58:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:58:46 ---> Running in 1438ef5cf9b1 06:58:46 ---> Using cache 06:58:46 ---> d4f78074a1e1 06:58:46 Step 12/22 : ENV APP_PORT=48082 06:58:47 ---> Running in 85bb608d5ed5 06:58:47 Removing intermediate container 8493195d68ff 06:58:47 ---> 1de6bcd157ea 06:58:47 Step 13/22 : EXPOSE $APP_PORT 06:58:47 ---> Running in 840cf0ac0de7 06:58:47 Removing intermediate container 85bb608d5ed5 06:58:47 ---> 8bac31fb5ddc 06:58:47 Step 13/22 : EXPOSE $APP_PORT 06:58:47 ---> Running in 645b3dfb6f87 06:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:58:48 Removing intermediate container 840cf0ac0de7 06:58:48 ---> 7bbc32b4154c 06:58:48 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:58:48 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:58:49 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:58:49 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:58:49 OK: 12744 distinct packages available 06:58:49 Removing intermediate container 645b3dfb6f87 06:58:49 ---> d4537e083dce 06:58:49 Step 14/22 : WORKDIR / 06:58:49 (1/2) Installing ca-certificates (20191127-r4) 06:58:49 (2/2) Installing dumb-init (1.2.2-r1) 06:58:49 Executing busybox-1.31.1-r19.trigger 06:58:49 Executing ca-certificates-20191127-r4.trigger [Pipeline] } 06:58:49 $ docker stop --time=1 22513f71d352fa0598a01ea6b6355a65fe03411588819fba0fe461f671f79ad3 06:58:49 ---> 3217c3baae66 06:58:49 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:58:49 OK: 6 MiB in 16 packages 06:58:49 ---> Running in 222cad7404c3 06:58:49 Removing intermediate container ef0f52ed5c70 06:58:49 ---> 3cd39fd2ac8f 06:58:49 06:58:49 Step 10/26 : FROM alpine:3.10 06:58:50 ---> 9c35e77467d7 06:58:50 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:58:50 3.10: Pulling from library/alpine 06:58:50 Removing intermediate container 222cad7404c3 06:58:50 ---> 930ef60e6673 06:58:50 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:58:52 $ docker rm -f 22513f71d352fa0598a01ea6b6355a65fe03411588819fba0fe461f671f79ad3 06:58:52 ---> 41e429fe8674 06:58:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:58:52 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:58:52 Removing intermediate container 1438ef5cf9b1 06:58:52 ---> b29939eae75a 06:58:52 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:58:52 Status: Downloaded newer image for alpine:3.10 06:58:52 ---> be4e4bea2c2e 06:58:52 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) 06:58:53 ---> 3e03acd65490 06:58:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:58:53 ---> Running in a80e2e798b68 06:58:53 ---> Running in 7198b614a00a 06:58:53 ---> 4378ea6097cf 06:58:53 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:58:53 Removing intermediate container 7198b614a00a 06:58:53 ---> 9b10861633a9 06:58:53 Step 14/29 : WORKDIR $BASE_DIR 06:58:53 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:58:53 06:58:53 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:58:54 ---> Running in c5cc2361b57c 06:58:54 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:58:54 ---> 2c0e1389adb9 06:58:54 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:58:54 ---> Running in 290970b29c91 06:58:54 ---> 747d52e5755c 06:58:54 Step 18/22 : ENTRYPOINT ["/core-command"] 06:58:54 latest: Pulling from edgex-devops/edgex-compose-arm64 06:58:54 29e5d40040c1: Pulling fs layer 06:58:54 1ce36da41761: Pulling fs layer 06:58:54 25b303627fd3: Pulling fs layer 06:58:54 Removing intermediate container c5cc2361b57c 06:58:54 ---> fd241507bfa8 06:58:54 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:58:54 ---> Running in 8b81d05ae555 06:58:54 ---> Running in 753d7cf4d04d 06:58:54 Removing intermediate container 290970b29c91 06:58:54 ---> 4b73daee9e92 06:58:54 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:58:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:58:55 29e5d40040c1: Verifying Checksum 06:58:55 29e5d40040c1: Download complete 06:58:55 Removing intermediate container 8b81d05ae555 06:58:55 ---> 8c6801b7eaad 06:58:55 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:58:55 ---> Running in a393831aee88 06:58:55 ---> Running in dd7328af8022 06:58:55 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:58:55 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:58:55 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:58:55 OK: 10346 distinct packages available 06:58:55 1ce36da41761: Verifying Checksum 06:58:55 1ce36da41761: Download complete 06:58:55 Removing intermediate container a393831aee88 06:58:55 ---> 3436bb1bb4a3 06:58:55 Step 20/22 : LABEL arch=x86_64 06:58:55 Removing intermediate container dd7328af8022 06:58:55 ---> 1123789332e8 06:58:55 Step 20/22 : LABEL arch=x86_64 06:58:55 ---> Running in 6b413cfeb5cb 06:58:55 (1/5) Installing ca-certificates (20191127-r2) 06:58:55 ---> Running in 486ba053a7d4 06:58:56 29e5d40040c1: Pull complete 06:58:56 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:58:56 (3/5) Installing libcurl (7.66.0-r1) 06:58:56 (4/5) Installing curl (7.66.0-r1) 06:58:56 (5/5) Installing dumb-init (1.2.2-r1) 06:58:56 Executing busybox-1.30.1-r3.trigger 06:58:56 Executing ca-certificates-20191127-r2.trigger 06:58:56 OK: 7 MiB in 19 packages 06:58:56 Removing intermediate container 6b413cfeb5cb 06:58:56 ---> 5a32fa4eba82 06:58:56 Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:58:56 Removing intermediate container 486ba053a7d4 06:58:56 ---> df4dedc39000 06:58:56 Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:58:56 ---> Running in f4c676a6e5f1 06:58:56 ---> Running in 7d41f62dd1a7 06:58:57 1ce36da41761: Pull complete 06:58:57 Removing intermediate container f4c676a6e5f1 06:58:57 ---> 603612de5eeb 06:58:57 Step 22/22 : LABEL version=0.0.0 06:58:57 25b303627fd3: Verifying Checksum 06:58:57 25b303627fd3: Download complete 06:58:57 ---> Running in 5eaf86959338 06:58:58 Removing intermediate container 7d41f62dd1a7 06:58:58 ---> 05c8e972d9c5 06:58:58 Step 22/22 : LABEL version=0.0.0 06:58:58 Removing intermediate container 753d7cf4d04d 06:58:58 ---> c58c7723e4ff 06:58:58 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:58:58 ---> Running in 6ad81582ae9c 06:58:58 Removing intermediate container a80e2e798b68 06:58:58 ---> a17e5e42db5b 06:58:58 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:58:58 Removing intermediate container 5eaf86959338 06:58:58 ---> 0be91880e0b7 06:58:58 06:58:58 ---> Running in 50073109a439 06:58:58 Removing intermediate container 6ad81582ae9c 06:58:58 ---> 9fd96299b192 06:58:58 06:58:59 Successfully built 0be91880e0b7 06:58:59 Successfully tagged docker-support-logging-go:latest 06:58:59  Building docker-support-logging-go ... done Removing intermediate container 50073109a439 06:58:59 ---> 9932e2d30c29 06:58:59 Step 13/26 : WORKDIR / 06:58:59 Successfully built 9fd96299b192 06:58:59 Successfully tagged docker-core-command-go:latest 06:58:59  Building docker-core-command-go ... done  ---> Running in dc6fac8ef9e9 06:58:59 ---> 31b9a1b534a2 06:58:59 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:59:00 Removing intermediate container dc6fac8ef9e9 06:59:00 ---> 1b65ccd77573 06:59:00 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:59:00 ---> 1fccdfdc8cf4 06:59:00 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:59:01 ---> 4815bc5bfab6 06:59:01 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:59:01 ---> 74f97586c844 06:59:01 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:59:01 ---> 5c48f17c6228 06:59:01 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:59:02 ---> c0d34a64582e 06:59:02 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:59:02 ---> dc0e2b4e7f77 06:59:02 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:59:03 ---> 371d55c31cfb 06:59:03 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:59:03 ---> f732ad3700c1 06:59:03 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:59:04 ---> Running in ce399650ed52 06:59:05 ---> 2b8a129f0bc0 06:59:05 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:59:06 ---> 58ecbc063090 06:59:06 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:59:06 Removing intermediate container ce399650ed52 06:59:06 ---> 7bd1fbd8b742 06:59:06 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:59:07 ---> 9240cd6186c1 06:59:07 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:59:07 25b303627fd3: Pull complete 06:59:07 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 06:59:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:59:07 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 06:59:07 prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container 06:59:07 ---> ba26664e27b7 06:59:07 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:59:07 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:59:08 ---> Running in dda3e1a797a5 06:59:08 ---> f34c6f3982cb 06:59:08 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:59:08 ---> Running in 77105ca3c329 06:59:10 Removing intermediate container dda3e1a797a5 06:59:10 ---> 558ed158b343 06:59:10 Step 24/29 : RUN chmod 755 security-secrets-setup 06:59:10 ---> Running in 1473c68b66cd 06:59:10 Removing intermediate container 77105ca3c329 06:59:10 ---> 974581b1f9b0 06:59:10 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:59:10 ---> Running in 707e641fda75 06:59:10 Removing intermediate container 707e641fda75 06:59:10 ---> 585475b5fd3d 06:59:10 Step 24/26 : LABEL arch=x86_64 06:59:10 ---> Running in 9b11e3939cc7 06:59:10 Removing intermediate container 9b11e3939cc7 06:59:10 ---> 3ed4fd8b5466 06:59:10 Step 25/26 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:59:11 ---> Running in 328692501c06 06:59:11 $ docker top fd4f3a64ec5fcc01a1d1ef116452009ecc25ae5c66713d8fb7132ef739806548 -eo pid,comm [Pipeline] { [Pipeline] sh 06:59:12 Removing intermediate container 328692501c06 06:59:12 ---> 3ea4e302bb34 06:59:12 Step 26/26 : LABEL version=0.0.0 06:59:12 + grep parallel 06:59:12 + docker-compose build --help 06:59:13 ---> Running in b78db598b992 06:59:13 Removing intermediate container 1473c68b66cd 06:59:13 ---> 790d100162c5 06:59:13 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:59:13 Removing intermediate container 0fbd4b5c29a0 06:59:13 ---> 6a5dd3cc207e 06:59:13 06:59:13 Step 10/22 : FROM scratch 06:59:13 ---> 06:59:13 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:59:13 ---> Running in 2b3a6f6940e8 06:59:13 ---> Using cache 06:59:13 ---> d4f78074a1e1 06:59:13 Step 12/22 : ENV APP_PORT=48081 06:59:13 ---> Running in 7bcd7400fbe6 06:59:13 Removing intermediate container b78db598b992 06:59:13 ---> f8f3091f8d9d 06:59:13 06:59:13 Removing intermediate container 2b3a6f6940e8 06:59:13 ---> f49e49710bb4 06:59:13 Step 26/29 : CMD [ "generate" ] 06:59:14 Successfully built f8f3091f8d9d 06:59:14 ---> Running in 90fb2bab2855 06:59:14 Successfully tagged docker-security-secretstore-setup-go:latest 06:59:14  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7bcd7400fbe6 06:59:14 ---> de1902b4b109 06:59:14 Step 13/22 : EXPOSE $APP_PORT 06:59:14 ---> Running in ef8dd5960ea4 06:59:14 Removing intermediate container 90fb2bab2855 06:59:14 ---> 038f93fac3d7 06:59:14 Step 27/29 : LABEL arch=x86_64 06:59:14 ---> Running in cde99081c7cf 06:59:14 Removing intermediate container ef8dd5960ea4 06:59:14 ---> 787d80d5195f 06:59:14 Step 14/22 : WORKDIR / 06:59:14 ---> Running in 11f2f270220e 06:59:14 Removing intermediate container cde99081c7cf 06:59:14 ---> b26df9dcfe62 06:59:14 Step 28/29 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:59:14 ---> Running in 25645676dcbf 06:59:14 Removing intermediate container 11f2f270220e 06:59:14 ---> 64c60bbfb04c 06:59:14 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:59:15 Removing intermediate container 25645676dcbf 06:59:15 ---> e677954e78f6 06:59:15 Step 29/29 : LABEL version=0.0.0 06:59:15 ---> Running in e86200d2aabb 06:59:15 ---> 4df2bd6a9ebf 06:59:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:59:15 Removing intermediate container e86200d2aabb 06:59:15 ---> ddd9d6dcad10 06:59:15 06:59:15 Successfully built ddd9d6dcad10 06:59:15 --parallel Build images in parallel. [Pipeline] } 06:59:16 $ docker stop --time=1 fd4f3a64ec5fcc01a1d1ef116452009ecc25ae5c66713d8fb7132ef739806548 06:59:16 Successfully tagged docker-security-secrets-setup-go:latest 06:59:16  Building docker-security-secrets-setup-go ... done  ---> 115546de04c3 06:59:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:59:16 ---> 2a7f907f3310 06:59:16 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:59:16 ---> Running in 11b9f4318b1c 06:59:16 Removing intermediate container 11b9f4318b1c 06:59:16 ---> d0bb750e92f8 06:59:16 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:59:16 ---> Running in 3b41e22ce50d 06:59:16 Removing intermediate container 3b41e22ce50d 06:59:16 ---> 6d5370b080fd 06:59:16 Step 20/22 : LABEL arch=x86_64 06:59:17 ---> Running in 03a6dd4ea4b4 06:59:17 Removing intermediate container 03a6dd4ea4b4 06:59:17 ---> 25e5221b4a6f 06:59:17 Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 06:59:17 ---> Running in 58a438975923 06:59:17 Removing intermediate container 58a438975923 06:59:17 ---> 2e766be0b8c1 06:59:17 Step 22/22 : LABEL version=0.0.0 06:59:17 ---> Running in 674b0ef8cd19 06:59:17 $ docker rm -f fd4f3a64ec5fcc01a1d1ef116452009ecc25ae5c66713d8fb7132ef739806548 06:59:18 Removing intermediate container 674b0ef8cd19 06:59:18 ---> 8de6479d902b 06:59:18 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:59:18 Successfully built 8de6479d902b 06:59:18 Successfully tagged docker-core-metadata-go:latest 06:59:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 06:59:18 . [Pipeline] withDockerContainer 06:59:18  Building docker-core-metadata-go ... done  06:59:19 prd-ubuntu18.04-docker-arm64-4c-16g-8668 does not seem to be running inside a container 06:59:19 $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 06:59:20 $ docker top 2deb784bb73131dea5c060d0f1bee14f12ae01744241fed86b9018c732e3ef7b -eo pid,comm [Pipeline] { [Pipeline] } 06:59:21 $ docker stop --time=1 518566a0e47e44944ce514f965dbefbff5999fb132fa9f28c880266416dd2575 06:59:24 $ docker rm -f 518566a0e47e44944ce514f965dbefbff5999fb132fa9f28c880266416dd2575 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] sh 06:59:25 + docker images 06:59:25 + grep docker 06:59:25 docker-core-metadata-go latest 8de6479d902b 8 seconds ago 14.5MB 06:59:25 docker-security-secrets-setup-go latest ddd9d6dcad10 10 seconds ago 24MB 06:59:25 docker-security-secretstore-setup-go latest f8f3091f8d9d 12 seconds ago 32.4MB 06:59:25 docker-support-logging-go latest 0be91880e0b7 27 seconds ago 11.1MB 06:59:25 docker-core-command-go latest 9fd96299b192 27 seconds ago 12.2MB 06:59:25 docker-sys-mgmt-agent-go latest 1773a01f51ed About a minute ago 290MB 06:59:25 docker-core-data-go latest c1f599695884 2 minutes ago 23.7MB 06:59:25 docker-support-notifications-go latest 6d28b60472a3 3 minutes ago 13.6MB 06:59:25 docker-support-scheduler-go latest 0af0f376f015 3 minutes ago 12.3MB 06:59:25 docker-security-proxy-setup-go latest b05981ae4cfe 3 minutes ago 15.8MB 06:59:25 docker latest 6972c414f322 3 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) 06:59:25 + docker-compose -f ./docker-compose-build.yml build --parallel Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 06:59:29 Building docker-core-command-go ... 06:59:29 Building docker-core-data-go ... 06:59:29 Building docker-core-metadata-go ... 06:59:29 Building docker-security-proxy-setup-go ... 06:59:29 Building docker-security-secrets-setup-go ... 06:59:29 Building docker-security-secretstore-setup-go ... 06:59:29 Building docker-support-logging-go ... 06:59:29 Building docker-support-notifications-go ... 06:59:29 Building docker-support-scheduler-go ... 06:59:29 Building docker-sys-mgmt-agent-go ... 06:59:29 Building docker-security-secrets-setup-go 06:59:29 Building docker-security-secretstore-setup-go 06:59:29 Building docker-support-notifications-go 06:59:29 Building docker-support-scheduler-go 06:59:29 Building docker-core-command-go 06:59:41 Still waiting to schedule task 06:59:41 Waiting for next available executor on ‘prd-centos7-docker-8c-8g-8667’ 07:00:51 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 07:00:51 Step 2/24 : FROM ${BUILDER_BASE} AS builder 07:00:51 ---> bd8afd2955fd 07:00:51 Step 3/24 : WORKDIR /edgex-go 07:00:51 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 07:00:51 Step 2/21 : FROM ${BUILDER_BASE} AS builder 07:00:51 ---> bd8afd2955fd 07:00:51 Step 3/21 : WORKDIR /edgex-go 07:00:51 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:00:51 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:00:51 ---> bd8afd2955fd 07:00:51 Step 3/22 : WORKDIR /edgex-go 07:00:51 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 07:00:51 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 07:00:51 ---> bd8afd2955fd 07:00:51 Step 3/29 : WORKDIR /edgex-go 07:00:51 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 07:00:51 Step 2/26 : FROM ${BUILDER_BASE} AS builder 07:00:51 ---> bd8afd2955fd 07:00:51 Step 3/26 : WORKDIR /edgex-go 07:00:51 ---> Running in d6fc25ab8de3 07:00:51 ---> Running in ceea2157eb15 07:00:51 ---> Running in 08f0f782654e 07:00:51 ---> Running in 8fd6c1797b0a 07:00:51 ---> Running in bde763380b2a 07:00:51 Removing intermediate container 08f0f782654e 07:00:51 ---> 49743d8aee05 07:00:51 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:51 Removing intermediate container ceea2157eb15 07:00:51 ---> 6e3128e2b318 07:00:51 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:51 Removing intermediate container d6fc25ab8de3 07:00:51 ---> 18c5e9efe79f 07:00:51 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositoriesRemoving intermediate container bde763380b2a 07:00:51 ---> 0f119c6d790f 07:00:51 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:00:51 Removing intermediate container 8fd6c1797b0a 07:00:51 ---> 35c0635d2f79 07:00:51 Step 4/29 : RUN apk update && apk add make git 07:00:51 07:00:51 ---> Running in 3fe2a83d6802 07:00:51 ---> Running in bcfffb33462c 07:00:51 ---> Running in bac1e6afcb37 07:00:51 ---> Running in cdba09c57ce3 07:00:51 ---> Running in 7fd61367b442 07:00:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:53 Removing intermediate container bcfffb33462c 07:00:53 ---> 8260a56f999e 07:00:53 Step 5/21 : RUN apk update && apk add make git 07:00:53 ---> Running in 58f64269981f 07:00:54 Removing intermediate container 3fe2a83d6802 07:00:54 Removing intermediate container cdba09c57ce3 07:00:54 ---> a11b46e29cc1 07:00:54 Step 5/22 : RUN apk update && apk add make git 07:00:54 ---> 633b2c933d82 07:00:54 Step 5/26 : RUN apk update && apk add make git 07:00:54 Removing intermediate container 7fd61367b442 07:00:54 ---> 395582ecd698 07:00:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 07:00:54 ---> Running in 32112aaeda27 07:00:54 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:00:54 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:00:54 OK: 12623 distinct packages available 07:00:54 ---> Running in 4ddf924210d6 07:00:54 ---> Running in 3dfeadf1a80f 07:00:55 OK: 217 MiB in 51 packages 07:00:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:56 Removing intermediate container bac1e6afcb37 07:00:56 ---> e652fc8119e5 07:00:56 Step 5/29 : COPY go.mod . 07:00:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:00:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:57 ---> 47bbff974b20 07:00:57 Step 6/29 : RUN go mod download 07:00:57 ---> Running in 27ba5a77c475 07:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:00:58 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:00:58 OK: 12623 distinct packages available 07:00:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:00:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:00:58 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:00:58 OK: 12623 distinct packages available 07:00:59 OK: 217 MiB in 51 packages 07:00:59 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:00:59 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:00:59 OK: 12623 distinct packages available 07:00:59 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:00:59 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:00:59 OK: 12623 distinct packages available 07:00:59 OK: 217 MiB in 51 packages 07:01:00 OK: 217 MiB in 51 packages 07:01:00 OK: 217 MiB in 51 packages 07:01:00 Removing intermediate container 58f64269981f 07:01:00 ---> 810b7f56ffd6 07:01:00 Step 6/21 : COPY go.mod . 07:01:01 Removing intermediate container 32112aaeda27 07:01:01 ---> 999fd582a85b 07:01:01 Step 6/22 : COPY go.mod . 07:01:01 ---> b3f32dc8be67 07:01:01 Step 7/21 : RUN go mod download 07:01:02 Removing intermediate container 3dfeadf1a80f 07:01:02 ---> aac160ccc466 07:01:02 Step 6/24 : COPY go.mod . 07:01:02 Removing intermediate container 4ddf924210d6 07:01:02 ---> 26a3a84742c3 07:01:02 Step 6/26 : COPY go.mod . 07:01:02 ---> Running in 3d2033b4ba73 07:01:02 Removing intermediate container 27ba5a77c475 07:01:02 ---> 040c9e21bc87 07:01:02 Step 7/29 : COPY . . 07:01:02 ---> eb9aeff0f4dd 07:01:02 Step 7/22 : RUN go mod download 07:01:02 ---> Running in a6eb50ef7eb5 07:01:03 ---> b69bd1472d5d 07:01:03 Step 7/24 : RUN go mod download 07:01:03 ---> 4f7fe3be6120 07:01:03 Step 7/26 : RUN go mod download 07:01:03 ---> Running in 54aed7a598d5 07:01:03 ---> Running in e09ead9dfa08 07:01:08 Removing intermediate container 3d2033b4ba73 07:01:08 ---> e6acbf2320f1 07:01:08 Step 8/21 : COPY . . 07:01:08 Removing intermediate container a6eb50ef7eb5 07:01:08 ---> 3ed15721391a 07:01:08 Step 8/22 : COPY . . 07:01:08 Removing intermediate container e09ead9dfa08 07:01:08 ---> f6f554e3b835 07:01:08 Step 8/26 : COPY . . 07:01:08 Removing intermediate container 54aed7a598d5 07:01:08 ---> fa8dd147dc44 07:01:08 Step 8/24 : COPY . . 07:01:31 ---> 744c1fe9c324 07:01:31 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 07:01:31 ---> 9613fc8cac00 07:01:31 Step 9/22 : RUN make cmd/core-command/core-command 07:01:31 ---> Running in 6794ef6291fb 07:01:31 ---> 97e3c09cd22e 07:01:31 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 07:01:31 ---> 02cc1cc2c039 07:01:31 Step 9/24 : RUN make cmd/support-notifications/support-notifications 07:01:31 ---> Running in 0e1a25954d65 07:01:31 ---> 8b32cfb9322a 07:01:31 Step 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 07:01:31 ---> Running in 6acff483bbb7 07:01:31 ---> Running in bbcfac7931a3 07:01:31 ---> Running in 6c8ce2861610 07:01:31 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 07:01: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 07:01:32 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 07:01:32 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 07:01:32 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 07:02:44 Running on prd-centos7-docker-8c-8g-8669 in /w/workspace/edgexfoundry_edgex-go_PR-2847 [Pipeline] { [Pipeline] ws 07:02:44 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 07:02:46 using credential edgex-jenkins-ssh 07:02:46 Cloning the remote Git repository 07:02:46 Cloning repository git@github.com:edgexfoundry/edgex-go.git 07:02:46 > git init /w/workspace/edgex-go/5 # timeout=10 07:02:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:02:46 > git --version # timeout=10 07:02:46 > git --version # 'git version 2.16.5' 07:02:46 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:02:53 Merging remotes/origin/master commit 0c62d3a05055e4b77c1d2256fef74750574f32c7 into PR head commit 2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:02:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:02:53 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:02:53 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 07:02:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 07:02:53 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2847/head:refs/remotes/origin/PR-2847 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:02:53 > git config core.sparsecheckout # timeout=10 07:02:53 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 07:02:54 > git remote # timeout=10 07:02:54 > git config --get remote.origin.url # timeout=10 07:02:54 using GIT_SSH to set credentials SSH Credentials for GitHub 07:02:54 > git merge 0c62d3a05055e4b77c1d2256fef74750574f32c7 # timeout=10 07:02:54 Merge succeeded, producing 2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:02:54 Checking out Revision 2d71b7e4afa7fde7c58a07921ed201627351f1cb (PR-2847) 07:02:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 07:02:54 Removing intermediate container 6794ef6291fb 07:02:54 ---> d4ca04e1f14a 07:02:54 07:02:54 Step 9/29 : FROM alpine:latest 07:02:54 latest: Pulling from library/alpine 07:02:54 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 07:02:54 Status: Downloaded newer image for alpine:latest 07:02:54 ---> 2e77e061c27f 07:02:54 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 07:02:54 ---> Running in 059ac6f0c16d 07:02:54 Removing intermediate container 059ac6f0c16d 07:02:54 ---> 86bf1bf31e65 07:02:54 Step 11/29 : USER root 07:02:54 ---> Running in fb4d5ef5c229 07:02:54 Removing intermediate container fb4d5ef5c229 07:02:54 ---> 483039a339ec 07:02:54 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 07:02:54 ---> Running in 75b358486c1c 07:02:54 > git rev-parse HEAD^{commit} # timeout=10 07:02:54 > git config core.sparsecheckout # timeout=10 07:02:54 > git checkout -f 2d71b7e4afa7fde7c58a07921ed201627351f1cb # timeout=10 07:02:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:02:57 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:02:57 Commit message: "feat(data): Implement GET /event/device/name/{name} V2 API" 07:02:58 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:02:58 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:02:58 OK: 12615 distinct packages available [Pipeline] withEnv [Pipeline] { 07:02:58 (1/2) Installing ca-certificates (20191127-r4) 07:02:58 (2/2) Installing dumb-init (1.2.2-r1) 07:02:58 Executing busybox-1.31.1-r19.trigger 07:02:58 Executing ca-certificates-20191127-r4.trigger [Pipeline] sh 07:02:59 OK: 6 MiB in 16 packages 07:02:59 ++ find /w/workspace/edgex-go/5 07:02:59 ++ grep snapcraft.yaml 07:02:59 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/5/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:02:59 provisioning config files... 07:02:59 copy managed file [EdgeX] to file:/w/workspace/edgex-go/5@tmp/config2692858651940147678tmp [Pipeline] { [Pipeline] sh 07:03:00 + cp /w/workspace/edgex-go/5@tmp/config2692858651940147678tmp /w/workspace/edgex-go/5/edgex-snap-store-login [Pipeline] sh 07:03:00 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/5:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 07:03:00 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 07:03:00 latest: Pulling from edgex-devops/edgex-snap-builder 07:03:00 f08d8e2a3ba1: Pulling fs layer 07:03:00 3baa9cb2483b: Pulling fs layer 07:03:00 94e5ff4c0b15: Pulling fs layer 07:03:00 1860925334f9: Pulling fs layer 07:03:00 2daf38717194: Pulling fs layer 07:03:00 309017e8d7a4: Pulling fs layer 07:03:00 f7790dc9fd0f: Pulling fs layer 07:03:00 cac0ae9282c2: Pulling fs layer 07:03:00 1f4cadf9a1ed: Pulling fs layer 07:03:00 2daf38717194: Waiting 07:03:00 cac0ae9282c2: Waiting 07:03:00 309017e8d7a4: Waiting 07:03:00 1f4cadf9a1ed: Waiting 07:03:00 f7790dc9fd0f: Waiting 07:03:00 1860925334f9: Waiting 07:03:00 3baa9cb2483b: Download complete 07:03:00 94e5ff4c0b15: Download complete 07:03:00 1860925334f9: Verifying Checksum 07:03:00 1860925334f9: Download complete 07:03:00 309017e8d7a4: Verifying Checksum 07:03:00 309017e8d7a4: Download complete 07:03:00 f7790dc9fd0f: Verifying Checksum 07:03:00 f7790dc9fd0f: Download complete 07:03:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 07:03:01 cac0ae9282c2: Verifying Checksum 07:03:01 cac0ae9282c2: Download complete 07:03:01 1f4cadf9a1ed: Verifying Checksum 07:03:01 1f4cadf9a1ed: Download complete 07:03:01 Removing intermediate container 75b358486c1c 07:03:01 ---> 0ee80c2707ed 07:03:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 07:03:01 ---> Running in 5a3bcfd97c4b 07:03:02 Removing intermediate container 5a3bcfd97c4b 07:03:02 ---> 00f40f8bb08d 07:03:02 Step 14/29 : WORKDIR $BASE_DIR 07:03:02 ---> Running in 1f4abba1754d 07:03:03 f08d8e2a3ba1: Verifying Checksum 07:03:03 f08d8e2a3ba1: Download complete 07:03:03 Removing intermediate container 1f4abba1754d 07:03:03 ---> 5babcb1224d7 07:03:03 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 07:03:03 ---> Running in a721ad383b83 07:03:04 f08d8e2a3ba1: Pull complete 07:03:04 3baa9cb2483b: Pull complete 07:03:04 94e5ff4c0b15: Pull complete 07:03:04 1860925334f9: Pull complete 07:03:08 Removing intermediate container a721ad383b83 07:03:08 ---> 8570cfee78e3 07:03:08 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 07:03:08 2daf38717194: Verifying Checksum 07:03:08 2daf38717194: Download complete 07:03:09 ---> 07e3d40d8cf6 07:03:09 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 07:03:10 ---> 851bb37aff83 07:03:10 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 07:03:12 ---> 036c92dd71c7 07:03:12 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 07:03:14 ---> f9d93207d03d 07:03:14 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 07:03:15 Removing intermediate container 6c8ce2861610 07:03:15 ---> b162209ccaff 07:03:15 07:03:15 Step 10/26 : FROM alpine:3.10 07:03:15 ---> 08e5394c7ef7 07:03:15 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 07:03:15 3.10: Pulling from library/alpine 07:03:15 ---> Running in f0d9a4856023 07:03:18 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 07:03:18 Status: Downloaded newer image for alpine:3.10 07:03:18 ---> 536a684cf733 07:03:18 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 07:03:18 ---> Running in 5be21c238323 07:03:20 Removing intermediate container f0d9a4856023 07:03:20 ---> 1e3e021dacb9 07:03:20 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 07:03:20 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 07:03:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 07:03:21 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 07:03:21 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 07:03:21 OK: 10167 distinct packages available 07:03:21 ---> 645d657e9853 07:03:21 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:03:22 ---> Running in fea11af462fb 07:03:22 (1/5) Installing ca-certificates (20191127-r2) 07:03:22 (2/5) Installing nghttp2-libs (1.39.2-r1) 07:03:22 (3/5) Installing libcurl (7.66.0-r1) 07:03:22 (4/5) Installing curl (7.66.0-r1) 07:03:22 (5/5) Installing dumb-init (1.2.2-r1) 07:03:22 Executing busybox-1.30.1-r3.trigger 07:03:22 Executing ca-certificates-20191127-r2.trigger 07:03:23 OK: 7 MiB in 19 packages 07:03:24 2daf38717194: Pull complete 07:03:24 309017e8d7a4: Pull complete 07:03:24 f7790dc9fd0f: Pull complete 07:03:24 cac0ae9282c2: Pull complete 07:03:24 1f4cadf9a1ed: Pull complete 07:03:24 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 07:03:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest 07:03:27 Removing intermediate container 6acff483bbb7 07:03:27 ---> 586f94767bb7 07:03:27 07:03:27 Step 10/24 : FROM scratch 07:03:27 ---> 07:03:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:03:27 Removing intermediate container 5be21c238323 07:03:27 ---> 2d7b1eca12f6 07:03:27 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:03:27 Removing intermediate container 0e1a25954d65 07:03:27 ---> f1afcfff5339 07:03:27 07:03:27 Step 10/22 : FROM scratch 07:03:27 ---> 07:03:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:03:27 Removing intermediate container bbcfac7931a3 07:03:27 ---> 7501ef15d6c9 07:03:27 07:03:27 Step 10/21 : FROM scratch 07:03:27 ---> 07:03:27 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:03:27 ---> Running in d7b79ebc6b7d 07:03:27 ---> Running in 75d81c3216bd 07:03:27 ---> Running in 28b93c1404b1 07:03:27 Removing intermediate container fea11af462fb 07:03:27 ---> 34b2a7fc18f7 07:03:27 Step 24/29 : RUN chmod 755 security-secrets-setup 07:03:27 ---> Running in 03cb051446fe 07:03:27 ---> Running in be5b055ae8b7 07:03:27 Removing intermediate container d7b79ebc6b7d 07:03:27 ---> 27171c4d97a1 07:03:27 Step 12/24 : ENV APP_PORT=48060 07:03:27 Removing intermediate container 75d81c3216bd 07:03:27 ---> f9ced1120660 07:03:27 Step 13/26 : WORKDIR / 07:03:28 ---> Running in 76f555314b21 07:03:28 Removing intermediate container 28b93c1404b1 07:03:28 ---> be859b322fe7 07:03:28 Step 12/22 : ENV APP_PORT=48082 07:03:28 Removing intermediate container 03cb051446fe 07:03:28 ---> 0e1d681b9486 07:03:28 Step 12/21 : ENV APP_PORT=48085 07:03:28 ---> Running in 8d76ecc93abd 07:03:28 ---> Running in ee597b49c8be 07:03:28 ---> Running in e3fa7ab425f2 07:03:28 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 07:03:28 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:03:28 Get:3 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [211 kB] 07:03:28 Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 07:03:28 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 07:03:28 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1745 kB] 07:03:28 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1352 kB] 07:03:28 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 07:03:28 Removing intermediate container 76f555314b21 07:03:28 ---> abe65fe64f95 07:03:28 Step 13/24 : EXPOSE $APP_PORT 07:03:28 ---> Running in b195602dd3db 07:03:28 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 07:03:28 Removing intermediate container 8d76ecc93abd 07:03:28 ---> 1f8da64cd762 07:03:28 Step 13/22 : EXPOSE $APP_PORT 07:03:28 Removing intermediate container ee597b49c8be 07:03:28 ---> 70416b047afc 07:03:28 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 07:03:28 Removing intermediate container e3fa7ab425f2 07:03:28 ---> 1890013a2f2d 07:03:28 Step 13/21 : EXPOSE $APP_PORT 07:03:28 ---> Running in 204830c5afad 07:03:29 ---> Running in 3e823d201c61 07:03:29 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2162 kB] 07:03:29 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [238 kB] 07:03:29 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 07:03:29 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 07:03:29 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 07:03:29 Removing intermediate container b195602dd3db 07:03:29 ---> 9ea6a26e71b8 07:03:29 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 07:03:29 Fetched 8158 kB in 2s (4759 kB/s) 07:03:29 Removing intermediate container 204830c5afad 07:03:29 ---> dff9d18e5e14 07:03:29 Step 14/22 : WORKDIR / 07:03:29 ---> Running in 07ae09018aeb 07:03:30 Removing intermediate container 3e823d201c61 07:03:30 ---> 5c378250db4f 07:03:30 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 07:03:30 ---> 081cf9c9d777 07:03:30 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 07:03:30 ---> 0f52ecdf86e9 07:03:30 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 07:03:30 Removing intermediate container 07ae09018aeb 07:03:30 ---> 465bc284c028 07:03:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 07:03:31 Reading package lists... 07:03:31 ---> 01a7523dffa5 07:03:31 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 07:03:31 ---> 58fcc41d9d1c 07:03:31 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 07:03:31 Removing intermediate container be5b055ae8b7 07:03:31 ---> 93b9cf9c9a3c 07:03:31 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 07:03:31 ---> c4115b9e9b3b 07:03:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 07:03:32 ---> Running in cf1059d1df35 07:03:32 ---> db9fd4426d39 07:03:32 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 07:03:32 The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: 07:03:32 - README.md 07:03:32 07:03:32 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 07:03:32 ---> 52e9ba246278 07:03:32 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 07:03:32 Removing intermediate container cf1059d1df35 07:03:32 ---> 82d00d6a6102 07:03:32 Step 26/29 : CMD [ "generate" ] 07:03:32 ---> d398c8e59fc3 07:03:32 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 07:03:33 ---> Running in 969eccfd0912 07:03:33 ---> 8371fa6abf73 07:03:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 07:03:34 ---> 7780a169e666 07:03:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 07:03:34 ---> 4b9fac23b823 07:03:34 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 07:03:34 Removing intermediate container 969eccfd0912 07:03:34 ---> ea3c7e608876 07:03:34 Step 27/29 : LABEL arch=arm64 07:03:34 0% [Working] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease 07:03:34 0% [Waiting for headers] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 07:03:34 0% [Waiting for headers] 0% [1 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 07:03:34 0% [1 InRelease gpgv 88.7 kB] 0% [Waiting for headers] 0% [2 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 07:03:34 ---> 5513c6015a85 07:03:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 07:03:34 ---> Running in c9f1e8ac7bdf 07:03:34 ---> Running in 669ab379fa7f 07:03:34 ---> ff82e935dc06 07:03:34 Step 18/22 : ENTRYPOINT ["/core-command"] 07:03:35 ---> Running in 8b90fde01c96 07:03:35 Removing intermediate container c9f1e8ac7bdf 07:03:35 ---> b9405733af3f 07:03:35 Step 28/29 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:03:35 ---> ecf0da113345 07:03:35 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 07:03:35 Removing intermediate container 669ab379fa7f 07:03:35 ---> 5fe3d51468ca 07:03:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:35 ---> Running in d7175ed9547e 07:03:35 ---> 5db1a739aedb 07:03:35 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 07:03:35 0% [2 InRelease gpgv 242 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 62% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:03:35 ---> Running in 31daf93dd6d1 07:03:35 Removing intermediate container 8b90fde01c96 07:03:35 ---> f997db55f4f2 07:03:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:36 ---> Running in 064999aee867 07:03:36 Removing intermediate container d7175ed9547e 07:03:36 ---> d90e80a9d7c0 07:03:36 Step 29/29 : LABEL version=0.0.0 07:03:36 Removing intermediate container 31daf93dd6d1 07:03:36 ---> 9398ca032f2e 07:03:36 Step 19/21 : LABEL arch=arm64 07:03:36 ---> Running in 219a6e86045b 07:03:36 ---> Running in ef7350c82240 07:03:36 Removing intermediate container 064999aee867 07:03:36 ---> 22a8cdc61fd0 07:03:36 Step 20/22 : LABEL arch=arm64 07:03:36 ---> fefc7a6b8d6f 07:03:36 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 07:03:37 ---> 1dccf303cded 07:03:37 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 07:03:37 ---> Running in a2540890b59b 07:03:37 Removing intermediate container 219a6e86045b 07:03:37 ---> 22db3f31a018 07:03:37 07:03:37 Removing intermediate container ef7350c82240 07:03:37 ---> ac5dfc5e50ee 07:03:37 Step 20/21 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:03:37 Installing build dependencies: autoconf automake autopoint autotools-dev binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 pkg-config unzip wget zip zlib1g-dev 07:03:37 ---> Running in 31d3e1440c2f 07:03:37 Successfully built 22db3f31a018 07:03:38 Successfully tagged docker-security-secrets-setup-go-arm64:latest 07:03:38 Building docker-core-data-go 07:03:38  Building docker-security-secrets-setup-go ... done Removing intermediate container a2540890b59b 07:03:38 ---> 82f212d360c3 07:03:38 Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:03:38 ---> c123a3f5d1fe 07:03:38 Step 20/24 : ENTRYPOINT ["/support-notifications"] 07:03:38 ---> Running in b8ae77cffe40 07:03:38 ---> Running in 9cd537feefcb 07:03:38 Removing intermediate container 31d3e1440c2f 07:03:38 ---> 973de13ed7cc 07:03:38 Step 21/21 : LABEL version=0.0.0 07:03:38 ---> f1673ae5d48c 07:03:38 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 07:03:38 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 57% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 73% Reading package lists... 73% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 83% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done 07:03:38 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 07:03:38 Reading state information... 0% Reading state information... 0% Reading state information... Done 07:03:38 ---> Running in a51269f1b414 07:03:38 Removing intermediate container b8ae77cffe40 07:03:38 ---> 4dfd07ea6a9c 07:03:38 Step 22/22 : LABEL version=0.0.0 07:03:39 The following packages were automatically installed and are no longer required: 07:03:39 libjq1 libonig4 07:03:39 Use 'sudo apt autoremove' to remove them. 07:03:39 Suggested packages: 07:03:39 autoconf-archive gnu-standards autoconf-doc gettext binutils-doc cmake-doc 07:03:39 ninja-build cpp-doc gcc-7-locales debian-keyring gcc-7-doc libstdc++6-7-dbg 07:03:39 lib32stdc++6-7-dbg libx32stdc++6-7-dbg flex bison gdb gcc-doc libgcc1-dbg 07:03:39 libgomp1-dbg libitm1-dbg libatomic1-dbg libasan4-dbg liblsan0-dbg 07:03:39 libtsan0-dbg libubsan0-dbg libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg 07:03:39 gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email 07:03:39 git-gui gitk gitweb git-cvs git-mediawiki git-svn lrzip glibc-doc bzr 07:03:39 gdbm-l10n libtool-doc ncurses-doc readline-doc libssl-doc libstdc++-7-doc 07:03:39 gfortran | fortran95-compiler gcj-jdk libyaml-doc m4-doc make-doc 07:03:39 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 07:03:39 | libterm-readline-perl-perl 07:03:39 ---> Running in 7ed34297d8d2 07:03:39 Removing intermediate container 9cd537feefcb 07:03:39 ---> 277d418c47f6 07:03:39 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:03:39 Removing intermediate container a51269f1b414 07:03:39 ---> c1bbeebb3bcf 07:03:39 07:03:39 The following NEW packages will be installed: 07:03:39 autoconf automake autopoint autotools-dev binutils binutils-common 07:03:39 binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl 07:03:39 dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base 07:03:39 gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 07:03:39 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 07:03:39 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 07:03:39 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl 07:03:39 libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev 07:03:39 libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 07:03:39 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 07:03:39 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 07:03:39 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libltdl-dev 07:03:39 libltdl7 liblua5.1-0 liblua5.1-0-dev libmpc3 libmpfr6 libmpx2 07:03:39 libncurses5-dev libnorm1 libpcre16-3 libpcre3-dev libpcre32-3 libpcrecpp0v5 07:03:39 libperl5.26 libpgm-5.2-0 libquadmath0 libreadline-dev librhash0 libsigsegv2 07:03:39 libsodium23 libssl-dev libstdc++-7-dev libtinfo-dev libtool libtool-bin 07:03:39 libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 07:03:39 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 07:03:39 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libyaml-0-2 libyaml-dev 07:03:39 libzmq3-dev libzmq5 linux-libc-dev lua-any lua-sec lua-socket lua5.1 07:03:39 luarocks m4 make manpages manpages-dev netbase patch perl perl-modules-5.26 07:03:39 pkg-config unzip wget zip zlib1g-dev 07:03:39 0 upgraded, 130 newly installed, 0 to remove and 30 not upgraded. 07:03:39 Need to get 86.0 MB of archives. 07:03:39 After this operation, 394 MB of additional disk space will be used. 07:03:39 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 07:03:39 ---> Running in 47d74fdc549f 07:03:39 0% [1 liblocale-gettext-perl 12.6 kB/16.6 kB 76%] 0% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] 07:03:40 Successfully built c1bbeebb3bcf 07:03:40 Successfully tagged docker-support-scheduler-go-arm64:latest 07:03:40 Building docker-sys-mgmt-agent-go 07:03:40  Building docker-support-scheduler-go ... done  ---> 218b160a49f7 07:03:40 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 07:03:40 Removing intermediate container 7ed34297d8d2 07:03:40 ---> f7a00c4a9d1b 07:03:40 07:03:40 0% [2 perl-modules-5.26 15.2 kB/2763 kB 1%] 2% [2 perl-modules-5.26 1523 kB/2763 kB 55%] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 07:03:40 3% [3 libgdbm5 22.8 kB/26.0 kB 88%] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 07:03:40 Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] 07:03:40 3% [5 libperl5.26 8129 B/3527 kB 0%] 7% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] 07:03:40 7% [6 perl 40.5 kB/201 kB 20%] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 07:03:40 7% [7 less 11.5 kB/112 kB 10%] 7% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-0-2 amd64 0.1.7-2ubuntu3 [47.2 kB] 07:03:40 7% [8 libyaml-0-2 9082 B/47.2 kB 19%] 7% [Waiting for headers] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 07:03:40 7% [9 netbase 12.7 kB/12.7 kB 100%] 8% [Working] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 07:03:40 8% [10 manpages 5720 B/1234 kB 0%] 9% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 wget amd64 1.19.4-1ubuntu2.2 [316 kB] 07:03:40 ---> Running in 778deb2c62cc 07:03:40 Removing intermediate container 47d74fdc549f 07:03:40 ---> 23dfbb8549cf 07:03:40 Step 22/24 : LABEL arch=arm64 07:03:40 9% [11 wget 0 B/316 kB 0%] 9% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsigsegv2 amd64 2.12-1 [14.7 kB] 07:03:40 9% [12 libsigsegv2 14.7 kB/14.7 kB 100%] 10% [Working] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 m4 amd64 1.4.18-1 [197 kB] 07:03:40 10% [13 m4 0 B/197 kB 0%] 10% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 autoconf all 2.69-11 [322 kB] 07:03:40 10% [14 autoconf 42.8 kB/322 kB 13%] 10% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 autotools-dev all 20180224.1 [39.6 kB] 07:03:40 10% [15 autotools-dev 0 B/39.6 kB 0%] 11% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 automake all 1:1.15.1-3ubuntu2 [509 kB] 07:03:40 11% [16 automake 8667 B/509 kB 2%] 11% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 autopoint all 0.19.8.1-6ubuntu0.3 [426 kB] 07:03:40 11% [17 autopoint 20.9 kB/426 kB 5%] 12% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 07:03:40 12% [18 binutils-common 56.1 kB/196 kB 29%] 12% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 07:03:40 12% [19 libbinutils 56.0 kB/488 kB 11%] 13% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 07:03:40 Successfully built f7a00c4a9d1b 07:03:40 ---> Running in 3128f5eb40af 07:03:40 Successfully tagged docker-core-command-go-arm64:latest 07:03:40  Building docker-core-command-go ... done Building docker-support-logging-go 07:03:41 13% [20 binutils-x86-64-linux-gnu 26.8 kB/1839 kB 1%] 15% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 07:03:41 15% [21 binutils 0 B/3392 B 0%] 15% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 07:03:41 15% [22 libc-dev-bin 18.6 kB/71.8 kB 26%] 15% [Waiting for headers] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 07:03:41 15% [23 linux-libc-dev 12.0 kB/998 kB 1%] 16% [Waiting for headers] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 07:03:41 16% [24 libc6-dev 62.7 kB/2585 kB 2%] 19% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 07:03:41 19% [25 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Working] Get:26 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 07:03:41 19% [26 libisl19 15.0 kB/551 kB 3%] 19% [Waiting for headers] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 07:03:41 19% [27 libmpfr6 53.1 kB/243 kB 22%] 20% [Waiting for headers] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 07:03:41 20% [28 libmpc3 6832 B/40.8 kB 17%] 20% [Working] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 07:03:41 Removing intermediate container 3128f5eb40af 07:03:41 ---> 4f8904abaf37 07:03:41 Step 23/24 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:03:41 20% [29 cpp-7 31.3 kB/8591 kB 0%] 28% [Waiting for headers] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 07:03:41 28% [30 cpp 17.3 kB/27.7 kB 63%] 28% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 07:03:41 28% [31 libcc1-0 9967 B/39.4 kB 25%] 28% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 07:03:41 28% [32 libgomp1 7653 B/76.5 kB 10%] 29% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 07:03:41 29% [33 libitm1 11.9 kB/27.9 kB 43%] 29% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 07:03:41 29% [34 libatomic1 9192 B/9192 B 100%] 29% [Working] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 07:03:41 29% [35 libasan4 24.6 kB/358 kB 7%] 29% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 07:03:41 30% [36 liblsan0 7298 B/133 kB 6%] 30% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 07:03:41 30% [37 libtsan0 4415 B/288 kB 2%] 30% [Waiting for headers] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 07:03:41 30% [38 libubsan0 8400 B/126 kB 7%] 30% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 07:03:41 ---> Running in 14e1eec70871 07:03:41 30% [39 libcilkrts5 17.8 kB/42.5 kB 42%] 31% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 07:03:41 Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 07:03:41 31% [41 libquadmath0 59.0 kB/134 kB 44%] 31% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 07:03:41 31% [42 libgcc-7-dev 10.1 kB/2378 kB 0%] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 07:03:42 34% [43 gcc-7 32.3 kB/9381 kB 0%] 42% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 07:03:42 Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 07:03:42 Removing intermediate container 14e1eec70871 07:03:42 ---> 87b6ab9e459d 07:03:42 Step 24/24 : LABEL version=0.0.0 07:03:42 ---> Running in 5864c5525bab 07:03:42 43% [45 libstdc++-7-dev 18.1 kB/1471 kB 1%] 44% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 07:03:42 44% [46 g++-7 32.9 kB/9697 kB 0%] 53% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 07:03:42 Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 07:03:42 53% [48 make 59.8 kB/154 kB 39%] 54% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 07:03:42 54% [49 libdpkg-perl 36.6 kB/211 kB 17%] 54% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 07:03:42 54% [50 patch 21.9 kB/102 kB 21%] 54% [Waiting for headers] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 07:03:42 54% [51 dpkg-dev 50.8 kB/607 kB 8%] 55% [Working] Get:52 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 07:03:42 Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 07:03:42 55% [53 cmake-data 19.8 kB/1332 kB 1%] 57% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 07:03:42 57% [54 libarchive13 23.6 kB/288 kB 8%] 57% [Waiting for headers] Get:55 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 07:03:42 57% [55 libjsoncpp1 21.7 kB/73.6 kB 30%] 57% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 07:03:42 57% [56 librhash0 12.3 kB/78.1 kB 16%] 57% [Working] Get:57 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 07:03:42 57% [57 libuv1 15.1 kB/64.4 kB 23%] 58% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 07:03:42 58% [58 cmake 0 B/3152 kB 0%] 61% [Working] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 07:03:42 61% [59 curl 20.2 kB/159 kB 13%] 61% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 07:03:42 61% [60 libfakeroot 25.9 kB/25.9 kB 100%] 61% [Working] Get:61 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 07:03:42 61% [61 fakeroot 28.7 kB/62.3 kB 46%] 61% [Working] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 07:03:42 61% [62 libc6-i386 34.6 kB/2650 kB 1%] 64% [Working] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 07:03:43 64% [63 libc6-dev-i386 36.2 kB/1817 kB 2%] 66% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 07:03:43 66% [64 libc6-x32 19.2 kB/2847 kB 1%] 69% [Waiting for headers] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 07:03:43 Removing intermediate container 5864c5525bab 07:03:43 ---> 257a66a04c6c 07:03:43 07:03:43 69% [65 libc6-dev-x32 18.4 kB/2018 kB 1%] 71% [Waiting for headers] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 07:03:43 71% [66 lib32gcc1 48.1 kB/48.1 kB 100%] 71% [Working] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 07:03:43 71% [67 libx32gcc1 0 B/40.5 kB 0%] 71% [Working] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 07:03:43 71% [68 lib32gomp1 48.8 kB/83.7 kB 58%] 71% [Working] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 07:03:43 71% [69 libx32gomp1 30.3 kB/77.8 kB 39%] 72% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 07:03:43 72% [70 lib32itm1 17.8 kB/30.0 kB 59%] 72% [Working] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 07:03:43 72% [71 libx32itm1 28.1 kB/28.1 kB 100%] 72% [Working] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 07:03:43 72% [72 lib32atomic1 8664 B/8664 B 100%] 72% [Working] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 07:03:43 72% [73 libx32atomic1 9188 B/9188 B 100%] 72% [Working] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 07:03:43 72% [74 lib32asan4 6250 B/362 kB 2%] 73% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 07:03:43 73% [75 libx32asan4 37.7 kB/351 kB 11%] 73% [Waiting for headers] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 07:03:43 73% [76 lib32stdc++6 35.8 kB/415 kB 9%] 74% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 07:03:43 74% [77 lib32ubsan0 26.2 kB/140 kB 19%] 74% [Waiting for headers] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 07:03:43 74% [78 libx32stdc++6 11.2 kB/387 kB 3%] 75% [Waiting for headers] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 07:03:43 75% [79 libx32ubsan0 9948 B/127 kB 8%] 75% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 07:03:43 75% [80 lib32cilkrts5 11.2 kB/47.2 kB 24%] 75% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 07:03:43 75% [81 libx32cilkrts5 4950 B/43.0 kB 12%] 75% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 07:03:43 Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 07:03:43 75% [83 lib32quadmath0 108 kB/208 kB 52%] 76% [Waiting for headers] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 07:03:43 76% [84 libx32quadmath0 38.4 kB/135 kB 28%] 76% [Waiting for headers] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 07:03:43 Removing intermediate container 778deb2c62cc 07:03:43 ---> 647dcfc8e6ce 07:03:43 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 07:03:43 76% [85 lib32gcc-7-dev 65.5 kB/2211 kB 3%] 78% [Waiting for headers] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 07:03:43 78% [86 libx32gcc-7-dev 20.3 kB/1999 kB 1%] 80% [Working] Get:87 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 07:03:43 80% [87 gcc-7-multilib 1048 B/1048 B 100%] 80% [Waiting for headers] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 07:03:43 80% [88 lib32stdc++-7-dev 28.3 kB/626 kB 5%] 81% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 07:03:43 81% [89 libx32stdc++-7-dev 14.6 kB/582 kB 3%] 82% [Waiting for headers] Get:90 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 07:03:43 82% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 07:03:43 82% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 07:03:43 82% [92 g++-multilib 1020 B/1020 B 100%] 82% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 07:03:43 82% [93 libcurl3-gnutls 15.6 kB/213 kB 7%] 83% [Waiting for headers] Get:94 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 07:03:43 83% [94 liberror-perl 11.4 kB/22.8 kB 50%] 83% [Waiting for headers] Get:95 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 07:03:43 83% [95 git-man 2293 B/804 kB 0%] 84% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 07:03:43 Successfully built 257a66a04c6c 07:03:43 Successfully tagged docker-support-notifications-go-arm64:latest 07:03:43 Building docker-security-proxy-setup-go 07:03:43 84% [96 git 28.1 kB/3915 kB 1%] 87% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 07:03:43 87% [97 libalgorithm-diff-perl 28.4 kB/47.6 kB 60%] 88% [Waiting for headers] Get:98 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 07:03:43 88% [98 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 88% [Working] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 07:03:43 88% [99 libalgorithm-merge-perl 12.0 kB/12.0 kB 100%] 88% [Working] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 07:03:43 88% [100 libfile-fcntllock-perl 33.2 kB/33.2 kB 100%] 88% [Working] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl7 amd64 2.4.6-2 [38.8 kB] 07:03:44  Building docker-support-notifications-go ... done  ---> Running in 3d2ade2a40ad 07:03:44 88% [101 libltdl7 4146 B/38.8 kB 11%] 88% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 libltdl-dev amd64 2.4.6-2 [162 kB] 07:03:44 88% [102 libltdl-dev 12.6 kB/162 kB 8%] 89% [Working] Get:103 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0 amd64 5.1.5-8.1build2 [100 kB] 07:03:44 89% [103 liblua5.1-0 4869 B/100 kB 5%] 89% [Waiting for headers] Get:104 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo-dev amd64 6.1-1ubuntu1.18.04 [81.3 kB] 07:03:44 89% [104 libtinfo-dev 2183 B/81.3 kB 3%] 89% [Waiting for headers] Get:105 http://archive.ubuntu.com/ubuntu bionic/main amd64 libreadline-dev amd64 7.0-3 [133 kB] 07:03:44 89% [105 libreadline-dev 1780 B/133 kB 1%] Get:106 http://archive.ubuntu.com/ubuntu bionic/universe amd64 liblua5.1-0-dev amd64 5.1.5-8.1build2 [119 kB] 07:03:44 89% [106 liblua5.1-0-dev 8861 B/119 kB 7%] Get:107 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5-dev amd64 6.1-1ubuntu1.18.04 [174 kB] 07:03:44 90% [107 libncurses5-dev 398 B/174 kB 0%] 90% [Working] Get:108 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 07:03:44 90% [108 libnorm1 883 B/224 kB 0%] 90% [Waiting for headers] Get:109 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre16-3 amd64 2:8.39-9 [147 kB] 07:03:44 90% [109 libpcre16-3 220 B/147 kB 0%] 91% [Working] Get:110 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre32-3 amd64 2:8.39-9 [138 kB] 07:03:44 91% [110 libpcre32-3 961 B/138 kB 1%] 91% [Waiting for headers] Get:111 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcrecpp0v5 amd64 2:8.39-9 [15.3 kB] 07:03:44 91% [111 libpcrecpp0v5 3256 B/15.3 kB 21%] Get:112 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpcre3-dev amd64 2:8.39-9 [537 kB] 07:03:44 Removing intermediate container 3d2ade2a40ad 07:03:44 ---> e5f2ac7650fd 07:03:44 Step 24/26 : LABEL arch=arm64 07:03:44 91% [112 libpcre3-dev 5741 B/537 kB 1%] Get:113 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 07:03:44 92% [113 libpgm-5.2-0 12.4 kB/157 kB 8%] Get:114 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 07:03:44 92% [114 libsodium23 9671 B/143 kB 7%] 92% [Waiting for headers] Get:115 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libssl-dev amd64 1.1.1-1ubuntu2.1~18.04.6 [1566 kB] 07:03:44 92% [115 libssl-dev 12.0 kB/1566 kB 1%] 94% [Waiting for headers] Get:116 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool all 2.4.6-2 [194 kB] 07:03:44 94% [116 libtool 0 B/194 kB 0%] 94% [Working] Get:117 http://archive.ubuntu.com/ubuntu bionic/main amd64 libtool-bin amd64 2.4.6-2 [79.5 kB] 07:03:44 94% [117 libtool-bin 12.4 kB/79.5 kB 16%] 95% [Waiting for headers] Get:118 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 07:03:44 95% [118 libzmq5 22.9 kB/221 kB 10%] 95% [Waiting for headers] Get:119 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 07:03:44 95% [119 libzmq3-dev 3317 B/400 kB 1%] 95% [Waiting for headers] Get:120 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua5.1 amd64 5.1.5-8.1build2 [93.2 kB] 07:03:44 95% [120 lua5.1 31.1 kB/93.2 kB 33%] 96% [Waiting for headers] Get:121 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-any all 24 [4718 B] 07:03:44 96% [121 lua-any 4718 B/4718 B 100%] 96% [Working] Get:122 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-socket amd64 3.0~rc1+git+ac3201d-4 [70.5 kB] 07:03:44 96% [122 lua-socket 0 B/70.5 kB 0%] 96% [Waiting for headers] Get:123 http://archive.ubuntu.com/ubuntu bionic/universe amd64 lua-sec amd64 0.6-4 [29.5 kB] 07:03:44 96% [123 lua-sec 0 B/29.5 kB 0%] 96% [Working] Get:124 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 07:03:44 96% [124 zip 0 B/167 kB 0%] 97% [Waiting for headers] Get:125 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 07:03:44 97% [125 unzip 0 B/167 kB 0%] 97% [Working] Get:126 http://archive.ubuntu.com/ubuntu bionic/universe amd64 luarocks all 2.4.2+dfsg-1 [97.6 kB] 07:03:44 97% [126 luarocks 0 B/97.6 kB 0%] 97% [Waiting for headers] Get:127 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 07:03:45 ---> Running in 56ba217d74fb 07:03:45 97% [127 manpages-dev 14.8 kB/2217 kB 1%] 99% [Waiting for headers] Get:128 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 07:03:45 99% [128 pkg-config 26.0 kB/45.0 kB 58%] 99% [Waiting for headers] Get:129 http://archive.ubuntu.com/ubuntu bionic/main amd64 zlib1g-dev amd64 1:1.2.11.dfsg-0ubuntu2 [176 kB] 07:03:45 99% [129 zlib1g-dev 8733 B/176 kB 5%] 100% [Waiting for headers] Get:130 http://archive.ubuntu.com/ubuntu bionic/main amd64 libyaml-dev amd64 0.1.7-2ubuntu3 [55.7 kB] 07:03:45 100% [130 libyaml-dev 55.7 kB/55.7 kB 100%] 100% [Working] Fetched 86.0 MB in 6s (15.3 MB/s) 07:03:45 debconf: delaying package configuration, since apt-utils is not installed 07:03:45 Selecting previously unselected package liblocale-gettext-perl. 07:03:45 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) 07:03:45 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 07:03:45 Unpacking liblocale-gettext-perl (1.07-3build2) ... 07:03:45 Selecting previously unselected package perl-modules-5.26. 07:03:45 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... 07:03:45 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:03:45 Removing intermediate container 56ba217d74fb 07:03:45 ---> 2e6c6abdb201 07:03:45 Step 25/26 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:03:45 ---> Running in afc4d5bd7651 07:03:46 Removing intermediate container afc4d5bd7651 07:03:46 ---> d2320dd156c6 07:03:46 Step 26/26 : LABEL version=0.0.0 07:03:46 Selecting previously unselected package libgdbm5:amd64. 07:03:46 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 07:03:46 Unpacking libgdbm5:amd64 (1.14.1-6) ... 07:03:46 Selecting previously unselected package libgdbm-compat4:amd64. 07:03:46 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 07:03:46 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 07:03:46 Selecting previously unselected package libperl5.26:amd64. 07:03:46 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... 07:03:46 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 07:03:46 ---> Running in c2ea145c02b4 07:03:47 Selecting previously unselected package perl. 07:03:47 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.3_amd64.deb ... 07:03:47 Unpacking perl (5.26.1-6ubuntu0.3) ... 07:03:47 Selecting previously unselected package less. 07:03:47 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 07:03:47 Unpacking less (487-0.1) ... 07:03:47 Selecting previously unselected package libyaml-0-2:amd64. 07:03:47 Preparing to unpack .../007-libyaml-0-2_0.1.7-2ubuntu3_amd64.deb ... 07:03:47 Unpacking libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... 07:03:47 Selecting previously unselected package netbase. 07:03:47 Preparing to unpack .../008-netbase_5.4_all.deb ... 07:03:47 Unpacking netbase (5.4) ... 07:03:47 Selecting previously unselected package manpages. 07:03:47 Preparing to unpack .../009-manpages_4.15-1_all.deb ... 07:03:47 Unpacking manpages (4.15-1) ... 07:03:47 Removing intermediate container c2ea145c02b4 07:03:47 ---> 0165e1b26bde 07:03:47 07:03:47 Selecting previously unselected package wget. 07:03:47 Preparing to unpack .../010-wget_1.19.4-1ubuntu2.2_amd64.deb ... 07:03:47 Unpacking wget (1.19.4-1ubuntu2.2) ... 07:03:47 Selecting previously unselected package libsigsegv2:amd64. 07:03:47 Preparing to unpack .../011-libsigsegv2_2.12-1_amd64.deb ... 07:03:47 Unpacking libsigsegv2:amd64 (2.12-1) ... 07:03:47 Successfully built 0165e1b26bde 07:03:47 Selecting previously unselected package m4. 07:03:47 Preparing to unpack .../012-m4_1.4.18-1_amd64.deb ... 07:03:47 Unpacking m4 (1.4.18-1) ... 07:03:47 Selecting previously unselected package autoconf. 07:03:47 Preparing to unpack .../013-autoconf_2.69-11_all.deb ... 07:03:47 Unpacking autoconf (2.69-11) ... 07:03:47 Selecting previously unselected package autotools-dev. 07:03:47 Preparing to unpack .../014-autotools-dev_20180224.1_all.deb ... 07:03:47 Unpacking autotools-dev (20180224.1) ... 07:03:47 Selecting previously unselected package automake. 07:03:47 Preparing to unpack .../015-automake_1%3a1.15.1-3ubuntu2_all.deb ... 07:03:47 Unpacking automake (1:1.15.1-3ubuntu2) ... 07:03:48 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 07:03:48  Building docker-security-secretstore-setup-go ... done Building docker-core-metadata-go 07:03:48 Selecting previously unselected package autopoint. 07:03:48 Preparing to unpack .../016-autopoint_0.19.8.1-6ubuntu0.3_all.deb ... 07:03:48 Unpacking autopoint (0.19.8.1-6ubuntu0.3) ... 07:03:48 Selecting previously unselected package binutils-common:amd64. 07:03:48 Preparing to unpack .../017-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:03:48 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:03:48 Selecting previously unselected package libbinutils:amd64. 07:03:48 Preparing to unpack .../018-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:03:48 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:03:48 Selecting previously unselected package binutils-x86-64-linux-gnu. 07:03:48 Preparing to unpack .../019-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:03:48 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:03:48 Selecting previously unselected package binutils. 07:03:48 Preparing to unpack .../020-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 07:03:48 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 07:03:48 Selecting previously unselected package libc-dev-bin. 07:03:48 Preparing to unpack .../021-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 07:03:48 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 07:03:48 Selecting previously unselected package linux-libc-dev:amd64. 07:03:48 Preparing to unpack .../022-linux-libc-dev_4.15.0-122.124_amd64.deb ... 07:03:48 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 07:03:49 Selecting previously unselected package libc6-dev:amd64. 07:03:49 Preparing to unpack .../023-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 07:03:49 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 07:03:49 Selecting previously unselected package gcc-7-base:amd64. 07:03:49 Preparing to unpack .../024-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:49 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:03:49 Selecting previously unselected package libisl19:amd64. 07:03:49 Preparing to unpack .../025-libisl19_0.19-1_amd64.deb ... 07:03:49 Unpacking libisl19:amd64 (0.19-1) ... 07:03:49 Selecting previously unselected package libmpfr6:amd64. 07:03:49 Preparing to unpack .../026-libmpfr6_4.0.1-1_amd64.deb ... 07:03:49 Unpacking libmpfr6:amd64 (4.0.1-1) ... 07:03:49 Selecting previously unselected package libmpc3:amd64. 07:03:49 Preparing to unpack .../027-libmpc3_1.1.0-1_amd64.deb ... 07:03:49 Unpacking libmpc3:amd64 (1.1.0-1) ... 07:03:50 Selecting previously unselected package cpp-7. 07:03:50 Preparing to unpack .../028-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:50 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:03:50 Selecting previously unselected package cpp. 07:03:50 Preparing to unpack .../029-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:03:50 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 07:03:50 Selecting previously unselected package libcc1-0:amd64. 07:03:50 Preparing to unpack .../030-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:50 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:50 Selecting previously unselected package libgomp1:amd64. 07:03:50 Preparing to unpack .../031-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:50 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:50 Selecting previously unselected package libitm1:amd64. 07:03:50 Preparing to unpack .../032-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:50 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libatomic1:amd64. 07:03:51 Preparing to unpack .../033-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libasan4:amd64. 07:03:51 Preparing to unpack .../034-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package liblsan0:amd64. 07:03:51 Preparing to unpack .../035-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libtsan0:amd64. 07:03:51 Preparing to unpack .../036-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libubsan0:amd64. 07:03:51 Preparing to unpack .../037-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libcilkrts5:amd64. 07:03:51 Preparing to unpack .../038-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libmpx2:amd64. 07:03:51 Preparing to unpack .../039-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libquadmath0:amd64. 07:03:51 Preparing to unpack .../040-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:03:51 Selecting previously unselected package libgcc-7-dev:amd64. 07:03:51 Preparing to unpack .../041-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:51 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:03:52 Selecting previously unselected package gcc-7. 07:03:52 Preparing to unpack .../042-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:52 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:03:52 Selecting previously unselected package gcc. 07:03:52 Preparing to unpack .../043-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:03:52 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 07:03:52 Selecting previously unselected package libstdc++-7-dev:amd64. 07:03:52 Preparing to unpack .../044-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:52 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:03:53 Selecting previously unselected package g++-7. 07:03:53 Preparing to unpack .../045-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:53 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 07:03:54 Selecting previously unselected package g++. 07:03:54 Preparing to unpack .../046-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:03:54 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 07:03:54 Selecting previously unselected package make. 07:03:54 Preparing to unpack .../047-make_4.1-9.1ubuntu1_amd64.deb ... 07:03:54 Unpacking make (4.1-9.1ubuntu1) ... 07:03:54 Selecting previously unselected package libdpkg-perl. 07:03:54 Preparing to unpack .../048-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 07:03:54 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:03:54 Selecting previously unselected package patch. 07:03:54 Preparing to unpack .../049-patch_2.7.6-2ubuntu1.1_amd64.deb ... 07:03:54 Unpacking patch (2.7.6-2ubuntu1.1) ... 07:03:54 Selecting previously unselected package dpkg-dev. 07:03:54 Preparing to unpack .../050-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 07:03:54 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 07:03:54 Selecting previously unselected package build-essential. 07:03:54 Preparing to unpack .../051-build-essential_12.4ubuntu1_amd64.deb ... 07:03:54 Unpacking build-essential (12.4ubuntu1) ... 07:03:55 Selecting previously unselected package cmake-data. 07:03:55 Preparing to unpack .../052-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 07:03:55 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 07:03:55 Selecting previously unselected package libarchive13:amd64. 07:03:55 Preparing to unpack .../053-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 07:03:55 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 07:03:55 Selecting previously unselected package libjsoncpp1:amd64. 07:03:55 Preparing to unpack .../054-libjsoncpp1_1.7.4-3_amd64.deb ... 07:03:55 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 07:03:55 Selecting previously unselected package librhash0:amd64. 07:03:55 Preparing to unpack .../055-librhash0_1.3.6-2_amd64.deb ... 07:03:55 Unpacking librhash0:amd64 (1.3.6-2) ... 07:03:55 Selecting previously unselected package libuv1:amd64. 07:03:55 Preparing to unpack .../056-libuv1_1.18.0-3_amd64.deb ... 07:03:55 Unpacking libuv1:amd64 (1.18.0-3) ... 07:03:55 Selecting previously unselected package cmake. 07:03:55 Preparing to unpack .../057-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 07:03:55 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 07:03:56 Selecting previously unselected package curl. 07:03:56 Preparing to unpack .../058-curl_7.58.0-2ubuntu3.10_amd64.deb ... 07:03:56 Unpacking curl (7.58.0-2ubuntu3.10) ... 07:03:56 Selecting previously unselected package libfakeroot:amd64. 07:03:56 Preparing to unpack .../059-libfakeroot_1.22-2ubuntu1_amd64.deb ... 07:03:56 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 07:03:56 Selecting previously unselected package fakeroot. 07:03:56 Preparing to unpack .../060-fakeroot_1.22-2ubuntu1_amd64.deb ... 07:03:56 Unpacking fakeroot (1.22-2ubuntu1) ... 07:03:56 Selecting previously unselected package libc6-i386. 07:03:56 Preparing to unpack .../061-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 07:03:56 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 07:03:57 Selecting previously unselected package libc6-dev-i386. 07:03:57 Preparing to unpack .../062-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 07:03:57 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 07:03:57 Selecting previously unselected package libc6-x32. 07:03:57 Preparing to unpack .../063-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 07:03:57 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 07:03:57 Selecting previously unselected package libc6-dev-x32. 07:03:57 Preparing to unpack .../064-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 07:03:57 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 07:03:57 Selecting previously unselected package lib32gcc1. 07:03:57 Preparing to unpack .../065-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:57 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32gcc1. 07:03:58 Preparing to unpack .../066-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package lib32gomp1. 07:03:58 Preparing to unpack .../067-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32gomp1. 07:03:58 Preparing to unpack .../068-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package lib32itm1. 07:03:58 Preparing to unpack .../069-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32itm1. 07:03:58 Preparing to unpack .../070-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package lib32atomic1. 07:03:58 Preparing to unpack .../071-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32atomic1. 07:03:58 Preparing to unpack .../072-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package lib32asan4. 07:03:58 Preparing to unpack .../073-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32asan4. 07:03:58 Preparing to unpack .../074-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package lib32stdc++6. 07:03:58 Preparing to unpack .../075-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package lib32ubsan0. 07:03:58 Preparing to unpack .../076-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32stdc++6. 07:03:58 Preparing to unpack .../077-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 07:03:58 Selecting previously unselected package libx32ubsan0. 07:03:58 Preparing to unpack .../078-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:58 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package lib32cilkrts5. 07:03:59 Preparing to unpack .../079-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package libx32cilkrts5. 07:03:59 Preparing to unpack .../080-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package lib32mpx2. 07:03:59 Preparing to unpack .../081-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package lib32quadmath0. 07:03:59 Preparing to unpack .../082-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package libx32quadmath0. 07:03:59 Preparing to unpack .../083-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package lib32gcc-7-dev. 07:03:59 Preparing to unpack .../084-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package libx32gcc-7-dev. 07:03:59 Preparing to unpack .../085-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package gcc-7-multilib. 07:03:59 Preparing to unpack .../086-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 07:03:59 Selecting previously unselected package lib32stdc++-7-dev. 07:03:59 Preparing to unpack .../087-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:03:59 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 07:04:00 Selecting previously unselected package libx32stdc++-7-dev. 07:04:00 Preparing to unpack .../088-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:04:00 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 07:04:00 Selecting previously unselected package g++-7-multilib. 07:04:00 Preparing to unpack .../089-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 07:04:00 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 07:04:00 Selecting previously unselected package gcc-multilib. 07:04:00 Preparing to unpack .../090-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:04:00 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 07:04:00 Selecting previously unselected package g++-multilib. 07:04:00 Preparing to unpack .../091-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 07:04:00 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 07:04:00 Selecting previously unselected package libcurl3-gnutls:amd64. 07:04:00 Preparing to unpack .../092-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 07:04:00 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 07:04:00 Selecting previously unselected package liberror-perl. 07:04:00 Preparing to unpack .../093-liberror-perl_0.17025-1_all.deb ... 07:04:00 Unpacking liberror-perl (0.17025-1) ... 07:04:00 Selecting previously unselected package git-man. 07:04:00 Preparing to unpack .../094-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 07:04:00 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 07:04:00 Selecting previously unselected package git. 07:04:00 Preparing to unpack .../095-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 07:04:00 Unpacking git (1:2.17.1-1ubuntu0.7) ... 07:04:01 Selecting previously unselected package libalgorithm-diff-perl. 07:04:01 Preparing to unpack .../096-libalgorithm-diff-perl_1.19.03-1_all.deb ... 07:04:01 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 07:04:01 Selecting previously unselected package libalgorithm-diff-xs-perl. 07:04:01 Preparing to unpack .../097-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 07:04:01 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 07:04:01 Selecting previously unselected package libalgorithm-merge-perl. 07:04:01 Preparing to unpack .../098-libalgorithm-merge-perl_0.08-3_all.deb ... 07:04:01 Unpacking libalgorithm-merge-perl (0.08-3) ... 07:04:01 Selecting previously unselected package libfile-fcntllock-perl. 07:04:01 Preparing to unpack .../099-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 07:04:01 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 07:04:01 Selecting previously unselected package libltdl7:amd64. 07:04:01 Preparing to unpack .../100-libltdl7_2.4.6-2_amd64.deb ... 07:04:01 Unpacking libltdl7:amd64 (2.4.6-2) ... 07:04:01 Selecting previously unselected package libltdl-dev:amd64. 07:04:01 Preparing to unpack .../101-libltdl-dev_2.4.6-2_amd64.deb ... 07:04:01 Unpacking libltdl-dev:amd64 (2.4.6-2) ... 07:04:01 Selecting previously unselected package liblua5.1-0:amd64. 07:04:01 Preparing to unpack .../102-liblua5.1-0_5.1.5-8.1build2_amd64.deb ... 07:04:01 Unpacking liblua5.1-0:amd64 (5.1.5-8.1build2) ... 07:04:01 Selecting previously unselected package libtinfo-dev:amd64. 07:04:01 Preparing to unpack .../103-libtinfo-dev_6.1-1ubuntu1.18.04_amd64.deb ... 07:04:01 Unpacking libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... 07:04:02 Selecting previously unselected package libreadline-dev:amd64. 07:04:02 Preparing to unpack .../104-libreadline-dev_7.0-3_amd64.deb ... 07:04:02 Unpacking libreadline-dev:amd64 (7.0-3) ... 07:04:02 Selecting previously unselected package liblua5.1-0-dev:amd64. 07:04:02 Preparing to unpack .../105-liblua5.1-0-dev_5.1.5-8.1build2_amd64.deb ... 07:04:02 Unpacking liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... 07:04:02 Selecting previously unselected package libncurses5-dev:amd64. 07:04:02 Preparing to unpack .../106-libncurses5-dev_6.1-1ubuntu1.18.04_amd64.deb ... 07:04:02 Unpacking libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... 07:04:02 Selecting previously unselected package libnorm1:amd64. 07:04:02 Preparing to unpack .../107-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 07:04:02 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:04:02 Selecting previously unselected package libpcre16-3:amd64. 07:04:02 Preparing to unpack .../108-libpcre16-3_2%3a8.39-9_amd64.deb ... 07:04:02 Unpacking libpcre16-3:amd64 (2:8.39-9) ... 07:04:02 Selecting previously unselected package libpcre32-3:amd64. 07:04:02 Preparing to unpack .../109-libpcre32-3_2%3a8.39-9_amd64.deb ... 07:04:02 Unpacking libpcre32-3:amd64 (2:8.39-9) ... 07:04:02 Selecting previously unselected package libpcrecpp0v5:amd64. 07:04:02 Preparing to unpack .../110-libpcrecpp0v5_2%3a8.39-9_amd64.deb ... 07:04:02 Unpacking libpcrecpp0v5:amd64 (2:8.39-9) ... 07:04:02 Selecting previously unselected package libpcre3-dev:amd64. 07:04:02 Preparing to unpack .../111-libpcre3-dev_2%3a8.39-9_amd64.deb ... 07:04:02 Unpacking libpcre3-dev:amd64 (2:8.39-9) ... 07:04:02 Selecting previously unselected package libpgm-5.2-0:amd64. 07:04:02 Preparing to unpack .../112-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 07:04:02 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:04:02 Selecting previously unselected package libsodium23:amd64. 07:04:02 Preparing to unpack .../113-libsodium23_1.0.16-2_amd64.deb ... 07:04:02 Unpacking libsodium23:amd64 (1.0.16-2) ... 07:04:02 Selecting previously unselected package libssl-dev:amd64. 07:04:02 Preparing to unpack .../114-libssl-dev_1.1.1-1ubuntu2.1~18.04.6_amd64.deb ... 07:04:02 Unpacking libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 07:04:03 Selecting previously unselected package libtool. 07:04:03 Preparing to unpack .../115-libtool_2.4.6-2_all.deb ... 07:04:03 Unpacking libtool (2.4.6-2) ... 07:04:03 Selecting previously unselected package libtool-bin. 07:04:03 Preparing to unpack .../116-libtool-bin_2.4.6-2_amd64.deb ... 07:04:03 Unpacking libtool-bin (2.4.6-2) ... 07:04:03 Selecting previously unselected package libzmq5:amd64. 07:04:03 Preparing to unpack .../117-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 07:04:03 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:04:03 Selecting previously unselected package libzmq3-dev:amd64. 07:04:03 Preparing to unpack .../118-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 07:04:03 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:04:03 Selecting previously unselected package lua5.1. 07:04:03 Preparing to unpack .../119-lua5.1_5.1.5-8.1build2_amd64.deb ... 07:04:03 Unpacking lua5.1 (5.1.5-8.1build2) ... 07:04:03 Selecting previously unselected package lua-any. 07:04:03 Preparing to unpack .../120-lua-any_24_all.deb ... 07:04:03 Unpacking lua-any (24) ... 07:04:03 Selecting previously unselected package lua-socket:amd64. 07:04:03 Preparing to unpack .../121-lua-socket_3.0~rc1+git+ac3201d-4_amd64.deb ... 07:04:03 Unpacking lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 07:04:03 Selecting previously unselected package lua-sec:amd64. 07:04:03 Preparing to unpack .../122-lua-sec_0.6-4_amd64.deb ... 07:04:03 Unpacking lua-sec:amd64 (0.6-4) ... 07:04:03 Selecting previously unselected package zip. 07:04:03 Preparing to unpack .../123-zip_3.0-11build1_amd64.deb ... 07:04:03 Unpacking zip (3.0-11build1) ... 07:04:03 Selecting previously unselected package unzip. 07:04:03 Preparing to unpack .../124-unzip_6.0-21ubuntu1_amd64.deb ... 07:04:03 Unpacking unzip (6.0-21ubuntu1) ... 07:04:04 Selecting previously unselected package luarocks. 07:04:04 Preparing to unpack .../125-luarocks_2.4.2+dfsg-1_all.deb ... 07:04:04 Unpacking luarocks (2.4.2+dfsg-1) ... 07:04:04 Selecting previously unselected package manpages-dev. 07:04:04 Preparing to unpack .../126-manpages-dev_4.15-1_all.deb ... 07:04:04 Unpacking manpages-dev (4.15-1) ... 07:04:04 Selecting previously unselected package pkg-config. 07:04:04 Preparing to unpack .../127-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 07:04:04 Unpacking pkg-config (0.29.1-0ubuntu2) ... 07:04:04 Selecting previously unselected package zlib1g-dev:amd64. 07:04:04 Preparing to unpack .../128-zlib1g-dev_1%3a1.2.11.dfsg-0ubuntu2_amd64.deb ... 07:04:04 Unpacking zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 07:04:04 Selecting previously unselected package libyaml-dev:amd64. 07:04:04 Preparing to unpack .../129-libyaml-dev_0.1.7-2ubuntu3_amd64.deb ... 07:04:04 Unpacking libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 07:04:04 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:04 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 07:04:04 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:04 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 07:04:04 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:04 Setting up manpages (4.15-1) ... 07:04:04 Setting up lua-socket:amd64 (3.0~rc1+git+ac3201d-4) ... 07:04:04 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 07:04:04 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:04 Setting up less (487-0.1) ... 07:04:04 Setting up make (4.1-9.1ubuntu1) ... 07:04:04 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up curl (7.58.0-2ubuntu3.10) ... 07:04:05 Setting up libsigsegv2:amd64 (2.12-1) ... 07:04:05 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 07:04:05 Setting up libuv1:amd64 (1.18.0-3) ... 07:04:05 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 07:04:05 Setting up lua-sec:amd64 (0.6-4) ... 07:04:05 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up libssl-dev:amd64 (1.1.1-1ubuntu2.1~18.04.6) ... 07:04:05 Setting up unzip (6.0-21ubuntu1) ... 07:04:05 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 07:04:05 Setting up libmpfr6:amd64 (4.0.1-1) ... 07:04:05 Setting up libtinfo-dev:amd64 (6.1-1ubuntu1.18.04) ... 07:04:05 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 07:04:05 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 07:04:05 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... 07:04:05 Setting up m4 (1.4.18-1) ... 07:04:05 Setting up libgdbm5:amd64 (1.14.1-6) ... 07:04:05 Setting up zip (3.0-11build1) ... 07:04:05 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up librhash0:amd64 (1.3.6-2) ... 07:04:05 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 07:04:05 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 07:04:05 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 07:04:05 Setting up libsodium23:amd64 (1.0.16-2) ... 07:04:05 Setting up lua5.1 (5.1.5-8.1build2) ... 07:04:05 update-alternatives: using /usr/bin/lua5.1 to provide /usr/bin/lua (lua-interpreter) in auto mode 07:04:05 update-alternatives: warning: skip creation of /usr/share/man/man1/lua.1.gz because associated file /usr/share/man/man1/lua5.1.1.gz (of link group lua-interpreter) doesn't exist 07:04:05 update-alternatives: using /usr/bin/luac5.1 to provide /usr/bin/luac (lua-compiler) in auto mode 07:04:05 update-alternatives: warning: skip creation of /usr/share/man/man1/luac.1.gz because associated file /usr/share/man/man1/luac5.1.1.gz (of link group lua-compiler) doesn't exist 07:04:05 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up libyaml-0-2:amd64 (0.1.7-2ubuntu3) ... 07:04:05 Setting up patch (2.7.6-2ubuntu1.1) ... 07:04:05 Setting up autotools-dev (20180224.1) ... 07:04:05 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 07:04:05 Setting up libltdl7:amd64 (2.4.6-2) ... 07:04:05 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up wget (1.19.4-1ubuntu2.2) ... 07:04:05 Setting up libreadline-dev:amd64 (7.0-3) ... 07:04:05 Setting up liblocale-gettext-perl (1.07-3build2) ... 07:04:05 Setting up libpcrecpp0v5:amd64 (2:8.39-9) ... 07:04:05 Setting up libpcre32-3:amd64 (2:8.39-9) ... 07:04:05 Setting up libmpc3:amd64 (1.1.0-1) ... 07:04:05 Setting up liblua5.1-0:amd64 (5.1.5-8.1build2) ... 07:04:05 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 07:04:05 Setting up libpcre16-3:amd64 (2:8.39-9) ... 07:04:05 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 07:04:05 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 07:04:05 Setting up manpages-dev (4.15-1) ... 07:04:06 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 07:04:06 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 07:04:06 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 07:04:06 Setting up autopoint (0.19.8.1-6ubuntu0.3) ... 07:04:06 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 07:04:06 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 07:04:06 Setting up netbase (5.4) ... 07:04:06 Setting up zlib1g-dev:amd64 (1:1.2.11.dfsg-0ubuntu2) ... 07:04:06 Setting up libisl19:amd64 (0.19-1) ... 07:04:06 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 07:04:06 Setting up lua-any (24) ... 07:04:06 Setting up libpcre3-dev:amd64 (2:8.39-9) ... 07:04:06 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 07:04:06 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up libltdl-dev:amd64 (2.4.6-2) ... 07:04:06 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 07:04:06 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 07:04:06 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up liblua5.1-0-dev:amd64 (5.1.5-8.1build2) ... 07:04:06 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 07:04:06 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 07:04:06 Setting up libyaml-dev:amd64 (0.1.7-2ubuntu3) ... 07:04:06 Setting up fakeroot (1.22-2ubuntu1) ... 07:04:06 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 07:04:06 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 07:04:06 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 07:04:06 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 07:04:06 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 07:04:06 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 07:04:06 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 07:04:06 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 07:04:06 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 07:04:06 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 07:04:06 Setting up libncurses5-dev:amd64 (6.1-1ubuntu1.18.04) ... 07:04:06 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... 07:04:07 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 07:04:07 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 07:04:07 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 07:04:07 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 07:04:07 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 07:04:07 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 07:04:07 Setting up luarocks (2.4.2+dfsg-1) ... 07:04:07 Making manifest for /usr/local/lib/luarocks/rocks 07:04:07 Warning: This looks like a local rocks tree, but you did not pass --local-tree. 07:04:07 Generating index.html for /usr/local/lib/luarocks/rocks 07:04:07 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up perl (5.26.1-6ubuntu0.3) ... 07:04:07 Setting up libfile-fcntllock-perl (0.22-3build2) ... 07:04:07 Setting up libalgorithm-diff-perl (1.19.03-1) ... 07:04:07 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 07:04:07 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up liberror-perl (0.17025-1) ... 07:04:07 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 07:04:07 Setting up autoconf (2.69-11) ... 07:04:07 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 07:04:07 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 07:04:07 Setting up libalgorithm-merge-perl (0.08-3) ... 07:04:07 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 07:04:07 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 07:04:07 Setting up automake (1:1.15.1-3ubuntu2) ... 07:04:07 update-alternatives: using /usr/bin/automake-1.15 to provide /usr/bin/automake (automake) in auto mode 07:04:07 update-alternatives: warning: skip creation of /usr/share/man/man1/automake.1.gz because associated file /usr/share/man/man1/automake-1.15.1.gz (of link group automake) doesn't exist 07:04:07 update-alternatives: warning: skip creation of /usr/share/man/man1/aclocal.1.gz because associated file /usr/share/man/man1/aclocal-1.15.1.gz (of link group automake) doesn't exist 07:04:07 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 07:04:07 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 07:04:07 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 07:04:07 Setting up git (1:2.17.1-1ubuntu0.7) ... 07:04:07 Setting up libtool (2.4.6-2) ... 07:04:07 Setting up libtool-bin (2.4.6-2) ... 07:04:07 Setting up build-essential (12.4ubuntu1) ... 07:04:07 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 07:04:07 Setting up pkg-config (0.29.1-0ubuntu2) ... 07:04:07 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 07:04:07 Processing triggers for mime-support (3.60ubuntu1) ... 07:04:07 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 07:04:09 autoconf set to automatically installed. 07:04:09 automake set to automatically installed. 07:04:09 autopoint set to automatically installed. 07:04:09 autotools-dev set to automatically installed. 07:04:09 binutils set to automatically installed. 07:04:09 binutils-common set to automatically installed. 07:04:09 binutils-x86-64-linux-gnu set to automatically installed. 07:04:09 build-essential set to automatically installed. 07:04:09 cmake set to automatically installed. 07:04:09 cmake-data set to automatically installed. 07:04:09 cpp set to automatically installed. 07:04:09 cpp-7 set to automatically installed. 07:04:09 curl set to automatically installed. 07:04:09 dpkg-dev set to automatically installed. 07:04:09 fakeroot set to automatically installed. 07:04:09 g++ set to automatically installed. 07:04:09 g++-7 set to automatically installed. 07:04:09 g++-7-multilib set to automatically installed. 07:04:09 g++-multilib set to automatically installed. 07:04:09 gcc set to automatically installed. 07:04:09 gcc-7 set to automatically installed. 07:04:09 gcc-7-base set to automatically installed. 07:04:09 gcc-7-multilib set to automatically installed. 07:04:09 gcc-multilib set to automatically installed. 07:04:09 git set to automatically installed. 07:04:09 git-man set to automatically installed. 07:04:09 less set to automatically installed. 07:04:09 lib32asan4 set to automatically installed. 07:04:09 lib32atomic1 set to automatically installed. 07:04:09 lib32cilkrts5 set to automatically installed. 07:04:09 lib32gcc-7-dev set to automatically installed. 07:04:09 lib32gcc1 set to automatically installed. 07:04:09 lib32gomp1 set to automatically installed. 07:04:09 lib32itm1 set to automatically installed. 07:04:09 lib32mpx2 set to automatically installed. 07:04:09 lib32quadmath0 set to automatically installed. 07:04:09 lib32stdc++-7-dev set to automatically installed. 07:04:09 lib32stdc++6 set to automatically installed. 07:04:09 lib32ubsan0 set to automatically installed. 07:04:09 libalgorithm-diff-perl set to automatically installed. 07:04:09 libalgorithm-diff-xs-perl set to automatically installed. 07:04:09 libalgorithm-merge-perl set to automatically installed. 07:04:09 libarchive13 set to automatically installed. 07:04:09 libasan4 set to automatically installed. 07:04:09 libatomic1 set to automatically installed. 07:04:09 libbinutils set to automatically installed. 07:04:09 libc-dev-bin set to automatically installed. 07:04:09 libc6-dev set to automatically installed. 07:04:09 libc6-dev-i386 set to automatically installed. 07:04:09 libc6-dev-x32 set to automatically installed. 07:04:09 libc6-i386 set to automatically installed. 07:04:09 libc6-x32 set to automatically installed. 07:04:09 libcc1-0 set to automatically installed. 07:04:09 libcilkrts5 set to automatically installed. 07:04:09 libcurl3-gnutls set to automatically installed. 07:04:09 libdpkg-perl set to automatically installed. 07:04:09 liberror-perl set to automatically installed. 07:04:09 libfakeroot set to automatically installed. 07:04:09 libfile-fcntllock-perl set to automatically installed. 07:04:09 libgcc-7-dev set to automatically installed. 07:04:09 libgdbm-compat4 set to automatically installed. 07:04:09 libgdbm5 set to automatically installed. 07:04:09 libgomp1 set to automatically installed. 07:04:09 libisl19 set to automatically installed. 07:04:09 libitm1 set to automatically installed. 07:04:09 libjsoncpp1 set to automatically installed. 07:04:09 liblocale-gettext-perl set to automatically installed. 07:04:09 liblsan0 set to automatically installed. 07:04:09 libltdl-dev set to automatically installed. 07:04:09 libltdl7 set to automatically installed. 07:04:09 liblua5.1-0 set to automatically installed. 07:04:09 liblua5.1-0-dev set to automatically installed. 07:04:09 libmpc3 set to automatically installed. 07:04:09 libmpfr6 set to automatically installed. 07:04:09 libmpx2 set to automatically installed. 07:04:09 libncurses5-dev set to automatically installed. 07:04:09 libnorm1 set to automatically installed. 07:04:09 libpcre16-3 set to automatically installed. 07:04:09 libpcre3-dev set to automatically installed. 07:04:09 libpcre32-3 set to automatically installed. 07:04:09 libpcrecpp0v5 set to automatically installed. 07:04:09 libperl5.26 set to automatically installed. 07:04:09 libpgm-5.2-0 set to automatically installed. 07:04:09 libquadmath0 set to automatically installed. 07:04:09 libreadline-dev set to automatically installed. 07:04:09 librhash0 set to automatically installed. 07:04:09 libsigsegv2 set to automatically installed. 07:04:09 libsodium23 set to automatically installed. 07:04:09 libssl-dev set to automatically installed. 07:04:09 libstdc++-7-dev set to automatically installed. 07:04:09 libtinfo-dev set to automatically installed. 07:04:09 libtool set to automatically installed. 07:04:09 libtool-bin set to automatically installed. 07:04:09 libtsan0 set to automatically installed. 07:04:09 libubsan0 set to automatically installed. 07:04:09 libuv1 set to automatically installed. 07:04:09 libx32asan4 set to automatically installed. 07:04:09 libx32atomic1 set to automatically installed. 07:04:09 libx32cilkrts5 set to automatically installed. 07:04:09 libx32gcc-7-dev set to automatically installed. 07:04:09 libx32gcc1 set to automatically installed. 07:04:09 libx32gomp1 set to automatically installed. 07:04:09 libx32itm1 set to automatically installed. 07:04:09 libx32quadmath0 set to automatically installed. 07:04:09 libx32stdc++-7-dev set to automatically installed. 07:04:09 libx32stdc++6 set to automatically installed. 07:04:09 libx32ubsan0 set to automatically installed. 07:04:09 libyaml-0-2 set to automatically installed. 07:04:09 libyaml-dev set to automatically installed. 07:04:09 libzmq3-dev set to automatically installed. 07:04:09 libzmq5 set to automatically installed. 07:04:09 linux-libc-dev set to automatically installed. 07:04:09 lua-any set to automatically installed. 07:04:09 lua-sec set to automatically installed. 07:04:09 lua-socket set to automatically installed. 07:04:09 lua5.1 set to automatically installed. 07:04:09 luarocks set to automatically installed. 07:04:09 m4 set to automatically installed. 07:04:09 make set to automatically installed. 07:04:09 manpages set to automatically installed. 07:04:09 manpages-dev set to automatically installed. 07:04:09 netbase set to automatically installed. 07:04:09 patch set to automatically installed. 07:04:09 perl set to automatically installed. 07:04:09 perl-modules-5.26 set to automatically installed. 07:04:09 pkg-config set to automatically installed. 07:04:09 unzip set to automatically installed. 07:04:09 wget set to automatically installed. 07:04:09 zip set to automatically installed. 07:04:09 zlib1g-dev set to automatically installed. 07:04:09 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 07:04:09 Please ensure the environment is properly setup before continuing. 07:04:09 Ignore this message if the appropriate measures have already been taken 07:04:10 Pulling go-build-helper  07:04:11 Pulling lua-kong-nginx-module  07:04:12 Cloning into '/build/parts/lua-kong-nginx-module/src'... 07:04:12 remote: Enumerating objects: 18, done. 07:04:12 remote: Counting objects: 5% (1/18) remote: Counting objects: 11% (2/18) remote: Counting objects: 16% (3/18) remote: Counting objects: 22% (4/18) remote: Counting objects: 27% (5/18) remote: Counting objects: 33% (6/18) remote: Counting objects: 38% (7/18) remote: Counting objects: 44% (8/18) remote: Counting objects: 50% (9/18) remote: Counting objects: 55% (10/18) remote: Counting objects: 61% (11/18) remote: Counting objects: 66% (12/18) remote: Counting objects: 72% (13/18) remote: Counting objects: 77% (14/18) remote: Counting objects: 83% (15/18) remote: Counting objects: 88% (16/18) remote: Counting objects: 94% (17/18) remote: Counting objects: 100% (18/18) remote: Counting objects: 100% (18/18), done. 07:04:12 remote: Compressing objects: 9% (1/11) remote: Compressing objects: 18% (2/11) remote: Compressing objects: 27% (3/11) remote: Compressing objects: 36% (4/11) remote: Compressing objects: 45% (5/11) remote: Compressing objects: 54% (6/11) remote: Compressing objects: 63% (7/11) remote: Compressing objects: 72% (8/11) remote: Compressing objects: 81% (9/11) remote: Compressing objects: 90% (10/11) remote: Compressing objects: 100% (11/11) remote: Compressing objects: 100% (11/11), done. 07:04:12 Receiving objects: 0% (1/152) Receiving objects: 1% (2/152) Receiving objects: 2% (4/152) Receiving objects: 3% (5/152) Receiving objects: 4% (7/152) Receiving objects: 5% (8/152) Receiving objects: 6% (10/152) Receiving objects: 7% (11/152) Receiving objects: 8% (13/152) Receiving objects: 9% (14/152) Receiving objects: 10% (16/152) Receiving objects: 11% (17/152) Receiving objects: 12% (19/152) Receiving objects: 13% (20/152) Receiving objects: 14% (22/152) Receiving objects: 15% (23/152) Receiving objects: 16% (25/152) Receiving objects: 17% (26/152) Receiving objects: 18% (28/152) Receiving objects: 19% (29/152) Receiving objects: 20% (31/152) Receiving objects: 21% (32/152) Receiving objects: 22% (34/152) Receiving objects: 23% (35/152) Receiving objects: 24% (37/152) Receiving objects: 25% (38/152) Receiving objects: 26% (40/152) Receiving objects: 27% (42/152) Receiving objects: 28% (43/152) Receiving objects: 29% (45/152) Receiving objects: 30% (46/152) Receiving objects: 31% (48/152) Receiving objects: 32% (49/152) Receiving objects: 33% (51/152) Receiving objects: 34% (52/152) Receiving objects: 35% (54/152) Receiving objects: 36% (55/152) Receiving objects: 37% (57/152) Receiving objects: 38% (58/152) Receiving objects: 39% (60/152) Receiving objects: 40% (61/152) Receiving objects: 41% (63/152) Receiving objects: 42% (64/152) Receiving objects: 43% (66/152) Receiving objects: 44% (67/152) Receiving objects: 45% (69/152) Receiving objects: 46% (70/152) Receiving objects: 47% (72/152) Receiving objects: 48% (73/152) Receiving objects: 49% (75/152) Receiving objects: 50% (76/152) Receiving objects: 51% (78/152) Receiving objects: 52% (80/152) Receiving objects: 53% (81/152) Receiving objects: 54% (83/152) Receiving objects: 55% (84/152) Receiving objects: 56% (86/152) Receiving objects: 57% (87/152) Receiving objects: 58% (89/152) Receiving objects: 59% (90/152) Receiving objects: 60% (92/152) Receiving objects: 61% (93/152) Receiving objects: 62% (95/152) Receiving objects: 63% (96/152) Receiving objects: 64% (98/152) Receiving objects: 65% (99/152) Receiving objects: 66% (101/152) Receiving objects: 67% (102/152) Receiving objects: 68% (104/152) Receiving objects: 69% (105/152) Receiving objects: 70% (107/152) Receiving objects: 71% (108/152) Receiving objects: 72% (110/152) Receiving objects: 73% (111/152) Receiving objects: 74% (113/152) Receiving objects: 75% (114/152) Receiving objects: 76% (116/152) Receiving objects: 77% (118/152) Receiving objects: 78% (119/152) Receiving objects: 79% (121/152) Receiving objects: 80% (122/152) Receiving objects: 81% (124/152) Receiving objects: 82% (125/152) Receiving objects: 83% (127/152) Receiving objects: 84% (128/152) Receiving objects: 85% (130/152) Receiving objects: 86% (131/152) Receiving objects: 87% (133/152) Receiving objects: 88% (134/152) Receiving objects: 89% (136/152) Receiving objects: 90% (137/152) Receiving objects: 91% (139/152) Receiving objects: 92% (140/152) Receiving objects: 93% (142/152) Receiving objects: 94% (143/152) Receiving objects: 95% (145/152) Receiving objects: 96% (146/152) remote: Total 152 (delta 4), reused 10 (delta 2), pack-reused 134 07:04:12 Receiving objects: 97% (148/152) Receiving objects: 98% (149/152) Receiving objects: 99% (151/152) Receiving objects: 100% (152/152) Receiving objects: 100% (152/152), 62.76 KiB | 1.74 MiB/s, done. 07:04:12 Resolving deltas: 0% (0/42) Resolving deltas: 4% (2/42) Resolving deltas: 11% (5/42) Resolving deltas: 19% (8/42) Resolving deltas: 28% (12/42) Resolving deltas: 30% (13/42) Resolving deltas: 50% (21/42) Resolving deltas: 59% (25/42) Resolving deltas: 66% (28/42) Resolving deltas: 69% (29/42) Resolving deltas: 71% (30/42) Resolving deltas: 73% (31/42) Resolving deltas: 78% (33/42) Resolving deltas: 90% (38/42) Resolving deltas: 92% (39/42) Resolving deltas: 95% (40/42) Resolving deltas: 97% (41/42) Resolving deltas: 100% (42/42) Resolving deltas: 100% (42/42), done. 07:04:12 Note: checking out 'e4cc508ff20f774b0dce68549f25b66e56345ddb'. 07:04:12 07:04:12 You are in 'detached HEAD' state. You can look around, make experimental 07:04:12 changes and commit them, and you can discard any commits you make in this 07:04:12 state without impacting any branches by performing another checkout. 07:04:12 07:04:12 If you want to create a new branch to retain commits you create, you may 07:04:12 do so (now or later) by using -b with the checkout command again. Example: 07:04:12 07:04:12 git checkout -b 07:04:12 07:04:12 Pulling openresty-kong-patches  07:04:12 Cloning into '/build/parts/openresty-kong-patches/src'... 07:04:13 remote: Enumerating objects: 6, done. 07:04:13 remote: Counting objects: 16% (1/6) remote: Counting objects: 33% (2/6) remote: Counting objects: 50% (3/6) remote: Counting objects: 66% (4/6) remote: Counting objects: 83% (5/6) remote: Counting objects: 100% (6/6) remote: Counting objects: 100% (6/6), done. 07:04:13 remote: Compressing objects: 16% (1/6) remote: Compressing objects: 33% (2/6) remote: Compressing objects: 50% (3/6) remote: Compressing objects: 66% (4/6) remote: Compressing objects: 83% (5/6) remote: Compressing objects: 100% (6/6) remote: Compressing objects: 100% (6/6), done. 07:04:13 Receiving objects: 0% (1/2705) Receiving objects: 1% (28/2705) Receiving objects: 2% (55/2705) Receiving objects: 3% (82/2705) Receiving objects: 4% (109/2705) Receiving objects: 5% (136/2705) Receiving objects: 6% (163/2705) Receiving objects: 7% (190/2705) Receiving objects: 8% (217/2705) Receiving objects: 9% (244/2705) Receiving objects: 10% (271/2705) Receiving objects: 11% (298/2705) Receiving objects: 12% (325/2705) Receiving objects: 13% (352/2705) Receiving objects: 14% (379/2705) Receiving objects: 15% (406/2705) Receiving objects: 16% (433/2705) Receiving objects: 17% (460/2705) Receiving objects: 18% (487/2705) Receiving objects: 19% (514/2705) Receiving objects: 20% (541/2705) Receiving objects: 21% (569/2705) Receiving objects: 22% (596/2705) Receiving objects: 23% (623/2705) Receiving objects: 24% (650/2705) Receiving objects: 25% (677/2705) Receiving objects: 26% (704/2705) Receiving objects: 27% (731/2705) Receiving objects: 28% (758/2705) Receiving objects: 29% (785/2705) Receiving objects: 30% (812/2705) Receiving objects: 31% (839/2705) Receiving objects: 32% (866/2705) Receiving objects: 33% (893/2705) Receiving objects: 34% (920/2705) Receiving objects: 35% (947/2705) Receiving objects: 36% (974/2705) Receiving objects: 37% (1001/2705) Receiving objects: 38% (1028/2705) Receiving objects: 39% (1055/2705) Receiving objects: 40% (1082/2705) Receiving objects: 41% (1110/2705) Receiving objects: 42% (1137/2705) Receiving objects: 43% (1164/2705) Receiving objects: 44% (1191/2705) Receiving objects: 45% (1218/2705) Receiving objects: 46% (1245/2705) Receiving objects: 47% (1272/2705) Receiving objects: 48% (1299/2705) Receiving objects: 49% (1326/2705) Receiving objects: 50% (1353/2705) error: RPC failed; curl 56 GnuTLS recv error (-54): Error in the pull function. 07:04:13 fatal: The remote end hung up unexpectedly 07:04:13 fatal: early EOF 07:04:13 fatal: index-pack failed 07:04:13 Failed to run 'override-pull': Exit code was 128. [Pipeline] } 07:04:14 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] } 07:04:15 Failed in branch amd64 07:04:56 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 07:04:56 Step 2/23 : FROM ${BUILDER_BASE} AS builder 07:04:56 ---> bd8afd2955fd 07:04:56 Step 3/23 : WORKDIR /edgex-go 07:04:56 ---> Using cache 07:04:56 ---> 0f119c6d790f 07:04:56 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:56 ---> Using cache 07:04:56 ---> 633b2c933d82 07:04:56 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 07:04:56 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 07:04:56 Step 2/27 : FROM ${BUILDER_BASE} AS builder 07:04:56 ---> bd8afd2955fd 07:04:56 Step 3/27 : WORKDIR /edgex-go 07:04:56 ---> Using cache 07:04:56 ---> 0f119c6d790f 07:04:56 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:56 ---> Using cache 07:04:56 ---> 633b2c933d82 07:04:56 Step 5/27 : RUN apk update && apk add make bash git 07:04:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:04:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:04:56 ---> bd8afd2955fd 07:04:56 Step 3/22 : WORKDIR /edgex-go 07:04:56 ---> Using cache 07:04:56 ---> 0f119c6d790f 07:04:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:56 ---> Using cache 07:04:56 ---> 633b2c933d82 07:04:56 Step 5/22 : RUN apk update && apk add make && apk add bash git 07:04:56 ---> Running in a1ceb0af7ac0 07:04:56 ---> Running in 212f2b00c1a7 07:04:56 ---> Running in d260674e0b64 07:04:56 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 07:04:56 Step 2/20 : FROM ${BUILDER_BASE} AS builder 07:04:56 ---> bd8afd2955fd 07:04:56 Step 3/20 : WORKDIR /edgex-go 07:04:56 ---> Using cache 07:04:56 ---> 0f119c6d790f 07:04:56 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:56 ---> Using cache 07:04:56 ---> 633b2c933d82 07:04:56 Step 5/20 : RUN apk update && apk add make git 07:04:56 ---> Using cache 07:04:56 ---> 26a3a84742c3 07:04:56 Step 6/20 : COPY go.mod . 07:04:56 ---> Using cache 07:04:56 ---> 4f7fe3be6120 07:04:56 Step 7/20 : RUN go mod download 07:04:56 ---> Using cache 07:04:56 ---> f6f554e3b835 07:04:56 Step 8/20 : COPY . . 07:04:56 ---> Using cache 07:04:56 ---> 8b32cfb9322a 07:04:56 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 07:04:56 ---> Running in c1e9e3c6e4c3 07:04:56 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 07:04:56 Step 2/22 : FROM ${BUILDER_BASE} AS builder 07:04:56 ---> bd8afd2955fd 07:04:56 Step 3/22 : WORKDIR /edgex-go 07:04:56 ---> Using cache 07:04:56 ---> 0f119c6d790f 07:04:56 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:04:56 ---> Using cache 07:04:56 ---> 633b2c933d82 07:04:56 Step 5/22 : RUN apk update && apk add make git 07:04:56 ---> Using cache 07:04:56 ---> 26a3a84742c3 07:04:56 Step 6/22 : COPY go.mod . 07:04:56 ---> Using cache 07:04:56 ---> 4f7fe3be6120 07:04:56 Step 7/22 : RUN go mod download 07:04:56 ---> Using cache 07:04:56 ---> f6f554e3b835 07:04:56 Step 8/22 : COPY . . 07:04:56 ---> Using cache 07:04:56 ---> 8b32cfb9322a 07:04:56 Step 9/22 : RUN make cmd/core-metadata/core-metadata 07:04:56 ---> Running in 234ab0555ed4 07:04:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:04:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:04:57 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 07:04:57 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 07:04:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:04:58 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:04:58 OK: 12623 distinct packages available 07:04:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:04:58 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:04:58 OK: 12623 distinct packages available 07:04:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 07:04:58 v3.12.1-5-g0954f48dc3 [http://nl.alpinelinux.org/alpine/v3.12/community] 07:04:58 OK: 12623 distinct packages available 07:04:59 OK: 217 MiB in 51 packages 07:04:59 OK: 217 MiB in 51 packages 07:04:59 OK: 217 MiB in 51 packages 07:05:00 OK: 217 MiB in 51 packages 07:05:01 Removing intermediate container a1ceb0af7ac0 07:05:01 ---> a6b63600db17 07:05:01 Step 6/23 : COPY go.mod . 07:05:01 Removing intermediate container 212f2b00c1a7 07:05:01 ---> d0763272fbc1 07:05:01 Step 6/27 : COPY go.mod . 07:05:01 Removing intermediate container d260674e0b64 07:05:01 ---> a096071436b7 07:05:01 Step 6/22 : COPY go.mod . 07:05:03 ---> b1b5343fe9b7 07:05:03 Step 7/23 : RUN go mod download 07:05:03 ---> ea1d454617c6 07:05:03 Step 7/27 : RUN go mod download 07:05:03 ---> Running in 864d4638846e 07:05:03 ---> 0c5d0b549a78 07:05:03 Step 7/22 : RUN go mod download 07:05:03 ---> Running in 5af66535ef1e 07:05:04 ---> Running in b237561950f5 07:05:10 Removing intermediate container 864d4638846e 07:05:10 ---> 1d959dfc417a 07:05:10 Step 8/23 : COPY . . 07:05:10 Removing intermediate container 5af66535ef1e 07:05:10 ---> 368899def79e 07:05:10 Step 8/27 : COPY . . 07:05:10 Removing intermediate container b237561950f5 07:05:10 ---> 79cbfa7190c3 07:05:10 Step 8/22 : COPY . . 07:05:43 ---> bfa74c8b620f 07:05:43 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 07:05:43 ---> 9b57007aadf9 07:05:43 Step 9/23 : RUN make cmd/core-data/core-data 07:05:43 ---> 0e784dd0247a 07:05:43 Step 9/22 : RUN make cmd/support-logging/support-logging 07:05:43 ---> Running in 03948b149349 07:05:43 ---> Running in fb69c272fabf 07:05:43 ---> Running in 57a0112a8243 07:05: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 07:05:43 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 07:05:43 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 07:06:02 Removing intermediate container c1e9e3c6e4c3 07:06:02 ---> b218fb507333 07:06:02 07:06:02 Step 10/20 : FROM alpine 07:06:02 ---> 2e77e061c27f 07:06:02 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 07:06:02 ---> Running in 34af4ef4301d 07:06:03 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:06:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:06:05 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 07:06:05 v3.12.1-5-g0954f48dc3 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 07:06:05 OK: 12615 distinct packages available 07:06:05 (1/4) Installing ca-certificates (20191127-r4) 07:06:05 (2/4) Installing nghttp2-libs (1.41.0-r0) 07:06:05 (3/4) Installing libcurl (7.69.1-r1) 07:06:05 (4/4) Installing curl (7.69.1-r1) 07:06:05 Executing busybox-1.31.1-r19.trigger 07:06:05 Executing ca-certificates-20191127-r4.trigger 07:06:06 OK: 7 MiB in 18 packages 07:06:09 Removing intermediate container 34af4ef4301d 07:06:09 ---> 83c1d633644d 07:06:09 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 07:06:09 ---> Running in 54cc1d08c1e6 07:06:09 Removing intermediate container 54cc1d08c1e6 07:06:09 ---> 26c778533c76 07:06:09 Step 13/20 : WORKDIR /edgex 07:06:09 ---> Running in 585f10b87d60 07:06:10 Removing intermediate container 585f10b87d60 07:06:10 ---> ee9d3b56b9a2 07:06:10 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 07:06:11 ---> 92af38cf1a1a 07:06:11 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 07:06:13 ---> 213b854a6c13 07:06:13 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 07:06:13 ---> Running in cd691ff081b0 07:06:14 Removing intermediate container cd691ff081b0 07:06:14 ---> 127463713be8 07:06:14 Step 17/20 : CMD ["--init=true"] 07:06:14 ---> Running in 553d627a0b32 07:06:15 Removing intermediate container 553d627a0b32 07:06:15 ---> 4f3574232eb1 07:06:15 Step 18/20 : LABEL arch=arm64 07:06:15 ---> Running in d0b6fe69f8a8 07:06:16 Removing intermediate container d0b6fe69f8a8 07:06:16 ---> 0fd1af351fbb 07:06:16 Step 19/20 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:06:16 ---> Running in 3e35f3d85cd4 07:06:17 Removing intermediate container 3e35f3d85cd4 07:06:17 ---> eee15fb107dd 07:06:17 Step 20/20 : LABEL version=0.0.0 07:06:17 ---> Running in 7802aeb8cb22 07:06:18 Removing intermediate container 7802aeb8cb22 07:06:18 ---> a0743827b2e0 07:06:18 07:06:18 Successfully built a0743827b2e0 07:06:18 Successfully tagged docker-security-proxy-setup-go-arm64:latest 07:06:57  Building docker-security-proxy-setup-go ... done Removing intermediate container 234ab0555ed4 07:06:57 ---> 96f60dfaccbe 07:06:57 07:06:57 Step 10/22 : FROM scratch 07:06:57 ---> 07:06:57 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:06:57 ---> Using cache 07:06:57 ---> 0e1d681b9486 07:06:57 Step 12/22 : ENV APP_PORT=48081 07:06:57 ---> Running in 9dae22621925 07:06:57 Removing intermediate container 9dae22621925 07:06:57 ---> b93282592ee8 07:06:57 Step 13/22 : EXPOSE $APP_PORT 07:06:57 ---> Running in 02dbbbe2f789 07:06:57 Removing intermediate container 02dbbbe2f789 07:06:57 ---> 7412d967aa2c 07:06:57 Step 14/22 : WORKDIR / 07:06:57 ---> Running in 8bcdb1346a67 07:06:57 Removing intermediate container 8bcdb1346a67 07:06:57 ---> 435f0d05c816 07:06:57 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 07:06:57 ---> 68cbb455cd5b 07:06:57 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 07:06:58 ---> 2a78bb4da610 07:06:58 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 07:07:00 ---> c9d675469b02 07:07:00 Step 18/22 : ENTRYPOINT ["/core-metadata"] 07:07:00 ---> Running in b9211dd1ae60 07:07:00 Removing intermediate container b9211dd1ae60 07:07:00 ---> c3565b313328 07:07:00 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:00 ---> Running in 4c76d68a6e1b 07:07:01 Removing intermediate container 4c76d68a6e1b 07:07:01 ---> 23393d060a00 07:07:01 Step 20/22 : LABEL arch=arm64 07:07:02 ---> Running in 794860d4b7fd 07:07:02 Removing intermediate container 794860d4b7fd 07:07:02 ---> ae0d2cc88d56 07:07:02 Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:07:02 ---> Running in a3a7c7d7cf84 07:07:03 Removing intermediate container a3a7c7d7cf84 07:07:03 ---> c3b64208694c 07:07:03 Step 22/22 : LABEL version=0.0.0 07:07:03 ---> Running in 662ed5b9cd83 07:07:04 Removing intermediate container 662ed5b9cd83 07:07:04 ---> 3a81c450a831 07:07:04 07:07:05 Successfully built 3a81c450a831 07:07:05 Successfully tagged docker-core-metadata-go-arm64:latest 07:07:07  Building docker-core-metadata-go ... done Removing intermediate container 03948b149349 07:07:07 ---> 36258323749c 07:07:07 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 07:07:07 ---> Running in d58484e2f0d9 07:07:10 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 07:07:10 Removing intermediate container 57a0112a8243 07:07:10 ---> c16c0251bee6 07:07:10 07:07:10 Step 10/22 : FROM scratch 07:07:10 ---> 07:07:10 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 07:07:10 ---> Using cache 07:07:11 ---> 27171c4d97a1 07:07:11 Step 12/22 : ENV APP_PORT=48061 07:07:11 ---> Running in ac89b6489c37 07:07:11 Removing intermediate container ac89b6489c37 07:07:11 ---> 1a4de4be387f 07:07:11 Step 13/22 : EXPOSE $APP_PORT 07:07:12 ---> Running in d9e21d314fb8 07:07:12 Removing intermediate container d9e21d314fb8 07:07:12 ---> 3dfa272bf607 07:07:12 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 07:07:13 ---> a6ce0397f1bb 07:07:13 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 07:07:15 ---> b1ba913a701a 07:07:15 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 07:07:15 Removing intermediate container d58484e2f0d9 07:07:15 ---> 32d542503bba 07:07:15 07:07:15 Step 11/27 : FROM docker:latest 07:07:15 ---> 5d4db4dc0692 07:07:15 Step 12/27 : RUN apk add --no-cache bash 07:07:15 ---> Running in c3f074bb7866 07:07:16 ---> 117ca69360ae 07:07:16 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 07:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:17 ---> 4647a57e0158 07:07:17 Step 18/22 : ENTRYPOINT ["/support-logging"] 07:07:17 ---> Running in 6d0978f36a34 07:07:18 (1/2) Installing readline (8.0.4-r0) 07:07:18 (2/2) Installing bash (5.0.17-r0) 07:07:18 Executing bash-5.0.17-r0.post-install 07:07:18 Removing intermediate container 6d0978f36a34 07:07:18 ---> b97d9ead26f6 07:07:18 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:18 Executing busybox-1.31.1-r19.trigger 07:07:18 OK: 12 MiB in 22 packages 07:07:18 ---> Running in a150b1c138fc 07:07:19 Removing intermediate container a150b1c138fc 07:07:19 ---> 52b730a8426c 07:07:19 Step 20/22 : LABEL arch=arm64 07:07:19 ---> Running in caa1dcffebd3 07:07:19 Removing intermediate container caa1dcffebd3 07:07:19 ---> f0bb38f5eb9f 07:07:19 Step 21/22 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:07:19 Removing intermediate container c3f074bb7866 07:07:19 ---> 4928d62bcd20 07:07:19 Step 13/27 : RUN rm -rf /var/cache/apk/* 07:07:20 ---> Running in dc0d48fae7b7 07:07:20 ---> Running in f53fc8111c31 07:07:20 Removing intermediate container dc0d48fae7b7 07:07:20 ---> 754979a18388 07:07:20 Step 22/22 : LABEL version=0.0.0 07:07:20 ---> Running in 2c0259362c50 07:07:21 Removing intermediate container 2c0259362c50 07:07:21 ---> e62619803396 07:07:21 07:07:21 Successfully built e62619803396 07:07:21 Successfully tagged docker-support-logging-go-arm64:latest 07:07:22  Building docker-support-logging-go ... done Removing intermediate container f53fc8111c31 07:07:22 ---> 734426ce879b 07:07:22 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 07:07:22 ---> Running in e547752cddd9 07:07:23 Removing intermediate container e547752cddd9 07:07:23 ---> d7e831c46cce 07:07:23 Step 15/27 : ENV APP_PORT=48090 07:07:23 ---> Running in f00fd205c952 07:07:24 Removing intermediate container f00fd205c952 07:07:24 ---> 9ac51984df30 07:07:24 Step 16/27 : EXPOSE $APP_PORT 07:07:24 ---> Running in 79258ebf0850 07:07:24 Removing intermediate container 79258ebf0850 07:07:24 ---> a15c64bf3fba 07:07:24 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 07:07:26 ---> f68e7d829959 07:07:26 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 07:07:26 ---> 4f971ecd6879 07:07:26 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 07:07:27 ---> 11aed279bffc 07:07:27 Step 20/27 : RUN apk --no-cache add py3-pip 07:07:27 ---> Running in 565cbb23789b 07:07:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:29 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:29 (1/33) Installing libbz2 (1.0.8-r1) 07:07:29 (2/33) Installing expat (2.2.9-r1) 07:07:29 (3/33) Installing libffi (3.3-r2) 07:07:29 (4/33) Installing gdbm (1.13-r1) 07:07:29 (5/33) Installing xz-libs (5.2.5-r0) 07:07:29 (6/33) Installing sqlite-libs (3.32.1-r0) 07:07:30 (7/33) Installing python3 (3.8.5-r0) 07:07:32 (8/33) Installing py3-appdirs (1.4.4-r1) 07:07:32 (9/33) Installing py3-ordered-set (4.0.1-r0) 07:07:32 (10/33) Installing py3-parsing (2.4.7-r0) 07:07:32 (11/33) Installing py3-six (1.15.0-r0) 07:07:32 (12/33) Installing py3-packaging (20.4-r0) 07:07:32 (13/33) Installing py3-setuptools (47.0.0-r0) 07:07:32 (14/33) Installing py3-chardet (3.0.4-r4) 07:07:32 (15/33) Installing py3-idna (2.9-r0) 07:07:32 (16/33) Installing py3-certifi (2020.4.5.1-r0) 07:07:32 (17/33) Installing py3-urllib3 (1.25.9-r0) 07:07:32 (18/33) Installing py3-requests (2.23.0-r0) 07:07:32 (19/33) Installing py3-msgpack (1.0.0-r0) 07:07:32 (20/33) Installing py3-lockfile (0.12.2-r3) 07:07:32 (21/33) Installing py3-cachecontrol (0.12.6-r0) 07:07:32 (22/33) Installing py3-colorama (0.4.3-r0) 07:07:32 (23/33) Installing py3-distlib (0.3.0-r0) 07:07:32 (24/33) Installing py3-distro (1.5.0-r1) 07:07:32 (25/33) Installing py3-webencodings (0.5.1-r3) 07:07:32 (26/33) Installing py3-html5lib (1.0.1-r4) 07:07:32 (27/33) Installing py3-pytoml (0.1.21-r0) 07:07:32 (28/33) Installing py3-pep517 (0.8.2-r0) 07:07:32 (29/33) Installing py3-progress (1.5-r0) 07:07:32 (30/33) Installing py3-toml (0.10.1-r0) 07:07:32 (31/33) Installing py3-retrying (1.3.3-r0) 07:07:32 (32/33) Installing py3-contextlib2 (0.6.0-r0) 07:07:32 (33/33) Installing py3-pip (20.1.1-r0) 07:07:33 Executing busybox-1.31.1-r19.trigger 07:07:33 OK: 71 MiB in 55 packages 07:07:33 Removing intermediate container fb69c272fabf 07:07:33 ---> eb80a3958a7a 07:07:33 07:07:33 Step 10/23 : FROM alpine 07:07:33 ---> 2e77e061c27f 07:07:33 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 07:07:33 ---> Running in a6f663f4ea40 07:07:33 Removing intermediate container a6f663f4ea40 07:07:33 ---> 54cd7f0256ef 07:07:33 Step 12/23 : ENV APP_PORT=48080 07:07:33 ---> Running in fd2978397e77 07:07:34 Removing intermediate container fd2978397e77 07:07:34 ---> 29594fae0243 07:07:34 Step 13/23 : EXPOSE $APP_PORT 07:07:34 ---> Running in e56b4cb5517f 07:07:35 Removing intermediate container e56b4cb5517f 07:07:35 ---> e5a2574a7d36 07:07:35 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:07:35 ---> Running in 5712d9be080b 07:07:39 Removing intermediate container 5712d9be080b 07:07:39 ---> 1a6d72b9c9c3 07:07:39 Step 15/23 : RUN apk --no-cache add zeromq 07:07:39 Removing intermediate container 565cbb23789b 07:07:39 ---> df3663a1beff 07:07:39 Step 21/27 : RUN pip install docker-compose==1.23.2 07:07:39 ---> Running in 0ed0bb8be217 07:07:39 ---> Running in 5e8c29dac543 07:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:07:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:07:42 (1/5) Installing libgcc (9.3.0-r2) 07:07:42 (2/5) Installing libsodium (1.0.18-r0) 07:07:42 (3/5) Installing libstdc++ (9.3.0-r2) 07:07:42 (4/5) Installing libzmq (4.3.3-r0) 07:07:42 (5/5) Installing zeromq (4.3.3-r0) 07:07:42 Executing busybox-1.31.1-r19.trigger 07:07:42 OK: 8 MiB in 19 packages 07:07:44 Removing intermediate container 0ed0bb8be217 07:07:44 ---> 6eb4d0739ee5 07:07:44 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 07:07:44 Collecting docker-compose==1.23.2 07:07:44 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 07:07:45 ---> 371cbd7b8e86 07:07:45 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 07:07:45 Collecting jsonschema<3,>=2.5.1 07:07:45 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 07:07:46 ---> 2b75bfd027c4 07:07:46 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 07:07:47 ---> 8494520ecb43 07:07:47 Step 19/23 : ENTRYPOINT ["/core-data"] 07:07:47 ---> Running in dfb2c8ce8a87 07:07:47 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 07:07:47 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 07:07:47 Removing intermediate container dfb2c8ce8a87 07:07:47 ---> ad443d27cf82 07:07:47 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:07:47 ---> Running in 0ab14165bd1e 07:07:48 Removing intermediate container 0ab14165bd1e 07:07:48 ---> a32e6d0feffc 07:07:48 Step 21/23 : LABEL arch=arm64 07:07:48 Collecting PyYAML<4,>=3.10 07:07:48 ---> Running in 06c3713c475f 07:07:48 Downloading PyYAML-3.13.tar.gz (270 kB) 07:07:49 Removing intermediate container 06c3713c475f 07:07:49 ---> a41f73bafed7 07:07:49 Step 22/23 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:07:49 ---> Running in 288398121b91 07:07:49 Removing intermediate container 288398121b91 07:07:49 ---> 8a14681cb5e5 07:07:49 Step 23/23 : LABEL version=0.0.0 07:07:49 ---> Running in f49043ee504c 07:07:50 Removing intermediate container f49043ee504c 07:07:50 ---> cc107c7fa763 07:07:50 07:07:50 Successfully built cc107c7fa763 07:07:50 Successfully tagged docker-core-data-go-arm64:latest 07:07:51  Building docker-core-data-go ... done Collecting cached-property<2,>=1.2.0 07:07:51 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 07:07:51 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 07:07:52 Collecting docker<4.0,>=3.6.0 07:07:52 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 07:07:52 Collecting docopt<0.7,>=0.6.1 07:07:52 Downloading docopt-0.6.2.tar.gz (25 kB) 07:07:54 Collecting dockerpty<0.5,>=0.4.1 07:07:54 Downloading dockerpty-0.4.1.tar.gz (13 kB) 07:07:57 Collecting websocket-client<1.0,>=0.32.0 07:07:57 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 07:07:57 Collecting texttable<0.10,>=0.9.0 07:07:57 Downloading texttable-0.9.1.tar.gz (11 kB) 07:07:59 Collecting urllib3<1.25,>=1.21.1 07:07:59 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 07:07:59 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) 07:07:59 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) 07:07:59 Collecting idna<2.8,>=2.5 07:07:59 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 07:07:59 Collecting docker-pycreds>=0.4.0 07:07:59 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 07:07:59 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 07:07:59 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 07:07:59 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 07:07:59 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 07:08:00 Installing collected packages: jsonschema, urllib3, idna, requests, PyYAML, cached-property, websocket-client, docker-pycreds, docker, docopt, dockerpty, texttable, docker-compose 07:08:01 Attempting uninstall: urllib3 07:08:01 Found existing installation: urllib3 1.25.9 07:08:01 Uninstalling urllib3-1.25.9: 07:08:01 Successfully uninstalled urllib3-1.25.9 07:08:01 Attempting uninstall: idna 07:08:01 Found existing installation: idna 2.9 07:08:01 Uninstalling idna-2.9: 07:08:02 Successfully uninstalled idna-2.9 07:08:02 Attempting uninstall: requests 07:08:02 Found existing installation: requests 2.23.0 07:08:02 Uninstalling requests-2.23.0: 07:08:02 Successfully uninstalled requests-2.23.0 07:08:02 Running setup.py install for PyYAML: started 07:08:04 Running setup.py install for PyYAML: finished with status 'done' 07:08:06 Running setup.py install for docopt: started 07:08:07 Running setup.py install for docopt: finished with status 'done' 07:08:07 Running setup.py install for dockerpty: started 07:08:09 Running setup.py install for dockerpty: finished with status 'done' 07:08:09 Running setup.py install for texttable: started 07:08:11 Running setup.py install for texttable: finished with status 'done' 07:08:12 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 07:08:16 Removing intermediate container 5e8c29dac543 07:08:16 ---> 6fcf00546a4c 07:08:16 Step 22/27 : RUN apk --no-cache add curl 07:08:16 ---> Running in 4d71101de4a5 07:08:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:08:17 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:08:18 (1/3) Installing nghttp2-libs (1.41.0-r0) 07:08:18 (2/3) Installing libcurl (7.69.1-r1) 07:08:18 (3/3) Installing curl (7.69.1-r1) 07:08:18 Executing busybox-1.31.1-r19.trigger 07:08:18 OK: 71 MiB in 58 packages 07:08:19 Removing intermediate container 4d71101de4a5 07:08:19 ---> 2546eb2aab44 07:08:19 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 07:08:19 ---> Running in 54f71d6e877e 07:08:20 Removing intermediate container 54f71d6e877e 07:08:20 ---> 59b87fccd6f0 07:08:20 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:08:20 ---> Running in 07ac1b0f3df0 07:08:20 Removing intermediate container 07ac1b0f3df0 07:08:20 ---> 031052d8f809 07:08:20 Step 25/27 : LABEL arch=arm64 07:08:20 ---> Running in f5a4748b3207 07:08:21 Removing intermediate container f5a4748b3207 07:08:21 ---> 15d843025125 07:08:21 Step 26/27 : LABEL git_sha=2d71b7e4afa7fde7c58a07921ed201627351f1cb 07:08:21 ---> Running in 6db3c178554b 07:08:21 Removing intermediate container 6db3c178554b 07:08:21 ---> 76174f0dc1f2 07:08:21 Step 27/27 : LABEL version=0.0.0 07:08:21 ---> Running in f5f9094910ed 07:08:22 Removing intermediate container f5f9094910ed 07:08:22 ---> 597a45759212 07:08:22 07:08:22 Successfully built 597a45759212 07:08:22 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 07:08:23  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 07:08:23 $ docker stop --time=1 2deb784bb73131dea5c060d0f1bee14f12ae01744241fed86b9018c732e3ef7b 07:08:25 $ docker rm -f 2deb784bb73131dea5c060d0f1bee14f12ae01744241fed86b9018c732e3ef7b [Pipeline] // withDockerContainer [Pipeline] sh 07:08:26 + + grepdocker docker images 07:08:26 07:08:26 docker-sys-mgmt-agent-go-arm64 latest 597a45759212 4 seconds ago 270MB 07:08:26 docker-core-data-go-arm64 latest cc107c7fa763 36 seconds ago 22.3MB 07:08:26 docker-support-logging-go-arm64 latest e62619803396 About a minute ago 10.6MB 07:08:26 docker-core-metadata-go-arm64 latest 3a81c450a831 About a minute ago 13.5MB 07:08:26 docker-security-proxy-setup-go-arm64 latest a0743827b2e0 2 minutes ago 15.1MB 07:08:26 docker-security-secretstore-setup-go-arm64 latest 0165e1b26bde 4 minutes ago 30.8MB 07:08:26 docker-support-notifications-go-arm64 latest 257a66a04c6c 4 minutes ago 12.9MB 07:08:26 docker-core-command-go-arm64 latest f7a00c4a9d1b 4 minutes ago 11.4MB 07:08:26 docker-support-scheduler-go-arm64 latest c1bbeebb3bcf 4 minutes ago 11.5MB 07:08:26 docker-security-secrets-setup-go-arm64 latest 22db3f31a018 4 minutes ago 22.7MB 07:08:26 docker latest 5d4db4dc0692 3 days 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] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:08:29 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:08:30 ---> package-listing.sh 07:08:30 ++ facter osfamily 07:08:30 ++ tr '[:upper:]' '[:lower:]' 07:08:31 + OS_FAMILY=redhat 07:08:31 + workspace=/w/workspace/edgex-go/5 07:08:31 + START_PACKAGES=/tmp/packages_start.txt 07:08:31 + END_PACKAGES=/tmp/packages_end.txt 07:08:31 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:08:31 + PACKAGES=/tmp/packages_start.txt 07:08:31 + '[' /w/workspace/edgex-go/5 ']' 07:08:31 + PACKAGES=/tmp/packages_end.txt 07:08:31 + case "${OS_FAMILY}" in 07:08:31 + rpm -qa 07:08:31 + sort 07:08:35 + '[' -f /tmp/packages_start.txt ']' 07:08:35 + '[' -f /tmp/packages_end.txt ']' 07:08:35 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:08:35 + '[' /w/workspace/edgex-go/5 ']' 07:08:35 + mkdir -p /w/workspace/edgex-go/5/archives/ 07:08:35 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 07:08:35 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:08:35 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:08:36 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:36 07:08:36 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:08:37 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:37 alpine: Pulling from edgex-lftools-log-publisher 07:08:37 df20fa9351a1: Already exists 07:08:37 36b3adc4ff6f: Pulling fs layer 07:08:37 8ad3a11d3b57: Pulling fs layer 07:08:37 46f8f816bc3b: Pulling fs layer 07:08:37 93b61091891f: Pulling fs layer 07:08:37 93b9cdb0e59b: Pulling fs layer 07:08:37 5e14af77c1be: Pulling fs layer 07:08:37 01666e4c0597: Pulling fs layer 07:08:37 aa168da1d23b: Pulling fs layer 07:08:37 5e14af77c1be: Waiting 07:08:37 01666e4c0597: Waiting 07:08:37 aa168da1d23b: Waiting 07:08:37 93b61091891f: Waiting 07:08:37 93b9cdb0e59b: Waiting 07:08:37 46f8f816bc3b: Verifying Checksum 07:08:37 46f8f816bc3b: Download complete 07:08:37 36b3adc4ff6f: Download complete 07:08:37 93b9cdb0e59b: Verifying Checksum 07:08:37 93b9cdb0e59b: Download complete 07:08:37 5e14af77c1be: Verifying Checksum 07:08:37 5e14af77c1be: Download complete 07:08:37 01666e4c0597: Verifying Checksum 07:08:37 01666e4c0597: Download complete 07:08:37 93b61091891f: Verifying Checksum 07:08:37 93b61091891f: Download complete 07:08:38 36b3adc4ff6f: Pull complete 07:08:38 8ad3a11d3b57: Verifying Checksum 07:08:38 8ad3a11d3b57: Download complete 07:08:40 8ad3a11d3b57: Pull complete 07:08:40 46f8f816bc3b: Pull complete 07:08:40 93b61091891f: Pull complete 07:08:41 93b9cdb0e59b: Pull complete 07:08:42 aa168da1d23b: Download complete 07:08:43 5e14af77c1be: Pull complete 07:08:43 01666e4c0597: Pull complete 07:08:56 aa168da1d23b: Pull complete 07:08:56 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:08:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:08:56 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:08:56 prd-centos7-docker-4c-2g-8666 does not seem to be running inside a container 07:08:56 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:09:00 $ docker top c897665c89bb2cddfd433ce921c8397f64043443b8e04e839e72dc3d3f4986fe -eo pid,comm [Pipeline] { [Pipeline] sh 07:09:01 + touch /tmp/pre-build-complete [Pipeline] sh 07:09:02 + mkdir -p /var/log/sa [Pipeline] sh 07:09:02 + ls /var/log/sa-host 07:09:02 + sadf -c /var/log/sa-host/sa05 07:09:02 file_magic: OK 07:09:02 HZ: Using current value: 100 07:09:02 file_header: OK 07:09:02 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 07:09:02 Statistics: 07:09:02 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:09:02 File successfully converted to sysstat format version 12.2.1 07:09:02 + sadf -c /var/log/sa-host/sa25 07:09:02 file_magic: OK 07:09:02 HZ: Using current value: 100 07:09:02 file_header: OK 07:09:02 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 07:09:02 Statistics: 07:09:02 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... 07:09:02 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:09:03 provisioning config files... 07:09:03 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config1996845962652725021tmp [Pipeline] { [Pipeline] echo 07:09:03 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:09:03 ---> create-netrc.sh [Pipeline] } 07:09:03 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:09:03 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:09:04 ---> python-tools-install.sh [Pipeline] echo 07:09:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:09:04 ---> sudo-logs.sh 07:09:04 Archiving 'sudo' log.. [Pipeline] echo 07:09:04 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:09:04 ---> job-cost.sh 07:09:04 lf-activate-venv: SKIPPING 07:09:04 INFO: No Stack... 07:09:06 INFO: Retrieving Pricing Info for: v1-standard-2 07:09:06 INFO: Archiving Costs [Pipeline] echo 07:09:06 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:09:07 ---> logs-deploy.sh 07:09:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2847/5 07:09:07 INFO: archiving workspace using pattern(s): 07:09:09 Archives upload complete. 07:09:09 INFO: archiving logs to Nexus 07:09:11 ---> uname -a: 07:09:11 Linux prd-centos7-docker-4c-2g-8666.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:09:11 07:09:11 07:09:11 ---> lscpu: 07:09:11 Architecture: x86_64 07:09:11 CPU op-mode(s): 32-bit, 64-bit 07:09:11 Byte Order: Little Endian 07:09:11 Address sizes: 40 bits physical, 48 bits virtual 07:09:11 CPU(s): 4 07:09:11 On-line CPU(s) list: 0-3 07:09:11 Thread(s) per core: 1 07:09:11 Core(s) per socket: 1 07:09:11 Socket(s): 4 07:09:11 NUMA node(s): 1 07:09:11 Vendor ID: GenuineIntel 07:09:11 CPU family: 6 07:09:11 Model: 44 07:09:11 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:09:11 Stepping: 1 07:09:11 CPU MHz: 2933.438 07:09:11 BogoMIPS: 5866.87 07:09:11 Virtualization: VT-x 07:09:11 Hypervisor vendor: KVM 07:09:11 Virtualization type: full 07:09:11 L1d cache: 128 KiB 07:09:11 L1i cache: 128 KiB 07:09:11 L2 cache: 16 MiB 07:09:11 L3 cache: 64 MiB 07:09:11 NUMA node0 CPU(s): 0-3 07:09:11 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:09:11 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:09:11 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:09:11 Vulnerability Meltdown: Mitigation; PTI 07:09:11 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:09:11 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:09:11 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:09:11 Vulnerability Tsx async abort: Not affected 07:09:11 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 07:09:11 07:09:11 07:09:11 ---> nproc: 07:09:11 4 07:09:11 07:09:11 07:09:11 ---> df -h: 07:09:11 Filesystem Size Used Available Use% Mounted on 07:09:11 overlay 50.0G 12.7G 37.3G 25% / 07:09:11 tmpfs 64.0M 0 64.0M 0% /dev 07:09:11 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:09:11 shm 64.0M 0 64.0M 0% /dev/shm 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /facter-os 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/resolv.conf 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hostname 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /etc/hosts 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /run/cloud-init/result.json 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/sa-host 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/secure 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /var/log/auth.log 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/5 07:09:11 /dev/vda1 50.0G 12.7G 37.3G 25% /w/workspace/edgex-go/5@tmp 07:09:11 07:09:11 07:09:11 ---> free -m: 07:09:11 total used free shared buff/cache available 07:09:11 Mem: 1837 622 317 0 898 1131 07:09:11 Swap: 1023 108 915 07:09:11 07:09:11 07:09:11 ---> ip addr: 07:09:11 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:09:11 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:09:11 inet 127.0.0.1/8 scope host lo 07:09:11 valid_lft forever preferred_lft forever 07:09:11 inet6 ::1/128 scope host 07:09:11 valid_lft forever preferred_lft forever 07:09:11 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:09:11 link/ether fa:16:3e:de:17:18 brd ff:ff:ff:ff:ff:ff 07:09:11 inet 10.30.123.48/23 brd 10.30.123.255 scope global dynamic eth0 07:09:11 valid_lft 85079sec preferred_lft 85079sec 07:09:11 inet6 fe80::f816:3eff:fede:1718/64 scope link 07:09:11 valid_lft forever preferred_lft forever 07:09:11 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:09:11 link/ether 02:42:e0:53:ca:17 brd ff:ff:ff:ff:ff:ff 07:09:11 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:09:11 valid_lft forever preferred_lft forever 07:09:11 inet6 fe80::42:e0ff:fe53:ca17/64 scope link 07:09:11 valid_lft forever preferred_lft forever 07:09:11 07:09:11 07:09:11 ---> sar -b -r -n DEV: 07:09:11 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/25/20 _x86_64_ (4 CPU) 07:09:11 07:09:11 06:46:50 LINUX RESTART (4 CPU) 07:09:11 07:09:11 06:48:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:09:11 06:49:01 80.18 32.05 48.13 0.00 6755.11 14928.65 0.00 07:09:11 06:50:01 215.44 70.12 145.32 0.00 4940.76 54552.42 0.00 07:09:11 06:51:02 269.09 134.29 134.79 0.00 6370.56 15294.08 0.00 07:09:11 06:52:01 128.88 76.16 52.72 0.00 2815.96 5447.40 0.00 07:09:11 06:53:01 50.46 11.60 38.86 0.00 1049.96 12342.76 0.00 07:09:11 06:54:03 742.20 514.10 228.09 0.00 84317.03 150414.36 0.00 07:09:11 06:55:02 2821.31 2516.80 304.51 0.00 148320.14 160898.79 0.00 07:09:11 06:56:01 320.93 188.36 132.56 0.00 15795.17 23107.33 0.00 07:09:11 06:57:02 1466.48 1097.25 369.23 0.00 90335.42 131122.64 0.00 07:09:11 06:58:02 2297.91 2005.20 292.71 0.00 123320.86 131916.56 0.00 07:09:11 06:59:01 870.10 646.15 223.95 0.00 39928.20 52809.19 0.00 07:09:11 07:00:01 93.49 20.52 72.97 0.00 3199.09 8006.81 0.00 07:09:11 07:01:02 1.83 0.35 1.48 0.00 8.52 22.98 0.00 07:09:11 07:02:01 2.38 2.01 0.37 0.00 74.28 5.99 0.00 07:09:11 07:03:01 1.57 0.77 0.80 0.00 9.06 15.82 0.00 07:09:11 07:04:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 07:09:11 07:05:01 0.93 0.73 0.20 0.00 17.17 2.01 0.00 07:09:11 07:06:01 0.20 0.00 0.20 0.00 0.00 1.68 0.00 07:09:11 07:07:01 0.25 0.00 0.25 0.00 0.00 2.35 0.00 07:09:11 07:08:01 0.85 0.55 0.30 0.00 6.66 3.65 0.00 07:09:11 07:09:01 157.46 68.93 88.53 0.00 6713.33 18441.72 0.00 07:09:11 Average: 451.72 349.89 101.83 0.00 25412.62 37210.11 0.00 07:09:11 07:09:11 06:48:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:09:11 06:49:01 192400 0 619272 32.91 2620 1067264 1465956 50.03 631888 893888 94628 07:09:11 06:50:01 127008 0 682912 36.30 1492 1070144 1529072 52.18 662488 889944 1024 07:09:11 06:51:02 175084 0 775280 41.20 888 930304 1642096 56.04 723840 744336 52160 07:09:11 06:52:01 374100 0 681376 36.21 572 825508 1249072 42.63 626884 636752 15260 07:09:11 06:53:01 99792 0 733104 38.96 556 1048104 1584604 54.08 694932 855552 55096 07:09:11 06:54:03 68352 0 798888 42.46 0 1014316 2330876 79.55 725492 926016 24808 07:09:11 06:55:02 67976 0 796540 42.33 0 1017040 2357632 80.46 797808 832648 78224 07:09:11 06:56:01 245156 0 796832 42.35 0 839568 1755556 59.91 684292 739276 21232 07:09:11 06:57:02 74152 0 705132 37.48 0 1102272 1917432 65.44 748692 876688 36132 07:09:11 06:58:02 106124 0 1003420 53.33 0 772012 3901656 133.16 836568 719080 1732 07:09:11 06:59:01 291832 0 727948 38.69 0 861776 2413800 82.38 631468 745544 2016 07:09:11 07:00:01 622108 0 539832 28.69 0 719616 1212408 41.38 470328 585644 8 07:09:11 07:01:02 625064 0 536864 28.53 0 719628 1178892 40.23 468724 585168 8 07:09:11 07:02:01 623496 0 536748 28.53 0 721312 1176924 40.17 469048 586028 16 07:09:11 07:03:01 622924 0 537304 28.56 0 721328 1177068 40.17 469492 586248 8 07:09:11 07:04:01 622896 0 537332 28.56 0 721328 1177044 40.17 469428 586252 8 07:09:11 07:05:01 622248 0 537988 28.59 0 721320 1177152 40.17 469484 586752 8 07:09:11 07:06:01 623020 0 537192 28.55 0 721344 1175896 40.13 468888 586768 8 07:09:11 07:07:01 623004 0 537200 28.55 0 721352 1175896 40.13 468896 586768 8 07:09:11 07:08:01 622092 0 538108 28.60 0 721356 1176172 40.14 469216 586952 8 07:09:11 07:09:01 365864 0 610792 32.46 0 904900 1648372 56.26 547356 724164 36 07:09:11 Average: 371176 0 655717 34.85 292 854371 1639218 55.94 596915 707641 18211 07:09:11 07:09:11 06:48:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:09:11 06:49:01 veth962d2cc 1015.56 718.34 92.05 2654.69 0.00 0.00 0.00 0.00 07:09:11 06:49:01 eth0 894.46 1142.01 3673.61 144.91 0.00 0.00 0.00 0.00 07:09:11 06:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:49:01 docker0 1015.56 718.20 78.17 2654.68 0.00 0.00 0.00 0.00 07:09:11 06:50:01 veth65c479b 18.41 22.92 1.80 13.75 0.00 0.00 0.00 0.00 07:09:11 06:50:01 eth0 507.56 356.72 4313.54 44.68 0.00 0.00 0.00 0.00 07:09:11 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:50:01 docker0 57.10 92.95 3.88 373.21 0.00 0.00 0.00 0.00 07:09:11 06:51:02 vethf9c060b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:51:02 eth0 94.45 74.69 478.39 15.50 0.00 0.00 0.00 0.00 07:09:11 06:51:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:51:02 docker0 54.72 69.70 4.38 451.98 0.00 0.00 0.00 0.00 07:09:11 06:52:01 vethf9c060b 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:52:01 eth0 44.79 35.46 27.60 77.17 0.00 0.00 0.00 0.00 07:09:11 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:53:01 eth0 193.68 157.22 1692.99 71.39 0.00 0.00 0.00 0.00 07:09:11 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:54:03 vethe794513 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:54:03 eth0 21.95 18.35 23.92 9.36 0.00 0.00 0.00 0.00 07:09:11 06:54:03 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:54:03 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:55:02 vethe794513 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:55:02 eth0 53.91 41.87 163.49 50.84 0.00 0.00 0.00 0.00 07:09:11 06:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:55:02 docker0 18.76 26.33 1.09 149.76 0.00 0.00 0.00 0.00 07:09:11 06:56:01 vethe794513 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:56:01 vethfd307f6 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:56:01 eth0 18.86 13.50 47.42 4.93 0.00 0.00 0.00 0.00 07:09:11 06:56:01 veth517835f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:57:02 vethe794513 0.00 0.26 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:57:02 eth0 145.95 79.36 507.89 77.25 0.00 0.00 0.00 0.00 07:09:11 06:57:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 07:09:11 06:57:02 docker0 1177.86 996.90 89.10 4109.51 0.00 0.00 0.00 0.00 07:09:11 06:58:02 veth59f04bf 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:58:02 vethe794513 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:58:02 eth0 45.07 32.55 48.93 15.95 0.00 0.00 0.00 0.00 07:09:11 06:58:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:59:01 vethe794513 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 06:59:01 eth0 70.50 52.69 176.86 62.82 0.00 0.00 0.00 0.00 07:09:11 06:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 06:59:01 veth717a7d8 0.00 0.24 0.00 0.01 0.00 0.00 0.00 0.00 07:09:11 07:00:01 eth0 19.87 15.40 16.24 8.28 0.00 0.00 0.00 0.00 07:09:11 07:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:00:01 docker0 1202.55 1030.10 90.83 4252.99 0.00 0.00 0.00 0.00 07:09:11 07:01:02 eth0 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:09:11 07:01:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:01:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:02:01 eth0 0.19 0.10 0.01 0.01 0.00 0.00 0.00 0.00 07:09:11 07:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:03:01 eth0 1.12 0.53 0.45 0.23 0.00 0.00 0.00 0.00 07:09:11 07:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:04:01 eth0 0.62 0.13 0.10 0.05 0.00 0.00 0.00 0.00 07:09:11 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:05:01 eth0 5.66 5.99 0.60 17.07 0.00 0.00 0.00 0.00 07:09:11 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:06:01 eth0 0.07 0.07 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:07:01 eth0 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 07:09:11 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:08:01 eth0 3.81 3.83 0.31 13.17 0.00 0.00 0.00 0.00 07:09:11 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:09:01 eth0 213.86 175.01 2127.38 35.28 0.00 0.00 0.00 0.00 07:09:11 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 Average: eth0 111.52 105.26 635.25 30.86 0.00 0.00 0.00 0.00 07:09:11 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:09:11 Average: docker0 57.56 49.30 4.35 203.56 0.00 0.00 0.00 0.00 07:09:11 07:09:11 07:09:11 ---> sar -P ALL: 07:09:11 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/25/20 _x86_64_ (4 CPU) 07:09:11 07:09:11 06:46:50 LINUX RESTART (4 CPU) 07:09:11 07:09:11 06:48:01 CPU %user %nice %system %iowait %steal %idle 07:09:11 06:49:01 all 10.12 0.00 4.19 1.49 11.19 73.01 07:09:11 06:49:01 0 12.43 0.00 4.19 0.86 12.90 69.62 07:09:11 06:49:01 1 10.72 0.00 4.00 0.60 10.57 74.11 07:09:11 06:49:01 2 10.46 0.00 5.20 4.11 10.81 69.42 07:09:11 06:49:01 3 6.93 0.00 3.36 0.40 10.49 78.83 07:09:11 06:50:01 all 6.00 0.00 4.47 1.84 17.84 69.85 07:09:11 06:50:01 0 4.97 0.00 3.88 1.88 19.68 69.59 07:09:11 06:50:01 1 6.21 0.00 4.46 1.34 17.38 70.61 07:09:11 06:50:01 2 5.78 0.00 4.44 2.60 17.31 69.88 07:09:11 06:50:01 3 7.06 0.00 5.14 1.53 16.97 69.30 07:09:11 06:51:02 all 22.41 0.00 10.87 7.63 16.66 42.45 07:09:11 06:51:02 0 22.88 0.00 10.11 6.87 16.46 43.70 07:09:11 06:51:02 1 20.71 0.00 9.67 8.39 18.58 42.65 07:09:11 06:51:02 2 22.34 0.00 11.06 6.73 16.03 43.84 07:09:11 06:51:02 3 23.74 0.00 12.65 8.53 15.54 39.55 07:09:11 06:52:01 all 34.80 0.00 14.22 4.35 22.07 24.56 07:09:11 06:52:01 0 35.71 0.00 15.05 5.25 22.88 21.12 07:09:11 06:52:01 1 33.16 0.00 12.10 3.40 22.10 29.25 07:09:11 06:52:01 2 34.21 0.00 14.35 4.42 22.23 24.79 07:09:11 06:52:01 3 36.22 0.00 15.49 4.37 21.07 22.85 07:09:11 06:53:01 all 18.62 0.00 8.42 0.84 19.27 52.85 07:09:11 06:53:01 0 20.01 0.00 9.42 1.19 19.76 49.61 07:09:11 06:53:01 1 17.36 0.00 8.51 0.22 19.52 54.39 07:09:11 06:53:01 2 18.73 0.00 7.57 0.98 18.93 53.79 07:09:11 06:53:01 3 18.42 0.00 8.17 1.00 18.85 53.56 07:09:11 06:54:03 all 13.72 0.00 13.43 5.58 22.49 44.78 07:09:11 06:54:03 0 12.40 0.00 13.67 6.29 23.20 44.44 07:09:11 06:54:03 1 13.03 0.00 12.64 5.74 22.12 46.47 07:09:11 06:54:03 2 13.28 0.00 13.49 5.26 21.93 46.04 07:09:11 06:54:03 3 16.20 0.00 13.91 5.04 22.72 42.13 07:09:11 06:55:02 all 16.22 0.00 19.36 22.41 17.81 24.20 07:09:11 06:55:02 0 15.49 0.00 18.74 22.45 18.38 24.94 07:09:11 06:55:02 1 15.77 0.00 20.53 22.86 17.68 23.16 07:09:11 06:55:02 2 17.43 0.00 18.51 22.97 17.29 23.81 07:09:11 06:55:02 3 16.20 0.00 19.69 21.33 17.86 24.91 07:09:11 06:56:01 all 64.20 0.00 15.55 5.07 9.90 5.28 07:09:11 06:56:01 0 62.49 0.00 15.16 5.10 11.06 6.19 07:09:11 06:56:01 1 67.32 0.00 16.20 4.40 7.52 4.56 07:09:11 06:56:01 2 63.46 0.00 15.66 4.80 10.08 6.01 07:09:11 06:56:01 3 63.46 0.00 15.18 5.98 11.00 4.39 07:09:11 06:57:02 all 16.16 0.00 18.22 19.35 18.34 27.92 07:09:11 06:57:02 0 15.64 0.00 16.97 17.80 19.36 30.23 07:09:11 06:57:02 1 17.44 0.00 18.01 20.63 17.28 26.65 07:09:11 06:57:02 2 15.44 0.00 18.00 18.69 18.16 29.71 07:09:11 06:57:02 3 16.10 0.00 19.95 20.32 18.56 25.07 07:09:11 06:58:02 all 19.26 0.00 16.79 24.54 17.21 22.21 07:09:11 06:58:02 0 19.14 0.00 15.75 23.25 18.24 23.61 07:09:11 06:58:02 1 18.09 0.00 16.27 26.13 17.28 22.23 07:09:11 06:58:02 2 20.55 0.00 18.95 24.66 16.12 19.72 07:09:11 06:58:02 3 19.27 0.00 16.22 24.10 17.16 23.25 07:09:11 06:59:01 all 58.38 0.00 18.53 7.87 9.51 5.70 07:09:11 06:59:01 0 55.79 0.00 18.22 6.91 11.48 7.61 07:09:11 06:59:01 1 59.01 0.00 19.05 6.94 8.16 6.84 07:09:11 06:59:01 2 61.58 0.00 18.46 8.17 8.98 2.81 07:09:11 06:59:01 3 57.12 0.00 18.39 9.46 9.44 5.58 07:09:11 07:09:11 06:59:01 CPU %user %nice %system %iowait %steal %idle 07:09:11 07:00:01 all 6.09 0.00 3.78 3.25 4.19 82.69 07:09:11 07:00:01 0 4.96 0.00 3.61 2.57 4.54 84.32 07:09:11 07:00:01 1 6.04 0.00 3.80 2.34 4.16 83.66 07:09:11 07:00:01 2 7.32 0.00 4.28 6.11 4.10 78.18 07:09:11 07:00:01 3 6.05 0.00 3.43 1.98 3.94 84.60 07:09:11 07:01:02 all 0.11 0.00 0.05 0.02 0.27 99.54 07:09:11 07:01:02 0 0.02 0.00 0.03 0.00 0.38 99.57 07:09:11 07:01:02 1 0.08 0.00 0.08 0.00 0.45 99.39 07:09:11 07:01:02 2 0.35 0.00 0.07 0.05 0.15 99.38 07:09:11 07:01:02 3 0.00 0.00 0.03 0.02 0.12 99.83 07:09:11 07:02:01 all 0.13 0.00 0.05 0.03 0.13 99.67 07:09:11 07:02:01 0 0.03 0.00 0.03 0.02 0.15 99.76 07:09:11 07:02:01 1 0.03 0.00 0.08 0.03 0.08 99.76 07:09:11 07:02:01 2 0.39 0.00 0.02 0.00 0.10 99.49 07:09:11 07:02:01 3 0.05 0.00 0.08 0.05 0.17 99.64 07:09:11 07:03:01 all 0.12 0.00 0.03 0.02 0.13 99.69 07:09:11 07:03:01 0 0.02 0.00 0.03 0.00 0.10 99.85 07:09:11 07:03:01 1 0.03 0.00 0.03 0.03 0.07 99.83 07:09:11 07:03:01 2 0.38 0.00 0.03 0.02 0.12 99.45 07:09:11 07:03:01 3 0.07 0.00 0.03 0.02 0.25 99.63 07:09:11 07:04:01 all 0.12 0.00 0.04 0.00 0.12 99.72 07:09:11 07:04:01 0 0.02 0.00 0.02 0.00 0.05 99.92 07:09:11 07:04:01 1 0.03 0.00 0.03 0.00 0.10 99.83 07:09:11 07:04:01 2 0.33 0.00 0.05 0.00 0.13 99.48 07:09:11 07:04:01 3 0.10 0.00 0.05 0.00 0.22 99.63 07:09:11 07:05:01 all 0.15 0.00 0.08 0.03 0.11 99.64 07:09:11 07:05:01 0 0.05 0.00 0.05 0.02 0.07 99.82 07:09:11 07:05:01 1 0.13 0.00 0.08 0.03 0.07 99.68 07:09:11 07:05:01 2 0.27 0.00 0.08 0.02 0.08 99.55 07:09:11 07:05:01 3 0.13 0.00 0.10 0.05 0.22 99.50 07:09:11 07:06:01 all 0.03 0.00 0.02 0.00 0.04 99.91 07:09:11 07:06:01 0 0.02 0.00 0.02 0.00 0.02 99.95 07:09:11 07:06:01 1 0.03 0.00 0.02 0.00 0.03 99.92 07:09:11 07:06:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:09:11 07:06:01 3 0.07 0.00 0.03 0.00 0.10 99.80 07:09:11 07:07:01 all 0.02 0.00 0.03 0.00 0.17 99.78 07:09:11 07:07:01 0 0.00 0.00 0.02 0.00 0.05 99.93 07:09:11 07:07:01 1 0.02 0.00 0.03 0.00 0.23 99.72 07:09:11 07:07:01 2 0.02 0.00 0.02 0.00 0.05 99.92 07:09:11 07:07:01 3 0.05 0.00 0.05 0.00 0.37 99.53 07:09:11 07:08:01 all 0.06 0.00 0.05 0.02 0.06 99.81 07:09:11 07:08:01 0 0.03 0.00 0.03 0.00 0.05 99.88 07:09:11 07:08:01 1 0.05 0.00 0.02 0.02 0.05 99.87 07:09:11 07:08:01 2 0.10 0.00 0.07 0.07 0.02 99.75 07:09:11 07:08:01 3 0.07 0.00 0.07 0.00 0.12 99.75 07:09:11 07:09:01 all 4.36 0.00 3.81 3.39 5.64 82.80 07:09:11 07:09:01 0 5.40 0.00 4.90 4.16 5.45 80.09 07:09:11 07:09:01 1 3.41 0.00 2.97 4.81 5.83 82.98 07:09:11 07:09:01 2 3.47 0.00 2.97 2.82 5.97 84.78 07:09:11 07:09:01 3 5.19 0.00 4.45 1.77 5.30 83.29 07:09:11 Average: all 12.86 0.00 6.88 4.89 8.98 66.38 07:09:11 Average: 0 12.62 0.00 6.80 4.79 9.50 66.29 07:09:11 Average: 1 12.79 0.00 6.74 4.91 8.85 66.71 07:09:11 Average: 2 13.07 0.00 6.93 5.11 8.76 66.12 07:09:11 Average: 3 12.94 0.00 7.07 4.76 8.82 66.41 07:09:11 07:09:11 07:09:11