Pull request #583 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e2793ca71f614b597d77c0effe2f7042b599ce3e+51b10ba24d09b5e22132647652f16c288a0af487 (d28afcbd9001befcc3b961ffd0cc3b0d74506f14) 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d 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 ad104866bbc8c98dca93091e1a8abeb835fd4e4d (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f ad104866bbc8c98dca93091e1a8abeb835fd4e4d # timeout=10 Commit message: "Merge pull request #251 from ernestojeda/fix-codecov-uploader" > 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 ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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 ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-3647 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-583 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e Merge succeeded, producing ddf1a7d23ba40872ed88d8334a8a4fd498879d15 Checking out Revision ddf1a7d23ba40872ed88d8334a8a4fd498879d15 (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # 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 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ddf1a7d23ba40872ed88d8334a8a4fd498879d15 # timeout=10 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:17:41 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:17:41 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:17:41 ========================================================= 05:17:41 EdgeX Global Pipelines Version Info 05:17:41 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:17:43 ------------------- 05:17:43 stable info: 05:17:43 ------------------- 05:17:43 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:17:43 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 05:17:43 Message: update stable to v1.0.131 05:17:44 ------------------- 05:17:44 experimental info: 05:17:44 ------------------- 05:17:44 Commited By: **** collab-it+edgex@linuxfoundation.org 05:17:44 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 05:17:44 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 05:17:44 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:17:44 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:17:44 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:17:44 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:17:44 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:17:44 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:17:45 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:17:46 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo 05:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo 05:17:47 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo 05:17:47 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ddf1a7d23ba40872ed88d8334a8a4fd498879d15 [Pipeline] echo 05:17:47 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ddf1a7d [Pipeline] echo 05:17:47 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:17:48 + git log --format=format:%s -1 ddf1a7d23ba40872ed88d8334a8a4fd498879d15 [Pipeline] echo 05:17:48 GIT_COMMIT: ddf1a7d23ba40872ed88d8334a8a4fd498879d15, Commit Message: Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD [Pipeline] echo 05:17:48 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:17:48 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:17:50 05:17:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:17:50 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:17:50 latest: Pulling from edgex-devops/git-semver 05:17:50 31603596830f: Pulling fs layer 05:17:50 2a8b12db71e7: Pulling fs layer 05:17:50 6ca5941a6612: Pulling fs layer 05:17:50 ecc8261a40a4: Pulling fs layer 05:17:50 ecc8261a40a4: Waiting 05:17:50 2a8b12db71e7: Verifying Checksum 05:17:50 2a8b12db71e7: Download complete 05:17:50 31603596830f: Verifying Checksum 05:17:50 31603596830f: Download complete 05:17:50 ecc8261a40a4: Verifying Checksum 05:17:50 ecc8261a40a4: Download complete 05:17:50 6ca5941a6612: Verifying Checksum 05:17:50 6ca5941a6612: Download complete 05:17:50 31603596830f: Pull complete 05:17:51 2a8b12db71e7: Pull complete 05:17:51 6ca5941a6612: Pull complete 05:17:52 ecc8261a40a4: Pull complete 05:17:52 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:17:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:17:52 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:17:52 prd-centos7-docker-4c-2g-3647 does not seem to be running inside a container 05:17:52 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 05:17:54 $ docker top 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:17:54 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:54 [ssh-agent] Looking for ssh-agent implementation... 05:17:54 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:54 $ docker exec 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent 05:17:54 SSH_AUTH_SOCK=/tmp/ssh-OYQIdTFqHyFU/agent.12 05:17:54 SSH_AGENT_PID=17 05:17:54 Running ssh-add (command line suppressed) 05:17:55 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_5429054465261311725.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_5429054465261311725.key) 05:17:55 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:55 + git describe --exact-match --tags HEAD 05:17:55 fatal: no tag exactly matches 'ddf1a7d23ba40872ed88d8334a8a4fd498879d15' [Pipeline] } 05:17:55 $ docker exec --env ******** --env ******** 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent -k 05:17:55 unset SSH_AUTH_SOCK; 05:17:55 unset SSH_AGENT_PID; 05:17:55 echo Agent pid 17 killed; 05:17:55 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 05:17:55 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 05:17:55 This usually means this commit has not been tagged. [Pipeline] sshagent 05:17:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:17:55 [ssh-agent] Looking for ssh-agent implementation... 05:17:56 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:17:56 $ docker exec 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent 05:17:56 SSH_AUTH_SOCK=/tmp/ssh-6cXgHlfBMWea/agent.47 05:17:56 SSH_AGENT_PID=52 05:17:56 Running ssh-add (command line suppressed) 05:17:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_7622471487173816889.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_7622471487173816889.key) 05:17:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:17:56 + git semver init 05:17:56 # -> Open(): unable to determine branch for HEAD 05:17:56 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git 05:17:56 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 05:17:56 # $SEMVER_REMOTE_NAME = origin 05:17:56 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:17:56 # $SEMVER_USER_NAME = edgex-jenkins 05:17:56 # $SEMVER_BRANCH = PR-583 05:17:56 # $SEMVER_TEMP = /tmp/semver-094259120 05:17:56 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:17:57 # '/tmp/semver-094259120' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' 05:17:57 # -> Force: false 05:17:57 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } 05:17:57 $ docker exec --env ******** --env ******** 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 ssh-agent -k 05:17:57 unset SSH_AUTH_SOCK; 05:17:57 unset SSH_AGENT_PID; 05:17:57 echo Agent pid 52 killed; 05:17:57 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:17:57 + git semver [Pipeline] } 05:17:57 $ docker stop --time=1 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 05:17:59 $ docker rm -f 352230f9d21a2b2e8a19891675a2cfa8f8997871512b1a24bd2d5bcc410c4b41 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 05:18:00 Stashed 44 file(s) [Pipeline] echo 05:18:00 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 05:18:00 Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [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] node 05:18:16 Still waiting to schedule task 05:18:16 ‘prd-centos7-docker-4c-2g-3640’ is offline; ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-3650’ is offline 05:18:16 Still waiting to schedule task 05:18:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:20:58 Running on prd-centos7-docker-4c-2g-3660 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 05:20:58 Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout 05:21:01 using credential edgex-jenkins-ssh 05:21:01 Cloning the remote Git repository 05:21:01 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:21:01 > git init /w/workspace/device-sdk-go/17 # timeout=10 05:21:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:02 > git --version # timeout=10 05:21:02 > git --version # 'git version 2.16.5' 05:21:02 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:03 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e 05:21:03 Merge succeeded, producing da6476cca592b2a3ddee01507bf1ed145a415c1c 05:21:03 Checking out Revision da6476cca592b2a3ddee01507bf1ed145a415c1c (PR-583) 05:21:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:02 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:02 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:02 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:02 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:21:03 > git config core.sparsecheckout # timeout=10 05:21:03 > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 05:21:03 > git remote # timeout=10 05:21:03 > git config --get remote.origin.url # timeout=10 05:21:03 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:03 > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 05:21:03 > git rev-parse HEAD^{commit} # timeout=10 05:21:03 > git config core.sparsecheckout # timeout=10 05:21:03 > git checkout -f da6476cca592b2a3ddee01507bf1ed145a415c1c # timeout=10 05:21:07 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" 05:21:07 First time build. Skipping changelog. 05:21:07 > git rev-list --no-walk 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 05:21:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3655 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 05:21:08 Running in /w/workspace/device-sdk-go/17 [Pipeline] { [Pipeline] checkout [Pipeline] echo 05:21:08 ========================================================= 05:21:08 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:21:08 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:21:09 + 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 . 05:21:10 Sending build context to Docker daemon 3.515MB 05:21:10 Step 1/8 : ARG BASE=golang:1.15-alpine 05:21:10 Step 2/8 : FROM ${BASE} 05:21:10 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:21:10 df20fa9351a1: Pulling fs layer 05:21:10 ed8968b2872e: Pulling fs layer 05:21:10 a92cc7c5fd73: Pulling fs layer 05:21:10 e871e8e8d7a9: Pulling fs layer 05:21:10 e73272ec9a57: Pulling fs layer 05:21:10 1e910a182e73: Pulling fs layer 05:21:10 4e634b169226: Pulling fs layer 05:21:10 e871e8e8d7a9: Waiting 05:21:10 e73272ec9a57: Waiting 05:21:10 1e910a182e73: Waiting 05:21:10 4e634b169226: Waiting 05:21:10 a92cc7c5fd73: Verifying Checksum 05:21:10 a92cc7c5fd73: Download complete 05:21:10 ed8968b2872e: Download complete 05:21:10 e73272ec9a57: Download complete 05:21:10 1e910a182e73: Verifying Checksum 05:21:10 1e910a182e73: Download complete 05:21:10 df20fa9351a1: Verifying Checksum 05:21:10 df20fa9351a1: Download complete 05:21:10 df20fa9351a1: Pull complete 05:21:10 ed8968b2872e: Pull complete 05:21:10 a92cc7c5fd73: Pull complete 05:21:13 4e634b169226: Verifying Checksum 05:21:13 4e634b169226: Download complete 05:21:14 using credential edgex-jenkins-ssh 05:21:14 Cloning the remote Git repository 05:21:14 e871e8e8d7a9: Verifying Checksum 05:21:14 e871e8e8d7a9: Download complete 05:21:14 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:21:14 > git init /w/workspace/device-sdk-go/17 # timeout=10 05:21:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:14 > git --version # timeout=10 05:21:14 > git --version # 'git version 2.17.1' 05:21:14 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:16 Merging remotes/origin/master commit 51b10ba24d09b5e22132647652f16c288a0af487 into PR head commit e2793ca71f614b597d77c0effe2f7042b599ce3e 05:21:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:21:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:21:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:21:15 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:21:16 > git config core.sparsecheckout # timeout=10 05:21:16 > git checkout -f e2793ca71f614b597d77c0effe2f7042b599ce3e # timeout=10 05:21:16 Merge succeeded, producing 1891905b090df752f36c23ed8bdffd04b06a4afa 05:21:16 Checking out Revision 1891905b090df752f36c23ed8bdffd04b06a4afa (PR-583) 05:21:16 > git remote # timeout=10 05:21:16 > git config --get remote.origin.url # timeout=10 05:21:16 using GIT_SSH to set credentials SSH Credentials for GitHub 05:21:16 > git merge 51b10ba24d09b5e22132647652f16c288a0af487 # timeout=10 05:21:16 > git rev-parse HEAD^{commit} # timeout=10 05:21:16 > git config core.sparsecheckout # timeout=10 05:21:16 > git checkout -f 1891905b090df752f36c23ed8bdffd04b06a4afa # timeout=10 05:21:20 e871e8e8d7a9: Pull complete 05:21:20 e73272ec9a57: Pull complete 05:21:20 1e910a182e73: Pull complete 05:21:21 Commit message: "Merge commit '51b10ba24d09b5e22132647652f16c288a0af487' into HEAD" 05:21:21 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash 05:21:21 > git rev-list --no-walk 22a98956687e6b798aeafb6feff9091c4bcc14fe # timeout=10 [Pipeline] echo 05:21:22 ========================================================= 05:21:22 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:21:22 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:21:23 + 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 . 05:21:24 Sending build context to Docker daemon 3.515MB 05:21:24 Step 1/8 : ARG BASE=golang:1.15-alpine 05:21:24 Step 2/8 : FROM ${BASE} 05:21:25 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:21:25 b538f80385f9: Pulling fs layer 05:21:25 74f711af9a0d: Pulling fs layer 05:21:25 99f96fe45779: Pulling fs layer 05:21:25 8529a6b9a6be: Pulling fs layer 05:21:25 45590311c82a: Pulling fs layer 05:21:25 69ca0ff8b7b3: Pulling fs layer 05:21:25 209524e5b208: Pulling fs layer 05:21:25 8529a6b9a6be: Waiting 05:21:25 45590311c82a: Waiting 05:21:25 69ca0ff8b7b3: Waiting 05:21:25 209524e5b208: Waiting 05:21:25 99f96fe45779: Verifying Checksum 05:21:25 99f96fe45779: Download complete 05:21:25 74f711af9a0d: Verifying Checksum 05:21:25 74f711af9a0d: Download complete 05:21:25 45590311c82a: Verifying Checksum 05:21:25 45590311c82a: Download complete 05:21:25 69ca0ff8b7b3: Download complete 05:21:25 b538f80385f9: Verifying Checksum 05:21:25 b538f80385f9: Download complete 05:21:26 b538f80385f9: Pull complete 05:21:26 4e634b169226: Pull complete 05:21:26 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 05:21:26 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:21:26 ---> f7629b54cfaa 05:21:26 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:26 ---> Running in 7a9164e8c073 05:21:27 Removing intermediate container 7a9164e8c073 05:21:27 ---> 61354668f1b7 05:21:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:21:27 74f711af9a0d: Pull complete 05:21:27 ---> Running in e578ff33d5e6 05:21:27 99f96fe45779: Pull complete 05:21:28 209524e5b208: Verifying Checksum 05:21:28 209524e5b208: Download complete 05:21:28 Removing intermediate container e578ff33d5e6 05:21:28 ---> dd1adaf06bf9 05:21:28 Step 5/8 : RUN apk add --no-cache make git 05:21:28 ---> Running in 6a901c5edbe7 05:21:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:21:29 8529a6b9a6be: Verifying Checksum 05:21:29 8529a6b9a6be: Download complete 05:21:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:21:30 OK: 166 MiB in 39 packages 05:21:31 Removing intermediate container 6a901c5edbe7 05:21:31 ---> 545151bcd316 05:21:31 Step 6/8 : WORKDIR /device-sdk-go 05:21:31 ---> Running in 060a9ddbf80a 05:21:31 Removing intermediate container 060a9ddbf80a 05:21:31 ---> d4ab92fd3cef 05:21:31 Step 7/8 : COPY . . 05:21:32 ---> a03af9d0da25 05:21:32 Step 8/8 : RUN go mod download 05:21:32 ---> Running in a40cc5cee658 05:21:40 8529a6b9a6be: Pull complete 05:21:40 45590311c82a: Pull complete 05:21:40 69ca0ff8b7b3: Pull complete 05:21:44 209524e5b208: Pull complete 05:21:44 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 05:21:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:21:44 ---> 5bddaf1c2fca 05:21:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:21:47 ---> Running in e8b94cda84fe 05:21:47 Removing intermediate container e8b94cda84fe 05:21:47 ---> b9f264732fc9 05:21:47 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:21:47 ---> Running in 5b168abecf29 05:21:50 Removing intermediate container 5b168abecf29 05:21:50 ---> 9d8fa5e78d7d 05:21:50 Step 5/8 : RUN apk add --no-cache make git 05:21:50 ---> Running in 2a7ffb517938 05:21:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:21:53 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:21:54 Removing intermediate container a40cc5cee658 05:21:54 ---> 48af2ff3bba3 05:21:54 Successfully built 48af2ff3bba3 05:21:54 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:21:55 + docker inspect -f . ci-base-image-x86_64 05:21:55 . [Pipeline] withDockerContainer 05:21:55 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 05:21:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:21:56 $ docker top c37cc0a01ceb98af9205ce3853c08f77f17e72a57aed1279af1b7286c8ff186b -eo pid,comm [Pipeline] { 05:21:56 OK: 142 MiB in 39 packages [Pipeline] sh 05:21:56 + go version 05:21:56 go version go1.15.2 linux/amd64 [Pipeline] } 05:21:56 $ docker stop --time=1 c37cc0a01ceb98af9205ce3853c08f77f17e72a57aed1279af1b7286c8ff186b 05:21:57 Removing intermediate container 2a7ffb517938 05:21:57 ---> 89c5c2de4971 05:21:57 Step 6/8 : WORKDIR /device-sdk-go 05:21:57 ---> Running in e1c00e557b77 05:21:58 Removing intermediate container e1c00e557b77 05:21:58 ---> 6490c4db9985 05:21:58 Step 7/8 : COPY . . 05:21:58 $ docker rm -f c37cc0a01ceb98af9205ce3853c08f77f17e72a57aed1279af1b7286c8ff186b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:21:59 + docker inspect -f . ci-base-image-x86_64 05:21:59 . [Pipeline] withDockerContainer 05:21:59 prd-centos7-docker-4c-2g-3660 does not seem to be running inside a container 05:21:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:21:59 ---> 9af47f9a4250 05:21:59 Step 8/8 : RUN go mod download 05:21:59 ---> Running in fe0905869e5a 05:21:59 $ docker top 392f30847a46c5be0afd13c60b93c43c9bdd838e4fe3fd99c759050272bc87e4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:00 + make test 05:22:00 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:22:08 ? github.com/edgexfoundry/device-sdk-go [no test files] 05:22:21 Removing intermediate container fe0905869e5a 05:22:21 ---> af1c4fa022a2 05:22:21 Successfully built af1c4fa022a2 05:22:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:22:22 + docker inspect -f . ci-base-image-arm64 05:22:22 . [Pipeline] withDockerContainer 05:22:22 prd-ubuntu18.04-docker-arm64-4c-16g-3655 does not seem to be running inside a container 05:22:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:22:23 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 05:22:23 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 05:22:23 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 05:22:23 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.058s coverage: 21.6% of statements 05:22:24 $ docker top c8dc345a56a137b5c9ab769a21884ea1659405401d150efdea1a8a7eecf1e8c4 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:25 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.457s coverage: 97.1% of statements 05:22:26 + go version 05:22:26 go version go1.15.2 linux/arm64 [Pipeline] } 05:22:26 $ docker stop --time=1 c8dc345a56a137b5c9ab769a21884ea1659405401d150efdea1a8a7eecf1e8c4 05:22:28 $ docker rm -f c8dc345a56a137b5c9ab769a21884ea1659405401d150efdea1a8a7eecf1e8c4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:22:29 + docker inspect -f . ci-base-image-arm64 05:22:29 . [Pipeline] withDockerContainer 05:22:29 prd-ubuntu18.04-docker-arm64-4c-16g-3655 does not seem to be running inside a container 05:22:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/17 -v /w/workspace/device-sdk-go/17:/w/workspace/device-sdk-go/17:rw,z -v /w/workspace/device-sdk-go/17@tmp:/w/workspace/device-sdk-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:22:31 $ docker top e33dd1f0e18b4d1f1b33e8e740a7635e6fcc90717cd44d9ff437f4380e1edd96 -eo pid,comm [Pipeline] { [Pipeline] sh 05:22:33 + make test 05:22:33 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:22:55 ? github.com/edgexfoundry/device-sdk-go [no test files] 05:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.061s coverage: 9.4% of statements 05:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.052s coverage: 21.9% of statements 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 05:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.190s coverage: 39.9% of statements 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 05:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.265s coverage: 65.4% of statements 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 05:22:57 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements 05:22:57 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 05:22:57 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.897s coverage: 68.9% of statements 05:22:57 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 05:22:57 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 05:22:57 GO111MODULE=on go vet ./... 05:23:04 gofmt -l . 05:23:04 [ "`gofmt -l .`" = "" ] 05:23:04 ./bin/test-attribution-txt.sh 05:23:04 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 05:23:04 make: *** [Makefile:36: test] Error 1 [Pipeline] } 05:23:04 $ docker stop --time=1 392f30847a46c5be0afd13c60b93c43c9bdd838e4fe3fd99c759050272bc87e4 05:23:06 $ docker rm -f 392f30847a46c5be0afd13c60b93c43c9bdd838e4fe3fd99c759050272bc87e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:23:08 Failed in branch amd64 05:23:42 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 05:23:42 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 05:23:42 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 05:23:42 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.124s coverage: 21.6% of statements 05:23:43 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.332s coverage: 97.1% of statements 05:24:09 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.139s coverage: 9.4% of statements 05:24:09 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.115s coverage: 21.9% of statements 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 05:24:09 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.580s coverage: 39.9% of statements 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 05:24:09 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.784s coverage: 65.4% of statements 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 05:24:09 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.213s coverage: 52.6% of statements 05:24:09 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 05:24:09 ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.004s coverage: 68.9% of statements 05:24:09 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 05:24:09 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 05:24:10 GO111MODULE=on go vet ./... 05:24:42 gofmt -l . 05:24:42 [ "`gofmt -l .`" = "" ] 05:24:42 ./bin/test-attribution-txt.sh 05:24:42 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 05:24:42 make: *** [Makefile:36: test] Error 1 [Pipeline] } 05:24:42 $ docker stop --time=1 e33dd1f0e18b4d1f1b33e8e740a7635e6fcc90717cd44d9ff437f4380e1edd96 05:24:45 $ docker rm -f e33dd1f0e18b4d1f1b33e8e740a7635e6fcc90717cd44d9ff437f4380e1edd96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "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] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:24:47 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] { (Archive Prep) Stage "Archive Prep" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 05:24:50 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:24:50 ---> package-listing.sh 05:24:50 ++ facter osfamily 05:24:50 ++ tr '[:upper:]' '[:lower:]' 05:24:50 + OS_FAMILY=redhat 05:24:50 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 05:24:50 + START_PACKAGES=/tmp/packages_start.txt 05:24:50 + END_PACKAGES=/tmp/packages_end.txt 05:24:50 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:24:50 + PACKAGES=/tmp/packages_start.txt 05:24:50 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' 05:24:50 + PACKAGES=/tmp/packages_end.txt 05:24:50 + case "${OS_FAMILY}" in 05:24:50 + rpm -qa 05:24:50 + sort 05:24:55 + '[' -f /tmp/packages_start.txt ']' 05:24:55 + '[' -f /tmp/packages_end.txt ']' 05:24:55 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:24:55 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' 05:24:55 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ 05:24:55 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:24:55 provisioning config files... 05:24:55 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config7629874578893476617tmp [Pipeline] { [Pipeline] echo 05:24:55 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:24:55 ---> create-netrc.sh [Pipeline] } 05:24:55 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:24:55 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:24:56 ---> python-tools-install.sh 05:24:56 Generating Requirements File 05:26:03 Python 3.6.8 05:26:03 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 05:26:03 appdirs==1.4.3 05:26:03 argcomplete==1.12.1 05:26:03 aspy.yaml==1.3.0 05:26:03 attrs==19.3.0 05:26:03 Babel==2.8.0 05:26:03 beautifulsoup4==4.8.2 05:26:03 boto3==1.11.6 05:26:03 botocore==1.14.6 05:26:03 bs4==0.0.1 05:26:03 cachetools==4.1.1 05:26:03 certifi==2019.11.28 05:26:03 cffi==1.14.3 05:26:03 cfgv==2.0.1 05:26:03 chardet==3.0.4 05:26:03 click==7.1 05:26:03 cliff==3.4.0 05:26:03 cmd2==1.3.11 05:26:03 colorama==0.4.3 05:26:03 cryptography==3.1.1 05:26:03 debtcollector==2.2.0 05:26:03 decorator==4.4.2 05:26:03 defusedxml==0.6.0 05:26:03 Deprecated==1.2.7 05:26:03 distlib==0.3.1 05:26:03 distro==1.2.0 05:26:03 dnspython==1.16.0 05:26:03 docker==4.2.0 05:26:03 docutils==0.15.2 05:26:03 dogpile.cache==1.0.2 05:26:03 email-validator==1.0.5 05:26:03 filelock==3.0.12 05:26:03 future==0.18.2 05:26:03 google-auth==1.22.1 05:26:03 httplib2==0.17.0 05:26:03 identify==1.4.11 05:26:03 idna==2.9 05:26:03 importlib-metadata==1.7.0 05:26:03 importlib-resources==1.5.0 05:26:03 iso8601==0.1.13 05:26:03 Jinja2==2.11.1 05:26:03 jmespath==0.10.0 05:26:03 jsonpatch==1.26 05:26:03 jsonpointer==2.0 05:26:03 jsonschema==3.2.0 05:26:03 keystoneauth1==4.2.1 05:26:03 kubernetes==11.0.0 05:26:03 lftools==0.34.2 05:26:03 lxml==4.5.0 05:26:03 MarkupSafe==0.23 05:26:03 msgpack==1.0.0 05:26:03 multi-key-dict==2.0.3 05:26:03 munch==2.5.0 05:26:03 netaddr==0.8.0 05:26:03 netifaces==0.10.9 05:26:03 niet==1.4.2 05:26:03 nodeenv==1.3.5 05:26:03 oauth2client==4.1.3 05:26:03 oauthlib==3.1.0 05:26:03 openstacksdk==0.50.0 05:26:03 os-client-config==2.1.0 05:26:03 os-service-types==1.7.0 05:26:03 osc-lib==2.2.1 05:26:03 oslo.config==8.3.2 05:26:03 oslo.context==3.1.1 05:26:03 oslo.i18n==5.0.1 05:26:03 oslo.log==4.4.0 05:26:03 oslo.serialization==4.0.1 05:26:03 oslo.utils==4.6.0 05:26:03 packaging==20.4 05:26:03 pbr==5.4.4 05:26:03 pluggy==0.13.1 05:26:03 prettytable==0.7.2 05:26:03 py==1.9.0 05:26:03 pyasn1==0.4.8 05:26:03 pyasn1-modules==0.2.8 05:26:03 pycparser==2.20 05:26:03 pygerrit2==2.0.10 05:26:03 PyGithub==1.46 05:26:03 pyinotify==0.9.6 05:26:03 PyJWT==1.7.1 05:26:03 pyparsing==2.4.7 05:26:03 pyperclip==1.8.0 05:26:03 pyroute2==0.4.13 05:26:03 pyrsistent==0.15.7 05:26:03 PySocks==1.6.8 05:26:03 python-cinderclient==7.2.0 05:26:03 python-dateutil==2.8.1 05:26:03 python-heatclient==2.2.1 05:26:03 python-jenkins==1.7.0 05:26:03 python-keystoneclient==4.1.1 05:26:03 python-magnumclient==3.2.1 05:26:03 python-novaclient==17.2.1 05:26:03 python-openstackclient==5.4.0 05:26:03 python-swiftclient==3.10.1 05:26:03 pytz==2020.1 05:26:03 PyYAML==5.3 05:26:03 requests==2.23.0 05:26:03 requests-oauthlib==1.3.0 05:26:03 requestsexceptions==1.4.0 05:26:03 rfc3986==1.4.0 05:26:03 rpm==4.11.3 05:26:03 rsa==4.0 05:26:03 ruamel.yaml==0.16.10 05:26:03 ruamel.yaml.clib==0.2.0 05:26:03 s3transfer==0.3.3 05:26:03 shade==1.27.2 05:26:03 simplejson==3.17.2 05:26:03 six==1.14.0 05:26:03 soupsieve==2.0 05:26:03 stevedore==3.2.2 05:26:03 tabulate==0.8.6 05:26:03 toml==0.10.0 05:26:03 tox==3.20.0 05:26:03 tqdm==4.43.0 05:26:03 urllib3==1.25.8 05:26:03 virtualenv==20.0.33 05:26:03 wcwidth==0.2.5 05:26:03 websocket-client==0.57.0 05:26:03 wrapt==1.12.1 05:26:03 xdg==3.0.2 05:26:03 xmltodict==0.12.0 05:26:03 yq==2.11.1 05:26:03 zipp==3.3.0 05:26:03 Cache entry deserialization failed, entry ignored 05:26:05 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:26:08 Python 2.7.5 05:26:08 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 05:26:08 DEPRECATION: Python 2.7 reached the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 is no longer maintained. pip 21.0 will drop support for Python 2.7 in January 2021. More details about Python 2 support in pip can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support pip 21.0 will remove support for this functionality. 05:26:08 ansible==2.9.7 05:26:08 Babel==0.9.6 05:26:08 backports.ssl-match-hostname==3.5.0.1 05:26:08 beautifulsoup4==4.4.1 05:26:08 bodhi==2.11.0 05:26:08 bodhi-client==2.11.0 05:26:08 CCColUtils==1.4 05:26:08 cffi==1.6.0 05:26:08 chardet==2.2.1 05:26:08 click==6.7 05:26:08 cloud-init==18.5 05:26:08 configobj==4.7.2 05:26:08 cryptography==1.7.2 05:26:08 decorator==3.4.0 05:26:08 distro==1.2.0 05:26:08 enum34==1.0.4 05:26:08 fedpkg==1.38 05:26:08 futures==3.1.1 05:26:08 gitdb==0.6.4 05:26:08 GitPython==1.0.1 05:26:08 html5lib==0.999 05:26:08 httplib2==0.9.2 05:26:08 idna==2.4 05:26:08 iniparse==0.4 05:26:08 ipaddress==1.0.16 05:26:08 IPy==0.75 05:26:08 javapackages==1.0.0 05:26:08 Jinja2==2.7.2 05:26:08 jmespath==0.9.4 05:26:08 jsonpatch==1.2 05:26:08 jsonpointer==1.9 05:26:08 kerberos==1.1 05:26:08 kitchen==1.1.1 05:26:08 langtable==0.0.31 05:26:08 lockfile==0.9.1 05:26:08 lxml==3.2.1 05:26:08 MarkupSafe==0.11 05:26:08 munch==2.0.2 05:26:08 offtrac==0.1.0 05:26:08 openidc-client==0.6.0 05:26:08 packagedb-cli==2.14.1 05:26:08 paramiko==2.1.1 05:26:08 perf==0.1 05:26:08 ply==3.4 05:26:08 policycoreutils-default-encoding==0.1 05:26:08 prettytable==0.7.2 05:26:08 pyasn1==0.1.9 05:26:08 pycparser==2.14 05:26:08 pycurl==7.19.0 05:26:08 pygobject==3.22.0 05:26:08 pygpgme==0.3 05:26:08 pyliblzma==0.5.3 05:26:08 pyOpenSSL==0.13.1 05:26:08 pyparsing==1.5.6 05:26:08 pyserial==2.6 05:26:08 python-augeas==0.5.0 05:26:08 python-bugzilla==2.3.0 05:26:08 python-dateutil==1.5 05:26:08 python-fedora==0.10.0 05:26:08 python-linux-procfs==0.4.9 05:26:08 python-yubico==1.2.3 05:26:08 pyudev==0.15 05:26:08 pyusb==1.0.0b1 05:26:08 pyxattr==0.5.1 05:26:08 PyYAML==3.10 05:26:08 requests==2.6.0 05:26:08 requests-kerberos==0.7.0 05:26:08 rpkg==1.60 05:26:08 schedutils==0.4 05:26:08 seobject==0.1 05:26:08 sepolicy==1.1 05:26:08 six==1.9.0 05:26:08 smmap==0.9.0 05:26:08 urlgrabber==3.10 05:26:08 urllib3==1.10.2 05:26:08 virtualenv==15.1.0 05:26:08 yum-langpacks==0.4.2 05:26:08 yum-metadata-parser==1.1.4 [Pipeline] echo 05:26:08 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:26:09 ---> sudo-logs.sh 05:26:09 Archiving 'sudo' log.. [Pipeline] echo 05:26:09 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:26:09 ---> job-cost.sh 05:26:09 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MZx9 05:26:17 Cache entry deserialization failed, entry ignored 05:26:17 Cache entry deserialization failed, entry ignored 05:26:19 Cache entry deserialization failed, entry ignored 05:26:19 Cache entry deserialization failed, entry ignored 05:26:19 Cache entry deserialization failed, entry ignored 05:26:19 Cache entry deserialization failed, entry ignored 05:26:19 Cache entry deserialization failed, entry ignored 05:26:20 Cache entry deserialization failed, entry ignored 05:26:20 Cache entry deserialization failed, entry ignored 05:26:20 Cache entry deserialization failed, entry ignored 05:26:21 Cache entry deserialization failed, entry ignored 05:26:21 Cache entry deserialization failed, entry ignored 05:26:26 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:26:53 lf-activate-venv(): INFO: Adding /tmp/venv-MZx9/bin to PATH 05:26:53 INFO: No Stack... 05:26:53 INFO: Retrieving Pricing Info for: v1-standard-2 05:26:53 INFO: Archiving Costs [Pipeline] echo 05:26:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:26:54 ---> logs-deploy.sh 05:26:54 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/17 05:26:54 INFO: archiving workspace using pattern(s): 05:26:56 Archives upload complete. 05:26:56 INFO: archiving logs to Nexus 05:26:57 ---> uname -a: 05:26:57 Linux prd-centos7-docker-4c-2g-3647.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux 05:26:57 05:26:57 05:26:57 ---> lscpu: 05:26:57 Architecture: x86_64 05:26:57 CPU op-mode(s): 32-bit, 64-bit 05:26:57 Byte Order: Little Endian 05:26:57 CPU(s): 4 05:26:57 On-line CPU(s) list: 0-3 05:26:57 Thread(s) per core: 1 05:26:57 Core(s) per socket: 1 05:26:57 Socket(s): 4 05:26:57 NUMA node(s): 1 05:26:57 Vendor ID: GenuineIntel 05:26:57 CPU family: 6 05:26:57 Model: 44 05:26:57 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:26:57 Stepping: 1 05:26:57 CPU MHz: 2933.438 05:26:57 BogoMIPS: 5866.87 05:26:57 Virtualization: VT-x 05:26:57 Hypervisor vendor: KVM 05:26:57 Virtualization type: full 05:26:57 L1d cache: 32K 05:26:57 L1i cache: 32K 05:26:57 L2 cache: 4096K 05:26:57 L3 cache: 16384K 05:26:57 NUMA node0 CPU(s): 0-3 05:26:57 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 05:26:57 05:26:57 05:26:57 ---> nproc: 05:26:57 4 05:26:57 05:26:57 05:26:57 ---> df -h: 05:26:57 Filesystem Size Used Avail Use% Mounted on 05:26:57 devtmpfs 887M 0 887M 0% /dev 05:26:57 tmpfs 919M 0 919M 0% /dev/shm 05:26:57 tmpfs 919M 17M 903M 2% /run 05:26:57 tmpfs 919M 0 919M 0% /sys/fs/cgroup 05:26:57 /dev/vda1 50G 7.3G 43G 15% / 05:26:57 tmpfs 184M 0 184M 0% /run/user/1001 05:26:57 05:26:57 05:26:57 ---> free -m: 05:26:57 total used free shared buff/cache available 05:26:57 Mem: 1837 588 78 16 1170 1052 05:26:57 Swap: 1023 1 1022 05:26:57 05:26:57 05:26:57 ---> ip addr: 05:26:57 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 05:26:57 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:26:57 inet 127.0.0.1/8 scope host lo 05:26:57 valid_lft forever preferred_lft forever 05:26:57 inet6 ::1/128 scope host 05:26:57 valid_lft forever preferred_lft forever 05:26:57 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 05:26:57 link/ether fa:16:3e:b6:c3:8e brd ff:ff:ff:ff:ff:ff 05:26:57 inet 10.30.123.112/23 brd 10.30.123.255 scope global dynamic eth0 05:26:57 valid_lft 85813sec preferred_lft 85813sec 05:26:57 inet6 fe80::f816:3eff:feb6:c38e/64 scope link 05:26:57 valid_lft forever preferred_lft forever 05:26:57 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 05:26:57 link/ether 02:42:6a:64:b0:9f brd ff:ff:ff:ff:ff:ff 05:26:57 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:26:57 valid_lft forever preferred_lft forever 05:26:57 inet6 fe80::42:6aff:fe64:b09f/64 scope link 05:26:57 valid_lft forever preferred_lft forever 05:26:57 05:26:57