Pull request #635 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6+975d48b943a5c2bc6063d84ef50a93379b203cdf (1f028b65f2ffe59231e9909869318f6709958926) 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 ‘prd-centos7-docker-4c-2g-3642’ is offline Running on prd-centos7-docker-4c-2g-8170 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [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-635 # 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 975d48b943a5c2bc6063d84ef50a93379b203cdf into PR head commit 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 Merge succeeded, producing 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 Checking out Revision 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 (PR-635) > 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/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 # 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 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 # timeout=10 Commit message: "fix(sdk): prevent creating duplicate autoevent executor" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk f3e26f1634ecffa893d4a8951ff0a14f292d6817 # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-22T06:15:01.534Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-22T06:15:01.831Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-22T06:15:01.962Z] ========================================================= [2020-10-22T06:15:01.962Z] EdgeX Global Pipelines Version Info [2020-10-22T06:15:01.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:15:03.473Z] ------------------- [2020-10-22T06:15:03.473Z] stable info: [2020-10-22T06:15:03.473Z] ------------------- [2020-10-22T06:15:03.473Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-22T06:15:03.473Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-22T06:15:03.473Z] Message: update stable to v1.0.144 [2020-10-22T06:15:04.423Z] ------------------- [2020-10-22T06:15:04.423Z] experimental info: [2020-10-22T06:15:04.423Z] ------------------- [2020-10-22T06:15:04.423Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-22T06:15:04.423Z] Commit SHA: 621c85e0770955ed183ee9564161f3cbfe69c868 [2020-10-22T06:15:04.423Z] Message: update experimental to v1.0.147 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-22T06:15:04.825Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-22T06:15:04.988Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-22T06:15:05.096Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-22T06:15:05.222Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-22T06:15:05.329Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-22T06:15:05.493Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-22T06:15:05.612Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-22T06:15:05.719Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-22T06:15:05.848Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-22T06:15:05.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-22T06:15:06.063Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-22T06:15:06.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-22T06:15:06.347Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-22T06:15:06.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-22T06:15:06.564Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-22T06:15:06.723Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T06:15:06.833Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T06:15:06.935Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-22T06:15:07.034Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-22T06:15:07.153Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-22T06:15:07.257Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-22T06:15:07.380Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-22T06:15:07.480Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-22T06:15:07.576Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-22T06:15:07.679Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-22T06:15:07.806Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-635 [Pipeline] echo [2020-10-22T06:15:07.901Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-635 [Pipeline] echo [2020-10-22T06:15:08.020Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-635 [Pipeline] echo [2020-10-22T06:15:08.116Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [Pipeline] echo [2020-10-22T06:15:08.207Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 36fb88b [Pipeline] echo [2020-10-22T06:15:08.342Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-22T06:15:08.940Z] + git log --format=format:%s -1 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [Pipeline] echo [2020-10-22T06:15:09.003Z] GIT_COMMIT: 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6, Commit Message: fix(sdk): prevent creating duplicate autoevent executor [Pipeline] echo [2020-10-22T06:15:09.055Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:15:09.678Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:15:09.678Z] [2020-10-22T06:15:09.678Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:15:10.057Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:15:10.057Z] latest: Pulling from edgex-devops/git-semver [2020-10-22T06:15:10.057Z] 31603596830f: Pulling fs layer [2020-10-22T06:15:10.057Z] 2a8b12db71e7: Pulling fs layer [2020-10-22T06:15:10.057Z] 6ca5941a6612: Pulling fs layer [2020-10-22T06:15:10.057Z] ecc8261a40a4: Pulling fs layer [2020-10-22T06:15:10.057Z] ecc8261a40a4: Waiting [2020-10-22T06:15:10.057Z] 2a8b12db71e7: Verifying Checksum [2020-10-22T06:15:10.057Z] 2a8b12db71e7: Download complete [2020-10-22T06:15:10.321Z] 31603596830f: Verifying Checksum [2020-10-22T06:15:10.321Z] 31603596830f: Download complete [2020-10-22T06:15:10.321Z] 6ca5941a6612: Verifying Checksum [2020-10-22T06:15:10.321Z] 6ca5941a6612: Download complete [2020-10-22T06:15:10.321Z] ecc8261a40a4: Verifying Checksum [2020-10-22T06:15:10.321Z] ecc8261a40a4: Download complete [2020-10-22T06:15:10.586Z] 31603596830f: Pull complete [2020-10-22T06:15:10.586Z] 2a8b12db71e7: Pull complete [2020-10-22T06:15:11.540Z] 6ca5941a6612: Pull complete [2020-10-22T06:15:11.540Z] ecc8261a40a4: Pull complete [2020-10-22T06:15:11.540Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-22T06:15:11.540Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-22T06:15:11.540Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-22T06:15:11.642Z] prd-centos7-docker-4c-2g-8170 does not seem to be running inside a container [2020-10-22T06:15:11.697Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-635 -v /w/workspace/dgexfoundry_device-sdk-go_PR-635:/w/workspace/dgexfoundry_device-sdk-go_PR-635:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-635@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:10004/edgex-devops/git-semver:latest cat [2020-10-22T06:15:13.922Z] $ docker top c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-22T06:15:14.215Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:15:14.215Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:15:14.409Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:15:14.415Z] $ docker exec c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 ssh-agent [2020-10-22T06:15:14.568Z] SSH_AUTH_SOCK=/tmp/ssh-uvP01iQrMsQm/agent.11 [2020-10-22T06:15:14.568Z] SSH_AGENT_PID=16 [2020-10-22T06:15:14.581Z] Running ssh-add (command line suppressed) [2020-10-22T06:15:14.701Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_5409268222125460457.key (/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_5409268222125460457.key) [2020-10-22T06:15:14.752Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:15:15.103Z] + git tag --points-at HEAD [Pipeline] } [2020-10-22T06:15:15.125Z] $ docker exec --env ******** --env ******** c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 ssh-agent -k [2020-10-22T06:15:15.234Z] unset SSH_AUTH_SOCK; [2020-10-22T06:15:15.235Z] unset SSH_AGENT_PID; [2020-10-22T06:15:15.235Z] echo Agent pid 16 killed; [2020-10-22T06:15:15.276Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-22T06:15:15.423Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-22T06:15:15.423Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-22T06:15:15.587Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-22T06:15:15.592Z] $ docker exec c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 ssh-agent [2020-10-22T06:15:15.741Z] SSH_AUTH_SOCK=/tmp/ssh-wImCzKWxSI0B/agent.45 [2020-10-22T06:15:15.741Z] SSH_AGENT_PID=50 [2020-10-22T06:15:15.748Z] Running ssh-add (command line suppressed) [2020-10-22T06:15:15.861Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_4088340784100088803.key (/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/private_key_4088340784100088803.key) [2020-10-22T06:15:15.908Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-22T06:15:16.247Z] + git semver init [2020-10-22T06:15:16.247Z] # -> Open(): unable to determine branch for HEAD [2020-10-22T06:15:16.247Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-635/.git [2020-10-22T06:15:16.247Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-635 [2020-10-22T06:15:16.247Z] # $SEMVER_REMOTE_NAME = origin [2020-10-22T06:15:16.247Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-22T06:15:16.247Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-22T06:15:16.247Z] # $SEMVER_BRANCH = PR-635 [2020-10-22T06:15:16.247Z] # $SEMVER_TEMP = /tmp/semver-156580141 [2020-10-22T06:15:16.247Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-22T06:15:16.821Z] # '/tmp/semver-156580141' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-635/.semver' [2020-10-22T06:15:16.821Z] # -> Force: false [2020-10-22T06:15:16.821Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-635/.semver [Pipeline] } [2020-10-22T06:15:16.836Z] $ docker exec --env ******** --env ******** c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 ssh-agent -k [2020-10-22T06:15:16.948Z] unset SSH_AUTH_SOCK; [2020-10-22T06:15:16.948Z] unset SSH_AGENT_PID; [2020-10-22T06:15:16.948Z] echo Agent pid 50 killed; [2020-10-22T06:15:16.995Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-22T06:15:17.475Z] + git semver [Pipeline] } [2020-10-22T06:15:17.497Z] $ docker stop --time=1 c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 [2020-10-22T06:15:18.861Z] $ docker rm -f c8ab40c624b66903ca49b57236ad310b39827641101e0f4ccfbe8112d7defcf3 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-22T06:15:19.331Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-22T06:15:19.817Z] Stashed 1 file(s) [Pipeline] echo [2020-10-22T06:15:19.820Z] [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-22T06:15:35.443Z] Still waiting to schedule task [2020-10-22T06:15:35.443Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-22T06:15:35.445Z] Still waiting to schedule task [2020-10-22T06:15:35.445Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-10-22T06:17:35.039Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8171 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [Pipeline] { [Pipeline] ws [2020-10-22T06:17:35.111Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-10-22T06:17:39.768Z] using credential edgex-jenkins-ssh [2020-10-22T06:17:39.831Z] Cloning the remote Git repository [2020-10-22T06:17:39.899Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:17:40.001Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-10-22T06:17:40.077Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:17:40.078Z] > git --version # timeout=10 [2020-10-22T06:17:40.099Z] > git --version # 'git version 2.17.1' [2020-10-22T06:17:40.101Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:17:40.152Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:17:41.177Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:17:41.194Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:17:41.218Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:17:41.248Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:17:41.249Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:17:41.262Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T06:17:41.824Z] Merging remotes/origin/master commit 975d48b943a5c2bc6063d84ef50a93379b203cdf into PR head commit 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [2020-10-22T06:17:42.061Z] Merge succeeded, producing 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [2020-10-22T06:17:42.061Z] Checking out Revision 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 (PR-635) [2020-10-22T06:17:41.862Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:17:41.891Z] > git checkout -f 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 # timeout=10 [2020-10-22T06:17:42.002Z] > git remote # timeout=10 [2020-10-22T06:17:42.020Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T06:17:42.032Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:17:42.042Z] > git merge 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 [2020-10-22T06:17:42.067Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T06:17:42.086Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:17:42.098Z] > git checkout -f 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 # timeout=10 [2020-10-22T06:17:46.368Z] Commit message: "fix(sdk): prevent creating duplicate autoevent executor" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T06:17:47.347Z] ========================================================= [2020-10-22T06:17:47.347Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-22T06:17:47.347Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:17:48.490Z] + 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-22T06:17:49.474Z] Sending build context to Docker daemon 2.344MB [2020-10-22T06:17:49.474Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T06:17:49.474Z] Step 2/8 : FROM ${BASE} [2020-10-22T06:17:49.750Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-22T06:17:49.750Z] b538f80385f9: Pulling fs layer [2020-10-22T06:17:49.750Z] 74f711af9a0d: Pulling fs layer [2020-10-22T06:17:49.750Z] 99f96fe45779: Pulling fs layer [2020-10-22T06:17:49.750Z] 8529a6b9a6be: Pulling fs layer [2020-10-22T06:17:49.750Z] 45590311c82a: Pulling fs layer [2020-10-22T06:17:49.750Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-22T06:17:49.750Z] 209524e5b208: Pulling fs layer [2020-10-22T06:17:49.750Z] 45590311c82a: Waiting [2020-10-22T06:17:49.750Z] 69ca0ff8b7b3: Waiting [2020-10-22T06:17:49.750Z] 209524e5b208: Waiting [2020-10-22T06:17:49.750Z] 8529a6b9a6be: Waiting [2020-10-22T06:17:49.750Z] 99f96fe45779: Verifying Checksum [2020-10-22T06:17:49.750Z] 99f96fe45779: Download complete [2020-10-22T06:17:49.750Z] 74f711af9a0d: Download complete [2020-10-22T06:17:49.750Z] 45590311c82a: Verifying Checksum [2020-10-22T06:17:49.750Z] 45590311c82a: Download complete [2020-10-22T06:17:50.345Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-22T06:17:50.630Z] b538f80385f9: Verifying Checksum [2020-10-22T06:17:50.630Z] b538f80385f9: Download complete [2020-10-22T06:17:51.238Z] b538f80385f9: Pull complete [2020-10-22T06:17:51.844Z] 74f711af9a0d: Pull complete [2020-10-22T06:17:52.120Z] 99f96fe45779: Pull complete [2020-10-22T06:17:53.109Z] 209524e5b208: Verifying Checksum [2020-10-22T06:17:53.109Z] 209524e5b208: Download complete [2020-10-22T06:17:53.776Z] 8529a6b9a6be: Verifying Checksum [2020-10-22T06:17:53.776Z] 8529a6b9a6be: Download complete [2020-10-22T06:18:03.976Z] 8529a6b9a6be: Pull complete [2020-10-22T06:18:04.249Z] 45590311c82a: Pull complete [2020-10-22T06:18:04.845Z] 69ca0ff8b7b3: Pull complete [2020-10-22T06:18:08.255Z] 209524e5b208: Pull complete [2020-10-22T06:18:08.255Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-22T06:18:08.255Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-22T06:18:08.255Z] ---> 5bddaf1c2fca [2020-10-22T06:18:08.255Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:18:11.668Z] ---> Running in 71d0b729eefa [2020-10-22T06:18:11.668Z] Removing intermediate container 71d0b729eefa [2020-10-22T06:18:11.668Z] ---> c3399b9ff691 [2020-10-22T06:18:11.668Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:18:11.668Z] ---> Running in e76f18dd4b19 [2020-10-22T06:18:14.312Z] Removing intermediate container e76f18dd4b19 [2020-10-22T06:18:14.312Z] ---> 0cde9425b411 [2020-10-22T06:18:14.312Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-22T06:18:14.312Z] ---> Running in 9092693dfafc [2020-10-22T06:18:15.748Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T06:18:16.730Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T06:18:17.005Z] OK: 142 MiB in 39 packages [2020-10-22T06:18:18.447Z] Removing intermediate container 9092693dfafc [2020-10-22T06:18:18.447Z] ---> 4ac9060da529 [2020-10-22T06:18:18.447Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-22T06:18:18.447Z] ---> Running in 13f46fbe853b [2020-10-22T06:18:18.721Z] Removing intermediate container 13f46fbe853b [2020-10-22T06:18:18.721Z] ---> 65a07990a3b3 [2020-10-22T06:18:18.721Z] Step 7/8 : COPY . . [2020-10-22T06:18:20.157Z] ---> dcad393b2840 [2020-10-22T06:18:20.157Z] Step 8/8 : RUN go mod download [2020-10-22T06:18:20.157Z] ---> Running in 613213d2aec2 [2020-10-22T06:18:35.595Z] Running on prd-centos7-docker-4c-2g-8172 in /w/workspace/dgexfoundry_device-sdk-go_PR-635 [Pipeline] { [Pipeline] ws [2020-10-22T06:18:35.657Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-10-22T06:18:41.669Z] using credential edgex-jenkins-ssh [2020-10-22T06:18:41.787Z] Cloning the remote Git repository [2020-10-22T06:18:42.345Z] Removing intermediate container 613213d2aec2 [2020-10-22T06:18:42.345Z] ---> 86ffd1233350 [2020-10-22T06:18:42.345Z] Successfully built 86ffd1233350 [2020-10-22T06:18:42.345Z] Successfully tagged ci-base-image-arm64:latest [2020-10-22T06:18:41.850Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:18:41.944Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-10-22T06:18:42.027Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:18:42.028Z] > git --version # timeout=10 [2020-10-22T06:18:42.067Z] > git --version # 'git version 2.16.5' [2020-10-22T06:18:42.068Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:18:42.112Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:18:42.751Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T06:18:42.751Z] . [Pipeline] withDockerContainer [2020-10-22T06:18:43.031Z] prd-ubuntu18.04-docker-arm64-4c-16g-8171 does not seem to be running inside a container [2020-10-22T06:18:43.119Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T06:18:43.375Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:18:43.404Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-22T06:18:43.431Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-22T06:18:43.461Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-22T06:18:43.461Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:18:43.470Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/635/head:refs/remotes/origin/PR-635 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-22T06:18:43.962Z] Merging remotes/origin/master commit 975d48b943a5c2bc6063d84ef50a93379b203cdf into PR head commit 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [2020-10-22T06:18:44.204Z] Merge succeeded, producing 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [2020-10-22T06:18:44.205Z] Checking out Revision 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 (PR-635) [2020-10-22T06:18:44.890Z] $ docker top cfd1b5efd123fa3433e35932dde7738d0417c9e0271d9933fe67b3bf66f60ea5 -eo pid,comm [2020-10-22T06:18:43.977Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:18:44.002Z] > git checkout -f 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 # timeout=10 [2020-10-22T06:18:44.097Z] > git remote # timeout=10 [2020-10-22T06:18:44.132Z] > git config --get remote.origin.url # timeout=10 [2020-10-22T06:18:44.153Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-22T06:18:44.159Z] > git merge 975d48b943a5c2bc6063d84ef50a93379b203cdf # timeout=10 [2020-10-22T06:18:44.195Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-22T06:18:44.212Z] > git config core.sparsecheckout # timeout=10 [2020-10-22T06:18:44.254Z] > git checkout -f 36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 # timeout=10 [Pipeline] { [Pipeline] sh [2020-10-22T06:18:46.355Z] + go version [2020-10-22T06:18:46.355Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-22T06:18:46.388Z] $ docker stop --time=1 cfd1b5efd123fa3433e35932dde7738d0417c9e0271d9933fe67b3bf66f60ea5 [2020-10-22T06:18:48.285Z] $ docker rm -f cfd1b5efd123fa3433e35932dde7738d0417c9e0271d9933fe67b3bf66f60ea5 [2020-10-22T06:18:48.333Z] Commit message: "fix(sdk): prevent creating duplicate autoevent executor" [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-22T06:18:49.568Z] ========================================================= [2020-10-22T06:18:49.568Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-22T06:18:49.568Z] ========================================================= [2020-10-22T06:18:49.571Z] + docker inspect -f . ci-base-image-arm64 [2020-10-22T06:18:49.571Z] . [Pipeline] withDockerContainer [2020-10-22T06:18:49.872Z] prd-ubuntu18.04-docker-arm64-4c-16g-8171 does not seem to be running inside a container [2020-10-22T06:18:49.968Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-22T06:18:51.863Z] $ docker top a49b97c7e0ae679ba7ad5a328034e6f64c70c0e15d6f43b386573c291dd7463c -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:18:53.285Z] + make test [2020-10-22T06:18:53.285Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-22T06:18:53.365Z] + 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-22T06:18:53.972Z] Sending build context to Docker daemon 2.346MB [2020-10-22T06:18:53.972Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-22T06:18:53.972Z] Step 2/8 : FROM ${BASE} [2020-10-22T06:18:54.237Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-22T06:18:54.237Z] df20fa9351a1: Pulling fs layer [2020-10-22T06:18:54.237Z] ed8968b2872e: Pulling fs layer [2020-10-22T06:18:54.237Z] a92cc7c5fd73: Pulling fs layer [2020-10-22T06:18:54.237Z] e871e8e8d7a9: Pulling fs layer [2020-10-22T06:18:54.237Z] e73272ec9a57: Pulling fs layer [2020-10-22T06:18:54.237Z] 1e910a182e73: Pulling fs layer [2020-10-22T06:18:54.237Z] 4e634b169226: Pulling fs layer [2020-10-22T06:18:54.237Z] e871e8e8d7a9: Waiting [2020-10-22T06:18:54.237Z] e73272ec9a57: Waiting [2020-10-22T06:18:54.237Z] 4e634b169226: Waiting [2020-10-22T06:18:54.237Z] 1e910a182e73: Waiting [2020-10-22T06:18:54.237Z] a92cc7c5fd73: Verifying Checksum [2020-10-22T06:18:54.237Z] a92cc7c5fd73: Download complete [2020-10-22T06:18:54.237Z] ed8968b2872e: Verifying Checksum [2020-10-22T06:18:54.237Z] ed8968b2872e: Download complete [2020-10-22T06:18:54.237Z] e73272ec9a57: Verifying Checksum [2020-10-22T06:18:54.237Z] e73272ec9a57: Download complete [2020-10-22T06:18:54.535Z] 1e910a182e73: Verifying Checksum [2020-10-22T06:18:54.535Z] 1e910a182e73: Download complete [2020-10-22T06:18:54.825Z] df20fa9351a1: Verifying Checksum [2020-10-22T06:18:54.825Z] df20fa9351a1: Download complete [2020-10-22T06:18:55.474Z] df20fa9351a1: Pull complete [2020-10-22T06:18:55.748Z] ed8968b2872e: Pull complete [2020-10-22T06:18:56.024Z] a92cc7c5fd73: Pull complete [2020-10-22T06:18:59.647Z] 4e634b169226: Verifying Checksum [2020-10-22T06:18:59.647Z] 4e634b169226: Download complete [2020-10-22T06:19:00.650Z] e871e8e8d7a9: Verifying Checksum [2020-10-22T06:19:00.650Z] e871e8e8d7a9: Download complete [2020-10-22T06:19:10.905Z] e871e8e8d7a9: Pull complete [2020-10-22T06:19:10.906Z] e73272ec9a57: Pull complete [2020-10-22T06:19:10.906Z] 1e910a182e73: Pull complete [2020-10-22T06:19:15.473Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-22T06:19:17.678Z] 4e634b169226: Pull complete [2020-10-22T06:19:17.678Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-22T06:19:17.678Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-22T06:19:17.678Z] ---> f7629b54cfaa [2020-10-22T06:19:17.678Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:19:17.678Z] ---> Running in 92079eec498d [2020-10-22T06:19:17.678Z] Removing intermediate container 92079eec498d [2020-10-22T06:19:17.678Z] ---> fd919f8dd7a6 [2020-10-22T06:19:17.678Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:19:17.678Z] ---> Running in 5ff7b676432f [2020-10-22T06:19:19.126Z] Removing intermediate container 5ff7b676432f [2020-10-22T06:19:19.126Z] ---> 39d8e5db1d77 [2020-10-22T06:19:19.126Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-22T06:19:19.126Z] ---> Running in 3f8d39244429 [2020-10-22T06:19:20.152Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:19:20.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:19:21.334Z] OK: 166 MiB in 39 packages [2020-10-22T06:19:21.917Z] Removing intermediate container 3f8d39244429 [2020-10-22T06:19:21.917Z] ---> 0b0f2ecae353 [2020-10-22T06:19:21.917Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-22T06:19:21.917Z] ---> Running in b0a3d9031345 [2020-10-22T06:19:22.189Z] Removing intermediate container b0a3d9031345 [2020-10-22T06:19:22.189Z] ---> f950f5acb14c [2020-10-22T06:19:22.189Z] Step 7/8 : COPY . . [2020-10-22T06:19:23.149Z] ---> bcc9f5c3d0b9 [2020-10-22T06:19:23.149Z] Step 8/8 : RUN go mod download [2020-10-22T06:19:23.149Z] ---> Running in 546612cd28c3 [2020-10-22T06:19:45.535Z] Removing intermediate container 546612cd28c3 [2020-10-22T06:19:45.535Z] ---> 4be7e923eebe [2020-10-22T06:19:45.535Z] Successfully built 4be7e923eebe [2020-10-22T06:19:45.535Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:19:46.110Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T06:19:46.110Z] . [Pipeline] withDockerContainer [2020-10-22T06:19:46.320Z] prd-centos7-docker-4c-2g-8172 does not seem to be running inside a container [2020-10-22T06:19:46.502Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T06:19:47.724Z] $ docker top 06ef6fa8193d0892df14538c5fcdc96c39c11de207128d491680b065e247fec1 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:19:48.344Z] + go version [2020-10-22T06:19:48.344Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-22T06:19:48.371Z] $ docker stop --time=1 06ef6fa8193d0892df14538c5fcdc96c39c11de207128d491680b065e247fec1 [2020-10-22T06:19:50.148Z] $ docker rm -f 06ef6fa8193d0892df14538c5fcdc96c39c11de207128d491680b065e247fec1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:19:51.314Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-22T06:19:51.314Z] . [Pipeline] withDockerContainer [2020-10-22T06:19:51.470Z] prd-centos7-docker-4c-2g-8172 does not seem to be running inside a container [2020-10-22T06:19:51.575Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-22T06:19:52.540Z] $ docker top a2fa8cb4e1c95ffbec24fe575ad6c0737bab60c9587f413d79f8d5f5601e9b7a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:19:53.133Z] + make test [2020-10-22T06:19:53.134Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-22T06:19:54.514Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-22T06:19:54.514Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-22T06:19:54.514Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-22T06:19:54.514Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.126s coverage: 21.4% of statements [2020-10-22T06:19:57.920Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.133s coverage: 97.1% of statements [2020-10-22T06:20:06.010Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-22T06:20:28.735Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-22T06:20:28.735Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-22T06:20:28.735Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-22T06:20:28.735Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.083s coverage: 21.4% of statements [2020-10-22T06:20:30.272Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.135s coverage: 9.4% of statements [2020-10-22T06:20:30.273Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.122s coverage: 21.9% of statements [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-22T06:20:30.273Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.549s coverage: 42.6% of statements [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-22T06:20:30.273Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.793s coverage: 68.9% of statements [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-22T06:20:30.273Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.179s coverage: 52.6% of statements [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-22T06:20:30.273Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.866s coverage: 68.9% of statements [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-22T06:20:30.273Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-22T06:20:30.273Z] GO111MODULE=on go vet ./... [2020-10-22T06:20:31.417Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.566s coverage: 97.1% of statements [2020-10-22T06:20:57.096Z] gofmt -l . [2020-10-22T06:20:57.096Z] [ "`gofmt -l .`" = "" ] [2020-10-22T06:20:57.096Z] ./bin/test-attribution-txt.sh [2020-10-22T06:20:57.096Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-22T06:20:58.000Z] Stashed 1 file(s) [Pipeline] } [2020-10-22T06:20:58.017Z] $ docker stop --time=1 a49b97c7e0ae679ba7ad5a328034e6f64c70c0e15d6f43b386573c291dd7463c [2020-10-22T06:21:00.341Z] $ docker rm -f a49b97c7e0ae679ba7ad5a328034e6f64c70c0e15d6f43b386573c291dd7463c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-10-22T06:21:03.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.083s coverage: 9.4% of statements [2020-10-22T06:21:03.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.079s coverage: 21.9% of statements [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-22T06:21:03.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.247s coverage: 42.6% of statements [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-22T06:21:03.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.309s coverage: 68.9% of statements [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-22T06:21:03.801Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.090s coverage: 52.6% of statements [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-22T06:21:03.801Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 3.715s coverage: 68.9% of statements [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-22T06:21:03.801Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-22T06:21:03.801Z] GO111MODULE=on go vet ./... [Pipeline] sh [2020-10-22T06:21:04.202Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-22T06:21:04.611Z] + ls -al . [2020-10-22T06:21:04.611Z] total 224 [2020-10-22T06:21:04.611Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 22 06:20 . [2020-10-22T06:21:04.611Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:17 .. [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 22 06:17 .dockerignore [2020-10-22T06:21:04.611Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 22 06:17 .git [2020-10-22T06:21:04.611Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 06:17 .github [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 22 06:17 .gitignore [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 22 06:17 Dockerfile.build [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 22 06:17 Jenkinsfile [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 22 06:17 LICENSE [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 22 06:17 Makefile [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 22 06:17 README.md [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 22 06:17 RELEASE-NOTES.txt [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 22 06:15 VERSION [2020-10-22T06:21:04.611Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 22 06:17 bin [2020-10-22T06:21:04.611Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 22 06:20 coverage.out [2020-10-22T06:21:04.611Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:17 example [2020-10-22T06:21:04.611Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 22 06:20 go.mod [2020-10-22T06:21:04.611Z] -rw-r--r-- 1 jenkins jenkins 13737 Oct 22 06:20 go.sum [2020-10-22T06:21:04.611Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 22 06:17 internal [2020-10-22T06:21:04.611Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:17 openapi [2020-10-22T06:21:04.611Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 22 06:17 pkg [2020-10-22T06:21:04.611Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 22 06:17 snap [2020-10-22T06:21:04.611Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 22 06:17 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:21:04.978Z] + 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=36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 --label arch=arm64 --label version=0.0.0 . [2020-10-22T06:21:05.594Z] Sending build context to Docker daemon 2.455MB [2020-10-22T06:21:05.594Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-22T06:21:05.594Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-22T06:21:05.594Z] ---> 86ffd1233350 [2020-10-22T06:21:05.594Z] Step 3/24 : ARG MAKE='make build' [2020-10-22T06:21:05.594Z] ---> Running in e17ef9f97bab [2020-10-22T06:21:06.189Z] Removing intermediate container e17ef9f97bab [2020-10-22T06:21:06.189Z] ---> 156d18910f79 [2020-10-22T06:21:06.189Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-22T06:21:06.189Z] ---> Running in 0ca507f6e9bb [2020-10-22T06:21:06.787Z] Removing intermediate container 0ca507f6e9bb [2020-10-22T06:21:06.787Z] ---> 77a31655978e [2020-10-22T06:21:06.787Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:21:06.787Z] ---> Running in 5d69ab550942 [2020-10-22T06:21:07.393Z] Removing intermediate container 5d69ab550942 [2020-10-22T06:21:07.393Z] ---> 71c74564886b [2020-10-22T06:21:07.393Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:21:07.393Z] ---> Running in 3422ed15a8f3 [2020-10-22T06:21:10.022Z] Removing intermediate container 3422ed15a8f3 [2020-10-22T06:21:10.022Z] ---> 01a8e51adeef [2020-10-22T06:21:10.022Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-22T06:21:10.022Z] ---> Running in 40514c833588 [2020-10-22T06:21:11.449Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-22T06:21:12.426Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-22T06:21:13.025Z] OK: 142 MiB in 39 packages [2020-10-22T06:21:14.018Z] Removing intermediate container 40514c833588 [2020-10-22T06:21:14.018Z] ---> c39621d78087 [2020-10-22T06:21:14.018Z] Step 8/24 : COPY . . [2020-10-22T06:21:15.454Z] ---> 2fafcdca078c [2020-10-22T06:21:15.454Z] Step 9/24 : RUN ${MAKE} [2020-10-22T06:21:15.454Z] ---> Running in cba52a6f8ef6 [2020-10-22T06:21:16.458Z] gofmt -l . [2020-10-22T06:21:16.458Z] [ "`gofmt -l .`" = "" ] [2020-10-22T06:21:16.458Z] ./bin/test-attribution-txt.sh [2020-10-22T06:21:16.458Z] ./bin/test-go-mod-tidy.sh [2020-10-22T06:21:16.887Z] 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 [Pipeline] stash [2020-10-22T06:21:17.066Z] Warning: overwriting stash ‘coverage-report’ [2020-10-22T06:21:17.596Z] Stashed 1 file(s) [Pipeline] } [2020-10-22T06:21:17.624Z] $ docker stop --time=1 a2fa8cb4e1c95ffbec24fe575ad6c0737bab60c9587f413d79f8d5f5601e9b7a [2020-10-22T06:21:19.945Z] $ docker rm -f a2fa8cb4e1c95ffbec24fe575ad6c0737bab60c9587f413d79f8d5f5601e9b7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-22T06:21:21.406Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-22T06:21:21.741Z] + ls -al . [2020-10-22T06:21:21.742Z] total 188 [2020-10-22T06:21:21.742Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 22 06:21 . [2020-10-22T06:21:21.742Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 22 06:18 .. [2020-10-22T06:21:21.742Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 22 06:18 bin [2020-10-22T06:21:21.742Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 22 06:20 coverage.out [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 22 06:18 Dockerfile.build [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 22 06:18 .dockerignore [2020-10-22T06:21:21.742Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 22 06:18 example [2020-10-22T06:21:21.742Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 22 06:18 .git [2020-10-22T06:21:21.742Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 22 06:18 .github [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 22 06:18 .gitignore [2020-10-22T06:21:21.742Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 22 06:21 go.mod [2020-10-22T06:21:21.742Z] -rw-r--r--. 1 jenkins jenkins 13737 Oct 22 06:21 go.sum [2020-10-22T06:21:21.742Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 22 06:18 internal [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 22 06:18 Jenkinsfile [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 22 06:18 LICENSE [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 22 06:18 Makefile [2020-10-22T06:21:21.742Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 22 06:18 openapi [2020-10-22T06:21:21.742Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 22 06:18 pkg [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 22 06:18 README.md [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 22 06:18 RELEASE-NOTES.txt [2020-10-22T06:21:21.742Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 22 06:18 snap [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 22 06:15 VERSION [2020-10-22T06:21:21.742Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 22 06:18 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:21:22.171Z] + 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=36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 --label arch=amd64 --label version=0.0.0 . [2020-10-22T06:21:22.436Z] Sending build context to Docker daemon 2.457MB [2020-10-22T06:21:22.436Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-22T06:21:22.436Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-22T06:21:22.436Z] ---> 4be7e923eebe [2020-10-22T06:21:22.436Z] Step 3/24 : ARG MAKE='make build' [2020-10-22T06:21:23.021Z] ---> Running in dffcd72c3be0 [2020-10-22T06:21:23.021Z] Removing intermediate container dffcd72c3be0 [2020-10-22T06:21:23.021Z] ---> fc447b36faa7 [2020-10-22T06:21:23.021Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-22T06:21:23.325Z] ---> Running in aca2f6ab8767 [2020-10-22T06:21:23.592Z] Removing intermediate container aca2f6ab8767 [2020-10-22T06:21:23.592Z] ---> 255342c8a0bb [2020-10-22T06:21:23.592Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:21:23.592Z] ---> Running in a2ebaabfb62d [2020-10-22T06:21:23.897Z] Removing intermediate container a2ebaabfb62d [2020-10-22T06:21:23.897Z] ---> 20e41aceafdc [2020-10-22T06:21:23.897Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-22T06:21:23.897Z] ---> Running in 369e909eb162 [2020-10-22T06:21:24.863Z] Removing intermediate container 369e909eb162 [2020-10-22T06:21:24.863Z] ---> 408daab80adb [2020-10-22T06:21:24.863Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-22T06:21:25.142Z] ---> Running in 7a4118b9faa0 [2020-10-22T06:21:25.757Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-22T06:21:26.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-22T06:21:26.967Z] OK: 166 MiB in 39 packages [2020-10-22T06:21:27.561Z] Removing intermediate container 7a4118b9faa0 [2020-10-22T06:21:27.561Z] ---> 70fc4d995087 [2020-10-22T06:21:27.561Z] Step 8/24 : COPY . . [2020-10-22T06:21:28.541Z] ---> a19cd4dc5c5d [2020-10-22T06:21:28.541Z] Step 9/24 : RUN ${MAKE} [2020-10-22T06:21:28.808Z] ---> Running in 359ffb8019f6 [2020-10-22T06:21:29.393Z] 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-22T06:21:43.700Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-22T06:21:43.701Z] Removing intermediate container cba52a6f8ef6 [2020-10-22T06:21:43.701Z] ---> fc1a1a602efc [2020-10-22T06:21:43.701Z] Step 10/24 : FROM scratch [2020-10-22T06:21:43.701Z] ---> [2020-10-22T06:21:43.701Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:21:43.701Z] ---> Running in 8a53f347365a [2020-10-22T06:21:43.975Z] Removing intermediate container 8a53f347365a [2020-10-22T06:21:43.975Z] ---> 0b2cebebd524 [2020-10-22T06:21:43.975Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-22T06:21:43.975Z] ---> Running in ad3b411db50f [2020-10-22T06:21:44.577Z] Removing intermediate container ad3b411db50f [2020-10-22T06:21:44.577Z] ---> 436ad8f53e4d [2020-10-22T06:21:44.577Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T06:21:44.577Z] ---> Running in a7bd34c09cc9 [2020-10-22T06:21:44.647Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-22T06:21:44.850Z] Removing intermediate container a7bd34c09cc9 [2020-10-22T06:21:44.850Z] ---> 4edda8df3005 [2020-10-22T06:21:44.850Z] Step 14/24 : WORKDIR / [2020-10-22T06:21:44.850Z] ---> Running in 746d0253c1f0 [2020-10-22T06:21:45.448Z] Removing intermediate container 746d0253c1f0 [2020-10-22T06:21:45.448Z] ---> 4fc637579c12 [2020-10-22T06:21:45.448Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-22T06:21:45.609Z] Removing intermediate container 359ffb8019f6 [2020-10-22T06:21:45.609Z] ---> 915873a7b3e9 [2020-10-22T06:21:45.609Z] Step 10/24 : FROM scratch [2020-10-22T06:21:45.609Z] ---> [2020-10-22T06:21:45.609Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-22T06:21:45.878Z] ---> Running in 3da81b7d96ff [2020-10-22T06:21:45.878Z] Removing intermediate container 3da81b7d96ff [2020-10-22T06:21:45.878Z] ---> d9c2dfa1c7d0 [2020-10-22T06:21:45.878Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-22T06:21:46.145Z] ---> Running in d0dd8644bd94 [2020-10-22T06:21:46.145Z] Removing intermediate container d0dd8644bd94 [2020-10-22T06:21:46.145Z] ---> 5c0ae22dd993 [2020-10-22T06:21:46.145Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-22T06:21:46.426Z] ---> eb3267ca0b84 [2020-10-22T06:21:46.426Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-22T06:21:46.429Z] ---> Running in bb27222263cf [2020-10-22T06:21:46.429Z] Removing intermediate container bb27222263cf [2020-10-22T06:21:46.429Z] ---> 07d0dff9dba3 [2020-10-22T06:21:46.429Z] Step 14/24 : WORKDIR / [2020-10-22T06:21:47.407Z] ---> 1219d00ffe90 [2020-10-22T06:21:47.407Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-22T06:21:47.440Z] ---> Running in ddb5ebd37d9e [2020-10-22T06:21:47.440Z] Removing intermediate container ddb5ebd37d9e [2020-10-22T06:21:47.440Z] ---> e275d0b9a79f [2020-10-22T06:21:47.440Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-22T06:21:48.001Z] ---> 00a9c6ae1d80 [2020-10-22T06:21:48.001Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-22T06:21:48.061Z] ---> bb3c0102f7fb [2020-10-22T06:21:48.061Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-22T06:21:48.360Z] ---> 3f7ca6e0419c [2020-10-22T06:21:48.360Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-22T06:21:48.633Z] ---> 393eb4e8e18d [2020-10-22T06:21:48.633Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-22T06:21:48.988Z] ---> 546fd7387a0c [2020-10-22T06:21:48.988Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-22T06:21:49.213Z] ---> 845eef8b659a [2020-10-22T06:21:49.214Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-22T06:21:49.214Z] ---> 06e40db710f5 [2020-10-22T06:21:49.214Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-22T06:21:49.481Z] ---> Running in d355a6d18fc5 [2020-10-22T06:21:49.481Z] Removing intermediate container d355a6d18fc5 [2020-10-22T06:21:49.481Z] ---> 9cf6196a2a1b [2020-10-22T06:21:49.481Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:21:49.583Z] ---> 29095a2e266a [2020-10-22T06:21:49.583Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-22T06:21:49.583Z] ---> Running in a2106bb924ba [2020-10-22T06:21:49.747Z] ---> Running in 266e2a5f175c [2020-10-22T06:21:49.747Z] Removing intermediate container 266e2a5f175c [2020-10-22T06:21:49.747Z] ---> 089a7e4146ee [2020-10-22T06:21:49.747Z] Step 22/24 : LABEL arch=amd64 [2020-10-22T06:21:50.013Z] ---> Running in af75e2a729f4 [2020-10-22T06:21:50.183Z] Removing intermediate container a2106bb924ba [2020-10-22T06:21:50.183Z] ---> 16a011eda431 [2020-10-22T06:21:50.183Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-22T06:21:50.183Z] ---> Running in cdf4bee2f409 [2020-10-22T06:21:50.278Z] Removing intermediate container af75e2a729f4 [2020-10-22T06:21:50.278Z] ---> 71ad1d539790 [2020-10-22T06:21:50.278Z] Step 23/24 : LABEL git_sha=36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [2020-10-22T06:21:50.278Z] ---> Running in 2a2c88b9482b [2020-10-22T06:21:50.278Z] Removing intermediate container 2a2c88b9482b [2020-10-22T06:21:50.278Z] ---> c8b56b84feeb [2020-10-22T06:21:50.278Z] Step 24/24 : LABEL version=0.0.0 [2020-10-22T06:21:50.549Z] ---> Running in 4af2d010410f [2020-10-22T06:21:50.549Z] Removing intermediate container 4af2d010410f [2020-10-22T06:21:50.549Z] ---> 49fb977a7ece [2020-10-22T06:21:50.549Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-22T06:21:50.549Z] Successfully built 49fb977a7ece [2020-10-22T06:21:50.779Z] Removing intermediate container cdf4bee2f409 [2020-10-22T06:21:50.780Z] ---> 52d7b9f93c48 [2020-10-22T06:21:50.780Z] Step 22/24 : LABEL arch=arm64 [2020-10-22T06:21:50.780Z] ---> Running in 9c4248fd28f8 [2020-10-22T06:21:50.813Z] 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 [2020-10-22T06:21:51.375Z] Removing intermediate container 9c4248fd28f8 [2020-10-22T06:21:51.376Z] ---> 4bef6c1026bb [2020-10-22T06:21:51.376Z] Step 23/24 : LABEL git_sha=36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [2020-10-22T06:21:51.376Z] ---> Running in bea24f7f65c7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [2020-10-22T06:21:51.656Z] Removing intermediate container bea24f7f65c7 [2020-10-22T06:21:51.657Z] ---> ce3f9c87fcad [2020-10-22T06:21:51.657Z] Step 24/24 : LABEL version=0.0.0 [Pipeline] } [Pipeline] // node [Pipeline] } [2020-10-22T06:21:51.931Z] ---> Running in 475738d70409 [Pipeline] // stage [Pipeline] } [2020-10-22T06:21:52.204Z] Removing intermediate container 475738d70409 [2020-10-22T06:21:52.204Z] ---> c30f142e465a [2020-10-22T06:21:52.204Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-22T06:21:52.476Z] Successfully built c30f142e465a [2020-10-22T06:21:52.476Z] 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-22T06:21:54.614Z] provisioning config files... [2020-10-22T06:21:54.626Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/config5708334582127119117tmp [Pipeline] { [Pipeline] sh [2020-10-22T06:21:55.007Z] + set +x [2020-10-22T06:21:55.007Z] + curl -s https://codecov.io/bash [2020-10-22T06:21:55.007Z] + bash -s -- [2020-10-22T06:21:55.269Z] [2020-10-22T06:21:55.269Z] _____ _ [2020-10-22T06:21:55.269Z] / ____| | | [2020-10-22T06:21:55.269Z] | | ___ __| | ___ ___ _____ __ [2020-10-22T06:21:55.269Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-22T06:21:55.269Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-22T06:21:55.269Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-22T06:21:55.269Z] Bash-20201009-048fee3 [2020-10-22T06:21:55.269Z] [2020-10-22T06:21:55.269Z] [2020-10-22T06:21:55.269Z] ==> Jenkins CI detected. [2020-10-22T06:21:55.269Z] project root: . [2020-10-22T06:21:55.269Z] --> token set from env [2020-10-22T06:21:55.269Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-22T06:21:55.269Z] ==> Running gcov in . (disable via -X gcov) [2020-10-22T06:21:55.269Z] ==> Python coveragepy not found [2020-10-22T06:21:55.269Z] ==> Searching for coverage reports in: [2020-10-22T06:21:55.269Z] + . [2020-10-22T06:21:55.269Z] -> Found 1 reports [2020-10-22T06:21:55.269Z] ==> Detecting git/mercurial file structure [2020-10-22T06:21:55.269Z] ==> Reading reports [2020-10-22T06:21:55.269Z] + ./coverage.out bytes=110398 [2020-10-22T06:21:55.269Z] ==> Appending adjustments [2020-10-22T06:21:55.269Z] https://docs.codecov.io/docs/fixing-reports [2020-10-22T06:21:55.848Z] + Found adjustments [2020-10-22T06:21:55.848Z] ==> Gzipping contents [2020-10-22T06:21:55.848Z] ==> Uploading reports [2020-10-22T06:21:55.848Z] url: https://codecov.io [2020-10-22T06:21:55.848Z] query: branch=PR-635&commit=36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-635%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=635&job=&cmd_args= [2020-10-22T06:21:55.848Z] -> Pinging Codecov [2020-10-22T06:21:55.848Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-635&commit=36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6&build=6&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-635%2F6%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=635&job=&cmd_args= [2020-10-22T06:21:55.848Z] -> Uploading to [2020-10-22T06:21:55.848Z] [2020-10-22T06:21:55.848Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T06:21:55.848Z] Dload Upload Total Spent Left Speed [2020-10-22T06:21:55.848Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-22T06:21:55.848Z] X> Failed to upload [2020-10-22T06:21:55.848Z] ==> Uploading to Codecov [2020-10-22T06:21:55.848Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-22T06:21:55.848Z] Dload Upload Total Spent Left Speed [2020-10-22T06:21:56.378Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19154 100 110 100 19044 190 33054 --:--:-- --:--:-- --:--:-- 33005 [2020-10-22T06:21:56.378Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/36fb88bf93bc6fbf4ebc3e3120fc57cb7db06ed6 [Pipeline] } [2020-10-22T06:21:56.387Z] 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-22T06:21:59.375Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:21:59.949Z] ---> package-listing.sh [2020-10-22T06:21:59.949Z] ++ facter osfamily [2020-10-22T06:21:59.949Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-22T06:21:59.949Z] + OS_FAMILY=redhat [2020-10-22T06:21:59.949Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-635 [2020-10-22T06:21:59.949Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-22T06:21:59.949Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-22T06:21:59.949Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-22T06:21:59.949Z] + PACKAGES=/tmp/packages_start.txt [2020-10-22T06:21:59.949Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-635 ']' [2020-10-22T06:21:59.949Z] + PACKAGES=/tmp/packages_end.txt [2020-10-22T06:21:59.949Z] + case "${OS_FAMILY}" in [2020-10-22T06:21:59.949Z] + rpm -qa [2020-10-22T06:21:59.949Z] + sort [2020-10-22T06:22:04.205Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-22T06:22:04.205Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-22T06:22:04.205Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-22T06:22:04.205Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-635 ']' [2020-10-22T06:22:04.205Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-635/archives/ [2020-10-22T06:22:04.205Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-635/archives/ [Pipeline] echo [2020-10-22T06:22:04.220Z] 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-635/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-22T06:22:04.516Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:22:04.823Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:22:04.823Z] [2020-10-22T06:22:04.823Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-22T06:22:05.174Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:22:05.174Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-22T06:22:05.174Z] df20fa9351a1: Pulling fs layer [2020-10-22T06:22:05.174Z] 36b3adc4ff6f: Pulling fs layer [2020-10-22T06:22:05.174Z] 8ad3a11d3b57: Pulling fs layer [2020-10-22T06:22:05.174Z] 46f8f816bc3b: Pulling fs layer [2020-10-22T06:22:05.174Z] 93b61091891f: Pulling fs layer [2020-10-22T06:22:05.174Z] 93b9cdb0e59b: Pulling fs layer [2020-10-22T06:22:05.174Z] 5e14af77c1be: Pulling fs layer [2020-10-22T06:22:05.174Z] 01666e4c0597: Pulling fs layer [2020-10-22T06:22:05.174Z] aa168da1d23b: Pulling fs layer [2020-10-22T06:22:05.174Z] 01666e4c0597: Waiting [2020-10-22T06:22:05.174Z] 93b9cdb0e59b: Waiting [2020-10-22T06:22:05.174Z] 5e14af77c1be: Waiting [2020-10-22T06:22:05.174Z] aa168da1d23b: Waiting [2020-10-22T06:22:05.174Z] 46f8f816bc3b: Waiting [2020-10-22T06:22:05.174Z] 93b61091891f: Waiting [2020-10-22T06:22:05.174Z] 36b3adc4ff6f: Verifying Checksum [2020-10-22T06:22:05.174Z] 36b3adc4ff6f: Download complete [2020-10-22T06:22:05.174Z] 46f8f816bc3b: Verifying Checksum [2020-10-22T06:22:05.174Z] 46f8f816bc3b: Download complete [2020-10-22T06:22:05.440Z] df20fa9351a1: Verifying Checksum [2020-10-22T06:22:05.440Z] 93b9cdb0e59b: Verifying Checksum [2020-10-22T06:22:05.440Z] 93b9cdb0e59b: Download complete [2020-10-22T06:22:05.440Z] 93b61091891f: Verifying Checksum [2020-10-22T06:22:05.440Z] 93b61091891f: Download complete [2020-10-22T06:22:05.440Z] 5e14af77c1be: Verifying Checksum [2020-10-22T06:22:05.440Z] 5e14af77c1be: Download complete [2020-10-22T06:22:05.440Z] 01666e4c0597: Verifying Checksum [2020-10-22T06:22:05.440Z] 01666e4c0597: Download complete [2020-10-22T06:22:05.704Z] df20fa9351a1: Pull complete [2020-10-22T06:22:05.704Z] 8ad3a11d3b57: Verifying Checksum [2020-10-22T06:22:05.704Z] 8ad3a11d3b57: Download complete [2020-10-22T06:22:05.704Z] 36b3adc4ff6f: Pull complete [2020-10-22T06:22:06.289Z] 8ad3a11d3b57: Pull complete [2020-10-22T06:22:06.557Z] 46f8f816bc3b: Pull complete [2020-10-22T06:22:06.823Z] 93b61091891f: Pull complete [2020-10-22T06:22:06.824Z] 93b9cdb0e59b: Pull complete [2020-10-22T06:22:07.090Z] 5e14af77c1be: Pull complete [2020-10-22T06:22:07.090Z] 01666e4c0597: Pull complete [2020-10-22T06:22:08.493Z] aa168da1d23b: Verifying Checksum [2020-10-22T06:22:08.493Z] aa168da1d23b: Download complete [2020-10-22T06:22:13.840Z] aa168da1d23b: Pull complete [2020-10-22T06:22:13.840Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-22T06:22:13.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-22T06:22:13.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-22T06:22:14.018Z] prd-centos7-docker-4c-2g-8170 does not seem to be running inside a container [2020-10-22T06:22:14.067Z] $ 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-635/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-635 -v /w/workspace/dgexfoundry_device-sdk-go_PR-635:/w/workspace/dgexfoundry_device-sdk-go_PR-635:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-22T06:22:21.441Z] $ docker top dd0cc4d3bb75b01d003336fba86b5207fab9ded8bebf793beb6e11fc991b6a2b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-22T06:22:22.012Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-22T06:22:22.308Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-22T06:22:22.610Z] + ls /var/log/sa-host [2020-10-22T06:22:22.610Z] + sadf -c /var/log/sa-host/sa05 [2020-10-22T06:22:22.610Z] file_magic: OK [2020-10-22T06:22:22.610Z] HZ: Using current value: 100 [2020-10-22T06:22:22.611Z] file_header: OK [2020-10-22T06:22:22.611Z] 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-22T06:22:22.611Z] Statistics: [2020-10-22T06:22:22.611Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T06:22:22.611Z] File successfully converted to sysstat format version 12.2.1 [2020-10-22T06:22:22.611Z] + sadf -c /var/log/sa-host/sa22 [2020-10-22T06:22:22.611Z] file_magic: OK [2020-10-22T06:22:22.611Z] HZ: Using current value: 100 [2020-10-22T06:22:22.611Z] file_header: OK [2020-10-22T06:22:22.611Z] 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-22T06:22:22.611Z] Statistics: [2020-10-22T06:22:22.611Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-22T06:22:22.611Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-22T06:22:23.362Z] provisioning config files... [2020-10-22T06:22:23.387Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp/config1678985598852287423tmp [Pipeline] { [Pipeline] echo [2020-10-22T06:22:23.472Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:22:23.777Z] ---> create-netrc.sh [Pipeline] } [2020-10-22T06:22:23.789Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-22T06:22:23.904Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:22:24.209Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-22T06:22:24.221Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:22:24.525Z] ---> sudo-logs.sh [2020-10-22T06:22:24.526Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-22T06:22:24.537Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:22:24.834Z] ---> job-cost.sh [2020-10-22T06:22:24.834Z] lf-activate-venv: SKIPPING [2020-10-22T06:22:24.834Z] INFO: No Stack... [2020-10-22T06:22:26.224Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-22T06:22:26.486Z] INFO: Archiving Costs [Pipeline] echo [2020-10-22T06:22:26.501Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-22T06:22:26.808Z] ---> logs-deploy.sh [2020-10-22T06:22:26.808Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-635/6 [2020-10-22T06:22:26.808Z] INFO: archiving workspace using pattern(s): [2020-10-22T06:22:28.199Z] Archives upload complete. [2020-10-22T06:22:28.461Z] INFO: archiving logs to Nexus [2020-10-22T06:22:29.414Z] ---> uname -a: [2020-10-22T06:22:29.414Z] Linux prd-centos7-docker-4c-2g-8170.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] ---> lscpu: [2020-10-22T06:22:29.414Z] Architecture: x86_64 [2020-10-22T06:22:29.414Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-22T06:22:29.414Z] Byte Order: Little Endian [2020-10-22T06:22:29.414Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-22T06:22:29.414Z] CPU(s): 4 [2020-10-22T06:22:29.414Z] On-line CPU(s) list: 0-3 [2020-10-22T06:22:29.414Z] Thread(s) per core: 1 [2020-10-22T06:22:29.414Z] Core(s) per socket: 1 [2020-10-22T06:22:29.414Z] Socket(s): 4 [2020-10-22T06:22:29.414Z] NUMA node(s): 1 [2020-10-22T06:22:29.414Z] Vendor ID: GenuineIntel [2020-10-22T06:22:29.414Z] CPU family: 6 [2020-10-22T06:22:29.414Z] Model: 44 [2020-10-22T06:22:29.414Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-22T06:22:29.414Z] Stepping: 1 [2020-10-22T06:22:29.414Z] CPU MHz: 2933.438 [2020-10-22T06:22:29.414Z] BogoMIPS: 5866.87 [2020-10-22T06:22:29.414Z] Virtualization: VT-x [2020-10-22T06:22:29.414Z] Hypervisor vendor: KVM [2020-10-22T06:22:29.414Z] Virtualization type: full [2020-10-22T06:22:29.414Z] L1d cache: 128 KiB [2020-10-22T06:22:29.414Z] L1i cache: 128 KiB [2020-10-22T06:22:29.414Z] L2 cache: 16 MiB [2020-10-22T06:22:29.414Z] L3 cache: 64 MiB [2020-10-22T06:22:29.414Z] NUMA node0 CPU(s): 0-3 [2020-10-22T06:22:29.414Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-22T06:22:29.414Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-22T06:22:29.414Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-22T06:22:29.414Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-22T06:22:29.414Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-22T06:22:29.414Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-22T06:22:29.414Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-22T06:22:29.414Z] Vulnerability Tsx async abort: Not affected [2020-10-22T06:22:29.414Z] 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-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] ---> nproc: [2020-10-22T06:22:29.414Z] 4 [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] ---> df -h: [2020-10-22T06:22:29.414Z] Filesystem Size Used Available Use% Mounted on [2020-10-22T06:22:29.414Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-22T06:22:29.414Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-22T06:22:29.414Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-22T06:22:29.414Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-635 [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-635@tmp [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-22T06:22:29.414Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] ---> free -m: [2020-10-22T06:22:29.414Z] total used free shared buff/cache available [2020-10-22T06:22:29.414Z] Mem: 1837 685 111 0 1039 1049 [2020-10-22T06:22:29.414Z] Swap: 1023 0 1023 [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] ---> ip addr: [2020-10-22T06:22:29.414Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-22T06:22:29.414Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-22T06:22:29.414Z] inet 127.0.0.1/8 scope host lo [2020-10-22T06:22:29.414Z] valid_lft forever preferred_lft forever [2020-10-22T06:22:29.414Z] inet6 ::1/128 scope host [2020-10-22T06:22:29.414Z] valid_lft forever preferred_lft forever [2020-10-22T06:22:29.414Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-22T06:22:29.414Z] link/ether fa:16:3e:06:ac:9c brd ff:ff:ff:ff:ff:ff [2020-10-22T06:22:29.414Z] inet 10.30.122.202/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-22T06:22:29.414Z] valid_lft 85921sec preferred_lft 85921sec [2020-10-22T06:22:29.414Z] inet6 fe80::f816:3eff:fe06:ac9c/64 scope link [2020-10-22T06:22:29.414Z] valid_lft forever preferred_lft forever [2020-10-22T06:22:29.414Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-22T06:22:29.414Z] link/ether 02:42:8d:3a:b3:c9 brd ff:ff:ff:ff:ff:ff [2020-10-22T06:22:29.414Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-22T06:22:29.414Z] valid_lft forever preferred_lft forever [2020-10-22T06:22:29.414Z] inet6 fe80::42:8dff:fe3a:b3c9/64 scope link [2020-10-22T06:22:29.414Z] valid_lft forever preferred_lft forever [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] ---> sar -b -r -n DEV: [2020-10-22T06:22:29.414Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] 06:14:12 LINUX RESTART (4 CPU) [2020-10-22T06:22:29.414Z] [2020-10-22T06:22:29.414Z] 06:15:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-22T06:22:29.414Z] 06:16:01 30.40 11.75 18.64 0.00 4471.05 2300.12 0.00 [2020-10-22T06:22:29.414Z] 06:17:01 0.93 0.00 0.93 0.00 0.00 21.35 0.00 [2020-10-22T06:22:29.414Z] 06:18:01 0.30 0.00 0.30 0.00 0.00 3.80 0.00 [2020-10-22T06:22:29.414Z] 06:19:01 0.23 0.00 0.23 0.00 0.00 2.83 0.00 [2020-10-22T06:22:29.414Z] 06:20:01 0.17 0.00 0.17 0.00 0.00 1.70 0.00 [2020-10-22T06:22:29.414Z] 06:21:01 0.38 0.02 0.37 0.00 0.13 4.60 0.00 [2020-10-22T06:22:29.414Z] 06:22:01 28.31 27.97 0.33 0.00 2376.29 9.46 0.00 [2020-10-22T06:22:29.415Z] Average: 8.68 5.68 3.00 0.00 978.57 334.98 0.00 [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] 06:15:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-22T06:22:29.415Z] 06:16:01 148504 0 584456 31.06 2620 1145976 1108184 37.82 459032 1113420 20 [2020-10-22T06:22:29.415Z] 06:17:01 152888 0 580064 30.83 2620 1145984 1072548 36.60 456944 1111948 8 [2020-10-22T06:22:29.415Z] 06:18:01 149460 0 583488 31.01 2620 1145988 1072716 36.61 459948 1111944 8 [2020-10-22T06:22:29.415Z] 06:19:01 147668 0 585280 31.11 2620 1145988 1072764 36.61 464452 1109444 8 [2020-10-22T06:22:29.415Z] 06:20:01 148872 0 584068 31.04 2620 1145996 1072620 36.61 463716 1109444 12 [2020-10-22T06:22:29.415Z] 06:21:01 149020 0 583912 31.03 2620 1146004 1072584 36.61 463544 1109444 12 [2020-10-22T06:22:29.415Z] 06:22:01 86684 0 604244 32.11 2620 1188008 1100152 37.55 474764 1154004 104 [2020-10-22T06:22:29.415Z] Average: 140442 0 586502 31.17 2620 1151992 1081653 36.91 463200 1117093 25 [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] 06:15:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-22T06:22:29.415Z] 06:16:01 eth0 123.77 102.50 464.37 39.97 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:16:01 docker0 6.11 4.28 1.09 19.79 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:17:01 eth0 0.80 0.08 0.07 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:18:01 eth0 1.00 0.30 0.40 0.20 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:19:01 eth0 0.48 0.35 0.29 0.20 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:19:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:20:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:21:01 eth0 0.72 0.15 0.12 0.01 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:21:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:22:01 eth0 9.37 6.14 9.01 3.52 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] 06:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] Average: eth0 19.49 15.68 67.79 6.28 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] Average: docker0 0.87 0.61 0.16 2.83 0.00 0.00 0.00 0.00 [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] ---> sar -P ALL: [2020-10-22T06:22:29.415Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/22/20 _x86_64_ (4 CPU) [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] 06:14:12 LINUX RESTART (4 CPU) [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] 06:15:01 CPU %user %nice %system %iowait %steal %idle [2020-10-22T06:22:29.415Z] 06:16:01 all 3.47 0.00 1.49 0.48 0.00 94.55 [2020-10-22T06:22:29.415Z] 06:16:01 0 4.15 0.00 1.46 0.17 0.00 94.22 [2020-10-22T06:22:29.415Z] 06:16:01 1 2.54 0.00 1.90 0.92 0.00 94.64 [2020-10-22T06:22:29.415Z] 06:16:01 2 3.33 0.00 1.35 0.27 0.00 95.05 [2020-10-22T06:22:29.415Z] 06:16:01 3 3.85 0.00 1.26 0.57 0.02 94.31 [2020-10-22T06:22:29.415Z] 06:17:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-22T06:22:29.415Z] 06:17:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-22T06:22:29.415Z] 06:17:01 1 0.13 0.00 0.07 0.00 0.02 99.78 [2020-10-22T06:22:29.415Z] 06:17:01 2 0.38 0.00 0.03 0.00 0.00 99.58 [2020-10-22T06:22:29.415Z] 06:17:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-22T06:22:29.415Z] 06:18:01 all 0.15 0.00 0.03 0.00 0.00 99.81 [2020-10-22T06:22:29.415Z] 06:18:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2020-10-22T06:22:29.415Z] 06:18:01 1 0.48 0.00 0.03 0.00 0.00 99.48 [2020-10-22T06:22:29.415Z] 06:18:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-22T06:22:29.415Z] 06:18:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-22T06:22:29.415Z] 06:19:01 all 0.15 0.00 0.01 0.00 0.00 99.84 [2020-10-22T06:22:29.415Z] 06:19:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2020-10-22T06:22:29.415Z] 06:19:01 1 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-22T06:22:29.415Z] 06:19:01 2 0.05 0.00 0.02 0.00 0.00 99.93 [2020-10-22T06:22:29.415Z] 06:19:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-22T06:22:29.415Z] 06:20:01 all 0.16 0.00 0.01 0.00 0.00 99.83 [2020-10-22T06:22:29.415Z] 06:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-22T06:22:29.415Z] 06:20:01 1 0.55 0.00 0.02 0.00 0.00 99.43 [2020-10-22T06:22:29.415Z] 06:20:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-22T06:22:29.415Z] 06:20:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2020-10-22T06:22:29.415Z] 06:21:01 all 0.15 0.00 0.03 0.00 0.00 99.83 [2020-10-22T06:22:29.415Z] 06:21:01 0 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-22T06:22:29.415Z] 06:21:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-10-22T06:22:29.415Z] 06:21:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-22T06:22:29.415Z] 06:21:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-22T06:22:29.415Z] 06:22:01 all 0.75 0.00 0.33 0.67 0.00 98.25 [2020-10-22T06:22:29.415Z] 06:22:01 0 0.65 0.00 0.38 0.45 0.00 98.52 [2020-10-22T06:22:29.415Z] 06:22:01 1 0.63 0.00 0.40 1.53 0.00 97.43 [2020-10-22T06:22:29.415Z] 06:22:01 2 1.23 0.00 0.25 0.43 0.00 98.08 [2020-10-22T06:22:29.415Z] 06:22:01 3 0.47 0.00 0.30 0.25 0.00 98.98 [2020-10-22T06:22:29.415Z] Average: all 0.71 0.00 0.28 0.16 0.00 98.85 [2020-10-22T06:22:29.415Z] Average: 0 0.70 0.00 0.28 0.09 0.00 98.93 [2020-10-22T06:22:29.415Z] Average: 1 0.76 0.00 0.35 0.35 0.00 98.53 [2020-10-22T06:22:29.415Z] Average: 2 0.72 0.00 0.25 0.10 0.00 98.93 [2020-10-22T06:22:29.415Z] Average: 3 0.64 0.00 0.24 0.12 0.00 99.00 [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z] [2020-10-22T06:22:29.415Z]