Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 9984e951603057bc4bd5f96414a7be81c566c977+6a644f195f70d064d428f19fecf7196d621efa3d (8dab41e3440ce809eb7f182f406a727395a75b9b) 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] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-3215’ is offline Running on prd-centos7-docker-4c-2g-3222 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [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-584 # 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 Merging remotes/origin/master commit 6a644f195f70d064d428f19fecf7196d621efa3d into PR head commit 9984e951603057bc4bd5f96414a7be81c566c977 Merge succeeded, producing 9984e951603057bc4bd5f96414a7be81c566c977 Checking out Revision 9984e951603057bc4bd5f96414a7be81c566c977 (PR-584) > 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/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # 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 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. > git rev-list --no-walk 6cabb274cc574262546194301fe1698430925cf7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 11:56:01 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 11:56:02 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 11:56:02 ========================================================= 11:56:02 EdgeX Global Pipelines Version Info 11:56:02 ========================================================= [Pipeline] libraryResource [Pipeline] sh 11:56:03 ------------------- 11:56:03 stable info: 11:56:03 ------------------- 11:56:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 11:56:03 Commit SHA: ad104866bbc8c98dca93091e1a8abeb835fd4e4d 11:56:03 Message: update stable to v1.0.131 11:56:04 ------------------- 11:56:04 experimental info: 11:56:04 ------------------- 11:56:04 Commited By: **** collab-it+edgex@linuxfoundation.org 11:56:04 Commit SHA: 570db4806bfd36b7d07759f4849a4530ec9e8d2a 11:56:04 Message: update experimental to v1.0.134 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 11:56:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 11:56:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 11:56:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 11:56:07 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9984e951603057bc4bd5f96414a7be81c566c977 [Pipeline] echo 11:56:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9984e95 [Pipeline] echo 11:56:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 11:56:08 + git log --format=format:%s -1 9984e951603057bc4bd5f96414a7be81c566c977 [Pipeline] echo 11:56:08 GIT_COMMIT: 9984e951603057bc4bd5f96414a7be81c566c977, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo 11:56:08 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 11:56:09 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:09 11:56:09 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 11:56:10 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:10 latest: Pulling from edgex-devops/git-semver 11:56:10 31603596830f: Pulling fs layer 11:56:10 2a8b12db71e7: Pulling fs layer 11:56:10 6ca5941a6612: Pulling fs layer 11:56:10 ecc8261a40a4: Pulling fs layer 11:56:10 ecc8261a40a4: Waiting 11:56:10 2a8b12db71e7: Verifying Checksum 11:56:10 2a8b12db71e7: Download complete 11:56:10 31603596830f: Download complete 11:56:10 ecc8261a40a4: Verifying Checksum 11:56:10 ecc8261a40a4: Download complete 11:56:11 31603596830f: Pull complete 11:56:11 6ca5941a6612: Verifying Checksum 11:56:11 6ca5941a6612: Download complete 11:56:11 2a8b12db71e7: Pull complete 11:56:12 6ca5941a6612: Pull complete 11:56:12 ecc8261a40a4: Pull complete 11:56:12 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 11:56:12 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 11:56:12 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 11:56:12 prd-centos7-docker-4c-2g-3222 does not seem to be running inside a container 11:56:12 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 11:56:14 $ docker top ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 11:56:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:56:14 [ssh-agent] Looking for ssh-agent implementation... 11:56:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:56:15 $ docker exec ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent 11:56:15 SSH_AUTH_SOCK=/tmp/ssh-LhI6Xm2EVXFf/agent.12 11:56:15 SSH_AGENT_PID=17 11:56:15 Running ssh-add (command line suppressed) 11:56:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8617590325193712895.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8617590325193712895.key) 11:56:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:56:15 + git describe --exact-match --tags HEAD 11:56:15 fatal: no tag exactly matches '9984e951603057bc4bd5f96414a7be81c566c977' [Pipeline] } 11:56:15 $ docker exec --env ******** --env ******** ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent -k 11:56:16 unset SSH_AUTH_SOCK; 11:56:16 unset SSH_AGENT_PID; 11:56:16 echo Agent pid 17 killed; 11:56:16 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 11:56:16 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 11:56:16 This usually means this commit has not been tagged. [Pipeline] sshagent 11:56:16 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 11:56:16 [ssh-agent] Looking for ssh-agent implementation... 11:56:16 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 11:56:16 $ docker exec ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent 11:56:16 SSH_AUTH_SOCK=/tmp/ssh-mXB89Uz393eT/agent.45 11:56:16 SSH_AGENT_PID=50 11:56:16 Running ssh-add (command line suppressed) 11:56:16 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8408241010346540521.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8408241010346540521.key) 11:56:16 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 11:56:17 + git semver init 11:56:17 # -> Open(): unable to determine branch for HEAD 11:56:17 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 11:56:17 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 11:56:17 # $SEMVER_REMOTE_NAME = origin 11:56:17 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 11:56:17 # $SEMVER_USER_NAME = edgex-jenkins 11:56:17 # $SEMVER_BRANCH = PR-584 11:56:17 # $SEMVER_TEMP = /tmp/semver-224024171 11:56:17 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 11:56:17 # '/tmp/semver-224024171' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 11:56:17 # -> Force: false 11:56:17 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 11:56:17 $ docker exec --env ******** --env ******** ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 ssh-agent -k 11:56:17 unset SSH_AUTH_SOCK; 11:56:17 unset SSH_AGENT_PID; 11:56:17 echo Agent pid 50 killed; 11:56:17 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 11:56:18 + git semver [Pipeline] } 11:56:18 $ docker stop --time=1 ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 11:56:19 $ docker rm -f ee1e59200b5f58b0b4e4fcfe032e9f9b97620c7ddb0c08ce76734cfe76ad1180 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 11:56:20 Stashed 41 file(s) [Pipeline] echo 11:56:20 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 11:56:20 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 11:56:36 Still waiting to schedule task 11:56:36 Waiting for next available executor on ‘centos7-docker-4c-2g’ 11:56:36 Still waiting to schedule task 11:56:36 Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-3221’ 11:57:47 Running on prd-centos7-docker-4c-2g-3227 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 11:57:48 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 11:57:50 using credential edgex-jenkins-ssh 11:57:50 Cloning the remote Git repository 11:57:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:57:50 > git init /w/workspace/device-sdk-go/15 # timeout=10 11:57:50 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:57:50 > git --version # timeout=10 11:57:50 > git --version # 'git version 2.16.5' 11:57:50 using GIT_SSH to set credentials SSH Credentials for GitHub 11:57:50 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:57:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:57:51 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:57:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:57:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:57:51 using GIT_SSH to set credentials SSH Credentials for GitHub 11:57:51 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:57:51 Merging remotes/origin/master commit 6a644f195f70d064d428f19fecf7196d621efa3d into PR head commit 9984e951603057bc4bd5f96414a7be81c566c977 11:57:51 Merge succeeded, producing 9984e951603057bc4bd5f96414a7be81c566c977 11:57:51 Checking out Revision 9984e951603057bc4bd5f96414a7be81c566c977 (PR-584) 11:57:51 > git config core.sparsecheckout # timeout=10 11:57:51 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 11:57:51 > git remote # timeout=10 11:57:51 > git config --get remote.origin.url # timeout=10 11:57:51 using GIT_SSH to set credentials SSH Credentials for GitHub 11:57:51 > git merge 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 11:57:51 > git rev-parse HEAD^{commit} # timeout=10 11:57:51 > git config core.sparsecheckout # timeout=10 11:57:51 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 11:57:55 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:57:56 ========================================================= 11:57:56 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 11:57:56 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:57:56 + 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 . 11:57:57 Sending build context to Docker daemon 3.45MB 11:57:57 Step 1/8 : ARG BASE=golang:1.15-alpine 11:57:57 Step 2/8 : FROM ${BASE} 11:57:57 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 11:57:57 df20fa9351a1: Pulling fs layer 11:57:57 ed8968b2872e: Pulling fs layer 11:57:57 a92cc7c5fd73: Pulling fs layer 11:57:57 e871e8e8d7a9: Pulling fs layer 11:57:57 e73272ec9a57: Pulling fs layer 11:57:57 1e910a182e73: Pulling fs layer 11:57:57 4e634b169226: Pulling fs layer 11:57:57 e73272ec9a57: Waiting 11:57:57 1e910a182e73: Waiting 11:57:57 4e634b169226: Waiting 11:57:57 e871e8e8d7a9: Waiting 11:57:57 a92cc7c5fd73: Verifying Checksum 11:57:57 a92cc7c5fd73: Download complete 11:57:57 ed8968b2872e: Verifying Checksum 11:57:57 ed8968b2872e: Download complete 11:57:57 e73272ec9a57: Download complete 11:57:57 1e910a182e73: Verifying Checksum 11:57:57 1e910a182e73: Download complete 11:57:58 df20fa9351a1: Download complete 11:57:58 df20fa9351a1: Pull complete 11:57:58 ed8968b2872e: Pull complete 11:57:58 a92cc7c5fd73: Pull complete 11:57:59 4e634b169226: Verifying Checksum 11:57:59 4e634b169226: Download complete 11:58:00 e871e8e8d7a9: Verifying Checksum 11:58:00 e871e8e8d7a9: Download complete 11:58:05 e871e8e8d7a9: Pull complete 11:58:05 e73272ec9a57: Pull complete 11:58:05 1e910a182e73: Pull complete 11:58:15 4e634b169226: Pull complete 11:58:15 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 11:58:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 11:58:15 ---> f7629b54cfaa 11:58:15 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:58:15 ---> Running in 69a6e657a565 11:58:15 Removing intermediate container 69a6e657a565 11:58:15 ---> 7d6c9e985242 11:58:15 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:58:15 ---> Running in 88d55a4f2309 11:58:16 Removing intermediate container 88d55a4f2309 11:58:16 ---> f9fb26f146eb 11:58:16 Step 5/8 : RUN apk add --no-cache make git 11:58:16 ---> Running in 6444d6ee36f9 11:58:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:58:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:58:18 OK: 166 MiB in 39 packages 11:58:18 Removing intermediate container 6444d6ee36f9 11:58:18 ---> ef5cce90bb6e 11:58:18 Step 6/8 : WORKDIR /device-sdk-go 11:58:18 ---> Running in 4093b208e214 11:58:18 Removing intermediate container 4093b208e214 11:58:18 ---> 85c78af783c8 11:58:18 Step 7/8 : COPY . . 11:58:20 ---> 35f72d428f03 11:58:20 Step 8/8 : RUN go mod download 11:58:20 ---> Running in 27b1ff30d4a6 11:58:38 Removing intermediate container 27b1ff30d4a6 11:58:38 ---> 62c04f6639f0 11:58:38 Successfully built 62c04f6639f0 11:58:38 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 11:58:38 + docker inspect -f . ci-base-image-x86_64 11:58:38 . [Pipeline] withDockerContainer 11:58:38 prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container 11:58:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 11:58:39 $ docker top ff92fe3df940db84490197d3436c97eb74e75440e110eccaf483e60cc202f253 -eo pid,comm [Pipeline] { [Pipeline] sh 11:58:40 + go version 11:58:40 go version go1.15.2 linux/amd64 [Pipeline] } 11:58:40 $ docker stop --time=1 ff92fe3df940db84490197d3436c97eb74e75440e110eccaf483e60cc202f253 11:58:41 $ docker rm -f ff92fe3df940db84490197d3436c97eb74e75440e110eccaf483e60cc202f253 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 11:58:42 + docker inspect -f . ci-base-image-x86_64 11:58:42 . [Pipeline] withDockerContainer 11:58:42 prd-centos7-docker-4c-2g-3227 does not seem to be running inside a container 11:58:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 11:58:43 $ docker top fe6715b01035cc7076e07cd6ed6573efa7161baed0e8dad77c43554d7c2a81d0 -eo pid,comm [Pipeline] { [Pipeline] sh 11:58:43 + make test 11:58:43 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 11:58:50 ? github.com/edgexfoundry/device-sdk-go [no test files] 11:59:05 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 11:59:05 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 11:59:05 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 11:59:05 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.075s coverage: 21.6% of statements 11:59:06 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.430s coverage: 97.1% of statements 11:59:07 Running on prd-ubuntu18.04-docker-arm64-4c-16g-3230 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 11:59:08 Running in /w/workspace/device-sdk-go/15 [Pipeline] { [Pipeline] checkout 11:59:13 using credential edgex-jenkins-ssh 11:59:13 Cloning the remote Git repository 11:59:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 11:59:13 > git init /w/workspace/device-sdk-go/15 # timeout=10 11:59:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:59:13 > git --version # timeout=10 11:59:13 > git --version # 'git version 2.17.1' 11:59:13 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 11:59:15 Merging remotes/origin/master commit 6a644f195f70d064d428f19fecf7196d621efa3d into PR head commit 9984e951603057bc4bd5f96414a7be81c566c977 11:59:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:59:14 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 11:59:14 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 11:59:14 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 11:59:14 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:14 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 11:59:15 > git config core.sparsecheckout # timeout=10 11:59:15 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 11:59:15 > git remote # timeout=10 11:59:15 Merge succeeded, producing 9984e951603057bc4bd5f96414a7be81c566c977 11:59:15 Checking out Revision 9984e951603057bc4bd5f96414a7be81c566c977 (PR-584) 11:59:15 > git config --get remote.origin.url # timeout=10 11:59:15 using GIT_SSH to set credentials SSH Credentials for GitHub 11:59:15 > git merge 6a644f195f70d064d428f19fecf7196d621efa3d # timeout=10 11:59:15 > git rev-parse HEAD^{commit} # timeout=10 11:59:15 > git config core.sparsecheckout # timeout=10 11:59:15 > git checkout -f 9984e951603057bc4bd5f96414a7be81c566c977 # timeout=10 11:59:20 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 11:59:21 ========================================================= 11:59:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 11:59:21 ========================================================= [Pipeline] isUnix [Pipeline] sh 11:59:22 + 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 . 11:59:23 Sending build context to Docker daemon 3.448MB 11:59:23 Step 1/8 : ARG BASE=golang:1.15-alpine 11:59:23 Step 2/8 : FROM ${BASE} 11:59:23 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 11:59:23 b538f80385f9: Pulling fs layer 11:59:23 74f711af9a0d: Pulling fs layer 11:59:23 99f96fe45779: Pulling fs layer 11:59:23 8529a6b9a6be: Pulling fs layer 11:59:23 45590311c82a: Pulling fs layer 11:59:23 69ca0ff8b7b3: Pulling fs layer 11:59:23 209524e5b208: Pulling fs layer 11:59:23 8529a6b9a6be: Waiting 11:59:23 45590311c82a: Waiting 11:59:23 69ca0ff8b7b3: Waiting 11:59:23 209524e5b208: Waiting 11:59:23 99f96fe45779: Download complete 11:59:23 74f711af9a0d: Verifying Checksum 11:59:23 74f711af9a0d: Download complete 11:59:23 45590311c82a: Verifying Checksum 11:59:23 45590311c82a: Download complete 11:59:23 69ca0ff8b7b3: Verifying Checksum 11:59:23 69ca0ff8b7b3: Download complete 11:59:24 b538f80385f9: Verifying Checksum 11:59:24 b538f80385f9: Download complete 11:59:25 b538f80385f9: Pull complete 11:59:25 74f711af9a0d: Pull complete 11:59:25 99f96fe45779: Pull complete 11:59:26 209524e5b208: Verifying Checksum 11:59:26 209524e5b208: Download complete 11:59:27 8529a6b9a6be: Verifying Checksum 11:59:27 8529a6b9a6be: Download complete 11:59:37 8529a6b9a6be: Pull complete 11:59:37 45590311c82a: Pull complete 11:59:37 69ca0ff8b7b3: Pull complete 11:59:38 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 9.4% of statements 11:59:38 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.054s coverage: 21.9% of statements 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 11:59:38 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.210s coverage: 39.9% of statements 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 11:59:38 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.319s coverage: 65.4% of statements 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 11:59:38 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements 11:59:38 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 11:59:38 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.556s coverage: 68.9% of statements 11:59:38 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 11:59:38 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 11:59:38 GO111MODULE=on go vet ./... 11:59:42 209524e5b208: Pull complete 11:59:42 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 11:59:42 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 11:59:42 ---> 5bddaf1c2fca 11:59:42 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:59:43 gofmt -l . 11:59:43 [ "`gofmt -l .`" = "" ] 11:59:43 ./bin/test-attribution-txt.sh 11:59:44 ./bin/test-go-mod-tidy.sh 11:59:44 ---> Running in 6969c4212bc8 [Pipeline] stash 11:59:45 Stashed 1 file(s) [Pipeline] } 11:59:45 $ docker stop --time=1 fe6715b01035cc7076e07cd6ed6573efa7161baed0e8dad77c43554d7c2a81d0 11:59:45 Removing intermediate container 6969c4212bc8 11:59:45 ---> a6b57e4cf072 11:59:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:59:45 ---> Running in f7add314c355 11:59:47 $ docker rm -f fe6715b01035cc7076e07cd6ed6573efa7161baed0e8dad77c43554d7c2a81d0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 11:59:48 Removing intermediate container f7add314c355 11:59:48 ---> 1bba342f41c5 11:59:48 Step 5/8 : RUN apk add --no-cache make git 11:59:48 ---> Running in 1eda7f60481f [Pipeline] sh 11:59:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 11:59:48 + ls -al . 11:59:48 total 192 11:59:48 drwxrwxr-x. 11 jenkins jenkins 4096 Oct 3 11:59 . 11:59:48 drwxrwxr-x. 4 jenkins jenkins 30 Oct 3 11:57 .. 11:59:48 drwxrwxr-x. 2 jenkins jenkins 64 Oct 3 11:57 bin 11:59:48 -rw-r--r--. 1 jenkins jenkins 111040 Oct 3 11:59 coverage.out 11:59:48 -rw-rw-r--. 1 jenkins jenkins 936 Oct 3 11:57 Dockerfile.build 11:59:48 -rw-rw-r--. 1 jenkins jenkins 140 Oct 3 11:57 .dockerignore 11:59:48 drwxrwxr-x. 4 jenkins jenkins 48 Oct 3 11:57 example 11:59:48 drwxrwxr-x. 8 jenkins jenkins 179 Oct 3 11:57 .git 11:59:48 drwxrwxr-x. 2 jenkins jenkins 60 Oct 3 11:57 .github 11:59:48 -rw-rw-r--. 1 jenkins jenkins 138 Oct 3 11:57 .gitignore 11:59:48 -rw-r--r--. 1 jenkins jenkins 517 Oct 3 11:59 go.mod 11:59:48 -rw-r--r--. 1 jenkins jenkins 13737 Oct 3 11:59 go.sum 11:59:48 drwxrwxr-x. 15 jenkins jenkins 211 Oct 3 11:57 internal 11:59:48 -rw-rw-r--. 1 jenkins jenkins 785 Oct 3 11:57 Jenkinsfile 11:59:48 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 3 11:57 LICENSE 11:59:48 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 3 11:57 Makefile 11:59:48 drwxrwxr-x. 4 jenkins jenkins 26 Oct 3 11:57 openapi 11:59:48 drwxrwxr-x. 5 jenkins jenkins 50 Oct 3 11:57 pkg 11:59:48 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 3 11:57 README.md 11:59:48 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 3 11:57 RELEASE-NOTES.txt 11:59:48 drwxrwxr-x. 3 jenkins jenkins 58 Oct 3 11:57 .semver 11:59:48 drwxrwxr-x. 4 jenkins jenkins 54 Oct 3 11:57 snap 11:59:48 -rw-rw-r--. 1 jenkins jenkins 5 Oct 3 11:56 VERSION 11:59:48 -rw-rw-r--. 1 jenkins jenkins 222 Oct 3 11:57 version.go [Pipeline] isUnix [Pipeline] sh 11:59:49 + 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=9984e951603057bc4bd5f96414a7be81c566c977 --label arch=amd64 --label version=0.0.0 . 11:59:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 11:59:49 Sending build context to Docker daemon 3.562MB 11:59:49 Step 1/24 : ARG BASE=golang:1.15-alpine 11:59:49 Step 2/24 : FROM ${BASE} AS builder 11:59:49 ---> 62c04f6639f0 11:59:49 Step 3/24 : ARG MAKE='make build' 11:59:49 ---> Running in 9f3aa5b09de2 11:59:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 11:59:50 Removing intermediate container 9f3aa5b09de2 11:59:50 ---> 70beb2016c29 11:59:50 Step 4/24 : WORKDIR /device-sdk-go 11:59:50 ---> Running in 72f73b7aa319 11:59:50 Removing intermediate container 72f73b7aa319 11:59:50 ---> cf10fa9c627b 11:59:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 11:59:50 ---> Running in aeb18dcd1c57 11:59:50 OK: 142 MiB in 39 packages 11:59:50 Removing intermediate container aeb18dcd1c57 11:59:50 ---> 3f8b2f6f3d9e 11:59:50 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 11:59:50 ---> Running in 1e3f8f9f62cc 11:59:51 Removing intermediate container 1e3f8f9f62cc 11:59:51 ---> 9ea155750407 11:59:51 Step 7/24 : RUN apk add --update --no-cache make git 11:59:51 ---> Running in d97bf3dc52ba 11:59:52 Removing intermediate container 1eda7f60481f 11:59:52 ---> 7a8409eb30dd 11:59:52 Step 6/8 : WORKDIR /device-sdk-go 11:59:52 ---> Running in c350ddd7cf5d 11:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 11:59:52 Removing intermediate container c350ddd7cf5d 11:59:52 ---> c6173036fc22 11:59:52 Step 7/8 : COPY . . 11:59:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 11:59:53 OK: 166 MiB in 39 packages 11:59:53 ---> 40d5f843efc5 11:59:53 Step 8/8 : RUN go mod download 11:59:54 Removing intermediate container d97bf3dc52ba 11:59:54 ---> cd2151262151 11:59:54 Step 8/24 : COPY . . 11:59:54 ---> Running in f4edb47b6b00 11:59:55 ---> ef0b6c9034f8 11:59:55 Step 9/24 : RUN ${MAKE} 11:59:55 ---> Running in 54632e1ced3b 11:59:55 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 12:00:03 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 12:00:05 Removing intermediate container 54632e1ced3b 12:00:05 ---> 649cc2fa6448 12:00:05 Step 10/24 : FROM scratch 12:00:05 ---> 12:00:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:00:05 ---> Running in 54ae866c0584 12:00:05 Removing intermediate container 54ae866c0584 12:00:05 ---> 3ce2c3bfa4a2 12:00:05 Step 12/24 : ENV APP_PORT=49990 12:00:05 ---> Running in ffeacebae761 12:00:05 Removing intermediate container ffeacebae761 12:00:05 ---> b2ae18f4ff1a 12:00:05 Step 13/24 : EXPOSE $APP_PORT 12:00:05 ---> Running in 95d241c4abec 12:00:06 Removing intermediate container 95d241c4abec 12:00:06 ---> 09069ed8ed54 12:00:06 Step 14/24 : WORKDIR / 12:00:06 ---> Running in ba625e5f68ce 12:00:06 Removing intermediate container ba625e5f68ce 12:00:06 ---> 920c237d3ec5 12:00:06 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 12:00:07 ---> 937e70974ad8 12:00:07 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 12:00:07 ---> a995893176b5 12:00:07 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 12:00:07 ---> 2ee3b2394790 12:00:07 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 12:00:07 ---> e47bcbd5e44c 12:00:07 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 12:00:07 ---> c9780838b022 12:00:07 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 12:00:07 ---> Running in 242784fe6189 12:00:08 Removing intermediate container 242784fe6189 12:00:08 ---> 3dc54ba38aeb 12:00:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:00:08 ---> Running in 14bb796d92c3 12:00:08 Removing intermediate container 14bb796d92c3 12:00:08 ---> fcaf5860e243 12:00:08 Step 22/24 : LABEL arch=amd64 12:00:08 ---> Running in 34c0e0c64670 12:00:08 Removing intermediate container 34c0e0c64670 12:00:08 ---> eaaf43aa4423 12:00:08 Step 23/24 : LABEL git_sha=9984e951603057bc4bd5f96414a7be81c566c977 12:00:08 ---> Running in 16370e108379 12:00:08 Removing intermediate container 16370e108379 12:00:08 ---> 48afba16568d 12:00:08 Step 24/24 : LABEL version=0.0.0 12:00:08 ---> Running in 3f30f2becd29 12:00:08 Removing intermediate container 3f30f2becd29 12:00:08 ---> a05facb2984a 12:00:08 [Warning] One or more build-args [ARCH] were not consumed 12:00:08 Successfully built a05facb2984a 12:00:08 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] } 12:00:16 Removing intermediate container f4edb47b6b00 12:00:16 ---> ef548b8e83c7 12:00:16 Successfully built ef548b8e83c7 12:00:16 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 12:00:16 + docker inspect -f . ci-base-image-arm64 12:00:16 . [Pipeline] withDockerContainer 12:00:17 prd-ubuntu18.04-docker-arm64-4c-16g-3230 does not seem to be running inside a container 12:00:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** ci-base-image-arm64 cat 12:00:19 $ docker top ff2c00b982e3b9769b409c6ace94cc0cf25962f23f9e34de61080245b9bbcff7 -eo pid,comm [Pipeline] { [Pipeline] sh 12:00:20 + go version 12:00:20 go version go1.15.2 linux/arm64 [Pipeline] } 12:00:20 $ docker stop --time=1 ff2c00b982e3b9769b409c6ace94cc0cf25962f23f9e34de61080245b9bbcff7 12:00:22 $ docker rm -f ff2c00b982e3b9769b409c6ace94cc0cf25962f23f9e34de61080245b9bbcff7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 12:00:23 + docker inspect -f . ci-base-image-arm64 12:00:23 . [Pipeline] withDockerContainer 12:00:23 prd-ubuntu18.04-docker-arm64-4c-16g-3230 does not seem to be running inside a container 12:00:23 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/15 -v /w/workspace/device-sdk-go/15:/w/workspace/device-sdk-go/15:rw,z -v /w/workspace/device-sdk-go/15@tmp:/w/workspace/device-sdk-go/15@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 ******** ci-base-image-arm64 cat 12:00:25 $ docker top fa38da36762f1ad1f6b3239ee4805d89d73444d45286c84a9758155c7cd633c6 -eo pid,comm [Pipeline] { [Pipeline] sh 12:00:26 + make test 12:00:26 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 12:00:49 ? github.com/edgexfoundry/device-sdk-go [no test files] 12:01:28 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 12:01:28 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 12:01:28 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 12:01:28 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.117s coverage: 21.6% of statements 12:01:31 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.171s coverage: 97.1% of statements 12:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.112s coverage: 9.4% of statements 12:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.132s coverage: 21.9% of statements 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 12:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.503s coverage: 39.9% of statements 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 12:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.799s coverage: 65.4% of statements 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 12:01:58 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.171s coverage: 52.6% of statements 12:01:58 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 12:01:58 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.889s coverage: 68.9% of statements 12:01:58 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 12:01:58 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 12:01:58 GO111MODULE=on go vet ./... 12:02:30 gofmt -l . 12:02:30 [ "`gofmt -l .`" = "" ] 12:02:30 ./bin/test-attribution-txt.sh 12:02:30 ./bin/test-go-mod-tidy.sh [Pipeline] stash 12:02:30 Warning: overwriting stash ‘coverage-report’ 12:02:31 Stashed 1 file(s) [Pipeline] } 12:02:31 $ docker stop --time=1 fa38da36762f1ad1f6b3239ee4805d89d73444d45286c84a9758155c7cd633c6 12:02:34 $ docker rm -f fa38da36762f1ad1f6b3239ee4805d89d73444d45286c84a9758155c7cd633c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 12:02:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 12:02:36 + ls -al . 12:02:36 total 232 12:02:36 drwxrwxr-x 11 jenkins jenkins 4096 Oct 3 12:02 . 12:02:36 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 .. 12:02:36 -rw-rw-r-- 1 jenkins jenkins 140 Oct 3 11:59 .dockerignore 12:02:36 drwxrwxr-x 8 jenkins jenkins 4096 Oct 3 11:59 .git 12:02:36 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:59 .github 12:02:36 -rw-rw-r-- 1 jenkins jenkins 138 Oct 3 11:59 .gitignore 12:02:36 drwxrwxr-x 3 jenkins jenkins 4096 Oct 3 11:59 .semver 12:02:36 -rw-rw-r-- 1 jenkins jenkins 936 Oct 3 11:59 Dockerfile.build 12:02:36 -rw-rw-r-- 1 jenkins jenkins 785 Oct 3 11:59 Jenkinsfile 12:02:36 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 3 11:59 LICENSE 12:02:36 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 3 11:59 Makefile 12:02:36 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 3 11:59 README.md 12:02:36 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 3 11:59 RELEASE-NOTES.txt 12:02:36 -rw-rw-r-- 1 jenkins jenkins 5 Oct 3 11:56 VERSION 12:02:36 drwxrwxr-x 2 jenkins jenkins 4096 Oct 3 11:59 bin 12:02:36 -rw-r--r-- 1 jenkins jenkins 111040 Oct 3 12:01 coverage.out 12:02:36 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 example 12:02:36 -rw-r--r-- 1 jenkins jenkins 517 Oct 3 12:02 go.mod 12:02:36 -rw-r--r-- 1 jenkins jenkins 13737 Oct 3 12:02 go.sum 12:02:36 drwxrwxr-x 15 jenkins jenkins 4096 Oct 3 11:59 internal 12:02:36 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 openapi 12:02:36 drwxrwxr-x 5 jenkins jenkins 4096 Oct 3 11:59 pkg 12:02:36 drwxrwxr-x 4 jenkins jenkins 4096 Oct 3 11:59 snap 12:02:36 -rw-rw-r-- 1 jenkins jenkins 222 Oct 3 11:59 version.go [Pipeline] isUnix [Pipeline] sh 12:02:36 + 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=9984e951603057bc4bd5f96414a7be81c566c977 --label arch=arm64 --label version=0.0.0 . 12:02:37 Sending build context to Docker daemon 3.56MB 12:02:37 Step 1/24 : ARG BASE=golang:1.15-alpine 12:02:37 Step 2/24 : FROM ${BASE} AS builder 12:02:37 ---> ef548b8e83c7 12:02:37 Step 3/24 : ARG MAKE='make build' 12:02:37 ---> Running in 58f0b4e5182a 12:02:38 Removing intermediate container 58f0b4e5182a 12:02:38 ---> 03ae1bdb848e 12:02:38 Step 4/24 : WORKDIR /device-sdk-go 12:02:38 ---> Running in 7aeb56b53ab8 12:02:38 Removing intermediate container 7aeb56b53ab8 12:02:38 ---> 2afe82fb8e10 12:02:38 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:02:38 ---> Running in 605fb90ca5c4 12:02:39 Removing intermediate container 605fb90ca5c4 12:02:39 ---> 4a893cbe2ca4 12:02:39 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 12:02:39 ---> Running in b437cbf4852c 12:02:41 Removing intermediate container b437cbf4852c 12:02:41 ---> 37d374838ba6 12:02:41 Step 7/24 : RUN apk add --update --no-cache make git 12:02:41 ---> Running in 40494f781f5d 12:02:43 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 12:02:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 12:02:44 OK: 142 MiB in 39 packages 12:02:46 Removing intermediate container 40494f781f5d 12:02:46 ---> d7a9299c6fac 12:02:46 Step 8/24 : COPY . . 12:02:47 ---> 9341d8c45f35 12:02:47 Step 9/24 : RUN ${MAKE} 12:02:47 ---> Running in 662af70d04ae 12:02:49 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 12:03:15 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 12:03:15 Removing intermediate container 662af70d04ae 12:03:15 ---> 6c5eaae5411e 12:03:15 Step 10/24 : FROM scratch 12:03:15 ---> 12:03:15 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 12:03:15 ---> Running in e6c58b57b9e8 12:03:15 Removing intermediate container e6c58b57b9e8 12:03:15 ---> 942358aafe23 12:03:15 Step 12/24 : ENV APP_PORT=49990 12:03:15 ---> Running in d27b077a0c33 12:03:15 Removing intermediate container d27b077a0c33 12:03:15 ---> b0b51337ba4c 12:03:15 Step 13/24 : EXPOSE $APP_PORT 12:03:15 ---> Running in 4c105ac3fc20 12:03:16 Removing intermediate container 4c105ac3fc20 12:03:16 ---> 95e353e53d7f 12:03:16 Step 14/24 : WORKDIR / 12:03:16 ---> Running in f13130f61419 12:03:16 Removing intermediate container f13130f61419 12:03:16 ---> b4613f5a85ed 12:03:16 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 12:03:17 ---> f9ca1716ea5d 12:03:17 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 12:03:18 ---> 259dd120341a 12:03:18 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 12:03:19 ---> 7eeed4afcfd9 12:03:19 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 12:03:19 ---> d3dc5464707d 12:03:19 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 12:03:20 ---> 64e3aad9a2c5 12:03:20 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 12:03:20 ---> Running in 5d8221fdad01 12:03:21 Removing intermediate container 5d8221fdad01 12:03:21 ---> dfad96439aae 12:03:21 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 12:03:21 ---> Running in 258ee892d220 12:03:21 Removing intermediate container 258ee892d220 12:03:21 ---> 4f0d581a5705 12:03:21 Step 22/24 : LABEL arch=arm64 12:03:21 ---> Running in c011ae7d1d30 12:03:22 Removing intermediate container c011ae7d1d30 12:03:22 ---> a27d4eac0b09 12:03:22 Step 23/24 : LABEL git_sha=9984e951603057bc4bd5f96414a7be81c566c977 12:03:22 ---> Running in 3e6499721342 12:03:22 Removing intermediate container 3e6499721342 12:03:22 ---> fa89a66f29b3 12:03:22 Step 24/24 : LABEL version=0.0.0 12:03:22 ---> Running in 660f78fe091c 12:03:23 Removing intermediate container 660f78fe091c 12:03:23 ---> 94bb94d94c1c 12:03:23 [Warning] One or more build-args [ARCH] were not consumed 12:03:23 Successfully built 94bb94d94c1c 12:03:23 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 12:03:25 provisioning config files... 12:03:25 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config989925077526983988tmp [Pipeline] { [Pipeline] sh 12:03:25 + set +x 12:03:25 + curl -s https://codecov.io/bash 12:03:25 + bash -s -- 12:03:26 12:03:26 _____ _ 12:03:26 / ____| | | 12:03:26 | | ___ __| | ___ ___ _____ __ 12:03:26 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 12:03:26 | |___| (_) | (_| | __/ (_| (_) \ V / 12:03:26 \_____\___/ \__,_|\___|\___\___/ \_/ 12:03:26 Bash-20200917-4e8f14b 12:03:26 12:03:26 12:03:26 ==> Jenkins CI detected. 12:03:26 project root: . 12:03:26 --> token set from env 12:03:26 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 12:03:26 ==> Running gcov in . (disable via -X gcov) 12:03:26 ==> Python coveragepy not found 12:03:26 ==> Searching for coverage reports in: 12:03:26 + . 12:03:26 -> Found 1 reports 12:03:26 ==> Detecting git/mercurial file structure 12:03:26 ==> Reading reports 12:03:26 + ./coverage.out bytes=111040 12:03:26 ==> Appending adjustments 12:03:26 https://docs.codecov.io/docs/fixing-reports 12:03:26 + Found adjustments 12:03:26 ==> Gzipping contents 12:03:26 ==> Uploading reports 12:03:26 url: https://codecov.io 12:03:26 query: branch=PR-584&commit=9984e951603057bc4bd5f96414a7be81c566c977&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 12:03:26 -> Pinging Codecov 12:03:26 https://codecov.io/upload/v4?package=bash-20200917-4e8f14b&token=secret&branch=PR-584&commit=9984e951603057bc4bd5f96414a7be81c566c977&build=15&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F15%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= 12:03:26 -> Uploading to 12:03:26 https://storage.googleapis.com/codecov/v4/raw/2020-10-03/7E55EF52A471D76F132DFD9A03CDDE97/9984e951603057bc4bd5f96414a7be81c566c977/c5c8ecf9-c9c4-428e-ac3d-e45afe4a3df8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20201003%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20201003T120326Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=aa314ef31161d769d434185b0659c95e7e170e4cd73a0683d462071d693661b6 12:03:27 % Total % Received % Xferd Average Speed Time Time Time Current 12:03:27 Dload Upload Total Spent Left Speed 12:03:27 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 18324 0 0 100 18324 0 44220 --:--:-- --:--:-- --:--:-- 44260 12:03:27 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/9984e951603057bc4bd5f96414a7be81c566c977 [Pipeline] } 12:03:27 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 12:03:30 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 12:03:30 ---> package-listing.sh 12:03:30 ++ facter osfamily 12:03:30 ++ tr '[:upper:]' '[:lower:]' 12:03:30 + OS_FAMILY=redhat 12:03:30 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 12:03:30 + START_PACKAGES=/tmp/packages_start.txt 12:03:30 + END_PACKAGES=/tmp/packages_end.txt 12:03:30 + DIFF_PACKAGES=/tmp/packages_diff.txt 12:03:30 + PACKAGES=/tmp/packages_start.txt 12:03:30 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 12:03:30 + PACKAGES=/tmp/packages_end.txt 12:03:30 + case "${OS_FAMILY}" in 12:03:30 + rpm -qa 12:03:30 + sort 12:03:34 + '[' -f /tmp/packages_start.txt ']' 12:03:34 + '[' -f /tmp/packages_end.txt ']' 12:03:34 + diff /tmp/packages_start.txt /tmp/packages_end.txt 12:03:34 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 12:03:34 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 12:03:34 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 12:03:35 provisioning config files... 12:03:35 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2365479523252144740tmp [Pipeline] { [Pipeline] echo 12:03:35 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 12:03:35 ---> create-netrc.sh [Pipeline] } 12:03:35 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 12:03:35 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 12:03:35 ---> python-tools-install.sh 12:03:35 Generating Requirements File 12:04:57 Python 3.6.8 12:04:57 pip 20.2.3 from /home/jenkins/.local/lib/python3.6/site-packages/pip (python 3.6) 12:04:57 aiohttp==3.6.2 12:04:57 appdirs==1.4.3 12:04:57 argcomplete==1.12.1 12:04:57 aspy.yaml==1.3.0 12:04:57 async-timeout==3.0.1 12:04:57 attrs==19.3.0 12:04:57 Babel==2.8.0 12:04:57 beautifulsoup4==4.8.2 12:04:57 boto3==1.11.6 12:04:57 botocore==1.14.6 12:04:57 bs4==0.0.1 12:04:57 cachetools==4.1.1 12:04:57 certifi==2019.11.28 12:04:57 cffi==1.14.3 12:04:57 cfgv==2.0.1 12:04:57 chardet==3.0.4 12:04:57 click==7.1 12:04:57 cliff==3.4.0 12:04:57 cmd2==1.3.11 12:04:57 colorama==0.4.3 12:04:57 cryptography==3.1.1 12:04:57 debtcollector==2.2.0 12:04:57 decorator==4.4.2 12:04:57 defusedxml==0.6.0 12:04:57 Deprecated==1.2.7 12:04:57 distlib==0.3.1 12:04:57 distro==1.2.0 12:04:57 dnspython==1.16.0 12:04:57 docker==4.2.0 12:04:57 docutils==0.15.2 12:04:57 dogpile.cache==1.0.2 12:04:57 email-validator==1.0.5 12:04:57 filelock==3.0.12 12:04:57 future==0.18.2 12:04:57 google-auth==1.22.0 12:04:57 httplib2==0.17.0 12:04:57 identify==1.4.11 12:04:57 idna==2.9 12:04:57 idna-ssl==1.1.0 12:04:57 importlib-metadata==1.7.0 12:04:57 importlib-resources==1.5.0 12:04:57 iso8601==0.1.13 12:04:57 Jinja2==2.11.1 12:04:57 jmespath==0.10.0 12:04:57 jsonpatch==1.26 12:04:57 jsonpointer==2.0 12:04:57 jsonschema==3.2.0 12:04:57 keystoneauth1==4.2.1 12:04:57 kubernetes==11.0.0 12:04:57 lftools==0.34.2 12:04:57 lxml==4.5.0 12:04:57 MarkupSafe==0.23 12:04:57 msgpack==1.0.0 12:04:57 multi-key-dict==2.0.3 12:04:57 multidict==4.7.6 12:04:57 munch==2.5.0 12:04:57 netaddr==0.8.0 12:04:57 netifaces==0.10.9 12:04:57 niet==1.4.2 12:04:57 nodeenv==1.3.5 12:04:57 oauth2client==4.1.3 12:04:57 oauthlib==3.1.0 12:04:57 openstacksdk==0.50.0 12:04:57 os-client-config==2.1.0 12:04:57 os-service-types==1.7.0 12:04:57 osc-lib==2.2.1 12:04:57 oslo.config==8.3.2 12:04:57 oslo.context==3.1.1 12:04:57 oslo.i18n==5.0.1 12:04:57 oslo.log==4.4.0 12:04:57 oslo.serialization==4.0.1 12:04:57 oslo.utils==4.6.0 12:04:57 packaging==20.4 12:04:57 pbr==5.4.4 12:04:57 pluggy==0.13.1 12:04:57 prettytable==0.7.2 12:04:57 py==1.9.0 12:04:57 pyasn1==0.4.8 12:04:57 pyasn1-modules==0.2.8 12:04:57 pycparser==2.20 12:04:57 pygerrit2==2.0.10 12:04:57 PyGithub==1.46 12:04:57 pyinotify==0.9.6 12:04:57 PyJWT==1.7.1 12:04:57 pyparsing==2.4.7 12:04:57 pyperclip==1.8.0 12:04:57 pyroute2==0.4.13 12:04:57 pyrsistent==0.15.7 12:04:57 PySocks==1.6.8 12:04:57 python-cinderclient==7.2.0 12:04:57 python-dateutil==2.8.1 12:04:57 python-heatclient==2.2.1 12:04:57 python-jenkins==1.7.0 12:04:57 python-keystoneclient==4.1.1 12:04:57 python-magnumclient==3.2.1 12:04:57 python-novaclient==17.2.1 12:04:57 python-openstackclient==5.4.0 12:04:57 python-swiftclient==3.10.1 12:04:57 pytz==2020.1 12:04:57 PyYAML==5.3 12:04:57 requests==2.23.0 12:04:57 requests-oauthlib==1.3.0 12:04:57 requestsexceptions==1.4.0 12:04:57 rfc3986==1.4.0 12:04:57 rpm==4.11.3 12:04:57 rsa==4.0 12:04:57 ruamel.yaml==0.16.10 12:04:57 ruamel.yaml.clib==0.2.0 12:04:57 s3transfer==0.3.3 12:04:57 shade==1.27.2 12:04:57 simplejson==3.17.2 12:04:57 six==1.14.0 12:04:57 soupsieve==2.0 12:04:57 stevedore==3.2.2 12:04:57 tabulate==0.8.6 12:04:57 toml==0.10.0 12:04:57 tox==3.20.0 12:04:57 tqdm==4.43.0 12:04:57 typing-extensions==3.7.4.3 12:04:57 urllib3==1.25.8 12:04:57 virtualenv==20.0.32 12:04:57 wcwidth==0.2.5 12:04:57 websocket-client==0.57.0 12:04:57 wrapt==1.12.1 12:04:57 xdg==3.0.2 12:04:57 xmltodict==0.12.0 12:04:57 yarl==1.6.0 12:04:57 yq==2.11.1 12:04:57 zipp==3.2.0 12:04:57 Cache entry deserialization failed, entry ignored 12:04:57 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. 12:04:57 Python 2.7.5 12:04:57 pip 20.2.3 from /home/jenkins/.local/lib/python2.7/site-packages/pip (python 2.7) 12:04:57 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. 12:04:57 ansible==2.9.7 12:04:57 Babel==0.9.6 12:04:57 backports.ssl-match-hostname==3.5.0.1 12:04:57 beautifulsoup4==4.4.1 12:04:57 bodhi==2.11.0 12:04:57 bodhi-client==2.11.0 12:04:57 CCColUtils==1.4 12:04:57 cffi==1.6.0 12:04:57 chardet==2.2.1 12:04:57 click==6.7 12:04:57 cloud-init==18.5 12:04:57 configobj==4.7.2 12:04:57 cryptography==1.7.2 12:04:57 decorator==3.4.0 12:04:57 distro==1.2.0 12:04:57 enum34==1.0.4 12:04:57 fedpkg==1.38 12:04:57 futures==3.1.1 12:04:57 gitdb==0.6.4 12:04:57 GitPython==1.0.1 12:04:57 html5lib==0.999 12:04:57 httplib2==0.9.2 12:04:57 idna==2.4 12:04:57 iniparse==0.4 12:04:57 ipaddress==1.0.16 12:04:57 IPy==0.75 12:04:57 javapackages==1.0.0 12:04:57 Jinja2==2.7.2 12:04:57 jmespath==0.9.4 12:04:57 jsonpatch==1.2 12:04:57 jsonpointer==1.9 12:04:57 kerberos==1.1 12:04:57 kitchen==1.1.1 12:04:57 langtable==0.0.31 12:04:57 lockfile==0.9.1 12:04:57 lxml==3.2.1 12:04:57 MarkupSafe==0.11 12:04:57 munch==2.0.2 12:04:57 offtrac==0.1.0 12:04:57 openidc-client==0.6.0 12:04:57 packagedb-cli==2.14.1 12:04:57 paramiko==2.1.1 12:04:57 perf==0.1 12:04:57 ply==3.4 12:04:57 policycoreutils-default-encoding==0.1 12:04:57 prettytable==0.7.2 12:04:57 pyasn1==0.1.9 12:04:57 pycparser==2.14 12:04:57 pycurl==7.19.0 12:04:57 pygobject==3.22.0 12:04:57 pygpgme==0.3 12:04:57 pyliblzma==0.5.3 12:04:57 pyOpenSSL==0.13.1 12:04:57 pyparsing==1.5.6 12:04:57 pyserial==2.6 12:04:57 python-augeas==0.5.0 12:04:57 python-bugzilla==2.3.0 12:04:57 python-dateutil==1.5 12:04:57 python-fedora==0.10.0 12:04:57 python-linux-procfs==0.4.9 12:04:57 python-yubico==1.2.3 12:04:57 pyudev==0.15 12:04:57 pyusb==1.0.0b1 12:04:57 pyxattr==0.5.1 12:04:57 PyYAML==3.10 12:04:57 requests==2.6.0 12:04:57 requests-kerberos==0.7.0 12:04:57 rpkg==1.60 12:04:57 schedutils==0.4 12:04:57 seobject==0.1 12:04:57 sepolicy==1.1 12:04:57 six==1.9.0 12:04:57 smmap==0.9.0 12:04:57 urlgrabber==3.10 12:04:57 urllib3==1.10.2 12:04:57 virtualenv==15.1.0 12:04:57 yum-langpacks==0.4.2 12:04:57 yum-metadata-parser==1.1.4 [Pipeline] echo 12:04:57 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 12:04:57 ---> sudo-logs.sh 12:04:57 Archiving 'sudo' log.. [Pipeline] echo 12:04:58 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 12:04:58 ---> job-cost.sh 12:04:58 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-E53i 12:05:10 Cache entry deserialization failed, entry ignored 12:05:10 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:12 Cache entry deserialization failed, entry ignored 12:05:13 Cache entry deserialization failed, entry ignored 12:05:13 Cache entry deserialization failed, entry ignored 12:05:13 Cache entry deserialization failed, entry ignored 12:05:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 12:05:47 lf-activate-venv(): INFO: Adding /tmp/venv-E53i/bin to PATH 12:05:47 INFO: No Stack... 12:05:47 INFO: Retrieving Pricing Info for: v1-standard-2 12:05:47 INFO: Archiving Costs [Pipeline] echo 12:05:47 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 12:05:48 ---> logs-deploy.sh 12:05:48 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/15 12:05:48 INFO: archiving workspace using pattern(s): 12:05:50 Archives upload complete. 12:05:50 INFO: archiving logs to Nexus 12:05:51 ---> uname -a: 12:05:51 Linux prd-centos7-docker-4c-2g-3222.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 12:05:51 12:05:51 12:05:51 ---> lscpu: 12:05:51 Architecture: x86_64 12:05:51 CPU op-mode(s): 32-bit, 64-bit 12:05:51 Byte Order: Little Endian 12:05:51 CPU(s): 4 12:05:51 On-line CPU(s) list: 0-3 12:05:51 Thread(s) per core: 1 12:05:51 Core(s) per socket: 1 12:05:51 Socket(s): 4 12:05:51 NUMA node(s): 1 12:05:51 Vendor ID: GenuineIntel 12:05:51 CPU family: 6 12:05:51 Model: 44 12:05:51 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 12:05:51 Stepping: 1 12:05:51 CPU MHz: 2933.438 12:05:51 BogoMIPS: 5866.87 12:05:51 Virtualization: VT-x 12:05:51 Hypervisor vendor: KVM 12:05:51 Virtualization type: full 12:05:51 L1d cache: 32K 12:05:51 L1i cache: 32K 12:05:51 L2 cache: 4096K 12:05:51 L3 cache: 16384K 12:05:51 NUMA node0 CPU(s): 0-3 12:05:51 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 12:05:51 12:05:51 12:05:51 ---> nproc: 12:05:51 4 12:05:51 12:05:51 12:05:51 ---> df -h: 12:05:51 Filesystem Size Used Avail Use% Mounted on 12:05:51 devtmpfs 887M 0 887M 0% /dev 12:05:51 tmpfs 919M 0 919M 0% /dev/shm 12:05:51 tmpfs 919M 17M 903M 2% /run 12:05:51 tmpfs 919M 0 919M 0% /sys/fs/cgroup 12:05:51 /dev/vda1 50G 7.3G 43G 15% / 12:05:51 tmpfs 184M 0 184M 0% /run/user/1001 12:05:51 tmpfs 184M 0 184M 0% /run/user/0 12:05:51 12:05:51 12:05:51 ---> free -m: 12:05:51 total used free shared buff/cache available 12:05:51 Mem: 1837 623 74 16 1139 1015 12:05:51 Swap: 1023 0 1023 12:05:51 12:05:51 12:05:51 ---> ip addr: 12:05:51 1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 12:05:51 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 12:05:51 inet 127.0.0.1/8 scope host lo 12:05:51 valid_lft forever preferred_lft forever 12:05:51 inet6 ::1/128 scope host 12:05:51 valid_lft forever preferred_lft forever 12:05:51 2: eth0: mtu 1458 qdisc pfifo_fast state UP group default qlen 1000 12:05:51 link/ether fa:16:3e:d8:bd:f3 brd ff:ff:ff:ff:ff:ff 12:05:51 inet 10.30.123.75/23 brd 10.30.123.255 scope global dynamic eth0 12:05:51 valid_lft 85776sec preferred_lft 85776sec 12:05:51 inet6 fe80::f816:3eff:fed8:bdf3/64 scope link 12:05:51 valid_lft forever preferred_lft forever 12:05:51 3: docker0: mtu 1500 qdisc noqueue state DOWN group default 12:05:51 link/ether 02:42:a2:ea:da:23 brd ff:ff:ff:ff:ff:ff 12:05:51 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 12:05:51 valid_lft forever preferred_lft forever 12:05:51 inet6 fe80::42:a2ff:feea:da23/64 scope link 12:05:51 valid_lft forever preferred_lft forever 12:05:51 12:05:51 12:05:51 ---> sar -b -r -n DEV: 12:05:51 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) 12:05:51 12:05:51 11:55:10 AM LINUX RESTART 12:05:51 12:05:51 11:56:01 AM tps rtps wtps bread/s bwrtn/s 12:05:51 11:57:01 AM 29.12 11.57 17.55 4471.32 2244.88 12:05:51 11:58:01 AM 1.67 0.00 1.67 0.00 30.72 12:05:51 11:59:01 AM 0.20 0.00 0.20 0.00 1.90 12:05:51 12:00:01 PM 0.22 0.00 0.22 0.00 2.30 12:05:51 12:01:01 PM 0.25 0.02 0.23 0.13 3.30 12:05:51 12:02:01 PM 0.57 0.13 0.43 2.26 7.58 12:05:51 12:03:01 PM 0.28 0.00 0.28 0.00 2.73 12:05:51 12:04:01 PM 67.40 55.96 11.44 4806.53 1456.16 12:05:51 12:05:01 PM 110.71 25.05 85.66 1586.94 10695.34 12:05:51 Average: 23.38 10.30 13.07 1207.73 1604.96 12:05:51 12:05:51 11:56:01 AM kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 12:05:51 11:57:01 AM 150076 1731480 92.02 2620 1132132 1108876 37.84 441240 1130360 8 12:05:51 11:58:01 AM 153732 1727824 91.83 2620 1132136 1085612 37.05 440784 1127784 16 12:05:51 11:59:01 AM 154136 1727420 91.81 2620 1132144 1084584 37.01 440776 1127688 12 12:05:51 12:00:01 PM 152816 1728740 91.88 2620 1132200 1084696 37.02 442836 1127072 32 12:05:51 12:01:01 PM 152744 1728812 91.88 2620 1132148 1079924 36.86 450172 1119480 16 12:05:51 12:02:01 PM 154500 1727056 91.79 2620 1132296 1070764 36.54 449356 1119252 12 12:05:51 12:03:01 PM 154476 1727080 91.79 2620 1132300 1070764 36.54 449380 1119252 8 12:05:51 12:04:01 PM 77412 1804144 95.89 2620 1139644 1124996 38.39 526620 1104172 55260 12:05:51 12:05:01 PM 104320 1777236 94.46 2620 1075272 1107232 37.79 507444 1042316 80360 12:05:51 Average: 139357 1742199 92.59 2620 1126697 1090828 37.23 460956 1113042 15080 12:05:51 12:05:51 11:56:01 AM IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s 12:05:51 11:57:01 AM eth0 166.39 129.83 464.52 62.71 0.00 0.00 0.00 12:05:51 11:57:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 11:57:01 AM docker0 6.98 4.43 1.03 18.69 0.00 0.00 0.00 12:05:51 11:58:01 AM eth0 3.68 0.82 1.02 0.59 0.00 0.00 0.00 12:05:51 11:58:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 11:58:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 11:59:01 AM eth0 1.98 0.52 0.62 0.39 0.00 0.00 0.00 12:05:51 11:59:01 AM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 11:59:01 AM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:00:01 PM eth0 1.00 0.52 0.55 0.36 0.00 0.00 0.00 12:05:51 12:00:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:00:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:01:01 PM eth0 0.30 0.20 0.14 0.10 0.00 0.00 0.00 12:05:51 12:01:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:01:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:02:01 PM eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 12:05:51 12:02:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:02:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:03:01 PM eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 12:05:51 12:03:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:03:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:04:01 PM eth0 88.66 62.94 635.99 12.26 0.00 0.00 0.00 12:05:51 12:04:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:04:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:05:01 PM eth0 29.98 22.52 244.63 5.14 0.00 0.00 0.00 12:05:51 12:05:01 PM lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 12:05:01 PM docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 Average: eth0 32.48 24.17 149.75 9.07 0.00 0.00 0.00 12:05:51 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 12:05:51 Average: docker0 0.78 0.49 0.11 2.08 0.00 0.00 0.00 12:05:51 12:05:51 12:05:51 ---> sar -P ALL: 12:05:51 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/03/2020 _x86_64_ (4 CPU) 12:05:51 12:05:51 11:55:10 AM LINUX RESTART 12:05:51 12:05:51 11:56:01 AM CPU %user %nice %system %iowait %steal %idle 12:05:51 11:57:01 AM all 3.10 0.00 1.72 0.65 0.00 94.52 12:05:51 11:57:01 AM 0 3.23 0.00 1.74 0.23 0.00 94.79 12:05:51 11:57:01 AM 1 3.21 0.00 1.71 0.12 0.00 94.97 12:05:51 11:57:01 AM 2 2.91 0.00 1.69 1.81 0.02 93.58 12:05:51 11:57:01 AM 3 3.05 0.00 1.76 0.45 0.00 94.74 12:05:51 11:58:01 AM all 0.17 0.00 0.05 0.00 0.00 99.78 12:05:51 11:58:01 AM 0 0.02 0.00 0.03 0.00 0.00 99.95 12:05:51 11:58:01 AM 1 0.08 0.00 0.07 0.00 0.02 99.83 12:05:51 11:58:01 AM 2 0.07 0.00 0.05 0.00 0.00 99.88 12:05:51 11:58:01 AM 3 0.48 0.00 0.03 0.00 0.00 99.48 12:05:51 11:59:01 AM all 0.15 0.00 0.04 0.00 0.00 99.81 12:05:51 11:59:01 AM 0 0.03 0.00 0.03 0.00 0.00 99.93 12:05:51 11:59:01 AM 1 0.07 0.00 0.05 0.00 0.00 99.88 12:05:51 11:59:01 AM 2 0.07 0.00 0.03 0.00 0.00 99.90 12:05:51 11:59:01 AM 3 0.47 0.00 0.03 0.00 0.00 99.50 12:05:51 12:00:01 PM all 0.17 0.00 0.04 0.00 0.00 99.80 12:05:51 12:00:01 PM 0 0.02 0.00 0.03 0.00 0.02 99.93 12:05:51 12:00:01 PM 1 0.05 0.00 0.03 0.00 0.00 99.92 12:05:51 12:00:01 PM 2 0.07 0.00 0.07 0.00 0.00 99.87 12:05:51 12:00:01 PM 3 0.52 0.00 0.02 0.00 0.00 99.47 12:05:51 12:01:01 PM all 0.10 0.00 0.08 0.00 0.00 99.82 12:05:51 12:01:01 PM 0 0.05 0.00 0.18 0.00 0.00 99.77 12:05:51 12:01:01 PM 1 0.07 0.00 0.07 0.00 0.00 99.87 12:05:51 12:01:01 PM 2 0.05 0.00 0.03 0.00 0.00 99.92 12:05:51 12:01:01 PM 3 0.23 0.00 0.02 0.00 0.02 99.73 12:05:51 12:02:01 PM all 0.15 0.00 0.04 0.00 0.00 99.80 12:05:51 12:02:01 PM 0 0.00 0.00 0.02 0.00 0.00 99.98 12:05:51 12:02:01 PM 1 0.02 0.00 0.03 0.02 0.00 99.93 12:05:51 12:02:01 PM 2 0.07 0.00 0.07 0.00 0.00 99.87 12:05:51 12:02:01 PM 3 0.52 0.00 0.03 0.00 0.00 99.45 12:05:51 12:03:01 PM all 0.16 0.00 0.02 0.00 0.00 99.82 12:05:51 12:03:01 PM 0 0.05 0.00 0.03 0.00 0.00 99.92 12:05:51 12:03:01 PM 1 0.05 0.00 0.02 0.00 0.00 99.93 12:05:51 12:03:01 PM 2 0.02 0.00 0.02 0.00 0.00 99.97 12:05:51 12:03:01 PM 3 0.53 0.00 0.03 0.00 0.00 99.43 12:05:51 12:04:01 PM all 9.50 0.00 1.47 1.26 0.00 87.76 12:05:51 12:04:01 PM 0 25.91 0.00 2.32 0.52 0.00 71.25 12:05:51 12:04:01 PM 1 3.87 0.00 1.45 2.50 0.00 92.18 12:05:51 12:04:01 PM 2 6.37 0.00 1.34 0.57 0.02 91.71 12:05:51 12:04:01 PM 3 1.94 0.00 0.79 1.44 0.00 95.84 12:05:51 12:05:01 PM all 14.89 0.00 3.12 1.76 0.01 80.22 12:05:51 12:05:01 PM 0 23.42 0.00 3.12 0.94 0.02 72.50 12:05:51 12:05:01 PM 1 13.08 0.00 3.64 1.66 0.00 81.62 12:05:51 12:05:01 PM 2 8.96 0.00 2.43 2.65 0.00 85.97 12:05:51 12:05:01 PM 3 14.16 0.00 3.31 1.80 0.02 80.72 12:05:51 Average: all 3.14 0.00 0.73 0.41 0.00 95.72 12:05:51 Average: 0 5.82 0.00 0.83 0.19 0.00 93.16 12:05:51 Average: 1 2.27 0.00 0.78 0.48 0.00 96.47 12:05:51 Average: 2 2.06 0.00 0.63 0.56 0.00 96.75 12:05:51 Average: 3 2.42 0.00 0.67 0.41 0.00 96.50 12:05:51 12:05:51 12:05:51