Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2c092d27ef67f5e9fc8f25b80adb42344aab04ec+6cec193abf44cabffe02bbcaff9748adb3f719d5 (9225472ac4a2e16f9442c2180e2fe9865f59a98f) 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-6237 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 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec Merge succeeded, producing 2c092d27ef67f5e9fc8f25b80adb42344aab04ec Checking out Revision 2c092d27ef67f5e9fc8f25b80adb42344aab04ec (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 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # 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 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T07:49:58.382Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk cf665ca7c464fb037769b6d006e61db58705184d # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T07:49:58.632Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T07:49:58.724Z] ========================================================= [2020-10-19T07:49:58.724Z] EdgeX Global Pipelines Version Info [2020-10-19T07:49:58.724Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:50:00.162Z] ------------------- [2020-10-19T07:50:00.162Z] stable info: [2020-10-19T07:50:00.162Z] ------------------- [2020-10-19T07:50:00.162Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:50:00.162Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:50:00.162Z] Message: update stable to v1.0.144 [2020-10-19T07:50:00.735Z] ------------------- [2020-10-19T07:50:00.735Z] experimental info: [2020-10-19T07:50:00.735Z] ------------------- [2020-10-19T07:50:00.735Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:50:00.735Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:50:00.735Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T07:50:01.107Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-19T07:50:01.202Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-19T07:50:01.294Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T07:50:01.402Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T07:50:01.509Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T07:50:01.623Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T07:50:01.714Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T07:50:01.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T07:50:01.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-19T07:50:02.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T07:50:02.146Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T07:50:02.270Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-19T07:50:02.361Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T07:50:02.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T07:50:02.554Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T07:50:02.650Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:50:02.739Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:50:02.835Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:50:02.932Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T07:50:03.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T07:50:03.172Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-19T07:50:03.263Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-19T07:50:03.369Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T07:50:03.459Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T07:50:03.552Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-19T07:50:03.639Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-10-19T07:50:03.731Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-10-19T07:50:03.820Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-10-19T07:50:03.912Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [Pipeline] echo [2020-10-19T07:50:04.001Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2c092d2 [Pipeline] echo [2020-10-19T07:50:04.094Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:50:04.856Z] + git log --format=format:%s -1 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [Pipeline] echo [2020-10-19T07:50:04.925Z] GIT_COMMIT: 2c092d27ef67f5e9fc8f25b80adb42344aab04ec, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo [2020-10-19T07:50:04.983Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:50:05.560Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:50:05.560Z] [2020-10-19T07:50:05.560Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:50:05.905Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:50:05.905Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T07:50:05.905Z] 31603596830f: Pulling fs layer [2020-10-19T07:50:05.905Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T07:50:05.905Z] 6ca5941a6612: Pulling fs layer [2020-10-19T07:50:05.905Z] ecc8261a40a4: Pulling fs layer [2020-10-19T07:50:05.905Z] ecc8261a40a4: Waiting [2020-10-19T07:50:05.905Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T07:50:05.905Z] 2a8b12db71e7: Download complete [2020-10-19T07:50:06.166Z] 31603596830f: Verifying Checksum [2020-10-19T07:50:06.166Z] 31603596830f: Download complete [2020-10-19T07:50:06.166Z] ecc8261a40a4: Verifying Checksum [2020-10-19T07:50:06.166Z] ecc8261a40a4: Download complete [2020-10-19T07:50:06.166Z] 6ca5941a6612: Verifying Checksum [2020-10-19T07:50:06.166Z] 6ca5941a6612: Download complete [2020-10-19T07:50:06.427Z] 31603596830f: Pull complete [2020-10-19T07:50:06.427Z] 2a8b12db71e7: Pull complete [2020-10-19T07:50:07.014Z] 6ca5941a6612: Pull complete [2020-10-19T07:50:07.279Z] ecc8261a40a4: Pull complete [2020-10-19T07:50:07.279Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T07:50:07.279Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:50:07.279Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T07:50:07.388Z] prd-centos7-docker-4c-2g-6237 does not seem to be running inside a container [2020-10-19T07:50:07.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -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 [2020-10-19T07:50:09.363Z] $ docker top 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:50:09.670Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:50:09.670Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:50:09.866Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:50:09.867Z] $ docker exec 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent [2020-10-19T07:50:10.027Z] SSH_AUTH_SOCK=/tmp/ssh-HIOiB66BBmCE/agent.11 [2020-10-19T07:50:10.027Z] SSH_AGENT_PID=16 [2020-10-19T07:50:10.039Z] Running ssh-add (command line suppressed) [2020-10-19T07:50:10.161Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3937368115428405834.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3937368115428405834.key) [2020-10-19T07:50:10.267Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:50:10.651Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T07:50:10.671Z] $ docker exec --env ******** --env ******** 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent -k [2020-10-19T07:50:10.782Z] unset SSH_AUTH_SOCK; [2020-10-19T07:50:10.782Z] unset SSH_AGENT_PID; [2020-10-19T07:50:10.782Z] echo Agent pid 16 killed; [2020-10-19T07:50:10.827Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T07:50:10.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:50:10.994Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:50:11.143Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:50:11.144Z] $ docker exec 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent [2020-10-19T07:50:11.291Z] SSH_AUTH_SOCK=/tmp/ssh-k7kR8f4V9rcd/agent.45 [2020-10-19T07:50:11.291Z] SSH_AGENT_PID=50 [2020-10-19T07:50:11.303Z] Running ssh-add (command line suppressed) [2020-10-19T07:50:11.410Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4129715840424101587.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4129715840424101587.key) [2020-10-19T07:50:11.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:50:11.794Z] + git semver init [2020-10-19T07:50:11.794Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:50:11.794Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-10-19T07:50:11.794Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-19T07:50:11.794Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:50:11.794Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:50:11.794Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:50:11.794Z] # $SEMVER_BRANCH = PR-584 [2020-10-19T07:50:11.794Z] # $SEMVER_TEMP = /tmp/semver-219996653 [2020-10-19T07:50:11.794Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-19T07:50:12.366Z] # '/tmp/semver-219996653' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-10-19T07:50:12.366Z] # -> Force: false [2020-10-19T07:50:12.366Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-10-19T07:50:12.375Z] $ docker exec --env ******** --env ******** 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b ssh-agent -k [2020-10-19T07:50:12.477Z] unset SSH_AUTH_SOCK; [2020-10-19T07:50:12.478Z] unset SSH_AGENT_PID; [2020-10-19T07:50:12.478Z] echo Agent pid 50 killed; [2020-10-19T07:50:12.523Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:50:13.062Z] + git semver [Pipeline] } [2020-10-19T07:50:13.079Z] $ docker stop --time=1 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b [2020-10-19T07:50:14.422Z] $ docker rm -f 2a2c612a5111be454b99d1cda380936cfae4e888730f827c22cdc5870c62936b [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T07:50:14.874Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T07:50:15.322Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T07:50:15.324Z] [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 [2020-10-19T07:50:30.876Z] Still waiting to schedule task [2020-10-19T07:50:30.876Z] ‘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’ [2020-10-19T07:50:30.878Z] Still waiting to schedule task [2020-10-19T07:50:30.878Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-19T07:51:54.042Z] Running on prd-centos7-docker-4c-2g-6240 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-19T07:51:54.137Z] Running in /w/workspace/device-sdk-go/29 [Pipeline] { [Pipeline] checkout [2020-10-19T07:52:02.922Z] using credential edgex-jenkins-ssh [2020-10-19T07:52:02.984Z] Cloning the remote Git repository [2020-10-19T07:52:03.076Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:52:03.218Z] > git init /w/workspace/device-sdk-go/29 # timeout=10 [2020-10-19T07:52:03.329Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:52:03.329Z] > git --version # timeout=10 [2020-10-19T07:52:03.365Z] > git --version # 'git version 2.16.5' [2020-10-19T07:52:03.366Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:52:03.447Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:52:04.309Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:52:05.051Z] Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-19T07:52:05.562Z] Merge succeeded, producing 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-19T07:52:05.563Z] Checking out Revision 2c092d27ef67f5e9fc8f25b80adb42344aab04ec (PR-584) [2020-10-19T07:52:04.364Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:52:04.466Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:52:04.569Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:52:04.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:52:04.579Z] > 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 [2020-10-19T07:52:05.088Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:52:05.213Z] > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [2020-10-19T07:52:05.342Z] > git remote # timeout=10 [2020-10-19T07:52:05.390Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T07:52:05.474Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:52:05.483Z] > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 [2020-10-19T07:52:05.530Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T07:52:05.568Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:52:05.595Z] > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [2020-10-19T07:52:09.816Z] 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 [2020-10-19T07:52:10.670Z] ========================================================= [2020-10-19T07:52:10.670Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T07:52:10.670Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:52:11.866Z] + 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 . [2020-10-19T07:52:12.521Z] Sending build context to Docker daemon 2.315MB [2020-10-19T07:52:12.521Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:52:12.521Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:52:12.848Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T07:52:12.848Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:52:12.848Z] ed8968b2872e: Pulling fs layer [2020-10-19T07:52:12.848Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T07:52:12.848Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T07:52:12.848Z] e73272ec9a57: Pulling fs layer [2020-10-19T07:52:12.848Z] 1e910a182e73: Pulling fs layer [2020-10-19T07:52:12.848Z] 4e634b169226: Pulling fs layer [2020-10-19T07:52:12.848Z] e871e8e8d7a9: Waiting [2020-10-19T07:52:12.848Z] e73272ec9a57: Waiting [2020-10-19T07:52:12.848Z] 1e910a182e73: Waiting [2020-10-19T07:52:12.848Z] 4e634b169226: Waiting [2020-10-19T07:52:13.134Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T07:52:13.134Z] a92cc7c5fd73: Download complete [2020-10-19T07:52:13.134Z] ed8968b2872e: Download complete [2020-10-19T07:52:13.428Z] e73272ec9a57: Verifying Checksum [2020-10-19T07:52:13.428Z] e73272ec9a57: Download complete [2020-10-19T07:52:13.428Z] 1e910a182e73: Verifying Checksum [2020-10-19T07:52:13.428Z] 1e910a182e73: Download complete [2020-10-19T07:52:14.122Z] df20fa9351a1: Download complete [2020-10-19T07:52:14.416Z] df20fa9351a1: Pull complete [2020-10-19T07:52:14.772Z] ed8968b2872e: Pull complete [2020-10-19T07:52:15.062Z] a92cc7c5fd73: Pull complete [2020-10-19T07:52:25.340Z] 4e634b169226: Verifying Checksum [2020-10-19T07:52:25.340Z] 4e634b169226: Download complete [2020-10-19T07:52:27.504Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T07:52:27.504Z] e871e8e8d7a9: Download complete [2020-10-19T07:52:36.008Z] e871e8e8d7a9: Pull complete [2020-10-19T07:52:36.384Z] e73272ec9a57: Pull complete [2020-10-19T07:52:36.677Z] 1e910a182e73: Pull complete [2020-10-19T07:52:43.626Z] 4e634b169226: Pull complete [2020-10-19T07:52:43.626Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T07:52:43.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T07:52:43.626Z] ---> f7629b54cfaa [2020-10-19T07:52:43.626Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:52:43.626Z] ---> Running in 6f3216dc7e05 [2020-10-19T07:52:43.626Z] Removing intermediate container 6f3216dc7e05 [2020-10-19T07:52:43.626Z] ---> bbc0097724d5 [2020-10-19T07:52:43.626Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:52:43.626Z] ---> Running in 4d7d3e440062 [2020-10-19T07:52:45.729Z] Removing intermediate container 4d7d3e440062 [2020-10-19T07:52:45.729Z] ---> 70f4329080c2 [2020-10-19T07:52:45.729Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:52:45.729Z] ---> Running in 575b9e26b39b [2020-10-19T07:52:46.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:52:47.530Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:52:48.585Z] OK: 166 MiB in 39 packages [2020-10-19T07:52:48.860Z] Removing intermediate container 575b9e26b39b [2020-10-19T07:52:48.860Z] ---> 537ed15fd151 [2020-10-19T07:52:48.860Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:52:49.144Z] ---> Running in e2504ecfc8b2 [2020-10-19T07:52:49.144Z] Removing intermediate container e2504ecfc8b2 [2020-10-19T07:52:49.144Z] ---> 80f0b3d9198f [2020-10-19T07:52:49.144Z] Step 7/8 : COPY . . [2020-10-19T07:52:50.123Z] ---> 854d8da53983 [2020-10-19T07:52:50.123Z] Step 8/8 : RUN go mod download [2020-10-19T07:52:50.409Z] ---> Running in f771994156e9 [2020-10-19T07:53:11.764Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6244 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-19T07:53:11.826Z] Running in /w/workspace/device-sdk-go/29 [Pipeline] { [Pipeline] checkout [2020-10-19T07:53:12.847Z] Removing intermediate container f771994156e9 [2020-10-19T07:53:12.847Z] ---> a761b956a522 [2020-10-19T07:53:12.847Z] Successfully built a761b956a522 [2020-10-19T07:53:12.847Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:13.434Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:53:13.434Z] . [Pipeline] withDockerContainer [2020-10-19T07:53:13.636Z] prd-centos7-docker-4c-2g-6240 does not seem to be running inside a container [2020-10-19T07:53:13.760Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@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 [2020-10-19T07:53:15.069Z] $ docker top 89aca08edbda8445c904c414b788aa3f92c504ef59bac5ffd9453339c6f83050 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:53:15.714Z] + go version [2020-10-19T07:53:15.714Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T07:53:15.740Z] $ docker stop --time=1 89aca08edbda8445c904c414b788aa3f92c504ef59bac5ffd9453339c6f83050 [2020-10-19T07:53:17.213Z] $ docker rm -f 89aca08edbda8445c904c414b788aa3f92c504ef59bac5ffd9453339c6f83050 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-19T07:53:17.539Z] using credential edgex-jenkins-ssh [Pipeline] // stage [2020-10-19T07:53:17.597Z] Cloning the remote Git repository [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:18.134Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:53:18.134Z] . [Pipeline] withDockerContainer [2020-10-19T07:53:17.665Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:53:17.783Z] > git init /w/workspace/device-sdk-go/29 # timeout=10 [2020-10-19T07:53:17.872Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:53:17.874Z] > git --version # timeout=10 [2020-10-19T07:53:17.901Z] > git --version # 'git version 2.17.1' [2020-10-19T07:53:17.903Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:53:17.980Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:53:18.267Z] prd-centos7-docker-4c-2g-6240 does not seem to be running inside a container [2020-10-19T07:53:18.351Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@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 [2020-10-19T07:53:19.158Z] $ docker top 9e6fc38131584aa0c7658738ab0e951126c1ed8c22ca5c7a2ce318714d9487d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:53:19.218Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:53:19.239Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:53:19.273Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:53:19.317Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:53:19.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:53:19.336Z] > 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 [2020-10-19T07:53:19.735Z] + make test [2020-10-19T07:53:19.735Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-19T07:53:19.881Z] Merging remotes/origin/master commit 6cec193abf44cabffe02bbcaff9748adb3f719d5 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-19T07:53:20.308Z] Merge succeeded, producing 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-19T07:53:20.308Z] Checking out Revision 2c092d27ef67f5e9fc8f25b80adb42344aab04ec (PR-584) [2020-10-19T07:53:19.903Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:53:19.925Z] > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [2020-10-19T07:53:20.083Z] > git remote # timeout=10 [2020-10-19T07:53:20.160Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T07:53:20.248Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:53:20.267Z] > git merge 6cec193abf44cabffe02bbcaff9748adb3f719d5 # timeout=10 [2020-10-19T07:53:20.294Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T07:53:20.318Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:53:20.328Z] > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [2020-10-19T07:53:25.438Z] 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 [2020-10-19T07:53:26.310Z] ========================================================= [2020-10-19T07:53:26.311Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T07:53:26.311Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:53:27.452Z] + 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 . [2020-10-19T07:53:28.437Z] Sending build context to Docker daemon 2.315MB [2020-10-19T07:53:28.437Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:53:28.437Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:53:28.711Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T07:53:28.711Z] b538f80385f9: Pulling fs layer [2020-10-19T07:53:28.711Z] 74f711af9a0d: Pulling fs layer [2020-10-19T07:53:28.711Z] 99f96fe45779: Pulling fs layer [2020-10-19T07:53:28.711Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T07:53:28.711Z] 45590311c82a: Pulling fs layer [2020-10-19T07:53:28.711Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T07:53:28.711Z] 209524e5b208: Pulling fs layer [2020-10-19T07:53:28.711Z] 45590311c82a: Waiting [2020-10-19T07:53:28.711Z] 69ca0ff8b7b3: Waiting [2020-10-19T07:53:28.711Z] 209524e5b208: Waiting [2020-10-19T07:53:28.711Z] 8529a6b9a6be: Waiting [2020-10-19T07:53:28.711Z] 99f96fe45779: Verifying Checksum [2020-10-19T07:53:28.711Z] 99f96fe45779: Download complete [2020-10-19T07:53:29.307Z] 74f711af9a0d: Verifying Checksum [2020-10-19T07:53:29.307Z] 74f711af9a0d: Download complete [2020-10-19T07:53:29.307Z] 45590311c82a: Verifying Checksum [2020-10-19T07:53:29.307Z] 45590311c82a: Download complete [2020-10-19T07:53:29.307Z] 69ca0ff8b7b3: Download complete [2020-10-19T07:53:29.913Z] b538f80385f9: Verifying Checksum [2020-10-19T07:53:29.913Z] b538f80385f9: Download complete [2020-10-19T07:53:30.510Z] b538f80385f9: Pull complete [2020-10-19T07:53:30.943Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-19T07:53:31.110Z] 74f711af9a0d: Pull complete [2020-10-19T07:53:31.388Z] 99f96fe45779: Pull complete [2020-10-19T07:53:35.721Z] 209524e5b208: Verifying Checksum [2020-10-19T07:53:35.721Z] 209524e5b208: Download complete [2020-10-19T07:53:37.704Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T07:53:37.704Z] 8529a6b9a6be: Download complete [2020-10-19T07:53:47.901Z] 8529a6b9a6be: Pull complete [2020-10-19T07:53:47.901Z] 45590311c82a: Pull complete [2020-10-19T07:53:47.901Z] 69ca0ff8b7b3: Pull complete [2020-10-19T07:53:51.334Z] 209524e5b208: Pull complete [2020-10-19T07:53:51.334Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T07:53:51.334Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T07:53:51.334Z] ---> 5bddaf1c2fca [2020-10-19T07:53:51.334Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:53:53.650Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-19T07:53:53.650Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-19T07:53:53.650Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-19T07:53:53.926Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.094s coverage: 21.6% of statements [2020-10-19T07:53:53.969Z] ---> Running in 66e85309a8bf [2020-10-19T07:53:54.243Z] Removing intermediate container 66e85309a8bf [2020-10-19T07:53:54.243Z] ---> 77473db04c0d [2020-10-19T07:53:54.243Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:53:54.518Z] ---> Running in 7f2f32f56315 [2020-10-19T07:53:56.759Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.701s coverage: 97.1% of statements [2020-10-19T07:53:57.141Z] Removing intermediate container 7f2f32f56315 [2020-10-19T07:53:57.141Z] ---> 7e7ea3c0a641 [2020-10-19T07:53:57.141Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:53:57.141Z] ---> Running in 0a3d259500bf [2020-10-19T07:53:59.119Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:54:07.384Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:54:14.088Z] OK: 142 MiB in 39 packages [2020-10-19T07:54:14.684Z] Removing intermediate container 0a3d259500bf [2020-10-19T07:54:14.684Z] ---> f6114d6fec2f [2020-10-19T07:54:14.684Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:54:14.956Z] ---> Running in 7923214180c8 [2020-10-19T07:54:15.231Z] Removing intermediate container 7923214180c8 [2020-10-19T07:54:15.231Z] ---> ca918179bce3 [2020-10-19T07:54:15.231Z] Step 7/8 : COPY . . [2020-10-19T07:54:16.676Z] ---> b31c406b804c [2020-10-19T07:54:16.676Z] Step 8/8 : RUN go mod download [2020-10-19T07:54:16.676Z] ---> Running in a563df99661c [2020-10-19T07:54:29.359Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.080s coverage: 9.4% of statements [2020-10-19T07:54:29.359Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.169s coverage: 21.9% of statements [2020-10-19T07:54:29.359Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-19T07:54:29.359Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.387s coverage: 42.6% of statements [2020-10-19T07:54:29.359Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-19T07:54:29.359Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.549s coverage: 68.9% of statements [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-19T07:54:29.360Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.185s coverage: 52.6% of statements [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-19T07:54:29.360Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.051s coverage: 68.9% of statements [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-19T07:54:29.360Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-19T07:54:29.360Z] GO111MODULE=on go vet ./... [2020-10-19T07:54:38.882Z] Removing intermediate container a563df99661c [2020-10-19T07:54:38.882Z] ---> ec56a304c5c0 [2020-10-19T07:54:38.882Z] Successfully built ec56a304c5c0 [2020-10-19T07:54:39.157Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:54:39.585Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:54:39.586Z] . [Pipeline] withDockerContainer [2020-10-19T07:54:39.891Z] prd-ubuntu18.04-docker-arm64-4c-16g-6244 does not seem to be running inside a container [2020-10-19T07:54:39.981Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@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 [2020-10-19T07:54:41.930Z] $ docker top 724e1f093e9bb89d0bfb18ae2c0de9abb1022cb98144dd448ff61ee86caa7cf3 -eo pid,comm [2020-10-19T07:54:42.048Z] gofmt -l . [2020-10-19T07:54:42.048Z] [ "`gofmt -l .`" = "" ] [2020-10-19T07:54:42.048Z] ./bin/test-attribution-txt.sh [2020-10-19T07:54:42.048Z] ./bin/test-go-mod-tidy.sh [Pipeline] { [Pipeline] sh [Pipeline] stash [2020-10-19T07:54:43.384Z] + go version [2020-10-19T07:54:43.384Z] go version go1.15.2 linux/arm64 [2020-10-19T07:54:43.393Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T07:54:43.398Z] $ docker stop --time=1 9e6fc38131584aa0c7658738ab0e951126c1ed8c22ca5c7a2ce318714d9487d7 [2020-10-19T07:54:45.724Z] $ docker rm -f 9e6fc38131584aa0c7658738ab0e951126c1ed8c22ca5c7a2ce318714d9487d7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [2020-10-19T07:54:46.361Z] $ docker stop --time=1 724e1f093e9bb89d0bfb18ae2c0de9abb1022cb98144dd448ff61ee86caa7cf3 [2020-10-19T07:54:48.311Z] $ docker rm -f 724e1f093e9bb89d0bfb18ae2c0de9abb1022cb98144dd448ff61ee86caa7cf3 [Pipeline] // script [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] stage [Pipeline] { (Test) [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:54:50.057Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:54:50.238Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:54:50.238Z] . [Pipeline] withDockerContainer [2020-10-19T07:54:50.400Z] + ls -al . [2020-10-19T07:54:50.400Z] total 188 [2020-10-19T07:54:50.400Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:54 . [2020-10-19T07:54:50.400Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:52 .. [2020-10-19T07:54:50.400Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:52 bin [2020-10-19T07:54:50.400Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:54 coverage.out [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:52 Dockerfile.build [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:52 .dockerignore [2020-10-19T07:54:50.400Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:52 example [2020-10-19T07:54:50.400Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:52 .git [2020-10-19T07:54:50.400Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:52 .github [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:52 .gitignore [2020-10-19T07:54:50.400Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 19 07:54 go.mod [2020-10-19T07:54:50.400Z] -rw-r--r--. 1 jenkins jenkins 13822 Oct 19 07:54 go.sum [2020-10-19T07:54:50.400Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:52 internal [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:52 Jenkinsfile [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:52 LICENSE [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:52 Makefile [2020-10-19T07:54:50.400Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:52 openapi [2020-10-19T07:54:50.400Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:52 pkg [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:52 README.md [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:52 RELEASE-NOTES.txt [2020-10-19T07:54:50.400Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:52 snap [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:50 VERSION [2020-10-19T07:54:50.400Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:52 version.go [2020-10-19T07:54:50.522Z] prd-ubuntu18.04-docker-arm64-4c-16g-6244 does not seem to be running inside a container [2020-10-19T07:54:50.610Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/29 -v /w/workspace/device-sdk-go/29:/w/workspace/device-sdk-go/29:rw,z -v /w/workspace/device-sdk-go/29@tmp:/w/workspace/device-sdk-go/29@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 [2020-10-19T07:54:52.537Z] $ docker top 62ca14a168310e33dc66d35d7cbe875575637f1d222faf17b846c800e11d49b0 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:54:53.408Z] + 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=2c092d27ef67f5e9fc8f25b80adb42344aab04ec --label arch=amd64 --label version=0.0.0 . [2020-10-19T07:54:53.698Z] Sending build context to Docker daemon 2.426MB [2020-10-19T07:54:53.980Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:54:53.980Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:54:53.980Z] ---> a761b956a522 [2020-10-19T07:54:53.980Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:54:53.999Z] + make test [2020-10-19T07:54:54.000Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-19T07:54:54.246Z] ---> Running in 54807c140fd1 [2020-10-19T07:54:54.511Z] Removing intermediate container 54807c140fd1 [2020-10-19T07:54:54.511Z] ---> 565d3b875f0c [2020-10-19T07:54:54.511Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:54:54.511Z] ---> Running in 752a1c1ae48f [2020-10-19T07:54:54.782Z] Removing intermediate container 752a1c1ae48f [2020-10-19T07:54:54.782Z] ---> 7759d5f7d5cb [2020-10-19T07:54:54.782Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:54:54.782Z] ---> Running in 29f6e73a1813 [2020-10-19T07:54:55.045Z] Removing intermediate container 29f6e73a1813 [2020-10-19T07:54:55.045Z] ---> c5f9102d787f [2020-10-19T07:54:55.045Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:54:55.045Z] ---> Running in 3c130042046d [2020-10-19T07:54:56.016Z] Removing intermediate container 3c130042046d [2020-10-19T07:54:56.016Z] ---> 6b53a01f8786 [2020-10-19T07:54:56.016Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:54:56.283Z] ---> Running in 7ef83afe6fc3 [2020-10-19T07:54:56.900Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:54:58.855Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:54:59.830Z] OK: 166 MiB in 39 packages [2020-10-19T07:55:00.423Z] Removing intermediate container 7ef83afe6fc3 [2020-10-19T07:55:00.423Z] ---> 8246e28dfc49 [2020-10-19T07:55:00.423Z] Step 8/24 : COPY . . [2020-10-19T07:55:01.389Z] ---> 89c57e9026e8 [2020-10-19T07:55:01.389Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:55:01.704Z] ---> Running in a5672a837d55 [2020-10-19T07:55:02.718Z] 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 [2020-10-19T07:55:18.399Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:55:19.937Z] Removing intermediate container a5672a837d55 [2020-10-19T07:55:19.937Z] ---> 7b63904efbf2 [2020-10-19T07:55:19.937Z] Step 10/24 : FROM scratch [2020-10-19T07:55:19.937Z] ---> [2020-10-19T07:55:19.937Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:55:19.937Z] ---> Running in ea955c3e83f3 [2020-10-19T07:55:19.937Z] Removing intermediate container ea955c3e83f3 [2020-10-19T07:55:19.937Z] ---> dd3fc489c379 [2020-10-19T07:55:19.937Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:55:20.220Z] ---> Running in f17b0d912e4b [2020-10-19T07:55:20.220Z] Removing intermediate container f17b0d912e4b [2020-10-19T07:55:20.220Z] ---> 100fab281f87 [2020-10-19T07:55:20.220Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:55:20.220Z] ---> Running in c8077d1c2213 [2020-10-19T07:55:20.487Z] Removing intermediate container c8077d1c2213 [2020-10-19T07:55:20.487Z] ---> 6662e4de32a9 [2020-10-19T07:55:20.487Z] Step 14/24 : WORKDIR / [2020-10-19T07:55:20.487Z] ---> Running in 59778dfcbc22 [2020-10-19T07:55:20.764Z] Removing intermediate container 59778dfcbc22 [2020-10-19T07:55:20.764Z] ---> 1ef8391f121e [2020-10-19T07:55:20.764Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:55:20.829Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-19T07:55:21.368Z] ---> a311520ee6db [2020-10-19T07:55:21.368Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:55:21.638Z] ---> c20fdc2922cc [2020-10-19T07:55:21.638Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:55:22.245Z] ---> 569a024a6200 [2020-10-19T07:55:22.245Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:55:22.515Z] ---> af6d89cdafd1 [2020-10-19T07:55:22.515Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:55:22.812Z] ---> 0600d7595079 [2020-10-19T07:55:22.812Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:55:22.812Z] ---> Running in 435bf2f1deea [2020-10-19T07:55:23.089Z] Removing intermediate container 435bf2f1deea [2020-10-19T07:55:23.089Z] ---> c836505d68c6 [2020-10-19T07:55:23.089Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:55:23.089Z] ---> Running in 1965669e7281 [2020-10-19T07:55:23.377Z] Removing intermediate container 1965669e7281 [2020-10-19T07:55:23.377Z] ---> decfd5e54f92 [2020-10-19T07:55:23.377Z] Step 22/24 : LABEL arch=amd64 [2020-10-19T07:55:23.377Z] ---> Running in e928460c492e [2020-10-19T07:55:23.644Z] Removing intermediate container e928460c492e [2020-10-19T07:55:23.644Z] ---> 93f1597050ea [2020-10-19T07:55:23.644Z] Step 23/24 : LABEL git_sha=2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-19T07:55:23.644Z] ---> Running in 42818b69bba3 [2020-10-19T07:55:23.908Z] Removing intermediate container 42818b69bba3 [2020-10-19T07:55:23.908Z] ---> 53a2bd5922dc [2020-10-19T07:55:23.908Z] Step 24/24 : LABEL version=0.0.0 [2020-10-19T07:55:23.908Z] ---> Running in dfb85da28de7 [2020-10-19T07:55:24.182Z] Removing intermediate container dfb85da28de7 [2020-10-19T07:55:24.182Z] ---> 69940f60d398 [2020-10-19T07:55:24.182Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:55:24.182Z] Successfully built 69940f60d398 [2020-10-19T07:55:24.182Z] 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] } [2020-10-19T07:55:59.901Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-19T07:55:59.901Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-19T07:55:59.901Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-19T07:55:59.901Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.124s coverage: 21.6% of statements [2020-10-19T07:56:02.554Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.298s coverage: 97.1% of statements [2020-10-19T07:56:34.940Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.168s coverage: 9.4% of statements [2020-10-19T07:56:34.940Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.109s coverage: 21.9% of statements [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-19T07:56:34.940Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.662s coverage: 42.6% of statements [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-19T07:56:34.940Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.897s coverage: 68.9% of statements [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-19T07:56:34.940Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.189s coverage: 52.6% of statements [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-19T07:56:34.940Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.896s coverage: 68.9% of statements [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-19T07:56:34.940Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-19T07:56:34.940Z] GO111MODULE=on go vet ./... [2020-10-19T07:57:01.804Z] gofmt -l . [2020-10-19T07:57:02.077Z] [ "`gofmt -l .`" = "" ] [2020-10-19T07:57:02.678Z] ./bin/test-attribution-txt.sh [2020-10-19T07:57:03.760Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-19T07:57:04.102Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T07:57:05.362Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T07:57:05.368Z] $ docker stop --time=1 62ca14a168310e33dc66d35d7cbe875575637f1d222faf17b846c800e11d49b0 [2020-10-19T07:57:07.603Z] $ docker rm -f 62ca14a168310e33dc66d35d7cbe875575637f1d222faf17b846c800e11d49b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:57:09.113Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:57:09.449Z] + ls -al . [2020-10-19T07:57:09.449Z] total 224 [2020-10-19T07:57:09.449Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:57 . [2020-10-19T07:57:09.449Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 .. [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:53 .dockerignore [2020-10-19T07:57:09.449Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:53 .git [2020-10-19T07:57:09.449Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:53 .github [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:53 .gitignore [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:53 Dockerfile.build [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:53 Jenkinsfile [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:53 LICENSE [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:53 Makefile [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:53 README.md [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:53 RELEASE-NOTES.txt [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:50 VERSION [2020-10-19T07:57:09.449Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:53 bin [2020-10-19T07:57:09.449Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:56 coverage.out [2020-10-19T07:57:09.449Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 example [2020-10-19T07:57:09.449Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 19 07:57 go.mod [2020-10-19T07:57:09.449Z] -rw-r--r-- 1 jenkins jenkins 13822 Oct 19 07:57 go.sum [2020-10-19T07:57:09.449Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:53 internal [2020-10-19T07:57:09.449Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 openapi [2020-10-19T07:57:09.449Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:53 pkg [2020-10-19T07:57:09.449Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:53 snap [2020-10-19T07:57:09.449Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:53 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:57:09.798Z] + 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=2c092d27ef67f5e9fc8f25b80adb42344aab04ec --label arch=arm64 --label version=0.0.0 . [2020-10-19T07:57:10.401Z] Sending build context to Docker daemon 2.426MB [2020-10-19T07:57:10.401Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:57:10.401Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:57:10.401Z] ---> ec56a304c5c0 [2020-10-19T07:57:10.401Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:57:10.674Z] ---> Running in 8fa1e013f9af [2020-10-19T07:57:10.946Z] Removing intermediate container 8fa1e013f9af [2020-10-19T07:57:10.946Z] ---> 5438fc5e9002 [2020-10-19T07:57:10.946Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:57:11.221Z] ---> Running in fc3a67b1e23d [2020-10-19T07:57:11.494Z] Removing intermediate container fc3a67b1e23d [2020-10-19T07:57:11.494Z] ---> 7b233e71728b [2020-10-19T07:57:11.494Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:57:11.774Z] ---> Running in 78041f3215ed [2020-10-19T07:57:12.369Z] Removing intermediate container 78041f3215ed [2020-10-19T07:57:12.369Z] ---> 5959594233db [2020-10-19T07:57:12.369Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:57:12.369Z] ---> Running in 4302b48fc09d [2020-10-19T07:57:14.998Z] Removing intermediate container 4302b48fc09d [2020-10-19T07:57:14.998Z] ---> 4a8ce4ce792e [2020-10-19T07:57:14.998Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:57:14.998Z] ---> Running in aa6d34715841 [2020-10-19T07:57:16.448Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:57:17.425Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:57:18.019Z] OK: 142 MiB in 39 packages [2020-10-19T07:57:19.454Z] Removing intermediate container aa6d34715841 [2020-10-19T07:57:19.454Z] ---> c00b34dfaf69 [2020-10-19T07:57:19.454Z] Step 8/24 : COPY . . [2020-10-19T07:57:20.891Z] ---> 615343aea578 [2020-10-19T07:57:20.891Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:57:20.891Z] ---> Running in 894cf8dd5e81 [2020-10-19T07:57:22.329Z] 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 [2020-10-19T07:57:49.162Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:57:49.162Z] Removing intermediate container 894cf8dd5e81 [2020-10-19T07:57:49.162Z] ---> 4093ed73efe6 [2020-10-19T07:57:49.162Z] Step 10/24 : FROM scratch [2020-10-19T07:57:49.162Z] ---> [2020-10-19T07:57:49.162Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:57:49.162Z] ---> Running in a1ae8c9a72fc [2020-10-19T07:57:49.162Z] Removing intermediate container a1ae8c9a72fc [2020-10-19T07:57:49.162Z] ---> 76be2118ee22 [2020-10-19T07:57:49.162Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:57:49.434Z] ---> Running in 27ee5fd0d572 [2020-10-19T07:57:49.704Z] Removing intermediate container 27ee5fd0d572 [2020-10-19T07:57:49.704Z] ---> 0ce14531e163 [2020-10-19T07:57:49.704Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:57:49.974Z] ---> Running in 4618662f278c [2020-10-19T07:57:50.245Z] Removing intermediate container 4618662f278c [2020-10-19T07:57:50.245Z] ---> be971c375f4a [2020-10-19T07:57:50.245Z] Step 14/24 : WORKDIR / [2020-10-19T07:57:50.517Z] ---> Running in 2819b9ac2877 [2020-10-19T07:57:50.791Z] Removing intermediate container 2819b9ac2877 [2020-10-19T07:57:50.791Z] ---> a572992b5c44 [2020-10-19T07:57:50.791Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:57:52.224Z] ---> dbc8e2b29e2b [2020-10-19T07:57:52.224Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:57:52.819Z] ---> 050288a0d165 [2020-10-19T07:57:52.819Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:57:53.418Z] ---> 01ae3fd75af6 [2020-10-19T07:57:53.418Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:57:54.397Z] ---> e9d3c17afae3 [2020-10-19T07:57:54.397Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:57:54.988Z] ---> 4d6e7b4ed9fd [2020-10-19T07:57:54.988Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:57:54.988Z] ---> Running in ef753f771dc9 [2020-10-19T07:57:55.584Z] Removing intermediate container ef753f771dc9 [2020-10-19T07:57:55.584Z] ---> df673fe5cf10 [2020-10-19T07:57:55.584Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:57:55.584Z] ---> Running in eecd4c1f1dc5 [2020-10-19T07:57:56.179Z] Removing intermediate container eecd4c1f1dc5 [2020-10-19T07:57:56.179Z] ---> 148693435a54 [2020-10-19T07:57:56.179Z] Step 22/24 : LABEL arch=arm64 [2020-10-19T07:57:56.179Z] ---> Running in 8af16dc85b87 [2020-10-19T07:57:56.774Z] Removing intermediate container 8af16dc85b87 [2020-10-19T07:57:56.774Z] ---> 03579b6c2af7 [2020-10-19T07:57:56.774Z] Step 23/24 : LABEL git_sha=2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-19T07:57:56.774Z] ---> Running in 5cc5ef64943f [2020-10-19T07:57:57.047Z] Removing intermediate container 5cc5ef64943f [2020-10-19T07:57:57.047Z] ---> 7e0cafb9a3c2 [2020-10-19T07:57:57.047Z] Step 24/24 : LABEL version=0.0.0 [2020-10-19T07:57:57.321Z] ---> Running in 609fe0d1b494 [2020-10-19T07:57:57.593Z] Removing intermediate container 609fe0d1b494 [2020-10-19T07:57:57.593Z] ---> 28f98c093e78 [2020-10-19T07:57:57.593Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:57:57.865Z] Successfully built 28f98c093e78 [2020-10-19T07:57:57.865Z] 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 [2020-10-19T07:57:59.651Z] provisioning config files... [2020-10-19T07:57:59.664Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config4047422100537535457tmp [Pipeline] { [Pipeline] sh [2020-10-19T07:58:00.043Z] + set +x [2020-10-19T07:58:00.043Z] + curl -s https://codecov.io/bash [2020-10-19T07:58:00.043Z] + bash -s -- [2020-10-19T07:58:00.043Z] [2020-10-19T07:58:00.043Z] _____ _ [2020-10-19T07:58:00.043Z] / ____| | | [2020-10-19T07:58:00.043Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T07:58:00.043Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T07:58:00.043Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T07:58:00.043Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T07:58:00.043Z] Bash-20201009-048fee3 [2020-10-19T07:58:00.043Z] [2020-10-19T07:58:00.043Z] [2020-10-19T07:58:00.043Z] ==> Jenkins CI detected. [2020-10-19T07:58:00.043Z] project root: . [2020-10-19T07:58:00.043Z] --> token set from env [2020-10-19T07:58:00.305Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T07:58:00.305Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T07:58:00.305Z] ==> Python coveragepy not found [2020-10-19T07:58:00.305Z] ==> Searching for coverage reports in: [2020-10-19T07:58:00.305Z] + . [2020-10-19T07:58:00.305Z] -> Found 1 reports [2020-10-19T07:58:00.305Z] ==> Detecting git/mercurial file structure [2020-10-19T07:58:00.305Z] ==> Reading reports [2020-10-19T07:58:00.305Z] + ./coverage.out bytes=110398 [2020-10-19T07:58:00.305Z] ==> Appending adjustments [2020-10-19T07:58:00.305Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T07:58:00.567Z] + Found adjustments [2020-10-19T07:58:00.567Z] ==> Gzipping contents [2020-10-19T07:58:00.567Z] ==> Uploading reports [2020-10-19T07:58:00.567Z] url: https://codecov.io [2020-10-19T07:58:00.567Z] query: branch=PR-584&commit=2c092d27ef67f5e9fc8f25b80adb42344aab04ec&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-19T07:58:00.567Z] -> Pinging Codecov [2020-10-19T07:58:00.567Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=2c092d27ef67f5e9fc8f25b80adb42344aab04ec&build=29&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F29%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-19T07:58:00.830Z] -> Uploading to [2020-10-19T07:58:00.830Z] [2020-10-19T07:58:00.830Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:58:00.830Z] Dload Upload Total Spent Left Speed [2020-10-19T07:58:00.830Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T07:58:00.830Z] X> Failed to upload [2020-10-19T07:58:00.830Z] ==> Uploading to Codecov [2020-10-19T07:58:00.830Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:58:00.830Z] Dload Upload Total Spent Left Speed [2020-10-19T07:58:01.774Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 19147 0 0 100 19037 0 27218 --:--:-- --:--:-- --:--:-- 27195 100 19147 100 110 100 19037 157 27211 --:--:-- --:--:-- --:--:-- 27195 [2020-10-19T07:58:01.774Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2c092d27ef67f5e9fc8f25b80adb42344aab04ec [Pipeline] } [2020-10-19T07:58:01.783Z] 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 [2020-10-19T07:58:04.869Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:58:05.443Z] ---> package-listing.sh [2020-10-19T07:58:05.443Z] ++ facter osfamily [2020-10-19T07:58:05.443Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T07:58:05.443Z] + OS_FAMILY=redhat [2020-10-19T07:58:05.443Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-19T07:58:05.443Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T07:58:05.443Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T07:58:05.443Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T07:58:05.443Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T07:58:05.443Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-19T07:58:05.443Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T07:58:05.443Z] + case "${OS_FAMILY}" in [2020-10-19T07:58:05.443Z] + rpm -qa [2020-10-19T07:58:05.443Z] + sort [2020-10-19T07:58:09.652Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T07:58:09.652Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T07:58:09.652Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T07:58:09.652Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-19T07:58:09.652Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-10-19T07:58:09.652Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo [2020-10-19T07:58:09.665Z] 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-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T07:58:09.951Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:58:10.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:58:10.252Z] [2020-10-19T07:58:10.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:58:10.610Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:58:10.610Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T07:58:10.610Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:58:10.610Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T07:58:10.610Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T07:58:10.610Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T07:58:10.610Z] 93b61091891f: Pulling fs layer [2020-10-19T07:58:10.610Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T07:58:10.610Z] 5e14af77c1be: Pulling fs layer [2020-10-19T07:58:10.610Z] 01666e4c0597: Pulling fs layer [2020-10-19T07:58:10.610Z] aa168da1d23b: Pulling fs layer [2020-10-19T07:58:10.610Z] 93b61091891f: Waiting [2020-10-19T07:58:10.610Z] 93b9cdb0e59b: Waiting [2020-10-19T07:58:10.610Z] 5e14af77c1be: Waiting [2020-10-19T07:58:10.610Z] 01666e4c0597: Waiting [2020-10-19T07:58:10.610Z] aa168da1d23b: Waiting [2020-10-19T07:58:10.610Z] 36b3adc4ff6f: Download complete [2020-10-19T07:58:10.610Z] 46f8f816bc3b: Download complete [2020-10-19T07:58:10.610Z] df20fa9351a1: Download complete [2020-10-19T07:58:10.610Z] 93b9cdb0e59b: Verifying Checksum [2020-10-19T07:58:10.610Z] 93b9cdb0e59b: Download complete [2020-10-19T07:58:10.876Z] 5e14af77c1be: Verifying Checksum [2020-10-19T07:58:10.876Z] 5e14af77c1be: Download complete [2020-10-19T07:58:10.876Z] 01666e4c0597: Verifying Checksum [2020-10-19T07:58:10.876Z] 01666e4c0597: Download complete [2020-10-19T07:58:10.876Z] 93b61091891f: Verifying Checksum [2020-10-19T07:58:10.876Z] 93b61091891f: Download complete [2020-10-19T07:58:10.876Z] df20fa9351a1: Pull complete [2020-10-19T07:58:11.139Z] 36b3adc4ff6f: Pull complete [2020-10-19T07:58:11.401Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T07:58:11.401Z] 8ad3a11d3b57: Download complete [2020-10-19T07:58:11.976Z] 8ad3a11d3b57: Pull complete [2020-10-19T07:58:12.238Z] 46f8f816bc3b: Pull complete [2020-10-19T07:58:12.499Z] 93b61091891f: Pull complete [2020-10-19T07:58:12.773Z] 93b9cdb0e59b: Pull complete [2020-10-19T07:58:12.773Z] 5e14af77c1be: Pull complete [2020-10-19T07:58:13.036Z] 01666e4c0597: Pull complete [2020-10-19T07:58:13.608Z] aa168da1d23b: Verifying Checksum [2020-10-19T07:58:13.608Z] aa168da1d23b: Download complete [2020-10-19T07:58:20.246Z] aa168da1d23b: Pull complete [2020-10-19T07:58:20.246Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T07:58:20.246Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:58:20.246Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T07:58:20.389Z] prd-centos7-docker-4c-2g-6237 does not seem to be running inside a container [2020-10-19T07:58:20.429Z] $ 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-584/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-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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-19T07:58:26.653Z] $ docker top 553e0e7bc6c954d15e1052142b6cd69139300568a7a4c2251c0279d65c58e4e6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:58:27.169Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T07:58:27.468Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T07:58:27.762Z] + ls /var/log/sa-host [2020-10-19T07:58:27.762Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T07:58:27.762Z] file_magic: OK [2020-10-19T07:58:27.762Z] HZ: Using current value: 100 [2020-10-19T07:58:27.762Z] file_header: OK [2020-10-19T07:58:27.762Z] 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 [2020-10-19T07:58:27.762Z] Statistics: [2020-10-19T07:58:27.762Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:58:27.762Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T07:58:27.762Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T07:58:27.762Z] file_magic: OK [2020-10-19T07:58:27.762Z] HZ: Using current value: 100 [2020-10-19T07:58:27.762Z] file_header: OK [2020-10-19T07:58:27.762Z] 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 [2020-10-19T07:58:27.762Z] Statistics: [2020-10-19T07:58:27.762Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:58:27.762Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:58:27.957Z] provisioning config files... [2020-10-19T07:58:27.972Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1113140462546095207tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:58:28.089Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:58:28.388Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T07:58:28.397Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T07:58:28.505Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:58:28.802Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T07:58:28.813Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:58:29.113Z] ---> sudo-logs.sh [2020-10-19T07:58:29.113Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T07:58:29.125Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:58:30.250Z] ---> job-cost.sh [2020-10-19T07:58:30.250Z] lf-activate-venv: SKIPPING [2020-10-19T07:58:30.250Z] INFO: No Stack... [2020-10-19T07:58:30.820Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T07:58:31.081Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T07:58:31.094Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:58:31.383Z] ---> logs-deploy.sh [2020-10-19T07:58:31.383Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/29 [2020-10-19T07:58:31.383Z] INFO: archiving workspace using pattern(s): [2020-10-19T07:58:32.769Z] Archives upload complete. [2020-10-19T07:58:32.769Z] INFO: archiving logs to Nexus [2020-10-19T07:58:33.709Z] ---> uname -a: [2020-10-19T07:58:33.709Z] Linux prd-centos7-docker-4c-2g-6237.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] ---> lscpu: [2020-10-19T07:58:33.709Z] Architecture: x86_64 [2020-10-19T07:58:33.709Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-19T07:58:33.709Z] Byte Order: Little Endian [2020-10-19T07:58:33.709Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-19T07:58:33.709Z] CPU(s): 4 [2020-10-19T07:58:33.709Z] On-line CPU(s) list: 0-3 [2020-10-19T07:58:33.709Z] Thread(s) per core: 1 [2020-10-19T07:58:33.709Z] Core(s) per socket: 1 [2020-10-19T07:58:33.709Z] Socket(s): 4 [2020-10-19T07:58:33.709Z] NUMA node(s): 1 [2020-10-19T07:58:33.709Z] Vendor ID: GenuineIntel [2020-10-19T07:58:33.709Z] CPU family: 6 [2020-10-19T07:58:33.709Z] Model: 44 [2020-10-19T07:58:33.709Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-19T07:58:33.709Z] Stepping: 1 [2020-10-19T07:58:33.709Z] CPU MHz: 2933.438 [2020-10-19T07:58:33.709Z] BogoMIPS: 5866.87 [2020-10-19T07:58:33.709Z] Virtualization: VT-x [2020-10-19T07:58:33.709Z] Hypervisor vendor: KVM [2020-10-19T07:58:33.709Z] Virtualization type: full [2020-10-19T07:58:33.709Z] L1d cache: 128 KiB [2020-10-19T07:58:33.709Z] L1i cache: 128 KiB [2020-10-19T07:58:33.709Z] L2 cache: 16 MiB [2020-10-19T07:58:33.709Z] L3 cache: 64 MiB [2020-10-19T07:58:33.709Z] NUMA node0 CPU(s): 0-3 [2020-10-19T07:58:33.709Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-19T07:58:33.709Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-19T07:58:33.709Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-19T07:58:33.709Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-19T07:58:33.709Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-19T07:58:33.709Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-19T07:58:33.709Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-19T07:58:33.709Z] Vulnerability Tsx async abort: Not affected [2020-10-19T07:58:33.709Z] 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 [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] ---> nproc: [2020-10-19T07:58:33.709Z] 4 [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] ---> df -h: [2020-10-19T07:58:33.709Z] Filesystem Size Used Available Use% Mounted on [2020-10-19T07:58:33.709Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-19T07:58:33.709Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-19T07:58:33.709Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-19T07:58:33.709Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-19T07:58:33.709Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] [2020-10-19T07:58:33.709Z] ---> free -m: [2020-10-19T07:58:33.710Z] total used free shared buff/cache available [2020-10-19T07:58:33.710Z] Mem: 1837 684 102 0 1049 1050 [2020-10-19T07:58:33.710Z] Swap: 1023 1 1022 [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] ---> ip addr: [2020-10-19T07:58:33.710Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-19T07:58:33.710Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-19T07:58:33.710Z] inet 127.0.0.1/8 scope host lo [2020-10-19T07:58:33.710Z] valid_lft forever preferred_lft forever [2020-10-19T07:58:33.710Z] inet6 ::1/128 scope host [2020-10-19T07:58:33.710Z] valid_lft forever preferred_lft forever [2020-10-19T07:58:33.710Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-19T07:58:33.710Z] link/ether fa:16:3e:70:ed:24 brd ff:ff:ff:ff:ff:ff [2020-10-19T07:58:33.710Z] inet 10.30.123.192/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-19T07:58:33.710Z] valid_lft 85856sec preferred_lft 85856sec [2020-10-19T07:58:33.710Z] inet6 fe80::f816:3eff:fe70:ed24/64 scope link [2020-10-19T07:58:33.710Z] valid_lft forever preferred_lft forever [2020-10-19T07:58:33.710Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-19T07:58:33.710Z] link/ether 02:42:6b:20:aa:e8 brd ff:ff:ff:ff:ff:ff [2020-10-19T07:58:33.710Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-19T07:58:33.710Z] valid_lft forever preferred_lft forever [2020-10-19T07:58:33.710Z] inet6 fe80::42:6bff:fe20:aae8/64 scope link [2020-10-19T07:58:33.710Z] valid_lft forever preferred_lft forever [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] ---> sar -b -r -n DEV: [2020-10-19T07:58:33.710Z] 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) [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] 07:49:11 LINUX RESTART (4 CPU) [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] 07:50:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-19T07:58:33.710Z] 07:51:01 28.56 10.49 18.07 0.00 4399.73 2253.53 0.00 [2020-10-19T07:58:33.710Z] 07:52:01 1.87 0.00 1.87 0.00 0.00 34.94 0.00 [2020-10-19T07:58:33.710Z] 07:53:01 0.27 0.00 0.27 0.00 0.00 3.13 0.00 [2020-10-19T07:58:33.710Z] 07:54:01 0.27 0.00 0.27 0.00 0.00 3.46 0.00 [2020-10-19T07:58:33.710Z] 07:55:01 0.22 0.00 0.22 0.00 0.00 3.07 0.00 [2020-10-19T07:58:33.710Z] 07:56:01 0.30 0.02 0.28 0.00 0.13 3.80 0.00 [2020-10-19T07:58:33.710Z] 07:57:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 [2020-10-19T07:58:33.710Z] 07:58:01 0.37 0.13 0.23 0.00 5.33 2.17 0.00 [2020-10-19T07:58:33.710Z] Average: 4.02 1.33 2.69 0.00 550.68 288.45 0.00 [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] 07:50:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-19T07:58:33.710Z] 07:51:01 171176 0 584624 31.07 2620 1123136 1088548 37.15 426244 1124448 16 [2020-10-19T07:58:33.710Z] 07:52:01 173544 0 582252 30.95 2620 1123140 1088224 37.14 425124 1123548 16 [2020-10-19T07:58:33.710Z] 07:53:01 172668 0 583120 30.99 2620 1123148 1088128 37.14 426944 1122996 20 [2020-10-19T07:58:33.710Z] 07:54:01 174244 0 581544 30.91 2620 1123148 1074536 36.67 425980 1122576 20 [2020-10-19T07:58:33.710Z] 07:55:01 173864 0 581916 30.93 2620 1123156 1060312 36.19 427924 1121332 8 [2020-10-19T07:58:33.710Z] 07:56:01 174416 0 581296 30.89 2620 1123224 1060144 36.18 442156 1106268 28 [2020-10-19T07:58:33.710Z] 07:57:01 173756 0 582008 30.93 2620 1123172 1060144 36.18 455208 1093916 8 [2020-10-19T07:58:33.710Z] 07:58:01 164244 0 591224 31.42 2620 1123468 1061832 36.24 450764 1101488 152 [2020-10-19T07:58:33.710Z] Average: 172239 0 583498 31.01 2620 1123199 1072734 36.61 435043 1114572 34 [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] 07:50:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-19T07:58:33.710Z] 07:51:01 eth0 75.53 63.07 356.21 34.20 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:51:01 docker0 9.48 6.98 1.30 19.96 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:52:01 eth0 3.35 0.80 0.98 0.56 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:53:01 eth0 1.12 0.33 0.33 0.23 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:54:01 eth0 1.85 0.32 0.44 0.20 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:55:01 eth0 1.23 0.75 0.71 0.47 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:56:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:57:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:58:01 eth0 5.10 3.35 4.81 1.96 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] 07:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] Average: eth0 11.06 8.60 45.44 4.70 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] Average: docker0 1.18 0.87 0.16 2.50 0.00 0.00 0.00 0.00 [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] ---> sar -P ALL: [2020-10-19T07:58:33.710Z] 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) [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] 07:49:11 LINUX RESTART (4 CPU) [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] 07:50:01 CPU %user %nice %system %iowait %steal %idle [2020-10-19T07:58:33.710Z] 07:51:01 all 2.33 0.00 1.15 0.57 0.00 95.95 [2020-10-19T07:58:33.710Z] 07:51:01 0 2.34 0.00 1.23 0.20 0.00 96.23 [2020-10-19T07:58:33.710Z] 07:51:01 1 2.32 0.00 1.30 1.32 0.00 95.06 [2020-10-19T07:58:33.710Z] 07:51:01 2 2.37 0.00 1.17 0.72 0.00 95.74 [2020-10-19T07:58:33.710Z] 07:51:01 3 2.29 0.00 0.89 0.05 0.00 96.77 [2020-10-19T07:58:33.710Z] 07:52:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-19T07:58:33.710Z] 07:52:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2020-10-19T07:58:33.710Z] 07:52:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-19T07:58:33.710Z] 07:52:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-19T07:58:33.710Z] 07:52:01 3 0.52 0.00 0.02 0.00 0.00 99.46 [2020-10-19T07:58:33.710Z] 07:53:01 all 0.12 0.00 0.02 0.00 0.00 99.86 [2020-10-19T07:58:33.710Z] 07:53:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-19T07:58:33.710Z] 07:53:01 1 0.30 0.00 0.02 0.00 0.00 99.68 [2020-10-19T07:58:33.710Z] 07:53:01 2 0.08 0.00 0.03 0.00 0.00 99.88 [2020-10-19T07:58:33.710Z] 07:53:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-19T07:58:33.710Z] 07:54:01 all 0.13 0.00 0.02 0.00 0.00 99.85 [2020-10-19T07:58:33.710Z] 07:54:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-19T07:58:33.710Z] 07:54:01 1 0.42 0.00 0.02 0.00 0.00 99.57 [2020-10-19T07:58:33.710Z] 07:54:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-19T07:58:33.710Z] 07:54:01 3 0.07 0.00 0.02 0.00 0.00 99.92 [2020-10-19T07:58:33.710Z] 07:55:01 all 0.17 0.00 0.02 0.00 0.00 99.81 [2020-10-19T07:58:33.710Z] 07:55:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-19T07:58:33.710Z] 07:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-19T07:58:33.710Z] 07:55:01 2 0.55 0.00 0.03 0.00 0.00 99.42 [2020-10-19T07:58:33.710Z] 07:55:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-19T07:58:33.710Z] 07:56:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-10-19T07:58:33.710Z] 07:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-19T07:58:33.710Z] 07:56:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-19T07:58:33.710Z] 07:56:01 2 0.50 0.00 0.02 0.00 0.00 99.48 [2020-10-19T07:58:33.710Z] 07:56:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-19T07:58:33.710Z] 07:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-10-19T07:58:33.710Z] 07:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-19T07:58:33.710Z] 07:57:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-19T07:58:33.710Z] 07:57:01 2 0.52 0.00 0.05 0.00 0.00 99.43 [2020-10-19T07:58:33.710Z] 07:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-19T07:58:33.710Z] 07:58:01 all 0.43 0.00 0.21 0.00 0.00 99.36 [2020-10-19T07:58:33.710Z] 07:58:01 0 0.45 0.00 0.30 0.00 0.00 99.25 [2020-10-19T07:58:33.710Z] 07:58:01 1 0.28 0.00 0.17 0.00 0.00 99.55 [2020-10-19T07:58:33.710Z] 07:58:01 2 0.67 0.00 0.20 0.00 0.00 99.13 [2020-10-19T07:58:33.710Z] 07:58:01 3 0.30 0.00 0.18 0.00 0.00 99.52 [2020-10-19T07:58:33.710Z] Average: all 0.45 0.00 0.19 0.07 0.00 99.29 [2020-10-19T07:58:33.710Z] Average: 0 0.37 0.00 0.21 0.02 0.00 99.40 [2020-10-19T07:58:33.710Z] Average: 1 0.43 0.00 0.20 0.16 0.00 99.21 [2020-10-19T07:58:33.710Z] Average: 2 0.59 0.00 0.19 0.09 0.00 99.12 [2020-10-19T07:58:33.710Z] Average: 3 0.42 0.00 0.15 0.01 0.00 99.43 [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z] [2020-10-19T07:58:33.710Z]