Pull request #2835 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at 23d78d8d6164cd46726267bd4b072740b98d7786 rather than 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 Obtained Jenkinsfile from 23d78d8d6164cd46726267bd4b072740b98d7786 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 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 a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > 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-8173 in /w/workspace/edgexfoundry_edgex-go_PR-2835 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/4 [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/4 # 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 23d78d8d6164cd46726267bd4b072740b98d7786 into PR head commit 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 Merge succeeded, producing 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 Checking out Revision 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 (PR-2835) > 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/2835/head:refs/remotes/origin/PR-2835 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # 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 23d78d8d6164cd46726267bd4b072740b98d7786 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # timeout=10 Commit message: "feat(metadata): Implement GET /device/service/name/{name} V2 API" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { > git rev-list --no-walk b738613a30a3cff45f3043f21f137292100cefee # timeout=10 [Pipeline] timeout 06:21:34 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:21:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:21:34 ========================================================= 06:21:34 EdgeX Global Pipelines Version Info 06:21:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:21:36 ------------------- 06:21:36 stable info: 06:21:36 ------------------- 06:21:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:21:36 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 06:21:36 Message: update stable to v1.0.144 06:21:37 ------------------- 06:21:37 experimental info: 06:21:37 ------------------- 06:21:37 Commited By: **** collab-it+edgex@linuxfoundation.org 06:21:37 Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 06:21:37 Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:21:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 06:21:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 06:21:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:21:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:21:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2835 [Pipeline] echo 06:21:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2835 [Pipeline] echo 06:21:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2835 [Pipeline] echo 06:21:40 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [Pipeline] echo 06:21:40 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0e05368 [Pipeline] echo 06:21:40 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 06:21:40 ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secrets-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-logging/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/core-command/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo core-command,cmd/core-command/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/core-data/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo core-data,cmd/core-data/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/core-metadata/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo core-metadata,cmd/core-metadata/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/security-proxy-setup/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/security-secrets-setup/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/support-logging/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo support-logging,cmd/support-logging/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/support-notifications/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo support-notifications,cmd/support-notifications/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/support-scheduler/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 06:21:40 + for file in '`ls cmd/**/Dockerfile`' 06:21:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 06:21:40 ++ cut -d/ -f2 06:21:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 06:21:40 Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secrets-setup-go, dockerfile:cmd/security-secrets-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-logging-go, dockerfile:cmd/support-logging/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh 06:21:42 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:42 06:21:42 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:21:42 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:42 latest: Pulling from edgex-devops/git-semver 06:21:42 31603596830f: Pulling fs layer 06:21:42 2a8b12db71e7: Pulling fs layer 06:21:42 6ca5941a6612: Pulling fs layer 06:21:42 ecc8261a40a4: Pulling fs layer 06:21:42 ecc8261a40a4: Waiting 06:21:42 2a8b12db71e7: Verifying Checksum 06:21:42 2a8b12db71e7: Download complete 06:21:43 31603596830f: Download complete 06:21:43 ecc8261a40a4: Verifying Checksum 06:21:43 ecc8261a40a4: Download complete 06:21:43 6ca5941a6612: Verifying Checksum 06:21:43 6ca5941a6612: Download complete 06:21:43 31603596830f: Pull complete 06:21:43 2a8b12db71e7: Pull complete 06:21:44 6ca5941a6612: Pull complete 06:21:44 ecc8261a40a4: Pull complete 06:21:44 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:21:44 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:21:44 prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container 06:21:44 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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:10004/edgex-devops/git-semver:latest cat 06:21:47 $ docker top 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:21:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:47 [ssh-agent] Looking for ssh-agent implementation... 06:21:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:47 $ docker exec 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent 06:21:47 SSH_AUTH_SOCK=/tmp/ssh-krsTOVpWF23h/agent.12 06:21:47 SSH_AGENT_PID=17 06:21:47 Running ssh-add (command line suppressed) 06:21:48 Identity added: /w/workspace/edgex-go/4@tmp/private_key_9102529837410907941.key (/w/workspace/edgex-go/4@tmp/private_key_9102529837410907941.key) 06:21:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:48 + git tag --points-at HEAD [Pipeline] } 06:21:48 $ docker exec --env ******** --env ******** 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent -k 06:21:48 unset SSH_AUTH_SOCK; 06:21:48 unset SSH_AGENT_PID; 06:21:48 echo Agent pid 17 killed; 06:21:48 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:21:48 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:21:48 [ssh-agent] Looking for ssh-agent implementation... 06:21:49 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:21:49 $ docker exec 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent 06:21:49 SSH_AUTH_SOCK=/tmp/ssh-4BpuOwb1VJb5/agent.47 06:21:49 SSH_AGENT_PID=52 06:21:49 Running ssh-add (command line suppressed) 06:21:49 Identity added: /w/workspace/edgex-go/4@tmp/private_key_6596885292739141176.key (/w/workspace/edgex-go/4@tmp/private_key_6596885292739141176.key) 06:21:49 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:21:49 + git semver init 06:21:49 # -> Open(): unable to determine branch for HEAD 06:21:49 # $GIT_DIR = /w/workspace/edgex-go/4/.git 06:21:49 # $GIT_WORK_TREE = /w/workspace/edgex-go/4 06:21:49 # $SEMVER_REMOTE_NAME = origin 06:21:49 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:21:49 # $SEMVER_USER_NAME = edgex-jenkins 06:21:49 # $SEMVER_BRANCH = PR-2835 06:21:49 # $SEMVER_TEMP = /tmp/semver-034230201 06:21:49 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 06:22:28 # '/tmp/semver-034230201' -> '/w/workspace/edgex-go/4/.semver' 06:22:28 # -> Force: false 06:22:28 # $SEMVER_DIR = /w/workspace/edgex-go/4/.semver [Pipeline] } 06:22:28 $ docker exec --env ******** --env ******** 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a ssh-agent -k 06:22:28 unset SSH_AUTH_SOCK; 06:22:28 unset SSH_AGENT_PID; 06:22:28 echo Agent pid 52 killed; 06:22:28 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:22:29 + git semver [Pipeline] } 06:22:29 $ docker stop --time=1 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a 06:22:31 $ docker rm -f 951f7aac4b4bd301f23f9d5aab90cabb68fac0ad35005b6b3973d7e4acf3955a [Pipeline] // withDockerContainer [Pipeline] sh 06:22:31 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:22:32 Stashed 1 file(s) [Pipeline] echo 06:22:32 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo 06:22:33 ========================================================= 06:22:33 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:22:33 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:22:33 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:22:36 Sending build context to Docker daemon 325.6MB 06:22:36 Step 1/7 : ARG BASE=golang:1.15-alpine 06:22:36 Step 2/7 : FROM ${BASE} 06:22:36 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:22:36 df20fa9351a1: Pulling fs layer 06:22:36 ed8968b2872e: Pulling fs layer 06:22:36 a92cc7c5fd73: Pulling fs layer 06:22:36 e871e8e8d7a9: Pulling fs layer 06:22:36 e73272ec9a57: Pulling fs layer 06:22:36 1e910a182e73: Pulling fs layer 06:22:36 4e634b169226: Pulling fs layer 06:22:36 e73272ec9a57: Waiting 06:22:36 1e910a182e73: Waiting 06:22:36 e871e8e8d7a9: Waiting 06:22:36 a92cc7c5fd73: Verifying Checksum 06:22:36 a92cc7c5fd73: Download complete 06:22:36 ed8968b2872e: Verifying Checksum 06:22:36 ed8968b2872e: Download complete 06:22:36 e73272ec9a57: Verifying Checksum 06:22:36 e73272ec9a57: Download complete 06:22:36 1e910a182e73: Verifying Checksum 06:22:36 1e910a182e73: Download complete 06:22:36 df20fa9351a1: Verifying Checksum 06:22:36 df20fa9351a1: Download complete 06:22:37 df20fa9351a1: Pull complete 06:22:37 ed8968b2872e: Pull complete 06:22:37 a92cc7c5fd73: Pull complete 06:22:39 4e634b169226: Verifying Checksum 06:22:39 4e634b169226: Download complete 06:22:39 e871e8e8d7a9: Verifying Checksum 06:22:39 e871e8e8d7a9: Download complete 06:22:45 e871e8e8d7a9: Pull complete 06:22:45 e73272ec9a57: Pull complete 06:22:45 1e910a182e73: Pull complete 06:22:47 Still waiting to schedule task 06:22:47 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:22:50 4e634b169226: Pull complete 06:22:50 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:22:50 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:22:50 ---> f7629b54cfaa 06:22:50 Step 3/7 : RUN apk add --update make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch 06:22:50 ---> Running in a8934dfda980 06:22:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:22:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:22:52 (1/12) Installing libmagic (5.38-r0) 06:22:52 (2/12) Installing file (5.38-r0) 06:22:53 (3/12) Installing libc-dev (0.7.2-r3) 06:22:53 (4/12) Installing g++ (9.3.0-r2) 06:23:11 (5/12) Installing fortify-headers (1.1-r0) 06:23:11 (6/12) Installing patch (2.7.6-r6) 06:23:11 (7/12) Installing build-base (0.5-r2) 06:23:11 (8/12) Installing libsodium (1.0.18-r0) 06:23:11 (9/12) Installing pkgconf (1.7.2-r0) 06:23:11 (10/12) Installing libsodium-dev (1.0.18-r0) 06:23:11 (11/12) Installing libzmq (4.3.3-r0) 06:23:11 (12/12) Installing zeromq-dev (4.3.3-r0) 06:23:11 Executing busybox-1.31.1-r16.trigger 06:23:11 OK: 233 MiB in 51 packages 06:23:14 Removing intermediate container a8934dfda980 06:23:14 ---> 4d569dae2dda 06:23:14 Step 4/7 : WORKDIR /edgex-go 06:23:14 ---> Running in dd6e12adba03 06:23:14 Removing intermediate container dd6e12adba03 06:23:14 ---> f9a167d154c3 06:23:14 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 06:23:15 latest: Pulling from library/docker 06:23:15 188c0c94c7c5: Pulling fs layer 06:23:15 0c7c675703d6: Pulling fs layer 06:23:15 cc8c12a437cb: Pulling fs layer 06:23:15 c5dafad2182a: Pulling fs layer 06:23:15 5aa711733414: Pulling fs layer 06:23:15 058f73b55e4b: Pulling fs layer 06:23:15 8c9c664faf12: Pulling fs layer 06:23:15 c5dafad2182a: Waiting 06:23:15 5aa711733414: Waiting 06:23:15 058f73b55e4b: Waiting 06:23:15 8c9c664faf12: Waiting 06:23:15 cc8c12a437cb: Verifying Checksum 06:23:15 cc8c12a437cb: Download complete 06:23:15 0c7c675703d6: Verifying Checksum 06:23:15 0c7c675703d6: Download complete 06:23:15 188c0c94c7c5: Verifying Checksum 06:23:15 188c0c94c7c5: Download complete 06:23:15 5aa711733414: Verifying Checksum 06:23:15 5aa711733414: Download complete 06:23:15 058f73b55e4b: Verifying Checksum 06:23:15 058f73b55e4b: Download complete 06:23:15 8c9c664faf12: Verifying Checksum 06:23:15 8c9c664faf12: Download complete 06:23:15 188c0c94c7c5: Pull complete 06:23:15 0c7c675703d6: Pull complete 06:23:16 cc8c12a437cb: Pull complete 06:23:16 c5dafad2182a: Verifying Checksum 06:23:16 c5dafad2182a: Download complete 06:23:18 c5dafad2182a: Pull complete 06:23:18 5aa711733414: Pull complete 06:23:18 058f73b55e4b: Pull complete 06:23:18 8c9c664faf12: Pull complete 06:23:18 Digest: sha256:9170b902404a630a982a2a6473442d3e2cc2342b66345f7a9cf148f8affcf5d3 06:23:18 Status: Downloaded newer image for docker:latest 06:23:20 ---> 82cacfe0d71d 06:23:20 Step 6/7 : COPY go.mod . 06:23:20 ---> c0aac35d1bf4 06:23:20 Step 7/7 : RUN go mod download 06:23:21 ---> Running in 0be1fee1db24 06:23:43 Removing intermediate container 0be1fee1db24 06:23:43 ---> 833de7a14a2a 06:23:43 Successfully built 833de7a14a2a 06:23:43 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:23:43 + docker inspect -f . ci-base-image-x86_64 06:23:43 . [Pipeline] withDockerContainer 06:23:43 prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container 06:23:43 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:23:44 $ docker top 2d1166eb1e26c0a30506736d1443a5117dd7a2b2e97e2627313182780617c6cc -eo pid,comm [Pipeline] { [Pipeline] sh 06:23:45 + go version 06:23:45 go version go1.15.2 linux/amd64 [Pipeline] } 06:23:45 $ docker stop --time=1 2d1166eb1e26c0a30506736d1443a5117dd7a2b2e97e2627313182780617c6cc 06:23:46 $ docker rm -f 2d1166eb1e26c0a30506736d1443a5117dd7a2b2e97e2627313182780617c6cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:23:47 + docker inspect -f . ci-base-image-x86_64 06:23:47 . [Pipeline] withDockerContainer 06:23:47 prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container 06:23:47 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:23:48 $ docker top b3ffbba11f126b3e5dbacffb4288b479258c638283fa2a8919ead0757e0c7d11 -eo pid,comm [Pipeline] { [Pipeline] echo 06:23:49 ========================================================= 06:23:49 [edgeXBuildGoParallel] Running Tests and Build... 06:23:49 ========================================================= [Pipeline] sh 06:23:49 + make test 06:23:49 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:23:51 ? github.com/edgexfoundry/edgex-go [no test files] 06:24:02 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 06:24:08 ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] 06:24:08 ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] 06:24:08 ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] 06:24:08 ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] 06:24:09 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.015s 06:24:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-read [no test files] 06:24:09 ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] 06:24:09 ? github.com/edgexfoundry/edgex-go/cmd/support-logging [no test files] 06:24:09 ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] 06:24:10 ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] 06:24:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] 06:24:10 ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] 06:24:10 ? github.com/edgexfoundry/edgex-go/internal [no test files] 06:24:13 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.020s coverage: 46.6% of statements 06:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] 06:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] 06:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] 06:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] 06:24:13 ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data 1.056s coverage: 27.1% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.054s coverage: 100.0% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.005s coverage: 100.0% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.027s coverage: 77.3% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.021s coverage: 83.5% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.112s coverage: 28.6% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.023s coverage: 100.0% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] 06:24:18 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.012s coverage: 100.0% of statements 06:24:18 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] 06:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.023s coverage: 86.7% of statements 06:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] 06:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.049s coverage: 97.5% of statements 06:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] 06:24:19 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.022s coverage: 100.0% of statements 06:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] 06:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] 06:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] 06:24:19 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] 06:24:20 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.078s coverage: 95.8% of statements 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/mongo/models [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] 06:24:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.023s coverage: 58.8% of statements 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] 06:24:20 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.020s coverage: 0.0% of statements [no tests to run] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] 06:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.072s coverage: 63.5% of statements 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] 06:24:20 ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] 06:24:20 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.030s coverage: 100.0% of statements 06:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.009s coverage: 91.3% of statements 06:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.005s coverage: 100.0% of statements 06:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements 06:24:21 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.015s coverage: 100.0% of statements 06:24:22 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.114s coverage: 55.9% of statements 06:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] 06:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] 06:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/secretread [no test files] 06:24:22 ? github.com/edgexfoundry/edgex-go/internal/security/secrets [no test files] 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.056s coverage: 86.3% of statements 06:24:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/command [no test files] 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.281s coverage: 72.2% of statements 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.100s coverage: 72.1% of statements 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.011s coverage: 82.4% of statements 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.007s coverage: 48.4% of statements 06:24:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/container [no test files] 06:24:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/contract [no test files] 06:24:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/directory [no test files] 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.023s coverage: 28.8% of statements 06:24:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/mocks [no test files] 06:24:24 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.023s coverage: 96.8% of statements 06:24:24 ? github.com/edgexfoundry/edgex-go/internal/security/secrets/test [no test files] 06:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.058s coverage: 36.5% of statements 06:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] 06:24:25 ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] 06:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.101s coverage: 84.1% of statements 06:24:25 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.029s coverage: 100.0% of statements 06:24:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.006s coverage: 42.9% of statements 06:24:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/config [no test files] 06:24:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/container [no test files] 06:24:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.008s coverage: 100.0% of statements 06:24:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/interfaces [no test files] 06:24:25 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.011s coverage: 83.8% of statements 06:24:25 ? github.com/edgexfoundry/edgex-go/internal/support/logging/logger/mongo [no test files] 06:24:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.042s coverage: 47.1% of statements 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] 06:24:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.022s coverage: 100.0% of statements 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] 06:24:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.015s coverage: 100.0% of statements 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] 06:24:27 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.010s coverage: 100.0% of statements 06:24:27 ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.065s coverage: 29.1% of statements 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.014s coverage: 99.0% of statements 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/system 0.007s coverage: 0.0% of statements 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.023s coverage: 100.0% of statements 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.036s coverage: 87.9% of statements 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] 06:24:28 ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.005s coverage: 100.0% of statements 06:24:28 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.004s coverage: 32.1% of statements 06:24:29 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.007s coverage: 100.0% of statements 06:24:29 GO111MODULE=on go vet ./... 06:24:36 gofmt -l . 06:24:36 [ "`gofmt -l .`" = "" ] 06:24:37 ./bin/test-go-mod-tidy.sh 06:24:37 ./bin/test-attribution-txt.sh 06:24:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-8174 in /w/workspace/edgexfoundry_edgex-go_PR-2835 [Pipeline] { [Pipeline] ws 06:24:38 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout [Pipeline] sh 06:24:39 + ls -al . 06:24:39 total 620 06:24:39 drwxrwxr-x 10 1001 1001 4096 Oct 22 06:24 . 06:24:39 drwxr-xr-x 4 root root 28 Oct 22 06:23 .. 06:24:39 -rw-rw-r-- 1 1001 1001 11 Oct 22 06:21 .dockerignore 06:24:39 drwxrwxr-x 8 1001 1001 179 Oct 22 06:21 .git 06:24:39 drwxrwxr-x 3 1001 1001 125 Oct 22 06:21 .github 06:24:39 -rw-rw-r-- 1 1001 1001 932 Oct 22 06:21 .gitignore 06:24:39 drwx------ 3 1001 1001 47 Oct 22 06:22 .semver 06:24:39 -rw-rw-r-- 1 1001 1001 166 Oct 22 06:21 .sonarcloud.properties 06:24:39 -rw-rw-r-- 1 1001 1001 3804 Oct 22 06:21 CONTRIBUTING.md 06:24:39 -rw-rw-r-- 1 1001 1001 1035 Oct 22 06:21 Dockerfile.build 06:24:39 -rw-rw-r-- 1 1001 1001 863 Oct 22 06:21 Jenkinsfile 06:24:39 -rw-rw-r-- 1 1001 1001 10775 Oct 22 06:21 LICENSE 06:24:39 -rw-rw-r-- 1 1001 1001 6237 Oct 22 06:21 Makefile 06:24:39 -rw-rw-r-- 1 1001 1001 6447 Oct 22 06:21 README.md 06:24:39 -rw-rw-r-- 1 1001 1001 259 Oct 22 06:21 SECURITY.md 06:24:39 -rw-rw-r-- 1 1001 1001 5 Oct 22 06:22 VERSION 06:24:39 -rw-rw-r-- 1 1001 1001 4131 Oct 22 06:21 ZMQWindows.md 06:24:39 drwxrwxr-x 2 1001 1001 117 Oct 22 06:21 bin 06:24:39 drwxrwxr-x 15 1001 1001 4096 Oct 22 06:21 cmd 06:24:39 -rw-r--r-- 1 root root 526502 Oct 22 06:24 coverage.out 06:24:39 -rw-r--r-- 1 root root 1041 Oct 22 06:24 go.mod 06:24:39 -rw-r--r-- 1 root root 18775 Oct 22 06:24 go.sum 06:24:39 drwxrwxr-x 8 1001 1001 127 Oct 22 06:21 internal 06:24:39 drwxrwxr-x 4 1001 1001 26 Oct 22 06:21 openapi 06:24:39 drwxrwxr-x 4 1001 1001 71 Oct 22 06:21 snap 06:24:39 -rw-rw-r-- 1 1001 1001 168 Oct 22 06:21 version.go [Pipeline] sh 06:24:40 + '[' -e coverage.out ] 06:24:40 + chown 1001:1001 coverage.out [Pipeline] stash 06:24:40 Stashed 1 file(s) [Pipeline] sh 06:24:40 + make build 06:24:40 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata 06:24:43 using credential edgex-jenkins-ssh 06:24:43 Cloning the remote Git repository 06:24:43 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:24:43 > git init /w/workspace/edgex-go/4 # timeout=10 06:24:43 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:24:43 > git --version # timeout=10 06:24:43 > git --version # 'git version 2.17.1' 06:24:43 using GIT_SSH to set credentials SSH Credentials for GitHub 06:24:43 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:24:49 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:24:52 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command 06:24:53 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:24:55 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:24:56 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:24:57 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:24:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:24:59 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:25: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 06:25:01 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:25:02 Merging remotes/origin/master commit 23d78d8d6164cd46726267bd4b072740b98d7786 into PR head commit 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:25:02 Failed in branch arm64 06:25:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:25:01 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:25:01 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:25:01 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:25:01 using GIT_SSH to set credentials SSH Credentials for GitHub 06:25:01 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2835/head:refs/remotes/origin/PR-2835 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:25:02 > git config core.sparsecheckout # timeout=10 06:25:02 > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # timeout=10 06:25:03 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:25:04 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read [Pipeline] } 06:25:05 $ docker stop --time=1 b3ffbba11f126b3e5dbacffb4288b479258c638283fa2a8919ead0757e0c7d11 06:25:06 $ docker rm -f b3ffbba11f126b3e5dbacffb4288b479258c638283fa2a8919ead0757e0c7d11 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:25:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:08 06:25:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh 06:25:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:08 latest: Pulling from edgex-devops/edgex-compose 06:25:08 cbdbe7a5bc2a: Pulling fs layer 06:25:08 ca9280d653b3: Pulling fs layer 06:25:08 7e9c9ca2126c: Pulling fs layer 06:25:09 cbdbe7a5bc2a: Verifying Checksum 06:25:09 cbdbe7a5bc2a: Download complete 06:25:09 cbdbe7a5bc2a: Pull complete 06:25:10 ca9280d653b3: Verifying Checksum 06:25:10 ca9280d653b3: Download complete 06:25:10 ca9280d653b3: Pull complete 06:25:10 7e9c9ca2126c: Verifying Checksum 06:25:10 7e9c9ca2126c: Download complete 06:25:19 7e9c9ca2126c: Pull complete 06:25:19 Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 06:25:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:19 nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer 06:25:19 prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container 06:25:19 $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:25:20 $ docker top 9fe1528ca1fcb4f10920ed80caf15f06d9995de6010110926cb21fd956d8c8c6 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:20 + docker-compose build --help 06:25:20 + grep parallel 06:25:21 --parallel Build images in parallel. [Pipeline] } 06:25:21 $ docker stop --time=1 9fe1528ca1fcb4f10920ed80caf15f06d9995de6010110926cb21fd956d8c8c6 06:25:22 $ docker rm -f 9fe1528ca1fcb4f10920ed80caf15f06d9995de6010110926cb21fd956d8c8c6 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:25:23 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest 06:25:23 . [Pipeline] withDockerContainer 06:25:23 prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container 06:25:23 $ 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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat 06:25:25 $ docker top f8e2d1ed7e02ea3e6f6ca6443ad900b752dafb76511b50f2628a22737d14d533 -eo pid,comm [Pipeline] { [Pipeline] sh 06:25:25 + docker-compose -f ./docker-compose-build.yml build --parallel 06:25:26 Building docker-core-command-go ... 06:25:26 Building docker-core-data-go ... 06:25:26 Building docker-core-metadata-go ... 06:25:26 Building docker-security-proxy-setup-go ... 06:25:26 Building docker-security-secrets-setup-go ... 06:25:26 Building docker-security-secretstore-setup-go ... 06:25:26 Building docker-support-logging-go ... 06:25:26 Building docker-support-notifications-go ... 06:25:26 Building docker-support-scheduler-go ... 06:25:26 Building docker-sys-mgmt-agent-go ... 06:25:26 Building docker-core-command-go 06:25:26 Building docker-security-proxy-setup-go 06:25:26 Building docker-core-metadata-go 06:25:26 Building docker-support-logging-go 06:25:26 Building docker-security-secretstore-setup-go 06:25:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:25:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:25:58 ---> 833de7a14a2a 06:25:58 Step 3/22 : WORKDIR /edgex-go 06:25:58 Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine 06:25:58 Step 2/26 : FROM ${BUILDER_BASE} AS builder 06:25:58 ---> 833de7a14a2a 06:25:58 Step 3/26 : WORKDIR /edgex-go 06:25:58 Step 1/20 : ARG BUILDER_BASE=golang:1.15-alpine 06:25:58 Step 2/20 : FROM ${BUILDER_BASE} AS builder 06:25:58 ---> 833de7a14a2a 06:25:58 Step 3/20 : WORKDIR /edgex-go 06:25:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:25:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:25:58 ---> 833de7a14a2a 06:25:58 Step 3/22 : WORKDIR /edgex-go 06:25:58 Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine 06:25:58 Step 2/22 : FROM ${BUILDER_BASE} AS builder 06:25:58 ---> 833de7a14a2a 06:25:58 Step 3/22 : WORKDIR /edgex-go 06:25:58 ---> Running in cb2491642fbf 06:25:58 ---> Running in c22d21b9400d 06:25:58 ---> Running in 5d17ccceeff6 06:25:58 ---> Running in 8c3237c110b2 06:25:58 ---> Running in 75a62c767e0a 06:25:58 Removing intermediate container cb2491642fbf 06:25:58 ---> 3de0a6ca7ed5 06:25:58 Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:58 Removing intermediate container 75a62c767e0a 06:25:58 ---> ba800d9890ac 06:25:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:58 Removing intermediate container 8c3237c110b2 06:25:58 ---> d2e48b73f5cb 06:25:58 Step 4/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:58 Removing intermediate container 5d17ccceeff6 06:25:58 ---> e473208e63fe 06:25:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:58 Removing intermediate container c22d21b9400d 06:25:58 ---> 71e1fb497c2d 06:25:58 Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:25:58 ---> Running in 394e92e9bb60 06:25:58 ---> Running in 2f5fab4316ef 06:25:58 ---> Running in fec634a7231b 06:25:58 ---> Running in 3a609464ad50 06:25:58 ---> Running in 6311665d4113 06:25:59 Removing intermediate container fec634a7231b 06:25:59 ---> 3a1f2e5ac4bf 06:25:59 Step 5/20 : RUN apk update && apk add make git 06:25:59 Removing intermediate container 394e92e9bb60 06:25:59 ---> dce111cade8b 06:25:59 Step 5/22 : RUN apk update && apk add make git 06:25:59 ---> Running in d38cea20c1b1 06:25:59 Removing intermediate container 2f5fab4316ef 06:25:59 ---> 79843d931dc5 06:25:59 Step 5/26 : RUN apk update && apk add make git 06:25:59 Removing intermediate container 3a609464ad50 06:25:59 ---> 66fb783c8bef 06:25:59 Step 5/22 : RUN apk update && apk add make git 06:25:59 ---> Running in f0d1b2f880fb 06:25:59 Removing intermediate container 6311665d4113 06:25:59 ---> f520643b3a30 06:25:59 Step 5/22 : RUN apk update && apk add make && apk add bash git 06:25:59 ---> Running in f85ca50281cd 06:26:00 ---> Running in 76328881f27d 06:26:00 ---> Running in da826ad025d7 06:26:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:00 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:01 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:02 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:26:02 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:26:02 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:26:02 OK: 12752 distinct packages available 06:26:02 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:26:02 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:26:02 OK: 12752 distinct packages available 06:26:03 OK: 233 MiB in 51 packages 06:26:03 OK: 233 MiB in 51 packages 06:26:03 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:26:03 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:26:03 OK: 12752 distinct packages available 06:26:03 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:26:03 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:26:03 OK: 12752 distinct packages available 06:26:03 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:26:03 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:26:03 OK: 12752 distinct packages available 06:26:03 OK: 233 MiB in 51 packages 06:26:03 OK: 233 MiB in 51 packages 06:26:03 OK: 233 MiB in 51 packages 06:26:03 OK: 233 MiB in 51 packages 06:26:04 Removing intermediate container f0d1b2f880fb 06:26:04 ---> 8ba4977d5ee1 06:26:04 Step 6/22 : COPY go.mod . 06:26:04 Removing intermediate container d38cea20c1b1 06:26:04 ---> a92a7f150b28 06:26:04 Step 6/20 : COPY go.mod . 06:26:04 Removing intermediate container f85ca50281cd 06:26:04 ---> 75b78bf82d22 06:26:04 Step 6/26 : COPY go.mod . 06:26:04 ---> 582edda30932 06:26:04 Step 7/22 : RUN go mod download 06:26:04 Removing intermediate container 76328881f27d 06:26:04 ---> 04b2069de3cb 06:26:04 Step 6/22 : COPY go.mod . 06:26:04 ---> 06a58ac426df 06:26:04 Step 7/20 : RUN go mod download 06:26:04 ---> Running in 4a69047f5e3c 06:26:04 Removing intermediate container da826ad025d7 06:26:04 ---> 91cc40772de1 06:26:04 Step 6/22 : COPY go.mod . 06:26:05 ---> Running in 443308145e4b 06:26:05 ---> a3662dec73ef 06:26:05 Step 7/26 : RUN go mod download 06:26:05 ---> 1377eccd3a21 06:26:05 Step 7/22 : RUN go mod download 06:26:05 ---> 8e92a7b19adc 06:26:05 Step 7/22 : RUN go mod download 06:26:06 ---> Running in e762a4652870 06:26:06 ---> Running in 00f6aa8fd95b 06:26:06 ---> Running in 5c2ab89563ae 06:26:07 Removing intermediate container 443308145e4b 06:26:07 ---> 1d9213e056dd 06:26:07 Step 8/20 : COPY . . 06:26:07 Removing intermediate container 4a69047f5e3c 06:26:07 ---> 629dc393964b 06:26:07 Step 8/22 : COPY . . 06:26:08 Removing intermediate container e762a4652870 06:26:08 ---> 85503f7c235f 06:26:08 Step 8/26 : COPY . . 06:26:18 Removing intermediate container 5c2ab89563ae 06:26:18 ---> e3a1fe83699f 06:26:18 Step 8/22 : COPY . . 06:26:18 Removing intermediate container 00f6aa8fd95b 06:26:18 ---> 80a2a959a9a2 06:26:18 Step 8/22 : COPY . . 06:26:51 ---> 5421cd8788af 06:26:51 ---> 4b2c8e5d3374 06:26:51 ---> e30090be6c31 06:26:51 Step 9/22 : RUN make cmd/support-logging/support-loggingStep 9/26 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup cmd/security-secretstore-read/security-secretstore-read 06:26:51 Step 9/20 : RUN make cmd/security-proxy-setup/security-proxy-setup 06:26:51 06:26:51 ---> 281902696d7e 06:26:51 Step 9/22 : RUN make cmd/core-metadata/core-metadata 06:26:51 ---> Running in 5596c9936d46 06:26:51 ---> Running in ab2e2efd50c6 06:26:51 ---> Running in f4c79e8e9d97 06:26:51 ---> Running in ff697156e4b3 06:26:51 ---> 31f386a46cd4 06:26:51 Step 9/22 : RUN make cmd/core-command/core-command 06:26:51 ---> Running in 6ab487ceee0f 06:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider 06:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-logging/support-logging ./cmd/support-logging 06:26:51 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup 06:26: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 06:26: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 06:27:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup 06:27:18 Removing intermediate container 5596c9936d46 06:27:18 ---> 371fbf526fdf 06:27:18 06:27:18 Step 10/20 : FROM alpine 06:27:18 latest: Pulling from library/alpine 06:27:18 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/security-secretstore-read/security-secretstore-read ./cmd/security-secretstore-read 06:27:19 Digest: sha256:203ee936961c0f491f72ce9d3c3c67d9440cdb1d61b9783cf340baa09308ffc1 06:27:19 Status: Downloaded newer image for alpine:latest 06:27:19 ---> d6e46aa2470d 06:27:19 Step 11/20 : RUN apk update && apk add curl && rm -rf /var/cache/apk/* 06:27:20 ---> Running in 5f2de704f9bf 06:27:21 Removing intermediate container ab2e2efd50c6 06:27:21 ---> 8128bc2df75a 06:27:21 06:27:21 Step 10/22 : FROM scratch 06:27:21 ---> 06:27:21 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:27:21 ---> Running in d49bc4cedc9b 06:27:21 Removing intermediate container d49bc4cedc9b 06:27:21 ---> e0c1cdbf5eaa 06:27:21 Step 12/22 : ENV APP_PORT=48061 06:27:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:21 ---> Running in fbaaed4a3e3a 06:27:21 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:27:22 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:27:22 v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:27:22 OK: 12744 distinct packages available 06:27:22 (1/4) Installing ca-certificates (20191127-r4) 06:27:22 Removing intermediate container fbaaed4a3e3a 06:27:22 ---> 5609d9c2d7d1 06:27:22 Step 13/22 : EXPOSE $APP_PORT 06:27:22 (2/4) Installing nghttp2-libs (1.41.0-r0) 06:27:22 (3/4) Installing libcurl (7.69.1-r1) 06:27:22 (4/4) Installing curl (7.69.1-r1) 06:27:22 Executing busybox-1.31.1-r19.trigger 06:27:22 Executing ca-certificates-20191127-r4.trigger 06:27:23 OK: 7 MiB in 18 packages 06:27:25 ---> Running in 99af7670e8ff 06:27:26 Removing intermediate container 6ab487ceee0f 06:27:26 ---> 00ffcbcb9097 06:27:26 06:27:26 Step 10/22 : FROM scratch 06:27:26 ---> 06:27:26 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:27:26 Removing intermediate container f4c79e8e9d97 06:27:26 ---> ab7d2df41362 06:27:26 06:27:26 Step 10/26 : FROM alpine:3.10 06:27:26 Removing intermediate container 99af7670e8ff 06:27:26 ---> 3d2ecf1eb7b5 06:27:26 Step 14/22 : COPY --from=builder /bin/bash /bin/bash 06:27:26 ---> Running in 8046e17ff5e9 06:27:27 3.10: Pulling from library/alpine 06:27:27 Removing intermediate container 8046e17ff5e9 06:27:27 ---> 11848f0f5176 06:27:27 Step 12/22 : ENV APP_PORT=48082 06:27:27 Removing intermediate container 5f2de704f9bf 06:27:27 ---> ecded0899030 06:27:27 Step 12/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:27:29 ---> 28c0120c6477 06:27:29 Step 15/22 : COPY --from=builder /edgex-go/cmd/support-logging/Attribution.txt / 06:27:29 ---> Running in 90ea9ee77fd5 06:27:29 ---> Running in 4a495d1a4025 06:27:29 Digest: sha256:f0e9534a598e501320957059cb2a23774b4d4072e37c7b2cf7e95b241f019e35 06:27:29 Status: Downloaded newer image for alpine:3.10 06:27:29 ---> be4e4bea2c2e 06:27:29 Step 11/26 : RUN apk update && apk add ca-certificates dumb-init curl && rm -rf /var/cache/apk/* 06:27:29 Removing intermediate container ff697156e4b3 06:27:29 ---> 2c360e487aa6 06:27:29 06:27:29 Step 10/22 : FROM scratch 06:27:29 ---> 06:27:29 Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:27:29 ---> Using cache 06:27:29 ---> 11848f0f5176 06:27:29 Step 12/22 : ENV APP_PORT=48081 06:27:29 ---> Running in de3d8a37b7c9 06:27:29 ---> Running in 2e9be21cb654 06:27:29 Removing intermediate container 90ea9ee77fd5 06:27:29 ---> 111f3ad30069 06:27:29 Step 13/22 : EXPOSE $APP_PORT 06:27:29 Removing intermediate container 4a495d1a4025 06:27:29 ---> 1ea8f3245f0b 06:27:29 Step 13/20 : WORKDIR /edgex 06:27:29 ---> 5034b496d306 06:27:29 Step 16/22 : COPY --from=builder /edgex-go/cmd/support-logging/support-logging / 06:27:29 ---> Running in d4b47f1dfb75 06:27:29 ---> Running in b0e59523ca0b 06:27:29 Removing intermediate container 2e9be21cb654 06:27:29 ---> d05efce3c677 06:27:29 Step 13/22 : EXPOSE $APP_PORT 06:27:30 Removing intermediate container d4b47f1dfb75 06:27:30 ---> 160715ab8c40 06:27:30 Step 14/22 : WORKDIR / 06:27:30 ---> Running in 4d845fdc5941 06:27:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/main/x86_64/APKINDEX.tar.gz 06:27:30 ---> Running in adbdef5fee3b 06:27:30 Removing intermediate container b0e59523ca0b 06:27:30 ---> b6fb861a05d0 06:27:30 Step 14/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml 06:27:30 fetch http://dl-cdn.alpinelinux.org/alpine/v3.10/community/x86_64/APKINDEX.tar.gz 06:27:30 Removing intermediate container 4d845fdc5941 06:27:30 ---> 75159369d034 06:27:30 Step 14/22 : WORKDIR / 06:27:30 ---> 93010ddcfc5b 06:27:30 Step 17/22 : COPY --from=builder /edgex-go/cmd/support-logging/res/configuration.toml /res/configuration.toml 06:27:30 v3.10.5-104-g58141e176c [http://dl-cdn.alpinelinux.org/alpine/v3.10/main] 06:27:30 v3.10.5-98-g584c0fff37 [http://dl-cdn.alpinelinux.org/alpine/v3.10/community] 06:27:30 OK: 10346 distinct packages available 06:27:30 ---> Running in e488f7de8384 06:27:30 Removing intermediate container adbdef5fee3b 06:27:30 ---> f3ff73c1db04 06:27:30 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-command/Attribution.txt / 06:27:30 ---> f1963298979a 06:27:30 Step 15/20 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . 06:27:30 (1/5) Installing ca-certificates (20191127-r2) 06:27:31 (2/5) Installing nghttp2-libs (1.39.2-r1) 06:27:31 (3/5) Installing libcurl (7.66.0-r1) 06:27:31 (4/5) Installing curl (7.66.0-r1) 06:27:31 (5/5) Installing dumb-init (1.2.2-r1) 06:27:31 Executing busybox-1.30.1-r3.trigger 06:27:31 Executing ca-certificates-20191127-r2.trigger 06:27:31 OK: 7 MiB in 19 packages 06:27:31 ---> 70391f988a63 06:27:31 Step 18/22 : ENTRYPOINT ["/support-logging"] 06:27:31 Removing intermediate container e488f7de8384 06:27:31 ---> 6b7f113c0ca5 06:27:31 Step 15/22 : COPY --from=builder /edgex-go/cmd/core-metadata/Attribution.txt / 06:27:31 ---> f7849252203a 06:27:31 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / 06:27:31 ---> Running in 06aa3cc92604 06:27:31 ---> c52e332fb5ae 06:27:31 Step 16/20 : ENTRYPOINT ["/edgex/security-proxy-setup"] 06:27:32 ---> Running in 72721583c9f5 06:27:33 Removing intermediate container 06aa3cc92604 06:27:33 ---> a0900f1795da 06:27:33 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:33 ---> 16ff6d620949 06:27:33 Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / 06:27:33 Removing intermediate container 72721583c9f5 06:27:33 ---> 4d128aa4c768 06:27:33 Step 17/20 : CMD ["--init=true"] 06:27:33 Removing intermediate container de3d8a37b7c9 06:27:33 ---> 559b0a384a41 06:27:33 Step 12/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' 06:27:33 ---> 204d528fa737 06:27:33 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml 06:27:33 ---> Running in 24b0ea1b4556 06:27:33 ---> Running in abdc5bd20c19 06:27:33 ---> Running in ce617f1bc0ce 06:27:33 Removing intermediate container 24b0ea1b4556 06:27:33 ---> 9873c5dc8343 06:27:33 Step 20/22 : LABEL arch=x86_64 06:27:33 ---> Running in b2d3edebbc9c 06:27:33 Removing intermediate container abdc5bd20c19 06:27:33 ---> 0b9aac054d92 06:27:33 Step 13/26 : WORKDIR / 06:27:34 Removing intermediate container ce617f1bc0ce 06:27:34 ---> eb725bc0a449 06:27:34 Step 18/20 : LABEL arch=x86_64 06:27:34 ---> 5092bfefeb5e 06:27:34 Step 18/22 : ENTRYPOINT ["/core-command"] 06:27:34 ---> a4c6b5178be8 06:27:34 Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml 06:27:34 ---> Running in 1c1a8bccb95a 06:27:34 ---> Running in 6bdde2c9856e 06:27:34 ---> Running in da3048782c7f 06:27:34 Removing intermediate container b2d3edebbc9c 06:27:34 ---> 3221f1d7d6c2 06:27:34 Step 21/22 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:27:34 ---> e807acadf606 06:27:34 Step 18/22 : ENTRYPOINT ["/core-metadata"] 06:27:34 ---> Running in 4799875d24ab 06:27:34 Removing intermediate container 6bdde2c9856e 06:27:34 ---> 2c8d3858b25b 06:27:34 Step 19/20 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:27:34 Removing intermediate container 1c1a8bccb95a 06:27:34 ---> 1d3ecbc10580 06:27:34 Step 14/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json 06:27:34 Removing intermediate container da3048782c7f 06:27:34 ---> f3525527545f 06:27:34 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:35 ---> Running in edb42eb5a2f3 06:27:35 ---> Running in 874544fbc475 06:27:35 ---> Running in 34423693ea3b 06:27:35 Removing intermediate container 4799875d24ab 06:27:35 ---> fe76bbcc9a76 06:27:35 Step 22/22 : LABEL version=0.0.0 06:27:35 ---> 3097905f6084 06:27:35 Step 15/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml 06:27:35 ---> Running in 58c5f160d9ec 06:27:35 Removing intermediate container edb42eb5a2f3 06:27:35 ---> cb51dbb6f711 06:27:35 Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:27:35 Removing intermediate container 874544fbc475 06:27:35 ---> d78b4f97dea6 06:27:35 Step 20/20 : LABEL version=0.0.0 06:27:35 Removing intermediate container 34423693ea3b 06:27:35 ---> 11b11635b097 06:27:35 Step 20/22 : LABEL arch=x86_64 06:27:35 ---> Running in 9b58c01d8b58 06:27:35 ---> Running in b08ccf08714c 06:27:35 ---> Running in 7b9f64d56a8a 06:27:35 ---> ed153bc338d1 06:27:35 Step 16/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml 06:27:35 Removing intermediate container 58c5f160d9ec 06:27:35 ---> 589273f3b97e 06:27:35 06:27:36 Removing intermediate container b08ccf08714c 06:27:36 ---> a8f65b09905c 06:27:36 Step 20/22 : LABEL arch=x86_64 06:27:36 Successfully built 589273f3b97e 06:27:36 Removing intermediate container 9b58c01d8b58 06:27:36 ---> fadaa9791ec5 06:27:36 06:27:36 Successfully tagged docker-support-logging-go:latest 06:27:36  Building docker-support-logging-go ... done Building docker-support-scheduler-go 06:27:36 Removing intermediate container 7b9f64d56a8a 06:27:36 ---> e44724bd69b6 06:27:36 Step 21/22 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:27:36 Successfully built fadaa9791ec5 06:27:36 Successfully tagged docker-security-proxy-setup-go:latest 06:27:36 Building docker-support-notifications-go 06:27:36  Building docker-security-proxy-setup-go ... done  ---> Running in 031a94852b6b 06:27:36 ---> a1b186232bf2 06:27:36 Step 17/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/res/configuration.toml /res-read/configuration.toml 06:27:36 ---> Running in 390f011c1325 06:27:36 Removing intermediate container 031a94852b6b 06:27:36 ---> a5a073888fd3 06:27:36 Step 21/22 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:27:36 ---> Running in 6029af4e5353 06:27:36 Removing intermediate container 390f011c1325 06:27:36 ---> a413cfa296a0 06:27:36 Step 22/22 : LABEL version=0.0.0 06:27:36 ---> 0cb7ea2a3209 06:27:36 Step 18/26 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . 06:27:37 ---> Running in 8ef1f7cbdf39 06:27:37 Removing intermediate container 6029af4e5353 06:27:37 ---> d7730e72776c 06:27:37 Step 22/22 : LABEL version=0.0.0 06:27:37 ---> Running in 22d8d38fa133 06:27:37 Removing intermediate container 8ef1f7cbdf39 06:27:37 ---> 8011f7d73d64 06:27:37 06:27:40 ---> 1fa7d4505414 06:27:40 Step 19/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . 06:27:42 Successfully built 8011f7d73d64 06:27:42 Removing intermediate container 22d8d38fa133 06:27:42 ---> 156e3ec177ef 06:27:42 06:27:42 Successfully tagged docker-core-command-go:latest 06:27:42  Building docker-core-command-go ... done Building docker-sys-mgmt-agent-go 06:27:42 Successfully built 156e3ec177ef 06:27:42 Successfully tagged docker-core-metadata-go:latest 06:27:42 Building docker-security-secrets-setup-go 06:27:44  Building docker-core-metadata-go ... done  ---> e9d971d44831 06:27:44 Step 20/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-read/security-secretstore-read . 06:27:54 ---> 726a40f5fbbb 06:27:54 Step 21/26 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ 06:27:54 Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:54 Step 2/24 : FROM ${BUILDER_BASE} AS builder 06:27:54 ---> 833de7a14a2a 06:27:54 Step 3/24 : WORKDIR /edgex-go 06:27:54 Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine 06:27:54 Step 2/21 : FROM ${BUILDER_BASE} AS builder 06:27:54 ---> 833de7a14a2a 06:27:54 Step 3/21 : WORKDIR /edgex-go 06:27:54 ---> Using cache 06:27:54 ---> 71e1fb497c2d 06:27:54 Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:54 ---> Using cache 06:27:54 ---> 71e1fb497c2d 06:27:54 Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:27:54 ---> Using cache 06:27:54 ---> f520643b3a30 06:27:54 Step 5/21 : RUN apk update && apk add make git 06:27:54 ---> Using cache 06:27:54 ---> f520643b3a30 06:27:54 Step 5/24 : RUN apk update && apk add make bash git ca-certificates 06:27:56 ---> Running in 8dad1b25c42c 06:27:56 ---> Running in e416cf712fd0 06:27:56 ---> d42911d942c6 06:27:56 Step 22/26 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:27:56 ---> Running in b2f388500483 06:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:00 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:01 Removing intermediate container b2f388500483 06:28:01 ---> 1bdee31b10b8 06:28:01 Step 23/26 : ENTRYPOINT ["entrypoint.sh"] 06:28:01 ---> Running in 00e3174f759b 06:28:02 Removing intermediate container 00e3174f759b 06:28:02 ---> 8dedffa7536d 06:28:02 Step 24/26 : LABEL arch=x86_64 06:28:03 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:28:03 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:28:03 OK: 12752 distinct packages available 06:28:03 ---> Running in 5b076078301c 06:28:03 OK: 233 MiB in 51 packages 06:28:03 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:28:03 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:28:03 OK: 12752 distinct packages available 06:28:03 Removing intermediate container 5b076078301c 06:28:03 ---> 78328b22938b 06:28:03 Step 25/26 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:28:04 OK: 233 MiB in 51 packages 06:28:05 ---> Running in 048b0ce14b20 06:28:05 Step 1/29 : ARG BUILDER_BASE=golang:1.15-alpine 06:28:05 Step 2/29 : FROM ${BUILDER_BASE} AS build-env 06:28:05 ---> 833de7a14a2a 06:28:05 Step 3/29 : WORKDIR /edgex-go 06:28:05 ---> Using cache 06:28:05 ---> 71e1fb497c2d 06:28:05 Step 4/29 : RUN apk update && apk add make git 06:28:05 Step 1/27 : ARG BUILDER_BASE=golang:1.15-alpine 06:28:05 Step 2/27 : FROM ${BUILDER_BASE} AS builder 06:28:05 ---> 833de7a14a2a 06:28:05 Step 3/27 : WORKDIR /edgex-go 06:28:05 ---> Using cache 06:28:05 ---> 71e1fb497c2d 06:28:05 Step 4/27 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:28:05 ---> Using cache 06:28:05 ---> f520643b3a30 06:28:05 Step 5/27 : RUN apk update && apk add make bash git 06:28:06 ---> Running in 19b6143d3e44 06:28:06 ---> Running in 2f0b9e81a54b 06:28:06 Removing intermediate container e416cf712fd0 06:28:06 ---> fcc94d885ba2 06:28:06 Step 6/21 : COPY go.mod . 06:28:06 Removing intermediate container 048b0ce14b20 06:28:06 ---> 1527ed9eca2c 06:28:06 Step 26/26 : LABEL version=0.0.0 06:28:06 Removing intermediate container 8dad1b25c42c 06:28:06 ---> 5813c3ae3d86 06:28:06 Step 6/24 : COPY go.mod . 06:28:06 ---> Running in a7892e9c0e89 06:28:07 ---> d263b6a1cf21 06:28:07 Step 7/21 : RUN go mod download 06:28:07 ---> Running in c04157e0e826 06:28:07 ---> 23051b508b08 06:28:07 Step 7/24 : RUN go mod download 06:28:07 Removing intermediate container a7892e9c0e89 06:28:07 ---> 19aceba5a22e 06:28:07 06:28:07 Successfully built 19aceba5a22e 06:28:07 ---> Running in fd19633404dd 06:28:07 Successfully tagged docker-security-secretstore-setup-go:latest 06:28:07 Building docker-core-data-go 06:28:07  Building docker-security-secretstore-setup-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:11 Removing intermediate container c04157e0e826 06:28:11 ---> 6c660c57c912 06:28:11 Step 8/21 : COPY . . 06:28:11 Removing intermediate container fd19633404dd 06:28:11 ---> a058df7c2c88 06:28:11 Step 8/24 : COPY . . 06:28:14 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:28:14 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:28:14 OK: 12752 distinct packages available 06:28:14 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:28:14 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:28:14 OK: 12752 distinct packages available 06:28:14 OK: 233 MiB in 51 packages 06:28:14 OK: 233 MiB in 51 packages 06:28:24 Removing intermediate container 19b6143d3e44 06:28:24 ---> ba488f32c409 06:28:24 Step 5/29 : COPY go.mod . 06:28:24 Removing intermediate container 2f0b9e81a54b 06:28:24 ---> 1a00a88d4839 06:28:24 Step 6/27 : COPY go.mod . 06:28:28 Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine 06:28:28 Step 2/23 : FROM ${BUILDER_BASE} AS builder 06:28:28 ---> 2c3066d63b8a 06:28:28 Step 6/29 : RUN go mod download 06:28:28 ---> 833de7a14a2a 06:28:28 Step 3/23 : WORKDIR /edgex-go 06:28:28 ---> Using cache 06:28:28 ---> 71e1fb497c2d 06:28:28 Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:28:28 ---> Using cache 06:28:28 ---> f520643b3a30 06:28:28 Step 5/23 : RUN apk update && apk add zeromq-dev libsodium-dev pkgconfig build-base git 06:28:29 ---> 2cda43d1802c 06:28:29 Step 7/27 : RUN go mod download 06:28:30 ---> Running in 60e039c365e9 06:28:30 ---> Running in 588bc9ffedc1 06:28:31 ---> Running in efd114ecbb55 06:28:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:28:35 ---> 8ec887de1428 06:28:35 Step 9/24 : RUN make cmd/support-notifications/support-notifications 06:28:35 ---> 1b17ab680ad2 06:28:35 Step 9/21 : RUN make cmd/support-scheduler/support-scheduler 06:28:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:28:35 ---> Running in e31660009748 06:28:35 Removing intermediate container 60e039c365e9 06:28:35 ---> 935752ef3f60 06:28:35 Step 7/29 : COPY . . 06:28:36 ---> Running in 8b4c96a9ca13 06:28:36 Removing intermediate container efd114ecbb55 06:28:36 ---> 721a9f395de2 06:28:36 Step 8/27 : COPY . . 06:28:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications 06:28:36 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler 06:28:37 v3.12.0-463-g5efa865e42 [http://nl.alpinelinux.org/alpine/v3.12/main] 06:28:37 v3.12.1-1-gbf1f319b82 [http://nl.alpinelinux.org/alpine/v3.12/community] 06:28:37 OK: 12752 distinct packages available 06:28:38 OK: 233 MiB in 51 packages 06:28:48 Removing intermediate container 588bc9ffedc1 06:28:48 ---> 637002abf4bc 06:28:48 Step 6/23 : COPY go.mod . 06:28:51 ---> fdc22247a903 06:28:51 Step 7/23 : RUN go mod download 06:28:54 ---> Running in c7ecd1199d5f 06:28:59 Removing intermediate container c7ecd1199d5f 06:28:59 ---> 339058f2c6bb 06:28:59 Step 8/23 : COPY . . 06:29:11 ---> f46dfb23ccc6 06:29:11 Step 9/27 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent 06:29:11 ---> e674f6566d9a 06:29:11 Step 8/29 : RUN make cmd/security-secrets-setup/security-secrets-setup 06:29:13 ---> Running in 50b74ecf4110 06:29:13 ---> Running in 4d7fe340cff8 06:29:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent 06:29:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secrets-setup/security-secrets-setup ./cmd/security-secrets-setup 06:29:24 ---> 834d6b4c1343 06:29:24 Step 9/23 : RUN make cmd/core-data/core-data 06:29:24 Removing intermediate container e31660009748 06:29:24 ---> a972da96c7d7 06:29:24 06:29:24 Step 10/24 : FROM scratch 06:29:24 ---> 06:29:24 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' 06:29:24 Removing intermediate container 8b4c96a9ca13 06:29:24 ---> a3ebed9b3351 06:29:24 06:29:24 Step 10/21 : FROM scratch 06:29:24 ---> 06:29:24 Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:29:24 ---> Running in a8fc7780e033 06:29:24 ---> Using cache 06:29:24 ---> 11848f0f5176 06:29:24 Step 12/21 : ENV APP_PORT=48085 06:29:24 ---> Using cache 06:29:24 ---> e0c1cdbf5eaa 06:29:24 Step 12/24 : ENV APP_PORT=48060 06:29:24 ---> Running in e41e9aec2830 06:29:24 ---> Running in c583134d95a1 06:29:25 Removing intermediate container c583134d95a1 06:29:25 ---> ebb0c33de345 06:29:25 Step 13/24 : EXPOSE $APP_PORT 06:29:25 Removing intermediate container e41e9aec2830 06:29:25 ---> 4ff4a7d16c36 06:29:25 Step 13/21 : EXPOSE $APP_PORT 06:29:25 ---> Running in 6a1c57b30aea 06:29:25 ---> Running in 25766b9c1632 06:29:25 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data 06:29:25 Removing intermediate container 6a1c57b30aea 06:29:25 ---> 18f0d478f3b1 06:29:25 Step 14/24 : COPY --from=builder /bin/sh /bin/sh 06:29:25 Removing intermediate container 25766b9c1632 06:29:25 ---> 7b9aead4b917 06:29:25 Step 14/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/Attribution.txt / 06:29:26 ---> 5afc6e99cf2d 06:29:26 Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates 06:29:28 ---> 0ae2de188b28 06:29:28 Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / 06:29:29 ---> 21c8ee5cd2e0 06:29:29 Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl 06:29:29 ---> 4a32372dec00 06:29:29 Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml 06:29:29 ---> 1def277f96ca 06:29:29 Step 17/21 : ENTRYPOINT ["/support-scheduler"] 06:29:29 ---> Running in 5e22e858e7d0 06:29:29 ---> 0b8c605879d8 06:29:29 Step 17/24 : COPY --from=builder /edgex-go/cmd/support-notifications/Attribution.txt / 06:29:29 Removing intermediate container 5e22e858e7d0 06:29:29 ---> bf5865ca7bbf 06:29:29 Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:30 ---> Running in d8cc1efdb994 06:29:30 ---> 9c06c7867464 06:29:30 Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / 06:29:30 Removing intermediate container d8cc1efdb994 06:29:30 ---> 1d9f001c79a2 06:29:30 Step 19/21 : LABEL arch=x86_64 06:29:30 ---> Running in 2ee748d49da4 06:29:31 Removing intermediate container 2ee748d49da4 06:29:31 ---> 3a5e329fa7ee 06:29:31 Step 20/21 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:29:31 ---> Running in 42a53db3a306 06:29:31 ---> f3e30b247028 06:29:31 Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml 06:29:31 Removing intermediate container 42a53db3a306 06:29:31 ---> f3e2583c86f6 06:29:31 Step 21/21 : LABEL version=0.0.0 06:29:31 ---> Running in 28c57a77cc33 06:29:31 Removing intermediate container 28c57a77cc33 06:29:31 ---> 6e9868701687 06:29:31 06:29:32 ---> 9ecab45828e7 06:29:32 Step 20/24 : ENTRYPOINT ["/support-notifications"] 06:29:32 Successfully built 6e9868701687 06:29:32 Successfully tagged docker-support-scheduler-go:latest 06:29:32 ---> Running in a4b4df5879df 06:29:32  Building docker-support-scheduler-go ... done Removing intermediate container a4b4df5879df 06:29:32 ---> cf7f316c971d 06:29:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:29:32 ---> Running in c0a3eff26911 06:29:33 Removing intermediate container c0a3eff26911 06:29:33 ---> f8e4976bc2dc 06:29:33 Step 22/24 : LABEL arch=x86_64 06:29:33 ---> Running in ae63903cd84e 06:29:33 Removing intermediate container ae63903cd84e 06:29:33 ---> deb0754c9f77 06:29:33 Step 23/24 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:29:33 ---> Running in fd7a91c8637f 06:29:34 Removing intermediate container fd7a91c8637f 06:29:34 ---> c750f15e415e 06:29:34 Step 24/24 : LABEL version=0.0.0 06:29:34 ---> Running in e15bb917ce28 06:29:34 Removing intermediate container e15bb917ce28 06:29:34 ---> e3dff0eb5f3a 06:29:34 06:29:34 Successfully built e3dff0eb5f3a 06:29:34 Successfully tagged docker-support-notifications-go:latest 06:29:41  Building docker-support-notifications-go ... done Removing intermediate container 50b74ecf4110 06:29:41 ---> e4aaad416dd1 06:29:41 06:29:41 Step 9/29 : FROM alpine:latest 06:29:41 ---> d6e46aa2470d 06:29:41 Step 10/29 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc. Copyright (c) 2019 Intel Corporation' 06:29:42 Removing intermediate container 4d7fe340cff8 06:29:42 ---> 470b9c5b197c 06:29:42 Step 10/27 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor 06:29:42 ---> Running in 94b271f382c1 06:29:42 ---> Running in 5f2a39aacf4d 06:29:42 Removing intermediate container 94b271f382c1 06:29:42 ---> 3f100e96bcce 06:29:42 Step 11/29 : USER root 06:29:42 ---> Running in e52606992348 06:29:43 Removing intermediate container e52606992348 06:29:43 ---> 7f7096a352fd 06:29:43 Step 12/29 : RUN apk update && apk add ca-certificates dumb-init && rm -rf /var/cache/apk/* 06:29:43 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor 06:29:43 ---> Running in 9c38fa14aa3e 06:29:43 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:44 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:44 v3.12.0-463-g5efa865e42 [http://dl-cdn.alpinelinux.org/alpine/v3.12/main] 06:29:44 v3.12.1-1-gbf1f319b82 [http://dl-cdn.alpinelinux.org/alpine/v3.12/community] 06:29:44 OK: 12744 distinct packages available 06:29:44 (1/2) Installing ca-certificates (20191127-r4) 06:29:44 (2/2) Installing dumb-init (1.2.2-r1) 06:29:45 Executing busybox-1.31.1-r19.trigger 06:29:45 Executing ca-certificates-20191127-r4.trigger 06:29:45 OK: 6 MiB in 16 packages 06:29:45 Removing intermediate container 5f2a39aacf4d 06:29:45 ---> ac207dcc08e1 06:29:45 06:29:45 Step 11/27 : FROM docker:latest 06:29:45 ---> 6972c414f322 06:29:45 Step 12/27 : RUN apk add --no-cache bash 06:29:45 ---> Running in 3ce18603d3cb 06:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:46 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:46 (1/2) Installing readline (8.0.4-r0) 06:29:46 (2/2) Installing bash (5.0.17-r0) 06:29:46 Executing bash-5.0.17-r0.post-install 06:29:46 Executing busybox-1.31.1-r19.trigger 06:29:46 OK: 12 MiB in 22 packages 06:29:46 Removing intermediate container 9c38fa14aa3e 06:29:46 ---> c86d6caf90c1 06:29:46 Step 13/29 : ENV BASE_DIR=/edgex/security-secrets-setup 06:29:47 ---> Running in 87e9d92bc8e0 06:29:47 Removing intermediate container 87e9d92bc8e0 06:29:47 ---> 3cc4017f2947 06:29:47 Step 14/29 : WORKDIR $BASE_DIR 06:29:47 ---> Running in e38f7019dac9 06:29:47 Removing intermediate container 3ce18603d3cb 06:29:47 ---> e98b0a4a4d20 06:29:47 Step 13/27 : RUN rm -rf /var/cache/apk/* 06:29:47 ---> Running in 6458cdfb780e 06:29:47 Removing intermediate container e38f7019dac9 06:29:47 ---> d34048b054e8 06:29:47 Step 15/29 : RUN mkdir res && mkdir -p /vault/init && mkdir /vault/staging 06:29:47 ---> Running in c88337bb3767 06:29:49 Removing intermediate container 6458cdfb780e 06:29:49 ---> d06df1e135ab 06:29:49 Step 14/27 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' 06:29:49 Removing intermediate container c88337bb3767 06:29:49 ---> 27847c99076e 06:29:49 Step 16/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/security-secrets-setup . 06:29:49 ---> Running in f557835fe06a 06:29:49 Removing intermediate container f557835fe06a 06:29:49 ---> 41710058b5b7 06:29:49 Step 15/27 : ENV APP_PORT=48090 06:29:49 ---> Running in 309ea3316850 06:29:50 ---> a64f2de240d6 06:29:50 Step 17/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/configuration.toml ./res 06:29:51 Removing intermediate container 309ea3316850 06:29:51 ---> e0b07fe9fb47 06:29:51 Step 16/27 : EXPOSE $APP_PORT 06:29:52 ---> Running in 7642b8a55246 06:29:52 ---> 1e7029e39184 06:29:52 Step 18/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-vault.json ./res 06:29:52 Removing intermediate container a8fc7780e033 06:29:52 ---> 042a0d4643fc 06:29:52 06:29:52 Step 10/23 : FROM alpine 06:29:52 ---> d6e46aa2470d 06:29:52 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' 06:29:52 ---> Running in c0a941d974cc 06:29:52 Removing intermediate container 7642b8a55246 06:29:52 ---> 461fc1e6bb01 06:29:52 Step 17/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / 06:29:52 ---> 5cd1fb994626 06:29:52 Step 19/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/res/pkisetup-kong.json ./res 06:29:52 Removing intermediate container c0a941d974cc 06:29:52 ---> 00aea7ca8090 06:29:52 Step 12/23 : ENV APP_PORT=48080 06:29:52 ---> Running in 626f494d0ec2 06:29:52 ---> 9c0a40b803d0 06:29:52 Step 20/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/start_vault.sh /vault/staging 06:29:53 ---> a60920232125 06:29:53 Step 18/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml 06:29:53 Removing intermediate container 626f494d0ec2 06:29:53 ---> 5cd8a5175603 06:29:53 Step 13/23 : EXPOSE $APP_PORT 06:29:53 ---> Running in c76a0b2f38d9 06:29:53 ---> 9afa7d44856c 06:29:53 Step 21/29 : RUN chmod +x /vault/staging/start_vault.sh 06:29:53 ---> 8af994e1fa40 06:29:53 Step 19/27 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / 06:29:53 ---> Running in 96ae0dc4c198 06:29:53 Removing intermediate container c76a0b2f38d9 06:29:53 ---> 195e1d67d671 06:29:53 Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:29:53 ---> Running in 12513b3f86d0 06:29:53 ---> aeb24bfd7e7e 06:29:53 Step 20/27 : RUN apk --no-cache add py3-pip 06:29:54 ---> Running in 870761740b7d 06:29:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:54 Removing intermediate container 96ae0dc4c198 06:29:54 ---> 40e6ad341854 06:29:54 Step 22/29 : COPY --from=build-env /edgex-go/cmd/security-secrets-setup/entrypoint.sh /usr/local/bin/ 06:29:54 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:55 Removing intermediate container 12513b3f86d0 06:29:55 ---> 8dbe27e2e9a2 06:29:55 Step 15/23 : RUN apk --no-cache add zeromq 06:29:55 ---> Running in 320eefd3de9d 06:29:55 (1/33) Installing libbz2 (1.0.8-r1) 06:29:55 (2/33) Installing expat (2.2.9-r1) 06:29:55 (3/33) Installing libffi (3.3-r2) 06:29:55 (4/33) Installing gdbm (1.13-r1) 06:29:55 ---> c93ab42d365c 06:29:55 Step 23/29 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / 06:29:55 (5/33) Installing xz-libs (5.2.5-r0) 06:29:55 (6/33) Installing sqlite-libs (3.32.1-r0) 06:29:55 (7/33) Installing python3 (3.8.5-r0) 06:29:55 ---> Running in 8fbdb798970a 06:29:55 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:29:56 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:29:57 (8/33) Installing py3-appdirs (1.4.4-r1) 06:29:57 (9/33) Installing py3-ordered-set (4.0.1-r0) 06:29:57 (10/33) Installing py3-parsing (2.4.7-r0) 06:29:57 (11/33) Installing py3-six (1.15.0-r0) 06:29:57 (1/5) Installing libgcc (9.3.0-r2) 06:29:57 (2/5) Installing libsodium (1.0.18-r0) 06:29:57 (3/5) Installing libstdc++ (9.3.0-r2) 06:29:57 (4/5) Installing libzmq (4.3.3-r0) 06:29:58 (12/33) Installing py3-packaging (20.4-r0) 06:29:59 (5/5) Installing zeromq (4.3.3-r0) 06:29:59 Executing busybox-1.31.1-r19.trigger 06:29:59 OK: 8 MiB in 19 packages 06:30:00 (13/33) Installing py3-setuptools (47.0.0-r0) 06:30:00 (14/33) Installing py3-chardet (3.0.4-r4) 06:30:00 (15/33) Installing py3-idna (2.9-r0) 06:30:00 (16/33) Installing py3-certifi (2020.4.5.1-r0) 06:30:00 (17/33) Installing py3-urllib3 (1.25.9-r0) 06:30:00 (18/33) Installing py3-requests (2.23.0-r0) 06:30:00 (19/33) Installing py3-msgpack (1.0.0-r0) 06:30:00 (20/33) Installing py3-lockfile (0.12.2-r3) 06:30:00 (21/33) Installing py3-cachecontrol (0.12.6-r0) 06:30:00 (22/33) Installing py3-colorama (0.4.3-r0) 06:30:01 (23/33) Installing py3-distlib (0.3.0-r0) 06:30:01 (24/33) Installing py3-distro (1.5.0-r1) 06:30:01 Removing intermediate container 8fbdb798970a 06:30:01 ---> ee1e5bf48cce 06:30:01 Step 24/29 : RUN chmod 755 security-secrets-setup 06:30:01 (25/33) Installing py3-webencodings (0.5.1-r3) 06:30:01 (26/33) Installing py3-html5lib (1.0.1-r4) 06:30:01 (27/33) Installing py3-pytoml (0.1.21-r0) 06:30:01 Removing intermediate container 320eefd3de9d 06:30:01 ---> 64058682345d 06:30:01 Step 16/23 : COPY --from=builder /edgex-go/cmd/core-data/Attribution.txt / 06:30:01 (28/33) Installing py3-pep517 (0.8.2-r0) 06:30:01 (29/33) Installing py3-progress (1.5-r0) 06:30:01 (30/33) Installing py3-toml (0.10.1-r0) 06:30:01 (31/33) Installing py3-retrying (1.3.3-r0) 06:30:01 ---> Running in 8e4d643dfe02 06:30:02 (32/33) Installing py3-contextlib2 (0.6.0-r0) 06:30:02 (33/33) Installing py3-pip (20.1.1-r0) 06:30:02 Executing busybox-1.31.1-r19.trigger 06:30:02 OK: 71 MiB in 55 packages 06:30:02 ---> 4d9036727fc4 06:30:02 Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / 06:30:08 ---> 07eda133cefb 06:30:08 Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml 06:30:08 Removing intermediate container 8e4d643dfe02 06:30:08 ---> cb1c295c8596 06:30:08 Step 25/29 : ENTRYPOINT ["entrypoint.sh"] 06:30:08 ---> 7770f5a63007 06:30:08 Step 19/23 : ENTRYPOINT ["/core-data"] 06:30:09 ---> Running in 12aca4b6d197 06:30:09 Removing intermediate container 870761740b7d 06:30:09 ---> 9d1c773a370c 06:30:09 Step 21/27 : RUN pip install docker-compose==1.23.2 06:30:09 ---> Running in 74d1ba6dbd95 06:30:09 ---> Running in 511298797e57 06:30:09 Removing intermediate container 12aca4b6d197 06:30:09 ---> 5a7ecb674982 06:30:09 Step 26/29 : CMD [ "generate" ] 06:30:09 Removing intermediate container 74d1ba6dbd95 06:30:09 ---> 56f59e656c74 06:30:09 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:09 ---> Running in ffd0d7bc55e1 06:30:09 ---> Running in 1f7f24962c1e 06:30:09 Removing intermediate container ffd0d7bc55e1 06:30:09 ---> 5f705f592fa9 06:30:09 Step 27/29 : LABEL arch=x86_64 06:30:09 Removing intermediate container 1f7f24962c1e 06:30:09 ---> 6e3be4379188 06:30:09 Step 21/23 : LABEL arch=x86_64 06:30:09 ---> Running in 68169c484506 06:30:09 ---> Running in 3e6332ae832c 06:30:09 Removing intermediate container 68169c484506 06:30:09 ---> 4938060c1e1f 06:30:09 Step 22/23 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:30:09 Removing intermediate container 3e6332ae832c 06:30:09 ---> b7853292d264 06:30:09 Step 28/29 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:30:10 ---> Running in 0155e1ef224a 06:30:10 ---> Running in d925ee0dd59e 06:30:10 Removing intermediate container 0155e1ef224a 06:30:10 ---> f4532eca7ec2 06:30:10 Step 23/23 : LABEL version=0.0.0 06:30:10 Removing intermediate container d925ee0dd59e 06:30:10 ---> 877d909f1ca6 06:30:10 Step 29/29 : LABEL version=0.0.0 06:30:10 ---> Running in 77b875be92fe 06:30:10 ---> Running in b117aa555455 06:30:10 Removing intermediate container 77b875be92fe 06:30:10 ---> 1e3b53f369fb 06:30:10 06:30:10 Removing intermediate container b117aa555455 06:30:10 ---> d3944476d5b2 06:30:10 06:30:10 Successfully built 1e3b53f369fb 06:30:10 Successfully tagged docker-core-data-go:latest 06:30:10  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 06:30:10 Successfully built d3944476d5b2 06:30:10 Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) 06:30:10 Successfully tagged docker-security-secrets-setup-go:latest 06:30:11  Building docker-security-secrets-setup-go ... done Collecting PyYAML<4,>=3.10 06:30:11 Downloading PyYAML-3.13.tar.gz (270 kB) 06:30:12 Collecting texttable<0.10,>=0.9.0 06:30:12 Downloading texttable-0.9.1.tar.gz (11 kB) 06:30:12 Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 06:30:12 Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) 06:30:13 Collecting docopt<0.7,>=0.6.1 06:30:13 Downloading docopt-0.6.2.tar.gz (25 kB) 06:30:13 Collecting cached-property<2,>=1.2.0 06:30:13 Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) 06:30:13 Collecting docker<4.0,>=3.6.0 06:30:13 Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) 06:30:13 Collecting websocket-client<1.0,>=0.32.0 06:30:13 Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) 06:30:14 Collecting jsonschema<3,>=2.5.1 06:30:14 Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) 06:30:14 Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) 06:30:14 Collecting dockerpty<0.5,>=0.4.1 06:30:14 Downloading dockerpty-0.4.1.tar.gz (13 kB) 06:30:14 Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) 06:30:14 Collecting urllib3<1.25,>=1.21.1 06:30:14 Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) 06:30:14 Collecting idna<2.8,>=2.5 06:30:14 Downloading idna-2.7-py2.py3-none-any.whl (58 kB) 06:30:14 Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) 06:30:14 Collecting docker-pycreds>=0.4.0 06:30:14 Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) 06:30:14 Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. 06:30:14 Using legacy setup.py install for texttable, since package 'wheel' is not installed. 06:30:14 Using legacy setup.py install for docopt, since package 'wheel' is not installed. 06:30:14 Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. 06:30:15 Installing collected packages: PyYAML, texttable, urllib3, idna, requests, docopt, cached-property, docker-pycreds, websocket-client, docker, jsonschema, dockerpty, docker-compose 06:30:15 Running setup.py install for PyYAML: started 06:30:15 Running setup.py install for PyYAML: finished with status 'done' 06:30:15 Running setup.py install for texttable: started 06:30:16 Running setup.py install for texttable: finished with status 'done' 06:30:16 Attempting uninstall: urllib3 06:30:16 Found existing installation: urllib3 1.25.9 06:30:16 Uninstalling urllib3-1.25.9: 06:30:16 Successfully uninstalled urllib3-1.25.9 06:30:16 Attempting uninstall: idna 06:30:16 Found existing installation: idna 2.9 06:30:16 Uninstalling idna-2.9: 06:30:16 Successfully uninstalled idna-2.9 06:30:16 Attempting uninstall: requests 06:30:16 Found existing installation: requests 2.23.0 06:30:16 Uninstalling requests-2.23.0: 06:30:16 Successfully uninstalled requests-2.23.0 06:30:16 Running setup.py install for docopt: started 06:30:17 Running setup.py install for docopt: finished with status 'done' 06:30:18 Running setup.py install for dockerpty: started 06:30:18 Running setup.py install for dockerpty: finished with status 'done' 06:30:18 Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 06:30:22 Removing intermediate container 511298797e57 06:30:22 ---> e837cf9d07f7 06:30:22 Step 22/27 : RUN apk --no-cache add curl 06:30:22 ---> Running in e717395185da 06:30:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:30:22 fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:30:22 (1/3) Installing nghttp2-libs (1.41.0-r0) 06:30:22 (2/3) Installing libcurl (7.69.1-r1) 06:30:22 (3/3) Installing curl (7.69.1-r1) 06:30:22 Executing busybox-1.31.1-r19.trigger 06:30:22 OK: 72 MiB in 58 packages 06:30:23 Removing intermediate container e717395185da 06:30:23 ---> 32f3e709033a 06:30:23 Step 23/27 : ENTRYPOINT ["/sys-mgmt-agent"] 06:30:23 ---> Running in e52e9713ba3f 06:30:23 Removing intermediate container e52e9713ba3f 06:30:23 ---> 9bb1d7f947fe 06:30:23 Step 24/27 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:30:23 ---> Running in a58711495a71 06:30:24 Removing intermediate container a58711495a71 06:30:24 ---> 15fd06bd5f62 06:30:24 Step 25/27 : LABEL arch=x86_64 06:30:24 ---> Running in fd0f1f65fb1c 06:30:24 Removing intermediate container fd0f1f65fb1c 06:30:24 ---> 50da7d1aff6f 06:30:24 Step 26/27 : LABEL git_sha=0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 06:30:24 ---> Running in 4bea36c8ee5a 06:30:24 Removing intermediate container 4bea36c8ee5a 06:30:24 ---> d7c59af98e6f 06:30:24 Step 27/27 : LABEL version=0.0.0 06:30:24 ---> Running in 51a9292189d1 06:30:24 Removing intermediate container 51a9292189d1 06:30:24 ---> 5b0a01687708 06:30:24 06:30:24 Successfully built 5b0a01687708 06:30:24 Successfully tagged docker-sys-mgmt-agent-go:latest 06:30:25  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } 06:30:25 $ docker stop --time=1 f8e2d1ed7e02ea3e6f6ca6443ad900b752dafb76511b50f2628a22737d14d533 06:30:27 $ docker rm -f f8e2d1ed7e02ea3e6f6ca6443ad900b752dafb76511b50f2628a22737d14d533 [Pipeline] // withDockerContainer [Pipeline] sh 06:30:28 + docker images 06:30:28 + grep docker 06:30:28 docker-sys-mgmt-agent-go latest 5b0a01687708 4 seconds ago 290MB 06:30:28 docker-core-data-go latest 1e3b53f369fb 18 seconds ago 23.6MB 06:30:28 docker-security-secrets-setup-go latest d3944476d5b2 18 seconds ago 24MB 06:30:28 docker-support-notifications-go latest e3dff0eb5f3a 54 seconds ago 13.6MB 06:30:28 docker-support-scheduler-go latest 6e9868701687 57 seconds ago 12.3MB 06:30:28 docker-security-secretstore-setup-go latest 19aceba5a22e 2 minutes ago 32.4MB 06:30:28 docker-core-metadata-go latest 156e3ec177ef 2 minutes ago 14.4MB 06:30:28 docker-core-command-go latest 8011f7d73d64 2 minutes ago 12.2MB 06:30:28 docker-support-logging-go latest 589273f3b97e 2 minutes ago 11.1MB 06:30:28 docker-security-proxy-setup-go latest fadaa9791ec5 2 minutes ago 15.8MB 06:30:28 docker latest 6972c414f322 3 hours 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 06:30:43 Still waiting to schedule task 06:30:43 All nodes of label ‘centos7-docker-8c-8g’ are offline 06:31:50 Running on prd-centos7-docker-8c-8g-8177 in /w/workspace/edgexfoundry_edgex-go_PR-2835 [Pipeline] { [Pipeline] ws 06:31:50 Running in /w/workspace/edgex-go/4 [Pipeline] { [Pipeline] checkout 06:31:52 using credential edgex-jenkins-ssh 06:31:52 Cloning the remote Git repository 06:31:53 Cloning repository git@github.com:edgexfoundry/edgex-go.git 06:31:53 > git init /w/workspace/edgex-go/4 # timeout=10 06:31:53 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:31:53 > git --version # timeout=10 06:31:53 > git --version # 'git version 2.16.5' 06:31:53 using GIT_SSH to set credentials SSH Credentials for GitHub 06:31:53 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:10 Merging remotes/origin/master commit 23d78d8d6164cd46726267bd4b072740b98d7786 into PR head commit 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node 06:32:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:32:09 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:32:09 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 06:32:09 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 06:32:09 using GIT_SSH to set credentials SSH Credentials for GitHub 06:32:09 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2835/head:refs/remotes/origin/PR-2835 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:32:10 > git config core.sparsecheckout # timeout=10 06:32:10 > git checkout -f 0e053689aa2ef5f6d92f4ffefbc07f10e208c1f7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 06:32:11 Failed in branch amd64 [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 06:32:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:32:14 ---> package-listing.sh 06:32:14 ++ facter osfamily 06:32:14 ++ tr '[:upper:]' '[:lower:]' 06:32:14 + OS_FAMILY=redhat 06:32:14 + workspace=/w/workspace/edgex-go/4 06:32:14 + START_PACKAGES=/tmp/packages_start.txt 06:32:14 + END_PACKAGES=/tmp/packages_end.txt 06:32:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:32:14 + PACKAGES=/tmp/packages_start.txt 06:32:14 + '[' /w/workspace/edgex-go/4 ']' 06:32:14 + PACKAGES=/tmp/packages_end.txt 06:32:14 + case "${OS_FAMILY}" in 06:32:14 + rpm -qa 06:32:14 + sort 06:32:18 + '[' -f /tmp/packages_start.txt ']' 06:32:18 + '[' -f /tmp/packages_end.txt ']' 06:32:18 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:32:18 + '[' /w/workspace/edgex-go/4 ']' 06:32:18 + mkdir -p /w/workspace/edgex-go/4/archives/ 06:32:18 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/4/archives/ [Pipeline] echo 06:32:18 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/4/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:32:18 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:32:19 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:32:19 06:32:19 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:32:19 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:32:19 alpine: Pulling from edgex-lftools-log-publisher 06:32:19 df20fa9351a1: Already exists 06:32:19 36b3adc4ff6f: Pulling fs layer 06:32:19 8ad3a11d3b57: Pulling fs layer 06:32:19 46f8f816bc3b: Pulling fs layer 06:32:19 93b61091891f: Pulling fs layer 06:32:19 93b9cdb0e59b: Pulling fs layer 06:32:19 5e14af77c1be: Pulling fs layer 06:32:19 01666e4c0597: Pulling fs layer 06:32:19 aa168da1d23b: Pulling fs layer 06:32:19 5e14af77c1be: Waiting 06:32:19 93b61091891f: Waiting 06:32:19 93b9cdb0e59b: Waiting 06:32:19 aa168da1d23b: Waiting 06:32:19 46f8f816bc3b: Download complete 06:32:19 36b3adc4ff6f: Verifying Checksum 06:32:19 36b3adc4ff6f: Download complete 06:32:19 93b9cdb0e59b: Verifying Checksum 06:32:19 93b9cdb0e59b: Download complete 06:32:19 5e14af77c1be: Verifying Checksum 06:32:19 5e14af77c1be: Download complete 06:32:19 01666e4c0597: Verifying Checksum 06:32:19 01666e4c0597: Download complete 06:32:19 93b61091891f: Verifying Checksum 06:32:19 93b61091891f: Download complete 06:32:20 36b3adc4ff6f: Pull complete 06:32:20 8ad3a11d3b57: Verifying Checksum 06:32:20 8ad3a11d3b57: Download complete 06:32:21 8ad3a11d3b57: Pull complete 06:32:21 46f8f816bc3b: Pull complete 06:32:21 93b61091891f: Pull complete 06:32:21 93b9cdb0e59b: Pull complete 06:32:22 aa168da1d23b: Verifying Checksum 06:32:22 aa168da1d23b: Download complete 06:32:23 5e14af77c1be: Pull complete 06:32:23 01666e4c0597: Pull complete 06:32:35 aa168da1d23b: Pull complete 06:32:35 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:32:35 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:32:35 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:32:36 prd-centos7-docker-4c-2g-8173 does not seem to be running inside a container 06:32:36 $ 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/4/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/4 -v /w/workspace/edgex-go/4:/w/workspace/edgex-go/4:rw,z -v /w/workspace/edgex-go/4@tmp:/w/workspace/edgex-go/4@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-lftools-log-publisher:alpine cat 06:32:42 $ docker top 4ace2d759b38d4a5f4de3e9dc45a8cf9664c0ec0ee8cd7f80fe007f2530f28b9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:32:43 + touch /tmp/pre-build-complete [Pipeline] sh 06:32:43 + mkdir -p /var/log/sa [Pipeline] sh 06:32:43 + ls /var/log/sa-host 06:32:43 + sadf -c /var/log/sa-host/sa05 06:32:43 file_magic: OK 06:32:43 HZ: Using current value: 100 06:32:43 file_header: OK 06:32:43 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 06:32:43 Statistics: 06:32:43 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:32:43 File successfully converted to sysstat format version 12.2.1 06:32:43 + sadf -c /var/log/sa-host/sa22 06:32:43 file_magic: OK 06:32:43 HZ: Using current value: 100 06:32:43 file_header: OK 06:32:43 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 06:32:43 Statistics: 06:32:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:32:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:32:43 provisioning config files... 06:32:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/4@tmp/config2801381156125371580tmp [Pipeline] { [Pipeline] echo 06:32:44 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:32:44 ---> create-netrc.sh [Pipeline] } 06:32:44 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:32:44 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:32:44 ---> python-tools-install.sh [Pipeline] echo 06:32:44 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:32:45 ---> sudo-logs.sh 06:32:45 Archiving 'sudo' log.. [Pipeline] echo 06:32:45 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:32:45 ---> job-cost.sh 06:32:45 lf-activate-venv: SKIPPING 06:32:45 INFO: No Stack... 06:32:46 INFO: Retrieving Pricing Info for: v1-standard-2 06:32:46 INFO: Archiving Costs [Pipeline] echo 06:32:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:32:47 ---> logs-deploy.sh 06:32:47 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2835/4 06:32:47 INFO: archiving workspace using pattern(s): 06:32:48 Archives upload complete. 06:32:48 INFO: archiving logs to Nexus 06:32:49 ---> uname -a: 06:32:49 Linux prd-centos7-docker-4c-2g-8173.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 06:32:49 06:32:49 06:32:49 ---> lscpu: 06:32:49 Architecture: x86_64 06:32:49 CPU op-mode(s): 32-bit, 64-bit 06:32:49 Byte Order: Little Endian 06:32:49 Address sizes: 40 bits physical, 48 bits virtual 06:32:49 CPU(s): 4 06:32:49 On-line CPU(s) list: 0-3 06:32:49 Thread(s) per core: 1 06:32:49 Core(s) per socket: 1 06:32:49 Socket(s): 4 06:32:49 NUMA node(s): 1 06:32:49 Vendor ID: GenuineIntel 06:32:49 CPU family: 6 06:32:49 Model: 44 06:32:49 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:32:49 Stepping: 1 06:32:49 CPU MHz: 2933.442 06:32:49 BogoMIPS: 5866.88 06:32:49 Virtualization: VT-x 06:32:49 Hypervisor vendor: KVM 06:32:49 Virtualization type: full 06:32:49 L1d cache: 128 KiB 06:32:49 L1i cache: 128 KiB 06:32:49 L2 cache: 16 MiB 06:32:49 L3 cache: 64 MiB 06:32:49 NUMA node0 CPU(s): 0-3 06:32:49 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:32:49 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:32:49 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:32:49 Vulnerability Meltdown: Mitigation; PTI 06:32:49 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:32:49 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:32:49 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:32:49 Vulnerability Tsx async abort: Not affected 06:32:49 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 06:32:49 06:32:49 06:32:49 ---> nproc: 06:32:49 4 06:32:49 06:32:49 06:32:49 ---> df -h: 06:32:49 Filesystem Size Used Available Use% Mounted on 06:32:49 overlay 50.0G 13.0G 37.0G 26% / 06:32:49 tmpfs 64.0M 0 64.0M 0% /dev 06:32:49 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:32:49 shm 64.0M 0 64.0M 0% /dev/shm 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /facter-os 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/resolv.conf 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hostname 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /etc/hosts 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /run/cloud-init/result.json 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/sa-host 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/secure 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /var/log/auth.log 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/4 06:32:49 /dev/vda1 50.0G 13.0G 37.0G 26% /w/workspace/edgex-go/4@tmp 06:32:49 06:32:49 06:32:49 ---> free -m: 06:32:49 total used free shared buff/cache available 06:32:49 Mem: 1837 684 163 0 989 1070 06:32:49 Swap: 1023 66 957 06:32:49 06:32:49 06:32:49 ---> ip addr: 06:32:49 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:32:49 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:32:49 inet 127.0.0.1/8 scope host lo 06:32:49 valid_lft forever preferred_lft forever 06:32:49 inet6 ::1/128 scope host 06:32:49 valid_lft forever preferred_lft forever 06:32:49 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:32:49 link/ether fa:16:3e:8f:68:b9 brd ff:ff:ff:ff:ff:ff 06:32:49 inet 10.30.123.114/23 brd 10.30.123.255 scope global dynamic eth0 06:32:49 valid_lft 85671sec preferred_lft 85671sec 06:32:49 inet6 fe80::f816:3eff:fe8f:68b9/64 scope link 06:32:49 valid_lft forever preferred_lft forever 06:32:49 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:32:49 link/ether 02:42:f4:44:fb:1a brd ff:ff:ff:ff:ff:ff 06:32:49 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:32:49 valid_lft forever preferred_lft forever 06:32:49 inet6 fe80::42:f4ff:fe44:fb1a/64 scope link 06:32:49 valid_lft forever preferred_lft forever 06:32:49 06:32:49 06:32:49 ---> sar -b -r -n DEV: 06:32:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 06:32:49 06:32:49 06:20:23 LINUX RESTART (4 CPU) 06:32:49 06:32:49 06:21:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:32:49 06:22:01 64.73 14.52 50.21 0.00 5251.92 10357.35 0.00 06:32:49 06:23:01 185.30 81.29 104.01 0.00 5773.64 43840.70 0.00 06:32:49 06:24:01 283.06 127.84 155.23 0.00 6487.35 31463.07 0.00 06:32:49 06:25:01 184.04 94.59 89.45 0.00 4692.71 11804.46 0.00 06:32:49 06:26:01 1029.07 757.37 271.71 0.00 96170.66 167201.21 0.00 06:32:49 06:27:02 2279.30 1973.13 306.17 0.00 144944.92 155678.20 0.00 06:32:49 06:28:01 628.79 314.48 314.31 0.00 92978.27 137373.28 0.00 06:32:49 06:29:03 2094.03 1735.56 358.47 0.00 162349.77 167753.18 0.00 06:32:49 06:30:01 701.77 403.89 297.88 0.00 39782.59 56591.28 0.00 06:32:49 06:31:01 100.00 17.39 82.61 0.00 3274.57 5830.21 0.00 06:32:49 06:32:01 1.65 0.08 1.57 0.00 1.20 27.35 0.00 06:32:49 Average: 691.31 506.40 184.91 0.00 51421.85 71969.49 0.00 06:32:49 06:32:49 06:21:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:32:49 06:22:01 71920 0 618556 32.87 2620 1188460 1304288 44.51 533212 1109816 73308 06:32:49 06:23:01 83912 0 668036 35.50 2340 1127268 1441216 49.19 585404 1007804 49092 06:32:49 06:24:01 84968 0 775396 41.21 1492 1019700 1746156 59.59 764128 791840 60508 06:32:49 06:25:01 170908 0 768176 40.83 1324 941148 1457944 49.76 724372 740328 10824 06:32:49 06:26:01 296892 0 672240 35.73 20 912404 1917708 65.45 575688 840948 2976 06:32:49 06:27:02 242032 0 1130616 60.09 20 508888 3667804 125.18 789708 632232 35720 06:32:49 06:28:01 71416 0 717516 38.13 20 1092604 2005832 68.46 777120 865204 1172 06:32:49 06:29:03 111204 0 833208 44.28 20 937124 2743260 93.62 646932 934372 34000 06:32:49 06:30:01 392824 0 676272 35.94 20 812440 1551504 52.95 461640 818400 976 06:32:49 06:31:01 331772 0 609124 32.37 20 940640 1223108 41.74 471452 869148 12 06:32:49 06:32:01 336416 0 604476 32.13 20 940644 1193104 40.72 468704 868500 8 06:32:49 Average: 199479 0 733965 39.01 720 947393 1841084 62.83 618033 861690 24418 06:32:49 06:32:49 06:21:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:32:49 06:22:01 vethd0264f1 443.12 366.91 42.47 1287.29 0.00 0.00 0.00 0.00 06:32:49 06:22:01 eth0 1248.13 1135.03 4751.19 140.67 0.00 0.00 0.00 0.00 06:32:49 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:22:01 docker0 443.12 366.78 36.41 1287.28 0.00 0.00 0.00 0.00 06:32:49 06:23:01 eth0 777.66 778.18 4464.42 92.85 0.00 0.00 0.00 0.00 06:32:49 06:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:23:01 vethdf520ec 35.27 43.74 2.36 223.67 0.00 0.00 0.00 0.00 06:32:49 06:23:01 docker0 499.03 463.27 37.53 1623.13 0.00 0.00 0.00 0.00 06:32:49 06:24:01 eth0 306.32 221.82 1769.81 28.79 0.00 0.00 0.00 0.00 06:32:49 06:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:24:01 veth7d0dec5 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:24:01 docker0 101.96 124.46 7.47 606.54 0.00 0.00 0.00 0.00 06:32:49 06:25:01 eth0 68.19 48.15 38.91 93.61 0.00 0.00 0.00 0.00 06:32:49 06:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:25:01 veth7d0dec5 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:26:01 vethb965b42 1.21 2.03 0.08 11.91 0.00 0.00 0.00 0.00 06:32:49 06:26:01 veth443f57a 1.01 1.45 0.07 7.64 0.00 0.00 0.00 0.00 06:32:49 06:26:01 veth45ae738 0.00 0.22 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:26:01 eth0 195.63 164.60 1741.47 23.26 0.00 0.00 0.00 0.00 06:32:49 06:27:02 vethf461207 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:27:02 vethedcd0af 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:27:02 veth45ae738 0.00 0.18 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:27:02 eth0 58.00 40.43 116.05 64.80 0.00 0.00 0.00 0.00 06:32:49 06:28:01 veth45ae738 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:28:01 eth0 63.84 43.83 191.45 16.42 0.00 0.00 0.00 0.00 06:32:49 06:28:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:32:49 06:28:01 veth217d36e 3.65 4.02 0.25 21.13 0.00 0.00 0.00 0.00 06:32:49 06:29:03 vetha2813d3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:29:03 veth45ae738 0.00 0.10 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:29:03 vethcbece4d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:29:03 eth0 67.63 44.81 135.03 83.51 0.00 0.00 0.00 0.00 06:32:49 06:30:01 veth614be3c 18.73 40.63 1.27 305.26 0.00 0.00 0.00 0.00 06:32:49 06:30:01 veth45ae738 0.00 0.19 0.00 0.01 0.00 0.00 0.00 0.00 06:32:49 06:30:01 eth0 105.87 53.03 457.80 27.31 0.00 0.00 0.00 0.00 06:32:49 06:30:01 lo 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 06:32:49 06:31:01 eth0 65.51 50.47 88.45 74.38 0.00 0.00 0.00 0.00 06:32:49 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:31:01 docker0 1122.97 1090.06 85.70 4338.28 0.00 0.00 0.00 0.00 06:32:49 06:32:01 eth0 1.05 0.32 0.38 0.20 0.00 0.00 0.00 0.00 06:32:49 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 Average: eth0 267.56 233.45 1245.73 58.77 0.00 0.00 0.00 0.00 06:32:49 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:32:49 Average: docker0 102.34 99.34 7.81 395.35 0.00 0.00 0.00 0.00 06:32:49 06:32:49 06:32:49 ---> sar -P ALL: 06:32:49 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) 06:32:49 06:32:49 06:20:23 LINUX RESTART (4 CPU) 06:32:49 06:32:49 06:21:02 CPU %user %nice %system %iowait %steal %idle 06:32:49 06:22:01 all 10.73 0.00 5.01 1.98 0.03 82.25 06:32:49 06:22:01 0 9.95 0.00 6.63 4.07 0.03 79.31 06:32:49 06:22:01 1 10.12 0.00 4.48 1.65 0.02 83.73 06:32:49 06:22:01 2 13.50 0.00 5.18 0.81 0.05 80.46 06:32:49 06:22:01 3 9.35 0.00 3.78 1.42 0.03 85.41 06:32:49 06:23:01 all 12.10 0.00 6.21 0.91 0.03 80.76 06:32:49 06:23:01 0 11.33 0.00 6.18 1.01 0.03 81.45 06:32:49 06:23:01 1 13.52 0.00 6.05 0.65 0.02 79.77 06:32:49 06:23:01 2 14.20 0.00 6.83 1.15 0.02 77.80 06:32:49 06:23:01 3 9.36 0.00 5.77 0.82 0.03 84.02 06:32:49 06:24:01 all 18.11 0.00 9.38 4.59 0.06 67.86 06:32:49 06:24:01 0 17.61 0.00 8.85 5.00 0.07 68.48 06:32:49 06:24:01 1 17.88 0.00 9.95 5.57 0.03 66.57 06:32:49 06:24:01 2 19.10 0.00 9.96 4.39 0.05 66.50 06:32:49 06:24:01 3 17.87 0.00 8.78 3.40 0.07 69.89 06:32:49 06:25:01 all 49.63 0.00 14.67 4.14 0.04 31.52 06:32:49 06:25:01 0 49.45 0.00 14.79 2.06 0.03 33.66 06:32:49 06:25:01 1 49.59 0.00 14.39 4.46 0.05 31.51 06:32:49 06:25:01 2 48.16 0.00 14.73 5.80 0.05 31.26 06:32:49 06:25:01 3 51.33 0.00 14.76 4.27 0.02 29.62 06:32:49 06:26:01 all 21.43 0.00 20.42 8.68 0.10 49.37 06:32:49 06:26:01 0 19.64 0.00 19.54 9.39 0.12 51.31 06:32:49 06:26:01 1 22.18 0.00 21.04 10.50 0.09 46.18 06:32:49 06:26:01 2 20.93 0.00 20.84 7.55 0.10 50.57 06:32:49 06:26:01 3 22.97 0.00 20.27 7.27 0.09 49.40 06:32:49 06:27:02 all 30.56 0.00 20.89 28.84 0.07 19.64 06:32:49 06:27:02 0 30.52 0.00 20.18 33.27 0.09 15.94 06:32:49 06:27:02 1 30.95 0.00 21.20 27.85 0.05 19.95 06:32:49 06:27:02 2 29.79 0.00 21.43 27.08 0.07 21.63 06:32:49 06:27:02 3 30.98 0.00 20.75 27.10 0.07 21.10 06:32:49 06:28:01 all 39.94 0.00 19.16 19.20 0.05 21.66 06:32:49 06:28:01 0 39.31 0.00 18.23 22.00 0.05 20.41 06:32:49 06:28:01 1 39.68 0.00 19.41 17.93 0.07 22.91 06:32:49 06:28:01 2 40.43 0.00 19.92 20.04 0.03 19.57 06:32:49 06:28:01 3 40.32 0.00 19.09 16.81 0.03 23.74 06:32:49 06:29:03 all 33.47 0.00 22.47 26.50 0.11 17.46 06:32:49 06:29:03 0 34.86 0.00 20.94 25.09 0.12 18.99 06:32:49 06:29:03 1 32.16 0.00 23.72 25.86 0.14 18.12 06:32:49 06:29:03 2 33.49 0.00 23.29 28.05 0.08 15.09 06:32:49 06:29:03 3 33.36 0.00 21.91 27.00 0.09 17.64 06:32:49 06:30:01 all 39.95 0.00 16.85 21.86 0.15 21.18 06:32:49 06:30:01 0 39.76 0.00 16.93 21.85 0.21 21.25 06:32:49 06:30:01 1 39.30 0.00 17.15 23.57 0.09 19.88 06:32:49 06:30:01 2 40.63 0.00 16.24 21.42 0.14 21.58 06:32:49 06:30:01 3 40.12 0.00 17.10 20.62 0.16 22.00 06:32:49 06:31:01 all 5.15 0.00 3.18 5.73 0.02 85.92 06:32:49 06:31:01 0 6.57 0.00 3.36 4.02 0.02 86.04 06:32:49 06:31:01 1 2.95 0.00 2.80 7.82 0.03 86.40 06:32:49 06:31:01 2 7.92 0.00 3.62 4.83 0.02 83.62 06:32:49 06:31:01 3 3.17 0.00 2.96 6.23 0.02 87.62 06:32:49 06:32:01 all 0.15 0.00 0.05 0.00 0.00 99.81 06:32:49 06:32:01 0 0.03 0.00 0.05 0.00 0.00 99.92 06:32:49 06:32:01 1 0.03 0.00 0.05 0.00 0.00 99.92 06:32:49 06:32:01 2 0.52 0.00 0.05 0.00 0.00 99.43 06:32:49 06:32:01 3 0.00 0.00 0.03 0.00 0.00 99.97 06:32:49 06:32:49 Average: CPU %user %nice %system %iowait %steal %idle 06:32:49 Average: all 23.58 0.00 12.49 11.04 0.06 52.83 06:32:49 Average: 0 23.45 0.00 12.29 11.56 0.07 52.64 06:32:49 Average: 1 23.29 0.00 12.67 11.35 0.05 52.64 06:32:49 Average: 2 24.25 0.00 12.84 10.92 0.06 51.93 06:32:49 Average: 3 23.33 0.00 12.19 10.33 0.05 54.10 06:32:49 06:32:49 06:32:49