Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2bbf6af02697b011a7a794463910a22f9bcbb85f+6cec193abf44cabffe02bbcaff9748adb3f719d5 (4585d7baea0904e684f11b6ac28afdb416349ca0) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6238 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [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-614 # 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 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2bbf6af02697b011a7a794463910a22f9bcbb85f Merge succeeded, producing 2bbf6af02697b011a7a794463910a22f9bcbb85f Checking out Revision 2bbf6af02697b011a7a794463910a22f9bcbb85f (PR-614) > 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/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2bbf6af02697b011a7a794463910a22f9bcbb85f # 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 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2bbf6af02697b011a7a794463910a22f9bcbb85f # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:50:19 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk a61210e4bab0a8e935d14f6878a7610afcc83bb0 # timeout=10 07:50:19 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:50:19 ========================================================= 07:50:19 EdgeX Global Pipelines Version Info 07:50:19 ========================================================= [Pipeline] libraryResource [Pipeline] sh 07:50:21 ------------------- 07:50:21 stable info: 07:50:21 ------------------- 07:50:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:50:21 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:50:21 Message: update stable to v1.0.144 07:50:21 ------------------- 07:50:21 experimental info: 07:50:21 ------------------- 07:50:21 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:50:21 Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 07:50:21 Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 07:50:22 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:50:22 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:50:22 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:50:22 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:50:22 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:50:22 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:50:23 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:50:24 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo 07:50:25 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo 07:50:25 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo 07:50:25 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2bbf6af02697b011a7a794463910a22f9bcbb85f [Pipeline] echo 07:50:25 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2bbf6af [Pipeline] echo 07:50:25 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:50:26 + git log --format=format:%s -1 2bbf6af02697b011a7a794463910a22f9bcbb85f [Pipeline] echo 07:50:26 GIT_COMMIT: 2bbf6af02697b011a7a794463910a22f9bcbb85f, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo 07:50:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:50:26 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:27 07:50:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:50:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:27 latest: Pulling from edgex-devops/git-semver 07:50:27 31603596830f: Pulling fs layer 07:50:27 2a8b12db71e7: Pulling fs layer 07:50:27 6ca5941a6612: Pulling fs layer 07:50:27 ecc8261a40a4: Pulling fs layer 07:50:27 ecc8261a40a4: Waiting 07:50:27 2a8b12db71e7: Verifying Checksum 07:50:27 2a8b12db71e7: Download complete 07:50:28 31603596830f: Verifying Checksum 07:50:28 31603596830f: Download complete 07:50:28 ecc8261a40a4: Verifying Checksum 07:50:28 ecc8261a40a4: Download complete 07:50:28 6ca5941a6612: Verifying Checksum 07:50:28 6ca5941a6612: Download complete 07:50:28 31603596830f: Pull complete 07:50:28 2a8b12db71e7: Pull complete 07:50:29 6ca5941a6612: Pull complete 07:50:29 ecc8261a40a4: Pull complete 07:50:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:50:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:50:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:50:30 prd-centos7-docker-4c-2g-6238 does not seem to be running inside a container 07:50:30 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@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 07:50:31 $ docker top 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:50:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:32 [ssh-agent] Looking for ssh-agent implementation... 07:50:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:32 $ docker exec 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 ssh-agent 07:50:32 SSH_AUTH_SOCK=/tmp/ssh-WTDZ8bcc0RwV/agent.12 07:50:32 SSH_AGENT_PID=17 07:50:32 Running ssh-add (command line suppressed) 07:50:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_3875534386241068291.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_3875534386241068291.key) 07:50:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:33 + git tag --points-at HEAD [Pipeline] } 07:50:33 $ docker exec --env ******** --env ******** 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 ssh-agent -k 07:50:33 unset SSH_AUTH_SOCK; 07:50:33 unset SSH_AGENT_PID; 07:50:33 echo Agent pid 17 killed; 07:50:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:50:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:50:33 [ssh-agent] Looking for ssh-agent implementation... 07:50:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:50:33 $ docker exec 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 ssh-agent 07:50:33 SSH_AUTH_SOCK=/tmp/ssh-58JbJzpkzyU4/agent.46 07:50:33 SSH_AGENT_PID=51 07:50:33 Running ssh-add (command line suppressed) 07:50:33 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_375587013806838557.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_375587013806838557.key) 07:50:33 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:50:34 + git semver init 07:50:34 # -> Open(): unable to determine branch for HEAD 07:50:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git 07:50:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 07:50:34 # $SEMVER_REMOTE_NAME = origin 07:50:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:50:34 # $SEMVER_USER_NAME = edgex-jenkins 07:50:34 # $SEMVER_BRANCH = PR-614 07:50:34 # $SEMVER_TEMP = /tmp/semver-538572009 07:50:34 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:50:34 # '/tmp/semver-538572009' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' 07:50:34 # -> Force: false 07:50:34 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } 07:50:34 $ docker exec --env ******** --env ******** 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 ssh-agent -k 07:50:35 unset SSH_AUTH_SOCK; 07:50:35 unset SSH_AGENT_PID; 07:50:35 echo Agent pid 51 killed; 07:50:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:50:35 + git semver [Pipeline] } 07:50:35 $ docker stop --time=1 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 07:50:36 $ docker rm -f 5bc66cced8060f398ec80681b15dd3331bf61c4e6f26504c6fb804b48b450586 [Pipeline] // withDockerContainer [Pipeline] sh 07:50:37 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:50:37 Stashed 1 file(s) [Pipeline] echo 07:50:37 [edgeXSemver]: initialized semver on 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:50:53 Still waiting to schedule task 07:50:53 ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-6233’ is offline; ‘prd-centos7-docker-4c-2g-6235’ is offline; ‘prd-centos7-docker-4c-2g-6239’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’ 07:50:53 Still waiting to schedule task 07:50:53 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 07:51:55 Running on prd-centos7-docker-4c-2g-6242 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 07:51:55 Running in /w/workspace/device-sdk-go/14 [Pipeline] { [Pipeline] checkout 07:51:58 using credential edgex-jenkins-ssh 07:51:58 Cloning the remote Git repository 07:51:58 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:51:58 > git init /w/workspace/device-sdk-go/14 # timeout=10 07:51:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:51:58 > git --version # timeout=10 07:51:58 > git --version # 'git version 2.16.5' 07:51:58 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:51:59 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2bbf6af02697b011a7a794463910a22f9bcbb85f 07:51:59 Merge succeeded, producing 2bbf6af02697b011a7a794463910a22f9bcbb85f 07:51:59 Checking out Revision 2bbf6af02697b011a7a794463910a22f9bcbb85f (PR-614) 07:51:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:51:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:51:59 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:51:59 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:51:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:51:59 > git config core.sparsecheckout # timeout=10 07:51:59 > git checkout -f 2bbf6af02697b011a7a794463910a22f9bcbb85f # timeout=10 07:51:59 > git remote # timeout=10 07:51:59 > git config --get remote.origin.url # timeout=10 07:51:59 using GIT_SSH to set credentials SSH Credentials for GitHub 07:51:59 > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 07:51:59 > git rev-parse HEAD^{commit} # timeout=10 07:51:59 > git config core.sparsecheckout # timeout=10 07:51:59 > git checkout -f 2bbf6af02697b011a7a794463910a22f9bcbb85f # timeout=10 07:52:03 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:52:04 ========================================================= 07:52:04 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:52:04 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:52:05 + 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:52:05 Sending build context to Docker daemon 2.315MB 07:52:05 Step 1/8 : ARG BASE=golang:1.15-alpine 07:52:05 Step 2/8 : FROM ${BASE} 07:52:05 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:52:05 df20fa9351a1: Pulling fs layer 07:52:05 ed8968b2872e: Pulling fs layer 07:52:05 a92cc7c5fd73: Pulling fs layer 07:52:05 e871e8e8d7a9: Pulling fs layer 07:52:05 e73272ec9a57: Pulling fs layer 07:52:05 1e910a182e73: Pulling fs layer 07:52:05 4e634b169226: Pulling fs layer 07:52:05 e871e8e8d7a9: Waiting 07:52:05 e73272ec9a57: Waiting 07:52:05 1e910a182e73: Waiting 07:52:05 4e634b169226: Waiting 07:52:05 a92cc7c5fd73: Verifying Checksum 07:52:05 a92cc7c5fd73: Download complete 07:52:05 ed8968b2872e: Verifying Checksum 07:52:05 ed8968b2872e: Download complete 07:52:05 e73272ec9a57: Download complete 07:52:05 1e910a182e73: Download complete 07:52:05 df20fa9351a1: Verifying Checksum 07:52:05 df20fa9351a1: Download complete 07:52:05 df20fa9351a1: Pull complete 07:52:06 ed8968b2872e: Pull complete 07:52:06 a92cc7c5fd73: Pull complete 07:52:08 4e634b169226: Verifying Checksum 07:52:08 4e634b169226: Download complete 07:52:09 e871e8e8d7a9: Verifying Checksum 07:52:09 e871e8e8d7a9: Download complete 07:52:14 e871e8e8d7a9: Pull complete 07:52:14 e73272ec9a57: Pull complete 07:52:14 1e910a182e73: Pull complete 07:52:23 4e634b169226: Pull complete 07:52:23 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 07:52:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:52:23 ---> f7629b54cfaa 07:52:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:52:23 ---> Running in b5c0626a5686 07:52:23 Removing intermediate container b5c0626a5686 07:52:23 ---> 04704b08d56a 07:52:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:52:23 ---> Running in 027820c15821 07:52:24 Removing intermediate container 027820c15821 07:52:24 ---> 7cfd6ec7f535 07:52:24 Step 5/8 : RUN apk add --no-cache make git 07:52:24 ---> Running in 4502303104d8 07:52:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:52:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:52:26 OK: 166 MiB in 39 packages 07:52:26 Removing intermediate container 4502303104d8 07:52:26 ---> 690ee5bc2af9 07:52:26 Step 6/8 : WORKDIR /device-sdk-go 07:52:26 ---> Running in c3537f038147 07:52:27 Removing intermediate container c3537f038147 07:52:27 ---> a2a441dc5074 07:52:27 Step 7/8 : COPY . . 07:52:28 ---> d80e6bef2111 07:52:28 Step 8/8 : RUN go mod download 07:52:28 ---> Running in 590b4b19d19d 07:52:46 Removing intermediate container 590b4b19d19d 07:52:46 ---> e79a30ba4887 07:52:46 Successfully built e79a30ba4887 07:52:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:52:46 + docker inspect -f . ci-base-image-x86_64 07:52:46 . [Pipeline] withDockerContainer 07:52:46 prd-centos7-docker-4c-2g-6242 does not seem to be running inside a container 07:52:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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-x86_64 cat 07:52:47 $ docker top b6f45445547f4e189f152ad1348e419896c41a4c248809cf9c9d8bfdaf682eba -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:48 + go version 07:52:48 go version go1.15.2 linux/amd64 [Pipeline] } 07:52:48 $ docker stop --time=1 b6f45445547f4e189f152ad1348e419896c41a4c248809cf9c9d8bfdaf682eba 07:52:49 $ docker rm -f b6f45445547f4e189f152ad1348e419896c41a4c248809cf9c9d8bfdaf682eba [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:52:50 + docker inspect -f . ci-base-image-x86_64 07:52:50 . [Pipeline] withDockerContainer 07:52:50 prd-centos7-docker-4c-2g-6242 does not seem to be running inside a container 07:52:50 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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-x86_64 cat 07:52:51 $ docker top dcaf8c8e34ee2cd658c7354479b187491fbec7ef5613d45322e25c5b88f8fa72 -eo pid,comm [Pipeline] { [Pipeline] sh 07:52:51 + make test 07:52:51 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:53:00 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:53:15 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:53:15 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:53:15 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:53:15 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.057s coverage: 21.6% of statements 07:53:15 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.425s coverage: 97.1% of statements 07:53:47 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.062s coverage: 9.4% of statements 07:53:47 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.053s coverage: 21.9% of statements 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:53:47 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.223s coverage: 42.6% of statements 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:53:47 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.318s coverage: 68.9% of statements 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:53:47 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.072s coverage: 52.6% of statements 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:53:47 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:53:47 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.381s coverage: 68.9% of statements 07:53:47 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:53:47 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:53:47 GO111MODULE=on go vet ./... 07:53:55 gofmt -l . 07:53:55 [ "`gofmt -l .`" = "" ] 07:53:55 ./bin/test-attribution-txt.sh 07:53:55 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:53:56 Stashed 1 file(s) [Pipeline] } 07:53:56 $ docker stop --time=1 dcaf8c8e34ee2cd658c7354479b187491fbec7ef5613d45322e25c5b88f8fa72 07:53:57 $ docker rm -f dcaf8c8e34ee2cd658c7354479b187491fbec7ef5613d45322e25c5b88f8fa72 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:53:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:54:00 + ls -al . 07:54:00 total 188 07:54:00 drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:53 . 07:54:00 drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:51 .. 07:54:00 drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:51 bin 07:54:00 -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:53 coverage.out 07:54:00 -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:51 Dockerfile.build 07:54:00 -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:51 .dockerignore 07:54:00 drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:51 example 07:54:00 drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:52 .git 07:54:00 drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:51 .github 07:54:00 -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:51 .gitignore 07:54:00 -rw-r--r--. 1 jenkins jenkins 517 Oct 19 07:53 go.mod 07:54:00 -rw-r--r--. 1 jenkins jenkins 13821 Oct 19 07:53 go.sum 07:54:00 drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:51 internal 07:54:00 -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:51 Jenkinsfile 07:54:00 -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:51 LICENSE 07:54:00 -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:51 Makefile 07:54:00 drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:51 openapi 07:54:00 drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:51 pkg 07:54:00 -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:51 README.md 07:54:00 -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:51 RELEASE-NOTES.txt 07:54:00 drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:51 snap 07:54:00 -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:50 VERSION 07:54:00 -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:51 version.go [Pipeline] isUnix [Pipeline] sh 07:54:00 + 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=2bbf6af02697b011a7a794463910a22f9bcbb85f --label arch=amd64 --label version=0.0.0 . 07:54:00 Sending build context to Docker daemon 2.426MB 07:54:00 Step 1/24 : ARG BASE=golang:1.15-alpine 07:54:00 Step 2/24 : FROM ${BASE} AS builder 07:54:00 ---> e79a30ba4887 07:54:00 Step 3/24 : ARG MAKE='make build' 07:54:01 ---> Running in 92aef364a305 07:54:01 Removing intermediate container 92aef364a305 07:54:01 ---> cda0976f08f6 07:54:01 Step 4/24 : WORKDIR /device-sdk-go 07:54:01 ---> Running in 320da58851f1 07:54:01 Removing intermediate container 320da58851f1 07:54:01 ---> dfb3850fec53 07:54:01 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:54:02 ---> Running in 191edde0023a 07:54:02 Removing intermediate container 191edde0023a 07:54:02 ---> 73709520ccfd 07:54:02 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:54:02 ---> Running in aecc2bb53d73 07:54:03 Removing intermediate container aecc2bb53d73 07:54:03 ---> 483c6c7291e5 07:54:03 Step 7/24 : RUN apk add --update --no-cache make git 07:54:03 ---> Running in 6de21681440d 07:54:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:54:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:54:14 OK: 166 MiB in 39 packages 07:54:14 Removing intermediate container 6de21681440d 07:54:14 ---> 62342418a4f9 07:54:14 Step 8/24 : COPY . . 07:54:15 ---> a934895c0e12 07:54:15 Step 9/24 : RUN ${MAKE} 07:54:15 ---> Running in 482b208118c3 07:54:15 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:23 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:54:25 Removing intermediate container 482b208118c3 07:54:25 ---> 535759d7a08b 07:54:25 Step 10/24 : FROM scratch 07:54:25 ---> 07:54:25 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:54:25 ---> Running in 67ba8ada13a3 07:54:26 Removing intermediate container 67ba8ada13a3 07:54:26 ---> 57b4a88b7d0a 07:54:26 Step 12/24 : ENV APP_PORT=49990 07:54:26 ---> Running in 1de388368057 07:54:26 Removing intermediate container 1de388368057 07:54:26 ---> 189e5a3ac8ce 07:54:26 Step 13/24 : EXPOSE $APP_PORT 07:54:26 ---> Running in bc7075628c0f 07:54:26 Removing intermediate container bc7075628c0f 07:54:26 ---> 5dc0d0000411 07:54:26 Step 14/24 : WORKDIR / 07:54:26 ---> Running in 8d40f25fd494 07:54:26 Removing intermediate container 8d40f25fd494 07:54:26 ---> 49ddd0d9f123 07:54:26 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:54:27 ---> beb2a7915189 07:54:27 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:54:27 ---> 95d771a939f6 07:54:27 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:54:27 ---> 327ba295f7ef 07:54:27 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:54:27 ---> 97dc15b8b40e 07:54:27 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:54:27 ---> c428b2dea0d5 07:54:27 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:54:28 ---> Running in ce1adecb0f83 07:54:28 Removing intermediate container ce1adecb0f83 07:54:28 ---> 10d7b947470d 07:54:28 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:54:28 ---> Running in 5816a625931b 07:54:28 Removing intermediate container 5816a625931b 07:54:28 ---> 319565a89d70 07:54:28 Step 22/24 : LABEL arch=amd64 07:54:28 ---> Running in 36438f493965 07:54:28 Removing intermediate container 36438f493965 07:54:28 ---> e413cfb23f8e 07:54:28 Step 23/24 : LABEL git_sha=2bbf6af02697b011a7a794463910a22f9bcbb85f 07:54:28 ---> Running in 972cfe634a4d 07:54:29 Removing intermediate container 972cfe634a4d 07:54:29 ---> 05aa7cea7b8c 07:54:29 Step 24/24 : LABEL version=0.0.0 07:54:29 ---> Running in a4d5c7fe6ba4 07:54:29 Removing intermediate container a4d5c7fe6ba4 07:54:29 ---> 11e918f49cf9 07:54:29 [Warning] One or more build-args [ARCH] were not consumed 07:54:29 Successfully built 11e918f49cf9 07:54:29 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:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-6245 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws 07:54:33 Running in /w/workspace/device-sdk-go/14 [Pipeline] { [Pipeline] checkout 07:54:38 using credential edgex-jenkins-ssh 07:54:38 Cloning the remote Git repository 07:54:38 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:54:38 > git init /w/workspace/device-sdk-go/14 # timeout=10 07:54:38 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:54:38 > git --version # timeout=10 07:54:38 > git --version # 'git version 2.17.1' 07:54:38 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:38 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:54:40 Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2bbf6af02697b011a7a794463910a22f9bcbb85f 07:54:40 Merge succeeded, producing 2bbf6af02697b011a7a794463910a22f9bcbb85f 07:54:40 Checking out Revision 2bbf6af02697b011a7a794463910a22f9bcbb85f (PR-614) 07:54:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:54:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:54:39 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:54:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:54:39 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:54:40 > git config core.sparsecheckout # timeout=10 07:54:40 > git checkout -f 2bbf6af02697b011a7a794463910a22f9bcbb85f # timeout=10 07:54:40 > git remote # timeout=10 07:54:40 > git config --get remote.origin.url # timeout=10 07:54:40 using GIT_SSH to set credentials SSH Credentials for GitHub 07:54:40 > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 07:54:40 > git rev-parse HEAD^{commit} # timeout=10 07:54:40 > git config core.sparsecheckout # timeout=10 07:54:40 > git checkout -f 2bbf6af02697b011a7a794463910a22f9bcbb85f # timeout=10 07:54:44 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 07:54:46 ========================================================= 07:54:46 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:54:46 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:54:47 + 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:54:48 Sending build context to Docker daemon 2.315MB 07:54:48 Step 1/8 : ARG BASE=golang:1.15-alpine 07:54:48 Step 2/8 : FROM ${BASE} 07:54:48 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:54:48 b538f80385f9: Pulling fs layer 07:54:48 74f711af9a0d: Pulling fs layer 07:54:48 99f96fe45779: Pulling fs layer 07:54:48 8529a6b9a6be: Pulling fs layer 07:54:48 45590311c82a: Pulling fs layer 07:54:48 69ca0ff8b7b3: Pulling fs layer 07:54:48 209524e5b208: Pulling fs layer 07:54:48 69ca0ff8b7b3: Waiting 07:54:48 8529a6b9a6be: Waiting 07:54:48 45590311c82a: Waiting 07:54:48 209524e5b208: Waiting 07:54:48 99f96fe45779: Verifying Checksum 07:54:48 99f96fe45779: Download complete 07:54:48 74f711af9a0d: Verifying Checksum 07:54:48 74f711af9a0d: Download complete 07:54:48 45590311c82a: Download complete 07:54:48 69ca0ff8b7b3: Verifying Checksum 07:54:48 69ca0ff8b7b3: Download complete 07:54:48 b538f80385f9: Verifying Checksum 07:54:48 b538f80385f9: Download complete 07:54:49 b538f80385f9: Pull complete 07:54:50 74f711af9a0d: Pull complete 07:54:50 99f96fe45779: Pull complete 07:54:50 209524e5b208: Verifying Checksum 07:54:50 209524e5b208: Download complete 07:54:52 8529a6b9a6be: Verifying Checksum 07:54:52 8529a6b9a6be: Download complete 07:55:02 8529a6b9a6be: Pull complete 07:55:02 45590311c82a: Pull complete 07:55:02 69ca0ff8b7b3: Pull complete 07:55:06 209524e5b208: Pull complete 07:55:06 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 07:55:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:55:06 ---> 5bddaf1c2fca 07:55:06 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:55:09 ---> Running in e32612bd146b 07:55:09 Removing intermediate container e32612bd146b 07:55:09 ---> 8bb6128c04ab 07:55:09 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:55:09 ---> Running in 2e5f723dfe67 07:55:12 Removing intermediate container 2e5f723dfe67 07:55:12 ---> 0e4037127d17 07:55:12 Step 5/8 : RUN apk add --no-cache make git 07:55:12 ---> Running in 0db49a61bd68 07:55:13 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:55:14 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:55:16 OK: 142 MiB in 39 packages 07:55:17 Removing intermediate container 0db49a61bd68 07:55:17 ---> bd0978acfafb 07:55:17 Step 6/8 : WORKDIR /device-sdk-go 07:55:17 ---> Running in e217cfd8765f 07:55:18 Removing intermediate container e217cfd8765f 07:55:18 ---> 992430ca5014 07:55:18 Step 7/8 : COPY . . 07:55:19 ---> b6f49cec83d7 07:55:19 Step 8/8 : RUN go mod download 07:55:19 ---> Running in 74ec77c08c5c 07:55:41 Removing intermediate container 74ec77c08c5c 07:55:41 ---> 65369dee3f8f 07:55:41 Successfully built 65369dee3f8f 07:55:41 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:55:42 + docker inspect -f . ci-base-image-arm64 07:55:42 . [Pipeline] withDockerContainer 07:55:42 prd-ubuntu18.04-docker-arm64-4c-16g-6245 does not seem to be running inside a container 07:55:42 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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-arm64 cat 07:55:44 $ docker top f2f741642e021e208d0e344a8b8da84c47f1998a663bb265f7a0b369fa800edc -eo pid,comm [Pipeline] { [Pipeline] sh 07:55:46 + go version 07:55:46 go version go1.15.2 linux/arm64 [Pipeline] } 07:55:46 $ docker stop --time=1 f2f741642e021e208d0e344a8b8da84c47f1998a663bb265f7a0b369fa800edc 07:55:48 $ docker rm -f f2f741642e021e208d0e344a8b8da84c47f1998a663bb265f7a0b369fa800edc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:55:49 + docker inspect -f . ci-base-image-arm64 07:55:49 . [Pipeline] withDockerContainer 07:55:49 prd-ubuntu18.04-docker-arm64-4c-16g-6245 does not seem to be running inside a container 07:55:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/14 -v /w/workspace/device-sdk-go/14:/w/workspace/device-sdk-go/14:rw,z -v /w/workspace/device-sdk-go/14@tmp:/w/workspace/device-sdk-go/14@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-arm64 cat 07:55:51 $ docker top f7f063d9b199e3f7fc0b1b4953107554ed74fe1be4a1b51a377421faa568effd -eo pid,comm [Pipeline] { [Pipeline] sh 07:55:52 + make test 07:55:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:56:15 ? github.com/edgexfoundry/device-sdk-go [no test files] 07:56:54 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 07:56:54 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 07:56:54 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 07:56:54 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.137s coverage: 21.6% of statements 07:56:59 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.189s coverage: 97.1% of statements 07:57:26 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.147s coverage: 9.4% of statements 07:57:26 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.134s coverage: 21.9% of statements 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 07:57:26 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.600s coverage: 42.6% of statements 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 07:57:26 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.852s coverage: 68.9% of statements 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] 07:57:26 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.174s coverage: 52.6% of statements 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] 07:57:26 ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] 07:57:26 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.844s coverage: 68.9% of statements 07:57:26 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 07:57:26 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 07:57:26 GO111MODULE=on go vet ./... 07:57:59 gofmt -l . 07:57:59 [ "`gofmt -l .`" = "" ] 07:57:59 ./bin/test-attribution-txt.sh 07:57:59 ./bin/test-go-mod-tidy.sh [Pipeline] stash 07:57:59 Warning: overwriting stash ‘coverage-report’ 07:58:00 Stashed 1 file(s) [Pipeline] } 07:58:00 $ docker stop --time=1 f7f063d9b199e3f7fc0b1b4953107554ed74fe1be4a1b51a377421faa568effd 07:58:02 $ docker rm -f f7f063d9b199e3f7fc0b1b4953107554ed74fe1be4a1b51a377421faa568effd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:58:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:58:04 + ls -al . 07:58:04 total 224 07:58:04 drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:57 . 07:58:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:54 .. 07:58:04 -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:54 .dockerignore 07:58:04 drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:54 .git 07:58:04 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:54 .github 07:58:04 -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:54 .gitignore 07:58:04 -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:54 Dockerfile.build 07:58:04 -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:54 Jenkinsfile 07:58:04 -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:54 LICENSE 07:58:04 -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:54 Makefile 07:58:04 -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:54 README.md 07:58:04 -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:54 RELEASE-NOTES.txt 07:58:04 -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:50 VERSION 07:58:04 drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:54 bin 07:58:04 -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:57 coverage.out 07:58:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:54 example 07:58:04 -rw-r--r-- 1 jenkins jenkins 517 Oct 19 07:57 go.mod 07:58:04 -rw-r--r-- 1 jenkins jenkins 13821 Oct 19 07:57 go.sum 07:58:04 drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:54 internal 07:58:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:54 openapi 07:58:04 drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:54 pkg 07:58:04 drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:54 snap 07:58:04 -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:54 version.go [Pipeline] isUnix [Pipeline] sh 07:58:04 + 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=2bbf6af02697b011a7a794463910a22f9bcbb85f --label arch=arm64 --label version=0.0.0 . 07:58:05 Sending build context to Docker daemon 2.426MB 07:58:05 Step 1/24 : ARG BASE=golang:1.15-alpine 07:58:05 Step 2/24 : FROM ${BASE} AS builder 07:58:05 ---> 65369dee3f8f 07:58:05 Step 3/24 : ARG MAKE='make build' 07:58:05 ---> Running in 0f5e669dfe62 07:58:05 Removing intermediate container 0f5e669dfe62 07:58:05 ---> 73f91ab9b5d3 07:58:05 Step 4/24 : WORKDIR /device-sdk-go 07:58:06 ---> Running in ffc1c557f5ea 07:58:06 Removing intermediate container ffc1c557f5ea 07:58:06 ---> 919d06e25b16 07:58:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:58:06 ---> Running in 3cfcc720b4f7 07:58:07 Removing intermediate container 3cfcc720b4f7 07:58:07 ---> 12156beadbfd 07:58:07 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:58:07 ---> Running in a30a377d2565 07:58:10 Removing intermediate container a30a377d2565 07:58:10 ---> 9c07e65c431f 07:58:10 Step 7/24 : RUN apk add --update --no-cache make git 07:58:10 ---> Running in c4ca9d86e5d6 07:58:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:58:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:58:14 OK: 142 MiB in 39 packages 07:58:15 Removing intermediate container c4ca9d86e5d6 07:58:15 ---> 6b35e176d7e3 07:58:15 Step 8/24 : COPY . . 07:58:16 ---> 6d89c3c87a31 07:58:16 Step 9/24 : RUN ${MAKE} 07:58:16 ---> Running in 4382523bbc45 07:58:18 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:58:45 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:58:45 Removing intermediate container 4382523bbc45 07:58:45 ---> 676845fbc3e3 07:58:45 Step 10/24 : FROM scratch 07:58:45 ---> 07:58:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:58:45 ---> Running in e1f806441f68 07:58:45 Removing intermediate container e1f806441f68 07:58:45 ---> 01c525c1dc50 07:58:45 Step 12/24 : ENV APP_PORT=49990 07:58:45 ---> Running in 23bfeceaf0f6 07:58:46 Removing intermediate container 23bfeceaf0f6 07:58:46 ---> 293c0ca15a58 07:58:46 Step 13/24 : EXPOSE $APP_PORT 07:58:46 ---> Running in 105a55558d1e 07:58:46 Removing intermediate container 105a55558d1e 07:58:46 ---> b27ba09aee90 07:58:46 Step 14/24 : WORKDIR / 07:58:46 ---> Running in e73da9348cb6 07:58:47 Removing intermediate container e73da9348cb6 07:58:47 ---> 5864d0884da3 07:58:47 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:58:48 ---> 13d0961b61ee 07:58:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:58:48 ---> 1b6cf3bed4ad 07:58:48 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:58:49 ---> 1d07ecf4e4ed 07:58:49 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:58:50 ---> 14a95593f2bb 07:58:50 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:58:51 ---> ee9ff8f5afd1 07:58:51 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:58:51 ---> Running in 37957c74d953 07:58:51 Removing intermediate container 37957c74d953 07:58:51 ---> 14a43cdae95c 07:58:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:58:51 ---> Running in a7f803c9d4c1 07:58:52 Removing intermediate container a7f803c9d4c1 07:58:52 ---> 04ff95e80177 07:58:52 Step 22/24 : LABEL arch=arm64 07:58:52 ---> Running in 6304dfff2dd1 07:58:52 Removing intermediate container 6304dfff2dd1 07:58:52 ---> f7311dfe9316 07:58:52 Step 23/24 : LABEL git_sha=2bbf6af02697b011a7a794463910a22f9bcbb85f 07:58:53 ---> Running in c7e90cc9de0a 07:58:53 Removing intermediate container c7e90cc9de0a 07:58:53 ---> 0a9f76848277 07:58:53 Step 24/24 : LABEL version=0.0.0 07:58:53 ---> Running in 0dcf76a332ab 07:58:53 Removing intermediate container 0dcf76a332ab 07:58:53 ---> cb4b4b71f24e 07:58:53 [Warning] One or more build-args [ARCH] were not consumed 07:58:54 Successfully built cb4b4b71f24e 07:58:54 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:58:55 provisioning config files... 07:58:55 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config509042754486856741tmp [Pipeline] { [Pipeline] sh 07:58:56 + set +x 07:58:56 + curl -s https://codecov.io/bash 07:58:56 + bash -s -- 07:58:56 07:58:56 _____ _ 07:58:56 / ____| | | 07:58:56 | | ___ __| | ___ ___ _____ __ 07:58:56 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:58:56 | |___| (_) | (_| | __/ (_| (_) \ V / 07:58:56 \_____\___/ \__,_|\___|\___\___/ \_/ 07:58:56 Bash-20201009-048fee3 07:58:56 07:58:56 07:58:56 ==> Jenkins CI detected. 07:58:56 project root: . 07:58:56 --> token set from env 07:58:56 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:58:56 ==> Running gcov in . (disable via -X gcov) 07:58:56 ==> Python coveragepy not found 07:58:56 ==> Searching for coverage reports in: 07:58:56 + . 07:58:56 -> Found 1 reports 07:58:56 ==> Detecting git/mercurial file structure 07:58:56 ==> Reading reports 07:58:56 + ./coverage.out bytes=110398 07:58:56 ==> Appending adjustments 07:58:56 https://docs.codecov.io/docs/fixing-reports 07:58:57 + Found adjustments 07:58:57 ==> Gzipping contents 07:58:57 ==> Uploading reports 07:58:57 url: https://codecov.io 07:58:57 query: branch=PR-614&commit=2bbf6af02697b011a7a794463910a22f9bcbb85f&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 07:58:57 -> Pinging Codecov 07:58:57 https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=2bbf6af02697b011a7a794463910a22f9bcbb85f&build=14&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F14%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= 07:58:57 -> Uploading to 07:58:57 07:58:57 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:57 Dload Upload Total Spent Left Speed 07:58:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error 07:58:57 X> Failed to upload 07:58:57 ==> Uploading to Codecov 07:58:57 % Total % Received % Xferd Average Speed Time Time Time Current 07:58:57 Dload Upload Total Spent Left Speed 07:58:57 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19159 100 110 100 19049 234 40607 --:--:-- --:--:-- --:--:-- 40702 07:58:57 View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2bbf6af02697b011a7a794463910a22f9bcbb85f [Pipeline] } 07:58:57 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:59:00 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:59:01 ---> package-listing.sh 07:59:01 ++ facter osfamily 07:59:01 ++ tr '[:upper:]' '[:lower:]' 07:59:01 + OS_FAMILY=redhat 07:59:01 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 07:59:01 + START_PACKAGES=/tmp/packages_start.txt 07:59:01 + END_PACKAGES=/tmp/packages_end.txt 07:59:01 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:59:01 + PACKAGES=/tmp/packages_start.txt 07:59:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 07:59:01 + PACKAGES=/tmp/packages_end.txt 07:59:01 + case "${OS_FAMILY}" in 07:59:01 + rpm -qa 07:59:01 + sort 07:59:05 + '[' -f /tmp/packages_start.txt ']' 07:59:05 + '[' -f /tmp/packages_end.txt ']' 07:59:05 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:59:05 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' 07:59:05 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ 07:59:05 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo 07:59:05 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:59:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:59:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:59:05 07:59:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:59:06 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:59:06 alpine: Pulling from edgex-lftools-log-publisher 07:59:06 df20fa9351a1: Pulling fs layer 07:59:06 36b3adc4ff6f: Pulling fs layer 07:59:06 8ad3a11d3b57: Pulling fs layer 07:59:06 46f8f816bc3b: Pulling fs layer 07:59:06 93b61091891f: Pulling fs layer 07:59:06 93b9cdb0e59b: Pulling fs layer 07:59:06 5e14af77c1be: Pulling fs layer 07:59:06 01666e4c0597: Pulling fs layer 07:59:06 aa168da1d23b: Pulling fs layer 07:59:06 93b61091891f: Waiting 07:59:06 93b9cdb0e59b: Waiting 07:59:06 5e14af77c1be: Waiting 07:59:06 01666e4c0597: Waiting 07:59:06 aa168da1d23b: Waiting 07:59:06 46f8f816bc3b: Waiting 07:59:06 36b3adc4ff6f: Verifying Checksum 07:59:06 36b3adc4ff6f: Download complete 07:59:06 df20fa9351a1: Verifying Checksum 07:59:06 df20fa9351a1: Download complete 07:59:06 93b9cdb0e59b: Verifying Checksum 07:59:06 93b9cdb0e59b: Download complete 07:59:06 5e14af77c1be: Verifying Checksum 07:59:06 5e14af77c1be: Download complete 07:59:06 01666e4c0597: Verifying Checksum 07:59:06 01666e4c0597: Download complete 07:59:06 93b61091891f: Verifying Checksum 07:59:06 93b61091891f: Download complete 07:59:06 df20fa9351a1: Pull complete 07:59:06 36b3adc4ff6f: Pull complete 07:59:07 8ad3a11d3b57: Verifying Checksum 07:59:07 8ad3a11d3b57: Download complete 07:59:07 8ad3a11d3b57: Pull complete 07:59:07 46f8f816bc3b: Pull complete 07:59:08 93b61091891f: Pull complete 07:59:08 93b9cdb0e59b: Pull complete 07:59:08 5e14af77c1be: Pull complete 07:59:08 aa168da1d23b: Verifying Checksum 07:59:08 aa168da1d23b: Download complete 07:59:08 01666e4c0597: Pull complete 07:59:14 aa168da1d23b: Pull complete 07:59:14 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:59:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:59:14 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:59:14 prd-centos7-docker-4c-2g-6238 does not seem to be running inside a container 07:59:14 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:59:20 $ docker top 4b43bf66d57fc51db3ab308967af6c7f42672e9ea2c053369645a4e4dbf13bb2 -eo pid,comm [Pipeline] { [Pipeline] sh 07:59:21 + touch /tmp/pre-build-complete [Pipeline] sh 07:59:21 + mkdir -p /var/log/sa [Pipeline] sh 07:59:22 + ls /var/log/sa-host 07:59:22 + sadf -c /var/log/sa-host/sa05 07:59:22 file_magic: OK 07:59:22 HZ: Using current value: 100 07:59:22 file_header: OK 07:59:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:59:22 Statistics: 07:59:22 Hnuu...uuuununununu...Hnuu...uuuununununu... 07:59:22 File successfully converted to sysstat format version 12.2.1 07:59:22 + sadf -c /var/log/sa-host/sa19 07:59:22 file_magic: OK 07:59:22 HZ: Using current value: 100 07:59:22 file_header: OK 07:59:22 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 07:59:22 Statistics: 07:59:22 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:59:22 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:59:22 provisioning config files... 07:59:22 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config7012572597429596306tmp [Pipeline] { [Pipeline] echo 07:59:22 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:59:22 ---> create-netrc.sh [Pipeline] } 07:59:22 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:59:22 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:59:23 ---> python-tools-install.sh [Pipeline] echo 07:59:23 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:59:23 ---> sudo-logs.sh 07:59:23 Archiving 'sudo' log.. [Pipeline] echo 07:59:23 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:59:23 ---> job-cost.sh 07:59:23 lf-activate-venv: SKIPPING 07:59:23 INFO: No Stack... 07:59:24 INFO: Retrieving Pricing Info for: v1-standard-2 07:59:25 INFO: Archiving Costs [Pipeline] echo 07:59:25 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:59:25 ---> logs-deploy.sh 07:59:25 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/14 07:59:25 INFO: archiving workspace using pattern(s): 07:59:27 Archives upload complete. 07:59:27 INFO: archiving logs to Nexus 07:59:28 ---> uname -a: 07:59:28 Linux prd-centos7-docker-4c-2g-6238.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 07:59:28 07:59:28 07:59:28 ---> lscpu: 07:59:28 Architecture: x86_64 07:59:28 CPU op-mode(s): 32-bit, 64-bit 07:59:28 Byte Order: Little Endian 07:59:28 Address sizes: 40 bits physical, 48 bits virtual 07:59:28 CPU(s): 4 07:59:28 On-line CPU(s) list: 0-3 07:59:28 Thread(s) per core: 1 07:59:28 Core(s) per socket: 1 07:59:28 Socket(s): 4 07:59:28 NUMA node(s): 1 07:59:28 Vendor ID: GenuineIntel 07:59:28 CPU family: 6 07:59:28 Model: 44 07:59:28 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:59:28 Stepping: 1 07:59:28 CPU MHz: 2933.438 07:59:28 BogoMIPS: 5866.87 07:59:28 Virtualization: VT-x 07:59:28 Hypervisor vendor: KVM 07:59:28 Virtualization type: full 07:59:28 L1d cache: 128 KiB 07:59:28 L1i cache: 128 KiB 07:59:28 L2 cache: 16 MiB 07:59:28 L3 cache: 64 MiB 07:59:28 NUMA node0 CPU(s): 0-3 07:59:28 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:59:28 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:59:28 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:59:28 Vulnerability Meltdown: Mitigation; PTI 07:59:28 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:59:28 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:59:28 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:59:28 Vulnerability Tsx async abort: Not affected 07:59:28 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:59:28 07:59:28 07:59:28 ---> nproc: 07:59:28 4 07:59:28 07:59:28 07:59:28 ---> df -h: 07:59:28 Filesystem Size Used Available Use% Mounted on 07:59:28 overlay 50.0G 7.2G 42.8G 14% / 07:59:28 tmpfs 64.0M 0 64.0M 0% /dev 07:59:28 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:59:28 shm 64.0M 0 64.0M 0% /dev/shm 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 07:59:28 /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp 07:59:28 07:59:28 07:59:28 ---> free -m: 07:59:28 total used free shared buff/cache available 07:59:28 Mem: 1837 673 110 0 1053 1062 07:59:28 Swap: 1023 0 1023 07:59:28 07:59:28 07:59:28 ---> ip addr: 07:59:28 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:59:28 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:59:28 inet 127.0.0.1/8 scope host lo 07:59:28 valid_lft forever preferred_lft forever 07:59:28 inet6 ::1/128 scope host 07:59:28 valid_lft forever preferred_lft forever 07:59:28 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:59:28 link/ether fa:16:3e:25:a1:a5 brd ff:ff:ff:ff:ff:ff 07:59:28 inet 10.30.122.151/23 brd 10.30.123.255 scope global dynamic eth0 07:59:28 valid_lft 85820sec preferred_lft 85820sec 07:59:28 inet6 fe80::f816:3eff:fe25:a1a5/64 scope link 07:59:28 valid_lft forever preferred_lft forever 07:59:28 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:59:28 link/ether 02:42:57:da:57:89 brd ff:ff:ff:ff:ff:ff 07:59:28 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:59:28 valid_lft forever preferred_lft forever 07:59:28 inet6 fe80::42:57ff:feda:5789/64 scope link 07:59:28 valid_lft forever preferred_lft forever 07:59:28 07:59:28 07:59:28 ---> sar -b -r -n DEV: 07:59:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:59:28 07:59:28 07:49:29 LINUX RESTART (4 CPU) 07:59:28 07:59:28 07:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:59:28 07:51:01 92.69 44.11 48.58 0.00 7625.44 5054.25 0.00 07:59:28 07:52:01 2.20 0.00 2.20 0.00 0.00 45.80 0.00 07:59:28 07:53:01 0.18 0.00 0.18 0.00 0.00 2.03 0.00 07:59:28 07:54:01 0.27 0.00 0.27 0.00 0.00 3.35 0.00 07:59:28 07:55:01 0.22 0.00 0.22 0.00 0.00 2.80 0.00 07:59:28 07:56:01 0.30 0.00 0.30 0.00 0.00 3.66 0.00 07:59:28 07:57:01 0.30 0.02 0.28 0.00 0.13 3.50 0.00 07:59:28 07:58:01 0.22 0.00 0.22 0.00 0.00 2.17 0.00 07:59:28 07:59:02 17.23 16.93 0.30 0.00 1826.31 4.75 0.00 07:59:28 Average: 12.63 6.79 5.84 0.00 1050.48 569.29 0.00 07:59:28 07:59:28 07:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:59:28 07:51:01 165000 0 573092 30.46 2620 1140844 1105188 37.72 423116 1131028 128 07:59:28 07:52:01 168532 0 569472 30.27 2620 1140932 1087268 37.11 423176 1128412 20 07:59:28 07:53:01 168912 0 569084 30.25 2620 1140940 1082140 36.93 424568 1126432 20 07:59:28 07:54:01 167632 0 570364 30.31 2620 1140940 1082140 36.93 426420 1125748 16 07:59:28 07:55:01 167436 0 570552 30.32 2620 1140948 1071992 36.59 430148 1123020 8 07:59:28 07:56:01 166736 0 571248 30.36 2620 1140952 1071996 36.59 430716 1123020 12 07:59:28 07:57:01 167048 0 570924 30.34 2620 1140964 1071912 36.58 430508 1123020 8 07:59:28 07:58:01 167336 0 570632 30.33 2620 1140968 1071912 36.58 419836 1133572 8 07:59:28 07:59:02 90592 0 592436 31.49 2620 1195908 1099260 37.52 435104 1187672 224 07:59:28 Average: 158803 0 573089 30.46 2620 1147044 1082645 36.95 427066 1133547 49 07:59:28 07:59:28 07:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:59:28 07:51:01 eth0 490.19 290.86 1086.27 89.84 0.00 0.00 0.00 0.00 07:59:28 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:51:01 docker0 10.21 7.99 1.32 19.85 0.00 0.00 0.00 0.00 07:59:28 07:52:01 eth0 3.40 0.90 1.03 0.56 0.00 0.00 0.00 0.00 07:59:28 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:53:01 eth0 1.13 0.33 0.33 0.23 0.00 0.00 0.00 0.00 07:59:28 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:54:01 eth0 1.90 0.37 0.43 0.21 0.00 0.00 0.00 0.00 07:59:28 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:55:01 eth0 1.00 0.60 0.54 0.37 0.00 0.00 0.00 0.00 07:59:28 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:56:01 eth0 0.28 0.18 0.14 0.10 0.00 0.00 0.00 0.00 07:59:28 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:57:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:59:28 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:59:28 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:59:02 eth0 8.79 5.61 8.54 3.19 0.00 0.00 0.00 0.00 07:59:28 07:59:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 07:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 Average: eth0 56.34 33.23 121.95 10.51 0.00 0.00 0.00 0.00 07:59:28 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:59:28 Average: docker0 1.13 0.89 0.15 2.21 0.00 0.00 0.00 0.00 07:59:28 07:59:28 07:59:28 ---> sar -P ALL: 07:59:28 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) 07:59:28 07:59:28 07:49:29 LINUX RESTART (4 CPU) 07:59:28 07:59:28 07:50:01 CPU %user %nice %system %iowait %steal %idle 07:59:28 07:51:01 all 14.23 0.00 5.68 2.68 0.03 77.37 07:59:28 07:51:01 0 13.81 0.00 6.70 1.65 0.03 77.81 07:59:28 07:51:01 1 15.28 0.00 5.32 2.99 0.02 76.40 07:59:28 07:51:01 2 13.23 0.00 5.34 2.36 0.03 79.04 07:59:28 07:51:01 3 14.59 0.00 5.38 3.74 0.05 76.24 07:59:28 07:52:01 all 0.18 0.00 0.03 0.00 0.00 99.79 07:59:28 07:52:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:59:28 07:52:01 1 0.07 0.00 0.03 0.00 0.00 99.90 07:59:28 07:52:01 2 0.10 0.00 0.03 0.00 0.00 99.87 07:59:28 07:52:01 3 0.52 0.00 0.02 0.00 0.00 99.47 07:59:28 07:53:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:59:28 07:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 07:59:28 07:53:01 1 0.07 0.00 0.02 0.00 0.00 99.92 07:59:28 07:53:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:59:28 07:53:01 3 0.50 0.00 0.07 0.00 0.00 99.43 07:59:28 07:54:01 all 0.14 0.00 0.03 0.00 0.00 99.83 07:59:28 07:54:01 0 0.03 0.00 0.02 0.00 0.00 99.95 07:59:28 07:54:01 1 0.03 0.00 0.03 0.00 0.00 99.93 07:59:28 07:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 07:59:28 07:54:01 3 0.47 0.00 0.03 0.00 0.00 99.50 07:59:28 07:55:01 all 0.16 0.00 0.05 0.00 0.00 99.80 07:59:28 07:55:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:59:28 07:55:01 1 0.05 0.00 0.07 0.00 0.00 99.88 07:59:28 07:55:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:59:28 07:55:01 3 0.52 0.00 0.02 0.00 0.00 99.47 07:59:28 07:56:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:59:28 07:56:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:59:28 07:56:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:59:28 07:56:01 2 0.05 0.00 0.07 0.00 0.00 99.88 07:59:28 07:56:01 3 0.52 0.00 0.00 0.00 0.00 99.48 07:59:28 07:57:01 all 0.16 0.00 0.03 0.00 0.00 99.81 07:59:28 07:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:59:28 07:57:01 1 0.07 0.00 0.07 0.00 0.00 99.87 07:59:28 07:57:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:59:28 07:57:01 3 0.52 0.00 0.02 0.00 0.02 99.45 07:59:28 07:58:01 all 0.15 0.00 0.04 0.00 0.00 99.80 07:59:28 07:58:01 0 0.03 0.00 0.05 0.00 0.00 99.92 07:59:28 07:58:01 1 0.05 0.00 0.03 0.00 0.00 99.92 07:59:28 07:58:01 2 0.02 0.00 0.05 0.00 0.00 99.93 07:59:28 07:58:01 3 0.52 0.00 0.03 0.00 0.00 99.45 07:59:28 07:59:02 all 0.71 0.00 0.35 0.35 0.01 98.57 07:59:28 07:59:02 0 0.68 0.00 0.40 0.48 0.00 98.43 07:59:28 07:59:02 1 0.52 0.00 0.30 0.13 0.02 99.03 07:59:28 07:59:02 2 0.68 0.00 0.40 0.03 0.02 98.87 07:59:28 07:59:02 3 0.97 0.00 0.32 0.77 0.00 97.95 07:59:28 Average: all 1.77 0.00 0.69 0.34 0.01 97.20 07:59:28 Average: 0 1.62 0.00 0.81 0.24 0.00 97.33 07:59:28 Average: 1 1.79 0.00 0.65 0.34 0.00 97.21 07:59:28 Average: 2 1.57 0.00 0.66 0.26 0.01 97.50 07:59:28 Average: 3 2.11 0.00 0.65 0.50 0.01 96.74 07:59:28 07:59:28 07:59:28