Pull request #619 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 069809ce141705ee6c7736dfa7a0da157719a99a+833c05b782f270c396ee40879762f076aaf9331e (da2591f9a033508e3e6659376d68d7a9c965dff5) 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-4187 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [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-619 # 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/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 833c05b782f270c396ee40879762f076aaf9331e into PR head commit 069809ce141705ee6c7736dfa7a0da157719a99a Merge succeeded, producing 069809ce141705ee6c7736dfa7a0da157719a99a Checking out Revision 069809ce141705ee6c7736dfa7a0da157719a99a (PR-619) > git config core.sparsecheckout # timeout=10 > git checkout -f 069809ce141705ee6c7736dfa7a0da157719a99a # 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 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 069809ce141705ee6c7736dfa7a0da157719a99a # timeout=10 Commit message: "feat: update request changes in PR" > git rev-list --no-walk 94b886a23a0bf02234eb0faf53f26584ce8520af # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:48:11 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:48:12 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:48:12 ========================================================= 07:48:12 EdgeX Global Pipelines Version Info 07:48:12 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:48:14 ------------------- 07:48:14 stable info: 07:48:14 ------------------- 07:48:14 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:48:14 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 07:48:14 Message: update stable to v1.0.131 07:48:15 ------------------- 07:48:15 experimental info: 07:48:15 ------------------- 07:48:15 Commited By: **** collab-it+edgex@linuxfoundation.org 07:48:15 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 07:48:15 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:48:15 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:48:15 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:48:16 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:48:17 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-619 [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-619 [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-619 [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 069809ce141705ee6c7736dfa7a0da157719a99a [Pipeline] echo 07:48:18 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 069809c [Pipeline] echo 07:48:19 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:48:19 + git log --format=format:%s -1 069809ce141705ee6c7736dfa7a0da157719a99a [Pipeline] echo 07:48:19 GIT_COMMIT: 069809ce141705ee6c7736dfa7a0da157719a99a, Commit Message: feat: update request changes in PR [Pipeline] echo 07:48:19 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:48:20 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:21 07:48:21 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:48:21 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:21 latest: Pulling from edgex-devops/git-semver 07:48:21 31603596830f: Pulling fs layer 07:48:21 2a8b12db71e7: Pulling fs layer 07:48:21 6ca5941a6612: Pulling fs layer 07:48:21 ecc8261a40a4: Pulling fs layer 07:48:21 ecc8261a40a4: Waiting 07:48:21 2a8b12db71e7: Download complete 07:48:22 31603596830f: Verifying Checksum 07:48:22 31603596830f: Download complete 07:48:22 ecc8261a40a4: Verifying Checksum 07:48:22 ecc8261a40a4: Download complete 07:48:22 6ca5941a6612: Verifying Checksum 07:48:22 6ca5941a6612: Download complete 07:48:22 31603596830f: Pull complete 07:48:22 2a8b12db71e7: Pull complete 07:48:24 6ca5941a6612: Pull complete 07:48:24 ecc8261a40a4: Pull complete 07:48:24 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:48:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:48:24 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:48:24 prd-centos7-docker-4c-2g-4187 does not seem to be running inside a container 07:48:24 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-619 -v /w/workspace/dgexfoundry_device-sdk-go_PR-619:/w/workspace/dgexfoundry_device-sdk-go_PR-619:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:48:27 $ docker top fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:48:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:27 [ssh-agent] Looking for ssh-agent implementation... 07:48:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:27 $ docker exec fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d ssh-agent 07:48:28 SSH_AUTH_SOCK=/tmp/ssh-4XgpUejpMmt9/agent.11 07:48:28 SSH_AGENT_PID=16 07:48:28 Running ssh-add (command line suppressed) 07:48:28 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_8523663225124516055.key (/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_8523663225124516055.key) 07:48:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:29 + git describe --exact-match --tags HEAD 07:48:29 fatal: no tag exactly matches '069809ce141705ee6c7736dfa7a0da157719a99a' [Pipeline] } 07:48:29 $ docker exec --env ******** --env ******** fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d ssh-agent -k 07:48:29 unset SSH_AUTH_SOCK; 07:48:29 unset SSH_AGENT_PID; 07:48:29 echo Agent pid 16 killed; 07:48:29 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 07:48:29 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 07:48:29 This usually means this commit has not been tagged. [Pipeline] sshagent 07:48:29 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:48:29 [ssh-agent] Looking for ssh-agent implementation... 07:48:29 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:48:29 $ docker exec fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d ssh-agent 07:48:29 SSH_AUTH_SOCK=/tmp/ssh-dDovskVIyWr9/agent.45 07:48:29 SSH_AGENT_PID=51 07:48:30 Running ssh-add (command line suppressed) 07:48:30 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_7172912957467189348.key (/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/private_key_7172912957467189348.key) 07:48:30 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:48:30 + git semver init 07:48:30 # -> Open(): unable to determine branch for HEAD 07:48:30 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-619/.git 07:48:30 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-619 07:48:30 # $SEMVER_REMOTE_NAME = origin 07:48:30 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:48:30 # $SEMVER_USER_NAME = edgex-jenkins 07:48:30 # $SEMVER_BRANCH = PR-619 07:48:30 # $SEMVER_TEMP = /tmp/semver-907272735 07:48:30 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:48:31 # '/tmp/semver-907272735' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-619/.semver' 07:48:31 # -> Force: false 07:48:31 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-619/.semver [Pipeline] } 07:48:31 $ docker exec --env ******** --env ******** fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d ssh-agent -k 07:48:31 unset SSH_AUTH_SOCK; 07:48:31 unset SSH_AGENT_PID; 07:48:31 echo Agent pid 51 killed; 07:48:31 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:48:32 + git semver [Pipeline] } 07:48:32 $ docker stop --time=1 fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d 07:48:33 $ docker rm -f fa60563c966ce9d3c7c35ee53c2ffce1bbce6960e10e9a585c546b413662f99d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 07:48:35 Stashed 46 file(s) [Pipeline] echo 07:48:35 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 07:48:35 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 07:48:50 Still waiting to schedule task 07:48:50 Waiting for next available executor on ‘centos7-docker-4c-2g’ 07:48:50 Still waiting to schedule task 07:48:50 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:50:38 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4188 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [Pipeline] { [Pipeline] ws 07:50:38 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 07:50:43 using credential edgex-jenkins-ssh 07:50:43 Cloning the remote Git repository 07:50:43 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:50:43 > git init /w/workspace/device-sdk-go/5 # timeout=10 07:50:43 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:50:43 > git --version # timeout=10 07:50:43 > git --version # 'git version 2.17.1' 07:50:43 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:50:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:50:45 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:50:45 Merging remotes/origin/master commit 833c05b782f270c396ee40879762f076aaf9331e into PR head commit 069809ce141705ee6c7736dfa7a0da157719a99a 07:50:45 Merge succeeded, producing 069809ce141705ee6c7736dfa7a0da157719a99a 07:50:45 Checking out Revision 069809ce141705ee6c7736dfa7a0da157719a99a (PR-619) 07:50:45 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:50:45 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:50:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:45 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:50:45 > git config core.sparsecheckout # timeout=10 07:50:45 > git checkout -f 069809ce141705ee6c7736dfa7a0da157719a99a # timeout=10 07:50:45 > git remote # timeout=10 07:50:45 > git config --get remote.origin.url # timeout=10 07:50:45 using GIT_SSH to set credentials SSH Credentials for GitHub 07:50:45 > git merge 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 07:50:45 > git rev-parse HEAD^{commit} # timeout=10 07:50:46 > git config core.sparsecheckout # timeout=10 07:50:46 > git checkout -f 069809ce141705ee6c7736dfa7a0da157719a99a # timeout=10 07:50:50 Commit message: "feat: update request changes in PR" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:50:51 ========================================================= 07:50:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:50:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:50:52 + 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 . 07:50:53 Sending build context to Docker daemon 3.599MB 07:50:53 Step 1/8 : ARG BASE=golang:1.15-alpine 07:50:53 Step 2/8 : FROM ${BASE} 07:50:54 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:50:54 b538f80385f9: Pulling fs layer 07:50:54 74f711af9a0d: Pulling fs layer 07:50:54 99f96fe45779: Pulling fs layer 07:50:54 8529a6b9a6be: Pulling fs layer 07:50:54 45590311c82a: Pulling fs layer 07:50:54 69ca0ff8b7b3: Pulling fs layer 07:50:54 209524e5b208: Pulling fs layer 07:50:54 45590311c82a: Waiting 07:50:54 69ca0ff8b7b3: Waiting 07:50:54 8529a6b9a6be: Waiting 07:50:54 209524e5b208: Waiting 07:50:54 99f96fe45779: Verifying Checksum 07:50:54 99f96fe45779: Download complete 07:50:54 74f711af9a0d: Verifying Checksum 07:50:54 74f711af9a0d: Download complete 07:50:54 45590311c82a: Verifying Checksum 07:50:54 45590311c82a: Download complete 07:50:54 69ca0ff8b7b3: Download complete 07:50:54 b538f80385f9: Download complete 07:50:55 b538f80385f9: Pull complete 07:50:55 74f711af9a0d: Pull complete 07:50:56 99f96fe45779: Pull complete 07:50:57 209524e5b208: Download complete 07:50:58 8529a6b9a6be: Download complete 07:51:10 8529a6b9a6be: Pull complete 07:51:10 45590311c82a: Pull complete 07:51:10 69ca0ff8b7b3: Pull complete 07:51:13 209524e5b208: Pull complete 07:51:13 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:51:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:51:13 ---> 5bddaf1c2fca 07:51:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:51:16 ---> Running in 81800cc9f33a 07:51:16 Removing intermediate container 81800cc9f33a 07:51:16 ---> cc2915ebefc8 07:51:16 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:16 ---> Running in 9a49a79137c3 07:51:19 Removing intermediate container 9a49a79137c3 07:51:19 ---> 84d43f187505 07:51:19 Step 5/8 : RUN apk add --no-cache make git 07:51:19 ---> Running in fe634dcb44fb 07:51:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:51:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:51:22 OK: 142 MiB in 39 packages 07:51:23 Removing intermediate container fe634dcb44fb 07:51:23 ---> e7ed5e83a243 07:51:23 Step 6/8 : WORKDIR /device-sdk-go 07:51:23 ---> Running in 9be13b60239f 07:51:24 Removing intermediate container 9be13b60239f 07:51:24 ---> fda7133d559e 07:51:24 Step 7/8 : COPY . . 07:51:25 ---> dd08df08f488 07:51:25 Step 8/8 : RUN go mod download 07:51:25 ---> Running in 4677a05a3b6b 07:51:26 Running on prd-centos7-docker-4c-2g-4189 in /w/workspace/dgexfoundry_device-sdk-go_PR-619 [Pipeline] { [Pipeline] ws 07:51:26 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 07:51:29 using credential edgex-jenkins-ssh 07:51:29 Cloning the remote Git repository 07:51:29 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:51:29 > git init /w/workspace/device-sdk-go/5 # timeout=10 07:51:29 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:51:29 > git --version # timeout=10 07:51:29 > git --version # 'git version 2.16.5' 07:51:29 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:29 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:51:31 Merging remotes/origin/master commit 833c05b782f270c396ee40879762f076aaf9331e into PR head commit 069809ce141705ee6c7736dfa7a0da157719a99a 07:51:31 Merge succeeded, producing 069809ce141705ee6c7736dfa7a0da157719a99a 07:51:31 Checking out Revision 069809ce141705ee6c7736dfa7a0da157719a99a (PR-619) 07:51:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:51:30 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:51:30 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:51:30 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:51:30 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:30 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/619/head:refs/remotes/origin/PR-619 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:51:31 > git config core.sparsecheckout # timeout=10 07:51:31 > git checkout -f 069809ce141705ee6c7736dfa7a0da157719a99a # timeout=10 07:51:31 > git remote # timeout=10 07:51:31 > git config --get remote.origin.url # timeout=10 07:51:31 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:31 > git merge 833c05b782f270c396ee40879762f076aaf9331e # timeout=10 07:51:31 > git rev-parse HEAD^{commit} # timeout=10 07:51:31 > git config core.sparsecheckout # timeout=10 07:51:31 > git checkout -f 069809ce141705ee6c7736dfa7a0da157719a99a # timeout=10 07:51:36 Commit message: "feat: update request changes in PR" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:51:37 ========================================================= 07:51:37 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:51:37 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:51:37 + 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 . 07:51:37 Sending build context to Docker daemon 3.6MB 07:51:37 Step 1/8 : ARG BASE=golang:1.15-alpine 07:51:37 Step 2/8 : FROM ${BASE} 07:51:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:51:38 df20fa9351a1: Pulling fs layer 07:51:38 ed8968b2872e: Pulling fs layer 07:51:38 a92cc7c5fd73: Pulling fs layer 07:51:38 e871e8e8d7a9: Pulling fs layer 07:51:38 e73272ec9a57: Pulling fs layer 07:51:38 1e910a182e73: Pulling fs layer 07:51:38 4e634b169226: Pulling fs layer 07:51:38 e73272ec9a57: Waiting 07:51:38 1e910a182e73: Waiting 07:51:38 4e634b169226: Waiting 07:51:38 a92cc7c5fd73: Verifying Checksum 07:51:38 a92cc7c5fd73: Download complete 07:51:38 e73272ec9a57: Verifying Checksum 07:51:38 e73272ec9a57: Download complete 07:51:38 1e910a182e73: Download complete 07:51:38 df20fa9351a1: Verifying Checksum 07:51:38 df20fa9351a1: Download complete 07:51:39 df20fa9351a1: Pull complete 07:51:39 ed8968b2872e: Pull complete 07:51:39 a92cc7c5fd73: Pull complete 07:51:40 4e634b169226: Verifying Checksum 07:51:40 4e634b169226: Download complete 07:51:41 e871e8e8d7a9: Verifying Checksum 07:51:41 e871e8e8d7a9: Download complete 07:51:46 e871e8e8d7a9: Pull complete 07:51:46 e73272ec9a57: Pull complete 07:51:46 1e910a182e73: Pull complete 07:51:48 Removing intermediate container 4677a05a3b6b 07:51:48 ---> e4c2b5f9758e 07:51:48 Successfully built e4c2b5f9758e 07:51:48 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:51:48 + docker inspect -f . ci-base-image-arm64 07:51:48 . [Pipeline] withDockerContainer 07:51:48 prd-ubuntu18.04-docker-arm64-4c-16g-4188 does not seem to be running inside a container 07:51:48 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:51:50 $ docker top 75344a14e613f4742dc94703866095d44afe02bb3a1223b2f80c2d08f9a9a63c -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:51 4e634b169226: Pull complete 07:51:51 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:51:51 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:51:51 ---> f7629b54cfaa 07:51:51 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:51:51 ---> Running in 136a4853d38a 07:51:52 + go version 07:51:52 go version go1.15.2 linux/arm64 [Pipeline] } 07:51:52 $ docker stop --time=1 75344a14e613f4742dc94703866095d44afe02bb3a1223b2f80c2d08f9a9a63c 07:51:52 Removing intermediate container 136a4853d38a 07:51:52 ---> 2abaa5b867a3 07:51:52 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:51:52 ---> Running in c5f106b78032 07:51:53 Removing intermediate container c5f106b78032 07:51:53 ---> dda14f6d705f 07:51:53 Step 5/8 : RUN apk add --no-cache make git 07:51:53 ---> Running in 70745fad8294 07:51:54 $ docker rm -f 75344a14e613f4742dc94703866095d44afe02bb3a1223b2f80c2d08f9a9a63c 07:51:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage 07:51:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:51:55 + docker inspect -f . ci-base-image-arm64 07:51:55 . [Pipeline] withDockerContainer 07:51:55 OK: 166 MiB in 39 packages 07:51:55 prd-ubuntu18.04-docker-arm64-4c-16g-4188 does not seem to be running inside a container 07:51:55 Removing intermediate container 70745fad8294 07:51:55 ---> 658cd4ead815 07:51:55 Step 6/8 : WORKDIR /device-sdk-go 07:51:55 ---> Running in 6c3038487519 07:51:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:51:55 Removing intermediate container 6c3038487519 07:51:55 ---> 25dd6d866cde 07:51:55 Step 7/8 : COPY . . 07:51:57 ---> 1322dd01a7fa 07:51:57 Step 8/8 : RUN go mod download 07:51:57 ---> Running in b8a6d8ffce6a 07:51:57 $ docker top 2c303d2e25c817d00c0d0f3c32bfa792eeb62e883661391a042525088745a34d -eo pid,comm [Pipeline] { [Pipeline] sh 07:51:59 + make test 07:51:59 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:52:15 Removing intermediate container b8a6d8ffce6a 07:52:15 ---> b78152be1a96 07:52:15 Successfully built b78152be1a96 07:52:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:52:15 + docker inspect -f . ci-base-image-x86_64 07:52:15 . [Pipeline] withDockerContainer 07:52:15 prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container 07:52:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:52:17 $ docker top f971a65f25f15a3a5ee3832c4bfc481374cbd8380f63f4ebfa7f3fcf32d2a059 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:17 + go version 07:52:17 go version go1.15.2 linux/amd64 [Pipeline] } 07:52:17 $ docker stop --time=1 f971a65f25f15a3a5ee3832c4bfc481374cbd8380f63f4ebfa7f3fcf32d2a059 07:52:18 $ docker rm -f f971a65f25f15a3a5ee3832c4bfc481374cbd8380f63f4ebfa7f3fcf32d2a059 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:20 + docker inspect -f . ci-base-image-x86_64 07:52:20 . [Pipeline] withDockerContainer 07:52:20 prd-centos7-docker-4c-2g-4189 does not seem to be running inside a container 07:52:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:52:20 $ docker top 4a28efd1ec23e08ccd26c169c8f75b993d4fbd148ef888fa2192f8c36848c0eb -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:21 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:52:21 + make test 07:52:21 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:52:28 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:52:43 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:52:43 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:52:43 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:52:43 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.065s coverage: 21.6% of statements 07:52:45 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.458s coverage: 97.1% of statements 07:53:00 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:53:00 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:53:00 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:53:00 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.129s coverage: 21.6% of statements 07:53:03 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.245s coverage: 97.1% of statements 07:53:17 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.052s coverage: 9.4% of statements 07:53:17 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:53:17 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.216s coverage: 41.0% of statements 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:53:17 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.280s coverage: 65.4% of statements 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:53:17 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.066s coverage: 52.6% of statements 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:53:17 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:53:17 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.351s coverage: 68.9% of statements 07:53:17 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:53:17 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:53:17 GO111MODULE=on go vet ./... 07:53:24 gofmt -l . 07:53:24 [ "`gofmt -l .`" = "" ] 07:53:24 ./bin/test-attribution-txt.sh 07:53:24 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:53:25 Stashed 1 file(s) [Pipeline] } 07:53:25 $ docker stop --time=1 4a28efd1ec23e08ccd26c169c8f75b993d4fbd148ef888fa2192f8c36848c0eb 07:53:27 $ docker rm -f 4a28efd1ec23e08ccd26c169c8f75b993d4fbd148ef888fa2192f8c36848c0eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:53:30 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:53:31 + ls -al . 07:53:31 total 192 07:53:31 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 8 07:53 . 07:53:31 drwxrwxr-x. 4 jenkins jenkins 28 Oct 8 07:51 .. 07:53:31 drwxrwxr-x. 2 jenkins jenkins 64 Oct 8 07:51 bin 07:53:31 -rw-r--r--. 1 jenkins jenkins 111045 Oct 8 07:53 coverage.out 07:53:31 -rw-rw-r--. 1 jenkins jenkins 936 Oct 8 07:51 Dockerfile.build 07:53:31 -rw-rw-r--. 1 jenkins jenkins 140 Oct 8 07:51 .dockerignore 07:53:31 drwxrwxr-x. 4 jenkins jenkins 48 Oct 8 07:51 example 07:53:31 drwxrwxr-x. 8 jenkins jenkins 179 Oct 8 07:51 .git 07:53:31 drwxrwxr-x. 2 jenkins jenkins 60 Oct 8 07:51 .github 07:53:31 -rw-rw-r--. 1 jenkins jenkins 138 Oct 8 07:51 .gitignore 07:53:31 -rw-r--r--. 1 jenkins jenkins 517 Oct 8 07:53 go.mod 07:53:31 -rw-r--r--. 1 jenkins jenkins 13652 Oct 8 07:53 go.sum 07:53:31 drwxrwxr-x. 15 jenkins jenkins 211 Oct 8 07:51 internal 07:53:31 -rw-rw-r--. 1 jenkins jenkins 901 Oct 8 07:51 Jenkinsfile 07:53:31 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 8 07:51 LICENSE 07:53:31 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 8 07:51 Makefile 07:53:31 drwxrwxr-x. 4 jenkins jenkins 26 Oct 8 07:51 openapi 07:53:31 drwxrwxr-x. 5 jenkins jenkins 50 Oct 8 07:51 pkg 07:53:31 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 8 07:51 README.md 07:53:31 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 8 07:51 RELEASE-NOTES.txt 07:53:31 drwxrwxr-x. 3 jenkins jenkins 58 Oct 8 07:51 .semver 07:53:31 drwxrwxr-x. 4 jenkins jenkins 54 Oct 8 07:51 snap 07:53:31 -rw-rw-r--. 1 jenkins jenkins 5 Oct 8 07:48 VERSION 07:53:31 -rw-rw-r--. 1 jenkins jenkins 222 Oct 8 07:51 version.go [Pipeline] isUnix [Pipeline] sh 07:53:31 + docker build -t docker-device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=069809ce141705ee6c7736dfa7a0da157719a99a --label arch=amd64 --label version=0.0.0 . 07:53:31 Sending build context to Docker daemon 3.712MB 07:53:31 Step 1/24 : ARG BASE=golang:1.15-alpine 07:53:31 Step 2/24 : FROM ${BASE} AS builder 07:53:31 ---> b78152be1a96 07:53:31 Step 3/24 : ARG MAKE='make build' 07:53:32 ---> Running in 75ad4292cd31 07:53:32 Removing intermediate container 75ad4292cd31 07:53:32 ---> ac583d5acb4b 07:53:32 Step 4/24 : WORKDIR /device-sdk-go 07:53:32 ---> Running in b836da54554f 07:53:32 Removing intermediate container b836da54554f 07:53:32 ---> a4526f80f50d 07:53:32 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:53:32 ---> Running in 071520b9f082 07:53:32 Removing intermediate container 071520b9f082 07:53:32 ---> 6d22339841e2 07:53:32 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:53:33 ---> Running in 940eaa0ea6ee 07:53:33 Removing intermediate container 940eaa0ea6ee 07:53:33 ---> 3c461acec950 07:53:33 Step 7/24 : RUN apk add --update --no-cache make git 07:53:33 ---> Running in 459a7822fcfc 07:53:34 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:53:35 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:53:36 OK: 166 MiB in 39 packages 07:53:36 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.125s coverage: 9.4% of statements 07:53:36 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.159s coverage: 21.9% of statements 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:53:36 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.535s coverage: 41.0% of statements 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:53:36 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.802s coverage: 65.4% of statements 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:53:36 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.173s coverage: 52.6% of statements 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:53:36 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:53:36 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.874s coverage: 68.9% of statements 07:53:36 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:53:36 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:53:36 GO111MODULE=on go vet ./... 07:53:36 Removing intermediate container 459a7822fcfc 07:53:36 ---> e9f534e0806e 07:53:36 Step 8/24 : COPY . . 07:53:37 ---> bf0dce19eb3f 07:53:37 Step 9/24 : RUN ${MAKE} 07:53:37 ---> Running in 4ae3dd811d56 07:53:37 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:53:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:53:48 Removing intermediate container 4ae3dd811d56 07:53:48 ---> 459303902437 07:53:48 Step 10/24 : FROM scratch 07:53:48 ---> 07:53:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:53:48 ---> Running in f509c96ad327 07:53:48 Removing intermediate container f509c96ad327 07:53:48 ---> 572f6c90bb53 07:53:48 Step 12/24 : ENV APP_PORT=49990 07:53:48 ---> Running in 8bbe75a6b9db 07:53:48 Removing intermediate container 8bbe75a6b9db 07:53:48 ---> 2f9d4cb162d6 07:53:48 Step 13/24 : EXPOSE $APP_PORT 07:53:48 ---> Running in 840c8f15eb2a 07:53:49 Removing intermediate container 840c8f15eb2a 07:53:49 ---> b17ef2fd2e23 07:53:49 Step 14/24 : WORKDIR / 07:53:49 ---> Running in f3d77ebef894 07:53:49 Removing intermediate container f3d77ebef894 07:53:49 ---> 01fc3c02cf5f 07:53:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:53:49 ---> a545e2754c0c 07:53:49 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:53:50 ---> 366052574324 07:53:50 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:53:50 ---> 880895dfb65b 07:53:50 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:53:50 ---> d6e3e3c2a45a 07:53:50 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:53:50 ---> b5fcd4b9ff90 07:53:50 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:53:50 ---> Running in 000d3adb6997 07:53:51 Removing intermediate container 000d3adb6997 07:53:51 ---> f61db0f354f5 07:53:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:53:51 ---> Running in bb330d932bc1 07:53:51 Removing intermediate container bb330d932bc1 07:53:51 ---> f5835845558e 07:53:51 Step 22/24 : LABEL arch=amd64 07:53:51 ---> Running in fabb92a54399 07:53:51 Removing intermediate container fabb92a54399 07:53:51 ---> a2f7ddc8668f 07:53:51 Step 23/24 : LABEL git_sha=069809ce141705ee6c7736dfa7a0da157719a99a 07:53:51 ---> Running in da8cca27b5c5 07:53:51 Removing intermediate container da8cca27b5c5 07:53:51 ---> 724f8ea42346 07:53:51 Step 24/24 : LABEL version=0.0.0 07:53:51 ---> Running in d0536b29daed 07:53:51 Removing intermediate container d0536b29daed 07:53:51 ---> 2ca4da085cfc 07:53:51 [Warning] One or more build-args [ARCH] were not consumed 07:53:51 Successfully built 2ca4da085cfc 07:53:51 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 07:54:03 gofmt -l . 07:54:03 [ "`gofmt -l .`" = "" ] 07:54:03 ./bin/test-attribution-txt.sh 07:54:03 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:54:03 Warning: overwriting stash ‘coverage-report’ 07:54:04 Stashed 1 file(s) [Pipeline] } 07:54:04 $ docker stop --time=1 2c303d2e25c817d00c0d0f3c32bfa792eeb62e883661391a042525088745a34d 07:54:06 $ docker rm -f 2c303d2e25c817d00c0d0f3c32bfa792eeb62e883661391a042525088745a34d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:54:08 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:54:08 + ls -al . 07:54:08 total 232 07:54:08 drwxrwxr-x 11 jenkins jenkins 4096 Oct 8 07:54 . 07:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 07:50 .. 07:54:08 -rw-rw-r-- 1 jenkins jenkins 140 Oct 8 07:50 .dockerignore 07:54:08 drwxrwxr-x 8 jenkins jenkins 4096 Oct 8 07:50 .git 07:54:08 drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 07:50 .github 07:54:08 -rw-rw-r-- 1 jenkins jenkins 138 Oct 8 07:50 .gitignore 07:54:08 drwxrwxr-x 3 jenkins jenkins 4096 Oct 8 07:50 .semver 07:54:08 -rw-rw-r-- 1 jenkins jenkins 936 Oct 8 07:50 Dockerfile.build 07:54:08 -rw-rw-r-- 1 jenkins jenkins 901 Oct 8 07:50 Jenkinsfile 07:54:08 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 8 07:50 LICENSE 07:54:08 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 8 07:50 Makefile 07:54:08 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 8 07:50 README.md 07:54:08 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 8 07:50 RELEASE-NOTES.txt 07:54:08 -rw-rw-r-- 1 jenkins jenkins 5 Oct 8 07:48 VERSION 07:54:08 drwxrwxr-x 2 jenkins jenkins 4096 Oct 8 07:50 bin 07:54:08 -rw-r--r-- 1 jenkins jenkins 111045 Oct 8 07:53 coverage.out 07:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 07:50 example 07:54:08 -rw-r--r-- 1 jenkins jenkins 517 Oct 8 07:54 go.mod 07:54:08 -rw-r--r-- 1 jenkins jenkins 13652 Oct 8 07:54 go.sum 07:54:08 drwxrwxr-x 15 jenkins jenkins 4096 Oct 8 07:50 internal 07:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 07:50 openapi 07:54:08 drwxrwxr-x 5 jenkins jenkins 4096 Oct 8 07:50 pkg 07:54:08 drwxrwxr-x 4 jenkins jenkins 4096 Oct 8 07:50 snap 07:54:08 -rw-rw-r-- 1 jenkins jenkins 222 Oct 8 07:50 version.go [Pipeline] isUnix [Pipeline] sh 07:54:08 + docker build -t docker-device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=069809ce141705ee6c7736dfa7a0da157719a99a --label arch=arm64 --label version=0.0.0 . 07:54:09 Sending build context to Docker daemon 3.71MB 07:54:09 Step 1/24 : ARG BASE=golang:1.15-alpine 07:54:09 Step 2/24 : FROM ${BASE} AS builder 07:54:09 ---> e4c2b5f9758e 07:54:09 Step 3/24 : ARG MAKE='make build' 07:54:09 ---> Running in b13d3e8042ef 07:54:10 Removing intermediate container b13d3e8042ef 07:54:10 ---> dd61917c7012 07:54:10 Step 4/24 : WORKDIR /device-sdk-go 07:54:10 ---> Running in b757910dccac 07:54:10 Removing intermediate container b757910dccac 07:54:10 ---> dd11820cacf4 07:54:10 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:54:10 ---> Running in 99a83e7e7138 07:54:11 Removing intermediate container 99a83e7e7138 07:54:11 ---> c47724fca000 07:54:11 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:11 ---> Running in 6de009c436af 07:54:14 Removing intermediate container 6de009c436af 07:54:14 ---> 37486ab33205 07:54:14 Step 7/24 : RUN apk add --update --no-cache make git 07:54:14 ---> Running in 4923dde760ee 07:54:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:54:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:54:17 OK: 142 MiB in 39 packages 07:54:18 Removing intermediate container 4923dde760ee 07:54:18 ---> 491114344ec4 07:54:18 Step 8/24 : COPY . . 07:54:19 ---> 2aa7d16c5f74 07:54:19 Step 9/24 : RUN ${MAKE} 07:54:19 ---> Running in f128584c60a6 07:54:21 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 07:54:48 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:54:48 Removing intermediate container f128584c60a6 07:54:48 ---> fe77a1c0fce9 07:54:48 Step 10/24 : FROM scratch 07:54:48 ---> 07:54:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:54:48 ---> Running in 588dc69cd0da 07:54:48 Removing intermediate container 588dc69cd0da 07:54:48 ---> b12669a1f091 07:54:48 Step 12/24 : ENV APP_PORT=49990 07:54:48 ---> Running in d61fda90c8c3 07:54:48 Removing intermediate container d61fda90c8c3 07:54:48 ---> d38ee0e1dd59 07:54:48 Step 13/24 : EXPOSE $APP_PORT 07:54:48 ---> Running in cc1a8922ec1f 07:54:48 Removing intermediate container cc1a8922ec1f 07:54:48 ---> 2e16f9691ed3 07:54:48 Step 14/24 : WORKDIR / 07:54:49 ---> Running in 2de6c743d9cb 07:54:49 Removing intermediate container 2de6c743d9cb 07:54:49 ---> 0b5213bc9501 07:54:49 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:54:50 ---> 78b73bb15396 07:54:50 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:54:51 ---> 4d505a1215da 07:54:51 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:54:51 ---> 27eab10660db 07:54:51 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:54:52 ---> bc8dd46ee5a6 07:54:52 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:54:53 ---> 018a07e17136 07:54:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:54:53 ---> Running in 51afdbfea795 07:54:53 Removing intermediate container 51afdbfea795 07:54:53 ---> 562e73a6e2d1 07:54:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:53 ---> Running in 7632c85ed46e 07:54:54 Removing intermediate container 7632c85ed46e 07:54:54 ---> cc4a40f14f31 07:54:54 Step 22/24 : LABEL arch=arm64 07:54:54 ---> Running in 9e5752423718 07:54:54 Removing intermediate container 9e5752423718 07:54:54 ---> 2c08ad97f822 07:54:54 Step 23/24 : LABEL git_sha=069809ce141705ee6c7736dfa7a0da157719a99a 07:54:55 ---> Running in e3a0dd3044f6 07:54:55 Removing intermediate container e3a0dd3044f6 07:54:55 ---> 63bce614c561 07:54:55 Step 24/24 : LABEL version=0.0.0 07:54:55 ---> Running in 4e398fb47c1a 07:54:55 Removing intermediate container 4e398fb47c1a 07:54:55 ---> 6bbe5e9acc72 07:54:55 [Warning] One or more build-args [ARCH] were not consumed 07:54:56 Successfully built 6bbe5e9acc72 07:54:56 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 07:54:58 provisioning config files... 07:54:58 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/config8955399089017879280tmp [Pipeline] { [Pipeline] sh 07:54:58 + set +x 07:54:58 + curl -s https://codecov.io/bash 07:54:58 + bash -s -- 07:54:58 07:54:58 _____ _ 07:54:58 / ____| | | 07:54:58 | | ___ __| | ___ ___ _____ __ 07:54:58 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:54:58 | |___| (_) | (_| | __/ (_| (_) \ V / 07:54:58 \_____\___/ \__,_|\___|\___\___/ \_/ 07:54:58 Bash-20201007-7e25d0a 07:54:58 07:54:58 07:54:58 ==> Jenkins CI detected. 07:54:58 project root: . 07:54:58 --> token set from env 07:54:58 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:54:58 ==> Running gcov in . (disable via -X gcov) 07:54:58 ==> Python coveragepy not found 07:54:58 ==> Searching for coverage reports in: 07:54:58 + . 07:54:58 -> Found 1 reports 07:54:58 ==> Detecting git/mercurial file structure 07:54:58 ==> Reading reports 07:54:59 + ./coverage.out bytes=111045 07:54:59 ==> Appending adjustments 07:54:59 https://docs.codecov.io/docs/fixing-reports 07:54:59 + Found adjustments 07:54:59 ==> Gzipping contents 07:54:59 ==> Uploading reports 07:54:59 url: https://codecov.io 07:54:59 query: branch=PR-619&commit=069809ce141705ee6c7736dfa7a0da157719a99a&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-619%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=619&job=&cmd_args= 07:54:59 -> Pinging Codecov 07:54:59 https://codecov.io/upload/v4?package=bash-20201007-7e25d0a&token=secret&branch=PR-619&commit=069809ce141705ee6c7736dfa7a0da157719a99a&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-619%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=619&job=&cmd_args= 07:54:59 -> Uploading to 07:54:59 07:54:59 % Total % Received % Xferd Average Speed Time Time Time Current 07:54:59 Dload Upload Total Spent Left Speed 07:55:00 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:55:00 X> Failed to upload 07:55:00 ==> Uploading to Codecov 07:55:00 % Total % Received % Xferd Average Speed Time Time Time Current 07:55:00 Dload Upload Total Spent Left Speed 07:55:01 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 20609 0 0 100 20499 0 21878 --:--:-- --:--:-- --:--:-- 21877 100 20609 100 110 100 20499 117 21855 --:--:-- --:--:-- --:--:-- 21853 07:55:01 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/069809ce141705ee6c7736dfa7a0da157719a99a [Pipeline] } 07:55:01 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 07:55:03 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:55:04 ---> package-listing.sh 07:55:04 ++ facter osfamily 07:55:04 ++ tr '[:upper:]' '[:lower:]' 07:55:04 + OS_FAMILY=redhat 07:55:04 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-619 07:55:04 + START_PACKAGES=/tmp/packages_start.txt 07:55:04 + END_PACKAGES=/tmp/packages_end.txt 07:55:04 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:55:04 + PACKAGES=/tmp/packages_start.txt 07:55:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-619 ']' 07:55:04 + PACKAGES=/tmp/packages_end.txt 07:55:04 + case "${OS_FAMILY}" in 07:55:04 + rpm -qa 07:55:04 + sort 07:55:08 + '[' -f /tmp/packages_start.txt ']' 07:55:08 + '[' -f /tmp/packages_end.txt ']' 07:55:08 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:55:08 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-619 ']' 07:55:08 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-619/archives/ 07:55:08 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-619/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:55:09 provisioning config files... 07:55:09 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-619@tmp/config1424264831979521132tmp [Pipeline] { [Pipeline] echo 07:55:09 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:55:09 ---> create-netrc.sh [Pipeline] } 07:55:09 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:55:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:55:10 ---> python-tools-install.sh 07:55:10 Generating Requirements File 07:56:47 Python 3.6.8 07:56:47 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 07:56:47 appdirs==1.4.3 07:56:47 argcomplete==1.12.1 07:56:47 aspy.yaml==1.3.0 07:56:47 attrs==19.3.0 07:56:47 Babel==2.8.0 07:56:47 beautifulsoup4==4.8.2 07:56:47 boto3==1.11.6 07:56:47 botocore==1.14.6 07:56:47 bs4==0.0.1 07:56:47 cachetools==4.1.1 07:56:47 certifi==2019.11.28 07:56:47 cffi==1.14.3 07:56:47 cfgv==2.0.1 07:56:47 chardet==3.0.4 07:56:47 click==7.1 07:56:47 cliff==3.4.0 07:56:47 cmd2==1.3.11 07:56:47 colorama==0.4.3 07:56:47 cryptography==3.1.1 07:56:47 debtcollector==2.2.0 07:56:47 decorator==4.4.2 07:56:47 defusedxml==0.6.0 07:56:47 Deprecated==1.2.7 07:56:47 distlib==0.3.1 07:56:47 distro==1.2.0 07:56:47 dnspython==1.16.0 07:56:47 docker==4.2.0 07:56:47 docutils==0.15.2 07:56:47 dogpile.cache==1.0.2 07:56:47 email-validator==1.0.5 07:56:47 filelock==3.0.12 07:56:47 future==0.18.2 07:56:47 google-auth==1.22.1 07:56:47 httplib2==0.17.0 07:56:47 identify==1.4.11 07:56:47 idna==2.9 07:56:47 importlib-metadata==1.7.0 07:56:47 importlib-resources==1.5.0 07:56:47 iso8601==0.1.13 07:56:47 Jinja2==2.11.1 07:56:47 jmespath==0.10.0 07:56:47 jsonpatch==1.26 07:56:47 jsonpointer==2.0 07:56:47 jsonschema==3.2.0 07:56:47 keystoneauth1==4.2.1 07:56:47 kubernetes==11.0.0 07:56:47 lftools==0.34.2 07:56:47 lxml==4.5.0 07:56:47 MarkupSafe==0.23 07:56:47 msgpack==1.0.0 07:56:47 multi-key-dict==2.0.3 07:56:47 munch==2.5.0 07:56:47 netaddr==0.8.0 07:56:47 netifaces==0.10.9 07:56:47 niet==1.4.2 07:56:47 nodeenv==1.3.5 07:56:47 oauth2client==4.1.3 07:56:47 oauthlib==3.1.0 07:56:47 openstacksdk==0.50.0 07:56:47 os-client-config==2.1.0 07:56:47 os-service-types==1.7.0 07:56:47 osc-lib==2.2.1 07:56:47 oslo.config==8.3.2 07:56:47 oslo.context==3.1.1 07:56:47 oslo.i18n==5.0.1 07:56:47 oslo.log==4.4.0 07:56:47 oslo.serialization==4.0.1 07:56:47 oslo.utils==4.6.0 07:56:47 packaging==20.4 07:56:47 pbr==5.4.4 07:56:47 pluggy==0.13.1 07:56:47 prettytable==0.7.2 07:56:47 py==1.9.0 07:56:47 pyasn1==0.4.8 07:56:47 pyasn1-modules==0.2.8 07:56:47 pycparser==2.20 07:56:47 pygerrit2==2.0.10 07:56:47 PyGithub==1.46 07:56:47 pyinotify==0.9.6 07:56:47 PyJWT==1.7.1 07:56:47 pyparsing==2.4.7 07:56:47 pyperclip==1.8.0 07:56:47 pyroute2==0.4.13 07:56:47 pyrsistent==0.15.7 07:56:47 PySocks==1.6.8 07:56:47 python-cinderclient==7.2.0 07:56:47 python-dateutil==2.8.1 07:56:47 python-heatclient==2.2.1 07:56:47 python-jenkins==1.7.0 07:56:47 python-keystoneclient==4.1.1 07:56:47 python-magnumclient==3.2.1 07:56:47 python-novaclient==17.2.1 07:56:47 python-openstackclient==5.4.0 07:56:47 python-swiftclient==3.10.1 07:56:47 pytz==2020.1 07:56:47 PyYAML==5.3 07:56:47 requests==2.23.0 07:56:47 requests-oauthlib==1.3.0 07:56:47 requestsexceptions==1.4.0 07:56:47 rfc3986==1.4.0 07:56:47 rpm==4.11.3 07:56:47 rsa==4.0 07:56:47 ruamel.yaml==0.16.10 07:56:47 ruamel.yaml.clib==0.2.0 07:56:47 s3transfer==0.3.3 07:56:47 shade==1.27.2 07:56:47 simplejson==3.17.2 07:56:47 six==1.14.0 07:56:47 soupsieve==2.0 07:56:47 stevedore==3.2.2 07:56:47 tabulate==0.8.6 07:56:47 toml==0.10.0 07:56:47 tox==3.20.0 07:56:47 tqdm==4.43.0 07:56:47 urllib3==1.25.8 07:56:47 virtualenv==20.0.33 07:56:47 wcwidth==0.2.5 07:56:47 websocket-client==0.57.0 07:56:47 wrapt==1.12.1 07:56:47 xdg==3.0.2 07:56:47 xmltodict==0.12.0 07:56:47 yq==2.11.1 07:56:47 zipp==3.3.0 07:56:47 Cache entry deserialization failed, entry ignored 07:56:47 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. 07:56:52 Python 2.7.5 07:56:52 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 07:56:52 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. 07:56:53 ansible==2.9.7 07:56:53 Babel==0.9.6 07:56:53 backports.ssl-match-hostname==3.5.0.1 07:56:53 beautifulsoup4==4.4.1 07:56:53 bodhi==2.11.0 07:56:53 bodhi-client==2.11.0 07:56:53 CCColUtils==1.4 07:56:53 cffi==1.6.0 07:56:53 chardet==2.2.1 07:56:53 click==6.7 07:56:53 cloud-init==18.5 07:56:53 configobj==4.7.2 07:56:53 cryptography==1.7.2 07:56:53 decorator==3.4.0 07:56:53 distro==1.2.0 07:56:53 enum34==1.0.4 07:56:53 fedpkg==1.38 07:56:53 futures==3.1.1 07:56:53 gitdb==0.6.4 07:56:53 GitPython==1.0.1 07:56:53 html5lib==0.999 07:56:53 httplib2==0.9.2 07:56:53 idna==2.4 07:56:53 iniparse==0.4 07:56:53 ipaddress==1.0.16 07:56:53 IPy==0.75 07:56:53 javapackages==1.0.0 07:56:53 Jinja2==2.7.2 07:56:53 jmespath==0.9.4 07:56:53 jsonpatch==1.2 07:56:53 jsonpointer==1.9 07:56:53 kerberos==1.1 07:56:53 kitchen==1.1.1 07:56:53 langtable==0.0.31 07:56:53 lockfile==0.9.1 07:56:53 lxml==3.2.1 07:56:53 MarkupSafe==0.11 07:56:53 munch==2.0.2 07:56:53 offtrac==0.1.0 07:56:53 openidc-client==0.6.0 07:56:53 packagedb-cli==2.14.1 07:56:53 paramiko==2.1.1 07:56:53 perf==0.1 07:56:53 ply==3.4 07:56:53 policycoreutils-default-encoding==0.1 07:56:53 prettytable==0.7.2 07:56:53 pyasn1==0.1.9 07:56:53 pycparser==2.14 07:56:53 pycurl==7.19.0 07:56:53 pygobject==3.22.0 07:56:53 pygpgme==0.3 07:56:53 pyliblzma==0.5.3 07:56:53 pyOpenSSL==0.13.1 07:56:53 pyparsing==1.5.6 07:56:53 pyserial==2.6 07:56:53 python-augeas==0.5.0 07:56:53 python-bugzilla==2.3.0 07:56:53 python-dateutil==1.5 07:56:53 python-fedora==0.10.0 07:56:53 python-linux-procfs==0.4.9 07:56:53 python-yubico==1.2.3 07:56:53 pyudev==0.15 07:56:53 pyusb==1.0.0b1 07:56:53 pyxattr==0.5.1 07:56:53 PyYAML==3.10 07:56:53 requests==2.6.0 07:56:53 requests-kerberos==0.7.0 07:56:53 rpkg==1.60 07:56:53 schedutils==0.4 07:56:53 seobject==0.1 07:56:53 sepolicy==1.1 07:56:53 six==1.9.0 07:56:53 smmap==0.9.0 07:56:53 urlgrabber==3.10 07:56:53 urllib3==1.10.2 07:56:53 virtualenv==15.1.0 07:56:53 yum-langpacks==0.4.2 07:56:53 yum-metadata-parser==1.1.4 [Pipeline] echo 07:56:53 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:56:53 ---> sudo-logs.sh 07:56:53 Archiving 'sudo' log.. [Pipeline] echo 07:56:54 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:56:54 ---> job-cost.sh 07:56:54 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-OtL8 07:57:06 Cache entry deserialization failed, entry ignored 07:57:06 Cache entry deserialization failed, entry ignored 07:57:07 Cache entry deserialization failed, entry ignored 07:57:08 Cache entry deserialization failed, entry ignored 07:57:08 Cache entry deserialization failed, entry ignored 07:57:08 Cache entry deserialization failed, entry ignored 07:57:09 Cache entry deserialization failed, entry ignored 07:57:09 Cache entry deserialization failed, entry ignored 07:57:09 Cache entry deserialization failed, entry ignored 07:57:09 Cache entry deserialization failed, entry ignored 07:57:09 Cache entry deserialization failed, entry ignored 07:57:09 Cache entry deserialization failed, entry ignored 07:57:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:57:52 lf-activate-venv(): INFO: Adding /tmp/venv-OtL8/bin to PATH 07:57:52 INFO: No Stack... 07:57:52 INFO: Retrieving Pricing Info for: v1-standard-2 07:57:52 INFO: Archiving Costs [Pipeline] echo 07:57:53 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:57:53 ---> logs-deploy.sh 07:57:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-619/5 07:57:53 INFO: archiving workspace using pattern(s): 07:57:56 Archives upload complete. 07:57:56 INFO: archiving logs to Nexus 07:57:58 ---> uname -a: 07:57:58 Linux prd-centos7-docker-4c-2g-4187.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 07:57:58 07:57:58 07:57:58 ---> lscpu: 07:57:58 Architecture: x86_64 07:57:58 CPU op-mode(s): 32-bit, 64-bit 07:57:58 Byte Order: Little Endian 07:57:58 CPU(s): 4 07:57:58 On-line CPU(s) list: 0-3 07:57:58 Thread(s) per core: 1 07:57:58 Core(s) per socket: 1 07:57:58 Socket(s): 4 07:57:58 NUMA node(s): 1 07:57:58 Vendor ID: GenuineIntel 07:57:58 CPU family: 6 07:57:58 Model: 44 07:57:58 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:57:58 Stepping: 1 07:57:58 CPU MHz: 2933.438 07:57:58 BogoMIPS: 5866.87 07:57:58 Virtualization: VT-x 07:57:58 Hypervisor vendor: KVM 07:57:58 Virtualization type: full 07:57:58 L1d cache: 32K 07:57:58 L1i cache: 32K 07:57:58 L2 cache: 4096K 07:57:58 L3 cache: 16384K 07:57:58 NUMA node0 CPU(s): 0-3 07:57:58 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 07:57:58 07:57:58 07:57:58 ---> nproc: 07:57:58 4 07:57:58 07:57:58 07:57:58 ---> df -h: 07:57:58 Filesystem Size Used Avail Use% Mounted on 07:57:58 devtmpfs 887M 0 887M 0% /dev 07:57:58 tmpfs 919M 0 919M 0% /dev/shm 07:57:58 tmpfs 919M 17M 903M 2% /run 07:57:58 tmpfs 919M 0 919M 0% /sys/fs/cgroup 07:57:58 /dev/vda1 50G 7.4G 43G 15% / 07:57:58 tmpfs 184M 0 184M 0% /run/user/1001 07:57:58 07:57:58 07:57:58 ---> free -m: 07:57:58 total used free shared buff/cache available 07:57:58 Mem: 1837 595 89 16 1151 1044 07:57:58 Swap: 1023 1 1022 07:57:58 07:57:58 07:57:58 ---> ip addr: 07:57:58 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 07:57:58 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:57:58 inet 127.0.0.1/8 scope host lo 07:57:58 valid_lft forever preferred_lft forever 07:57:58 inet6 ::1/128 scope host 07:57:58 valid_lft forever preferred_lft forever 07:57:58 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 07:57:58 link/ether fa:16:3e:e1:28:5a brd ff:ff:ff:ff:ff:ff 07:57:58 inet 10.30.123.245/23 brd 10.30.123.255 scope global dynamic eth0 07:57:58 valid_lft 85768sec preferred_lft 85768sec 07:57:58 inet6 fe80::f816:3eff:fee1:285a/64 scope link 07:57:58 valid_lft forever preferred_lft forever 07:57:58 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 07:57:58 link/ether 02:42:13:00:0f:58 brd ff:ff:ff:ff:ff:ff 07:57:58 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:57:58 valid_lft forever preferred_lft forever 07:57:58 inet6 fe80::42:13ff:fe00:f58/64 scope link 07:57:58 valid_lft forever preferred_lft forever 07:57:58 07:57:58 07:57:58 ---> sar -b -r -n DEV: 07:57:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/08/2020 _x86_64_ (4 CPU) 07:57:58 07:57:58 07:47:07 AM LINUX RESTART 07:57:58 07:57:58 07:48:01 AM tps rtps wtps bread/s bwrtn/s 07:57:58 07:49:01 AM 58.22 14.51 43.71 4935.37 4976.72 07:57:58 07:50:01 AM 1.61 0.00 1.61 0.00 32.34 07:57:58 07:51:01 AM 0.35 0.00 0.35 0.00 4.65 07:57:58 07:52:01 AM 0.20 0.00 0.20 0.00 2.56 07:57:58 07:53:01 AM 0.25 0.00 0.25 0.00 3.41 07:57:58 07:54:01 AM 0.30 0.00 0.30 0.00 4.33 07:57:58 07:55:02 AM 0.52 0.23 0.28 13.72 3.33 07:57:58 07:56:01 AM 91.57 56.92 34.65 4772.24 3030.48 07:57:58 07:57:01 AM 88.15 23.44 64.71 1504.78 9048.19 07:57:58 Average: 26.68 10.48 16.20 1241.08 1898.77 07:57:58 07:57:58 07:48:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:57:58 07:49:01 AM 175164 1706392 90.69 2620 1140184 1122436 38.31 428340 1117152 120 07:57:58 07:50:01 AM 182208 1699348 90.32 2620 1140188 1064488 36.33 424964 1114192 20 07:57:58 07:51:01 AM 180792 1700764 90.39 2620 1140196 1064912 36.34 427088 1114196 20 07:57:58 07:52:01 AM 177148 1704408 90.59 2620 1140196 1064816 36.34 434452 1109672 16 07:57:58 07:53:01 AM 178376 1703180 90.52 2620 1140200 1064648 36.33 434632 1108632 20 07:57:58 07:54:01 AM 178960 1702596 90.49 2620 1140260 1064588 36.33 434384 1108644 24 07:57:58 07:55:02 AM 170300 1711256 90.95 2620 1140756 1065264 36.36 434468 1111284 156 07:57:58 07:56:01 AM 74316 1807240 96.05 2620 1152036 1137856 38.83 533300 1096272 42508 07:57:58 07:57:01 AM 107540 1774016 94.28 2620 1101324 1139060 38.87 489908 1054360 72008 07:57:58 Average: 158312 1723244 91.59 2620 1137260 1087563 37.12 449060 1103823 12766 07:57:58 07:57:58 07:48:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 07:57:58 07:49:01 AM eth0 115.82 98.80 509.33 64.49 0.00 0.00 0.00 07:57:58 07:49:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:49:01 AM docker0 7.07 4.74 1.04 18.93 0.00 0.00 0.00 07:57:58 07:50:01 AM eth0 0.78 0.08 0.06 0.01 0.00 0.00 0.00 07:57:58 07:50:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:50:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:51:01 AM eth0 2.75 1.38 3.11 0.27 0.00 0.00 0.00 07:57:58 07:51:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:51:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:52:01 AM eth0 0.77 0.42 0.35 0.21 0.00 0.00 0.00 07:57:58 07:52:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:52:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:53:01 AM eth0 0.15 0.10 0.09 0.07 0.00 0.00 0.00 07:57:58 07:53:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:53:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:54:01 AM eth0 0.17 0.12 0.07 0.01 0.00 0.00 0.00 07:57:58 07:54:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:54:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:55:02 AM eth0 5.78 3.68 5.41 2.23 0.00 0.00 0.00 07:57:58 07:55:02 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:55:02 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:56:01 AM eth0 143.94 113.42 838.68 15.14 0.00 0.00 0.00 07:57:58 07:56:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:56:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:57:01 AM eth0 20.13 15.48 23.38 37.18 0.00 0.00 0.00 07:57:58 07:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 07:57:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 Average: eth0 32.05 25.79 152.15 13.29 0.00 0.00 0.00 07:57:58 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:57:58 Average: docker0 0.79 0.53 0.12 2.11 0.00 0.00 0.00 07:57:58 07:57:58 07:57:58 ---> sar -P ALL: 07:57:58 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/08/2020 _x86_64_ (4 CPU) 07:57:58 07:57:58 07:47:07 AM LINUX RESTART 07:57:58 07:57:58 07:48:01 AM CPU %user %nice %system %iowait %steal %idle 07:57:58 07:49:01 AM all 3.60 0.00 2.59 1.81 5.65 86.34 07:57:58 07:49:01 AM 0 3.35 0.00 2.75 2.55 5.74 85.62 07:57:58 07:49:01 AM 1 3.96 0.00 2.44 0.48 5.79 87.33 07:57:58 07:49:01 AM 2 3.35 0.00 2.88 4.03 5.83 83.92 07:57:58 07:49:01 AM 3 3.75 0.00 2.27 0.18 5.26 88.54 07:57:58 07:50:01 AM all 0.12 0.00 0.05 0.00 0.26 99.57 07:57:58 07:50:01 AM 0 0.02 0.00 0.03 0.00 0.17 99.78 07:57:58 07:50:01 AM 1 0.38 0.00 0.05 0.00 0.40 99.17 07:57:58 07:50:01 AM 2 0.05 0.00 0.08 0.00 0.28 99.58 07:57:58 07:50:01 AM 3 0.05 0.00 0.03 0.00 0.22 99.70 07:57:58 07:51:01 AM all 0.13 0.00 0.03 0.00 0.28 99.55 07:57:58 07:51:01 AM 0 0.03 0.00 0.02 0.00 0.25 99.70 07:57:58 07:51:01 AM 1 0.40 0.00 0.03 0.00 0.45 99.12 07:57:58 07:51:01 AM 2 0.03 0.00 0.02 0.00 0.13 99.82 07:57:58 07:51:01 AM 3 0.08 0.00 0.03 0.00 0.28 99.60 07:57:58 07:52:01 AM all 0.12 0.00 0.03 0.00 0.10 99.75 07:57:58 07:52:01 AM 0 0.02 0.00 0.03 0.00 0.20 99.75 07:57:58 07:52:01 AM 1 0.38 0.00 0.03 0.00 0.10 99.48 07:57:58 07:52:01 AM 2 0.02 0.00 0.02 0.00 0.03 99.93 07:57:58 07:52:01 AM 3 0.03 0.00 0.07 0.00 0.07 99.83 07:57:58 07:53:01 AM all 0.08 0.00 0.06 0.00 0.40 99.46 07:57:58 07:53:01 AM 0 0.00 0.00 0.02 0.00 0.55 99.44 07:57:58 07:53:01 AM 1 0.28 0.00 0.03 0.00 0.47 99.22 07:57:58 07:53:01 AM 2 0.03 0.00 0.03 0.00 0.30 99.63 07:57:58 07:53:01 AM 3 0.03 0.00 0.13 0.00 0.28 99.55 07:57:58 07:54:01 AM all 0.10 0.00 0.02 0.00 0.23 99.65 07:57:58 07:54:01 AM 0 0.03 0.00 0.05 0.00 0.35 99.57 07:57:58 07:54:01 AM 1 0.28 0.00 0.03 0.00 0.23 99.45 07:57:58 07:54:01 AM 2 0.03 0.00 0.02 0.00 0.10 99.85 07:57:58 07:54:01 AM 3 0.02 0.00 0.03 0.00 0.22 99.73 07:57:58 07:55:02 AM all 0.34 0.00 0.31 0.00 0.46 98.88 07:57:58 07:55:02 AM 0 0.30 0.00 0.33 0.02 0.47 98.88 07:57:58 07:55:02 AM 1 0.65 0.00 0.38 0.00 0.42 98.55 07:57:58 07:55:02 AM 2 0.35 0.00 0.32 0.00 0.42 98.92 07:57:58 07:55:02 AM 3 0.08 0.00 0.20 0.00 0.55 99.17 07:57:58 07:56:01 AM all 14.08 0.00 1.54 1.67 1.96 80.75 07:57:58 07:56:01 AM 0 16.17 0.00 1.57 1.79 2.05 78.42 07:57:58 07:56:01 AM 1 6.40 0.00 1.04 1.53 2.16 88.87 07:57:58 07:56:01 AM 2 19.96 0.00 1.63 0.82 1.85 75.74 07:57:58 07:56:01 AM 3 14.12 0.00 1.94 2.51 1.78 79.65 07:57:58 07:57:01 AM all 14.43 0.00 3.21 1.10 2.97 78.28 07:57:58 07:57:01 AM 0 17.83 0.00 3.54 1.18 2.59 74.86 07:57:58 07:57:01 AM 1 11.74 0.00 2.79 2.13 3.77 79.58 07:57:58 07:57:01 AM 2 13.13 0.00 3.45 0.24 2.38 80.81 07:57:58 07:57:01 AM 3 15.12 0.00 3.08 0.86 3.11 77.83 07:57:58 Average: all 3.58 0.00 0.86 0.50 1.36 93.70 07:57:58 Average: 0 4.06 0.00 0.91 0.60 1.36 93.06 07:57:58 Average: 1 2.70 0.00 0.76 0.45 1.53 94.57 07:57:58 Average: 2 3.97 0.00 0.93 0.56 1.25 93.29 07:57:58 Average: 3 3.60 0.00 0.85 0.38 1.29 93.87 07:57:58 07:57:58 07:57:58