Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 25404775a81a428bce8a9a5b11db9d4fb024bb80+8b39936bc192f82b46677f7f05650a94960ef7f6 (a7de49dfa448838e5fa59e80a6c6c1ebb9e1c64f) 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-8353 in /w/workspace/dgexfoundry_device-sdk-go_PR-640 [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-640 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/640/head:refs/remotes/origin/PR-640 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 25404775a81a428bce8a9a5b11db9d4fb024bb80 Merge succeeded, producing 88e32ef120ef76714f6ec9e25aaebfe207755857 Checking out Revision 88e32ef120ef76714f6ec9e25aaebfe207755857 (PR-640) > git config core.sparsecheckout # timeout=10 > git checkout -f 25404775a81a428bce8a9a5b11db9d4fb024bb80 # 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 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 88e32ef120ef76714f6ec9e25aaebfe207755857 # timeout=10 Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" > git rev-list --no-walk 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-23T02:41:48.367Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-23T02:41:48.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-23T02:41:48.758Z] ========================================================= [2020-10-23T02:41:48.758Z] EdgeX Global Pipelines Version Info [2020-10-23T02:41:48.758Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:41:50.248Z] ------------------- [2020-10-23T02:41:50.248Z] stable info: [2020-10-23T02:41:50.249Z] ------------------- [2020-10-23T02:41:50.249Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-23T02:41:50.249Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T02:41:50.249Z] Message: update stable to v1.0.148 [2020-10-23T02:41:51.198Z] ------------------- [2020-10-23T02:41:51.198Z] experimental info: [2020-10-23T02:41:51.198Z] ------------------- [2020-10-23T02:41:51.198Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-23T02:41:51.198Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T02:41:51.198Z] Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-23T02:41:51.571Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-23T02:41:51.671Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-23T02:41:51.767Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-23T02:41:51.861Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-23T02:41:51.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-23T02:41:52.049Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-23T02:41:52.143Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-23T02:41:52.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-23T02:41:52.337Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-23T02:41:52.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-23T02:41:52.544Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-23T02:41:52.635Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-23T02:41:52.724Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-23T02:41:52.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-23T02:41:52.915Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-23T02:41:53.018Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T02:41:53.106Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T02:41:53.206Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T02:41:53.291Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-23T02:41:53.404Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-23T02:41:53.502Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-23T02:41:53.598Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-23T02:41:53.716Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-23T02:41:53.862Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-23T02:41:53.956Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-23T02:41:54.054Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-640 [Pipeline] echo [2020-10-23T02:41:54.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-640 [Pipeline] echo [2020-10-23T02:41:54.247Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-640 [Pipeline] echo [2020-10-23T02:41:54.341Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 88e32ef120ef76714f6ec9e25aaebfe207755857 [Pipeline] echo [2020-10-23T02:41:54.448Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 88e32ef [Pipeline] echo [2020-10-23T02:41:54.543Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T02:41:55.134Z] + git log --format=format:%s -1 88e32ef120ef76714f6ec9e25aaebfe207755857 [Pipeline] echo [2020-10-23T02:41:55.196Z] GIT_COMMIT: 88e32ef120ef76714f6ec9e25aaebfe207755857, Commit Message: Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD [Pipeline] echo [2020-10-23T02:41:55.271Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:41:55.923Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T02:41:55.923Z] [2020-10-23T02:41:55.923Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:41:56.273Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T02:41:56.274Z] latest: Pulling from edgex-devops/git-semver [2020-10-23T02:41:56.274Z] 31603596830f: Pulling fs layer [2020-10-23T02:41:56.274Z] 2a8b12db71e7: Pulling fs layer [2020-10-23T02:41:56.274Z] 6ca5941a6612: Pulling fs layer [2020-10-23T02:41:56.274Z] ecc8261a40a4: Pulling fs layer [2020-10-23T02:41:56.274Z] ecc8261a40a4: Waiting [2020-10-23T02:41:56.274Z] 2a8b12db71e7: Verifying Checksum [2020-10-23T02:41:56.274Z] 2a8b12db71e7: Download complete [2020-10-23T02:41:56.535Z] 31603596830f: Verifying Checksum [2020-10-23T02:41:56.535Z] 31603596830f: Download complete [2020-10-23T02:41:56.535Z] ecc8261a40a4: Verifying Checksum [2020-10-23T02:41:56.535Z] ecc8261a40a4: Download complete [2020-10-23T02:41:56.799Z] 6ca5941a6612: Verifying Checksum [2020-10-23T02:41:56.799Z] 6ca5941a6612: Download complete [2020-10-23T02:41:56.799Z] 31603596830f: Pull complete [2020-10-23T02:41:56.799Z] 2a8b12db71e7: Pull complete [2020-10-23T02:41:57.752Z] 6ca5941a6612: Pull complete [2020-10-23T02:41:57.752Z] ecc8261a40a4: Pull complete [2020-10-23T02:41:57.752Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-23T02:41:57.752Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T02:41:57.752Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-23T02:41:57.873Z] prd-centos7-docker-4c-2g-8353 does not seem to be running inside a container [2020-10-23T02:41:57.923Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-640 -v /w/workspace/dgexfoundry_device-sdk-go_PR-640:/w/workspace/dgexfoundry_device-sdk-go_PR-640:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-640@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T02:41:59.721Z] $ docker top 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T02:42:00.068Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T02:42:00.068Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T02:42:00.274Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T02:42:00.281Z] $ docker exec 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde ssh-agent [2020-10-23T02:42:00.437Z] SSH_AUTH_SOCK=/tmp/ssh-d7m0ACvbyebf/agent.12 [2020-10-23T02:42:00.437Z] SSH_AGENT_PID=17 [2020-10-23T02:42:00.452Z] Running ssh-add (command line suppressed) [2020-10-23T02:42:00.576Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_5300431359798622859.key (/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_5300431359798622859.key) [2020-10-23T02:42:00.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T02:42:00.969Z] + git tag --points-at HEAD [Pipeline] } [2020-10-23T02:42:00.995Z] $ docker exec --env ******** --env ******** 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde ssh-agent -k [2020-10-23T02:42:01.112Z] unset SSH_AUTH_SOCK; [2020-10-23T02:42:01.112Z] unset SSH_AGENT_PID; [2020-10-23T02:42:01.112Z] echo Agent pid 17 killed; [2020-10-23T02:42:01.155Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-23T02:42:01.337Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T02:42:01.337Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T02:42:01.498Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T02:42:01.503Z] $ docker exec 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde ssh-agent [2020-10-23T02:42:01.656Z] SSH_AUTH_SOCK=/tmp/ssh-JT2g2FL4UaUY/agent.45 [2020-10-23T02:42:01.656Z] SSH_AGENT_PID=50 [2020-10-23T02:42:01.663Z] Running ssh-add (command line suppressed) [2020-10-23T02:42:01.798Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_6259855502060888832.key (/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/private_key_6259855502060888832.key) [2020-10-23T02:42:01.844Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T02:42:02.215Z] + git semver init [2020-10-23T02:42:02.215Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T02:42:02.215Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-640/.git [2020-10-23T02:42:02.215Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-640 [2020-10-23T02:42:02.215Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T02:42:02.215Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T02:42:02.215Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T02:42:02.215Z] # $SEMVER_BRANCH = PR-640 [2020-10-23T02:42:02.215Z] # $SEMVER_TEMP = /tmp/semver-283087559 [2020-10-23T02:42:02.215Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-23T02:42:03.165Z] # '/tmp/semver-283087559' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-640/.semver' [2020-10-23T02:42:03.165Z] # -> Force: false [2020-10-23T02:42:03.165Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-640/.semver [Pipeline] } [2020-10-23T02:42:03.181Z] $ docker exec --env ******** --env ******** 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde ssh-agent -k [2020-10-23T02:42:03.301Z] unset SSH_AUTH_SOCK; [2020-10-23T02:42:03.302Z] unset SSH_AGENT_PID; [2020-10-23T02:42:03.302Z] echo Agent pid 50 killed; [2020-10-23T02:42:03.344Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T02:42:03.835Z] + git semver [Pipeline] } [2020-10-23T02:42:03.855Z] $ docker stop --time=1 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde [2020-10-23T02:42:05.201Z] $ docker rm -f 9a64ff75494d8562212bd61b07bbe8a5ef5aa1ef7a346428c1447887888fbdde [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-23T02:42:05.688Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-23T02:42:06.253Z] Stashed 1 file(s) [Pipeline] echo [2020-10-23T02:42:06.256Z] [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-23T02:42:21.843Z] Still waiting to schedule task [2020-10-23T02:42:21.843Z] ‘prd-centos7-docker-4c-2g-3642’ is offline; ‘prd-centos7-docker-4c-2g-8354’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-6371’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-10-23T02:42:21.845Z] Still waiting to schedule task [2020-10-23T02:42:21.845Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-23T02:43:42.167Z] Running on prd-centos7-docker-4c-2g-8359 in /w/workspace/dgexfoundry_device-sdk-go_PR-640 [Pipeline] { [Pipeline] ws [2020-10-23T02:43:42.241Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-23T02:43:45.888Z] using credential edgex-jenkins-ssh [2020-10-23T02:43:45.955Z] Cloning the remote Git repository [2020-10-23T02:43:45.983Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:43:46.052Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-23T02:43:46.102Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:43:46.102Z] > git --version # timeout=10 [2020-10-23T02:43:46.108Z] > git --version # 'git version 2.16.5' [2020-10-23T02:43:46.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:43:46.140Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:43:47.833Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:43:47.841Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:43:47.853Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:43:48.229Z] Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 25404775a81a428bce8a9a5b11db9d4fb024bb80 [2020-10-23T02:43:48.356Z] Merge succeeded, producing 61cd0b8503199728abdf4cabce1cc2d8243f6fda [2020-10-23T02:43:48.356Z] Checking out Revision 61cd0b8503199728abdf4cabce1cc2d8243f6fda (PR-640) [2020-10-23T02:43:47.869Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:43:47.869Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:43:47.873Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/640/head:refs/remotes/origin/PR-640 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T02:43:48.240Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:43:48.245Z] > git checkout -f 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 [2020-10-23T02:43:48.293Z] > git remote # timeout=10 [2020-10-23T02:43:48.300Z] > git config --get remote.origin.url # timeout=10 [2020-10-23T02:43:48.309Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:43:48.313Z] > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [2020-10-23T02:43:48.347Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-23T02:43:48.363Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:43:48.368Z] > git checkout -f 61cd0b8503199728abdf4cabce1cc2d8243f6fda # timeout=10 [2020-10-23T02:43:51.986Z] Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" [2020-10-23T02:43:51.994Z] > git rev-list --no-walk 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T02:43:52.783Z] ========================================================= [2020-10-23T02:43:52.783Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-23T02:43:52.783Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:43:53.392Z] + 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-23T02:43:53.970Z] Sending build context to Docker daemon 2.34MB [2020-10-23T02:43:53.970Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-23T02:43:53.970Z] Step 2/8 : FROM ${BASE} [2020-10-23T02:43:53.970Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-23T02:43:53.970Z] df20fa9351a1: Pulling fs layer [2020-10-23T02:43:53.970Z] ed8968b2872e: Pulling fs layer [2020-10-23T02:43:53.970Z] a92cc7c5fd73: Pulling fs layer [2020-10-23T02:43:53.970Z] e871e8e8d7a9: Pulling fs layer [2020-10-23T02:43:53.970Z] e73272ec9a57: Pulling fs layer [2020-10-23T02:43:53.970Z] 1e910a182e73: Pulling fs layer [2020-10-23T02:43:53.970Z] 4e634b169226: Pulling fs layer [2020-10-23T02:43:53.970Z] e73272ec9a57: Waiting [2020-10-23T02:43:53.970Z] 1e910a182e73: Waiting [2020-10-23T02:43:53.970Z] 4e634b169226: Waiting [2020-10-23T02:43:53.970Z] a92cc7c5fd73: Download complete [2020-10-23T02:43:53.970Z] ed8968b2872e: Verifying Checksum [2020-10-23T02:43:53.970Z] ed8968b2872e: Download complete [2020-10-23T02:43:53.970Z] e73272ec9a57: Verifying Checksum [2020-10-23T02:43:53.970Z] e73272ec9a57: Download complete [2020-10-23T02:43:54.915Z] df20fa9351a1: Verifying Checksum [2020-10-23T02:43:54.915Z] df20fa9351a1: Download complete [2020-10-23T02:43:54.915Z] 1e910a182e73: Verifying Checksum [2020-10-23T02:43:54.915Z] 1e910a182e73: Download complete [2020-10-23T02:43:54.915Z] df20fa9351a1: Pull complete [2020-10-23T02:43:55.179Z] ed8968b2872e: Pull complete [2020-10-23T02:43:55.451Z] a92cc7c5fd73: Pull complete [2020-10-23T02:43:56.412Z] 4e634b169226: Verifying Checksum [2020-10-23T02:43:56.412Z] 4e634b169226: Download complete [2020-10-23T02:43:57.365Z] e871e8e8d7a9: Download complete [2020-10-23T02:44:02.704Z] e871e8e8d7a9: Pull complete [2020-10-23T02:44:02.704Z] e73272ec9a57: Pull complete [2020-10-23T02:44:02.704Z] 1e910a182e73: Pull complete [2020-10-23T02:44:08.027Z] 4e634b169226: Pull complete [2020-10-23T02:44:08.027Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-23T02:44:08.027Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-23T02:44:08.027Z] ---> f7629b54cfaa [2020-10-23T02:44:08.027Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:44:08.027Z] ---> Running in f188b8d943a0 [2020-10-23T02:44:08.027Z] Removing intermediate container f188b8d943a0 [2020-10-23T02:44:08.027Z] ---> 2899e4571ca8 [2020-10-23T02:44:08.027Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:44:08.027Z] ---> Running in 817d9a176e77 [2020-10-23T02:44:08.980Z] Removing intermediate container 817d9a176e77 [2020-10-23T02:44:08.980Z] ---> 30710c845836 [2020-10-23T02:44:08.980Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-23T02:44:08.980Z] ---> Running in e16144cfa0bc [2020-10-23T02:44:09.929Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T02:44:10.877Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T02:44:11.455Z] OK: 166 MiB in 39 packages [2020-10-23T02:44:11.719Z] Removing intermediate container e16144cfa0bc [2020-10-23T02:44:11.719Z] ---> d6fe44891247 [2020-10-23T02:44:11.719Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-23T02:44:11.987Z] ---> Running in a79160c4e7d4 [2020-10-23T02:44:11.987Z] Removing intermediate container a79160c4e7d4 [2020-10-23T02:44:11.987Z] ---> 7af5922f5c93 [2020-10-23T02:44:11.987Z] Step 7/8 : COPY . . [2020-10-23T02:44:13.394Z] ---> f3225116b34d [2020-10-23T02:44:13.394Z] Step 8/8 : RUN go mod download [2020-10-23T02:44:13.394Z] ---> Running in 5ef11c391d6e [2020-10-23T02:44:31.576Z] Removing intermediate container 5ef11c391d6e [2020-10-23T02:44:31.576Z] ---> 77bf82de0615 [2020-10-23T02:44:31.576Z] Successfully built 77bf82de0615 [2020-10-23T02:44:31.576Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:44:32.056Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T02:44:32.056Z] . [Pipeline] withDockerContainer [2020-10-23T02:44:32.169Z] prd-centos7-docker-4c-2g-8359 does not seem to be running inside a container [2020-10-23T02:44:32.228Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-23T02:44:33.073Z] $ docker top 0415604c8672b4a39ef0cdaa8d889045b361d99972221c00c79e6a089b63050b -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:44:33.571Z] + go version [2020-10-23T02:44:33.572Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-23T02:44:33.588Z] $ docker stop --time=1 0415604c8672b4a39ef0cdaa8d889045b361d99972221c00c79e6a089b63050b [2020-10-23T02:44:34.956Z] $ docker rm -f 0415604c8672b4a39ef0cdaa8d889045b361d99972221c00c79e6a089b63050b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:44:35.821Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T02:44:35.821Z] . [Pipeline] withDockerContainer [2020-10-23T02:44:35.923Z] prd-centos7-docker-4c-2g-8359 does not seem to be running inside a container [2020-10-23T02:44:35.974Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-23T02:44:36.579Z] $ docker top 812da717ba7d6d976b586ad88364af362e14101bbf19231928d7123d9d618cbe -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:44:37.106Z] + make test [2020-10-23T02:44:37.106Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-23T02:44:45.303Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-23T02:45:00.368Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-23T02:45:00.368Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-23T02:45:00.368Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-23T02:45:00.368Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.060s coverage: 21.4% of statements [2020-10-23T02:45:00.368Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.457s coverage: 97.1% of statements [2020-10-23T02:45:29.673Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8361 in /w/workspace/dgexfoundry_device-sdk-go_PR-640 [Pipeline] { [Pipeline] ws [2020-10-23T02:45:29.731Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-10-23T02:45:32.545Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.057s coverage: 9.4% of statements [2020-10-23T02:45:32.545Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.058s coverage: 21.9% of statements [2020-10-23T02:45:32.545Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-23T02:45:32.545Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.227s coverage: 42.6% of statements [2020-10-23T02:45:32.545Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-23T02:45:32.545Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.300s coverage: 68.9% of statements [2020-10-23T02:45:32.545Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-23T02:45:32.545Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-23T02:45:32.545Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-23T02:45:32.545Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-23T02:45:32.545Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 52.6% of statements [2020-10-23T02:45:32.546Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-23T02:45:32.546Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-23T02:45:32.546Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-23T02:45:32.546Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.461s coverage: 68.9% of statements [2020-10-23T02:45:32.546Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-23T02:45:32.546Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-23T02:45:32.546Z] GO111MODULE=on go vet ./... [2020-10-23T02:45:36.148Z] using credential edgex-jenkins-ssh [2020-10-23T02:45:36.229Z] Cloning the remote Git repository [2020-10-23T02:45:36.299Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:45:36.408Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-10-23T02:45:36.496Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:45:36.496Z] > git --version # timeout=10 [2020-10-23T02:45:36.521Z] > git --version # 'git version 2.17.1' [2020-10-23T02:45:36.523Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:45:36.587Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:45:38.286Z] Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 25404775a81a428bce8a9a5b11db9d4fb024bb80 [2020-10-23T02:45:38.616Z] Merge succeeded, producing b46761b56bdcbd64cd00d9b9709535733d352ad3 [2020-10-23T02:45:38.617Z] Checking out Revision b46761b56bdcbd64cd00d9b9709535733d352ad3 (PR-640) [2020-10-23T02:45:37.667Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:45:37.685Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:45:37.715Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:45:37.750Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:45:37.751Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:45:37.764Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/640/head:refs/remotes/origin/PR-640 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T02:45:38.309Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:45:38.328Z] > git checkout -f 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 [2020-10-23T02:45:38.450Z] > git remote # timeout=10 [2020-10-23T02:45:38.470Z] > git config --get remote.origin.url # timeout=10 [2020-10-23T02:45:38.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:45:38.504Z] > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [2020-10-23T02:45:38.604Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-23T02:45:38.626Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:45:38.636Z] > git checkout -f b46761b56bdcbd64cd00d9b9709535733d352ad3 # timeout=10 [2020-10-23T02:45:39.249Z] gofmt -l . [2020-10-23T02:45:39.249Z] [ "`gofmt -l .`" = "" ] [2020-10-23T02:45:39.249Z] ./bin/test-attribution-txt.sh [2020-10-23T02:45:39.840Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-23T02:45:40.415Z] Stashed 1 file(s) [Pipeline] } [2020-10-23T02:45:40.424Z] $ docker stop --time=1 812da717ba7d6d976b586ad88364af362e14101bbf19231928d7123d9d618cbe [2020-10-23T02:45:42.333Z] $ docker rm -f 812da717ba7d6d976b586ad88364af362e14101bbf19231928d7123d9d618cbe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-23T02:45:43.177Z] Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" [2020-10-23T02:45:43.189Z] > git rev-list --no-walk 25404775a81a428bce8a9a5b11db9d4fb024bb80 # timeout=10 [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [2020-10-23T02:45:43.944Z] + sudo chown -R jenkins:jenkins . [Pipeline] unstash [Pipeline] sh [Pipeline] echo [2020-10-23T02:45:44.270Z] ========================================================= [2020-10-23T02:45:44.270Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-23T02:45:44.270Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:45:44.359Z] + ls -al . [2020-10-23T02:45:44.360Z] total 188 [2020-10-23T02:45:44.360Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 23 02:45 . [2020-10-23T02:45:44.360Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 23 02:43 .. [2020-10-23T02:45:44.360Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 23 02:43 bin [2020-10-23T02:45:44.360Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 23 02:45 coverage.out [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 23 02:43 Dockerfile.build [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 23 02:43 .dockerignore [2020-10-23T02:45:44.360Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 23 02:43 example [2020-10-23T02:45:44.360Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 23 02:43 .git [2020-10-23T02:45:44.360Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 23 02:43 .github [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 23 02:43 .gitignore [2020-10-23T02:45:44.360Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 23 02:45 go.mod [2020-10-23T02:45:44.360Z] -rw-r--r--. 1 jenkins jenkins 13840 Oct 23 02:45 go.sum [2020-10-23T02:45:44.360Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 23 02:43 internal [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 23 02:43 Jenkinsfile [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 23 02:43 LICENSE [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 23 02:43 Makefile [2020-10-23T02:45:44.360Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 23 02:43 openapi [2020-10-23T02:45:44.360Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 23 02:43 pkg [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 23 02:43 README.md [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 23 02:43 RELEASE-NOTES.txt [2020-10-23T02:45:44.360Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 23 02:43 snap [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 23 02:42 VERSION [2020-10-23T02:45:44.360Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 23 02:43 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:45:45.303Z] + 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-23T02:45:45.320Z] + 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=88e32ef120ef76714f6ec9e25aaebfe207755857 --label arch=amd64 --label version=0.0.0 . [2020-10-23T02:45:45.584Z] Sending build context to Docker daemon 2.451MB [2020-10-23T02:45:45.584Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-23T02:45:45.584Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-23T02:45:45.584Z] ---> 77bf82de0615 [2020-10-23T02:45:45.584Z] Step 3/24 : ARG MAKE='make build' [2020-10-23T02:45:45.846Z] ---> Running in 6fec2d4da9c2 [2020-10-23T02:45:46.112Z] Removing intermediate container 6fec2d4da9c2 [2020-10-23T02:45:46.112Z] ---> 85c2b34986e3 [2020-10-23T02:45:46.112Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-23T02:45:46.112Z] ---> Running in aca54a009bb9 [2020-10-23T02:45:46.303Z] Sending build context to Docker daemon 2.34MB [2020-10-23T02:45:46.303Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-23T02:45:46.303Z] Step 2/8 : FROM ${BASE} [2020-10-23T02:45:46.377Z] Removing intermediate container aca54a009bb9 [2020-10-23T02:45:46.377Z] ---> 5d8d58c44897 [2020-10-23T02:45:46.377Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:45:46.377Z] ---> Running in cbc34b9606cf [2020-10-23T02:45:46.581Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-23T02:45:46.581Z] b538f80385f9: Pulling fs layer [2020-10-23T02:45:46.581Z] 74f711af9a0d: Pulling fs layer [2020-10-23T02:45:46.581Z] 99f96fe45779: Pulling fs layer [2020-10-23T02:45:46.581Z] 8529a6b9a6be: Pulling fs layer [2020-10-23T02:45:46.581Z] 45590311c82a: Pulling fs layer [2020-10-23T02:45:46.581Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-23T02:45:46.581Z] 209524e5b208: Pulling fs layer [2020-10-23T02:45:46.581Z] 45590311c82a: Waiting [2020-10-23T02:45:46.581Z] 69ca0ff8b7b3: Waiting [2020-10-23T02:45:46.581Z] 209524e5b208: Waiting [2020-10-23T02:45:46.581Z] 8529a6b9a6be: Waiting [2020-10-23T02:45:46.644Z] Removing intermediate container cbc34b9606cf [2020-10-23T02:45:46.644Z] ---> bc61641efb3d [2020-10-23T02:45:46.644Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:45:46.644Z] ---> Running in 8bcb8eeabd57 [2020-10-23T02:45:46.880Z] 99f96fe45779: Verifying Checksum [2020-10-23T02:45:46.880Z] 99f96fe45779: Download complete [2020-10-23T02:45:46.880Z] 74f711af9a0d: Verifying Checksum [2020-10-23T02:45:46.880Z] 74f711af9a0d: Download complete [2020-10-23T02:45:46.880Z] 45590311c82a: Verifying Checksum [2020-10-23T02:45:46.880Z] 45590311c82a: Download complete [2020-10-23T02:45:46.880Z] 69ca0ff8b7b3: Download complete [2020-10-23T02:45:46.880Z] b538f80385f9: Verifying Checksum [2020-10-23T02:45:46.880Z] b538f80385f9: Download complete [2020-10-23T02:45:47.491Z] b538f80385f9: Pull complete [2020-10-23T02:45:47.603Z] Removing intermediate container 8bcb8eeabd57 [2020-10-23T02:45:47.603Z] ---> 56de3071eee9 [2020-10-23T02:45:47.603Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-23T02:45:47.603Z] ---> Running in ad6ad8542d06 [2020-10-23T02:45:48.106Z] 74f711af9a0d: Pull complete [2020-10-23T02:45:48.179Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T02:45:48.710Z] 99f96fe45779: Pull complete [2020-10-23T02:45:49.125Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T02:45:49.722Z] 209524e5b208: Verifying Checksum [2020-10-23T02:45:49.722Z] 209524e5b208: Download complete [2020-10-23T02:45:50.532Z] OK: 166 MiB in 39 packages [2020-10-23T02:45:50.754Z] 8529a6b9a6be: Verifying Checksum [2020-10-23T02:45:50.755Z] 8529a6b9a6be: Download complete [2020-10-23T02:45:51.107Z] Removing intermediate container ad6ad8542d06 [2020-10-23T02:45:51.107Z] ---> 27e5105c41c3 [2020-10-23T02:45:51.107Z] Step 8/24 : COPY . . [2020-10-23T02:45:52.058Z] ---> 48d8a7ca145d [2020-10-23T02:45:52.058Z] Step 9/24 : RUN ${MAKE} [2020-10-23T02:45:52.321Z] ---> Running in 83fc7fcf0c26 [2020-10-23T02:45:52.587Z] 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-23T02:46:00.873Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-23T02:46:00.953Z] 8529a6b9a6be: Pull complete [2020-10-23T02:46:00.953Z] 45590311c82a: Pull complete [2020-10-23T02:46:00.953Z] 69ca0ff8b7b3: Pull complete [2020-10-23T02:46:03.463Z] Removing intermediate container 83fc7fcf0c26 [2020-10-23T02:46:03.463Z] ---> 7b6267e3bd97 [2020-10-23T02:46:03.463Z] Step 10/24 : FROM scratch [2020-10-23T02:46:03.463Z] ---> [2020-10-23T02:46:03.463Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:46:03.463Z] ---> Running in e7c6e977d682 [2020-10-23T02:46:03.463Z] Removing intermediate container e7c6e977d682 [2020-10-23T02:46:03.463Z] ---> 24c7d7840b23 [2020-10-23T02:46:03.463Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-23T02:46:03.463Z] ---> Running in e805024f4961 [2020-10-23T02:46:03.463Z] Removing intermediate container e805024f4961 [2020-10-23T02:46:03.463Z] ---> ae83902f64e1 [2020-10-23T02:46:03.463Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-23T02:46:03.463Z] ---> Running in 0346fbdde283 [2020-10-23T02:46:03.728Z] Removing intermediate container 0346fbdde283 [2020-10-23T02:46:03.728Z] ---> ffaba8630ea4 [2020-10-23T02:46:03.728Z] Step 14/24 : WORKDIR / [2020-10-23T02:46:03.728Z] ---> Running in 8f1e271702dd [2020-10-23T02:46:03.999Z] Removing intermediate container 8f1e271702dd [2020-10-23T02:46:03.999Z] ---> 6583e83656cc [2020-10-23T02:46:03.999Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-23T02:46:04.580Z] ---> 7ff0064c58b6 [2020-10-23T02:46:04.580Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-23T02:46:04.580Z] ---> 641a48ddb6d2 [2020-10-23T02:46:04.580Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-23T02:46:04.849Z] ---> 42125db7cc48 [2020-10-23T02:46:04.849Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-23T02:46:05.114Z] ---> 26cbf3f1e18f [2020-10-23T02:46:05.114Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-23T02:46:05.308Z] 209524e5b208: Pull complete [2020-10-23T02:46:05.308Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-23T02:46:05.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-23T02:46:05.308Z] ---> 5bddaf1c2fca [2020-10-23T02:46:05.308Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:46:05.377Z] ---> 12aa414c10fd [2020-10-23T02:46:05.377Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-23T02:46:05.377Z] ---> Running in cccbe3cdc0db [2020-10-23T02:46:05.643Z] Removing intermediate container cccbe3cdc0db [2020-10-23T02:46:05.643Z] ---> 8e5b6981c68b [2020-10-23T02:46:05.643Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-23T02:46:05.643Z] ---> Running in 42c269905585 [2020-10-23T02:46:05.910Z] Removing intermediate container 42c269905585 [2020-10-23T02:46:05.910Z] ---> 1e848f86cc73 [2020-10-23T02:46:05.910Z] Step 22/24 : LABEL arch=amd64 [2020-10-23T02:46:05.910Z] ---> Running in eaa9e343e750 [2020-10-23T02:46:06.175Z] Removing intermediate container eaa9e343e750 [2020-10-23T02:46:06.175Z] ---> b4877123676e [2020-10-23T02:46:06.175Z] Step 23/24 : LABEL git_sha=88e32ef120ef76714f6ec9e25aaebfe207755857 [2020-10-23T02:46:06.175Z] ---> Running in edc6c03e6d13 [2020-10-23T02:46:06.437Z] Removing intermediate container edc6c03e6d13 [2020-10-23T02:46:06.437Z] ---> 6183b0a38bac [2020-10-23T02:46:06.437Z] Step 24/24 : LABEL version=0.0.0 [2020-10-23T02:46:06.437Z] ---> Running in 50a2a5e095f7 [2020-10-23T02:46:06.697Z] Removing intermediate container 50a2a5e095f7 [2020-10-23T02:46:06.697Z] ---> 403a7b8c8ddb [2020-10-23T02:46:06.697Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-23T02:46:06.697Z] Successfully built 403a7b8c8ddb [2020-10-23T02:46:06.697Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-23T02:46:07.970Z] ---> Running in 82e63720a327 [2020-10-23T02:46:08.568Z] Removing intermediate container 82e63720a327 [2020-10-23T02:46:08.568Z] ---> 52cd1f849c3a [2020-10-23T02:46:08.568Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:46:08.568Z] ---> Running in 3e1045e3cf71 [2020-10-23T02:46:11.209Z] Removing intermediate container 3e1045e3cf71 [2020-10-23T02:46:11.209Z] ---> 1776c31320e6 [2020-10-23T02:46:11.209Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-23T02:46:11.481Z] ---> Running in acbe92a28245 [2020-10-23T02:46:12.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T02:46:13.919Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T02:46:15.360Z] OK: 142 MiB in 39 packages [2020-10-23T02:46:16.802Z] Removing intermediate container acbe92a28245 [2020-10-23T02:46:16.802Z] ---> 3952a529279a [2020-10-23T02:46:16.802Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-23T02:46:16.802Z] ---> Running in 90511f88bfac [2020-10-23T02:46:17.078Z] Removing intermediate container 90511f88bfac [2020-10-23T02:46:17.078Z] ---> ed09c846384d [2020-10-23T02:46:17.078Z] Step 7/8 : COPY . . [2020-10-23T02:46:18.532Z] ---> 33e49c7faa79 [2020-10-23T02:46:18.532Z] Step 8/8 : RUN go mod download [2020-10-23T02:46:18.532Z] ---> Running in 0529f557ff54 [2020-10-23T02:46:40.723Z] Removing intermediate container 0529f557ff54 [2020-10-23T02:46:40.723Z] ---> ef51eee3134a [2020-10-23T02:46:40.996Z] Successfully built ef51eee3134a [2020-10-23T02:46:40.996Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:46:41.453Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T02:46:41.454Z] . [Pipeline] withDockerContainer [2020-10-23T02:46:41.764Z] prd-ubuntu18.04-docker-arm64-4c-16g-8361 does not seem to be running inside a container [2020-10-23T02:46:41.865Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-23T02:46:43.835Z] $ docker top f9c8ef31efcf703d4b199d94e8abfd9cb41d94ab6f9662951ccfc612bdf057b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:46:45.292Z] + go version [2020-10-23T02:46:45.292Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-23T02:46:45.322Z] $ docker stop --time=1 f9c8ef31efcf703d4b199d94e8abfd9cb41d94ab6f9662951ccfc612bdf057b8 [2020-10-23T02:46:47.329Z] $ docker rm -f f9c8ef31efcf703d4b199d94e8abfd9cb41d94ab6f9662951ccfc612bdf057b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:46:48.413Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T02:46:48.413Z] . [Pipeline] withDockerContainer [2020-10-23T02:46:48.706Z] prd-ubuntu18.04-docker-arm64-4c-16g-8361 does not seem to be running inside a container [2020-10-23T02:46:48.800Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-23T02:46:50.700Z] $ docker top 7df8a04e4b6e5fd819e716ba5b0320689121e4b36128df21e19af4c811393020 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:46:52.186Z] + make test [2020-10-23T02:46:52.186Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-23T02:47:14.402Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-23T02:48:01.435Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-23T02:48:01.435Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-23T02:48:01.435Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-23T02:48:01.435Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.121s coverage: 21.4% of statements [2020-10-23T02:48:02.885Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.298s coverage: 97.1% of statements [2020-10-23T02:48:29.722Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.126s coverage: 9.4% of statements [2020-10-23T02:48:29.722Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.124s coverage: 21.9% of statements [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-23T02:48:29.722Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.614s coverage: 42.6% of statements [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-23T02:48:29.722Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.825s coverage: 68.9% of statements [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-23T02:48:29.722Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.182s coverage: 52.6% of statements [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-23T02:48:29.722Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.800s coverage: 68.9% of statements [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-23T02:48:29.722Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-23T02:48:29.722Z] GO111MODULE=on go vet ./... [2020-10-23T02:49:02.153Z] gofmt -l . [2020-10-23T02:49:02.153Z] [ "`gofmt -l .`" = "" ] [2020-10-23T02:49:02.153Z] ./bin/test-attribution-txt.sh [2020-10-23T02:49:03.141Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-23T02:49:03.435Z] Warning: overwriting stash ‘coverage-report’ [2020-10-23T02:49:04.632Z] Stashed 1 file(s) [Pipeline] } [2020-10-23T02:49:04.642Z] $ docker stop --time=1 7df8a04e4b6e5fd819e716ba5b0320689121e4b36128df21e19af4c811393020 [2020-10-23T02:49:06.914Z] $ docker rm -f 7df8a04e4b6e5fd819e716ba5b0320689121e4b36128df21e19af4c811393020 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T02:49:08.477Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-23T02:49:08.839Z] + ls -al . [2020-10-23T02:49:08.839Z] total 224 [2020-10-23T02:49:08.839Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 02:49 . [2020-10-23T02:49:08.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:45 .. [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 23 02:45 .dockerignore [2020-10-23T02:49:08.839Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 02:45 .git [2020-10-23T02:49:08.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 02:45 .github [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 23 02:45 .gitignore [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 23 02:45 Dockerfile.build [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 23 02:45 Jenkinsfile [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 23 02:45 LICENSE [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 23 02:45 Makefile [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 23 02:45 README.md [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 23 02:45 RELEASE-NOTES.txt [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 23 02:42 VERSION [2020-10-23T02:49:08.839Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 02:45 bin [2020-10-23T02:49:08.839Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 23 02:48 coverage.out [2020-10-23T02:49:08.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:45 example [2020-10-23T02:49:08.839Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 23 02:49 go.mod [2020-10-23T02:49:08.839Z] -rw-r--r-- 1 jenkins jenkins 13840 Oct 23 02:49 go.sum [2020-10-23T02:49:08.839Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 23 02:45 internal [2020-10-23T02:49:08.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:45 openapi [2020-10-23T02:49:08.839Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 23 02:45 pkg [2020-10-23T02:49:08.839Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:45 snap [2020-10-23T02:49:08.839Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:49:09.196Z] + 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=88e32ef120ef76714f6ec9e25aaebfe207755857 --label arch=arm64 --label version=0.0.0 . [2020-10-23T02:49:09.479Z] Sending build context to Docker daemon 2.451MB [2020-10-23T02:49:09.754Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-23T02:49:09.754Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-23T02:49:09.754Z] ---> ef51eee3134a [2020-10-23T02:49:09.754Z] Step 3/24 : ARG MAKE='make build' [2020-10-23T02:49:10.026Z] ---> Running in 3c0cb38f1a44 [2020-10-23T02:49:10.297Z] Removing intermediate container 3c0cb38f1a44 [2020-10-23T02:49:10.297Z] ---> a31a9df2efc0 [2020-10-23T02:49:10.297Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-23T02:49:10.570Z] ---> Running in 451b9c9a3a3a [2020-10-23T02:49:11.169Z] Removing intermediate container 451b9c9a3a3a [2020-10-23T02:49:11.169Z] ---> 0964ce7537fe [2020-10-23T02:49:11.169Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:49:11.169Z] ---> Running in 1a068f97e64f [2020-10-23T02:49:11.772Z] Removing intermediate container 1a068f97e64f [2020-10-23T02:49:11.772Z] ---> 3fc582b78f78 [2020-10-23T02:49:11.772Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:49:11.772Z] ---> Running in 1b86433cb07f [2020-10-23T02:49:14.399Z] Removing intermediate container 1b86433cb07f [2020-10-23T02:49:14.399Z] ---> 27f126398003 [2020-10-23T02:49:14.399Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-23T02:49:14.673Z] ---> Running in f34d937e948b [2020-10-23T02:49:16.110Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T02:49:17.083Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T02:49:18.057Z] OK: 142 MiB in 39 packages [2020-10-23T02:49:19.029Z] Removing intermediate container f34d937e948b [2020-10-23T02:49:19.029Z] ---> 574998aaf621 [2020-10-23T02:49:19.029Z] Step 8/24 : COPY . . [2020-10-23T02:49:20.467Z] ---> f6662e9f0fca [2020-10-23T02:49:20.467Z] Step 9/24 : RUN ${MAKE} [2020-10-23T02:49:20.467Z] ---> Running in 774f8e20b569 [2020-10-23T02:49:21.910Z] 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-23T02:49:54.346Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-23T02:49:54.346Z] Removing intermediate container 774f8e20b569 [2020-10-23T02:49:54.346Z] ---> f82019b7ba89 [2020-10-23T02:49:54.346Z] Step 10/24 : FROM scratch [2020-10-23T02:49:54.346Z] ---> [2020-10-23T02:49:54.346Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:49:54.346Z] ---> Running in 6fbc8386666c [2020-10-23T02:49:54.346Z] Removing intermediate container 6fbc8386666c [2020-10-23T02:49:54.346Z] ---> cab4efb852af [2020-10-23T02:49:54.346Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-23T02:49:54.346Z] ---> Running in 95865c8f6799 [2020-10-23T02:49:54.346Z] Removing intermediate container 95865c8f6799 [2020-10-23T02:49:54.346Z] ---> c8355f06a384 [2020-10-23T02:49:54.346Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-23T02:49:54.346Z] ---> Running in a2ea57babd1c [2020-10-23T02:49:54.619Z] Removing intermediate container a2ea57babd1c [2020-10-23T02:49:54.619Z] ---> 0ea19d9dd2f1 [2020-10-23T02:49:54.619Z] Step 14/24 : WORKDIR / [2020-10-23T02:49:54.619Z] ---> Running in dad03a7ca86d [2020-10-23T02:49:54.893Z] Removing intermediate container dad03a7ca86d [2020-10-23T02:49:54.893Z] ---> dc1e115eeffa [2020-10-23T02:49:54.893Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-23T02:49:56.327Z] ---> cfba2d5839c1 [2020-10-23T02:49:56.327Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-23T02:49:56.920Z] ---> 9907a73910d7 [2020-10-23T02:49:56.920Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-23T02:49:57.512Z] ---> 815b9223c594 [2020-10-23T02:49:57.512Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-23T02:49:58.107Z] ---> 38c38750e156 [2020-10-23T02:49:58.107Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-23T02:49:59.097Z] ---> 35c50a84502a [2020-10-23T02:49:59.097Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-23T02:49:59.097Z] ---> Running in c612c2f18f94 [2020-10-23T02:49:59.371Z] Removing intermediate container c612c2f18f94 [2020-10-23T02:49:59.371Z] ---> fa967669e4b1 [2020-10-23T02:49:59.371Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-23T02:49:59.644Z] ---> Running in 01aea8292f3a [2020-10-23T02:49:59.916Z] Removing intermediate container 01aea8292f3a [2020-10-23T02:49:59.916Z] ---> 561611d49eb5 [2020-10-23T02:49:59.916Z] Step 22/24 : LABEL arch=arm64 [2020-10-23T02:50:00.187Z] ---> Running in 2c278576cf85 [2020-10-23T02:50:00.460Z] Removing intermediate container 2c278576cf85 [2020-10-23T02:50:00.460Z] ---> 5ced9bd56333 [2020-10-23T02:50:00.460Z] Step 23/24 : LABEL git_sha=88e32ef120ef76714f6ec9e25aaebfe207755857 [2020-10-23T02:50:00.731Z] ---> Running in b331d806e1d4 [2020-10-23T02:50:01.002Z] Removing intermediate container b331d806e1d4 [2020-10-23T02:50:01.002Z] ---> 63687627f7e8 [2020-10-23T02:50:01.002Z] Step 24/24 : LABEL version=0.0.0 [2020-10-23T02:50:01.280Z] ---> Running in 01d6418a6a72 [2020-10-23T02:50:01.552Z] Removing intermediate container 01d6418a6a72 [2020-10-23T02:50:01.552Z] ---> e1fb011401f8 [2020-10-23T02:50:01.552Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-23T02:50:01.552Z] Successfully built e1fb011401f8 [2020-10-23T02:50:01.552Z] 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-23T02:50:04.342Z] provisioning config files... [2020-10-23T02:50:04.353Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/config2104173148629234795tmp [Pipeline] { [Pipeline] sh [2020-10-23T02:50:04.747Z] + set +x [2020-10-23T02:50:04.747Z] + curl -s https://codecov.io/bash [2020-10-23T02:50:04.747Z] + bash -s -- [2020-10-23T02:50:05.010Z] [2020-10-23T02:50:05.010Z] _____ _ [2020-10-23T02:50:05.010Z] / ____| | | [2020-10-23T02:50:05.010Z] | | ___ __| | ___ ___ _____ __ [2020-10-23T02:50:05.010Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-23T02:50:05.010Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-23T02:50:05.010Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-23T02:50:05.010Z] Bash-20201009-048fee3 [2020-10-23T02:50:05.010Z] [2020-10-23T02:50:05.010Z] [2020-10-23T02:50:05.010Z] ==> Jenkins CI detected. [2020-10-23T02:50:05.010Z] project root: . [2020-10-23T02:50:05.010Z] Fixing merge commit SHA [2020-10-23T02:50:05.010Z] --> token set from env [2020-10-23T02:50:05.010Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-23T02:50:05.010Z] ==> Running gcov in . (disable via -X gcov) [2020-10-23T02:50:05.010Z] ==> Python coveragepy not found [2020-10-23T02:50:05.010Z] ==> Searching for coverage reports in: [2020-10-23T02:50:05.010Z] + . [2020-10-23T02:50:05.010Z] -> Found 1 reports [2020-10-23T02:50:05.010Z] ==> Detecting git/mercurial file structure [2020-10-23T02:50:05.010Z] ==> Reading reports [2020-10-23T02:50:05.010Z] + ./coverage.out bytes=110398 [2020-10-23T02:50:05.010Z] ==> Appending adjustments [2020-10-23T02:50:05.010Z] https://docs.codecov.io/docs/fixing-reports [2020-10-23T02:50:05.583Z] + Found adjustments [2020-10-23T02:50:05.583Z] ==> Gzipping contents [2020-10-23T02:50:05.583Z] ==> Uploading reports [2020-10-23T02:50:05.583Z] url: https://codecov.io [2020-10-23T02:50:05.583Z] query: branch=PR-640&commit=8b39936bc192f82b46677f7f05650a94960ef7f6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-640%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=640&job=&cmd_args= [2020-10-23T02:50:05.583Z] -> Pinging Codecov [2020-10-23T02:50:05.583Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-640&commit=8b39936bc192f82b46677f7f05650a94960ef7f6&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-640%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=640&job=&cmd_args= [2020-10-23T02:50:05.583Z] -> Uploading to [2020-10-23T02:50:05.583Z] [2020-10-23T02:50:05.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T02:50:05.583Z] Dload Upload Total Spent Left Speed [2020-10-23T02:50:05.583Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-23T02:50:05.583Z] X> Failed to upload [2020-10-23T02:50:05.583Z] ==> Uploading to Codecov [2020-10-23T02:50:05.583Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T02:50:05.583Z] Dload Upload Total Spent Left Speed [2020-10-23T02:50:06.530Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 19129 0 0 100 19019 0 23899 --:--:-- --:--:-- --:--:-- 23893 100 19129 100 110 100 19019 138 23893 --:--:-- --:--:-- --:--:-- 23893 [2020-10-23T02:50:06.530Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] } [2020-10-23T02:50:06.545Z] 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-23T02:50:09.718Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:50:10.285Z] ---> package-listing.sh [2020-10-23T02:50:10.285Z] ++ facter osfamily [2020-10-23T02:50:10.285Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-23T02:50:10.285Z] + OS_FAMILY=redhat [2020-10-23T02:50:10.285Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-640 [2020-10-23T02:50:10.285Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-23T02:50:10.285Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-23T02:50:10.285Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-23T02:50:10.285Z] + PACKAGES=/tmp/packages_start.txt [2020-10-23T02:50:10.285Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-640 ']' [2020-10-23T02:50:10.285Z] + PACKAGES=/tmp/packages_end.txt [2020-10-23T02:50:10.285Z] + case "${OS_FAMILY}" in [2020-10-23T02:50:10.285Z] + rpm -qa [2020-10-23T02:50:10.285Z] + sort [2020-10-23T02:50:14.490Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-23T02:50:14.490Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-23T02:50:14.490Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-23T02:50:14.490Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-640 ']' [2020-10-23T02:50:14.490Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-640/archives/ [2020-10-23T02:50:14.490Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-640/archives/ [Pipeline] echo [2020-10-23T02:50:14.502Z] 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-640/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-23T02:50:14.785Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:50:15.083Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T02:50:15.083Z] [2020-10-23T02:50:15.083Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:50:15.427Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T02:50:15.427Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-23T02:50:15.427Z] df20fa9351a1: Pulling fs layer [2020-10-23T02:50:15.427Z] 36b3adc4ff6f: Pulling fs layer [2020-10-23T02:50:15.427Z] 8ad3a11d3b57: Pulling fs layer [2020-10-23T02:50:15.427Z] 46f8f816bc3b: Pulling fs layer [2020-10-23T02:50:15.427Z] 93b61091891f: Pulling fs layer [2020-10-23T02:50:15.427Z] 93b9cdb0e59b: Pulling fs layer [2020-10-23T02:50:15.427Z] 5e14af77c1be: Pulling fs layer [2020-10-23T02:50:15.427Z] 01666e4c0597: Pulling fs layer [2020-10-23T02:50:15.427Z] aa168da1d23b: Pulling fs layer [2020-10-23T02:50:15.427Z] 93b9cdb0e59b: Waiting [2020-10-23T02:50:15.427Z] 5e14af77c1be: Waiting [2020-10-23T02:50:15.427Z] 01666e4c0597: Waiting [2020-10-23T02:50:15.427Z] aa168da1d23b: Waiting [2020-10-23T02:50:15.427Z] 46f8f816bc3b: Waiting [2020-10-23T02:50:15.427Z] 93b61091891f: Waiting [2020-10-23T02:50:15.427Z] 36b3adc4ff6f: Verifying Checksum [2020-10-23T02:50:15.427Z] 36b3adc4ff6f: Download complete [2020-10-23T02:50:15.427Z] 46f8f816bc3b: Verifying Checksum [2020-10-23T02:50:15.427Z] 46f8f816bc3b: Download complete [2020-10-23T02:50:15.427Z] df20fa9351a1: Verifying Checksum [2020-10-23T02:50:15.427Z] df20fa9351a1: Download complete [2020-10-23T02:50:15.427Z] 93b9cdb0e59b: Verifying Checksum [2020-10-23T02:50:15.427Z] 93b9cdb0e59b: Download complete [2020-10-23T02:50:15.691Z] 5e14af77c1be: Verifying Checksum [2020-10-23T02:50:15.691Z] 5e14af77c1be: Download complete [2020-10-23T02:50:15.691Z] 93b61091891f: Download complete [2020-10-23T02:50:15.691Z] 01666e4c0597: Verifying Checksum [2020-10-23T02:50:15.691Z] 01666e4c0597: Download complete [2020-10-23T02:50:15.691Z] df20fa9351a1: Pull complete [2020-10-23T02:50:15.952Z] 36b3adc4ff6f: Pull complete [2020-10-23T02:50:16.213Z] 8ad3a11d3b57: Verifying Checksum [2020-10-23T02:50:16.213Z] 8ad3a11d3b57: Download complete [2020-10-23T02:50:17.157Z] 8ad3a11d3b57: Pull complete [2020-10-23T02:50:17.157Z] 46f8f816bc3b: Pull complete [2020-10-23T02:50:17.738Z] 93b61091891f: Pull complete [2020-10-23T02:50:17.738Z] 93b9cdb0e59b: Pull complete [2020-10-23T02:50:17.998Z] aa168da1d23b: Verifying Checksum [2020-10-23T02:50:17.998Z] aa168da1d23b: Download complete [2020-10-23T02:50:17.998Z] 5e14af77c1be: Pull complete [2020-10-23T02:50:18.259Z] 01666e4c0597: Pull complete [2020-10-23T02:50:23.581Z] aa168da1d23b: Pull complete [2020-10-23T02:50:23.581Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-23T02:50:23.581Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T02:50:23.581Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-23T02:50:23.779Z] prd-centos7-docker-4c-2g-8353 does not seem to be running inside a container [2020-10-23T02:50:23.824Z] $ 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-640/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-640 -v /w/workspace/dgexfoundry_device-sdk-go_PR-640:/w/workspace/dgexfoundry_device-sdk-go_PR-640:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-640@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-23T02:50:29.504Z] $ docker top 36907d87776058e20bb15bb578244f2b275195551ae1e8f0bcd5551a4069f76e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:50:29.973Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-23T02:50:30.267Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-23T02:50:30.824Z] + ls /var/log/sa-host [2020-10-23T02:50:30.824Z] + sadf -c /var/log/sa-host/sa05 [2020-10-23T02:50:30.824Z] file_magic: OK [2020-10-23T02:50:30.824Z] HZ: Using current value: 100 [2020-10-23T02:50:30.824Z] file_header: OK [2020-10-23T02:50:30.824Z] 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-23T02:50:30.824Z] Statistics: [2020-10-23T02:50:30.824Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T02:50:30.824Z] File successfully converted to sysstat format version 12.2.1 [2020-10-23T02:50:30.824Z] + sadf -c /var/log/sa-host/sa23 [2020-10-23T02:50:30.824Z] file_magic: OK [2020-10-23T02:50:30.824Z] HZ: Using current value: 100 [2020-10-23T02:50:30.824Z] file_header: OK [2020-10-23T02:50:30.824Z] 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-23T02:50:30.824Z] Statistics: [2020-10-23T02:50:30.824Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T02:50:30.824Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T02:50:31.499Z] provisioning config files... [2020-10-23T02:50:31.515Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp/config7088765668835834777tmp [Pipeline] { [Pipeline] echo [2020-10-23T02:50:31.591Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:50:31.902Z] ---> create-netrc.sh [Pipeline] } [2020-10-23T02:50:31.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-23T02:50:32.006Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:50:32.303Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-23T02:50:32.315Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:50:32.620Z] ---> sudo-logs.sh [2020-10-23T02:50:32.620Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-23T02:50:32.630Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:50:32.927Z] ---> job-cost.sh [2020-10-23T02:50:32.928Z] lf-activate-venv: SKIPPING [2020-10-23T02:50:32.928Z] INFO: No Stack... [2020-10-23T02:50:33.875Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-23T02:50:34.448Z] INFO: Archiving Costs [Pipeline] echo [2020-10-23T02:50:34.463Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:50:34.756Z] ---> logs-deploy.sh [2020-10-23T02:50:34.756Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-640/2 [2020-10-23T02:50:34.756Z] INFO: archiving workspace using pattern(s): [2020-10-23T02:50:36.143Z] Archives upload complete. [2020-10-23T02:50:36.410Z] INFO: archiving logs to Nexus [2020-10-23T02:50:37.361Z] ---> uname -a: [2020-10-23T02:50:37.361Z] Linux prd-centos7-docker-4c-2g-8353.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-23T02:50:37.361Z] [2020-10-23T02:50:37.361Z] [2020-10-23T02:50:37.361Z] ---> lscpu: [2020-10-23T02:50:37.361Z] Architecture: x86_64 [2020-10-23T02:50:37.361Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-23T02:50:37.361Z] Byte Order: Little Endian [2020-10-23T02:50:37.361Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-23T02:50:37.361Z] CPU(s): 4 [2020-10-23T02:50:37.361Z] On-line CPU(s) list: 0-3 [2020-10-23T02:50:37.361Z] Thread(s) per core: 1 [2020-10-23T02:50:37.361Z] Core(s) per socket: 1 [2020-10-23T02:50:37.361Z] Socket(s): 4 [2020-10-23T02:50:37.361Z] NUMA node(s): 1 [2020-10-23T02:50:37.361Z] Vendor ID: GenuineIntel [2020-10-23T02:50:37.361Z] CPU family: 6 [2020-10-23T02:50:37.361Z] Model: 44 [2020-10-23T02:50:37.361Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-23T02:50:37.361Z] Stepping: 1 [2020-10-23T02:50:37.361Z] CPU MHz: 2933.438 [2020-10-23T02:50:37.361Z] BogoMIPS: 5866.87 [2020-10-23T02:50:37.361Z] Virtualization: VT-x [2020-10-23T02:50:37.361Z] Hypervisor vendor: KVM [2020-10-23T02:50:37.361Z] Virtualization type: full [2020-10-23T02:50:37.361Z] L1d cache: 128 KiB [2020-10-23T02:50:37.361Z] L1i cache: 128 KiB [2020-10-23T02:50:37.361Z] L2 cache: 16 MiB [2020-10-23T02:50:37.361Z] L3 cache: 64 MiB [2020-10-23T02:50:37.361Z] NUMA node0 CPU(s): 0-3 [2020-10-23T02:50:37.361Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-23T02:50:37.361Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-23T02:50:37.362Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-23T02:50:37.362Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-23T02:50:37.362Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-23T02:50:37.362Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-23T02:50:37.362Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-23T02:50:37.362Z] Vulnerability Tsx async abort: Not affected [2020-10-23T02:50:37.362Z] 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-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] ---> nproc: [2020-10-23T02:50:37.362Z] 4 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] ---> df -h: [2020-10-23T02:50:37.362Z] Filesystem Size Used Available Use% Mounted on [2020-10-23T02:50:37.362Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-23T02:50:37.362Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-23T02:50:37.362Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-23T02:50:37.362Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-640@tmp [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-23T02:50:37.362Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-640 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] ---> free -m: [2020-10-23T02:50:37.362Z] total used free shared buff/cache available [2020-10-23T02:50:37.362Z] Mem: 1837 680 108 0 1048 1054 [2020-10-23T02:50:37.362Z] Swap: 1023 1 1022 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] ---> ip addr: [2020-10-23T02:50:37.362Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-23T02:50:37.362Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-23T02:50:37.362Z] inet 127.0.0.1/8 scope host lo [2020-10-23T02:50:37.362Z] valid_lft forever preferred_lft forever [2020-10-23T02:50:37.362Z] inet6 ::1/128 scope host [2020-10-23T02:50:37.362Z] valid_lft forever preferred_lft forever [2020-10-23T02:50:37.362Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-23T02:50:37.362Z] link/ether fa:16:3e:eb:5b:5c brd ff:ff:ff:ff:ff:ff [2020-10-23T02:50:37.362Z] inet 10.30.123.87/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-23T02:50:37.362Z] valid_lft 85839sec preferred_lft 85839sec [2020-10-23T02:50:37.362Z] inet6 fe80::f816:3eff:feeb:5b5c/64 scope link [2020-10-23T02:50:37.362Z] valid_lft forever preferred_lft forever [2020-10-23T02:50:37.362Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-23T02:50:37.362Z] link/ether 02:42:44:aa:07:53 brd ff:ff:ff:ff:ff:ff [2020-10-23T02:50:37.362Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-23T02:50:37.362Z] valid_lft forever preferred_lft forever [2020-10-23T02:50:37.362Z] inet6 fe80::42:44ff:feaa:753/64 scope link [2020-10-23T02:50:37.362Z] valid_lft forever preferred_lft forever [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] ---> sar -b -r -n DEV: [2020-10-23T02:50:37.362Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] 02:40:59 LINUX RESTART (4 CPU) [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-23T02:50:37.362Z] 02:43:01 10.49 2.00 8.49 0.00 131.34 234.23 0.00 [2020-10-23T02:50:37.362Z] 02:44:01 4.16 0.00 4.16 0.00 0.00 65.54 0.00 [2020-10-23T02:50:37.362Z] 02:45:01 0.22 0.00 0.22 0.00 0.00 3.41 0.00 [2020-10-23T02:50:37.362Z] 02:46:01 0.30 0.00 0.30 0.00 0.00 3.78 0.00 [2020-10-23T02:50:37.362Z] 02:47:02 0.28 0.00 0.28 0.00 0.00 4.75 0.00 [2020-10-23T02:50:37.362Z] 02:48:01 0.32 0.02 0.30 0.00 0.14 4.27 0.00 [2020-10-23T02:50:37.362Z] 02:49:01 0.25 0.00 0.25 0.00 0.00 3.16 0.00 [2020-10-23T02:50:37.362Z] 02:50:01 0.22 0.00 0.22 0.00 0.00 2.32 0.00 [2020-10-23T02:50:37.362Z] Average: 2.03 0.25 1.78 0.00 16.47 40.27 0.00 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-23T02:50:37.362Z] 02:43:01 164068 0 545104 28.97 2620 1169764 1100240 37.55 436372 1120224 20 [2020-10-23T02:50:37.362Z] 02:44:01 128160 0 581000 30.88 2620 1169776 1090972 37.23 473332 1119192 16 [2020-10-23T02:50:37.362Z] 02:45:01 128472 0 580680 30.86 2620 1169784 1090984 37.23 473300 1119192 8 [2020-10-23T02:50:37.362Z] 02:46:01 129924 0 579228 30.78 2620 1169784 1082852 36.96 472256 1119192 20 [2020-10-23T02:50:37.362Z] 02:47:02 129796 0 579348 30.79 2620 1169792 1082840 36.96 472360 1119192 20 [2020-10-23T02:50:37.362Z] 02:48:01 130564 0 578572 30.75 2620 1169800 1082744 36.95 471716 1119192 16 [2020-10-23T02:50:37.362Z] 02:49:01 131676 0 577452 30.69 2620 1169808 1071424 36.57 468896 1120992 8 [2020-10-23T02:50:37.362Z] 02:50:01 131848 0 577276 30.68 2620 1169812 1071424 36.57 468776 1120992 12 [2020-10-23T02:50:37.362Z] Average: 134314 0 574832 30.55 2620 1169790 1084185 37.00 467126 1119771 15 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-23T02:50:37.362Z] 02:43:01 eth0 63.79 41.74 68.16 31.61 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:43:01 docker0 7.26 5.14 1.16 19.91 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:44:01 eth0 74.10 55.90 51.85 81.76 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:45:01 eth0 3.21 0.65 0.75 0.43 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:46:01 eth0 3.90 1.28 1.30 0.80 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:47:02 eth0 2.25 0.93 1.01 0.62 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:47:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:47:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:48:01 eth0 0.39 0.27 0.27 0.20 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:49:01 eth0 0.17 0.08 0.01 0.04 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] Average: eth0 18.53 12.65 15.45 14.46 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] Average: docker0 0.91 0.64 0.15 2.49 0.00 0.00 0.00 0.00 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] ---> sar -P ALL: [2020-10-23T02:50:37.362Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/23/20 _x86_64_ (4 CPU) [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] 02:40:59 LINUX RESTART (4 CPU) [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] 02:42:01 CPU %user %nice %system %iowait %steal %idle [2020-10-23T02:50:37.362Z] 02:43:01 all 1.28 0.00 0.46 0.05 0.02 98.20 [2020-10-23T02:50:37.362Z] 02:43:01 0 1.25 0.00 0.53 0.00 0.02 98.20 [2020-10-23T02:50:37.362Z] 02:43:01 1 1.10 0.00 0.42 0.03 0.03 98.42 [2020-10-23T02:50:37.362Z] 02:43:01 2 1.39 0.00 0.42 0.10 0.02 98.08 [2020-10-23T02:50:37.362Z] 02:43:01 3 1.37 0.00 0.45 0.05 0.02 98.11 [2020-10-23T02:50:37.362Z] 02:44:01 all 0.78 0.00 0.27 0.01 0.00 98.94 [2020-10-23T02:50:37.362Z] 02:44:01 0 1.07 0.00 0.35 0.00 0.00 98.58 [2020-10-23T02:50:37.362Z] 02:44:01 1 0.72 0.00 0.28 0.02 0.00 98.98 [2020-10-23T02:50:37.362Z] 02:44:01 2 0.50 0.00 0.22 0.02 0.00 99.27 [2020-10-23T02:50:37.362Z] 02:44:01 3 0.83 0.00 0.23 0.02 0.00 98.92 [2020-10-23T02:50:37.362Z] 02:45:01 all 0.18 0.00 0.02 0.00 0.00 99.80 [2020-10-23T02:50:37.362Z] 02:45:01 0 0.53 0.00 0.02 0.00 0.00 99.45 [2020-10-23T02:50:37.362Z] 02:45:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:50:37.362Z] 02:45:01 2 0.08 0.00 0.02 0.00 0.00 99.90 [2020-10-23T02:50:37.362Z] 02:45:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:50:37.362Z] 02:46:01 all 0.15 0.00 0.04 0.00 0.00 99.81 [2020-10-23T02:50:37.362Z] 02:46:01 0 0.47 0.00 0.07 0.00 0.00 99.47 [2020-10-23T02:50:37.362Z] 02:46:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:50:37.362Z] 02:46:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:50:37.362Z] 02:46:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-23T02:50:37.362Z] 02:47:02 all 0.17 0.00 0.02 0.00 0.00 99.81 [2020-10-23T02:50:37.362Z] 02:47:02 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-10-23T02:50:37.362Z] 02:47:02 1 0.07 0.00 0.02 0.00 0.00 99.92 [2020-10-23T02:50:37.362Z] 02:47:02 2 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-23T02:50:37.362Z] 02:47:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:50:37.362Z] 02:48:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-10-23T02:50:37.362Z] 02:48:01 0 0.52 0.00 0.02 0.00 0.00 99.46 [2020-10-23T02:50:37.362Z] 02:48:01 1 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-23T02:50:37.362Z] 02:48:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-23T02:50:37.362Z] 02:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-23T02:50:37.362Z] 02:49:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-10-23T02:50:37.362Z] 02:49:01 0 0.50 0.00 0.00 0.00 0.00 99.50 [2020-10-23T02:50:37.362Z] 02:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:50:37.362Z] 02:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-23T02:50:37.362Z] 02:49:01 3 0.07 0.00 0.03 0.00 0.00 99.90 [2020-10-23T02:50:37.362Z] 02:50:01 all 0.14 0.00 0.02 0.00 0.00 99.83 [2020-10-23T02:50:37.362Z] 02:50:01 0 0.50 0.00 0.03 0.00 0.00 99.47 [2020-10-23T02:50:37.362Z] 02:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:50:37.362Z] 02:50:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-23T02:50:37.362Z] 02:50:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-10-23T02:50:37.362Z] Average: all 0.38 0.00 0.11 0.01 0.00 99.51 [2020-10-23T02:50:37.362Z] Average: 0 0.67 0.00 0.13 0.00 0.00 99.20 [2020-10-23T02:50:37.362Z] Average: 1 0.26 0.00 0.10 0.01 0.00 99.62 [2020-10-23T02:50:37.362Z] Average: 2 0.27 0.00 0.10 0.01 0.00 99.62 [2020-10-23T02:50:37.362Z] Average: 3 0.30 0.00 0.10 0.01 0.00 99.58 [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z] [2020-10-23T02:50:37.362Z]