Pull request #2858 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 hareshkainthcanonical for edgexfoundry/edgex-go Loading trusted files from base branch master at 30fe914c5ad8e4d98bae6ee0071c56635472cae5 rather than b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd Obtained Jenkinsfile from 30fe914c5ad8e4d98bae6ee0071c56635472cae5 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-9505 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd > 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/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd # 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 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 Merge succeeded, producing 8f1902a5c513359471ccc264453bcaa93f574812 Checking out Revision 8f1902a5c513359471ccc264453bcaa93f574812 (PR-2858) > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8f1902a5c513359471ccc264453bcaa93f574812 # timeout=10 Commit message: "Merge commit '30fe914c5ad8e4d98bae6ee0071c56635472cae5' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 16:03:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 16:03:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 4a203e56fe01cbe547969da54102dfdd78bbdb0f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 16:03:36 ========================================================= 16:03:36 EdgeX Global Pipelines Version Info 16:03:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 16:03:38 ------------------- 16:03:38 stable info: 16:03:38 ------------------- 16:03:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 16:03:38 Commit SHA: f3f382fce060f16c10d6f597981912fab355381a 16:03:38 Message: update stable to v1.0.148 16:03:38 ------------------- 16:03:38 experimental info: 16:03:38 ------------------- 16:03:38 Commited By: **** collab-it+edgex@linuxfoundation.org 16:03:38 Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f 16:03:38 Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 16:03:39 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 16:03:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2858 [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2858 [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2858 [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8f1902a5c513359471ccc264453bcaa93f574812 [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8f1902a [Pipeline] echo 16:03:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 16:03:42 ++ 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 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/core-command/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo core-command,cmd/core-command/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/core-data/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo core-data,cmd/core-data/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/core-metadata/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo core-metadata,cmd/core-metadata/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/security-proxy-setup/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/security-secrets-setup/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/security-secretstore-setup/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/support-logging/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo support-logging,cmd/support-logging/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/support-notifications/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo support-notifications,cmd/support-notifications/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/support-scheduler/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo support-scheduler,cmd/support-scheduler/Dockerfile 16:03:42 + for file in '`ls cmd/**/Dockerfile`' 16:03:42 ++ dirname cmd/sys-mgmt-agent/Dockerfile 16:03:42 ++ cut -d/ -f2 16:03:42 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 16:03:42 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 16:03:43 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:43 16:03:43 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 16:03:43 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:43 latest: Pulling from edgex-devops/git-semver 16:03:43 31603596830f: Pulling fs layer 16:03:43 2a8b12db71e7: Pulling fs layer 16:03:43 6ca5941a6612: Pulling fs layer 16:03:43 ecc8261a40a4: Pulling fs layer 16:03:43 ecc8261a40a4: Waiting 16:03:43 2a8b12db71e7: Verifying Checksum 16:03:43 2a8b12db71e7: Download complete 16:03:44 31603596830f: Verifying Checksum 16:03:44 31603596830f: Download complete 16:03:44 ecc8261a40a4: Verifying Checksum 16:03:44 ecc8261a40a4: Download complete 16:03:44 6ca5941a6612: Verifying Checksum 16:03:44 6ca5941a6612: Download complete 16:03:44 31603596830f: Pull complete 16:03:44 2a8b12db71e7: Pull complete 16:03:45 6ca5941a6612: Pull complete 16:03:45 ecc8261a40a4: Pull complete 16:03:45 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 16:03:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 16:03:45 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 16:03:45 prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container 16:03:45 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 16:03:48 $ docker top e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 16:03:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:48 [ssh-agent] Looking for ssh-agent implementation... 16:03:48 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:48 $ docker exec e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent 16:03:49 SSH_AUTH_SOCK=/tmp/ssh-O30uVOAnNNfF/agent.11 16:03:49 SSH_AGENT_PID=17 16:03:49 Running ssh-add (command line suppressed) 16:03:49 Identity added: /w/workspace/edgex-go/2@tmp/private_key_9222367009224262197.key (/w/workspace/edgex-go/2@tmp/private_key_9222367009224262197.key) 16:03:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:49 + git tag --points-at HEAD [Pipeline] } 16:03:49 $ docker exec --env ******** --env ******** e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent -k 16:03:49 unset SSH_AUTH_SOCK; 16:03:49 unset SSH_AGENT_PID; 16:03:49 echo Agent pid 17 killed; 16:03:49 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 16:03:49 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 16:03:49 [ssh-agent] Looking for ssh-agent implementation... 16:03:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 16:03:50 $ docker exec e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent 16:03:50 SSH_AUTH_SOCK=/tmp/ssh-Xxq2OrDao99l/agent.48 16:03:50 SSH_AGENT_PID=53 16:03:50 Running ssh-add (command line suppressed) 16:03:50 Identity added: /w/workspace/edgex-go/2@tmp/private_key_1155269746377247905.key (/w/workspace/edgex-go/2@tmp/private_key_1155269746377247905.key) 16:03:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 16:03:50 + git semver init 16:03:50 # -> Open(): unable to determine branch for HEAD 16:03:50 # $GIT_DIR = /w/workspace/edgex-go/2/.git 16:03:50 # $GIT_WORK_TREE = /w/workspace/edgex-go/2 16:03:50 # $SEMVER_REMOTE_NAME = origin 16:03:50 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 16:03:50 # $SEMVER_USER_NAME = edgex-jenkins 16:03:50 # $SEMVER_BRANCH = PR-2858 16:03:50 # $SEMVER_TEMP = /tmp/semver-974725072 16:03:50 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 16:04:17 # '/tmp/semver-974725072' -> '/w/workspace/edgex-go/2/.semver' 16:04:17 # -> Force: false 16:04:17 # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } 16:04:17 $ docker exec --env ******** --env ******** e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 ssh-agent -k 16:04:17 unset SSH_AUTH_SOCK; 16:04:17 unset SSH_AGENT_PID; 16:04:17 echo Agent pid 53 killed; 16:04:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 16:04:18 + git semver [Pipeline] } 16:04:18 $ docker stop --time=1 e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 16:04:20 $ docker rm -f e09c7e945b768610619d736127ca4b804ca9d2296b0d06872132eac343460d32 [Pipeline] // withDockerContainer [Pipeline] sh 16:04:20 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 16:04:21 Stashed 1 file(s) [Pipeline] echo 16:04:21 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 16:04:21 ========================================================= 16:04:21 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 16:04:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:04:22 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 16:04:25 Sending build context to Docker daemon 325.8MB 16:04:25 Step 1/7 : ARG BASE=golang:1.15-alpine 16:04:25 Step 2/7 : FROM ${BASE} 16:04:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 16:04:25 df20fa9351a1: Pulling fs layer 16:04:25 ed8968b2872e: Pulling fs layer 16:04:25 a92cc7c5fd73: Pulling fs layer 16:04:25 e871e8e8d7a9: Pulling fs layer 16:04:25 e73272ec9a57: Pulling fs layer 16:04:25 1e910a182e73: Pulling fs layer 16:04:25 4e634b169226: Pulling fs layer 16:04:25 e73272ec9a57: Waiting 16:04:25 1e910a182e73: Waiting 16:04:25 4e634b169226: Waiting 16:04:25 e871e8e8d7a9: Waiting 16:04:25 a92cc7c5fd73: Verifying Checksum 16:04:25 a92cc7c5fd73: Download complete 16:04:25 ed8968b2872e: Verifying Checksum 16:04:25 ed8968b2872e: Download complete 16:04:25 e73272ec9a57: Download complete 16:04:25 1e910a182e73: Verifying Checksum 16:04:25 1e910a182e73: Download complete 16:04:25 df20fa9351a1: Verifying Checksum 16:04:25 df20fa9351a1: Download complete 16:04:26 df20fa9351a1: Pull complete 16:04:26 ed8968b2872e: Pull complete 16:04:26 a92cc7c5fd73: Pull complete 16:04:28 4e634b169226: Verifying Checksum 16:04:28 4e634b169226: Download complete 16:04:28 e871e8e8d7a9: Verifying Checksum 16:04:28 e871e8e8d7a9: Download complete 16:04:34 e871e8e8d7a9: Pull complete 16:04:34 e73272ec9a57: Pull complete 16:04:34 1e910a182e73: Pull complete 16:04:36 Still waiting to schedule task 16:04:36 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 16:04:39 4e634b169226: Pull complete 16:04:39 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 16:04:39 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 16:04:39 ---> f7629b54cfaa 16:04:39 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:04:39 ---> Running in 98d51b6d08ce 16:04:40 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:04:41 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:04:42 (1/12) Installing libmagic (5.38-r0) 16:04:42 (2/12) Installing file (5.38-r0) 16:04:42 (3/12) Installing libc-dev (0.7.2-r3) 16:04:42 (4/12) Installing g++ (9.3.0-r2) 16:04:49 (5/12) Installing fortify-headers (1.1-r0) 16:04:49 (6/12) Installing patch (2.7.6-r6) 16:04:49 (7/12) Installing build-base (0.5-r2) 16:04:49 (8/12) Installing libsodium (1.0.18-r0) 16:04:49 (9/12) Installing pkgconf (1.7.2-r0) 16:04:49 (10/12) Installing libsodium-dev (1.0.18-r0) 16:04:49 (11/12) Installing libzmq (4.3.3-r0) 16:04:49 (12/12) Installing zeromq-dev (4.3.3-r0) 16:04:49 Executing busybox-1.31.1-r16.trigger 16:04:49 OK: 233 MiB in 51 packages 16:04:54 Removing intermediate container 98d51b6d08ce 16:04:54 ---> 67e49325756c 16:04:54 Step 4/7 : WORKDIR /edgex-go 16:04:54 ---> Running in b0c2315ff62c 16:04:54 Removing intermediate container b0c2315ff62c 16:04:54 ---> 7f2f3a10e091 16:04:54 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:04:54 latest: Pulling from library/docker 16:04:54 188c0c94c7c5: Pulling fs layer 16:04:54 0c7c675703d6: Pulling fs layer 16:04:54 cc8c12a437cb: Pulling fs layer 16:04:54 c5dafad2182a: Pulling fs layer 16:04:54 5aa711733414: Pulling fs layer 16:04:54 058f73b55e4b: Pulling fs layer 16:04:54 8c9c664faf12: Pulling fs layer 16:04:54 c5dafad2182a: Waiting 16:04:54 5aa711733414: Waiting 16:04:54 058f73b55e4b: Waiting 16:04:54 8c9c664faf12: Waiting 16:04:54 cc8c12a437cb: Download complete 16:04:54 0c7c675703d6: Verifying Checksum 16:04:54 0c7c675703d6: Download complete 16:04:54 188c0c94c7c5: Download complete 16:04:54 058f73b55e4b: Download complete 16:04:55 8c9c664faf12: Verifying Checksum 16:04:55 8c9c664faf12: Download complete 16:04:55 188c0c94c7c5: Pull complete 16:04:55 5aa711733414: Verifying Checksum 16:04:55 5aa711733414: Download complete 16:04:55 0c7c675703d6: Pull complete 16:04:55 cc8c12a437cb: Pull complete 16:04:55 c5dafad2182a: Verifying Checksum 16:04:55 c5dafad2182a: Download complete 16:04:58 c5dafad2182a: Pull complete 16:04:58 5aa711733414: Pull complete 16:04:58 058f73b55e4b: Pull complete 16:04:58 8c9c664faf12: Pull complete 16:04:58 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:04:58 Status: Downloaded newer image for docker:latest 16:05:00 ---> c8f56a57a3ab 16:05:00 Step 6/7 : COPY go.mod . 16:05:00 ---> 5c70c166fcb9 16:05:00 Step 7/7 : RUN go mod download 16:05:01 ---> Running in de751f4942cb 16:05:23 Removing intermediate container de751f4942cb 16:05:23 ---> 5a73bca1b3cf 16:05:23 Successfully built 5a73bca1b3cf 16:05:23 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 16:05:23 + docker inspect -f . ci-base-image-x86_64 16:05:23 . [Pipeline] withDockerContainer 16:05:23 prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container 16:05:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 16:05:24 $ docker top 05889bdf6486fca1731e795cab744b77e2f12e317edc3594a1d04eaa24072a3e -eo pid,comm [Pipeline] { [Pipeline] sh 16:05:25 + go version 16:05:25 go version go1.15.2 linux/amd64 [Pipeline] } 16:05:25 $ docker stop --time=1 05889bdf6486fca1731e795cab744b77e2f12e317edc3594a1d04eaa24072a3e 16:05:26 $ docker rm -f 05889bdf6486fca1731e795cab744b77e2f12e317edc3594a1d04eaa24072a3e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:05:27 + docker inspect -f . ci-base-image-x86_64 16:05:27 . [Pipeline] withDockerContainer 16:05:27 prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container 16:05:27 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-x86_64 cat 16:05:28 $ docker top 345fac6c07f98c11d5fd8c47aee792713edd399f7f893d967b197585a8a83c40 -eo pid,comm [Pipeline] { [Pipeline] echo 16:05:28 ========================================================= 16:05:28 [edgeXBuildGoParallel] Running Tests and Build... 16:05:28 ========================================================= [Pipeline] sh 16:05:29 + make test 16:05:29 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:05:31 ? github.com/edgexfoundry/edgex-go [no test files] 16:05:41 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:05:48 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:05:48 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:05:48 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:05:48 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:05:49 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.018s 16:05:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 16:05:49 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:05:49 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:05:50 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:05:50 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:05:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:05:50 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:05:50 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:05:54 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements 16:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:05:54 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.094s coverage: 27.1% of statements 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.023s coverage: 100.0% of statements 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.066s coverage: 64.9% of statements 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:05:59 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.342s coverage: 84.5% of statements 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:05:59 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.101s coverage: 28.6% of statements 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.018s coverage: 100.0% of statements 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.007s coverage: 100.0% of statements 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.015s coverage: 86.7% of statements 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.019s coverage: 97.5% of statements 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:06:00 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.010s coverage: 100.0% of statements 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:06:00 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.068s coverage: 95.7% of statements 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.024s coverage: 0.0% of statements [no tests to run] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.074s coverage: 63.5% of statements 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:06:02 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.005s coverage: 100.0% of statements 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.011s coverage: 91.3% of statements 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.013s coverage: 100.0% of statements 16:06:02 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.010s coverage: 73.7% of statements 16:06:03 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.019s coverage: 100.0% of statements 16:06:04 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.110s coverage: 55.9% of statements 16:06:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:06:04 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:06:04 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 16:06:04 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 11.358s coverage: 86.3% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.333s coverage: 72.2% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.102s coverage: 72.1% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.023s coverage: 82.4% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.023s coverage: 48.4% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.009s coverage: 28.8% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.074s coverage: 96.8% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.023s coverage: 36.5% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.091s coverage: 84.1% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.037s coverage: 100.0% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.011s coverage: 42.9% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.019s coverage: 100.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.065s coverage: 47.1% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.039s coverage: 100.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.040s coverage: 100.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.019s coverage: 100.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.049s coverage: 29.1% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.024s coverage: 99.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.013s coverage: 100.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/system 0.021s coverage: 0.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.021s coverage: 100.0% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.030s coverage: 87.9% of statements 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:06:16 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.011s coverage: 100.0% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.005s coverage: 32.1% of statements 16:06:16 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 16:06:16 GO111MODULE=on go vet ./... 16:06:24 gofmt -l . 16:06:24 [ "`gofmt -l .`" = "" ] 16:06:24 ./bin/test-go-mod-tidy.sh 16:06:25 ./bin/test-attribution-txt.sh [Pipeline] sh 16:06:27 + ls -al . 16:06:27 total 632 16:06:27 drwxrwxr-x 10 1001 1001 4096 Oct 28 16:06 . 16:06:27 drwxr-xr-x 4 root root 28 Oct 28 16:05 .. 16:06:27 -rw-rw-r-- 1 1001 1001 11 Oct 28 16:03 .dockerignore 16:06:27 drwxrwxr-x 8 1001 1001 179 Oct 28 16:03 .git 16:06:27 drwxrwxr-x 3 1001 1001 125 Oct 28 16:03 .github 16:06:27 -rw-rw-r-- 1 1001 1001 932 Oct 28 16:03 .gitignore 16:06:27 drwx------ 3 1001 1001 47 Oct 28 16:04 .semver 16:06:27 -rw-rw-r-- 1 1001 1001 166 Oct 28 16:03 .sonarcloud.properties 16:06:27 -rw-rw-r-- 1 1001 1001 3804 Oct 28 16:03 CONTRIBUTING.md 16:06:27 -rw-rw-r-- 1 1001 1001 1035 Oct 28 16:03 Dockerfile.build 16:06:27 -rw-rw-r-- 1 1001 1001 863 Oct 28 16:03 Jenkinsfile 16:06:27 -rw-rw-r-- 1 1001 1001 10775 Oct 28 16:03 LICENSE 16:06:27 -rw-rw-r-- 1 1001 1001 6237 Oct 28 16:03 Makefile 16:06:27 -rw-rw-r-- 1 1001 1001 6447 Oct 28 16:03 README.md 16:06:27 -rw-rw-r-- 1 1001 1001 259 Oct 28 16:03 SECURITY.md 16:06:27 -rw-rw-r-- 1 1001 1001 5 Oct 28 16:04 VERSION 16:06:27 -rw-rw-r-- 1 1001 1001 4131 Oct 28 16:03 ZMQWindows.md 16:06:27 drwxrwxr-x 2 1001 1001 117 Oct 28 16:03 bin 16:06:27 drwxrwxr-x 15 1001 1001 4096 Oct 28 16:03 cmd 16:06:27 -rw-r--r-- 1 root root 539324 Oct 28 16:06 coverage.out 16:06:27 -rw-r--r-- 1 root root 1041 Oct 28 16:06 go.mod 16:06:27 -rw-r--r-- 1 root root 19010 Oct 28 16:06 go.sum 16:06:27 drwxrwxr-x 8 1001 1001 127 Oct 28 16:03 internal 16:06:27 drwxrwxr-x 4 1001 1001 26 Oct 28 16:03 openapi 16:06:27 drwxrwxr-x 4 1001 1001 71 Oct 28 16:03 snap 16:06:27 -rw-rw-r-- 1 1001 1001 168 Oct 28 16:03 version.go [Pipeline] sh 16:06:28 + '[' -e coverage.out ] 16:06:28 + chown 1001:1001 coverage.out [Pipeline] stash 16:06:28 Stashed 1 file(s) [Pipeline] sh 16:06:28 + make build 16:06:28 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 16:06:37 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 16:06:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 16:06:41 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 16:06:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:06:44 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 16:06:44 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 16:06:46 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 16:06:47 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 16:06:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 16:06:50 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 16:06:52 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 16:06:52 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] } 16:06:53 $ docker stop --time=1 345fac6c07f98c11d5fd8c47aee792713edd399f7f893d967b197585a8a83c40 16:06:55 $ docker rm -f 345fac6c07f98c11d5fd8c47aee792713edd399f7f893d967b197585a8a83c40 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:07:02 16:07:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 16:07:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:07:02 latest: Pulling from edgex-devops/edgex-compose 16:07:02 cbdbe7a5bc2a: Pulling fs layer 16:07:02 ca9280d653b3: Pulling fs layer 16:07:02 7e9c9ca2126c: Pulling fs layer 16:07:02 cbdbe7a5bc2a: Verifying Checksum 16:07:02 cbdbe7a5bc2a: Download complete 16:07:02 cbdbe7a5bc2a: Pull complete 16:07:03 ca9280d653b3: Verifying Checksum 16:07:03 ca9280d653b3: Download complete 16:07:04 7e9c9ca2126c: Verifying Checksum 16:07:04 7e9c9ca2126c: Download complete 16:07:04 ca9280d653b3: Pull complete 16:07:11 7e9c9ca2126c: Pull complete 16:07:11 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 16:07:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:07:11 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 16:07:11 prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container 16:07:11 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:07:14 $ docker top 2230359b82f07daa2ec0319cdc13e49b86037a77af38003aed9b76286c121e84 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:15 + docker-compose build --help 16:07:15 + grep parallel 16:07:16 --parallel Build images in parallel. [Pipeline] } 16:07:16 $ docker stop --time=1 2230359b82f07daa2ec0319cdc13e49b86037a77af38003aed9b76286c121e84 16:07:18 $ docker rm -f 2230359b82f07daa2ec0319cdc13e49b86037a77af38003aed9b76286c121e84 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:07:18 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 16:07:18 . [Pipeline] withDockerContainer 16:07:18 prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container 16:07:18 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 16:07:19 $ docker top 9ffb8eb16a889b2ae1c6253bebca76d329674c1cf76f8e701e8bb0b77b400984 -eo pid,comm [Pipeline] { [Pipeline] sh 16:07:19 + docker-compose -f ./docker-compose-build.yml build --parallel 16:07:20 Building docker-core-command-go ... 16:07:20 Building docker-core-data-go ... 16:07:20 Building docker-core-metadata-go ... 16:07:20 Building docker-security-proxy-setup-go ... 16:07:20 Building docker-security-secrets-setup-go ... 16:07:20 Building docker-security-secretstore-setup-go ... 16:07:20 Building docker-support-logging-go ... 16:07:20 Building docker-support-notifications-go ... 16:07:20 Building docker-support-scheduler-go ... 16:07:20 Building docker-sys-mgmt-agent-go ... 16:07:20 Building docker-core-command-go 16:07:20 Building docker-sys-mgmt-agent-go 16:07:20 Building docker-support-notifications-go 16:07:20 Building docker-support-logging-go 16:07:20 Building docker-support-scheduler-go 16:07:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:07:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:07:54 ---> 5a73bca1b3cf 16:07:54 Step 3/21 : WORKDIR /edgex-go 16:07:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:07:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:07:54 ---> 5a73bca1b3cf 16:07:54 Step 3/22 : WORKDIR /edgex-go 16:07:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:07:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:07:54 ---> 5a73bca1b3cf 16:07:54 Step 3/24 : WORKDIR /edgex-go 16:07:54 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:07:54 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:07:54 ---> 5a73bca1b3cf 16:07:54 Step 3/22 : WORKDIR /edgex-go 16:07:54 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:07:54 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:07:54 ---> 5a73bca1b3cf 16:07:54 Step 3/27 : WORKDIR /edgex-go 16:07:54 ---> Running in c6ea8afab048 16:07:54 ---> Running in c2676e825f74 16:07:54 ---> Running in 316ecf6dabdb 16:07:54 ---> Running in 665bdb35b78e 16:07:54 ---> Running in 3c58434e92a6 16:07:54 Removing intermediate container 316ecf6dabdb 16:07:54 ---> f08cae78d900 16:07:54 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:54 Removing intermediate container c2676e825f74 16:07:54 ---> d3b8e2bacbfa 16:07:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:54 Removing intermediate container 665bdb35b78e 16:07:54 ---> 40d9d20c8a5c 16:07:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:54 Removing intermediate container 3c58434e92a6 16:07:54 ---> 0cb187b5228c 16:07:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:54 Removing intermediate container c6ea8afab048 16:07:54 ---> 7f15b96d3a7d 16:07:54 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:07:54 ---> Running in 4c8f4c530f8a 16:07:54 ---> Running in a78417025cba 16:07:54 ---> Running in 19d7a719a23d 16:07:54 ---> Running in 04692fa90308 16:07:54 ---> Running in fda25996afc3 16:07:55 Removing intermediate container 4c8f4c530f8a 16:07:55 ---> d1a27286da2a 16:07:55 Step 5/21 : RUN apk update && apk add make git 16:07:55 ---> Running in 6abfadc2309e 16:07:56 Removing intermediate container 19d7a719a23d 16:07:56 ---> e165d14f34b1 16:07:56 Step 5/27 : RUN apk update && apk add make bash git 16:07:56 Removing intermediate container a78417025cba 16:07:56 ---> 97d1aec2003b 16:07:56 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:07:56 Removing intermediate container 04692fa90308 16:07:56 ---> 12c6f9ef0708 16:07:56 Step 5/22 : RUN apk update && apk add make && apk add bash git 16:07:56 ---> Running in 6357478f58dc 16:07:56 ---> Running in d02e5f74b277 16:07:56 ---> Running in 59f46e9f6c30 16:07:56 Removing intermediate container fda25996afc3 16:07:56 ---> 459b06f6e4f2 16:07:56 Step 5/22 : RUN apk update && apk add make git 16:07:56 ---> Running in c2b0669bc817 16:07:56 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:57 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:57 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:07:58 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:07:58 OK: 12752 distinct packages available 16:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:58 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:07:58 OK: 233 MiB in 51 packages 16:07:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:07:58 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:07:58 OK: 12752 distinct packages available 16:07:58 Removing intermediate container 6abfadc2309e 16:07:58 ---> a8d0cd5abd93 16:07:58 Step 6/21 : COPY go.mod . 16:07:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:07:58 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:07:58 OK: 12752 distinct packages available 16:07:58 OK: 233 MiB in 51 packages 16:07:58 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:07:58 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:07:58 OK: 12752 distinct packages available 16:07:59 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:07:59 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:07:59 OK: 12752 distinct packages available 16:07:59 OK: 233 MiB in 51 packages 16:07:59 ---> cc11827f6e5a 16:07:59 Step 7/21 : RUN go mod download 16:07:59 OK: 233 MiB in 51 packages 16:07:59 ---> Running in 3c713ef0d43f 16:07:59 OK: 233 MiB in 51 packages 16:07:59 OK: 233 MiB in 51 packages 16:07:59 Removing intermediate container 6357478f58dc 16:07:59 ---> 83f3727ed8ad 16:07:59 Step 6/27 : COPY go.mod . 16:07:59 Removing intermediate container d02e5f74b277 16:07:59 ---> 7cea78f73d57 16:07:59 Step 6/24 : COPY go.mod . 16:08:00 ---> 6a2b1a73c113 16:08:00 Step 7/27 : RUN go mod download 16:08:00 ---> Running in a0a7988a95cd 16:08:00 Removing intermediate container c2b0669bc817 16:08:00 ---> 034f5e568105 16:08:00 Step 6/22 : COPY go.mod . 16:08:00 Removing intermediate container 59f46e9f6c30 16:08:00 ---> c7f164df8e05 16:08:00 Step 6/22 : COPY go.mod . 16:08:00 ---> f3fc7d9c4283 16:08:00 Step 7/24 : RUN go mod download 16:08:00 ---> Running in e30bf153d9dd 16:08:01 ---> 6beb0b049b4d 16:08:01 Step 7/22 : RUN go mod download 16:08:01 ---> Running in 3b8ca70c5208 16:08:01 ---> efa254668e51 16:08:01 Step 7/22 : RUN go mod download 16:08:02 ---> Running in 161eef016f98 16:08:02 Removing intermediate container a0a7988a95cd 16:08:02 ---> 6e0cc9816f6c 16:08:02 Step 8/27 : COPY . . 16:08:02 Removing intermediate container 3c713ef0d43f 16:08:02 ---> 25f082b5f128 16:08:02 Step 8/21 : COPY . . 16:08:02 Removing intermediate container e30bf153d9dd 16:08:02 ---> ab80dae43b30 16:08:02 Step 8/24 : COPY . . 16:08:12 Removing intermediate container 3b8ca70c5208 16:08:12 ---> 309ae72221ba 16:08:12 Step 8/22 : COPY . . 16:08:14 Removing intermediate container 161eef016f98 16:08:14 ---> 2494c54f9341 16:08:14 Step 8/22 : COPY . . 16:08:17 Running on prd-ubuntu18.04-docker-arm64-4c-16g-9509 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 16:08:17 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:08:22 using credential edgex-jenkins-ssh 16:08:22 Cloning the remote Git repository 16:08:23 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:08:23 > git init /w/workspace/edgex-go/2 # timeout=10 16:08:23 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:08:23 > git --version # timeout=10 16:08:23 > git --version # 'git version 2.17.1' 16:08:23 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:39 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd 16:08:39 Merge succeeded, producing f7c324f18886d6e3fcfd22526413e6c7464a49ae 16:08:39 Checking out Revision f7c324f18886d6e3fcfd22526413e6c7464a49ae (PR-2858) 16:08:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:08:38 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:08:38 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:08:38 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:08:38 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:08:39 > git config core.sparsecheckout # timeout=10 16:08:39 > git checkout -f b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd # timeout=10 16:08:39 > git remote # timeout=10 16:08:39 > git config --get remote.origin.url # timeout=10 16:08:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:08:39 > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 16:08:39 > git rev-parse HEAD^{commit} # timeout=10 16:08:39 > git config core.sparsecheckout # timeout=10 16:08:39 > git checkout -f f7c324f18886d6e3fcfd22526413e6c7464a49ae # timeout=10 16:08:44 Commit message: "Merge commit '30fe914c5ad8e4d98bae6ee0071c56635472cae5' into HEAD" 16:08:44 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 16:08:45 ========================================================= 16:08:45 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 16:08:45 ========================================================= [Pipeline] isUnix [Pipeline] sh 16:08:46 + 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 . 16:08:44 > git rev-list --no-walk 4a203e56fe01cbe547969da54102dfdd78bbdb0f # timeout=10 16:08:47 ---> 5355030414ca 16:08:47 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:08:47 ---> 05d9bf418c1a 16:08:47 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:08:47 ---> 4b986e0aac4d 16:08:47 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:08:47 ---> Running in b8c1badfbc1d 16:08:47 ---> Running in ee7de4a2b006 16:08:47 ---> Running in b2204a2e8e38 16:08:47 ---> 8c9c98376c2c 16:08:47 Step 9/22 : RUN make cmd/core-command/core-command 16:08:47 ---> aac04535a86a 16:08:47 Step 9/22 : RUN make cmd/support-logging/support-logging 16:08:48 ---> Running in 4d88168824d8 16:08:48 ---> Running in a0048852debb 16:08:48 Sending build context to Docker daemon 165.3MB 16:08:48 Step 1/7 : ARG BASE=golang:1.15-alpine 16:08:48 Step 2/7 : FROM ${BASE} 16:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:08:49 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 16:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:08:49 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 16:08:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 16:08:49 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 16:08:49 b538f80385f9: Pulling fs layer 16:08:49 74f711af9a0d: Pulling fs layer 16:08:49 99f96fe45779: Pulling fs layer 16:08:49 8529a6b9a6be: Pulling fs layer 16:08:49 45590311c82a: Pulling fs layer 16:08:49 69ca0ff8b7b3: Pulling fs layer 16:08:49 209524e5b208: Pulling fs layer 16:08:49 45590311c82a: Waiting 16:08:49 209524e5b208: Waiting 16:08:49 69ca0ff8b7b3: Waiting 16:08:49 8529a6b9a6be: Waiting 16:08:49 99f96fe45779: Verifying Checksum 16:08:49 99f96fe45779: Download complete 16:08:49 74f711af9a0d: Download complete 16:08:49 45590311c82a: Verifying Checksum 16:08:49 45590311c82a: Download complete 16:08:49 69ca0ff8b7b3: Verifying Checksum 16:08:49 69ca0ff8b7b3: Download complete 16:08:49 b538f80385f9: Verifying Checksum 16:08:49 b538f80385f9: Download complete 16:08:50 b538f80385f9: Pull complete 16:08:50 74f711af9a0d: Pull complete 16:08:50 99f96fe45779: Pull complete 16:08:51 209524e5b208: Verifying Checksum 16:08:51 209524e5b208: Download complete 16:08:53 8529a6b9a6be: Verifying Checksum 16:08:53 8529a6b9a6be: Download complete 16:09:03 8529a6b9a6be: Pull complete 16:09:03 45590311c82a: Pull complete 16:09:03 69ca0ff8b7b3: Pull complete 16:09:07 209524e5b208: Pull complete 16:09:07 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 16:09:07 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 16:09:07 ---> 5bddaf1c2fca 16:09:07 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 16:09:11 ---> Running in 2c28008ea3ad 16:09:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:09:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:09:14 (1/12) Installing libmagic (5.38-r0) 16:09:14 (2/12) Installing file (5.38-r0) 16:09:14 (3/12) Installing libc-dev (0.7.2-r3) 16:09:14 (4/12) Installing g++ (9.3.0-r2) 16:09:17 (5/12) Installing fortify-headers (1.1-r0) 16:09:17 (6/12) Installing patch (2.7.6-r6) 16:09:17 (7/12) Installing build-base (0.5-r2) 16:09:17 (8/12) Installing libsodium (1.0.18-r0) 16:09:18 (9/12) Installing pkgconf (1.7.2-r0) 16:09:18 (10/12) Installing libsodium-dev (1.0.18-r0) 16:09:18 (11/12) Installing libzmq (4.3.3-r0) 16:09:18 (12/12) Installing zeromq-dev (4.3.3-r0) 16:09:18 Executing busybox-1.31.1-r16.trigger 16:09:18 OK: 217 MiB in 51 packages 16:09:22 Removing intermediate container 2c28008ea3ad 16:09:22 ---> 52a094a3f4a3 16:09:22 Step 4/7 : WORKDIR /edgex-go 16:09:22 ---> Running in 4f657e0cac08 16:09:23 Removing intermediate container 4f657e0cac08 16:09:23 ---> bc0dfaacbab0 16:09:23 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 16:09:24 latest: Pulling from library/docker 16:09:24 5f621e34cdf4: Pulling fs layer 16:09:24 85db56a05063: Pulling fs layer 16:09:24 ccb67d6aeaaa: Pulling fs layer 16:09:24 a0b19fc83503: Pulling fs layer 16:09:24 8eb508b41278: Pulling fs layer 16:09:24 37236713561e: Pulling fs layer 16:09:24 07c93f2b1b56: Pulling fs layer 16:09:24 37236713561e: Waiting 16:09:24 07c93f2b1b56: Waiting 16:09:24 8eb508b41278: Waiting 16:09:24 a0b19fc83503: Waiting 16:09:24 ccb67d6aeaaa: Verifying Checksum 16:09:24 ccb67d6aeaaa: Download complete 16:09:24 85db56a05063: Verifying Checksum 16:09:24 85db56a05063: Download complete 16:09:24 5f621e34cdf4: Verifying Checksum 16:09:24 5f621e34cdf4: Download complete 16:09:24 8eb508b41278: Verifying Checksum 16:09:24 8eb508b41278: Download complete 16:09:24 37236713561e: Verifying Checksum 16:09:24 37236713561e: Download complete 16:09:24 07c93f2b1b56: Verifying Checksum 16:09:24 07c93f2b1b56: Download complete 16:09:25 5f621e34cdf4: Pull complete 16:09:25 85db56a05063: Pull complete 16:09:25 a0b19fc83503: Verifying Checksum 16:09:25 a0b19fc83503: Download complete 16:09:26 ccb67d6aeaaa: Pull complete 16:09:27 Removing intermediate container b8c1badfbc1d 16:09:27 ---> baaef0acef1a 16:09:27 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:09:27 Removing intermediate container a0048852debb 16:09:27 ---> 3f6b946ffb36 16:09:27 16:09:27 Step 10/22 : FROM scratch 16:09:27 ---> 16:09:27 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:09:27 ---> Running in df4c7655ba85 16:09:27 ---> Running in a7bfb7804afb 16:09:27 Removing intermediate container a7bfb7804afb 16:09:27 ---> a796bc5d827d 16:09:27 Step 12/22 : ENV APP_PORT=48061 16:09: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 16:09:28 ---> Running in 3bddf59546cd 16:09:28 Removing intermediate container b2204a2e8e38 16:09:28 ---> 0b5d674f4ee7 16:09:28 16:09:28 Step 10/21 : FROM scratch 16:09:28 ---> 16:09:28 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:09:29 a0b19fc83503: Pull complete 16:09:29 8eb508b41278: Pull complete 16:09:30 37236713561e: Pull complete 16:09:30 07c93f2b1b56: Pull complete 16:09:30 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 16:09:30 Status: Downloaded newer image for docker:latest 16:09:30 Removing intermediate container 4d88168824d8 16:09:30 ---> 1edc7df750aa 16:09:30 16:09:30 Step 10/22 : FROM scratch 16:09:30 ---> 16:09:30 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:09:30 ---> Running in 9a88c0458999 16:09:30 Removing intermediate container ee7de4a2b006 16:09:30 ---> 863abcc1da38 16:09:30 16:09:30 Step 10/24 : FROM scratch 16:09:30 ---> 16:09:30 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:09:30 ---> Using cache 16:09:30 ---> a796bc5d827d 16:09:30 Step 12/24 : ENV APP_PORT=48060 16:09:30 ---> Running in 3f4b8cf0d859 16:09:30 Removing intermediate container 3bddf59546cd 16:09:30 ---> df72d1663541 16:09:30 Step 13/22 : EXPOSE $APP_PORT 16:09:30 ---> Running in 976d392ecd16 16:09:30 ---> Running in 0755476051dd 16:09:30 Removing intermediate container 9a88c0458999 16:09:30 ---> 38bb41e2c7a6 16:09:30 Step 12/21 : ENV APP_PORT=48085 16:09:30 Removing intermediate container 3f4b8cf0d859 16:09:30 ---> 52d951b354b9 16:09:30 Step 12/22 : ENV APP_PORT=48082 16:09:30 ---> Running in 1d4015a08e85 16:09:30 ---> Running in 68a78612cd17 16:09:30 Removing intermediate container 0755476051dd 16:09:30 ---> c270528e6083 16:09:30 Step 13/24 : EXPOSE $APP_PORT 16:09:30 Removing intermediate container 976d392ecd16 16:09:30 ---> f3669ad84bf0 16:09:30 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 16:09:31 ---> Running in f25b827a09bc 16:09:31 Removing intermediate container 1d4015a08e85 16:09:31 ---> 6d7a12200d4f 16:09:31 Step 13/21 : EXPOSE $APP_PORT 16:09:31 Removing intermediate container 68a78612cd17 16:09:31 ---> fe32fb6d5b66 16:09:31 Step 13/22 : EXPOSE $APP_PORT 16:09:31 ---> Running in 9978cb00cbb5 16:09:31 ---> Running in 145ef215084f 16:09:31 ---> 51c14afe30c6 16:09:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 16:09:31 Removing intermediate container f25b827a09bc 16:09:31 ---> f7bfc88b78b4 16:09:31 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:09:31 Removing intermediate container df4c7655ba85 16:09:31 ---> 12de1823daeb 16:09:31 16:09:31 Step 11/27 : FROM docker:latest 16:09:31 ---> 6972c414f322 16:09:31 Step 12/27 : RUN apk add --no-cache bash 16:09:31 Removing intermediate container 9978cb00cbb5 16:09:31 ---> 52f854487bb0 16:09:31 Step 14/22 : WORKDIR / 16:09:32 Removing intermediate container 145ef215084f 16:09:32 ---> fa65b4afd4a6 16:09:32 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:09:32 ---> Running in e5e86bf53b6b 16:09:32 ---> Running in 6c802d6d91ab 16:09:32 ---> f0a527e86139 16:09:32 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 16:09:32 ---> af92a8a3f832 16:09:32 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:09:33 ---> 655249368489 16:09:33 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:09:33 Removing intermediate container e5e86bf53b6b 16:09:33 ---> dc58aba5a714 16:09:33 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:09:33 ---> e2e1e775eb04 16:09:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 16:09:33 ---> 070172c650bb 16:09:33 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:09:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:33 ---> a3bf6afe4534 16:09:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:09:33 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:33 ---> fde1210e42b7 16:09:33 Step 18/22 : ENTRYPOINT ["/support-logging"] 16:09:33 ---> Running in 30402f2937c2 16:09:34 ---> ad14f3b69bd1 16:09:34 Step 6/7 : COPY go.mod . 16:09:34 (1/2) Installing readline (8.0.4-r0) 16:09:34 (2/2) Installing bash (5.0.17-r0) 16:09:34 ---> 52afbfa51bce 16:09:34 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:09:34 Executing bash-5.0.17-r0.post-install 16:09:34 Executing busybox-1.31.1-r19.trigger 16:09:34 OK: 12 MiB in 22 packages 16:09:34 ---> 647ad922189e 16:09:34 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:09:34 Removing intermediate container 30402f2937c2 16:09:34 ---> 9acc8dda6320 16:09:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:09:34 ---> Running in 8c0379fde083 16:09:34 ---> aa19927aec9d 16:09:34 Step 7/7 : RUN go mod download 16:09:34 ---> Running in 1aeb9affe42b 16:09:34 ---> 5ed2b2ee5045 16:09:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:09:34 ---> e738d93f358f 16:09:34 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:09:34 ---> f9eec7728c74 16:09:34 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:09:35 ---> Running in 482839776fc4 16:09:35 Removing intermediate container 8c0379fde083 16:09:35 ---> c8a0269b1c23 16:09:35 Step 20/22 : LABEL arch=x86_64 16:09:35 ---> Running in 52b8d29a3899 16:09:35 Removing intermediate container 6c802d6d91ab 16:09:35 ---> e5d73d8c989f 16:09:35 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:09:35 ---> 99687ee7be88 16:09:35 Step 18/22 : ENTRYPOINT ["/core-command"] 16:09:35 Removing intermediate container 482839776fc4 16:09:35 ---> 24cdf6a01e7c 16:09:35 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:09:35 ---> 32a2cc1db02a 16:09:35 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:09:35 ---> Running in d879a978f7f2 16:09:35 ---> Running in da1004373bd0 16:09:35 ---> Running in e6b69d9e8bcd 16:09:35 Removing intermediate container 52b8d29a3899 16:09:35 ---> da4697ebd626 16:09:35 Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:09:36 ---> Running in 2d787e94d3f0 16:09:36 Removing intermediate container da1004373bd0 16:09:36 ---> e1d429c00fe0 16:09:36 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:09:36 ---> b33e1bb73182 16:09:36 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:09:36 Removing intermediate container e6b69d9e8bcd 16:09:36 ---> d6dfed7e436e 16:09:36 Step 19/21 : LABEL arch=x86_64 16:09:36 ---> Running in 4aa6db432dbe 16:09:36 ---> Running in a394a0447b26 16:09:36 ---> Running in 31ae4e187bc8 16:09:36 Removing intermediate container 2d787e94d3f0 16:09:36 ---> 95f62c2d5265 16:09:36 Step 22/22 : LABEL version=0.0.0 16:09:36 ---> Running in 4ad8d8831abc 16:09:37 Removing intermediate container 4aa6db432dbe 16:09:37 ---> e749e1180880 16:09:37 Step 20/22 : LABEL arch=x86_64 16:09:37 Removing intermediate container a394a0447b26 16:09:37 ---> 4029ebcb5ae5 16:09:37 Step 20/21 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:09:37 Removing intermediate container 31ae4e187bc8 16:09:37 ---> f643cb66409b 16:09:37 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:09:37 ---> Running in fa3b0243dc13 16:09:37 ---> Running in 36ebcd1c3707 16:09:37 ---> Running in da225b82fdaa 16:09:37 Removing intermediate container 4ad8d8831abc 16:09:37 ---> 2f5aa3c2f726 16:09:37 16:09:37 Removing intermediate container fa3b0243dc13 16:09:37 ---> a59d87634ea3 16:09:37 Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:09:37 Removing intermediate container d879a978f7f2 16:09:37 ---> ddf4de431010 16:09:37 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:09:37 Successfully built 2f5aa3c2f726 16:09:37 Removing intermediate container da225b82fdaa 16:09:37 ---> 246d8b4da856 16:09:37 Step 22/24 : LABEL arch=x86_64 16:09:37 Successfully tagged docker-support-logging-go:latest 16:09:37  Building docker-support-logging-go ... done Building docker-core-metadata-go 16:09:37 Removing intermediate container 36ebcd1c3707 16:09:37 ---> c25a7d59c971 16:09:37 Step 21/21 : LABEL version=0.0.0 16:09:38 ---> Running in 9fda90aa8a8a 16:09:38 ---> Running in 2e5065487a7a 16:09:38 ---> Running in 4197faa433ab 16:09:38 ---> Running in 29e0f37c9626 16:09:38 Removing intermediate container 9fda90aa8a8a 16:09:38 ---> 26051b289142 16:09:38 Step 15/27 : ENV APP_PORT=48090 16:09:38 Removing intermediate container 2e5065487a7a 16:09:38 ---> 7ffac2d2a4bd 16:09:38 Step 22/22 : LABEL version=0.0.0 16:09:38 Removing intermediate container 4197faa433ab 16:09:38 ---> 812babe06471 16:09:38 Step 23/24 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:09:38 Removing intermediate container 29e0f37c9626 16:09:38 ---> ff5bc93c8978 16:09:38 16:09:38 ---> Running in 44bc60f814e1 16:09:38 ---> Running in 772ece83b5e7 16:09:38 ---> Running in 3047dafcb10c 16:09:38 Successfully built ff5bc93c8978 16:09:38 Successfully tagged docker-support-scheduler-go:latest 16:09:38  Building docker-support-scheduler-go ... done Building docker-core-data-go 16:09:39 Removing intermediate container 44bc60f814e1 16:09:39 ---> 7c100fd4d5f6 16:09:39 Step 16/27 : EXPOSE $APP_PORT 16:09:39 Removing intermediate container 772ece83b5e7 16:09:39 ---> a9527576c4c6 16:09:39 Step 24/24 : LABEL version=0.0.0 16:09:39 Removing intermediate container 3047dafcb10c 16:09:39 ---> 45155dd08a6c 16:09:39 16:09:39 ---> Running in 38df9a762bfc 16:09:39 ---> Running in 578cffe8f7a1 16:09:39 Successfully built 45155dd08a6c 16:09:39 Successfully tagged docker-core-command-go:latest 16:09:39 Building docker-security-proxy-setup-go 16:09:39  Building docker-core-command-go ... done Removing intermediate container 38df9a762bfc 16:09:39 ---> 23a2ca057502 16:09:39 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:09:39 Removing intermediate container 578cffe8f7a1 16:09:39 ---> 19a1421c224d 16:09:39 16:09:39 Successfully built 19a1421c224d 16:09:39 Successfully tagged docker-support-notifications-go:latest 16:09:39  Building docker-support-notifications-go ... done Building docker-security-secretstore-setup-go 16:09:47 ---> b2aa1527127d 16:09:47 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:09:48 ---> 2d1ef8fcc5a4 16:09:48 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:09:48 ---> e46bf410478c 16:09:48 Step 20/27 : RUN apk --no-cache add py3-pip 16:09:48 ---> Running in c06f32fa4f49 16:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:09:49 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:09:50 (1/33) Installing libbz2 (1.0.8-r1) 16:09:50 (2/33) Installing expat (2.2.9-r1) 16:09:50 (3/33) Installing libffi (3.3-r2) 16:09:50 (4/33) Installing gdbm (1.13-r1) 16:09:50 (5/33) Installing xz-libs (5.2.5-r0) 16:09:50 (6/33) Installing sqlite-libs (3.32.1-r0) 16:09:50 (7/33) Installing python3 (3.8.5-r0) 16:10:01 Removing intermediate container 1aeb9affe42b 16:10:01 ---> f97c52a299ca 16:10:01 Successfully built f97c52a299ca 16:10:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:10:01 + docker inspect -f . ci-base-image-arm64 16:10:01 . [Pipeline] withDockerContainer 16:10:02 prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container 16:10:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 16:10:02 (8/33) Installing py3-appdirs (1.4.4-r1) 16:10:02 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:10:02 (10/33) Installing py3-parsing (2.4.7-r0) 16:10:02 (11/33) Installing py3-six (1.15.0-r0) 16:10:02 (12/33) Installing py3-packaging (20.4-r0) 16:10:02 (13/33) Installing py3-setuptools (47.0.0-r0) 16:10:02 (14/33) Installing py3-chardet (3.0.4-r4) 16:10:03 (15/33) Installing py3-idna (2.9-r0) 16:10:03 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:10:03 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:10:04 $ docker top 91ba4f5b022b3da8e20fdaad88f8eb0acb60691387c8e2c17749d464f64d36b7 -eo pid,comm [Pipeline] { 16:10:04 (18/33) Installing py3-requests (2.23.0-r0) 16:10:04 (19/33) Installing py3-msgpack (1.0.0-r0) [Pipeline] sh 16:10:04 (20/33) Installing py3-lockfile (0.12.2-r3) 16:10:04 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:10:04 (22/33) Installing py3-colorama (0.4.3-r0) 16:10:04 (23/33) Installing py3-distlib (0.3.0-r0) 16:10:04 (24/33) Installing py3-distro (1.5.0-r1) 16:10:04 (25/33) Installing py3-webencodings (0.5.1-r3) 16:10:04 (26/33) Installing py3-html5lib (1.0.1-r4) 16:10:05 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:10:05 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:10:05 ---> 5a73bca1b3cf 16:10:05 Step 3/22 : WORKDIR /edgex-go 16:10:05 ---> Using cache 16:10:05 ---> 7f15b96d3a7d 16:10:05 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:05 ---> Using cache 16:10:05 ---> 459b06f6e4f2 16:10:05 Step 5/22 : RUN apk update && apk add make git 16:10:05 ---> Using cache 16:10:05 ---> 034f5e568105 16:10:05 Step 6/22 : COPY go.mod . 16:10:05 ---> Using cache 16:10:05 ---> 6beb0b049b4d 16:10:05 Step 7/22 : RUN go mod download 16:10:05 ---> Using cache 16:10:05 ---> 309ae72221ba 16:10:05 Step 8/22 : COPY . . 16:10:05 (27/33) Installing py3-pytoml (0.1.21-r0) 16:10:05 (28/33) Installing py3-pep517 (0.8.2-r0) 16:10:05 (29/33) Installing py3-progress (1.5-r0) 16:10:05 (30/33) Installing py3-toml (0.10.1-r0) 16:10:05 + go version 16:10:05 go version go1.15.2 linux/arm64 [Pipeline] } 16:10:05 $ docker stop --time=1 91ba4f5b022b3da8e20fdaad88f8eb0acb60691387c8e2c17749d464f64d36b7 16:10:05 ---> Using cache 16:10:05 ---> 8c9c98376c2c 16:10:05 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:10:05 (31/33) Installing py3-retrying (1.3.3-r0) 16:10:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:10:05 (33/33) Installing py3-pip (20.1.1-r0) 16:10:07 $ docker rm -f 91ba4f5b022b3da8e20fdaad88f8eb0acb60691387c8e2c17749d464f64d36b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } 16:10:08 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpineStep 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:10:08 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:10:08 ---> 5a73bca1b3cf 16:10:08 Step 3/23 : WORKDIR /edgex-go 16:10:08 ---> Using cache 16:10:08 ---> 7f15b96d3a7d 16:10:08 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:08 ---> Using cache 16:10:08 ---> 459b06f6e4f2 16:10:08 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:10:08 16:10:08 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:10:08 ---> 5a73bca1b3cf 16:10:08 Step 3/20 : WORKDIR /edgex-go 16:10:08 ---> Using cache 16:10:08 ---> 7f15b96d3a7d 16:10:08 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:08 ---> Using cache 16:10:08 ---> 459b06f6e4f2 16:10:08 Step 5/20 : RUN apk update && apk add make git 16:10:08 ---> Using cache 16:10:08 ---> 034f5e568105 16:10:08 Step 6/20 : COPY go.mod . 16:10:08 ---> Using cache 16:10:08 ---> 6beb0b049b4d 16:10:08 Step 7/20 : RUN go mod download 16:10:08 ---> Using cache 16:10:08 ---> 309ae72221ba 16:10:08 Step 8/20 : COPY . . 16:10:08 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 16:10:08 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:10:08 ---> 5a73bca1b3cf 16:10:08 Step 3/26 : WORKDIR /edgex-go 16:10:08 ---> Using cache 16:10:08 ---> 7f15b96d3a7d 16:10:08 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:10:08 ---> Using cache 16:10:08 ---> 459b06f6e4f2 16:10:08 Step 5/26 : RUN apk update && apk add make git 16:10:08 ---> Using cache 16:10:08 ---> 034f5e568105 16:10:08 Step 6/26 : COPY go.mod . 16:10:08 ---> Using cache 16:10:08 ---> 6beb0b049b4d 16:10:08 Step 7/26 : RUN go mod download 16:10:08 ---> Using cache 16:10:08 ---> 309ae72221ba 16:10:08 Step 8/26 : COPY . . 16:10:08 ---> Using cache 16:10:08 ---> 8c9c98376c2c 16:10:08 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 16:10:08 ---> Using cache 16:10:08 ---> 8c9c98376c2c 16:10:08 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 16:10:09 Executing busybox-1.31.1-r19.trigger 16:10:09 ---> Running in b3ed9522c08a 16:10:09 OK: 71 MiB in 55 packages 16:10:09 ---> Running in 57080d639d6b 16:10:09 ---> Running in b02d3a99b007 16:10:09 ---> Running in e4567a7c4176 16:10:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 16:10:10 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 16:10:10 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 16:10:10 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { 16:10:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] isUnix [Pipeline] sh 16:10:11 + docker inspect -f . ci-base-image-arm64 16:10:11 . [Pipeline] withDockerContainer 16:10:11 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:10:11 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:10:11 OK: 12752 distinct packages available 16:10:11 prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container 16:10:11 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@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 ******** ci-base-image-arm64 cat 16:10:12 OK: 233 MiB in 51 packages 16:10:13 $ docker top 63205d7ee5b2ffed914050bd457a2ee0533ed930f6ac60835c95e7d3a3693733 -eo pid,comm [Pipeline] { [Pipeline] echo 16:10:13 ========================================================= 16:10:13 [edgeXBuildGoParallel] Running Tests and Build... 16:10:13 ========================================================= [Pipeline] sh 16:10:14 + make test 16:10:14 GO111MODULE=on go test -coverprofile=coverage.out ./... 16:10:15 Removing intermediate container e4567a7c4176 16:10:15 ---> 184d51cd33ee 16:10:15 Step 6/23 : COPY go.mod . 16:10:16 ---> ae0e401ae0f4 16:10:16 Step 7/23 : RUN go mod download 16:10:17 ? github.com/edgexfoundry/edgex-go [no test files] 16:10:17 ---> Running in df972133f37f 16:10:22 Removing intermediate container df972133f37f 16:10:22 ---> 41e18480133e 16:10:22 Step 8/23 : COPY . . 16:10:22 Removing intermediate container c06f32fa4f49 16:10:22 ---> ff2e1f23bb5c 16:10:22 Step 21/27 : RUN pip install docker-compose==1.23.2 16:10:23 ---> Running in 1325447db084 16:10:31 Collecting docker-compose==1.23.2 16:10:31 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:10:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:10:31 Collecting PyYAML<4,>=3.10 16:10:31 Downloading PyYAML-3.13.tar.gz (270 kB) 16:10:34 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 16:10:36 Collecting jsonschema<3,>=2.5.1 16:10:36 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:10:38 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:10:39 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:10:40 Collecting docopt<0.7,>=0.6.1 16:10:40 Downloading docopt-0.6.2.tar.gz (25 kB) 16:10:42 Collecting websocket-client<1.0,>=0.32.0 16:10:42 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:10:44 Collecting docker<4.0,>=3.6.0 16:10:44 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:10:45 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 16:10:45 Collecting texttable<0.10,>=0.9.0 16:10:45 Downloading texttable-0.9.1.tar.gz (11 kB) 16:10:45 Removing intermediate container b02d3a99b007 16:10:45 ---> 10902daeb7fb 16:10:45 16:10:45 Step 10/20 : FROM alpine 16:10:46 latest: Pulling from library/alpine 16:10:46 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:10:46 Collecting dockerpty<0.5,>=0.4.1 16:10:46 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:10:46 Status: Downloaded newer image for alpine:latest 16:10:46 ---> d6e46aa2470d 16:10:46 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:10:46 ---> 0809a5a07fa6 16:10:46 Step 9/23 : RUN make cmd/core-data/core-data 16:10:46 ---> Running in e86920783862 16:10:46 ---> Running in 4de8c96510c3 16:10:47 Collecting cached-property<2,>=1.2.0 16:10:47 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:10:47 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) 16:10:47 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 16:10:47 Collecting idna<2.8,>=2.5 16:10:47 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:10:47 Collecting urllib3<1.25,>=1.21.1 16:10:47 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:10:47 Collecting docker-pycreds>=0.4.0 16:10:47 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:10:47 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:10:47 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:10:47 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:10:47 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:10:47 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 16:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:10:47 Installing collected packages: PyYAML, jsonschema, idna, urllib3, requests, docopt, websocket-client, docker-pycreds, docker, texttable, dockerpty, cached-property, docker-compose 16:10:47 Running setup.py install for PyYAML: started 16:10:47 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:10:48 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:10:48 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:10:48 OK: 12744 distinct packages available 16:10:48 (1/4) Installing ca-certificates (20191127-r4) 16:10:48 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:10:48 (3/4) Installing libcurl (7.69.1-r1) 16:10:48 (4/4) Installing curl (7.69.1-r1) 16:10:48 Executing busybox-1.31.1-r19.trigger 16:10:48 Executing ca-certificates-20191127-r4.trigger 16:10:48 OK: 7 MiB in 18 packages 16:10:48 Running setup.py install for PyYAML: finished with status 'done' 16:10:48 Attempting uninstall: idna 16:10:48 Found existing installation: idna 2.9 16:10:48 Uninstalling idna-2.9: 16:10:48 Successfully uninstalled idna-2.9 16:10:49 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 16:10:50 Attempting uninstall: urllib3 16:10:50 Found existing installation: urllib3 1.25.9 16:10:50 Uninstalling urllib3-1.25.9: 16:10:50 Successfully uninstalled urllib3-1.25.9 16:10:51 Attempting uninstall: requests 16:10:51 Found existing installation: requests 2.23.0 16:10:51 Uninstalling requests-2.23.0: 16:10:51 Successfully uninstalled requests-2.23.0 16:10:53 Removing intermediate container 4de8c96510c3 16:10:53 ---> 97d3514c76c6 16:10:53 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:10:53 Running setup.py install for docopt: started 16:10:53 Running setup.py install for docopt: finished with status 'done' 16:10:53 ---> Running in 8f783ff70e3e 16:10:53 Removing intermediate container 57080d639d6b 16:10:53 ---> 06d2b254c7c4 16:10:53 16:10:53 Step 10/26 : FROM alpine:3.10 16:10:54 Removing intermediate container b3ed9522c08a 16:10:54 ---> 0e95b18c3e48 16:10:54 16:10:54 Step 10/22 : FROM scratch 16:10:54 ---> 16:10:54 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:10:54 Running setup.py install for texttable: started 16:10:54 3.10: Pulling from library/alpine 16:10:54 ---> Using cache 16:10:54 ---> 52d951b354b9 16:10:54 Step 12/22 : ENV APP_PORT=48081 16:10:54 Running setup.py install for texttable: finished with status 'done' 16:10:54 Running setup.py install for dockerpty: started 16:10:55 Running setup.py install for dockerpty: finished with status 'done' 16:10:56 ---> Running in a6080623d7ff 16:10:56 Removing intermediate container 8f783ff70e3e 16:10:56 ---> c46781fbabc6 16:10:56 Step 13/20 : WORKDIR /edgex 16:10:57 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:10:57 Status: Downloaded newer image for alpine:3.10 16:10:57 ---> Running in 200ee18b04da 16:10:57 ---> be4e4bea2c2e 16:10:57 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:10:58 Removing intermediate container a6080623d7ff 16:10:58 ---> a2e4de0bb3a5 16:10:58 Step 13/22 : EXPOSE $APP_PORT 16:10:58 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 16:10:58 ---> Running in 7acbc1730895 16:10:58 ---> Running in 9afcb6fde523 16:10:58 Removing intermediate container 200ee18b04da 16:10:58 ---> e91fe989b0e7 16:10:58 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:10:58 Removing intermediate container 9afcb6fde523 16:10:58 ---> 626e98e4baed 16:10:58 Step 14/22 : WORKDIR / 16:10:59 ---> Running in 1ccb4c6d0cdd 16:10:59 ---> 244619b52c8c 16:10:59 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:10:59 Removing intermediate container 1ccb4c6d0cdd 16:10:59 ---> a614753c83b8 16:10:59 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:10:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 16:10:59 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 16:10:59 ---> 66d699ea66a3 16:10:59 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:10:59 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:10:59 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:10:59 OK: 10346 distinct packages available 16:11:00 (1/5) Installing ca-certificates (20191127-r2) 16:11:00 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:11:00 (3/5) Installing libcurl (7.66.0-r1) 16:11:00 (4/5) Installing curl (7.66.0-r1) 16:11:00 (5/5) Installing dumb-init (1.2.2-r1) 16:11:00 Executing busybox-1.30.1-r3.trigger 16:11:00 Executing ca-certificates-20191127-r2.trigger 16:11:00 OK: 7 MiB in 19 packages 16:11:01 ---> 1a94663c7177 16:11:01 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:11:01 ---> Running in ee0751f45573 16:11:02 ---> 08593f84997a 16:11:02 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:11:02 Removing intermediate container 1325447db084 16:11:02 ---> 9ccdecbc7355 16:11:02 Step 22/27 : RUN apk --no-cache add curl 16:11:03 Removing intermediate container ee0751f45573 16:11:03 ---> cd0626d342d9 16:11:03 Step 17/20 : CMD ["--init=true"] 16:11:03 ---> Running in 3d57e3899174 16:11:03 ---> Running in bd95c9642a66 16:11:03 ---> 64f05d5008b1 16:11:03 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:11:03 Removing intermediate container 7acbc1730895 16:11:03 ---> 9f01e9f1463a 16:11:03 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:11:04 ---> Running in 7ddcb29bc184 16:11:04 ---> Running in 8dec91eef286 16:11:04 Removing intermediate container bd95c9642a66 16:11:04 ---> 44e40316668b 16:11:04 Step 18/20 : LABEL arch=x86_64 16:11:04 ---> Running in 1ea557166060 16:11:04 Removing intermediate container 7ddcb29bc184 16:11:04 ---> 6d910306c1fd 16:11:04 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:04 Removing intermediate container 8dec91eef286 16:11:04 ---> 015873bc8bfe 16:11:04 Step 13/26 : WORKDIR / 16:11:04 ---> Running in 247fd65de4e7 16:11:04 Removing intermediate container 1ea557166060 16:11:04 ---> ac12dd02c3d1 16:11:04 Step 19/20 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:11:04 ---> Running in 8c51870a7d66 16:11:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:04 ---> Running in 171d68203da6 16:11:04 Removing intermediate container 247fd65de4e7 16:11:04 ---> 8b712dea48cd 16:11:04 Step 20/22 : LABEL arch=x86_64 16:11:04 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:05 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:11:05 (2/3) Installing libcurl (7.69.1-r1) 16:11:05 (3/3) Installing curl (7.69.1-r1) 16:11:05 Executing busybox-1.31.1-r19.trigger 16:11:05 OK: 72 MiB in 58 packages 16:11:05 Removing intermediate container 8c51870a7d66 16:11:05 ---> fcff92f80e8c 16:11:05 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:11:05 ---> Running in d1b4d699e8f7 16:11:06 Removing intermediate container 171d68203da6 16:11:06 ---> 94a912df1d10 16:11:06 Step 20/20 : LABEL version=0.0.0 16:11:06 Removing intermediate container d1b4d699e8f7 16:11:06 ---> 399da6dc0856 16:11:06 Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:11:06 ---> Running in 413ae9286c32 16:11:06 ---> 70de1292bd30 16:11:06 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:11:06 ---> Running in ce519ec61faa 16:11:06 Removing intermediate container 3d57e3899174 16:11:06 ---> f2347cd37a9c 16:11:06 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:11:06 Removing intermediate container 413ae9286c32 16:11:06 ---> 5274e234d229 16:11:06 16:11:07 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 16:11:07 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 16:11:07 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 16:11:07 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 16:11:07 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.041s 16:11:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 16:11:07 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 16:11:07 Successfully built 5274e234d229 16:11:07 ---> Running in 722f7a5be508 16:11:07 ---> 4414868c1b27 16:11:07 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:11:07 Successfully tagged docker-security-proxy-setup-go:latest 16:11:07 Building docker-security-secrets-setup-go 16:11:07  Building docker-security-proxy-setup-go ... done Removing intermediate container ce519ec61faa 16:11:07 ---> abed9b8528f1 16:11:07 Step 22/22 : LABEL version=0.0.0 16:11:07 ---> Running in 3ed15fe32bba 16:11:08 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 16:11:08 Removing intermediate container 722f7a5be508 16:11:08 ---> 1b220b87f261 16:11:08 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:08 ---> Running in cfa77cd82ada 16:11:08 ---> 21c551ae946f 16:11:08 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 16:11:08 Removing intermediate container 3ed15fe32bba 16:11:08 ---> c2db630bb37b 16:11:08 16:11:08 Removing intermediate container cfa77cd82ada 16:11:08 ---> 4156c839555e 16:11:08 Step 25/27 : LABEL arch=x86_64 16:11:08 Successfully built c2db630bb37b 16:11:08 Successfully tagged docker-core-metadata-go:latest 16:11:08  Building docker-core-metadata-go ... done  ---> Running in ef15414cde02 16:11:08 ---> 6c8e789a96b0 16:11:08 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:11:10 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 16:11:11 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 16:11:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 16:11:11 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 16:11:11 ? github.com/edgexfoundry/edgex-go/internal [no test files] 16:11:12 Removing intermediate container ef15414cde02 16:11:12 ---> c5c1580476e3 16:11:12 Step 26/27 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:11:12 ---> 69a14e49ec3b 16:11:12 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:11:12 ---> Running in a52fe43e8dae 16:11:13 Removing intermediate container a52fe43e8dae 16:11:13 ---> ecbd7bc9319b 16:11:13 Step 27/27 : LABEL version=0.0.0 16:11:13 ---> Running in 0ba7d68f1513 16:11:13 ---> 8e1aadec726e 16:11:13 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 16:11:13 Removing intermediate container 0ba7d68f1513 16:11:13 ---> 9d181b26c1bf 16:11:13 16:11:13 Successfully built 9d181b26c1bf 16:11:13 Successfully tagged docker-sys-mgmt-agent-go:latest 16:11:17  Building docker-sys-mgmt-agent-go ... done  ---> 935c829daf66 16:11:17 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:11:20 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.101s coverage: 46.6% of statements 16:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 16:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 16:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 16:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 16:11:20 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 16:11:20 Removing intermediate container e86920783862 16:11:20 ---> fa0cc91889a1 16:11:20 16:11:20 Step 10/23 : FROM alpine 16:11:20 ---> d6e46aa2470d 16:11:20 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:11:20 ---> 1da204499993 16:11:20 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:11:21 ---> Running in 7d4a4aeff7e8 16:11:22 ---> Running in ce187ee7d792 16:11:23 Removing intermediate container 7d4a4aeff7e8 16:11:23 ---> 94e848a1f289 16:11:23 Step 12/23 : ENV APP_PORT=48080 16:11:24 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:11:24 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:11:24 ---> 5a73bca1b3cf 16:11:24 Step 3/29 : WORKDIR /edgex-go 16:11:24 ---> Using cache 16:11:24 ---> 7f15b96d3a7d 16:11:24 Step 4/29 : RUN apk update && apk add make git 16:11:25 ---> Running in 3142e0cd8cbc 16:11:25 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.222s coverage: 27.1% of statements 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 16:11:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.026s coverage: 100.0% of statements 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 16:11:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.028s coverage: 100.0% of statements 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 16:11:25 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.086s coverage: 64.9% of statements 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 16:11:25 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 16:11:25 ---> Running in c4e2b9151798 16:11:25 Removing intermediate container 3142e0cd8cbc 16:11:25 ---> 68bedb1101f1 16:11:25 Step 13/23 : EXPOSE $APP_PORT 16:11:26 ---> Running in fc4c4645c2ea 16:11:26 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.436s coverage: 84.5% of statements 16:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 16:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 16:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 16:11:26 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 16:11:26 Removing intermediate container fc4c4645c2ea 16:11:26 ---> 1e59df4498fc 16:11:26 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:11:26 Removing intermediate container ce187ee7d792 16:11:26 ---> 0deebb5201f0 16:11:26 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:11:26 ---> Running in 8ab3110ee2df 16:11:26 ---> Running in 9f6212c76d0f 16:11:26 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:27 Removing intermediate container 9f6212c76d0f 16:11:27 ---> 5e1263e7a69a 16:11:27 Step 24/26 : LABEL arch=x86_64 16:11:27 ---> Running in f27727eee5c5 16:11:27 Removing intermediate container f27727eee5c5 16:11:27 ---> db60b9b86e40 16:11:27 Step 25/26 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:11:27 ---> Running in 2fd729004fdc 16:11:27 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:27 Removing intermediate container 2fd729004fdc 16:11:27 ---> f2e10a7179e5 16:11:27 Step 26/26 : LABEL version=0.0.0 16:11:27 ---> Running in 277a6149e586 16:11:27 Removing intermediate container 277a6149e586 16:11:27 ---> 439bd5db3dfd 16:11:27 16:11:27 Removing intermediate container 8ab3110ee2df 16:11:27 ---> 43be819d7183 16:11:27 Step 15/23 : RUN apk --no-cache add zeromq 16:11:27 ---> Running in 5ff4a0d9cd17 16:11:27 Successfully built 439bd5db3dfd 16:11:27 Successfully tagged docker-security-secretstore-setup-go:latest 16:11:27  Building docker-security-secretstore-setup-go ... done v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:11:27 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:11:27 OK: 12752 distinct packages available 16:11:28 OK: 233 MiB in 51 packages 16:11:28 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:11:28 Removing intermediate container c4e2b9151798 16:11:28 ---> 8637889c9816 16:11:28 Step 5/29 : COPY go.mod . 16:11:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:11:28 ---> 58a2dbb4eee4 16:11:28 Step 6/29 : RUN go mod download 16:11:29 ---> Running in 89ccde01c36d 16:11:29 (1/5) Installing libgcc (9.3.0-r2) 16:11:29 (2/5) Installing libsodium (1.0.18-r0) 16:11:29 (3/5) Installing libstdc++ (9.3.0-r2) 16:11:29 (4/5) Installing libzmq (4.3.3-r0) 16:11:29 (5/5) Installing zeromq (4.3.3-r0) 16:11:29 Executing busybox-1.31.1-r19.trigger 16:11:29 OK: 8 MiB in 19 packages 16:11:30 Removing intermediate container 5ff4a0d9cd17 16:11:30 ---> 8f8c061ab397 16:11:30 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:11:30 Removing intermediate container 89ccde01c36d 16:11:30 ---> 7589c7054551 16:11:30 Step 7/29 : COPY . . 16:11:30 ---> def833c72303 16:11:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.440s coverage: 28.6% of statements 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 16:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.076s coverage: 100.0% of statements 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 16:11:31 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.024s coverage: 100.0% of statements 16:11:31 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 16:11:32 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.065s coverage: 86.7% of statements 16:11:32 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 16:11:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.086s coverage: 97.5% of statements 16:11:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 16:11:33 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.051s coverage: 100.0% of statements 16:11:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 16:11:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 16:11:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 16:11:33 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 16:11:37 ---> cce2a7ec58c5 16:11:37 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.282s coverage: 95.7% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.021s coverage: 58.8% of statements 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 16:11:39 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.039s coverage: 0.0% of statements [no tests to run] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 16:11:39 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 16:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.167s coverage: 63.5% of statements 16:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 16:11:40 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 16:11:40 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.031s coverage: 100.0% of statements 16:11:40 ---> e7465717e7fc 16:11:40 Step 19/23 : ENTRYPOINT ["/core-data"] 16:11:40 ---> Running in 0d681bc4cdb4 16:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.019s coverage: 91.3% of statements 16:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.012s coverage: 100.0% of statements 16:11:41 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.039s coverage: 73.7% of statements 16:11:41 Removing intermediate container 0d681bc4cdb4 16:11:41 ---> e1ce054faff6 16:11:41 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:11:42 ---> Running in 3284959ce0ee 16:11:42 Removing intermediate container 3284959ce0ee 16:11:42 ---> b6a5e7cf217d 16:11:42 Step 21/23 : LABEL arch=x86_64 16:11:42 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements 16:11:42 ---> Running in 99d6f5492912 16:11:43 Removing intermediate container 99d6f5492912 16:11:43 ---> ec7da99c48da 16:11:43 Step 22/23 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:11:44 ---> Running in 4dd3966be955 16:11:44 Removing intermediate container 4dd3966be955 16:11:44 ---> 8ceaefd1c5c8 16:11:44 Step 23/23 : LABEL version=0.0.0 16:11:45 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.265s coverage: 55.9% of statements 16:11:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 16:11:45 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 16:11:45 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 16:11:45 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 16:11:45 ---> Running in 334b0c3a55e7 16:11:45 Removing intermediate container 334b0c3a55e7 16:11:45 ---> 7b3d949e223a 16:11:45 16:11:45 Successfully built 7b3d949e223a 16:11:45 Successfully tagged docker-core-data-go:latest 16:11:47  Building docker-core-data-go ... done  ---> 5728527403bf 16:11:47 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:11:47 ---> Running in ddca4db058c5 16:11:47 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 16:12:00 Removing intermediate container ddca4db058c5 16:12:00 ---> 41a3ac197564 16:12:00 16:12:00 Step 9/29 : FROM alpine:latest 16:12:00 ---> d6e46aa2470d 16:12:00 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:12:00 ---> Running in f46c669e48ec 16:12:00 Removing intermediate container f46c669e48ec 16:12:00 ---> 56e9cba7530f 16:12:00 Step 11/29 : USER root 16:12:00 ---> Running in 6cb16df1bcc4 16:12:00 Removing intermediate container 6cb16df1bcc4 16:12:00 ---> d809ee68a4ff 16:12:00 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:12:00 ---> Running in b9acc48d2d80 16:12:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 16:12:00 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 16:12:00 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:12:00 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:12:00 OK: 12744 distinct packages available 16:12:00 (1/2) Installing ca-certificates (20191127-r4) 16:12:00 (2/2) Installing dumb-init (1.2.2-r1) 16:12:00 Executing busybox-1.31.1-r19.trigger 16:12:00 Executing ca-certificates-20191127-r4.trigger 16:12:00 OK: 6 MiB in 16 packages 16:12:01 Removing intermediate container b9acc48d2d80 16:12:01 ---> 71f4e0efde0d 16:12:01 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:12:01 ---> Running in c86207823950 16:12:01 Removing intermediate container c86207823950 16:12:01 ---> c868c3f804c7 16:12:01 Step 14/29 : WORKDIR $BASE_DIR 16:12:01 ---> Running in ffc0cfd22027 16:12:01 Removing intermediate container ffc0cfd22027 16:12:01 ---> a12d5b7d0cfd 16:12:01 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:12:01 ---> Running in b174a7b452b9 16:12:02 Removing intermediate container b174a7b452b9 16:12:02 ---> 928bcb08b5f7 16:12:02 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:12:03 ---> 6cf025b7a83f 16:12:03 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:12:03 ---> 7643548cc82e 16:12:03 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:12:03 ---> 425bb528f249 16:12:03 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:12:03 ---> 10517ca6e09d 16:12:03 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:12:04 ---> 052b406bee39 16:12:04 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:12:04 ---> Running in 9e1629e9caff 16:12:05 Removing intermediate container 9e1629e9caff 16:12:05 ---> 35e39d64939b 16:12:05 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:12:05 ---> 6fa4582758f4 16:12:05 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:12:05 ---> Running in f5e5ef11ebed 16:12:06 Removing intermediate container f5e5ef11ebed 16:12:06 ---> 8a2df9fc480a 16:12:06 Step 24/29 : RUN chmod 755 security-secrets-setup 16:12:06 ---> Running in f3c304222f67 16:12:07 Removing intermediate container f3c304222f67 16:12:07 ---> 8d42e4fc6375 16:12:07 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:12:07 ---> Running in 864fbfbb5783 16:12:07 Removing intermediate container 864fbfbb5783 16:12:07 ---> 2f6dbc540ccc 16:12:07 Step 26/29 : CMD [ "generate" ] 16:12:08 ---> Running in 1cf81d628b73 16:12:08 Removing intermediate container 1cf81d628b73 16:12:08 ---> 678dc5a6f5b2 16:12:08 Step 27/29 : LABEL arch=x86_64 16:12:08 ---> Running in f321972ec6bb 16:12:08 Removing intermediate container f321972ec6bb 16:12:08 ---> 8ec8edf0218a 16:12:08 Step 28/29 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:12:08 ---> Running in 36442e1f4b44 16:12:08 Removing intermediate container 36442e1f4b44 16:12:08 ---> 84a49e31c680 16:12:08 Step 29/29 : LABEL version=0.0.0 16:12:08 ---> Running in bddef5abd942 16:12:08 Removing intermediate container bddef5abd942 16:12:08 ---> bfe29192a509 16:12:08 16:12:08 Successfully built bfe29192a509 16:12:09 Successfully tagged docker-security-secrets-setup-go:latest 16:12:09  Building docker-security-secrets-setup-go ... done  [Pipeline] } 16:12:09 $ docker stop --time=1 9ffb8eb16a889b2ae1c6253bebca76d329674c1cf76f8e701e8bb0b77b400984 16:12:11 $ docker rm -f 9ffb8eb16a889b2ae1c6253bebca76d329674c1cf76f8e701e8bb0b77b400984 [Pipeline] // withDockerContainer [Pipeline] sh 16:12:11 + docker images 16:12:11 + grep docker 16:12:12 docker-security-secrets-setup-go latest bfe29192a509 4 seconds ago 24MB 16:12:12 docker-core-data-go latest 7b3d949e223a 27 seconds ago 23.7MB 16:12:12 docker-security-secretstore-setup-go latest 439bd5db3dfd 45 seconds ago 32.4MB 16:12:12 docker-sys-mgmt-agent-go latest 9d181b26c1bf 59 seconds ago 290MB 16:12:12 docker-core-metadata-go latest c2db630bb37b About a minute ago 14.5MB 16:12:12 docker-security-proxy-setup-go latest 5274e234d229 About a minute ago 15.8MB 16:12:12 docker-support-notifications-go latest 19a1421c224d 2 minutes ago 13.6MB 16:12:12 docker-core-command-go latest 45155dd08a6c 2 minutes ago 12.2MB 16:12:12 docker-support-scheduler-go latest ff5bc93c8978 2 minutes ago 12.3MB 16:12:12 docker-support-logging-go latest 2f5aa3c2f726 2 minutes ago 11.1MB 16:12:12 docker latest 6972c414f322 6 days ago 217MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 33.574s coverage: 86.3% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 1.022s coverage: 72.2% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.459s coverage: 72.1% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.033s coverage: 82.4% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.015s coverage: 48.4% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.024s coverage: 28.8% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.017s coverage: 96.8% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.092s coverage: 36.5% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.298s coverage: 84.1% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.017s coverage: 100.0% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.020s coverage: 42.9% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.016s coverage: 100.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.033s coverage: 83.8% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.106s coverage: 47.1% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.033s coverage: 100.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.032s coverage: 100.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.041s coverage: 100.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.239s coverage: 29.1% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.092s coverage: 99.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.026s coverage: 100.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.011s coverage: 100.0% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.017s coverage: 87.9% of statements 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 16:12:17 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.017s coverage: 100.0% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.012s coverage: 32.1% of statements 16:12:17 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.023s coverage: 100.0% of statements 16:12:18 GO111MODULE=on go vet ./... 16:12:29 Still waiting to schedule task 16:12:29 All nodes of label ‘centos7-docker-8c-8g’ are offline 16:12:40 gofmt -l . 16:12:40 [ "`gofmt -l .`" = "" ] 16:12:43 ./bin/test-go-mod-tidy.sh 16:12:43 ./bin/test-attribution-txt.sh [Pipeline] sh 16:12:48 + ls -al . 16:12:48 total 660 16:12:48 drwxrwxr-x 9 1001 1001 4096 Oct 28 16:12 . 16:12:48 drwxr-xr-x 4 root root 4096 Oct 28 16:10 .. 16:12:48 -rw-rw-r-- 1 1001 1001 11 Oct 28 16:08 .dockerignore 16:12:48 drwxrwxr-x 8 1001 1001 4096 Oct 28 16:08 .git 16:12:48 drwxrwxr-x 3 1001 1001 4096 Oct 28 16:08 .github 16:12:48 -rw-rw-r-- 1 1001 1001 932 Oct 28 16:08 .gitignore 16:12:48 -rw-rw-r-- 1 1001 1001 166 Oct 28 16:08 .sonarcloud.properties 16:12:48 -rw-rw-r-- 1 1001 1001 3804 Oct 28 16:08 CONTRIBUTING.md 16:12:48 -rw-rw-r-- 1 1001 1001 1035 Oct 28 16:08 Dockerfile.build 16:12:48 -rw-rw-r-- 1 1001 1001 863 Oct 28 16:08 Jenkinsfile 16:12:48 -rw-rw-r-- 1 1001 1001 10775 Oct 28 16:08 LICENSE 16:12:48 -rw-rw-r-- 1 1001 1001 6237 Oct 28 16:08 Makefile 16:12:48 -rw-rw-r-- 1 1001 1001 6447 Oct 28 16:08 README.md 16:12:48 -rw-rw-r-- 1 1001 1001 259 Oct 28 16:08 SECURITY.md 16:12:48 -rw-rw-r-- 1 1001 1001 5 Oct 28 16:04 VERSION 16:12:48 -rw-rw-r-- 1 1001 1001 4131 Oct 28 16:08 ZMQWindows.md 16:12:48 drwxrwxr-x 2 1001 1001 4096 Oct 28 16:08 bin 16:12:48 drwxrwxr-x 15 1001 1001 4096 Oct 28 16:08 cmd 16:12:48 -rw-r--r-- 1 root root 539324 Oct 28 16:12 coverage.out 16:12:48 -rw-r--r-- 1 root root 1041 Oct 28 16:12 go.mod 16:12:48 -rw-r--r-- 1 root root 19010 Oct 28 16:12 go.sum 16:12:48 drwxrwxr-x 8 1001 1001 4096 Oct 28 16:08 internal 16:12:48 drwxrwxr-x 4 1001 1001 4096 Oct 28 16:08 openapi 16:12:48 drwxrwxr-x 4 1001 1001 4096 Oct 28 16:08 snap 16:12:48 -rw-rw-r-- 1 1001 1001 168 Oct 28 16:08 version.go [Pipeline] sh 16:12:49 + '[' -e coverage.out ] 16:12:49 + chown 1001:1001 coverage.out [Pipeline] stash 16:12:49 Warning: overwriting stash ‘coverage-report’ 16:12:50 Stashed 1 file(s) [Pipeline] sh 16:12:51 + make build 16:12:51 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 16:13:17 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 16:13:26 Running on prd-centos7-docker-8c-8g-9512 in /w/workspace/edgexfoundry_edgex-go_PR-2858 [Pipeline] { [Pipeline] ws 16:13:26 Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout 16:13:28 using credential edgex-jenkins-ssh 16:13:28 Cloning the remote Git repository 16:13:28 Cloning repository git@github.com:edgexfoundry/edgex-go.git 16:13:28 > git init /w/workspace/edgex-go/2 # timeout=10 16:13:28 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:13:28 > git --version # timeout=10 16:13:28 > git --version # 'git version 2.16.5' 16:13:28 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:28 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:30 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 16:13:33 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 16:13:39 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 16:13:40 Merging remotes/origin/master commit 30fe914c5ad8e4d98bae6ee0071c56635472cae5 into PR head commit b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd 16:13:40 Merge succeeded, producing 87abebadf5460d9f4085f3b41151f1e54444e13d 16:13:40 Checking out Revision 87abebadf5460d9f4085f3b41151f1e54444e13d (PR-2858) 16:13:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:13:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 16:13:39 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 16:13:39 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 16:13:39 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2858/head:refs/remotes/origin/PR-2858 +refs/heads/master:refs/remotes/origin/master # timeout=10 16:13:40 > git config core.sparsecheckout # timeout=10 16:13:40 > git checkout -f b9951b0a5c2568251ea8ffcbbedffcf0ffdcfebd # timeout=10 16:13:40 > git remote # timeout=10 16:13:40 > git config --get remote.origin.url # timeout=10 16:13:40 using GIT_SSH to set credentials SSH Credentials for GitHub 16:13:40 > git merge 30fe914c5ad8e4d98bae6ee0071c56635472cae5 # timeout=10 16:13:40 > git rev-parse HEAD^{commit} # timeout=10 16:13:40 > git config core.sparsecheckout # timeout=10 16:13:40 > git checkout -f 87abebadf5460d9f4085f3b41151f1e54444e13d # timeout=10 16:13:43 Commit message: "Merge commit '30fe914c5ad8e4d98bae6ee0071c56635472cae5' into HEAD" 16:13:43 First time build. Skipping changelog. 16:13:43 > git rev-list --no-walk 4a203e56fe01cbe547969da54102dfdd78bbdb0f # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh 16:13:45 ++ find /w/workspace/edgex-go/2 16:13:45 ++ grep snapcraft.yaml 16:13:45 + grep -Po '^name: \K(.*)' /w/workspace/edgex-go/2/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:13:45 provisioning config files... 16:13:45 copy managed file [EdgeX] to file:/w/workspace/edgex-go/2@tmp/config8191766361460841937tmp [Pipeline] { [Pipeline] sh 16:13:45 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 16:13:46 + cp /w/workspace/edgex-go/2@tmp/config8191766361460841937tmp /w/workspace/edgex-go/2/edgex-snap-store-login [Pipeline] sh 16:13:46 + docker run --rm -u 0:0 --privileged -v /w/workspace/edgex-go/2:/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 16:13:46 Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally 16:13:46 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 16:13:46 latest: Pulling from edgex-devops/edgex-snap-builder 16:13:46 f08d8e2a3ba1: Pulling fs layer 16:13:46 3baa9cb2483b: Pulling fs layer 16:13:46 94e5ff4c0b15: Pulling fs layer 16:13:46 1860925334f9: Pulling fs layer 16:13:46 2daf38717194: Pulling fs layer 16:13:46 309017e8d7a4: Pulling fs layer 16:13:46 f7790dc9fd0f: Pulling fs layer 16:13:46 cac0ae9282c2: Pulling fs layer 16:13:46 1f4cadf9a1ed: Pulling fs layer 16:13:46 f7790dc9fd0f: Waiting 16:13:46 1860925334f9: Waiting 16:13:46 cac0ae9282c2: Waiting 16:13:46 309017e8d7a4: Waiting 16:13:46 1f4cadf9a1ed: Waiting 16:13:46 2daf38717194: Waiting 16:13:46 94e5ff4c0b15: Verifying Checksum 16:13:46 94e5ff4c0b15: Download complete 16:13:46 3baa9cb2483b: Download complete 16:13:46 1860925334f9: Verifying Checksum 16:13:46 1860925334f9: Download complete 16:13:46 309017e8d7a4: Download complete 16:13:46 f7790dc9fd0f: Verifying Checksum 16:13:46 f7790dc9fd0f: Download complete 16:13:49 cac0ae9282c2: Verifying Checksum 16:13:49 cac0ae9282c2: Download complete 16:13:49 1f4cadf9a1ed: Verifying Checksum 16:13:49 1f4cadf9a1ed: Download complete 16:13:49 f08d8e2a3ba1: Download complete 16:13:51 f08d8e2a3ba1: Pull complete 16:13:51 3baa9cb2483b: Pull complete 16:13:51 94e5ff4c0b15: Pull complete 16:13:51 1860925334f9: Pull complete 16:13:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:13:54 2daf38717194: Verifying Checksum 16:13:54 2daf38717194: Download complete 16:13: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 16:14:00 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 16:14:04 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 16:14:09 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 16:14:12 2daf38717194: Pull complete 16:14:12 309017e8d7a4: Pull complete 16:14:12 f7790dc9fd0f: Pull complete 16:14:12 cac0ae9282c2: Pull complete 16:14:12 1f4cadf9a1ed: Pull complete 16:14:12 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 16:14:12 Digest: sha256:e10835c8f8d0a147fd8b6785b77f29c2bed6bc82dba1e9f94678def0416e5dc2 16:14:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [Pipeline] } 16:14:15 $ docker stop --time=1 63205d7ee5b2ffed914050bd457a2ee0533ed930f6ac60835c95e7d3a3693733 16:14:17 Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] 16:14:17 Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease 16:14:17 Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] 16:14:17 Get:4 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [213 kB] 16:14:17 Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [15.4 kB] 16:14:17 Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1748 kB] 16:14:17 Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1353 kB] 16:14:17 Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] 16:14:17 $ docker rm -f 63205d7ee5b2ffed914050bd457a2ee0533ed930f6ac60835c95e7d3a3693733 16:14:17 Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [45.9 kB] 16:14:17 Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [239 kB] 16:14:17 Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [2165 kB] 16:14:18 Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [2115 kB] 16:14:18 Get:13 http://archive.ubuntu.com/ubuntu bionic-backports/universe amd64 Packages [11.4 kB] 16:14:18 Get:14 http://archive.ubuntu.com/ubuntu bionic-backports/main amd64 Packages [11.3 kB] 16:14:18 Fetched 8169 kB in 2s (5172 kB/s) [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:14:19 16:14:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh 16:14:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:14:19 latest: Pulling from edgex-devops/edgex-compose-arm64 16:14:19 29e5d40040c1: Pulling fs layer 16:14:19 1ce36da41761: Pulling fs layer 16:14:19 25b303627fd3: Pulling fs layer 16:14:19 Reading package lists... 16:14:20 29e5d40040c1: Verifying Checksum 16:14:20 29e5d40040c1: Download complete 16:14:20 1ce36da41761: Verifying Checksum 16:14:20 1ce36da41761: Download complete 16:14:20 29e5d40040c1: Pull complete 16:14:21 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: 16:14:21 - README.md 16:14:21 16:14:21 If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. 16:14:22 1ce36da41761: Pull complete 16:14:22 25b303627fd3: Verifying Checksum 16:14:22 25b303627fd3: Download complete 16:14:23 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease 16:14:23 0% [Waiting for headers] [Waiting for headers] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease 16:14:23 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease 16:14:23 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease 16:14:25 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 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 16:14:27 Installing build dependencies: binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch perl perl-base perl-modules-5.26 pkg-config unzip zip 16:14:28 Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 6% Reading package lists... 54% Reading package lists... 60% Reading package lists... 60% Reading package lists... 61% Reading package lists... 61% Reading package lists... 71% Reading package lists... 71% Reading package lists... 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 16:14:28 Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree 16:14:28 Reading state information... 0% Reading state information... 0% Reading state information... Done 16:14:28 The following packages were automatically installed and are no longer required: 16:14:28 libjq1 libonig4 16:14:28 Use 'sudo apt autoremove' to remove them. 16:14:28 Suggested packages: 16:14:28 binutils-doc cmake-doc ninja-build cpp-doc gcc-7-locales debian-keyring 16:14:28 gcc-7-doc libstdc++6-7-dbg lib32stdc++6-7-dbg libx32stdc++6-7-dbg autoconf 16:14:28 automake libtool flex bison gdb gcc-doc libgcc1-dbg libgomp1-dbg libitm1-dbg 16:14:28 libatomic1-dbg libasan4-dbg liblsan0-dbg libtsan0-dbg libubsan0-dbg 16:14:28 libcilkrts5-dbg libmpx2-dbg libquadmath0-dbg gettext-base git-daemon-run 16:14:28 | git-daemon-sysvinit git-doc git-el git-email git-gui gitk gitweb git-cvs 16:14:28 git-mediawiki git-svn lrzip glibc-doc bzr gdbm-l10n libstdc++-7-doc make-doc 16:14:28 man-browser ed diffutils-doc perl-doc libterm-readline-gnu-perl 16:14:28 | libterm-readline-perl-perl 16:14:29 The following NEW packages will be installed: 16:14:29 binutils binutils-common binutils-x86-64-linux-gnu build-essential cmake 16:14:29 cmake-data cpp cpp-7 curl dpkg-dev fakeroot g++ g++-7 g++-7-multilib 16:14:29 g++-multilib gcc gcc-7 gcc-7-base gcc-7-multilib gcc-multilib git git-man 16:14:29 less lib32asan4 lib32atomic1 lib32cilkrts5 lib32gcc-7-dev lib32gcc1 16:14:29 lib32gomp1 lib32itm1 lib32mpx2 lib32quadmath0 lib32stdc++-7-dev lib32stdc++6 16:14:29 lib32ubsan0 libalgorithm-diff-perl libalgorithm-diff-xs-perl 16:14:29 libalgorithm-merge-perl libarchive13 libasan4 libatomic1 libbinutils 16:14:29 libc-dev-bin libc6-dev libc6-dev-i386 libc6-dev-x32 libc6-i386 libc6-x32 16:14:29 libcc1-0 libcilkrts5 libcurl3-gnutls libdpkg-perl liberror-perl libfakeroot 16:14:29 libfile-fcntllock-perl libgcc-7-dev libgdbm-compat4 libgdbm5 libgomp1 16:14:29 libisl19 libitm1 libjsoncpp1 liblocale-gettext-perl liblsan0 libmpc3 16:14:29 libmpfr6 libmpx2 libnorm1 libperl5.26 libpgm-5.2-0 libquadmath0 librhash0 16:14:29 libsodium23 libstdc++-7-dev libtsan0 libubsan0 libuv1 libx32asan4 16:14:29 libx32atomic1 libx32cilkrts5 libx32gcc-7-dev libx32gcc1 libx32gomp1 16:14:29 libx32itm1 libx32quadmath0 libx32stdc++-7-dev libx32stdc++6 libx32ubsan0 16:14:29 libzmq3-dev libzmq5 linux-libc-dev make manpages manpages-dev netbase patch 16:14:29 perl perl-modules-5.26 pkg-config unzip zip 16:14:29 The following packages will be upgraded: 16:14:29 perl-base 16:14:29 1 upgraded, 101 newly installed, 0 to remove and 32 not upgraded. 16:14:29 Need to get 81.6 MB of archives. 16:14:29 After this operation, 369 MB of additional disk space will be used. 16:14:29 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] 16:14:30 0% [1 perl-base 12.6 kB/1391 kB 1%] 1% [1 perl-base 699 kB/1391 kB 50%] 2% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblocale-gettext-perl amd64 1.07-3build2 [16.6 kB] 16:14:30 2% [2 liblocale-gettext-perl 16.6 kB/16.6 kB 100%] 2% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] 16:14:30 2% [3 perl-modules-5.26 22.9 kB/2762 kB 1%] 5% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] 16:14:30 5% [4 libgdbm5 23.0 kB/26.0 kB 88%] 5% [Working] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] 16:14:30 5% [5 libgdbm-compat4 6084 B/6084 B 100%] 5% [Working] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] 16:14:30 5% [6 libperl5.26 32.8 kB/3534 kB 1%] 9% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] 16:14:30 9% [7 perl 60.8 kB/201 kB 30%] 9% [Waiting for headers] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] 16:14:30 9% [8 less 55.6 kB/112 kB 50%] 9% [Working] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] 16:14:30 9% [9 netbase 9390 B/12.7 kB 74%] 10% [Waiting for headers] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages all 4.15-1 [1234 kB] 16:14:30 10% [10 manpages 61.9 kB/1234 kB 5%] 11% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] 16:14:30 11% [11 binutils-common 65.5 kB/196 kB 33%] 11% [Waiting for headers] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] 16:14:30 11% [12 libbinutils 7549 B/488 kB 2%] 12% [Waiting for headers] Get:13 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] 16:14:30 12% [13 binutils-x86-64-linux-gnu 43.9 kB/1839 kB 2%] 14% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] 16:14:30 14% [Waiting for headers] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.2 [71.8 kB] 16:14:30 14% [15 libc-dev-bin 35.7 kB/71.8 kB 50%] 15% [Waiting for headers] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-122.124 [998 kB] 16:14:30 15% [16 linux-libc-dev 29.2 kB/998 kB 3%] 16% [Waiting for headers] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.2 [2585 kB] 16:14:30 16% [17 libc6-dev 14.3 kB/2585 kB 1%] 19% [Waiting for headers] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] 16:14:30 19% [18 gcc-7-base 18.3 kB/18.3 kB 100%] 19% [Waiting for headers] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libisl19 amd64 0.19-1 [551 kB] 16:14:30 19% [19 libisl19 32.1 kB/551 kB 6%] 19% [Waiting for headers] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpfr6 amd64 4.0.1-1 [243 kB] 16:14:30 20% [20 libmpfr6 65.5 kB/243 kB 27%] 20% [Waiting for headers] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpc3 amd64 1.1.0-1 [40.8 kB] 16:14:30 20% [21 libmpc3 23.9 kB/40.8 kB 59%] 20% [Working] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] 16:14:31 20% [22 cpp-7 48.4 kB/8591 kB 1%] 29% [Working] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] 16:14:31 29% [23 cpp 22.1 kB/27.7 kB 80%] 29% [Working] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] 16:14:31 29% [24 libcc1-0 14.3 kB/39.4 kB 36%] 29% [Waiting for headers] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] 16:14:31 29% [25 libgomp1 40.2 kB/76.5 kB 53%] 29% [Waiting for headers] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] 16:14:31 30% [26 libitm1 27.9 kB/27.9 kB 100%] 30% [Working] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] 16:14:31 30% [27 libatomic1 9192 B/9192 B 100%] 30% [Working] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] 16:14:31 30% [28 libasan4 41.0 kB/358 kB 11%] 30% [Waiting for headers] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] 16:14:31 30% [29 liblsan0 20.5 kB/133 kB 15%] 31% [Working] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] 16:14:31 31% [30 libtsan0 0 B/288 kB 0%] 31% [Waiting for headers] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] 16:14:31 31% [31 libubsan0 0 B/126 kB 0%] 32% [Waiting for headers] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] 16:14:31 32% [32 libcilkrts5 0 B/42.5 kB 0%] 32% [Waiting for headers] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] 16:14:31 32% [33 libmpx2 11.6 kB/11.6 kB 100%] 32% [Waiting for headers] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] 16:14:31 32% [34 libquadmath0 13.2 kB/134 kB 10%] 32% [Waiting for headers] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] 16:14:31 32% [35 libgcc-7-dev 10.1 kB/2378 kB 0%] 35% [Waiting for headers] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] 16:14:32 35% [36 gcc-7 22.0 kB/9381 kB 0%] 44% [Waiting for headers] Get:37 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] 16:14:32 44% [37 gcc 5184 B/5184 B 100%] 44% [Working] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] 16:14:32 44% [38 libstdc++-7-dev 0 B/1471 kB 0%] 46% [Waiting for headers] Get:39 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] 16:14:32 46% [39 g++-7 0 B/9697 kB 0%] 56% [Waiting for headers] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] 16:14:32 56% [Waiting for headers] Get:41 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] 16:14:32 56% [41 make 11.4 kB/154 kB 7%] 56% [Waiting for headers] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] 16:14:32 56% [42 libdpkg-perl 45.1 kB/211 kB 21%] 57% [Waiting for headers] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] 16:14:32 57% [43 patch 0 B/102 kB 0%] 57% [Waiting for headers] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] 16:14:32 57% [44 dpkg-dev 2369 B/607 kB 0%] 58% [Waiting for headers] Get:45 http://archive.ubuntu.com/ubuntu bionic/main amd64 build-essential amd64 12.4ubuntu1 [4758 B] 16:14:32 58% [45 build-essential 4758 B/4758 B 100%] 58% [Waiting for headers] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake-data all 3.10.2-1ubuntu2.18.04.1 [1332 kB] 16:14:32 58% [46 cmake-data 45.5 kB/1332 kB 3%] 60% [Waiting for headers] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libarchive13 amd64 3.2.2-3.1ubuntu0.6 [288 kB] 16:14:32 60% [47 libarchive13 24.4 kB/288 kB 8%] 60% [Waiting for headers] Get:48 http://archive.ubuntu.com/ubuntu bionic/main amd64 libjsoncpp1 amd64 1.7.4-3 [73.6 kB] 16:14:32 60% [48 libjsoncpp1 64.2 kB/73.6 kB 87%] 60% [Waiting for headers] Get:49 http://archive.ubuntu.com/ubuntu bionic/main amd64 librhash0 amd64 1.3.6-2 [78.1 kB] 16:14:32 60% [49 librhash0 55.9 kB/78.1 kB 72%] 61% [Waiting for headers] Get:50 http://archive.ubuntu.com/ubuntu bionic/main amd64 libuv1 amd64 1.18.0-3 [64.4 kB] 16:14:32 61% [50 libuv1 43.1 kB/64.4 kB 67%] 61% [Working] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 cmake amd64 3.10.2-1ubuntu2.18.04.1 [3152 kB] 16:14:32 25b303627fd3: Pull complete 16:14:32 Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 16:14:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:14:32 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer 16:14:32 61% [51 cmake 16.5 kB/3152 kB 1%] 64% [Waiting for headers] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.10 [159 kB] 16:14:32 64% [52 curl 18.4 kB/159 kB 12%] 64% [Working] Get:53 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfakeroot amd64 1.22-2ubuntu1 [25.9 kB] 16:14:32 65% [53 libfakeroot 9517 B/25.9 kB 37%] 65% [Waiting for headers] Get:54 http://archive.ubuntu.com/ubuntu bionic/main amd64 fakeroot amd64 1.22-2ubuntu1 [62.3 kB] 16:14:32 65% [54 fakeroot 26.4 kB/62.3 kB 42%] 65% [Working] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-i386 amd64 2.27-3ubuntu1.2 [2650 kB] 16:14:32 65% [55 libc6-i386 19.2 kB/2650 kB 1%] 68% [Waiting for headers] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-i386 amd64 2.27-3ubuntu1.2 [1817 kB] 16:14:32 68% [56 libc6-dev-i386 22.7 kB/1817 kB 1%] 70% [Waiting for headers] Get:57 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-x32 amd64 2.27-3ubuntu1.2 [2847 kB] 16:14:32 prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container 16:14:32 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:14:32 70% [57 libc6-x32 40.1 kB/2847 kB 1%] 73% [Waiting for headers] Get:58 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev-x32 amd64 2.27-3ubuntu1.2 [2018 kB] 16:14:32 73% [58 libc6-dev-x32 10.9 kB/2018 kB 1%] 75% [Waiting for headers] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [48.1 kB] 16:14:32 75% [59 lib32gcc1 24.0 kB/48.1 kB 50%] 75% [Working] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.5 kB] 16:14:32 75% [60 libx32gcc1 20.5 kB/40.5 kB 51%] 75% [Waiting for headers] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gomp1 amd64 8.4.0-1ubuntu1~18.04 [83.7 kB] 16:14:32 75% [61 lib32gomp1 12.3 kB/83.7 kB 15%] 76% [Waiting for headers] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gomp1 amd64 8.4.0-1ubuntu1~18.04 [77.8 kB] 16:14:32 76% [62 libx32gomp1 16.4 kB/77.8 kB 21%] 76% [Waiting for headers] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32itm1 amd64 8.4.0-1ubuntu1~18.04 [30.0 kB] 16:14:32 76% [63 lib32itm1 16.4 kB/30.0 kB 55%] 76% [Waiting for headers] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32itm1 amd64 8.4.0-1ubuntu1~18.04 [28.1 kB] 16:14:32 76% [64 libx32itm1 4608 B/28.1 kB 16%] 76% [Working] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32atomic1 amd64 8.4.0-1ubuntu1~18.04 [8664 B] 16:14:32 76% [65 lib32atomic1 4096 B/8664 B 47%] 77% [Working] Get:66 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32atomic1 amd64 8.4.0-1ubuntu1~18.04 [9188 B] 16:14:32 77% [66 libx32atomic1 4096 B/9188 B 45%] 77% [Waiting for headers] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32asan4 amd64 7.5.0-3ubuntu1~18.04 [362 kB] 16:14:33 77% [67 lib32asan4 4096 B/362 kB 1%] 77% [Waiting for headers] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32asan4 amd64 7.5.0-3ubuntu1~18.04 [351 kB] 16:14:33 77% [68 libx32asan4 54.8 kB/351 kB 16%] 78% [Waiting for headers] Get:69 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [415 kB] 16:14:33 78% [69 lib32stdc++6 30.8 kB/415 kB 7%] 78% [Waiting for headers] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [140 kB] 16:14:33 79% [70 lib32ubsan0 8688 B/140 kB 6%] 79% [Waiting for headers] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++6 amd64 8.4.0-1ubuntu1~18.04 [387 kB] 16:14:33 79% [71 libx32stdc++6 62.7 kB/387 kB 16%] 79% [Waiting for headers] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32ubsan0 amd64 7.5.0-3ubuntu1~18.04 [127 kB] 16:14:33 79% [72 libx32ubsan0 12.3 kB/127 kB 10%] 80% [Waiting for headers] Get:73 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [47.2 kB] 16:14:33 80% [73 lib32cilkrts5 8953 B/47.2 kB 19%] 80% [Waiting for headers] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32cilkrts5 amd64 7.5.0-3ubuntu1~18.04 [43.0 kB] 16:14:33 80% [74 libx32cilkrts5 24.6 kB/43.0 kB 57%] 80% [Waiting for headers] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32mpx2 amd64 8.4.0-1ubuntu1~18.04 [12.9 kB] 16:14:33 80% [75 lib32mpx2 12.9 kB/12.9 kB 100%] 80% [Working] Get:76 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [208 kB] 16:14:33 80% [76 lib32quadmath0 24.6 kB/208 kB 12%] 81% [Waiting for headers] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32quadmath0 amd64 8.4.0-1ubuntu1~18.04 [135 kB] 16:14:33 81% [77 libx32quadmath0 108 kB/135 kB 80%] Get:78 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2211 kB] 16:14:33 81% [78 lib32gcc-7-dev 28.9 kB/2211 kB 1%] 84% [Working] Get:79 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32gcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [1999 kB] 16:14:33 84% [79 libx32gcc-7-dev 23.0 kB/1999 kB 1%] 86% [Waiting for headers] Get:80 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1048 B] 16:14:33 86% [Waiting for headers] Get:81 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 lib32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [626 kB] 16:14:33 86% [81 lib32stdc++-7-dev 28.7 kB/626 kB 5%] 87% [Waiting for headers] Get:82 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libx32stdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [582 kB] 16:14:33 87% [82 libx32stdc++-7-dev 15.7 kB/582 kB 3%] 87% [Working] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-7-multilib amd64 7.5.0-3ubuntu1~18.04 [1064 B] 16:14:33 88% [Working] Get:84 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gcc-multilib amd64 4:7.4.0-1ubuntu2.3 [1428 B] 16:14:33 88% [84 gcc-multilib 1428 B/1428 B 100%] 88% [Working] Get:85 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 g++-multilib amd64 4:7.4.0-1ubuntu2.3 [1020 B] 16:14:33 88% [85 g++-multilib 0 B/1020 B 0%] 88% [Working] Get:86 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.10 [213 kB] 16:14:33 88% [86 libcurl3-gnutls 0 B/213 kB 0%] 88% [Waiting for headers] Get:87 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] 16:14:33 88% [87 liberror-perl 18.7 kB/22.8 kB 82%] 89% [Working] Get:88 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] 16:14:33 89% [88 git-man 3581 B/804 kB 0%] 90% [Waiting for headers] Get:89 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] 16:14:33 90% [89 git 20.2 kB/3915 kB 1%] 94% [Working] Get:90 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-perl all 1.19.03-1 [47.6 kB] 16:14:33 94% [90 libalgorithm-diff-perl 23.2 kB/47.6 kB 49%] 94% [Waiting for headers] Get:91 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-diff-xs-perl amd64 0.04-5 [11.1 kB] 16:14:33 94% [91 libalgorithm-diff-xs-perl 11.1 kB/11.1 kB 100%] 94% [Working] Get:92 http://archive.ubuntu.com/ubuntu bionic/main amd64 libalgorithm-merge-perl all 0.08-3 [12.0 kB] 16:14:33 94% [92 libalgorithm-merge-perl 8911 B/12.0 kB 74%] 94% [Waiting for headers] Get:93 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfile-fcntllock-perl amd64 0.22-3build2 [33.2 kB] 16:14:33 94% [93 libfile-fcntllock-perl 21.1 kB/33.2 kB 64%] 95% [Working] Get:94 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] 16:14:33 95% [94 libnorm1 12.3 kB/224 kB 5%] 95% [Working] Get:95 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] 16:14:33 95% [95 libpgm-5.2-0 4096 B/157 kB 3%] 95% [Waiting for headers] Get:96 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] 16:14:33 95% [96 libsodium23 12.3 kB/143 kB 9%] 96% [Waiting for headers] Get:97 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] 16:14:33 96% [97 libzmq5 20.3 kB/221 kB 9%] 96% [Working] Get:98 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] 16:14:33 96% [98 libzmq3-dev 24.6 kB/400 kB 6%] 97% [Waiting for headers] Get:99 http://archive.ubuntu.com/ubuntu bionic/main amd64 manpages-dev all 4.15-1 [2217 kB] 16:14:33 97% [99 manpages-dev 54.1 kB/2217 kB 2%] 99% [Waiting for headers] Get:100 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] 16:14:33 99% [100 pkg-config 45.0 kB/45.0 kB 100%] 99% [Waiting for headers] Get:101 http://archive.ubuntu.com/ubuntu bionic/main amd64 unzip amd64 6.0-21ubuntu1 [167 kB] 16:14:34 99% [101 unzip 20.0 kB/167 kB 12%] 100% [Working] Get:102 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] 16:14:34 100% [102 zip 12.6 kB/167 kB 8%] 100% [Working] Fetched 81.6 MB in 5s (15.8 MB/s) 16:14:34 debconf: delaying package configuration, since apt-utils is not installed 16:14:34 (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.) 16:14:34 Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... 16:14:34 Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6ubuntu0.3) ... 16:14:36 $ docker top c3271ea0987d538c98e4e87df9cbaec42deb980d159566d7e51e62f8ba61d5e2 -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:37 + docker-compose build --help 16:14:37 + grep parallel 16:14:40 --parallel Build images in parallel. [Pipeline] } 16:14:41 $ docker stop --time=1 c3271ea0987d538c98e4e87df9cbaec42deb980d159566d7e51e62f8ba61d5e2 16:14:43 $ docker rm -f c3271ea0987d538c98e4e87df9cbaec42deb980d159566d7e51e62f8ba61d5e2 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 16:14:44 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest 16:14:44 . [Pipeline] withDockerContainer 16:14:44 prd-ubuntu18.04-docker-arm64-4c-16g-9509 does not seem to be running inside a container 16:14:44 $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat 16:14:45 $ docker top d0e2b6f3ce0c6e49db0905166cf77ec97f2b05ca39c33dc284f6f7c85a94f03f -eo pid,comm [Pipeline] { [Pipeline] sh 16:14:46 + docker-compose -f ./docker-compose-build.yml build --parallel 16:14:49 Setting up perl-base (5.26.1-6ubuntu0.5) ... 16:14:49 Selecting previously unselected package liblocale-gettext-perl. 16:14:49 (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.) 16:14:49 Preparing to unpack .../000-liblocale-gettext-perl_1.07-3build2_amd64.deb ... 16:14:49 Unpacking liblocale-gettext-perl (1.07-3build2) ... 16:14:49 Selecting previously unselected package perl-modules-5.26. 16:14:49 Preparing to unpack .../001-perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... 16:14:49 Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:14:50 Selecting previously unselected package libgdbm5:amd64. 16:14:50 Preparing to unpack .../002-libgdbm5_1.14.1-6_amd64.deb ... 16:14:50 Unpacking libgdbm5:amd64 (1.14.1-6) ... 16:14:50 Selecting previously unselected package libgdbm-compat4:amd64. 16:14:50 Preparing to unpack .../003-libgdbm-compat4_1.14.1-6_amd64.deb ... 16:14:50 Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... 16:14:50 Selecting previously unselected package libperl5.26:amd64. 16:14:50 Preparing to unpack .../004-libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... 16:14:50 Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:14:50 Selecting previously unselected package perl. 16:14:50 Preparing to unpack .../005-perl_5.26.1-6ubuntu0.5_amd64.deb ... 16:14:50 Unpacking perl (5.26.1-6ubuntu0.5) ... 16:14:50 Selecting previously unselected package less. 16:14:50 Preparing to unpack .../006-less_487-0.1_amd64.deb ... 16:14:50 Unpacking less (487-0.1) ... 16:14:50 Selecting previously unselected package netbase. 16:14:50 Preparing to unpack .../007-netbase_5.4_all.deb ... 16:14:50 Unpacking netbase (5.4) ... 16:14:51 Selecting previously unselected package manpages. 16:14:51 Preparing to unpack .../008-manpages_4.15-1_all.deb ... 16:14:51 Unpacking manpages (4.15-1) ... 16:14:51 Selecting previously unselected package binutils-common:amd64. 16:14:51 Preparing to unpack .../009-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:14:51 Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:14:51 Building docker-core-command-go ... 16:14:51 Building docker-core-data-go ... 16:14:51 Building docker-core-metadata-go ... 16:14:51 Building docker-security-proxy-setup-go ... 16:14:51 Building docker-security-secrets-setup-go ... 16:14:51 Building docker-security-secretstore-setup-go ... 16:14:51 Building docker-support-logging-go ... 16:14:51 Building docker-support-notifications-go ... 16:14:51 Building docker-support-scheduler-go ... 16:14:51 Building docker-sys-mgmt-agent-go ... 16:14:51 Building docker-sys-mgmt-agent-go 16:14:51 Building docker-support-logging-go 16:14:51 Building docker-security-secrets-setup-go 16:14:51 Building docker-core-command-go 16:14:51 Building docker-core-data-go 16:14:51 Selecting previously unselected package libbinutils:amd64. 16:14:51 Preparing to unpack .../010-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:14:51 Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:14:51 Selecting previously unselected package binutils-x86-64-linux-gnu. 16:14:51 Preparing to unpack .../011-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:14:51 Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:14:51 Selecting previously unselected package binutils. 16:14:51 Preparing to unpack .../012-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... 16:14:51 Unpacking binutils (2.30-21ubuntu1~18.04.4) ... 16:14:51 Selecting previously unselected package libc-dev-bin. 16:14:51 Preparing to unpack .../013-libc-dev-bin_2.27-3ubuntu1.2_amd64.deb ... 16:14:51 Unpacking libc-dev-bin (2.27-3ubuntu1.2) ... 16:14:51 Selecting previously unselected package linux-libc-dev:amd64. 16:14:51 Preparing to unpack .../014-linux-libc-dev_4.15.0-122.124_amd64.deb ... 16:14:51 Unpacking linux-libc-dev:amd64 (4.15.0-122.124) ... 16:14:52 Selecting previously unselected package libc6-dev:amd64. 16:14:52 Preparing to unpack .../015-libc6-dev_2.27-3ubuntu1.2_amd64.deb ... 16:14:52 Unpacking libc6-dev:amd64 (2.27-3ubuntu1.2) ... 16:14:52 Selecting previously unselected package gcc-7-base:amd64. 16:14:52 Preparing to unpack .../016-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:52 Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:14:52 Selecting previously unselected package libisl19:amd64. 16:14:52 Preparing to unpack .../017-libisl19_0.19-1_amd64.deb ... 16:14:52 Unpacking libisl19:amd64 (0.19-1) ... 16:14:53 Selecting previously unselected package libmpfr6:amd64. 16:14:53 Preparing to unpack .../018-libmpfr6_4.0.1-1_amd64.deb ... 16:14:53 Unpacking libmpfr6:amd64 (4.0.1-1) ... 16:14:53 Selecting previously unselected package libmpc3:amd64. 16:14:53 Preparing to unpack .../019-libmpc3_1.1.0-1_amd64.deb ... 16:14:53 Unpacking libmpc3:amd64 (1.1.0-1) ... 16:14:53 Selecting previously unselected package cpp-7. 16:14:53 Preparing to unpack .../020-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:53 Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:14:54 Selecting previously unselected package cpp. 16:14:54 Preparing to unpack .../021-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:14:54 Unpacking cpp (4:7.4.0-1ubuntu2.3) ... 16:14:54 Selecting previously unselected package libcc1-0:amd64. 16:14:54 Preparing to unpack .../022-libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:54 Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:54 Selecting previously unselected package libgomp1:amd64. 16:14:54 Preparing to unpack .../023-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:54 Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:55 Selecting previously unselected package libitm1:amd64. 16:14:55 Preparing to unpack .../024-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:55 Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:55 Selecting previously unselected package libatomic1:amd64. 16:14:55 Preparing to unpack .../025-libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:55 Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:55 Selecting previously unselected package libasan4:amd64. 16:14:55 Preparing to unpack .../026-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:55 Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:14:56 Selecting previously unselected package liblsan0:amd64. 16:14:56 Preparing to unpack .../027-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:56 Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:56 Selecting previously unselected package libtsan0:amd64. 16:14:56 Preparing to unpack .../028-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:56 Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:57 Selecting previously unselected package libubsan0:amd64. 16:14:57 Preparing to unpack .../029-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:57 Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:14:57 Selecting previously unselected package libcilkrts5:amd64. 16:14:57 Preparing to unpack .../030-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:57 Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:14:57 Selecting previously unselected package libmpx2:amd64. 16:14:57 Preparing to unpack .../031-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:57 Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:57 Selecting previously unselected package libquadmath0:amd64. 16:14:57 Preparing to unpack .../032-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:14:57 Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:14:57 Selecting previously unselected package libgcc-7-dev:amd64. 16:14:57 Preparing to unpack .../033-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:57 Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:14:58 Selecting previously unselected package gcc-7. 16:14:58 Preparing to unpack .../034-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:58 Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:14:59 Selecting previously unselected package gcc. 16:14:59 Preparing to unpack .../035-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:14:59 Unpacking gcc (4:7.4.0-1ubuntu2.3) ... 16:14:59 Selecting previously unselected package libstdc++-7-dev:amd64. 16:14:59 Preparing to unpack .../036-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:14:59 Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:00 Selecting previously unselected package g++-7. 16:15:00 Preparing to unpack .../037-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:00 Unpacking g++-7 (7.5.0-3ubuntu1~18.04) ... 16:15:02 Selecting previously unselected package g++. 16:15:02 Preparing to unpack .../038-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:15:02 Unpacking g++ (4:7.4.0-1ubuntu2.3) ... 16:15:02 Selecting previously unselected package make. 16:15:02 Preparing to unpack .../039-make_4.1-9.1ubuntu1_amd64.deb ... 16:15:02 Unpacking make (4.1-9.1ubuntu1) ... 16:15:02 Selecting previously unselected package libdpkg-perl. 16:15:02 Preparing to unpack .../040-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... 16:15:02 Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:15:02 Selecting previously unselected package patch. 16:15:02 Preparing to unpack .../041-patch_2.7.6-2ubuntu1.1_amd64.deb ... 16:15:02 Unpacking patch (2.7.6-2ubuntu1.1) ... 16:15:02 Selecting previously unselected package dpkg-dev. 16:15:02 Preparing to unpack .../042-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... 16:15:02 Unpacking dpkg-dev (1.19.0.5ubuntu2.3) ... 16:15:02 Selecting previously unselected package build-essential. 16:15:02 Preparing to unpack .../043-build-essential_12.4ubuntu1_amd64.deb ... 16:15:03 Unpacking build-essential (12.4ubuntu1) ... 16:15:03 Selecting previously unselected package cmake-data. 16:15:03 Preparing to unpack .../044-cmake-data_3.10.2-1ubuntu2.18.04.1_all.deb ... 16:15:03 Unpacking cmake-data (3.10.2-1ubuntu2.18.04.1) ... 16:15:04 Selecting previously unselected package libarchive13:amd64. 16:15:04 Preparing to unpack .../045-libarchive13_3.2.2-3.1ubuntu0.6_amd64.deb ... 16:15:04 Unpacking libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 16:15:04 Selecting previously unselected package libjsoncpp1:amd64. 16:15:04 Preparing to unpack .../046-libjsoncpp1_1.7.4-3_amd64.deb ... 16:15:04 Unpacking libjsoncpp1:amd64 (1.7.4-3) ... 16:15:04 Selecting previously unselected package librhash0:amd64. 16:15:04 Preparing to unpack .../047-librhash0_1.3.6-2_amd64.deb ... 16:15:04 Unpacking librhash0:amd64 (1.3.6-2) ... 16:15:04 Selecting previously unselected package libuv1:amd64. 16:15:04 Preparing to unpack .../048-libuv1_1.18.0-3_amd64.deb ... 16:15:04 Unpacking libuv1:amd64 (1.18.0-3) ... 16:15:04 Selecting previously unselected package cmake. 16:15:04 Preparing to unpack .../049-cmake_3.10.2-1ubuntu2.18.04.1_amd64.deb ... 16:15:04 Unpacking cmake (3.10.2-1ubuntu2.18.04.1) ... 16:15:04 Selecting previously unselected package curl. 16:15:04 Preparing to unpack .../050-curl_7.58.0-2ubuntu3.10_amd64.deb ... 16:15:04 Unpacking curl (7.58.0-2ubuntu3.10) ... 16:15:04 Selecting previously unselected package libfakeroot:amd64. 16:15:04 Preparing to unpack .../051-libfakeroot_1.22-2ubuntu1_amd64.deb ... 16:15:04 Unpacking libfakeroot:amd64 (1.22-2ubuntu1) ... 16:15:04 Selecting previously unselected package fakeroot. 16:15:04 Preparing to unpack .../052-fakeroot_1.22-2ubuntu1_amd64.deb ... 16:15:04 Unpacking fakeroot (1.22-2ubuntu1) ... 16:15:05 Selecting previously unselected package libc6-i386. 16:15:05 Preparing to unpack .../053-libc6-i386_2.27-3ubuntu1.2_amd64.deb ... 16:15:05 Unpacking libc6-i386 (2.27-3ubuntu1.2) ... 16:15:05 Selecting previously unselected package libc6-dev-i386. 16:15:05 Preparing to unpack .../054-libc6-dev-i386_2.27-3ubuntu1.2_amd64.deb ... 16:15:05 Unpacking libc6-dev-i386 (2.27-3ubuntu1.2) ... 16:15:05 Selecting previously unselected package libc6-x32. 16:15:05 Preparing to unpack .../055-libc6-x32_2.27-3ubuntu1.2_amd64.deb ... 16:15:05 Unpacking libc6-x32 (2.27-3ubuntu1.2) ... 16:15:06 Selecting previously unselected package libc6-dev-x32. 16:15:06 Preparing to unpack .../056-libc6-dev-x32_2.27-3ubuntu1.2_amd64.deb ... 16:15:06 Unpacking libc6-dev-x32 (2.27-3ubuntu1.2) ... 16:15:06 Selecting previously unselected package lib32gcc1. 16:15:06 Preparing to unpack .../057-lib32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:06 Unpacking lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 16:15:06 Selecting previously unselected package libx32gcc1. 16:15:06 Preparing to unpack .../058-libx32gcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:06 Unpacking libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 16:15:06 Selecting previously unselected package lib32gomp1. 16:15:06 Preparing to unpack .../059-lib32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:06 Unpacking lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 16:15:06 Selecting previously unselected package libx32gomp1. 16:15:06 Preparing to unpack .../060-libx32gomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:06 Unpacking libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 16:15:06 Selecting previously unselected package lib32itm1. 16:15:06 Preparing to unpack .../061-lib32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:06 Unpacking lib32itm1 (8.4.0-1ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package libx32itm1. 16:15:07 Preparing to unpack .../062-libx32itm1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking libx32itm1 (8.4.0-1ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package lib32atomic1. 16:15:07 Preparing to unpack .../063-lib32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package libx32atomic1. 16:15:07 Preparing to unpack .../064-libx32atomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package lib32asan4. 16:15:07 Preparing to unpack .../065-lib32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking lib32asan4 (7.5.0-3ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package libx32asan4. 16:15:07 Preparing to unpack .../066-libx32asan4_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking libx32asan4 (7.5.0-3ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package lib32stdc++6. 16:15:07 Preparing to unpack .../067-lib32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package lib32ubsan0. 16:15:07 Preparing to unpack .../068-lib32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package libx32stdc++6. 16:15:07 Preparing to unpack .../069-libx32stdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package libx32ubsan0. 16:15:07 Preparing to unpack .../070-libx32ubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package lib32cilkrts5. 16:15:07 Preparing to unpack .../071-lib32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 16:15:07 Selecting previously unselected package libx32cilkrts5. 16:15:07 Preparing to unpack .../072-libx32cilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:07 Unpacking libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package lib32mpx2. 16:15:08 Preparing to unpack .../073-lib32mpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package lib32quadmath0. 16:15:08 Preparing to unpack .../074-lib32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package libx32quadmath0. 16:15:08 Preparing to unpack .../075-libx32quadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package lib32gcc-7-dev. 16:15:08 Preparing to unpack .../076-lib32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package libx32gcc-7-dev. 16:15:08 Preparing to unpack .../077-libx32gcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package gcc-7-multilib. 16:15:08 Preparing to unpack .../078-gcc-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package lib32stdc++-7-dev. 16:15:08 Preparing to unpack .../079-lib32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:08 Selecting previously unselected package libx32stdc++-7-dev. 16:15:08 Preparing to unpack .../080-libx32stdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:08 Unpacking libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:09 Selecting previously unselected package g++-7-multilib. 16:15:09 Preparing to unpack .../081-g++-7-multilib_7.5.0-3ubuntu1~18.04_amd64.deb ... 16:15:09 Unpacking g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 16:15:09 Selecting previously unselected package gcc-multilib. 16:15:09 Preparing to unpack .../082-gcc-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:15:09 Unpacking gcc-multilib (4:7.4.0-1ubuntu2.3) ... 16:15:09 Selecting previously unselected package g++-multilib. 16:15:09 Preparing to unpack .../083-g++-multilib_4%3a7.4.0-1ubuntu2.3_amd64.deb ... 16:15:09 Unpacking g++-multilib (4:7.4.0-1ubuntu2.3) ... 16:15:09 Selecting previously unselected package libcurl3-gnutls:amd64. 16:15:09 Preparing to unpack .../084-libcurl3-gnutls_7.58.0-2ubuntu3.10_amd64.deb ... 16:15:09 Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 16:15:09 Selecting previously unselected package liberror-perl. 16:15:09 Preparing to unpack .../085-liberror-perl_0.17025-1_all.deb ... 16:15:09 Unpacking liberror-perl (0.17025-1) ... 16:15:09 Selecting previously unselected package git-man. 16:15:09 Preparing to unpack .../086-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... 16:15:09 Unpacking git-man (1:2.17.1-1ubuntu0.7) ... 16:15:09 Selecting previously unselected package git. 16:15:09 Preparing to unpack .../087-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... 16:15:09 Unpacking git (1:2.17.1-1ubuntu0.7) ... 16:15:10 Selecting previously unselected package libalgorithm-diff-perl. 16:15:10 Preparing to unpack .../088-libalgorithm-diff-perl_1.19.03-1_all.deb ... 16:15:10 Unpacking libalgorithm-diff-perl (1.19.03-1) ... 16:15:10 Selecting previously unselected package libalgorithm-diff-xs-perl. 16:15:10 Preparing to unpack .../089-libalgorithm-diff-xs-perl_0.04-5_amd64.deb ... 16:15:11 Unpacking libalgorithm-diff-xs-perl (0.04-5) ... 16:15:11 Selecting previously unselected package libalgorithm-merge-perl. 16:15:11 Preparing to unpack .../090-libalgorithm-merge-perl_0.08-3_all.deb ... 16:15:11 Unpacking libalgorithm-merge-perl (0.08-3) ... 16:15:11 Selecting previously unselected package libfile-fcntllock-perl. 16:15:11 Preparing to unpack .../091-libfile-fcntllock-perl_0.22-3build2_amd64.deb ... 16:15:11 Unpacking libfile-fcntllock-perl (0.22-3build2) ... 16:15:12 Selecting previously unselected package libnorm1:amd64. 16:15:12 Preparing to unpack .../092-libnorm1_1.5r6+dfsg1-6_amd64.deb ... 16:15:12 Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:15:12 Selecting previously unselected package libpgm-5.2-0:amd64. 16:15:12 Preparing to unpack .../093-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... 16:15:12 Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:15:13 Selecting previously unselected package libsodium23:amd64. 16:15:13 Preparing to unpack .../094-libsodium23_1.0.16-2_amd64.deb ... 16:15:13 Unpacking libsodium23:amd64 (1.0.16-2) ... 16:15:13 Selecting previously unselected package libzmq5:amd64. 16:15:13 Preparing to unpack .../095-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... 16:15:13 Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:15:13 Selecting previously unselected package libzmq3-dev:amd64. 16:15:13 Preparing to unpack .../096-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... 16:15:13 Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:15:13 Selecting previously unselected package manpages-dev. 16:15:13 Preparing to unpack .../097-manpages-dev_4.15-1_all.deb ... 16:15:13 Unpacking manpages-dev (4.15-1) ... 16:15:14 Selecting previously unselected package pkg-config. 16:15:14 Preparing to unpack .../098-pkg-config_0.29.1-0ubuntu2_amd64.deb ... 16:15:14 Unpacking pkg-config (0.29.1-0ubuntu2) ... 16:15:14 Selecting previously unselected package unzip. 16:15:14 Preparing to unpack .../099-unzip_6.0-21ubuntu1_amd64.deb ... 16:15:14 Unpacking unzip (6.0-21ubuntu1) ... 16:15:15 Selecting previously unselected package zip. 16:15:15 Preparing to unpack .../100-zip_3.0-11build1_amd64.deb ... 16:15:15 Unpacking zip (3.0-11build1) ... 16:15:15 Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:15 Setting up libc6-x32 (2.27-3ubuntu1.2) ... 16:15:15 Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:16 Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... 16:15:16 Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:16 Setting up manpages (4.15-1) ... 16:15:16 Setting up git-man (1:2.17.1-1ubuntu0.7) ... 16:15:16 Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:17 Setting up less (487-0.1) ... 16:15:17 Setting up make (4.1-9.1ubuntu1) ... 16:15:17 Setting up libx32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 16:15:17 Setting up curl (7.58.0-2ubuntu3.10) ... 16:15:17 Setting up libarchive13:amd64 (3.2.2-3.1ubuntu0.6) ... 16:15:17 Setting up libuv1:amd64 (1.18.0-3) ... 16:15:17 Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.10) ... 16:15:17 Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:17 Setting up unzip (6.0-21ubuntu1) ... 16:15:17 Setting up linux-libc-dev:amd64 (4.15.0-122.124) ... 16:15:17 Setting up libmpfr6:amd64 (4.0.1-1) ... 16:15:17 Setting up cmake-data (3.10.2-1ubuntu2.18.04.1) ... 16:15:18 Setting up libc6-i386 (2.27-3ubuntu1.2) ... 16:15:18 Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... 16:15:18 Setting up libgdbm5:amd64 (1.14.1-6) ... 16:15:18 Setting up zip (3.0-11build1) ... 16:15:18 Setting up libx32stdc++6 (8.4.0-1ubuntu1~18.04) ... 16:15:19 Setting up lib32atomic1 (8.4.0-1ubuntu1~18.04) ... 16:15:19 Setting up libx32atomic1 (8.4.0-1ubuntu1~18.04) ... 16:15:19 Setting up librhash0:amd64 (1.3.6-2) ... 16:15:19 Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:19 Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... 16:15:19 Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:20 Setting up libx32gomp1 (8.4.0-1ubuntu1~18.04) ... 16:15:20 Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... 16:15:20 Setting up libsodium23:amd64 (1.0.16-2) ... 16:15:20 Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:20 Setting up patch (2.7.6-2ubuntu1.1) ... 16:15:21 Setting up libfakeroot:amd64 (1.22-2ubuntu1) ... 16:15:21 Setting up libx32itm1 (8.4.0-1ubuntu1~18.04) ... 16:15:21 Setting up liblocale-gettext-perl (1.07-3build2) ... 16:15:21 Setting up libmpc3:amd64 (1.1.0-1) ... 16:15:21 Setting up libc-dev-bin (2.27-3ubuntu1.2) ... 16:15:21 Setting up libgdbm-compat4:amd64 (1.14.1-6) ... 16:15:21 Setting up lib32quadmath0 (8.4.0-1ubuntu1~18.04) ... 16:15:21 Setting up manpages-dev (4.15-1) ... 16:15:22 Setting up libc6-dev:amd64 (2.27-3ubuntu1.2) ... 16:15:22 Setting up lib32itm1 (8.4.0-1ubuntu1~18.04) ... 16:15:22 Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... 16:15:22 Setting up libx32quadmath0 (8.4.0-1ubuntu1~18.04) ... 16:15:22 Setting up lib32gcc1 (1:8.4.0-1ubuntu1~18.04) ... 16:15:22 Setting up netbase (5.4) ... 16:15:23 Setting up libisl19:amd64 (0.19-1) ... 16:15:23 Setting up libjsoncpp1:amd64 (1.7.4-3) ... 16:15:23 Setting up libx32asan4 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... 16:15:23 Setting up libx32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... 16:15:23 Setting up lib32gomp1 (8.4.0-1ubuntu1~18.04) ... 16:15:23 Setting up libx32ubsan0 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up lib32asan4 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up lib32mpx2 (8.4.0-1ubuntu1~18.04) ... 16:15:23 Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... 16:15:23 Setting up fakeroot (1.22-2ubuntu1) ... 16:15:23 update-alternatives: using /usr/bin/fakeroot-sysv to provide /usr/bin/fakeroot (fakeroot) in auto mode 16:15:23 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 16:15:23 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 16:15:23 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 16:15:23 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 16:15:23 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 16:15:23 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 16:15:23 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 16:15:23 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 16:15:23 Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... 16:15:23 Setting up lib32stdc++6 (8.4.0-1ubuntu1~18.04) ... 16:15:23 Setting up lib32ubsan0 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up cmake (3.10.2-1ubuntu2.18.04.1) ... 16:15:23 Setting up lib32cilkrts5 (7.5.0-3ubuntu1~18.04) ... 16:15:23 Setting up libc6-dev-i386 (2.27-3ubuntu1.2) ... 16:15:23 Setting up libc6-dev-x32 (2.27-3ubuntu1.2) ... 16:15:23 Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... 16:15:24 Setting up cpp (4:7.4.0-1ubuntu2.3) ... 16:15:24 Setting up libx32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up perl (5.26.1-6ubuntu0.5) ... 16:15:24 Setting up libfile-fcntllock-perl (0.22-3build2) ... 16:15:24 Setting up libalgorithm-diff-perl (1.19.03-1) ... 16:15:24 Setting up lib32gcc-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up binutils (2.30-21ubuntu1~18.04.4) ... 16:15:24 Setting up libx32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up liberror-perl (0.17025-1) ... 16:15:24 Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... 16:15:24 Setting up gcc-7-multilib (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up gcc (4:7.4.0-1ubuntu2.3) ... 16:15:24 Setting up lib32stdc++-7-dev (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up g++-7-multilib (7.5.0-3ubuntu1~18.04) ... 16:15:24 Setting up libalgorithm-merge-perl (0.08-3) ... 16:15:24 Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... 16:15:24 Setting up libalgorithm-diff-xs-perl (0.04-5) ... 16:15:24 Setting up g++ (4:7.4.0-1ubuntu2.3) ... 16:15:24 update-alternatives: using /usr/bin/g++ to provide /usr/bin/c++ (c++) in auto mode 16:15:24 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 16:15:24 Setting up git (1:2.17.1-1ubuntu0.7) ... 16:15:24 Setting up build-essential (12.4ubuntu1) ... 16:15:24 Setting up gcc-multilib (4:7.4.0-1ubuntu2.3) ... 16:15:24 Setting up pkg-config (0.29.1-0ubuntu2) ... 16:15:24 Setting up g++-multilib (4:7.4.0-1ubuntu2.3) ... 16:15:24 Processing triggers for mime-support (3.60ubuntu1) ... 16:15:24 Processing triggers for libc-bin (2.27-3ubuntu1.2) ... 16:15:26 binutils set to automatically installed. 16:15:26 binutils-common set to automatically installed. 16:15:26 binutils-x86-64-linux-gnu set to automatically installed. 16:15:26 build-essential set to automatically installed. 16:15:26 cmake set to automatically installed. 16:15:26 cmake-data set to automatically installed. 16:15:26 cpp set to automatically installed. 16:15:26 cpp-7 set to automatically installed. 16:15:26 curl set to automatically installed. 16:15:26 dpkg-dev set to automatically installed. 16:15:26 fakeroot set to automatically installed. 16:15:26 g++ set to automatically installed. 16:15:26 g++-7 set to automatically installed. 16:15:26 g++-7-multilib set to automatically installed. 16:15:26 g++-multilib set to automatically installed. 16:15:26 gcc set to automatically installed. 16:15:26 gcc-7 set to automatically installed. 16:15:26 gcc-7-base set to automatically installed. 16:15:26 gcc-7-multilib set to automatically installed. 16:15:26 gcc-multilib set to automatically installed. 16:15:26 git set to automatically installed. 16:15:26 git-man set to automatically installed. 16:15:26 less set to automatically installed. 16:15:26 lib32asan4 set to automatically installed. 16:15:26 lib32atomic1 set to automatically installed. 16:15:26 lib32cilkrts5 set to automatically installed. 16:15:26 lib32gcc-7-dev set to automatically installed. 16:15:26 lib32gcc1 set to automatically installed. 16:15:26 lib32gomp1 set to automatically installed. 16:15:26 lib32itm1 set to automatically installed. 16:15:26 lib32mpx2 set to automatically installed. 16:15:26 lib32quadmath0 set to automatically installed. 16:15:26 lib32stdc++-7-dev set to automatically installed. 16:15:26 lib32stdc++6 set to automatically installed. 16:15:26 lib32ubsan0 set to automatically installed. 16:15:26 libalgorithm-diff-perl set to automatically installed. 16:15:26 libalgorithm-diff-xs-perl set to automatically installed. 16:15:26 libalgorithm-merge-perl set to automatically installed. 16:15:26 libarchive13 set to automatically installed. 16:15:26 libasan4 set to automatically installed. 16:15:26 libatomic1 set to automatically installed. 16:15:26 libbinutils set to automatically installed. 16:15:26 libc-dev-bin set to automatically installed. 16:15:26 libc6-dev set to automatically installed. 16:15:26 libc6-dev-i386 set to automatically installed. 16:15:26 libc6-dev-x32 set to automatically installed. 16:15:26 libc6-i386 set to automatically installed. 16:15:26 libc6-x32 set to automatically installed. 16:15:26 libcc1-0 set to automatically installed. 16:15:26 libcilkrts5 set to automatically installed. 16:15:26 libcurl3-gnutls set to automatically installed. 16:15:26 libdpkg-perl set to automatically installed. 16:15:26 liberror-perl set to automatically installed. 16:15:26 libfakeroot set to automatically installed. 16:15:26 libfile-fcntllock-perl set to automatically installed. 16:15:26 libgcc-7-dev set to automatically installed. 16:15:26 libgdbm-compat4 set to automatically installed. 16:15:26 libgdbm5 set to automatically installed. 16:15:26 libgomp1 set to automatically installed. 16:15:26 libisl19 set to automatically installed. 16:15:26 libitm1 set to automatically installed. 16:15:26 libjsoncpp1 set to automatically installed. 16:15:26 liblocale-gettext-perl set to automatically installed. 16:15:26 liblsan0 set to automatically installed. 16:15:26 libmpc3 set to automatically installed. 16:15:26 libmpfr6 set to automatically installed. 16:15:26 libmpx2 set to automatically installed. 16:15:26 libnorm1 set to automatically installed. 16:15:26 libperl5.26 set to automatically installed. 16:15:26 libpgm-5.2-0 set to automatically installed. 16:15:26 libquadmath0 set to automatically installed. 16:15:26 librhash0 set to automatically installed. 16:15:26 libsodium23 set to automatically installed. 16:15:26 libstdc++-7-dev set to automatically installed. 16:15:26 libtsan0 set to automatically installed. 16:15:26 libubsan0 set to automatically installed. 16:15:26 libuv1 set to automatically installed. 16:15:26 libx32asan4 set to automatically installed. 16:15:26 libx32atomic1 set to automatically installed. 16:15:27 libx32cilkrts5 set to automatically installed. 16:15:27 libx32gcc-7-dev set to automatically installed. 16:15:27 libx32gcc1 set to automatically installed. 16:15:27 libx32gomp1 set to automatically installed. 16:15:27 libx32itm1 set to automatically installed. 16:15:27 libx32quadmath0 set to automatically installed. 16:15:27 libx32stdc++-7-dev set to automatically installed. 16:15:27 libx32stdc++6 set to automatically installed. 16:15:27 libx32ubsan0 set to automatically installed. 16:15:27 libzmq3-dev set to automatically installed. 16:15:27 libzmq5 set to automatically installed. 16:15:27 linux-libc-dev set to automatically installed. 16:15:27 make set to automatically installed. 16:15:27 manpages set to automatically installed. 16:15:27 manpages-dev set to automatically installed. 16:15:27 netbase set to automatically installed. 16:15:27 patch set to automatically installed. 16:15:27 perl set to automatically installed. 16:15:27 perl-base set to automatically installed. 16:15:27 perl-modules-5.26 set to automatically installed. 16:15:27 pkg-config set to automatically installed. 16:15:27 unzip set to automatically installed. 16:15:27 zip set to automatically installed. 16:15:27 The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. 16:15:27 Please ensure the environment is properly setup before continuing. 16:15:27 Ignore this message if the appropriate measures have already been taken 16:15:28 Pulling go-build-helper  16:15:29 'go115' has dependencies that need to be staged: go-build-helper 16:15:29 Skipping pull go-build-helper (already ran) 16:15:29 Building go-build-helper  16:15:32 Staging go-build-helper  16:15:33 Pulling go115  16:15:33 'app-service-config' has dependencies that need to be staged: go115 16:15:33 Skipping pull go115 (already ran) 16:15:33 Building go115  16:15:33 % Total % Received % Xferd Average Speed Time Time Time Current 16:15:33 Dload Upload Total Spent Left Speed 16:15:34 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 6911 0 0 62827 0 0:32:08 --:--:-- 0:32:08 62261 18 115M 18 21.9M 0 0 38.7M 0 0:00:02 --:--:-- 0:00:02 38.6M 16:15:34 curl: (56) OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 104 16:15:34 Failed to run 'override-build': Exit code was 56. [Pipeline] } 16:15:35 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] } 16:15:37 Failed in branch amd64 16:16:13 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 16:16:13 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 16:16:13 ---> f97c52a299ca 16:16:13 Step 3/29 : WORKDIR /edgex-go 16:16:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:16:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:16:13 ---> f97c52a299ca 16:16:13 Step 3/22 : WORKDIR /edgex-go 16:16:13 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:16:13 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:16:13 ---> f97c52a299ca 16:16:13 Step 3/22 : WORKDIR /edgex-go 16:16:13 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 16:16:13 Step 2/23 : FROM ${BUILDER_BASE} AS builder 16:16:13 ---> f97c52a299ca 16:16:13 Step 3/23 : WORKDIR /edgex-go 16:16:13 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 16:16:13 Step 2/27 : FROM ${BUILDER_BASE} AS builder 16:16:13 ---> f97c52a299ca 16:16:13 Step 3/27 : WORKDIR /edgex-go 16:16:13 ---> Running in 07d761e67888 16:16:13 ---> Running in 46dc2f7c807a 16:16:13 ---> Running in 48401f07b661 16:16:13 ---> Running in 90ada4abb864 16:16:13 ---> Running in 808d66cb24a1 16:16:13 Removing intermediate container 48401f07b661 16:16:13 ---> 6078129d8c95 16:16:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:13 Removing intermediate container 07d761e67888 16:16:13 ---> eea08dba2bbd 16:16:13 Step 4/29 : RUN apk update && apk add make git 16:16:13 ---> Running in 16fb55aeebfb 16:16:13 Removing intermediate container 46dc2f7c807a 16:16:13 Removing intermediate container 808d66cb24a1 16:16:13 ---> 1c9351c27bc7 16:16:13 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories ---> d4f1aaca9363 16:16:13 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:13 16:16:13 Removing intermediate container 90ada4abb864 16:16:13 ---> 93fcde5b7782 16:16:13 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:16:13 ---> Running in 5a97673b8574 16:16:13 ---> Running in 62dd7d995e59 16:16:13 ---> Running in b4a17dc07a03 16:16:13 ---> Running in 53c9f8d52212 16:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:16:13 Removing intermediate container 16fb55aeebfb 16:16:13 ---> 51ad5d6f31ce 16:16:13 Step 5/22 : RUN apk update && apk add make && apk add bash git 16:16:13 ---> Running in b74903fc8138 16:16:13 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:16:13 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:16:13 OK: 12623 distinct packages available 16:16:13 Removing intermediate container 62dd7d995e59 16:16:13 ---> bb66614a3e70 16:16:13 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 16:16:13 Removing intermediate container b4a17dc07a03 16:16:13 ---> c35ac75aaaed 16:16:13 Step 5/22 : RUN apk update && apk add make git 16:16:13 Removing intermediate container 53c9f8d52212 16:16:13 ---> 3245b00feec1 16:16:13 Step 5/27 : RUN apk update && apk add make bash git 16:16:13 ---> Running in 9381b1599ed9 16:16:13 ---> Running in 4dd8e855fe9f 16:16:13 ---> Running in a82919a479e6 16:16:13 OK: 217 MiB in 51 packages 16:16:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:16:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:16:14 Removing intermediate container 5a97673b8574 16:16:14 ---> a307e4eefca3 16:16:14 Step 5/29 : COPY go.mod . 16:16:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:16:15 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:16:15 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:16:15 OK: 12623 distinct packages available 16:16:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:16:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:16:15 ---> 3e3aa0f177cf 16:16:15 Step 6/29 : RUN go mod download 16:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:16:16 ---> Running in 03e8a85ef869 16:16:16 OK: 217 MiB in 51 packages 16:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:16:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:16:16 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:16:16 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:16:16 OK: 12623 distinct packages available 16:16:17 OK: 217 MiB in 51 packages 16:16:17 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:16:17 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:16:17 OK: 12623 distinct packages available 16:16:17 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:16:17 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:16:17 OK: 12623 distinct packages available 16:16:17 OK: 217 MiB in 51 packages 16:16:18 OK: 217 MiB in 51 packages 16:16:18 OK: 217 MiB in 51 packages 16:16:19 Removing intermediate container b74903fc8138 16:16:19 ---> 4ced5e7447f1 16:16:19 Step 6/22 : COPY go.mod . 16:16:19 Removing intermediate container 9381b1599ed9 16:16:19 ---> b5530b0bb1d7 16:16:19 Step 6/23 : COPY go.mod . 16:16:20 ---> dd29ae26bc28 16:16:20 Step 7/22 : RUN go mod download 16:16:20 Removing intermediate container 4dd8e855fe9f 16:16:20 ---> dc853d9b5695 16:16:20 Step 6/27 : COPY go.mod . 16:16:20 ---> Running in 5d06a6c44fee 16:16:20 ---> 6129bfda9162 16:16:20 Step 7/23 : RUN go mod download 16:16:20 Removing intermediate container 03e8a85ef869 16:16:20 ---> 82130b7e23af 16:16:20 Step 7/29 : COPY . . 16:16:20 Removing intermediate container a82919a479e6 16:16:20 ---> 6fb48bf7d9bb 16:16:20 Step 6/22 : COPY go.mod . 16:16:20 ---> Running in 561e93e3338c 16:16:21 ---> d879fe849148 16:16:21 Step 7/27 : RUN go mod download 16:16:22 ---> 0c504b7d4514 16:16:22 Step 7/22 : RUN go mod download 16:16:22 ---> Running in d61768ed6f76 16:16:22 ---> Running in 299519ac9296 16:16:27 Removing intermediate container 5d06a6c44fee 16:16:27 ---> 32d49351ec31 16:16:27 Step 8/22 : COPY . . 16:16:27 Removing intermediate container 561e93e3338c 16:16:27 ---> d81401a2fa4f 16:16:27 Step 8/23 : COPY . . 16:16:28 Removing intermediate container d61768ed6f76 16:16:28 ---> fed644ff7a9e 16:16:28 Step 8/27 : COPY . . 16:16:28 Removing intermediate container 299519ac9296 16:16:28 ---> cbed5faf2bcf 16:16:28 Step 8/22 : COPY . . 16:16:50 ---> 5feab3f1dcd2 16:16:50 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 16:16:50 ---> ee682879f853 16:16:50 Step 9/22 : RUN make cmd/support-logging/support-logging 16:16:50 ---> 46e7ce930cfc 16:16:50 Step 9/23 : RUN make cmd/core-data/core-data 16:16:50 ---> Running in 4e89c744d2b8 16:16:50 ---> Running in f8376612fcf2 16:16:50 ---> 7e3eecfbdabc 16:16:50 Step 9/22 : RUN make cmd/core-command/core-command 16:16:50 ---> 0aa551c56104 16:16:50 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 16:16:50 ---> Running in 369a53a041fb 16:16:50 ---> Running in 97e6e2dca198 16:16:50 ---> Running in 5042c7646ff3 16:16:50 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 16:16:51 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 16:16:51 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 16:16:51 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 16:16:51 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 16:18:28 Removing intermediate container 4e89c744d2b8 16:18:28 ---> 37ff8a89b591 16:18:28 16:18:28 Step 9/29 : FROM alpine:latest 16:18:28 latest: Pulling from library/alpine 16:18:28 Digest: sha256:c0e9560cda118f9ec63ddefb4a173a2b2a0347082d7dff7dc14272e7841a5b5a 16:18:28 Status: Downloaded newer image for alpine:latest 16:18:28 ---> 2e77e061c27f 16:18:28 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 16:18:28 ---> Running in 3d5fbd854099 16:18:28 Removing intermediate container 3d5fbd854099 16:18:28 ---> 84fbe87e2107 16:18:28 Step 11/29 : USER root 16:18:28 ---> Running in b8ea6fa8b561 16:18:28 Removing intermediate container b8ea6fa8b561 16:18:28 ---> c6053bf9c853 16:18:28 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 16:18:28 ---> Running in 201846be856d 16:18:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:18:28 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:18:28 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:18:28 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:18:28 OK: 12615 distinct packages available 16:18:28 (1/2) Installing ca-certificates (20191127-r4) 16:18:28 (2/2) Installing dumb-init (1.2.2-r1) 16:18:28 Executing busybox-1.31.1-r19.trigger 16:18:28 Executing ca-certificates-20191127-r4.trigger 16:18:28 OK: 6 MiB in 16 packages 16:18:28 Removing intermediate container 201846be856d 16:18:28 ---> 566e0891b7f5 16:18:28 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 16:18:28 ---> Running in cb3bf71f6014 16:18:28 Removing intermediate container cb3bf71f6014 16:18:28 ---> 570ea7183cdd 16:18:28 Step 14/29 : WORKDIR $BASE_DIR 16:18:28 Removing intermediate container 5042c7646ff3 16:18:28 ---> 9dc1474f3ac9 16:18:28 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 16:18:28 ---> Running in df68631ad4ff 16:18:28 ---> Running in 0a513a582a01 16:18:28 Removing intermediate container df68631ad4ff 16:18:28 ---> 7c66b9394282 16:18:28 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 16:18:28 ---> Running in cf14457eba6f 16:18:30 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 16:18:31 Removing intermediate container f8376612fcf2 16:18:31 ---> 5bc1317a056f 16:18:31 16:18:31 Step 10/22 : FROM scratch 16:18:31 ---> 16:18:31 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:18:31 ---> Running in 444e3c94f76d 16:18:32 Removing intermediate container 444e3c94f76d 16:18:32 ---> 9f11d94070c8 16:18:32 Step 12/22 : ENV APP_PORT=48061 16:18:33 ---> Running in dc237977435a 16:18:33 Removing intermediate container cf14457eba6f 16:18:33 ---> 28f26679d426 16:18:33 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 16:18:33 Removing intermediate container dc237977435a 16:18:33 ---> 02e55a9fe25f 16:18:33 Step 13/22 : EXPOSE $APP_PORT 16:18:33 ---> Running in 228b614a609a 16:18:35 Removing intermediate container 228b614a609a 16:18:35 ---> dc18c6494140 16:18:35 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 16:18:35 ---> bfa2a6afd2c5 16:18:35 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 16:18:36 ---> 3f9383030c83 16:18:36 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 16:18:37 ---> 2d3e80675297 16:18:37 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 16:18:37 Removing intermediate container 0a513a582a01 16:18:37 ---> 3917a03c884e 16:18:37 16:18:37 Step 11/27 : FROM docker:latest 16:18:37 ---> 5d4db4dc0692 16:18:37 Step 12/27 : RUN apk add --no-cache bash 16:18:37 ---> Running in 3ad3d4edfa13 16:18:38 ---> 361fcd72083f 16:18:38 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 16:18:39 ---> 4b7937d3bab8 16:18:39 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 16:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:18:40 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:18:41 ---> d7ed45148aac 16:18:41 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 16:18:41 ---> 376b3ecfb0d3 16:18:41 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 16:18:41 (1/2) Installing readline (8.0.4-r0) 16:18:41 (2/2) Installing bash (5.0.17-r0) 16:18:41 Executing bash-5.0.17-r0.post-install 16:18:41 Executing busybox-1.31.1-r19.trigger 16:18:41 OK: 12 MiB in 22 packages 16:18:43 ---> 5abed2f0b34e 16:18:43 Step 18/22 : ENTRYPOINT ["/support-logging"] 16:18:43 ---> 8decff540954 16:18:43 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 16:18:43 ---> Running in 7137b06bd4ed 16:18:44 ---> Running in debc9d29046a 16:18:44 Removing intermediate container 3ad3d4edfa13 16:18:44 ---> 8bc5d926a6f4 16:18:44 Step 13/27 : RUN rm -rf /var/cache/apk/* 16:18:44 ---> Running in 9a1ee6c782de 16:18:44 Removing intermediate container 7137b06bd4ed 16:18:44 ---> 943d0bf73df5 16:18:44 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:45 ---> Running in d4106e32b31d 16:18:46 Removing intermediate container d4106e32b31d 16:18:46 ---> e92ae0ab20e3 16:18:46 Step 20/22 : LABEL arch=arm64 16:18:46 Removing intermediate container 97e6e2dca198 16:18:46 ---> aa3b4fe4e38e 16:18:46 16:18:46 Step 10/22 : FROM scratch 16:18:46 ---> 16:18:46 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:18:46 ---> Running in f77225164ead 16:18:47 ---> Running in f90b75b115f7 16:18:47 Removing intermediate container f77225164ead 16:18:47 ---> efed8125477d 16:18:47 Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:18:47 Removing intermediate container f90b75b115f7 16:18:47 ---> 87a1389be2dd 16:18:47 Step 12/22 : ENV APP_PORT=48082 16:18:48 ---> Running in 01bac545c48c 16:18:48 ---> Running in 5c6701a0b2b9 16:18:48 Removing intermediate container debc9d29046a 16:18:48 ---> 02a1c05a0506 16:18:48 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 16:18:48 Removing intermediate container 5c6701a0b2b9 16:18:48 ---> 87de430b6e45 16:18:48 Step 13/22 : EXPOSE $APP_PORT 16:18:49 Removing intermediate container 01bac545c48c 16:18:49 ---> 8c65af7a89a1 16:18:49 Step 22/22 : LABEL version=0.0.0 16:18:49 ---> Running in 0286953abc28 16:18:49 ---> Running in 18031af42c13 16:18:49 Removing intermediate container 9a1ee6c782de 16:18:49 ---> 52378f5f0d89 16:18:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 16:18:49 ---> 9c7e6e50550e 16:18:49 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:18:49 ---> Running in 739c73c41c10 16:18:49 Removing intermediate container 0286953abc28 16:18:49 ---> db6855209110 16:18:49 Step 14/22 : WORKDIR / 16:18:49 ---> Running in e628a8f3541f 16:18:49 ---> Running in b64b14d715de 16:18:50 Removing intermediate container 18031af42c13 16:18:50 ---> 3d9e042c2039 16:18:50 16:18:50 Removing intermediate container 739c73c41c10 16:18:50 ---> a265e39864b9 16:18:50 Step 15/27 : ENV APP_PORT=48090 16:18:50 ---> Running in 430f7dca0075 16:18:51 Removing intermediate container b64b14d715de 16:18:51 ---> 4d69136e5524 16:18:51 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 16:18:51 Successfully built 3d9e042c2039 16:18:51 Successfully tagged docker-support-logging-go-arm64:latest 16:18:51  Building docker-support-logging-go ... done Building docker-support-scheduler-go 16:18:51 Removing intermediate container 430f7dca0075 16:18:51 ---> 38de4ea48bc0 16:18:51 Step 16/27 : EXPOSE $APP_PORT 16:18:51 ---> Running in 49eae6c757a7 16:18:52 ---> 008750c24af0 16:18:52 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 16:18:52 Removing intermediate container 49eae6c757a7 16:18:52 ---> 5d6e167df232 16:18:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 16:18:56 ---> b3534977fbe3 16:18:56 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 16:18:56 Removing intermediate container e628a8f3541f 16:18:56 ---> 62eaa004d60d 16:18:56 Step 24/29 : RUN chmod 755 security-secrets-setup 16:18:56 ---> 01b03da2fc8d 16:18:56 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 16:18:56 ---> Running in d744f12a95d8 16:18:57 ---> 7a22e4ed5ad7 16:18:57 Step 18/22 : ENTRYPOINT ["/core-command"] 16:18:58 ---> c71b326858bb 16:18:58 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 16:18:58 ---> Running in 976bae7d9fc6 16:18:59 Removing intermediate container 976bae7d9fc6 16:18:59 ---> 595e73ddc5c3 16:18:59 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:18:59 ---> 6cb06a42064b 16:18:59 Step 20/27 : RUN apk --no-cache add py3-pip 16:18:59 ---> Running in 5a3c83fbe024 16:18:59 ---> Running in 16cbd372c3af 16:19:00 Removing intermediate container 5a3c83fbe024 16:19:00 ---> 0262cebbd524 16:19:00 Step 20/22 : LABEL arch=arm64 16:19:00 ---> Running in 534ba770f580 16:19:01 Removing intermediate container d744f12a95d8 16:19:01 ---> c6fdd9d0fa35 16:19:01 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 16:19:01 Removing intermediate container 534ba770f580 16:19:01 ---> 801ee79578b4 16:19:01 Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:19:01 ---> Running in 86a5b2beb44a 16:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:01 ---> Running in 8f889537150d 16:19:01 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:02 (1/33) Installing libbz2 (1.0.8-r1) 16:19:02 (2/33) Installing expat (2.2.9-r1) 16:19:02 (3/33) Installing libffi (3.3-r2) 16:19:02 (4/33) Installing gdbm (1.13-r1) 16:19:02 (5/33) Installing xz-libs (5.2.5-r0) 16:19:02 (6/33) Installing sqlite-libs (3.32.1-r0) 16:19:02 (7/33) Installing python3 (3.8.5-r0) 16:19:02 Removing intermediate container 86a5b2beb44a 16:19:02 ---> d0879fab7ba8 16:19:02 Step 26/29 : CMD [ "generate" ] 16:19:03 Removing intermediate container 8f889537150d 16:19:03 ---> 3bed962637df 16:19:03 Step 22/22 : LABEL version=0.0.0 16:19:04 ---> Running in af4c7c5f39a5 16:19:05 (8/33) Installing py3-appdirs (1.4.4-r1) 16:19:05 (9/33) Installing py3-ordered-set (4.0.1-r0) 16:19:05 (10/33) Installing py3-parsing (2.4.7-r0) 16:19:05 (11/33) Installing py3-six (1.15.0-r0) 16:19:05 ---> Running in b62f1e4c2427 16:19:05 (12/33) Installing py3-packaging (20.4-r0) 16:19:05 (13/33) Installing py3-setuptools (47.0.0-r0) 16:19:05 (14/33) Installing py3-chardet (3.0.4-r4) 16:19:05 (15/33) Installing py3-idna (2.9-r0) 16:19:05 (16/33) Installing py3-certifi (2020.4.5.1-r0) 16:19:05 (17/33) Installing py3-urllib3 (1.25.9-r0) 16:19:05 (18/33) Installing py3-requests (2.23.0-r0) 16:19:05 (19/33) Installing py3-msgpack (1.0.0-r0) 16:19:05 (20/33) Installing py3-lockfile (0.12.2-r3) 16:19:05 (21/33) Installing py3-cachecontrol (0.12.6-r0) 16:19:05 Removing intermediate container af4c7c5f39a5 16:19:05 ---> 20bae196f4ec 16:19:05 Step 27/29 : LABEL arch=arm64 16:19:05 (22/33) Installing py3-colorama (0.4.3-r0) 16:19:05 (23/33) Installing py3-distlib (0.3.0-r0) 16:19:05 (24/33) Installing py3-distro (1.5.0-r1) 16:19:05 (25/33) Installing py3-webencodings (0.5.1-r3) 16:19:05 (26/33) Installing py3-html5lib (1.0.1-r4) 16:19:05 (27/33) Installing py3-pytoml (0.1.21-r0) 16:19:05 (28/33) Installing py3-pep517 (0.8.2-r0) 16:19:05 (29/33) Installing py3-progress (1.5-r0) 16:19:05 (30/33) Installing py3-toml (0.10.1-r0) 16:19:05 (31/33) Installing py3-retrying (1.3.3-r0) 16:19:05 (32/33) Installing py3-contextlib2 (0.6.0-r0) 16:19:05 (33/33) Installing py3-pip (20.1.1-r0) 16:19:05 Removing intermediate container b62f1e4c2427 16:19:05 ---> 20ea39214e09 16:19:05 16:19:05 Executing busybox-1.31.1-r19.trigger 16:19:05 OK: 71 MiB in 55 packages 16:19:06 ---> Running in a2885ce7f757 16:19:06 Successfully built 20ea39214e09 16:19:06 Successfully tagged docker-core-command-go-arm64:latest 16:19:06 Building docker-support-notifications-go 16:19:07  Building docker-core-command-go ... done Removing intermediate container a2885ce7f757 16:19:07 ---> 12572cd3337d 16:19:07 Step 28/29 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:19:08 ---> Running in 9f3a63476a2d 16:19:09 Removing intermediate container 369a53a041fb 16:19:09 ---> 7248a25d1a50 16:19:09 16:19:09 Step 10/23 : FROM alpine 16:19:09 ---> 2e77e061c27f 16:19:09 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:19:09 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 16:19:09 Step 2/21 : FROM ${BUILDER_BASE} AS builder 16:19:09 ---> f97c52a299ca 16:19:09 Step 3/21 : WORKDIR /edgex-go 16:19:09 ---> Using cache 16:19:09 ---> 93fcde5b7782 16:19:09 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:09 ---> Using cache 16:19:09 ---> c35ac75aaaed 16:19:09 Step 5/21 : RUN apk update && apk add make git 16:19:09 ---> Using cache 16:19:09 ---> 6fb48bf7d9bb 16:19:09 Step 6/21 : COPY go.mod . 16:19:09 ---> Using cache 16:19:09 ---> 0c504b7d4514 16:19:09 Step 7/21 : RUN go mod download 16:19:09 ---> Using cache 16:19:09 ---> cbed5faf2bcf 16:19:09 Step 8/21 : COPY . . 16:19:10 ---> Using cache 16:19:10 ---> 7e3eecfbdabc 16:19:10 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 16:19:10 Removing intermediate container 9f3a63476a2d 16:19:10 ---> 6f8540b81526 16:19:10 Step 29/29 : LABEL version=0.0.0 16:19:11 ---> Running in fbc246e669c5 16:19:11 ---> Running in 35a335a530a9 16:19:11 ---> Running in 407736de9923 16:19:13 Removing intermediate container fbc246e669c5 16:19:13 ---> 6d21f491db82 16:19:13 Step 12/23 : ENV APP_PORT=48080 16:19:13 Removing intermediate container 407736de9923 16:19:13 ---> 28ed034cb5a0 16:19:13 16:19:13 ---> Running in 61d856b3b416 16:19:13 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 16:19:13 Successfully built 28ed034cb5a0 16:19:13 Successfully tagged docker-security-secrets-setup-go-arm64:latest 16:19:13  Building docker-security-secrets-setup-go ... done Building docker-security-proxy-setup-go 16:19:13 Removing intermediate container 61d856b3b416 16:19:13 ---> fd927c7458f8 16:19:13 Step 13/23 : EXPOSE $APP_PORT 16:19:14 Removing intermediate container 16cbd372c3af 16:19:14 ---> 0fc535c67347 16:19:14 Step 21/27 : RUN pip install docker-compose==1.23.2 16:19:14 ---> Running in e1d8a5a1264c 16:19:14 ---> Running in 1c48a35f2964 16:19:15 Removing intermediate container e1d8a5a1264c 16:19:15 ---> 15881455608c 16:19:15 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:15 ---> Running in fb4e6c9b919d 16:19:20 Removing intermediate container fb4e6c9b919d 16:19:20 ---> 6b136feb2876 16:19:20 Step 15/23 : RUN apk --no-cache add zeromq 16:19:20 ---> Running in 08ec210aa2fa 16:19:21 Collecting docker-compose==1.23.2 16:19:22 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 16:19:23 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:24 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:24 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 16:19:24 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 16:19:24 (1/5) Installing libgcc (9.3.0-r2) 16:19:24 (2/5) Installing libsodium (1.0.18-r0) 16:19:24 (3/5) Installing libstdc++ (9.3.0-r2) 16:19:25 (4/5) Installing libzmq (4.3.3-r0) 16:19:25 (5/5) Installing zeromq (4.3.3-r0) 16:19:25 Executing busybox-1.31.1-r19.trigger 16:19:25 OK: 8 MiB in 19 packages 16:19:25 Collecting PyYAML<4,>=3.10 16:19:25 Downloading PyYAML-3.13.tar.gz (270 kB) 16:19:28 Removing intermediate container 08ec210aa2fa 16:19:28 ---> 6162d154da8b 16:19:28 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 16:19:29 Collecting cached-property<2,>=1.2.0 16:19:29 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 16:19:30 ---> 8d2b36430e9a 16:19:30 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 16:19:30 Collecting docker<4.0,>=3.6.0 16:19:30 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 16:19:31 Collecting websocket-client<1.0,>=0.32.0 16:19:31 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 16:19:31 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 16:19:32 Collecting texttable<0.10,>=0.9.0 16:19:32 Downloading texttable-0.9.1.tar.gz (11 kB) 16:19:34 ---> f0cab0a910af 16:19:34 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 16:19:34 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 16:19:34 Step 2/24 : FROM ${BUILDER_BASE} AS builder 16:19:34 ---> f97c52a299ca 16:19:34 Step 3/24 : WORKDIR /edgex-go 16:19:34 ---> Using cache 16:19:34 ---> 93fcde5b7782 16:19:34 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:34 ---> Using cache 16:19:34 ---> c35ac75aaaed 16:19:34 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 16:19:34 ---> Running in d09d8c669c81 16:19:34 Collecting jsonschema<3,>=2.5.1 16:19:34 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 16:19:35 Collecting dockerpty<0.5,>=0.4.1 16:19:35 Downloading dockerpty-0.4.1.tar.gz (13 kB) 16:19:35 ---> 98725e74b227 16:19:35 Step 19/23 : ENTRYPOINT ["/core-data"] 16:19:36 ---> Running in 826c1d0ef022 16:19:37 Removing intermediate container 826c1d0ef022 16:19:37 ---> a3d71da594e1 16:19:37 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:19:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:19:37 ---> Running in cdb44757e256 16:19:38 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:19:38 Removing intermediate container cdb44757e256 16:19:38 ---> 145c2c879ccb 16:19:38 Step 21/23 : LABEL arch=arm64 16:19:38 Collecting docopt<0.7,>=0.6.1 16:19:38 Downloading docopt-0.6.2.tar.gz (25 kB) 16:19:39 ---> Running in b8cb87a21e05 16:19:39 v3.12.1-8-ge053f6efb7 [http://nl.alpinelinux.org/alpine/v3.12/main] 16:19:39 v3.12.1-9-g3c7f8a65fa [http://nl.alpinelinux.org/alpine/v3.12/community] 16:19:39 OK: 12623 distinct packages available 16:19:40 Removing intermediate container b8cb87a21e05 16:19:40 ---> abe79b15478d 16:19:40 Step 22/23 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:19:40 ---> Running in 1d8dfa2b5016 16:19:40 OK: 217 MiB in 51 packages 16:19:41 Removing intermediate container 1d8dfa2b5016 16:19:41 ---> d22a4887e601 16:19:41 Step 23/23 : LABEL version=0.0.0 16:19:42 ---> Running in 2bfd67ec99b3 16:19:42 Collecting urllib3<1.25,>=1.21.1 16:19:42 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 16:19:43 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) 16:19:43 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) 16:19:43 Removing intermediate container 2bfd67ec99b3 16:19:43 ---> ec2fee02f081 16:19:43 16:19:43 Collecting idna<2.8,>=2.5 16:19:43 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 16:19:43 Removing intermediate container d09d8c669c81 16:19:43 ---> 59e43a6f1ff4 16:19:43 Step 6/24 : COPY go.mod . 16:19:44 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 16:19:44 Step 2/20 : FROM ${BUILDER_BASE} AS builder 16:19:44 ---> f97c52a299ca 16:19:44 Step 3/20 : WORKDIR /edgex-go 16:19:44 ---> Using cache 16:19:44 ---> 93fcde5b7782 16:19:44 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:19:44 ---> Using cache 16:19:44 ---> c35ac75aaaed 16:19:44 Step 5/20 : RUN apk update && apk add make git 16:19:44 ---> Using cache 16:19:44 ---> 6fb48bf7d9bb 16:19:44 Step 6/20 : COPY go.mod . 16:19:44 ---> Using cache 16:19:44 ---> 0c504b7d4514 16:19:44 Step 7/20 : RUN go mod download 16:19:44 ---> Using cache 16:19:44 ---> cbed5faf2bcf 16:19:44 Step 8/20 : COPY . . 16:19:44 ---> Using cache 16:19:44 ---> 7e3eecfbdabc 16:19:44 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 16:19:44 Collecting docker-pycreds>=0.4.0 16:19:44 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 16:19:44 Successfully built ec2fee02f081 16:19:44 Successfully tagged docker-core-data-go-arm64:latest 16:19:44 Building docker-security-secretstore-setup-go 16:19:44  Building docker-core-data-go ... done  ---> Running in 8f9d51f56ff5 16:19:44 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 16:19:44 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 16:19:44 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 16:19:44 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 16:19:45 ---> fc46f120a114 16:19:45 Step 7/24 : RUN go mod download 16:19:45 ---> Running in 8428c34e56b7 16:19:46 Installing collected packages: urllib3, idna, requests, PyYAML, cached-property, docker-pycreds, websocket-client, docker, texttable, jsonschema, dockerpty, docopt, docker-compose 16:19:46 Attempting uninstall: urllib3 16:19:46 Found existing installation: urllib3 1.25.9 16:19:46 Uninstalling urllib3-1.25.9: 16:19:46 Successfully uninstalled urllib3-1.25.9 16:19:46 Attempting uninstall: idna 16:19:46 Found existing installation: idna 2.9 16:19:46 Uninstalling idna-2.9: 16:19:47 Successfully uninstalled idna-2.9 16:19:47 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 16:19:47 Attempting uninstall: requests 16:19:47 Found existing installation: requests 2.23.0 16:19:47 Uninstalling requests-2.23.0: 16:19:47 Successfully uninstalled requests-2.23.0 16:19:48 Running setup.py install for PyYAML: started 16:19:52 Running setup.py install for PyYAML: finished with status 'done' 16:19:52 Removing intermediate container 8428c34e56b7 16:19:52 ---> 3739ab24630f 16:19:52 Step 8/24 : COPY . . 16:19:54 Running setup.py install for texttable: started 16:19:58 Running setup.py install for texttable: finished with status 'done' 16:19:58 Running setup.py install for dockerpty: started 16:20:01 Running setup.py install for dockerpty: finished with status 'done' 16:20:01 Running setup.py install for docopt: started 16:20:03 Running setup.py install for docopt: finished with status 'done' 16:20:05 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 16:20:09 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 16:20:09 Step 2/26 : FROM ${BUILDER_BASE} AS builder 16:20:09 ---> f97c52a299ca 16:20:09 Step 3/26 : WORKDIR /edgex-go 16:20:09 ---> Using cache 16:20:09 ---> 93fcde5b7782 16:20:09 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:09 ---> Using cache 16:20:09 ---> c35ac75aaaed 16:20:09 Step 5/26 : RUN apk update && apk add make git 16:20:09 ---> Using cache 16:20:09 ---> 6fb48bf7d9bb 16:20:09 Step 6/26 : COPY go.mod . 16:20:09 ---> Using cache 16:20:09 ---> 0c504b7d4514 16:20:09 Step 7/26 : RUN go mod download 16:20:09 ---> Using cache 16:20:09 ---> cbed5faf2bcf 16:20:09 Step 8/26 : COPY . . 16:20:09 ---> Using cache 16:20:09 ---> 7e3eecfbdabc 16:20:09 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 16:20:13 ---> Running in 83f760a236ac 16:20:14 ---> 40e6086cddff 16:20:14 Step 9/24 : RUN make cmd/support-notifications/support-notifications 16:20:14 ---> Running in 8c1f4d8f73a5 16:20:15 Removing intermediate container 1c48a35f2964 16:20:15 ---> 578dd31df63d 16:20:15 Step 22/27 : RUN apk --no-cache add curl 16:20:15 ---> Running in 7282c68b2b6b 16:20:16 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 16:20:17 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 16:20:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:20:18 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:20:19 (1/3) Installing nghttp2-libs (1.41.0-r0) 16:20:19 (2/3) Installing libcurl (7.69.1-r1) 16:20:19 (3/3) Installing curl (7.69.1-r1) 16:20:19 Executing busybox-1.31.1-r19.trigger 16:20:19 OK: 71 MiB in 58 packages 16:20:21 Removing intermediate container 7282c68b2b6b 16:20:21 ---> f8503af24be9 16:20:21 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 16:20:21 ---> Running in 44ded6c8298f 16:20:22 Removing intermediate container 44ded6c8298f 16:20:22 ---> b8dc14fef86d 16:20:22 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:20:22 ---> Running in 244e4cd0afae 16:20:23 Removing intermediate container 244e4cd0afae 16:20:23 ---> 64b8c3050b55 16:20:23 Step 25/27 : LABEL arch=arm64 16:20:23 ---> Running in c929a2893613 16:20:23 Removing intermediate container c929a2893613 16:20:23 ---> fc011b54bff8 16:20:23 Step 26/27 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:20:24 ---> Running in c23747f62f32 16:20:24 Removing intermediate container c23747f62f32 16:20:24 ---> 2141a0bbb4a0 16:20:24 Step 27/27 : LABEL version=0.0.0 16:20:25 ---> Running in a4b77dab096f 16:20:25 Removing intermediate container a4b77dab096f 16:20:25 ---> 1ef3565bcbe8 16:20:25 16:20:26 Successfully built 1ef3565bcbe8 16:20:26 Successfully tagged docker-sys-mgmt-agent-go-arm64:latest 16:20:26 Building docker-core-metadata-go 16:20:44  Building docker-sys-mgmt-agent-go ... done Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 16:20:44 Step 2/22 : FROM ${BUILDER_BASE} AS builder 16:20:44 ---> f97c52a299ca 16:20:44 Step 3/22 : WORKDIR /edgex-go 16:20:44 ---> Using cache 16:20:44 ---> 93fcde5b7782 16:20:44 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 16:20:44 ---> Using cache 16:20:44 ---> c35ac75aaaed 16:20:44 Step 5/22 : RUN apk update && apk add make git 16:20:44 ---> Using cache 16:20:44 ---> 6fb48bf7d9bb 16:20:44 Step 6/22 : COPY go.mod . 16:20:44 ---> Using cache 16:20:44 ---> 0c504b7d4514 16:20:44 Step 7/22 : RUN go mod download 16:20:44 ---> Using cache 16:20:44 ---> cbed5faf2bcf 16:20:44 Step 8/22 : COPY . . 16:20:44 ---> Using cache 16:20:44 ---> 7e3eecfbdabc 16:20:44 Step 9/22 : RUN make cmd/core-metadata/core-metadata 16:20:45 ---> Running in 216ef4e90be0 16:20:47 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 16:20:56 Removing intermediate container 35a335a530a9 16:20:56 ---> 46f1c1d564f9 16:20:56 16:20:56 Step 10/21 : FROM scratch 16:20:56 ---> 16:20:56 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:20:56 ---> Using cache 16:20:56 ---> 87a1389be2dd 16:20:56 Step 12/21 : ENV APP_PORT=48085 16:20:56 ---> Running in b9c450d3a944 16:20:56 Removing intermediate container b9c450d3a944 16:20:56 ---> a623ddc29460 16:20:56 Step 13/21 : EXPOSE $APP_PORT 16:20:56 ---> Running in 9e6672daddf2 16:20:56 Removing intermediate container 9e6672daddf2 16:20:56 ---> 55fb1081288a 16:20:56 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 16:20:57 ---> 70bc02834f14 16:20:57 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 16:20:59 ---> c57b3a1e389b 16:20:59 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 16:21:00 ---> 23f7a6de8de7 16:21:00 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 16:21:01 ---> Running in 98fdf7fe03cd 16:21:01 Removing intermediate container 98fdf7fe03cd 16:21:01 ---> b01ab94c5312 16:21:01 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:21:01 ---> Running in 024ddd573fe4 16:21:02 Removing intermediate container 024ddd573fe4 16:21:02 ---> 8cfffc1d36cf 16:21:02 Step 19/21 : LABEL arch=arm64 16:21:02 ---> Running in 2fe97dbb412e 16:21:03 Removing intermediate container 2fe97dbb412e 16:21:03 ---> 927f813391bb 16:21:03 Step 20/21 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:21:03 ---> Running in 1e73e3adfd20 16:21:04 Removing intermediate container 1e73e3adfd20 16:21:04 ---> dce59f380853 16:21:04 Step 21/21 : LABEL version=0.0.0 16:21:04 ---> Running in 27eb28af02f9 16:21:05 Removing intermediate container 27eb28af02f9 16:21:05 ---> 8f8bf12bfe11 16:21:05 16:21:05 Successfully built 8f8bf12bfe11 16:21:05 Successfully tagged docker-support-scheduler-go-arm64:latest 16:21:11  Building docker-support-scheduler-go ... done Removing intermediate container 8f9d51f56ff5 16:21:11 ---> 188245ddf6cc 16:21:11 16:21:11 Step 10/20 : FROM alpine 16:21:11 ---> 2e77e061c27f 16:21:11 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 16:21:11 ---> Running in 341d8ca6e74a 16:21:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 16:21:13 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 16:21:14 v3.12.1-8-ge053f6efb7 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 16:21:14 v3.12.1-9-g3c7f8a65fa [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 16:21:14 OK: 12615 distinct packages available 16:21:15 (1/4) Installing ca-certificates (20191127-r4) 16:21:15 (2/4) Installing nghttp2-libs (1.41.0-r0) 16:21:15 (3/4) Installing libcurl (7.69.1-r1) 16:21:15 (4/4) Installing curl (7.69.1-r1) 16:21:15 Executing busybox-1.31.1-r19.trigger 16:21:15 Executing ca-certificates-20191127-r4.trigger 16:21:16 OK: 7 MiB in 18 packages 16:21:18 Removing intermediate container 341d8ca6e74a 16:21:18 ---> a10de35a3c4c 16:21:18 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:21:18 ---> Running in 1d2c285575b8 16:21:19 Removing intermediate container 1d2c285575b8 16:21:19 ---> 1616cb66ca86 16:21:19 Step 13/20 : WORKDIR /edgex 16:21:19 ---> Running in 75c0f60d2a07 16:21:19 Removing intermediate container 75c0f60d2a07 16:21:19 ---> 4d19b43509b7 16:21:19 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 16:21:20 ---> 3b6065870ee0 16:21:20 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 16:21:22 ---> af0b51e37f7f 16:21:22 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 16:21:22 ---> Running in a01f45b00074 16:21:23 Removing intermediate container a01f45b00074 16:21:23 ---> 3502b596f49d 16:21:23 Step 17/20 : CMD ["--init=true"] 16:21:23 ---> Running in b9755208d1cf 16:21:24 Removing intermediate container b9755208d1cf 16:21:24 ---> 43f3779cbddb 16:21:24 Step 18/20 : LABEL arch=arm64 16:21:24 ---> Running in 9c4fdb8bb85f 16:21:25 Removing intermediate container 9c4fdb8bb85f 16:21:25 ---> 737653562211 16:21:25 Step 19/20 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:21:25 ---> Running in abbed6e63ec2 16:21:25 Removing intermediate container abbed6e63ec2 16:21:25 ---> e61568475ef6 16:21:25 Step 20/20 : LABEL version=0.0.0 16:21:25 ---> Running in eac4eebde1e7 16:21:26 Removing intermediate container eac4eebde1e7 16:21:26 ---> 6e76381193d5 16:21:26 16:21:27 Successfully built 6e76381193d5 16:21:27 Successfully tagged docker-security-proxy-setup-go-arm64:latest 16:21:29  Building docker-security-proxy-setup-go ... done 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 16:21:37 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 16:21:47 Removing intermediate container 83f760a236ac 16:21:47 ---> e7ffa2bfd757 16:21:47 16:21:47 Step 10/26 : FROM alpine:3.10 16:21:47 3.10: Pulling from library/alpine 16:21:49 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 16:21:49 Status: Downloaded newer image for alpine:3.10 16:21:49 ---> 536a684cf733 16:21:49 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 16:21:49 ---> Running in 3b43009333a3 16:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/aarch64/APKINDEX.tar.gz 16:21:52 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/aarch64/APKINDEX.tar.gz 16:21:52 Removing intermediate container 8c1f4d8f73a5 16:21:52 ---> c2da306bcf2e 16:21:52 16:21:52 Step 10/24 : FROM scratch 16:21:52 ---> 16:21:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 16:21:52 ---> Using cache 16:21:52 ---> 9f11d94070c8 16:21:52 Step 12/24 : ENV APP_PORT=48060 16:21:52 ---> Running in ee2c4aa99d4b 16:21:52 v3.10.5-127-ga687d2589a [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 16:21:52 v3.10.5-136-gb80983a48b [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 16:21:52 OK: 10167 distinct packages available 16:21:53 Removing intermediate container ee2c4aa99d4b 16:21:53 ---> ada6dde2798a 16:21:53 Step 13/24 : EXPOSE $APP_PORT 16:21:53 (1/5) Installing ca-certificates (20191127-r2) 16:21:53 ---> Running in 6d373fd672ad 16:21:53 (2/5) Installing nghttp2-libs (1.39.2-r1) 16:21:53 (3/5) Installing libcurl (7.66.0-r1) 16:21:53 (4/5) Installing curl (7.66.0-r1) 16:21:53 (5/5) Installing dumb-init (1.2.2-r1) 16:21:53 Executing busybox-1.30.1-r3.trigger 16:21:53 Executing ca-certificates-20191127-r2.trigger 16:21:54 OK: 7 MiB in 19 packages 16:21:54 Removing intermediate container 6d373fd672ad 16:21:54 ---> 7faab7efad23 16:21:54 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 16:21:55 ---> 94cb7af8a9f1 16:21:55 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 16:21:56 Removing intermediate container 3b43009333a3 16:21:56 ---> 803a8214bdcc 16:21:56 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 16:21:56 ---> Running in 736239ead12d 16:21:57 Removing intermediate container 736239ead12d 16:21:57 ---> 803108ebc2e3 16:21:57 Step 13/26 : WORKDIR / 16:21:57 ---> 1dfdc2217149 16:21:57 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 16:21:57 ---> Running in b77f90a73712 16:21:58 Removing intermediate container b77f90a73712 16:21:58 ---> 5b8a3eac02bf 16:21:58 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 16:21:59 ---> 4595989a08a3 16:21:59 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 16:21:59 ---> 09259e1a375c 16:21:59 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 16:22:00 ---> 6dfa2ec4aa09 16:22:00 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 16:22:00 ---> 702e7dccda77 16:22:00 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 16:22:01 ---> cef416ac595e 16:22:01 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 16:22:01 ---> 7bdd0de276e7 16:22:01 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 16:22:02 ---> 0571616a4be5 16:22:02 Step 20/24 : ENTRYPOINT ["/support-notifications"] 16:22:02 ---> 77f8a1f76aaa 16:22:02 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 16:22:02 ---> Running in f67384428018 16:22:03 Removing intermediate container f67384428018 16:22:03 ---> 32d7f15295ed 16:22:03 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:03 ---> Running in b86a78adc923 16:22:03 ---> ce61207d85f3 16:22:03 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 16:22:03 Removing intermediate container b86a78adc923 16:22:03 ---> 0d0c939b7bcd 16:22:03 Step 22/24 : LABEL arch=arm64 16:22:03 ---> Running in f1cf956b3d85 16:22:04 Removing intermediate container f1cf956b3d85 16:22:04 ---> a96438036150 16:22:04 Step 23/24 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:22:05 ---> 8ac45ee064a7 16:22:05 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 16:22:05 ---> Running in 703d80b11390 16:22:05 Removing intermediate container 703d80b11390 16:22:05 ---> 5ff73b1dd637 16:22:05 Step 24/24 : LABEL version=0.0.0 16:22:05 ---> Running in 4ea1c788a2ab 16:22:06 ---> 6cd1ba579e3c 16:22:06 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 16:22:06 Removing intermediate container 4ea1c788a2ab 16:22:06 ---> 5aa4ad857c2b 16:22:06 16:22:06 Successfully built 5aa4ad857c2b 16:22:06 Successfully tagged docker-support-notifications-go-arm64:latest 16:22:07  Building docker-support-notifications-go ... done  ---> 8083fed5ee91 16:22:07 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 16:22:07 ---> Running in 4aa807b3c310 16:22:08 Removing intermediate container 216ef4e90be0 16:22:08 ---> 48879c4c5a33 16:22:08 16:22:08 Step 10/22 : FROM scratch 16:22:08 ---> 16:22:08 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 16:22:08 ---> Using cache 16:22:08 ---> 87a1389be2dd 16:22:08 Step 12/22 : ENV APP_PORT=48081 16:22:08 ---> Running in 057e5f7ab390 16:22:09 Removing intermediate container 057e5f7ab390 16:22:09 ---> 2d11da670418 16:22:09 Step 13/22 : EXPOSE $APP_PORT 16:22:09 ---> Running in d0a2a7d8b656 16:22:10 Removing intermediate container d0a2a7d8b656 16:22:10 ---> 2f3f49443b11 16:22:10 Step 14/22 : WORKDIR / 16:22:10 ---> Running in a49b7d4933d5 16:22:10 Removing intermediate container a49b7d4933d5 16:22:10 ---> 1332bfd331d0 16:22:10 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 16:22:10 Removing intermediate container 4aa807b3c310 16:22:10 ---> adabeae3d418 16:22:10 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 16:22:10 ---> Running in 541d6a7cd3ea 16:22:11 ---> 20f43bf9d0af 16:22:11 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 16:22:11 Removing intermediate container 541d6a7cd3ea 16:22:11 ---> 68a1835ffdf1 16:22:11 Step 24/26 : LABEL arch=arm64 16:22:11 ---> Running in 404c199c1c42 16:22:12 Removing intermediate container 404c199c1c42 16:22:12 ---> 8f8986cb2ad9 16:22:12 Step 25/26 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:22:12 ---> Running in 87ae340d8219 16:22:12 ---> 224f8550c817 16:22:12 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 16:22:12 Removing intermediate container 87ae340d8219 16:22:12 ---> 8618a236d91f 16:22:12 Step 26/26 : LABEL version=0.0.0 16:22:12 ---> Running in 655c3f219f18 16:22:13 Removing intermediate container 655c3f219f18 16:22:13 ---> c8f3953ec74b 16:22:13 16:22:13 ---> f2c07f9d69a8 16:22:13 Step 18/22 : ENTRYPOINT ["/core-metadata"] 16:22:13 ---> Running in 62db2ee7573d 16:22:13 Successfully built c8f3953ec74b 16:22:13 Successfully tagged docker-security-secretstore-setup-go-arm64:latest 16:22:14  Building docker-security-secretstore-setup-go ... done Removing intermediate container 62db2ee7573d 16:22:14 ---> f0e1e24fac95 16:22:14 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 16:22:14 ---> Running in 2e9dbbd84d64 16:22:14 Removing intermediate container 2e9dbbd84d64 16:22:14 ---> 8c3f3cf9fe61 16:22:14 Step 20/22 : LABEL arch=arm64 16:22:14 ---> Running in 4f95b99937e4 16:22:15 Removing intermediate container 4f95b99937e4 16:22:15 ---> 0a35a0333fab 16:22:15 Step 21/22 : LABEL git_sha=8f1902a5c513359471ccc264453bcaa93f574812 16:22:15 ---> Running in 1c0f39671637 16:22:15 Removing intermediate container 1c0f39671637 16:22:15 ---> 8cf141684b95 16:22:15 Step 22/22 : LABEL version=0.0.0 16:22:16 ---> Running in 2ceae6e9fc29 16:22:16 Removing intermediate container 2ceae6e9fc29 16:22:16 ---> 37ebed3fc3ca 16:22:16 16:22:16 Successfully built 37ebed3fc3ca 16:22:16 Successfully tagged docker-core-metadata-go-arm64:latest 16:22:17  Building docker-core-metadata-go ... done  [Pipeline] } 16:22:17 $ docker stop --time=1 d0e2b6f3ce0c6e49db0905166cf77ec97f2b05ca39c33dc284f6f7c85a94f03f 16:22:19 $ docker rm -f d0e2b6f3ce0c6e49db0905166cf77ec97f2b05ca39c33dc284f6f7c85a94f03f [Pipeline] // withDockerContainer [Pipeline] sh 16:22:19 + grep docker 16:22:19 + docker images 16:22:20 docker-core-metadata-go-arm64 latest 37ebed3fc3ca 3 seconds ago 13.5MB 16:22:20 docker-security-secretstore-setup-go-arm64 latest c8f3953ec74b 6 seconds ago 30.8MB 16:22:20 docker-support-notifications-go-arm64 latest 5aa4ad857c2b 13 seconds ago 12.9MB 16:22:20 docker-security-proxy-setup-go-arm64 latest 6e76381193d5 53 seconds ago 15.1MB 16:22:20 docker-support-scheduler-go-arm64 latest 8f8bf12bfe11 About a minute ago 11.5MB 16:22:20 docker-sys-mgmt-agent-go-arm64 latest 1ef3565bcbe8 About a minute ago 270MB 16:22:20 docker-core-data-go-arm64 latest ec2fee02f081 2 minutes ago 22.3MB 16:22:20 docker-security-secrets-setup-go-arm64 latest 28ed034cb5a0 3 minutes ago 22.7MB 16:22:20 docker-core-command-go-arm64 latest 20ea39214e09 3 minutes ago 11.4MB 16:22:20 docker-support-logging-go-arm64 latest 3d9e042c2039 3 minutes ago 10.6MB 16:22:20 docker latest 5d4db4dc0692 6 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 16:22:23 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 16:22:24 ---> package-listing.sh 16:22:24 ++ facter osfamily 16:22:24 ++ tr '[:upper:]' '[:lower:]' 16:22:24 + OS_FAMILY=redhat 16:22:24 + workspace=/w/workspace/edgex-go/2 16:22:24 + START_PACKAGES=/tmp/packages_start.txt 16:22:24 + END_PACKAGES=/tmp/packages_end.txt 16:22:24 + DIFF_PACKAGES=/tmp/packages_diff.txt 16:22:24 + PACKAGES=/tmp/packages_start.txt 16:22:24 + '[' /w/workspace/edgex-go/2 ']' 16:22:24 + PACKAGES=/tmp/packages_end.txt 16:22:24 + case "${OS_FAMILY}" in 16:22:24 + rpm -qa 16:22:24 + sort 16:22:28 + '[' -f /tmp/packages_start.txt ']' 16:22:28 + '[' -f /tmp/packages_end.txt ']' 16:22:28 + diff /tmp/packages_start.txt /tmp/packages_end.txt 16:22:28 + '[' /w/workspace/edgex-go/2 ']' 16:22:28 + mkdir -p /w/workspace/edgex-go/2/archives/ 16:22:28 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo 16:22:28 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 16:22:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 16:22:29 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:22:29 16:22:29 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 16:22:29 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:22:29 alpine: Pulling from edgex-lftools-log-publisher 16:22:29 df20fa9351a1: Already exists 16:22:29 36b3adc4ff6f: Pulling fs layer 16:22:29 8ad3a11d3b57: Pulling fs layer 16:22:29 46f8f816bc3b: Pulling fs layer 16:22:29 93b61091891f: Pulling fs layer 16:22:29 93b9cdb0e59b: Pulling fs layer 16:22:29 5e14af77c1be: Pulling fs layer 16:22:29 01666e4c0597: Pulling fs layer 16:22:29 aa168da1d23b: Pulling fs layer 16:22:29 5e14af77c1be: Waiting 16:22:29 01666e4c0597: Waiting 16:22:29 93b9cdb0e59b: Waiting 16:22:29 93b61091891f: Waiting 16:22:29 aa168da1d23b: Waiting 16:22:29 46f8f816bc3b: Verifying Checksum 16:22:29 46f8f816bc3b: Download complete 16:22:29 36b3adc4ff6f: Verifying Checksum 16:22:29 36b3adc4ff6f: Download complete 16:22:29 93b9cdb0e59b: Verifying Checksum 16:22:29 93b9cdb0e59b: Download complete 16:22:29 5e14af77c1be: Verifying Checksum 16:22:29 5e14af77c1be: Download complete 16:22:29 93b61091891f: Verifying Checksum 16:22:29 93b61091891f: Download complete 16:22:29 01666e4c0597: Verifying Checksum 16:22:29 01666e4c0597: Download complete 16:22:30 36b3adc4ff6f: Pull complete 16:22:30 8ad3a11d3b57: Verifying Checksum 16:22:30 8ad3a11d3b57: Download complete 16:22:31 8ad3a11d3b57: Pull complete 16:22:31 46f8f816bc3b: Pull complete 16:22:32 aa168da1d23b: Verifying Checksum 16:22:32 aa168da1d23b: Download complete 16:22:33 93b61091891f: Pull complete 16:22:33 93b9cdb0e59b: Pull complete 16:22:33 5e14af77c1be: Pull complete 16:22:33 01666e4c0597: Pull complete 16:22:43 aa168da1d23b: Pull complete 16:22:43 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 16:22:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 16:22:43 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 16:22:43 prd-centos7-docker-4c-2g-9505 does not seem to be running inside a container 16:22:43 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 16:22:53 $ docker top 5cffb45e4a81a6c9de84d6cbeb4a574aa2950574ae3310a7a254137ee622ffc9 -eo pid,comm [Pipeline] { [Pipeline] sh 16:22:53 + touch /tmp/pre-build-complete [Pipeline] sh 16:22:54 + mkdir -p /var/log/sa [Pipeline] sh 16:22:54 + ls /var/log/sa-host 16:22:54 + sadf -c /var/log/sa-host/sa05 16:22:54 file_magic: OK 16:22:54 HZ: Using current value: 100 16:22:54 file_header: OK 16:22:54 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 16:22:54 Statistics: 16:22:54 Hnuu...uuuununununu...Hnuu...uuuununununu... 16:22:54 File successfully converted to sysstat format version 12.2.1 16:22:54 + sadf -c /var/log/sa-host/sa28 16:22:54 file_magic: OK 16:22:54 HZ: Using current value: 100 16:22:54 file_header: OK 16:22:54 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 16:22:54 Statistics: 16:22:54 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... 16:22:54 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 16:22:54 provisioning config files... 16:22:54 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config5369787322732520658tmp [Pipeline] { [Pipeline] echo 16:22:54 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 16:22:55 ---> create-netrc.sh [Pipeline] } 16:22:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 16:22:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 16:22:55 ---> python-tools-install.sh [Pipeline] echo 16:22:55 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 16:22:55 ---> sudo-logs.sh 16:22:55 Archiving 'sudo' log.. [Pipeline] echo 16:22:55 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 16:22:56 ---> job-cost.sh 16:22:56 lf-activate-venv: SKIPPING 16:22:56 INFO: No Stack... 16:22:57 INFO: Retrieving Pricing Info for: v1-standard-2 16:22:57 INFO: Archiving Costs [Pipeline] echo 16:22:57 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 16:22:58 ---> logs-deploy.sh 16:22:58 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2858/2 16:22:58 INFO: archiving workspace using pattern(s): 16:22:59 Archives upload complete. 16:22:59 INFO: archiving logs to Nexus 16:23:00 ---> uname -a: 16:23:00 Linux prd-centos7-docker-4c-2g-9505.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 16:23:00 16:23:00 16:23:00 ---> lscpu: 16:23:00 Architecture: x86_64 16:23:00 CPU op-mode(s): 32-bit, 64-bit 16:23:00 Byte Order: Little Endian 16:23:00 Address sizes: 40 bits physical, 48 bits virtual 16:23:00 CPU(s): 4 16:23:00 On-line CPU(s) list: 0-3 16:23:00 Thread(s) per core: 1 16:23:00 Core(s) per socket: 1 16:23:00 Socket(s): 4 16:23:00 NUMA node(s): 1 16:23:00 Vendor ID: GenuineIntel 16:23:00 CPU family: 6 16:23:00 Model: 44 16:23:00 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 16:23:00 Stepping: 1 16:23:00 CPU MHz: 2933.438 16:23:00 BogoMIPS: 5866.87 16:23:00 Virtualization: VT-x 16:23:00 Hypervisor vendor: KVM 16:23:00 Virtualization type: full 16:23:00 L1d cache: 128 KiB 16:23:00 L1i cache: 128 KiB 16:23:00 L2 cache: 16 MiB 16:23:00 L3 cache: 64 MiB 16:23:00 NUMA node0 CPU(s): 0-3 16:23:00 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 16:23:00 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 16:23:00 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 16:23:00 Vulnerability Meltdown: Mitigation; PTI 16:23:00 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 16:23:00 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 16:23:00 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 16:23:00 Vulnerability Tsx async abort: Not affected 16:23:00 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 16:23:00 16:23:00 16:23:00 ---> nproc: 16:23:00 4 16:23:00 16:23:00 16:23:00 ---> df -h: 16:23:00 Filesystem Size Used Available Use% Mounted on 16:23:00 overlay 50.0G 12.2G 37.8G 24% / 16:23:00 tmpfs 64.0M 0 64.0M 0% /dev 16:23:00 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 16:23:00 shm 64.0M 0 64.0M 0% /dev/shm 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /facter-os 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/resolv.conf 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hostname 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /etc/hosts 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/secure 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/auth.log 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /run/cloud-init/result.json 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /var/log/sa-host 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2 16:23:00 /dev/vda1 50.0G 12.2G 37.8G 24% /w/workspace/edgex-go/2@tmp 16:23:00 16:23:00 16:23:00 ---> free -m: 16:23:00 total used free shared buff/cache available 16:23:00 Mem: 1837 658 132 0 1045 1092 16:23:00 Swap: 1023 71 952 16:23:00 16:23:00 16:23:00 ---> ip addr: 16:23:00 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 16:23:00 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 16:23:00 inet 127.0.0.1/8 scope host lo 16:23:00 valid_lft forever preferred_lft forever 16:23:00 inet6 ::1/128 scope host 16:23:00 valid_lft forever preferred_lft forever 16:23:00 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 16:23:00 link/ether fa:16:3e:87:41:03 brd ff:ff:ff:ff:ff:ff 16:23:00 inet 10.30.122.58/23 brd 10.30.123.255 scope global dynamic eth0 16:23:00 valid_lft 85178sec preferred_lft 85178sec 16:23:00 inet6 fe80::f816:3eff:fe87:4103/64 scope link 16:23:00 valid_lft forever preferred_lft forever 16:23:00 3: docker0: mtu 1500 qdisc noqueue state DOWN 16:23:00 link/ether 02:42:0c:26:05:8d brd ff:ff:ff:ff:ff:ff 16:23:00 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 16:23:00 valid_lft forever preferred_lft forever 16:23:00 inet6 fe80::42:cff:fe26:58d/64 scope link 16:23:00 valid_lft forever preferred_lft forever 16:23:00 16:23:00 16:23:00 ---> sar -b -r -n DEV: 16:23:00 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 16:23:00 16:23:00 16:02:20 LINUX RESTART (4 CPU) 16:23:00 16:23:00 16:03:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 16:23:00 16:04:01 68.39 14.62 53.77 0.00 5183.03 12113.74 0.00 16:23:00 16:05:01 243.60 97.31 146.29 0.00 7211.24 61304.69 0.00 16:23:00 16:06:01 317.89 159.32 158.57 0.00 7892.75 19291.57 0.00 16:23:00 16:07:01 122.43 75.04 47.39 0.00 3202.53 7187.20 0.00 16:23:00 16:08:01 1073.76 789.52 284.24 0.00 96612.39 166551.82 0.00 16:23:00 16:09:02 2592.33 2282.23 310.09 0.00 142212.50 154833.66 0.00 16:23:00 16:10:02 805.74 513.72 292.01 0.00 85908.56 135692.13 0.00 16:23:00 16:11:02 1408.33 1108.46 299.87 0.00 57293.67 64381.24 0.00 16:23:00 16:12:01 1359.72 1079.57 280.15 0.00 61135.75 75919.02 0.00 16:23:00 16:13:01 51.41 24.45 26.96 0.00 3476.52 1603.06 0.00 16:23:00 16:14:01 0.38 0.17 0.22 0.00 2.40 3.48 0.00 16:23:00 16:15:01 0.27 0.05 0.22 0.00 0.40 2.61 0.00 16:23:00 16:16:01 0.28 0.02 0.27 0.00 0.53 2.53 0.00 16:23:00 16:17:01 0.28 0.00 0.28 0.00 0.00 3.23 0.00 16:23:00 16:18:01 2.28 2.06 0.22 0.00 207.79 2.48 0.00 16:23:00 16:19:01 0.82 0.03 0.78 0.00 1.07 15.22 0.00 16:23:00 16:20:01 0.27 0.02 0.25 0.00 0.27 2.47 0.00 16:23:00 16:21:01 0.27 0.00 0.27 0.00 0.00 2.98 0.00 16:23:00 16:22:01 0.28 0.03 0.25 0.00 0.80 3.01 0.00 16:23:00 Average: 423.33 323.29 100.04 0.00 24799.33 36828.67 0.00 16:23:00 16:23:00 16:03:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 16:23:00 16:04:01 66480 0 644836 34.27 2620 1167620 1308164 44.65 577176 1071872 66884 16:23:00 16:05:01 167268 0 658292 34.99 1492 1054504 1318924 45.01 636088 883108 36 16:23:00 16:06:01 310308 0 783024 41.62 1312 786912 1738644 59.34 675388 662436 20656 16:23:00 16:07:01 386016 0 675316 35.89 1272 818952 1147700 39.17 565472 696296 20 16:23:00 16:08:01 271904 0 688768 36.61 0 920884 1946556 66.43 602668 834204 44 16:23:00 16:09:02 429648 0 1005256 53.43 0 446652 3896352 132.98 647552 588408 65056 16:23:00 16:10:02 73372 0 767740 40.80 0 1040444 2268120 77.41 757764 879288 32676 16:23:00 16:11:02 219280 0 712100 37.85 0 950176 1818696 62.07 664788 783300 2504 16:23:00 16:12:01 410284 0 622608 33.09 0 848664 1351184 46.11 365012 910380 0 16:23:00 16:13:01 595616 0 576312 30.63 0 709628 1186136 40.48 357100 737156 20 16:23:00 16:14:01 596748 0 575168 30.57 0 709640 1175232 40.11 357008 736484 8 16:23:00 16:15:01 596772 0 575120 30.57 0 709664 1167140 39.83 356740 736300 20 16:23:00 16:16:01 597720 0 574176 30.52 0 709660 1166912 39.82 356284 736300 12 16:23:00 16:17:01 598032 0 573840 30.50 0 709684 1166912 39.82 356284 736320 8 16:23:00 16:18:01 588272 0 577988 30.72 0 715296 1167140 39.83 362556 738808 20 16:23:00 16:19:01 588784 0 577452 30.69 0 715320 1166936 39.83 362120 738828 12 16:23:00 16:20:01 589244 0 576988 30.67 0 715324 1166912 39.82 362080 738832 12 16:23:00 16:21:01 588856 0 577368 30.69 0 715332 1166912 39.82 362084 738832 8 16:23:00 16:22:01 587832 0 578388 30.74 0 715336 1167116 39.83 363188 738848 8 16:23:00 Average: 434865 0 648460 34.46 352 797879 1499563 51.18 478282 772947 9895 16:23:00 16:23:00 16:03:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 16:23:00 16:04:01 veth078a487 690.30 597.27 65.50 2066.28 0.00 0.00 0.00 0.00 16:23:00 16:04:01 eth0 1395.87 1256.43 5465.88 165.89 0.00 0.00 0.00 0.00 16:23:00 16:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:04:01 docker0 690.30 597.14 56.06 2066.27 0.00 0.00 0.00 0.00 16:23:00 16:05:01 vethcf4d772 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:05:01 veth181a3d4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:05:01 eth0 709.02 612.57 5039.42 69.34 0.00 0.00 0.00 0.00 16:23:00 16:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:06:01 vethddd2961 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:06:01 eth0 139.85 103.95 501.95 21.65 0.00 0.00 0.00 0.00 16:23:00 16:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:06:01 docker0 998.90 915.51 79.18 3485.19 0.00 0.00 0.00 0.00 16:23:00 16:07:01 eth0 51.48 35.77 30.03 87.92 0.00 0.00 0.00 0.00 16:23:00 16:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:08:01 vethf7c1ebd 0.00 0.07 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:08:01 vethe83e1b8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:08:01 veth613ff56 0.00 0.23 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:08:01 vethb24a006 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:09:02 vethe11134b 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:09:02 veth21a18ff 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:09:02 veth613ff56 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:09:02 eth0 2696.07 2283.76 13078.14 444.11 0.00 0.00 0.00 0.00 16:23:00 16:10:02 veth965bd52 25.16 40.23 1.68 265.84 0.00 0.00 0.00 0.00 16:23:00 16:10:02 veth613ff56 0.00 0.08 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:10:02 eth0 70.14 40.39 321.37 11.55 0.00 0.00 0.00 0.00 16:23:00 16:10:02 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 16:23:00 16:11:02 veth613ff56 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:11:02 vethea38048 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:11:02 eth0 112.52 80.74 245.49 98.91 0.00 0.00 0.00 0.00 16:23:00 16:11:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:12:01 veth613ff56 0.00 0.27 0.00 0.01 0.00 0.00 0.00 0.00 16:23:00 16:12:01 eth0 66.03 36.27 176.71 18.28 0.00 0.00 0.00 0.00 16:23:00 16:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:12:01 docker0 1115.52 1071.98 86.47 4318.23 0.00 0.00 0.00 0.00 16:23:00 16:13:01 eth0 12.46 7.19 10.57 5.03 0.00 0.00 0.00 0.00 16:23:00 16:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:13:01 docker0 0.00 0.05 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:14:01 eth0 5.04 4.76 0.63 11.29 0.00 0.00 0.00 0.00 16:23:00 16:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:15:01 eth0 5.10 4.56 0.62 7.13 0.00 0.00 0.00 0.00 16:23:00 16:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:16:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:23:00 16:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:17:01 eth0 0.62 0.08 0.06 0.01 0.00 0.00 0.00 0.00 16:23:00 16:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:18:01 eth0 7.08 7.13 0.76 13.85 0.00 0.00 0.00 0.00 16:23:00 16:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:19:01 eth0 0.18 0.15 0.07 0.04 0.00 0.00 0.00 0.00 16:23:00 16:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:20:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 16:23:00 16:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:21:01 eth0 0.38 0.05 0.03 0.00 0.00 0.00 0.00 0.00 16:23:00 16:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:22:01 eth0 2.41 2.16 0.40 6.75 0.00 0.00 0.00 0.00 16:23:00 16:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 16:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 Average: eth0 149.54 126.02 715.39 31.79 0.00 0.00 0.00 0.00 16:23:00 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 16:23:00 Average: docker0 57.87 55.61 4.49 224.00 0.00 0.00 0.00 0.00 16:23:00 16:23:00 16:23:00 ---> sar -P ALL: 16:23:00 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/28/20 _x86_64_ (4 CPU) 16:23:00 16:23:00 16:02:20 LINUX RESTART (4 CPU) 16:23:00 16:23:00 16:03:01 CPU %user %nice %system %iowait %steal %idle 16:23:00 16:04:01 all 12.03 0.00 6.36 1.88 0.05 79.68 16:23:00 16:04:01 0 12.76 0.00 9.22 0.99 0.07 76.95 16:23:00 16:04:01 1 12.33 0.00 5.51 2.15 0.03 79.98 16:23:00 16:04:01 2 12.24 0.00 5.32 2.03 0.05 80.36 16:23:00 16:04:01 3 10.81 0.00 5.41 2.33 0.05 81.40 16:23:00 16:05:01 all 14.66 0.00 8.59 2.23 0.08 74.43 16:23:00 16:05:01 0 15.92 0.00 9.78 2.04 0.03 72.22 16:23:00 16:05:01 1 14.46 0.00 8.24 2.69 0.09 74.52 16:23:00 16:05:01 2 12.91 0.00 7.81 0.92 0.10 78.25 16:23:00 16:05:01 3 15.34 0.00 8.55 3.27 0.10 72.74 16:23:00 16:06:01 all 35.78 0.00 13.76 7.29 0.07 43.11 16:23:00 16:06:01 0 35.00 0.00 14.31 6.21 0.07 44.41 16:23:00 16:06:01 1 35.89 0.00 13.16 7.26 0.05 43.65 16:23:00 16:06:01 2 35.88 0.00 14.19 9.01 0.07 40.85 16:23:00 16:06:01 3 36.34 0.00 13.37 6.67 0.09 43.54 16:23:00 16:07:01 all 39.95 0.00 12.14 2.25 0.11 45.56 16:23:00 16:07:01 0 41.07 0.00 11.39 2.34 0.09 45.12 16:23:00 16:07:01 1 39.77 0.00 12.42 3.01 0.12 44.67 16:23:00 16:07:01 2 38.70 0.00 11.91 2.31 0.10 46.98 16:23:00 16:07:01 3 40.27 0.00 12.84 1.31 0.12 45.45 16:23:00 16:08:01 all 23.73 0.00 25.97 5.87 0.24 44.18 16:23:00 16:08:01 0 22.06 0.00 26.19 6.17 0.24 45.34 16:23:00 16:08:01 1 24.79 0.00 25.59 4.35 0.28 45.00 16:23:00 16:08:01 2 24.29 0.00 26.23 7.20 0.21 42.07 16:23:00 16:08:01 3 23.79 0.00 25.89 5.78 0.23 44.32 16:23:00 16:09:02 all 30.98 0.00 23.82 27.03 0.31 17.86 16:23:00 16:09:02 0 30.50 0.00 23.68 26.68 0.31 18.83 16:23:00 16:09:02 1 31.26 0.00 23.14 26.76 0.33 18.51 16:23:00 16:09:02 2 31.21 0.00 23.24 25.74 0.38 19.43 16:23:00 16:09:02 3 30.96 0.00 25.24 28.96 0.21 14.62 16:23:00 16:10:02 all 43.16 0.00 20.77 18.23 0.28 17.55 16:23:00 16:10:02 0 41.21 0.00 20.33 19.63 0.33 18.51 16:23:00 16:10:02 1 43.76 0.00 21.49 17.98 0.29 16.48 16:23:00 16:10:02 2 43.93 0.00 20.09 17.11 0.26 18.61 16:23:00 16:10:02 3 43.74 0.00 21.16 18.22 0.26 16.62 16:23:00 16:11:02 all 49.27 0.00 20.13 18.50 0.18 11.92 16:23:00 16:11:02 0 47.29 0.00 19.49 17.09 0.16 15.97 16:23:00 16:11:02 1 49.78 0.00 20.24 18.42 0.21 11.34 16:23:00 16:11:02 2 50.72 0.00 19.80 19.10 0.19 10.19 16:23:00 16:11:02 3 49.31 0.00 20.98 19.37 0.16 10.18 16:23:00 16:12:01 all 21.90 0.00 16.24 15.82 0.40 45.64 16:23:00 16:12:01 0 19.76 0.00 15.79 15.30 0.40 48.75 16:23:00 16:12:01 1 22.07 0.00 15.15 15.87 0.42 46.49 16:23:00 16:12:01 2 23.69 0.00 18.31 14.08 0.32 43.61 16:23:00 16:12:01 3 22.09 0.00 15.71 18.07 0.44 43.69 16:23:00 16:13:01 all 1.43 0.00 1.62 0.65 0.05 96.26 16:23:00 16:13:01 0 1.64 0.00 1.72 0.69 0.07 95.89 16:23:00 16:13:01 1 1.15 0.00 1.54 0.53 0.03 96.74 16:23:00 16:13:01 2 1.74 0.00 1.71 0.50 0.07 95.98 16:23:00 16:13:01 3 1.17 0.00 1.51 0.87 0.03 96.42 16:23:00 16:14:01 all 0.16 0.00 0.07 0.00 0.01 99.76 16:23:00 16:14:01 0 0.08 0.00 0.07 0.00 0.00 99.85 16:23:00 16:14:01 1 0.10 0.00 0.05 0.00 0.02 99.83 16:23:00 16:14:01 2 0.35 0.00 0.08 0.00 0.00 99.57 16:23:00 16:14:01 3 0.12 0.00 0.08 0.00 0.02 99.78 16:23:00 16:23:00 16:14:01 CPU %user %nice %system %iowait %steal %idle 16:23:00 16:15:01 all 0.07 0.00 0.05 0.00 0.01 99.87 16:23:00 16:15:01 0 0.07 0.00 0.08 0.00 0.00 99.85 16:23:00 16:15:01 1 0.05 0.00 0.03 0.00 0.00 99.92 16:23:00 16:15:01 2 0.05 0.00 0.03 0.00 0.03 99.88 16:23:00 16:15:01 3 0.10 0.00 0.07 0.00 0.00 99.83 16:23:00 16:16:01 all 0.03 0.00 0.02 0.00 0.00 99.94 16:23:00 16:16:01 0 0.03 0.00 0.02 0.00 0.00 99.95 16:23:00 16:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:23:00 16:16:01 2 0.03 0.00 0.03 0.00 0.00 99.93 16:23:00 16:16:01 3 0.03 0.00 0.03 0.00 0.00 99.93 16:23:00 16:17:01 all 0.04 0.00 0.02 0.00 0.00 99.93 16:23:00 16:17:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:23:00 16:17:01 1 0.03 0.00 0.02 0.00 0.00 99.95 16:23:00 16:17:01 2 0.07 0.00 0.05 0.00 0.00 99.88 16:23:00 16:17:01 3 0.05 0.00 0.02 0.00 0.00 99.93 16:23:00 16:18:01 all 0.09 0.00 0.12 0.03 0.00 99.76 16:23:00 16:18:01 0 0.03 0.00 0.08 0.00 0.00 99.88 16:23:00 16:18:01 1 0.12 0.00 0.17 0.10 0.00 99.62 16:23:00 16:18:01 2 0.08 0.00 0.10 0.00 0.00 99.82 16:23:00 16:18:01 3 0.13 0.00 0.12 0.02 0.00 99.73 16:23:00 16:19:01 all 0.04 0.00 0.02 0.00 0.00 99.94 16:23:00 16:19:01 0 0.03 0.00 0.00 0.00 0.00 99.97 16:23:00 16:19:01 1 0.03 0.00 0.03 0.00 0.00 99.93 16:23:00 16:19:01 2 0.05 0.00 0.05 0.00 0.00 99.90 16:23:00 16:19:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:23:00 16:20:01 all 0.02 0.00 0.03 0.00 0.00 99.94 16:23:00 16:20:01 0 0.00 0.00 0.02 0.00 0.00 99.98 16:23:00 16:20:01 1 0.02 0.00 0.02 0.00 0.00 99.97 16:23:00 16:20:01 2 0.05 0.00 0.08 0.00 0.00 99.87 16:23:00 16:20:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:23:00 16:21:01 all 0.02 0.00 0.02 0.00 0.00 99.95 16:23:00 16:21:01 0 0.02 0.00 0.02 0.00 0.00 99.97 16:23:00 16:21:01 1 0.00 0.00 0.02 0.00 0.00 99.98 16:23:00 16:21:01 2 0.05 0.00 0.03 0.00 0.02 99.90 16:23:00 16:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 16:23:00 16:22:01 all 0.05 0.00 0.05 0.01 0.00 99.88 16:23:00 16:22:01 0 0.05 0.00 0.08 0.02 0.00 99.85 16:23:00 16:22:01 1 0.07 0.00 0.07 0.00 0.00 99.87 16:23:00 16:22:01 2 0.07 0.00 0.05 0.02 0.02 99.85 16:23:00 16:22:01 3 0.02 0.00 0.02 0.00 0.00 99.97 16:23:00 Average: all 14.12 0.00 7.72 5.13 0.09 72.94 16:23:00 Average: 0 13.82 0.00 7.85 5.01 0.09 73.23 16:23:00 Average: 1 14.22 0.00 7.57 5.10 0.10 73.02 16:23:00 Average: 2 14.30 0.00 7.70 5.06 0.09 72.84 16:23:00 Average: 3 14.13 0.00 7.76 5.37 0.09 72.66 16:23:00 16:23:00 16:23:00