Pull request #2794 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6b36f89a9f73a24f829d8e24a660775558e128e4+5fa08527d925aa0d761a58fd1d2245c253eac308 (896e229f82812b97318974fcb90d096c32910098) 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-5672 in /w/workspace/edgexfoundry_edgex-go_PR-2794 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/5 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit 6b36f89a9f73a24f829d8e24a660775558e128e4 Merge succeeded, producing 6b36f89a9f73a24f829d8e24a660775558e128e4 Checking out Revision 6b36f89a9f73a24f829d8e24a660775558e128e4 (PR-2794) > 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/2794/head:refs/remotes/origin/PR-2794 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # 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 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 21:26:34 Timeout set to expire in 6 hr 0 min [Pipeline] { > git rev-list --no-walk ce4addefb52feee24d0d39d5de01fda465202dae # timeout=10 [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 21:26:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 21:26:34 ========================================================= 21:26:34 EdgeX Global Pipelines Version Info 21:26:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 21:26:36 ------------------- 21:26:36 stable info: 21:26:36 ------------------- 21:26:36 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 21:26:36 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 21:26:36 Message: update stable to v1.0.144 21:26:37 ------------------- 21:26:37 experimental info: 21:26:37 ------------------- 21:26:37 Commited By: **** collab-it+edgex@linuxfoundation.org 21:26:37 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 21:26:37 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 21:26:37 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 21:26:38 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2794 [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2794 [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2794 [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6b36f89a9f73a24f829d8e24a660775558e128e4 [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6b36f89 [Pipeline] echo 21:26:39 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh 21:26: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 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/core-command/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo core-command,cmd/core-command/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/core-data/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo core-data,cmd/core-data/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/core-metadata/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo core-metadata,cmd/core-metadata/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/security-proxy-setup/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/security-secrets-setup/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo security-secrets-setup,cmd/security-secrets-setup/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/security-secretstore-setup/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/support-logging/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo support-logging,cmd/support-logging/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/support-notifications/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo support-notifications,cmd/support-notifications/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/support-scheduler/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo support-scheduler,cmd/support-scheduler/Dockerfile 21:26:40 + for file in '`ls cmd/**/Dockerfile`' 21:26:40 ++ dirname cmd/sys-mgmt-agent/Dockerfile 21:26:40 ++ cut -d/ -f2 21:26:40 + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo 21:26: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 21:26:41 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:41 21:26:41 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 21:26:41 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:41 latest: Pulling from edgex-devops/git-semver 21:26:41 31603596830f: Pulling fs layer 21:26:41 2a8b12db71e7: Pulling fs layer 21:26:41 6ca5941a6612: Pulling fs layer 21:26:41 ecc8261a40a4: Pulling fs layer 21:26:41 ecc8261a40a4: Waiting 21:26:41 2a8b12db71e7: Download complete 21:26:42 31603596830f: Download complete 21:26:42 ecc8261a40a4: Verifying Checksum 21:26:42 ecc8261a40a4: Download complete 21:26:42 6ca5941a6612: Verifying Checksum 21:26:42 6ca5941a6612: Download complete 21:26:42 31603596830f: Pull complete 21:26:42 2a8b12db71e7: Pull complete 21:26:43 6ca5941a6612: Pull complete 21:26:43 ecc8261a40a4: Pull complete 21:26:43 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 21:26:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 21:26:43 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 21:26:43 prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container 21:26:43 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 21:26:46 $ docker top 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 21:26:46 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:26:46 [ssh-agent] Looking for ssh-agent implementation... 21:26:46 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:26:46 $ docker exec 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent 21:26:46 SSH_AUTH_SOCK=/tmp/ssh-vpF1rzw9H0JK/agent.12 21:26:46 SSH_AGENT_PID=17 21:26:46 Running ssh-add (command line suppressed) 21:26:46 Identity added: /w/workspace/edgex-go/5@tmp/private_key_5505315637107441092.key (/w/workspace/edgex-go/5@tmp/private_key_5505315637107441092.key) 21:26:46 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:26:47 + git tag --points-at HEAD [Pipeline] } 21:26:47 $ docker exec --env ******** --env ******** 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent -k 21:26:47 unset SSH_AUTH_SOCK; 21:26:47 unset SSH_AGENT_PID; 21:26:47 echo Agent pid 17 killed; 21:26:47 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 21:26:47 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 21:26:47 [ssh-agent] Looking for ssh-agent implementation... 21:26:47 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 21:26:47 $ docker exec 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent 21:26:47 SSH_AUTH_SOCK=/tmp/ssh-k4eE50Ugiyz5/agent.46 21:26:47 SSH_AGENT_PID=51 21:26:47 Running ssh-add (command line suppressed) 21:26:48 Identity added: /w/workspace/edgex-go/5@tmp/private_key_1028419358638437185.key (/w/workspace/edgex-go/5@tmp/private_key_1028419358638437185.key) 21:26:48 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 21:26:48 + git semver init 21:26:48 # -> Open(): unable to determine branch for HEAD 21:26:48 # $GIT_DIR = /w/workspace/edgex-go/5/.git 21:26:48 # $GIT_WORK_TREE = /w/workspace/edgex-go/5 21:26:48 # $SEMVER_REMOTE_NAME = origin 21:26:48 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 21:26:48 # $SEMVER_USER_NAME = edgex-jenkins 21:26:48 # $SEMVER_BRANCH = PR-2794 21:26:48 # $SEMVER_TEMP = /tmp/semver-849597880 21:26:48 # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP 21:27:06 # '/tmp/semver-849597880' -> '/w/workspace/edgex-go/5/.semver' 21:27:06 # -> Force: false 21:27:06 # $SEMVER_DIR = /w/workspace/edgex-go/5/.semver [Pipeline] } 21:27:06 $ docker exec --env ******** --env ******** 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a ssh-agent -k 21:27:06 unset SSH_AUTH_SOCK; 21:27:06 unset SSH_AGENT_PID; 21:27:06 echo Agent pid 51 killed; 21:27:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 21:27:07 + git semver [Pipeline] } 21:27:07 $ docker stop --time=1 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a 21:27:09 $ docker rm -f 7111ab27f7f9dd4118cd391445783078339f200c082b99a07076895f20c6130a [Pipeline] // withDockerContainer [Pipeline] sh 21:27:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 21:27:10 Stashed 1 file(s) [Pipeline] echo 21:27:10 [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 21:27:10 ========================================================= 21:27:10 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 21:27:10 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:27:11 + 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 . 21:27:14 Sending build context to Docker daemon 325.2MB 21:27:14 Step 1/7 : ARG BASE=golang:1.15-alpine 21:27:14 Step 2/7 : FROM ${BASE} 21:27:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 21:27:14 df20fa9351a1: Pulling fs layer 21:27:14 ed8968b2872e: Pulling fs layer 21:27:14 a92cc7c5fd73: Pulling fs layer 21:27:14 e871e8e8d7a9: Pulling fs layer 21:27:14 e73272ec9a57: Pulling fs layer 21:27:14 1e910a182e73: Pulling fs layer 21:27:14 4e634b169226: Pulling fs layer 21:27:14 e871e8e8d7a9: Waiting 21:27:14 e73272ec9a57: Waiting 21:27:14 1e910a182e73: Waiting 21:27:14 4e634b169226: Waiting 21:27:14 a92cc7c5fd73: Verifying Checksum 21:27:14 a92cc7c5fd73: Download complete 21:27:14 ed8968b2872e: Download complete 21:27:14 e73272ec9a57: Verifying Checksum 21:27:14 e73272ec9a57: Download complete 21:27:14 1e910a182e73: Verifying Checksum 21:27:14 1e910a182e73: Download complete 21:27:14 df20fa9351a1: Verifying Checksum 21:27:14 df20fa9351a1: Download complete 21:27:14 df20fa9351a1: Pull complete 21:27:15 ed8968b2872e: Pull complete 21:27:15 a92cc7c5fd73: Pull complete 21:27:16 4e634b169226: Verifying Checksum 21:27:16 4e634b169226: Download complete 21:27:17 e871e8e8d7a9: Verifying Checksum 21:27:17 e871e8e8d7a9: Download complete 21:27:22 e871e8e8d7a9: Pull complete 21:27:22 e73272ec9a57: Pull complete 21:27:22 1e910a182e73: Pull complete 21:27:25 Still waiting to schedule task 21:27:25 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 21:27:28 4e634b169226: Pull complete 21:27:28 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 21:27:28 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 21:27:28 ---> f7629b54cfaa 21:27:28 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 21:27:28 ---> Running in 1fd4df7ac161 21:27:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 21:27:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 21:27:30 (1/12) Installing libmagic (5.38-r0) 21:27:30 (2/12) Installing file (5.38-r0) 21:27:30 (3/12) Installing libc-dev (0.7.2-r3) 21:27:31 (4/12) Installing g++ (9.3.0-r2) 21:27:34 (5/12) Installing fortify-headers (1.1-r0) 21:27:34 (6/12) Installing patch (2.7.6-r6) 21:27:34 (7/12) Installing build-base (0.5-r2) 21:27:34 (8/12) Installing libsodium (1.0.18-r0) 21:27:34 (9/12) Installing pkgconf (1.7.2-r0) 21:27:34 (10/12) Installing libsodium-dev (1.0.18-r0) 21:27:34 (11/12) Installing libzmq (4.3.3-r0) 21:27:34 (12/12) Installing zeromq-dev (4.3.3-r0) 21:27:34 Executing busybox-1.31.1-r16.trigger 21:27:35 OK: 233 MiB in 51 packages 21:27:38 Removing intermediate container 1fd4df7ac161 21:27:38 ---> 4d22b430b947 21:27:38 Step 4/7 : WORKDIR /edgex-go 21:27:38 ---> Running in 1097023e8461 21:27:38 Removing intermediate container 1097023e8461 21:27:38 ---> ce9bd6713334 21:27:38 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:27:38 latest: Pulling from library/docker 21:27:39 df20fa9351a1: Already exists 21:27:39 25ad7478873d: Pulling fs layer 21:27:39 4684f6177b5d: Pulling fs layer 21:27:39 8ba584e970af: Pulling fs layer 21:27:39 3cdc74d2b06d: Pulling fs layer 21:27:39 4cf5a0d07c1f: Pulling fs layer 21:27:39 fca0ccc462d5: Pulling fs layer 21:27:39 3cdc74d2b06d: Waiting 21:27:39 4cf5a0d07c1f: Waiting 21:27:39 fca0ccc462d5: Waiting 21:27:39 4684f6177b5d: Verifying Checksum 21:27:39 4684f6177b5d: Download complete 21:27:39 25ad7478873d: Verifying Checksum 21:27:39 25ad7478873d: Download complete 21:27:39 3cdc74d2b06d: Verifying Checksum 21:27:39 3cdc74d2b06d: Download complete 21:27:39 4cf5a0d07c1f: Verifying Checksum 21:27:39 4cf5a0d07c1f: Download complete 21:27:39 fca0ccc462d5: Verifying Checksum 21:27:39 fca0ccc462d5: Download complete 21:27:39 25ad7478873d: Pull complete 21:27:39 4684f6177b5d: Pull complete 21:27:39 8ba584e970af: Verifying Checksum 21:27:39 8ba584e970af: Download complete 21:27:42 8ba584e970af: Pull complete 21:27:42 3cdc74d2b06d: Pull complete 21:27:42 4cf5a0d07c1f: Pull complete 21:27:42 fca0ccc462d5: Pull complete 21:27:42 Digest: sha256:57ddfc5b9f4f89f1598440cd1d6d97b87532b0bce1315e7880ae6843e3583529 21:27:42 Status: Downloaded newer image for docker:latest 21:27:44 ---> 0fd43a25ef29 21:27:44 Step 6/7 : COPY go.mod . 21:27:44 ---> 9d4dab922ce2 21:27:44 Step 7/7 : RUN go mod download 21:27:44 ---> Running in e8798322822f 21:28:06 Removing intermediate container e8798322822f 21:28:06 ---> 2622c727f80e 21:28:06 Successfully built 2622c727f80e 21:28:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 21:28:06 + docker inspect -f . ci-base-image-x86_64 21:28:06 . [Pipeline] withDockerContainer 21:28:06 prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container 21:28:06 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:28:07 $ docker top 1f0e384f7ec0f0a626b629337b039d6da3850558888d0d5445547cd771798a7a -eo pid,comm [Pipeline] { [Pipeline] sh 21:28:08 + go version 21:28:08 go version go1.15.2 linux/amd64 [Pipeline] } 21:28:08 $ docker stop --time=1 1f0e384f7ec0f0a626b629337b039d6da3850558888d0d5445547cd771798a7a 21:28:09 $ docker rm -f 1f0e384f7ec0f0a626b629337b039d6da3850558888d0d5445547cd771798a7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 21:28:10 + docker inspect -f . ci-base-image-x86_64 21:28:10 . [Pipeline] withDockerContainer 21:28:10 prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container 21:28:10 $ docker run -t -d -u 1001:1001 -u 0:0 -e GOTESTFLAGS= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 21:28:11 $ docker top b57d764907e4f8351825436bdcd72f3878198386de4d1dc187fe6aa55f5f231f -eo pid,comm [Pipeline] { [Pipeline] echo 21:28:11 ========================================================= 21:28:11 [edgeXBuildGoParallel] Running Tests and Build... 21:28:11 ========================================================= [Pipeline] sh 21:28:11 + make test 21:28:11 GO111MODULE=on go test -coverprofile=coverage.out ./... 21:28:14 ? github.com/edgexfoundry/edgex-go [no test files] 21:28:24 ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] 21:28:27 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 21:28:27 internal/core/metadata/v2/controller/http/deviceprofile.go:66:35: addDeviceProfileDTOs[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) 21:28:27 internal/core/metadata/v2/controller/http/deviceprofile.go:116:37: updateDeviceProfileReq[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) 21:28:27 internal/core/metadata/v2/controller/http/deviceservice.go:73:35: addDeviceServiceDTOs[i].RequestID undefined (type requests.AddDeviceServiceRequest has no field or method RequestID) 21:28:27 internal/core/metadata/v2/controller/http/deviceservice.go:152:15: dto.RequestID undefined (type requests.UpdateDeviceServiceRequest has no field or method RequestID) 21:28:28 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 21:28:28 internal/core/data/v2/controller/http/event.go:71:30: addEventReqDTOs[i].RequestID undefined (type requests.AddEventRequest has no field or method RequestID) 21:28:30 ok github.com/edgexfoundry/edgex-go/cmd/security-secrets-setup 0.007s 21:28:32 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [github.com/edgexfoundry/edgex-go/internal/core/data/v2/application.test] 21:28:32 internal/core/data/v2/application/event_test.go:178:42: evt.ID undefined (type dtos.Event has no field or method ID, but does have Id) 21:28:33 ok github.com/edgexfoundry/edgex-go/internal/core/command 0.019s coverage: 46.6% of statements 21:28:33 FAIL github.com/edgexfoundry/edgex-go/internal/core/data [build failed] 21:28:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.005s coverage: 100.0% of statements 21:28:33 ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.007s coverage: 100.0% of statements 21:28:33 FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/application [build failed] 21:28:33 # github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http.test] 21:28:33 internal/core/data/v2/controller/http/event.go:71: addEventReqDTOs[i].RequestID undefined (type requests.AddEventRequest has no field or method RequestID) 21:28:33 internal/core/data/v2/controller/http/event_test.go:53:3: unknown field 'RequestID' in struct literal of type common.BaseRequest (but does have RequestId) 21:28:33 internal/core/data/v2/controller/http/event_test.go:56:3: unknown field 'ID' in struct literal of type dtos.Event (but does have Id) 21:28:33 internal/core/data/v2/controller/http/event_test.go:108:13: noRequestId.RequestID undefined (type requests.AddEventRequest has no field or method RequestID) 21:28:33 internal/core/data/v2/controller/http/event_test.go:110:14: badRequestId.RequestID undefined (type requests.AddEventRequest has no field or method RequestID) 21:28:33 internal/core/data/v2/controller/http/event_test.go:114:17: noEventID.Event.ID undefined (type dtos.Event has no field or method ID, but does have Id) 21:28:33 internal/core/data/v2/controller/http/event_test.go:116:18: badEventID.Event.ID undefined (type dtos.Event has no field or method ID, but does have Id) 21:28:33 internal/core/data/v2/controller/http/event_test.go:222:24: actualResponse[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) 21:28:33 internal/core/data/v2/controller/http/event_test.go:223:57: actualResponse[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) 21:28:33 internal/core/data/v2/controller/http/event_test.go:286:59: actualResponse.Event.ID undefined (type dtos.Event has no field or method ID, but does have Id) 21:28:33 internal/core/data/v2/controller/http/event_test.go:286:59: too many errors 21:28:33 FAIL github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http [build failed] 21:28:33 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata [build failed] 21:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.040s coverage: 100.0% of statements 21:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.005s coverage: 100.0% of statements 21:28:34 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.031s coverage: 86.7% of statements 21:28:34 # github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http.test] 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile.go:66: addDeviceProfileDTOs[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile.go:116: updateDeviceProfileReq[i].RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceservice.go:73: addDeviceServiceDTOs[i].RequestID undefined (type requests.AddDeviceServiceRequest has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceservice.go:152: dto.RequestID undefined (type requests.UpdateDeviceServiceRequest has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:74:4: unknown field 'RequestID' in struct literal of type common.BaseRequest (but does have RequestId) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:150:13: noRequestId.RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:179:13: res[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:180:46: res[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:196:14: badRequestId.RequestID undefined (type requests.DeviceProfileRequest has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:325:45: res[0].RequestID undefined (type common.BaseWithIdResponse has no field or method RequestID) 21:28:34 internal/core/metadata/v2/controller/http/deviceprofile_test.go:325:45: too many errors 21:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.040s coverage: 97.5% of statements 21:28:35 ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.024s coverage: 100.0% of statements 21:28:35 FAIL github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http [build failed] 21:28:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.064s coverage: 58.8% of statements 21:28:35 ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.011s coverage: 0.0% of statements [no tests to run] 21:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.042s coverage: 63.5% of statements 21:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.006s coverage: 100.0% of statements 21:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.007s coverage: 91.3% of statements 21:28:36 ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.006s coverage: 100.0% of statements 21:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements 21:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.014s coverage: 100.0% of statements 21:28:37 ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.104s coverage: 55.9% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/certificates 2.635s coverage: 86.3% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/cache 0.317s coverage: 72.2% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/generate 0.126s coverage: 72.1% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/command/import 0.024s coverage: 82.4% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/config 0.024s coverage: 48.4% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/helper 0.015s coverage: 28.8% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secrets/seed 0.010s coverage: 96.8% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.019s coverage: 36.5% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.084s coverage: 84.1% of statements 21:28:40 ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.006s coverage: 100.0% of statements 21:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging 0.014s coverage: 42.9% of statements 21:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/filter 0.007s coverage: 100.0% of statements 21:28:41 ok github.com/edgexfoundry/edgex-go/internal/support/logging/logger/file 0.029s coverage: 83.8% of statements 21:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.027s coverage: 47.1% of statements 21:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/enums 0.005s coverage: 100.0% of statements 21:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.018s coverage: 100.0% of statements 21:28:42 ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.016s coverage: 100.0% of statements 21:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.045s coverage: 29.1% of statements 21:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.032s coverage: 99.0% of statements 21:28:43 ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.007s coverage: 100.0% of statements 21:28:43 ok github.com/edgexfoundry/edgex-go/internal/system 0.016s coverage: 0.0% of statements 21:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.013s coverage: 100.0% of statements 21:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.012s coverage: 87.9% of statements 21:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.028s coverage: 100.0% of statements 21:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.011s coverage: 32.1% of statements 21:28:44 ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.006s coverage: 100.0% of statements 21:28:44 make: *** [Makefile:81: test] Error 2 [Pipeline] } 21:28:44 $ docker stop --time=1 b57d764907e4f8351825436bdcd72f3878198386de4d1dc187fe6aa55f5f231f 21:28:47 $ docker rm -f b57d764907e4f8351825436bdcd72f3878198386de4d1dc187fe6aa55f5f231f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } 21:28:48 Failed in branch amd64 21:31:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-5677 in /w/workspace/edgexfoundry_edgex-go_PR-2794 [Pipeline] { [Pipeline] ws 21:31:21 Running in /w/workspace/edgex-go/5 [Pipeline] { [Pipeline] checkout 21:31:27 using credential edgex-jenkins-ssh 21:31:27 Cloning the remote Git repository 21:31:27 Cloning repository git@github.com:edgexfoundry/edgex-go.git 21:31:27 > git init /w/workspace/edgex-go/5 # timeout=10 21:31:27 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:31:27 > git --version # timeout=10 21:31:27 > git --version # 'git version 2.17.1' 21:31:27 using GIT_SSH to set credentials SSH Credentials for GitHub 21:31:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 21:31:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:31:46 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 21:31:46 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 21:31:46 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git 21:31:46 using GIT_SSH to set credentials SSH Credentials for GitHub 21:31:46 > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2794/head:refs/remotes/origin/PR-2794 +refs/heads/master:refs/remotes/origin/master # timeout=10 21:31:47 Merging remotes/origin/master commit 5fa08527d925aa0d761a58fd1d2245c253eac308 into PR head commit 6b36f89a9f73a24f829d8e24a660775558e128e4 21:31:47 Merge succeeded, producing 6b36f89a9f73a24f829d8e24a660775558e128e4 21:31:47 Checking out Revision 6b36f89a9f73a24f829d8e24a660775558e128e4 (PR-2794) 21:31:47 > git config core.sparsecheckout # timeout=10 21:31:47 > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # timeout=10 21:31:47 > git remote # timeout=10 21:31:47 > git config --get remote.origin.url # timeout=10 21:31:47 using GIT_SSH to set credentials SSH Credentials for GitHub 21:31:47 > git merge 5fa08527d925aa0d761a58fd1d2245c253eac308 # timeout=10 21:31:47 > git rev-parse HEAD^{commit} # timeout=10 21:31:47 > git config core.sparsecheckout # timeout=10 21:31:47 > git checkout -f 6b36f89a9f73a24f829d8e24a660775558e128e4 # timeout=10 21:31:52 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-secrets" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 21:31:53 ========================================================= 21:31:53 [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 21:31:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 21:31:54 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 21:31:57 Sending build context to Docker daemon 164.9MB 21:31:57 Step 1/7 : ARG BASE=golang:1.15-alpine 21:31:57 Step 2/7 : FROM ${BASE} 21:31:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 21:31:57 b538f80385f9: Pulling fs layer 21:31:57 74f711af9a0d: Pulling fs layer 21:31:57 99f96fe45779: Pulling fs layer 21:31:57 8529a6b9a6be: Pulling fs layer 21:31:57 45590311c82a: Pulling fs layer 21:31:57 69ca0ff8b7b3: Pulling fs layer 21:31:57 209524e5b208: Pulling fs layer 21:31:57 45590311c82a: Waiting 21:31:57 8529a6b9a6be: Waiting 21:31:57 69ca0ff8b7b3: Waiting 21:31:57 209524e5b208: Waiting 21:31:57 99f96fe45779: Download complete 21:31:57 74f711af9a0d: Verifying Checksum 21:31:57 74f711af9a0d: Download complete 21:31:57 45590311c82a: Verifying Checksum 21:31:57 45590311c82a: Download complete 21:31:57 69ca0ff8b7b3: Verifying Checksum 21:31:57 b538f80385f9: Verifying Checksum 21:31:57 b538f80385f9: Download complete 21:31:58 b538f80385f9: Pull complete 21:31:58 74f711af9a0d: Pull complete 21:31:59 99f96fe45779: Pull complete 21:32:00 209524e5b208: Verifying Checksum 21:32:00 209524e5b208: Download complete 21:32:02 8529a6b9a6be: Verifying Checksum 21:32:02 8529a6b9a6be: Download complete 21:32:12 8529a6b9a6be: Pull complete 21:32:12 45590311c82a: Pull complete 21:32:12 69ca0ff8b7b3: Pull complete 21:32:16 209524e5b208: Pull complete 21:32:16 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 21:32:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 21:32:16 ---> 5bddaf1c2fca 21:32:16 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 21:32:20 ---> Running in 3515f4403199 21:32:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 21:32:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 21:32:24 (1/12) Installing libmagic (5.38-r0) 21:32:24 (2/12) Installing file (5.38-r0) 21:32:24 (3/12) Installing libc-dev (0.7.2-r3) 21:32:24 (4/12) Installing g++ (9.3.0-r2) 21:32:43 (5/12) Installing fortify-headers (1.1-r0) 21:32:43 (6/12) Installing patch (2.7.6-r6) 21:32:43 (7/12) Installing build-base (0.5-r2) 21:32:43 (8/12) Installing libsodium (1.0.18-r0) 21:32:43 (9/12) Installing pkgconf (1.7.2-r0) 21:32:43 (10/12) Installing libsodium-dev (1.0.18-r0) 21:32:43 (11/12) Installing libzmq (4.3.3-r0) 21:32:43 (12/12) Installing zeromq-dev (4.3.3-r0) 21:32:43 Executing busybox-1.31.1-r16.trigger 21:32:43 OK: 217 MiB in 51 packages 21:32:46 Removing intermediate container 3515f4403199 21:32:46 ---> f9d2ee56e936 21:32:46 Step 4/7 : WORKDIR /edgex-go 21:32:46 ---> Running in 3f50245c7cb8 21:32:46 Removing intermediate container 3f50245c7cb8 21:32:46 ---> b50cde9f38bb 21:32:46 Step 5/7 : COPY --from=docker:latest /usr/local/bin/docker /usr/local/bin/docker 21:32:47 latest: Pulling from library/docker 21:32:47 b538f80385f9: Already exists 21:32:47 259a493cd78d: Pulling fs layer 21:32:47 b8e66b5100f5: Pulling fs layer 21:32:47 7f8258a56ab6: Pulling fs layer 21:32:47 75a0a0ebb566: Pulling fs layer 21:32:47 4a2c62f0a2a3: Pulling fs layer 21:32:47 294320357d30: Pulling fs layer 21:32:47 75a0a0ebb566: Waiting 21:32:47 4a2c62f0a2a3: Waiting 21:32:47 294320357d30: Waiting 21:32:47 invalid from flag value docker:latest: error pulling image configuration: Get https://production.cloudflare.docker.com/registry-v2/docker/registry/v2/blobs/sha256/45/45884bde00785fd35c37401dc4afba38dd59e1dec6400bdf18cab1d58b51830d/data?verify=1602800567-VoWv2mE98joeixr4B9VymOLH1sA%3D: dial tcp: lookup production.cloudflare.docker.com: device or resource busy [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 21:32:49 Failed in branch arm64 [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 21:32:51 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 21:32:51 ---> package-listing.sh 21:32:51 ++ facter osfamily 21:32:51 ++ tr '[:upper:]' '[:lower:]' 21:32:51 + OS_FAMILY=redhat 21:32:51 + workspace=/w/workspace/edgex-go/5 21:32:51 + START_PACKAGES=/tmp/packages_start.txt 21:32:51 + END_PACKAGES=/tmp/packages_end.txt 21:32:51 + DIFF_PACKAGES=/tmp/packages_diff.txt 21:32:51 + PACKAGES=/tmp/packages_start.txt 21:32:51 + '[' /w/workspace/edgex-go/5 ']' 21:32:51 + PACKAGES=/tmp/packages_end.txt 21:32:51 + case "${OS_FAMILY}" in 21:32:51 + rpm -qa 21:32:51 + sort 21:32:56 + '[' -f /tmp/packages_start.txt ']' 21:32:56 + '[' -f /tmp/packages_end.txt ']' 21:32:56 + diff /tmp/packages_start.txt /tmp/packages_end.txt 21:32:56 + '[' /w/workspace/edgex-go/5 ']' 21:32:56 + mkdir -p /w/workspace/edgex-go/5/archives/ 21:32:56 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/5/archives/ [Pipeline] echo 21:32:56 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 21:32:56 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 21:32:57 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:32:57 21:32:57 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 21:32:57 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:32:57 alpine: Pulling from edgex-lftools-log-publisher 21:32:57 df20fa9351a1: Already exists 21:32:57 36b3adc4ff6f: Pulling fs layer 21:32:57 8ad3a11d3b57: Pulling fs layer 21:32:57 46f8f816bc3b: Pulling fs layer 21:32:57 93b61091891f: Pulling fs layer 21:32:57 93b9cdb0e59b: Pulling fs layer 21:32:57 5e14af77c1be: Pulling fs layer 21:32:57 01666e4c0597: Pulling fs layer 21:32:57 aa168da1d23b: Pulling fs layer 21:32:57 5e14af77c1be: Waiting 21:32:57 01666e4c0597: Waiting 21:32:57 93b9cdb0e59b: Waiting 21:32:57 93b61091891f: Waiting 21:32:57 aa168da1d23b: Waiting 21:32:57 46f8f816bc3b: Verifying Checksum 21:32:57 46f8f816bc3b: Download complete 21:32:57 36b3adc4ff6f: Verifying Checksum 21:32:57 36b3adc4ff6f: Download complete 21:32:57 93b9cdb0e59b: Verifying Checksum 21:32:57 93b9cdb0e59b: Download complete 21:32:57 5e14af77c1be: Verifying Checksum 21:32:57 5e14af77c1be: Download complete 21:32:57 93b61091891f: Verifying Checksum 21:32:57 93b61091891f: Download complete 21:32:57 01666e4c0597: Verifying Checksum 21:32:57 01666e4c0597: Download complete 21:32:57 8ad3a11d3b57: Verifying Checksum 21:32:57 8ad3a11d3b57: Download complete 21:32:57 36b3adc4ff6f: Pull complete 21:32:58 8ad3a11d3b57: Pull complete 21:32:58 46f8f816bc3b: Pull complete 21:32:58 93b61091891f: Pull complete 21:32:58 93b9cdb0e59b: Pull complete 21:32:59 5e14af77c1be: Pull complete 21:32:59 aa168da1d23b: Verifying Checksum 21:32:59 aa168da1d23b: Download complete 21:32:59 01666e4c0597: Pull complete 21:33:06 aa168da1d23b: Pull complete 21:33:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 21:33:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 21:33:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 21:33:06 prd-centos7-docker-4c-2g-5672 does not seem to be running inside a container 21:33:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/5/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/5 -v /w/workspace/edgex-go/5:/w/workspace/edgex-go/5:rw,z -v /w/workspace/edgex-go/5@tmp:/w/workspace/edgex-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 21:33:09 $ docker top 48896ffb2c66b6f32da23f970c975b3abde4f28ff4e379e5fe8a9623c72e18de -eo pid,comm [Pipeline] { [Pipeline] sh 21:33:10 + touch /tmp/pre-build-complete [Pipeline] sh 21:33:10 + mkdir -p /var/log/sa [Pipeline] sh 21:33:10 + ls /var/log/sa-host 21:33:10 + sadf -c /var/log/sa-host/sa05 21:33:10 file_magic: OK 21:33:10 HZ: Using current value: 100 21:33:10 file_header: OK 21:33:10 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 21:33:10 Statistics: 21:33:10 Hnuu...uuuununununu...Hnuu...uuuununununu... 21:33:10 File successfully converted to sysstat format version 12.2.1 21:33:10 + sadf -c /var/log/sa-host/sa15 21:33:10 file_magic: OK 21:33:10 HZ: Using current value: 100 21:33:10 file_header: OK 21:33:10 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 21:33:10 Statistics: 21:33:10 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 21:33:10 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 21:33:10 provisioning config files... 21:33:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/5@tmp/config4834510387539516235tmp [Pipeline] { [Pipeline] echo 21:33:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 21:33:11 ---> create-netrc.sh [Pipeline] } 21:33:11 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 21:33:11 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 21:33:11 ---> python-tools-install.sh [Pipeline] echo 21:33:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 21:33:12 ---> sudo-logs.sh 21:33:12 Archiving 'sudo' log.. [Pipeline] echo 21:33:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 21:33:12 ---> job-cost.sh 21:33:12 lf-activate-venv: SKIPPING 21:33:12 INFO: No Stack... 21:33:14 INFO: Retrieving Pricing Info for: v1-standard-2 21:33:14 INFO: Archiving Costs [Pipeline] echo 21:33:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 21:33:14 ---> logs-deploy.sh 21:33:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2794/5 21:33:14 INFO: archiving workspace using pattern(s): 21:33:16 Archives upload complete. 21:33:16 INFO: archiving logs to Nexus 21:33:17 ---> uname -a: 21:33:17 Linux prd-centos7-docker-4c-2g-5672.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 21:33:17 21:33:17 21:33:17 ---> lscpu: 21:33:17 Architecture: x86_64 21:33:17 CPU op-mode(s): 32-bit, 64-bit 21:33:17 Byte Order: Little Endian 21:33:17 Address sizes: 40 bits physical, 48 bits virtual 21:33:17 CPU(s): 4 21:33:17 On-line CPU(s) list: 0-3 21:33:17 Thread(s) per core: 1 21:33:17 Core(s) per socket: 1 21:33:17 Socket(s): 4 21:33:17 NUMA node(s): 1 21:33:17 Vendor ID: GenuineIntel 21:33:17 CPU family: 6 21:33:17 Model: 44 21:33:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 21:33:17 Stepping: 1 21:33:17 CPU MHz: 2933.438 21:33:17 BogoMIPS: 5866.87 21:33:17 Virtualization: VT-x 21:33:17 Hypervisor vendor: KVM 21:33:17 Virtualization type: full 21:33:17 L1d cache: 128 KiB 21:33:17 L1i cache: 128 KiB 21:33:17 L2 cache: 16 MiB 21:33:17 L3 cache: 64 MiB 21:33:17 NUMA node0 CPU(s): 0-3 21:33:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 21:33:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 21:33:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 21:33:17 Vulnerability Meltdown: Mitigation; PTI 21:33:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 21:33:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 21:33:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 21:33:17 Vulnerability Tsx async abort: Not affected 21:33:17 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 21:33:17 21:33:17 21:33:17 ---> nproc: 21:33:17 4 21:33:17 21:33:17 21:33:17 ---> df -h: 21:33:17 Filesystem Size Used Available Use% Mounted on 21:33:17 overlay 50.0G 8.4G 41.5G 17% / 21:33:17 tmpfs 64.0M 0 64.0M 0% /dev 21:33:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 21:33:17 shm 64.0M 0 64.0M 0% /dev/shm 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /facter-os 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/resolv.conf 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hostname 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /etc/hosts 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/auth.log 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /run/cloud-init/result.json 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/sa-host 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /var/log/secure 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/edgex-go/5 21:33:17 /dev/vda1 50.0G 8.4G 41.5G 17% /w/workspace/edgex-go/5@tmp 21:33:17 21:33:17 21:33:17 ---> free -m: 21:33:17 total used free shared buff/cache available 21:33:17 Mem: 1837 736 139 0 961 1009 21:33:17 Swap: 1023 3 1020 21:33:17 21:33:17 21:33:17 ---> ip addr: 21:33:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 21:33:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 21:33:17 inet 127.0.0.1/8 scope host lo 21:33:17 valid_lft forever preferred_lft forever 21:33:17 inet6 ::1/128 scope host 21:33:17 valid_lft forever preferred_lft forever 21:33:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 21:33:17 link/ether fa:16:3e:29:a4:e3 brd ff:ff:ff:ff:ff:ff 21:33:17 inet 10.30.123.14/23 brd 10.30.123.255 scope global dynamic eth0 21:33:17 valid_lft 85950sec preferred_lft 85950sec 21:33:17 inet6 fe80::f816:3eff:fe29:a4e3/64 scope link 21:33:17 valid_lft forever preferred_lft forever 21:33:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 21:33:17 link/ether 02:42:37:f8:78:9c brd ff:ff:ff:ff:ff:ff 21:33:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 21:33:17 valid_lft forever preferred_lft forever 21:33:17 inet6 fe80::42:37ff:fef8:789c/64 scope link 21:33:17 valid_lft forever preferred_lft forever 21:33:17 21:33:17 21:33:17 ---> sar -b -r -n DEV: 21:33:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 21:33:17 21:33:17 21:25:29 LINUX RESTART (4 CPU) 21:33:17 21:33:17 21:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 21:33:17 21:27:01 99.62 38.39 61.23 0.00 7933.71 15549.58 0.00 21:33:17 21:28:01 311.38 98.12 213.26 0.00 6604.16 65182.97 0.00 21:33:17 21:29:01 237.50 136.86 100.65 0.00 6782.43 10963.89 0.00 21:33:17 21:30:01 2.53 0.65 1.88 0.00 69.54 36.27 0.00 21:33:17 21:31:01 0.33 0.00 0.33 0.00 0.00 4.11 0.00 21:33:17 21:32:01 0.30 0.05 0.25 0.00 1.20 3.68 0.00 21:33:17 21:33:01 73.81 52.66 21.15 0.00 4578.90 7139.75 0.00 21:33:17 Average: 103.20 46.57 56.63 0.00 3704.80 14013.43 0.00 21:33:17 21:33:17 21:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 21:33:17 21:27:01 71780 0 766296 40.73 2620 1040860 1481692 50.57 667928 979296 20 21:33:17 21:28:01 76104 0 768660 40.85 1492 1035300 1549596 52.88 771812 778808 96356 21:33:17 21:29:01 417848 0 662252 35.20 1436 800020 1133540 38.69 587756 647148 16 21:33:17 21:30:01 419784 0 658180 34.98 1436 802156 1114988 38.05 588956 647032 12 21:33:17 21:31:01 419932 0 658024 34.97 1436 802164 1099736 37.53 610068 625884 8 21:33:17 21:32:01 420072 0 657876 34.96 1436 802172 1099772 37.53 610444 625888 8 21:33:17 21:33:01 64452 0 749976 39.86 1388 1065740 1537300 52.47 712224 863156 71096 21:33:17 Average: 269996 0 703038 37.36 1606 906916 1288089 43.96 649884 738173 23931 21:33:17 21:33:17 21:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 21:33:17 21:27:01 veth87e140e 773.69 562.58 75.19 2649.75 0.00 0.00 0.00 0.00 21:33:17 21:27:01 eth0 1461.66 1391.78 6312.04 189.33 0.00 0.00 0.00 0.00 21:33:17 21:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:27:01 docker0 773.69 562.45 64.62 2649.74 0.00 0.00 0.00 0.00 21:33:17 21:28:01 eth0 570.56 416.78 4814.21 42.85 0.00 0.00 0.00 0.00 21:33:17 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:28:01 docker0 100.69 147.76 7.27 842.76 0.00 0.00 0.00 0.00 21:33:17 21:29:01 eth0 40.40 23.18 36.65 15.18 0.00 0.00 0.00 0.00 21:33:17 21:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:30:01 eth0 1.93 0.45 0.43 0.21 0.00 0.00 0.00 0.00 21:33:17 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:31:01 eth0 2.81 0.65 0.72 0.40 0.00 0.00 0.00 0.00 21:33:17 21:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:32:01 eth0 1.62 0.70 0.74 0.46 0.00 0.00 0.00 0.00 21:33:17 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:33:01 eth0 236.82 194.53 2121.00 89.12 0.00 0.00 0.00 0.00 21:33:17 21:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 Average: eth0 330.41 289.55 1892.00 48.25 0.00 0.00 0.00 0.00 21:33:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 21:33:17 Average: docker0 125.02 101.39 10.28 498.34 0.00 0.00 0.00 0.00 21:33:17 21:33:17 21:33:17 ---> sar -P ALL: 21:33:17 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/15/20 _x86_64_ (4 CPU) 21:33:17 21:33:17 21:25:29 LINUX RESTART (4 CPU) 21:33:17 21:33:17 21:26:01 CPU %user %nice %system %iowait %steal %idle 21:33:17 21:27:01 all 20.77 0.00 7.60 2.35 0.04 69.24 21:33:17 21:27:01 0 21.60 0.00 9.48 3.58 0.02 65.32 21:33:17 21:27:01 1 19.99 0.00 7.44 0.88 0.05 71.64 21:33:17 21:27:01 2 22.99 0.00 7.21 4.45 0.03 65.31 21:33:17 21:27:01 3 18.49 0.00 6.31 0.51 0.05 74.64 21:33:17 21:28:01 all 13.32 0.00 8.19 5.66 0.08 72.75 21:33:17 21:28:01 0 14.04 0.00 9.65 4.88 0.09 71.36 21:33:17 21:28:01 1 11.83 0.00 7.42 5.40 0.07 75.28 21:33:17 21:28:01 2 14.31 0.00 8.17 6.67 0.09 70.75 21:33:17 21:28:01 3 13.10 0.00 7.55 5.68 0.07 73.61 21:33:17 21:29:01 all 34.83 0.00 10.18 4.78 0.02 50.19 21:33:17 21:29:01 0 34.91 0.00 10.43 3.87 0.02 50.77 21:33:17 21:29:01 1 35.24 0.00 10.24 4.93 0.02 49.57 21:33:17 21:29:01 2 33.81 0.00 10.25 5.17 0.00 50.78 21:33:17 21:29:01 3 35.34 0.00 9.79 5.17 0.05 49.65 21:33:17 21:30:01 all 0.16 0.00 0.04 0.00 0.00 99.80 21:33:17 21:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 21:33:17 21:30:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:33:17 21:30:01 2 0.02 0.00 0.05 0.00 0.00 99.93 21:33:17 21:30:01 3 0.52 0.00 0.03 0.00 0.00 99.45 21:33:17 21:31:01 all 0.18 0.00 0.05 0.00 0.00 99.76 21:33:17 21:31:01 0 0.05 0.00 0.05 0.00 0.00 99.90 21:33:17 21:31:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:33:17 21:31:01 2 0.10 0.00 0.08 0.00 0.02 99.80 21:33:17 21:31:01 3 0.52 0.00 0.02 0.00 0.00 99.47 21:33:17 21:32:01 all 0.17 0.00 0.04 0.00 0.00 99.79 21:33:17 21:32:01 0 0.03 0.00 0.03 0.00 0.00 99.93 21:33:17 21:32:01 1 0.07 0.00 0.05 0.00 0.00 99.88 21:33:17 21:32:01 2 0.07 0.00 0.05 0.00 0.00 99.88 21:33:17 21:32:01 3 0.52 0.00 0.02 0.02 0.00 99.45 21:33:17 21:33:01 all 3.29 0.00 1.81 1.08 0.00 93.81 21:33:17 21:33:01 0 4.15 0.00 1.99 1.99 0.02 91.86 21:33:17 21:33:01 1 2.86 0.00 1.75 0.64 0.00 94.75 21:33:17 21:33:01 2 2.97 0.00 1.49 1.05 0.00 94.49 21:33:17 21:33:01 3 3.20 0.00 1.99 0.65 0.00 94.16 21:33:17 Average: all 10.30 0.00 3.94 1.96 0.02 83.78 21:33:17 Average: 0 10.58 0.00 4.46 2.02 0.02 82.92 21:33:17 Average: 1 9.95 0.00 3.82 1.67 0.02 84.54 21:33:17 Average: 2 10.52 0.00 3.86 2.45 0.02 83.16 21:33:17 Average: 3 10.15 0.00 3.63 1.69 0.02 84.51 21:33:17 21:33:17 21:33:17