Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2c092d27ef67f5e9fc8f25b80adb42344aab04ec+8b39936bc192f82b46677f7f05650a94960ef7f6 (ddbabcd4c88b1d103320a45d6820017a9c56d932) 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-8357 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec Merge succeeded, producing 003c9554a851d4fb3476f59109515bcba3ccc0cb Checking out Revision 003c9554a851d4fb3476f59109515bcba3ccc0cb (PR-584) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 003c9554a851d4fb3476f59109515bcba3ccc0cb # timeout=10 Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" > git rev-list --no-walk 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-23T02:43:38.876Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-23T02:43:39.138Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-23T02:43:39.246Z] ========================================================= [2020-10-23T02:43:39.246Z] EdgeX Global Pipelines Version Info [2020-10-23T02:43:39.246Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:43:40.868Z] ------------------- [2020-10-23T02:43:40.869Z] stable info: [2020-10-23T02:43:40.869Z] ------------------- [2020-10-23T02:43:40.869Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-23T02:43:40.869Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T02:43:40.869Z] Message: update stable to v1.0.148 [2020-10-23T02:43:41.822Z] ------------------- [2020-10-23T02:43:41.822Z] experimental info: [2020-10-23T02:43:41.822Z] ------------------- [2020-10-23T02:43:41.822Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-23T02:43:41.822Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-23T02:43:41.822Z] Message: update experimental to v1.0.148 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-23T02:43:42.223Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-23T02:43:42.334Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-23T02:43:42.444Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-23T02:43:42.545Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-23T02:43:42.642Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-23T02:43:42.744Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-23T02:43:42.879Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-23T02:43:42.972Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-23T02:43:43.070Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-23T02:43:43.185Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-23T02:43:43.327Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-23T02:43:43.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-23T02:43:43.524Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-23T02:43:43.627Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-23T02:43:43.730Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-23T02:43:43.821Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T02:43:43.934Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T02:43:44.155Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-23T02:43:44.269Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-23T02:43:44.357Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-23T02:43:44.454Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-23T02:43:44.576Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-23T02:43:44.680Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-23T02:43:44.775Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-23T02:43:44.878Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-23T02:43:44.974Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-10-23T02:43:45.080Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-10-23T02:43:45.178Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-10-23T02:43:45.295Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 003c9554a851d4fb3476f59109515bcba3ccc0cb [Pipeline] echo [2020-10-23T02:43:45.384Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 003c955 [Pipeline] echo [2020-10-23T02:43:45.472Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T02:43:46.177Z] + git log --format=format:%s -1 003c9554a851d4fb3476f59109515bcba3ccc0cb [Pipeline] echo [2020-10-23T02:43:46.262Z] GIT_COMMIT: 003c9554a851d4fb3476f59109515bcba3ccc0cb, Commit Message: Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD [Pipeline] echo [2020-10-23T02:43:46.317Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:43:46.957Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T02:43:47.224Z] [2020-10-23T02:43:47.224Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:43:47.596Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T02:43:47.596Z] latest: Pulling from edgex-devops/git-semver [2020-10-23T02:43:47.596Z] 31603596830f: Pulling fs layer [2020-10-23T02:43:47.596Z] 2a8b12db71e7: Pulling fs layer [2020-10-23T02:43:47.596Z] 6ca5941a6612: Pulling fs layer [2020-10-23T02:43:47.596Z] ecc8261a40a4: Pulling fs layer [2020-10-23T02:43:47.596Z] 2a8b12db71e7: Verifying Checksum [2020-10-23T02:43:47.596Z] 2a8b12db71e7: Download complete [2020-10-23T02:43:47.863Z] 31603596830f: Download complete [2020-10-23T02:43:48.132Z] 6ca5941a6612: Verifying Checksum [2020-10-23T02:43:48.132Z] 6ca5941a6612: Download complete [2020-10-23T02:43:48.132Z] ecc8261a40a4: Verifying Checksum [2020-10-23T02:43:48.132Z] ecc8261a40a4: Download complete [2020-10-23T02:43:48.132Z] 31603596830f: Pull complete [2020-10-23T02:43:48.399Z] 2a8b12db71e7: Pull complete [2020-10-23T02:43:49.358Z] 6ca5941a6612: Pull complete [2020-10-23T02:43:49.621Z] ecc8261a40a4: Pull complete [2020-10-23T02:43:49.621Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-23T02:43:49.621Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-23T02:43:49.621Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-23T02:43:49.747Z] prd-centos7-docker-4c-2g-8357 does not seem to be running inside a container [2020-10-23T02:43:49.807Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-23T02:43:52.162Z] $ docker top 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-23T02:43:52.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T02:43:52.547Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T02:43:52.840Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T02:43:52.848Z] $ docker exec 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent [2020-10-23T02:43:53.044Z] SSH_AUTH_SOCK=/tmp/ssh-Kt7RgJd6SliZ/agent.12 [2020-10-23T02:43:53.044Z] SSH_AGENT_PID=17 [2020-10-23T02:43:53.061Z] Running ssh-add (command line suppressed) [2020-10-23T02:43:53.225Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_6294146036481596283.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_6294146036481596283.key) [2020-10-23T02:43:53.291Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T02:43:53.760Z] + git tag --points-at HEAD [Pipeline] } [2020-10-23T02:43:53.806Z] $ docker exec --env ******** --env ******** 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent -k [2020-10-23T02:43:53.945Z] unset SSH_AUTH_SOCK; [2020-10-23T02:43:53.945Z] unset SSH_AGENT_PID; [2020-10-23T02:43:53.945Z] echo Agent pid 17 killed; [2020-10-23T02:43:53.998Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-23T02:43:54.170Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-23T02:43:54.170Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-23T02:43:54.378Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-23T02:43:54.386Z] $ docker exec 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent [2020-10-23T02:43:54.592Z] SSH_AUTH_SOCK=/tmp/ssh-F74UDW8evpuJ/agent.47 [2020-10-23T02:43:54.592Z] SSH_AGENT_PID=53 [2020-10-23T02:43:54.601Z] Running ssh-add (command line suppressed) [2020-10-23T02:43:54.741Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8852622112369458799.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8852622112369458799.key) [2020-10-23T02:43:54.814Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-23T02:43:55.164Z] + git semver init [2020-10-23T02:43:55.164Z] # -> Open(): unable to determine branch for HEAD [2020-10-23T02:43:55.164Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-10-23T02:43:55.164Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-23T02:43:55.164Z] # $SEMVER_REMOTE_NAME = origin [2020-10-23T02:43:55.164Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-23T02:43:55.164Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-23T02:43:55.164Z] # $SEMVER_BRANCH = PR-584 [2020-10-23T02:43:55.164Z] # $SEMVER_TEMP = /tmp/semver-009303775 [2020-10-23T02:43:55.164Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-23T02:43:56.128Z] # '/tmp/semver-009303775' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-10-23T02:43:56.128Z] # -> Force: false [2020-10-23T02:43:56.128Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-10-23T02:43:56.149Z] $ docker exec --env ******** --env ******** 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 ssh-agent -k [2020-10-23T02:43:56.276Z] unset SSH_AUTH_SOCK; [2020-10-23T02:43:56.276Z] unset SSH_AGENT_PID; [2020-10-23T02:43:56.276Z] echo Agent pid 53 killed; [2020-10-23T02:43:56.321Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-23T02:43:56.826Z] + git semver [Pipeline] } [2020-10-23T02:43:56.849Z] $ docker stop --time=1 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 [2020-10-23T02:43:58.282Z] $ docker rm -f 6c239d233d39f8cef919155117b7baa4a345893555503659026911b86a03a233 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-23T02:43:58.776Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-23T02:43:59.290Z] Stashed 1 file(s) [Pipeline] echo [2020-10-23T02:43:59.293Z] [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:44:14.915Z] Still waiting to schedule task [2020-10-23T02:44:14.915Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-23T02:44:14.919Z] Still waiting to schedule task [2020-10-23T02:44:14.919Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-23T02:45:41.098Z] Running on prd-centos7-docker-4c-2g-8364 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-23T02:45:41.155Z] Running in /w/workspace/device-sdk-go/30 [Pipeline] { [Pipeline] checkout [2020-10-23T02:45:43.828Z] using credential edgex-jenkins-ssh [2020-10-23T02:45:43.886Z] Cloning the remote Git repository [2020-10-23T02:45:43.914Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:45:44.015Z] > git init /w/workspace/device-sdk-go/30 # timeout=10 [2020-10-23T02:45:44.079Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:45:44.079Z] > git --version # timeout=10 [2020-10-23T02:45:44.084Z] > git --version # 'git version 2.16.5' [2020-10-23T02:45:44.085Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:45:44.109Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:45:45.213Z] Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-23T02:45:45.330Z] Merge succeeded, producing 891ee3de5a7c1f5aea2916b9cee9d6e84c56d72d [2020-10-23T02:45:45.330Z] Checking out Revision 891ee3de5a7c1f5aea2916b9cee9d6e84c56d72d (PR-584) [2020-10-23T02:45:44.811Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:45:44.821Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:45:44.832Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:45:44.844Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:45:44.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:45:44.848Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T02:45:45.224Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:45:45.231Z] > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [2020-10-23T02:45:45.279Z] > git remote # timeout=10 [2020-10-23T02:45:45.285Z] > git config --get remote.origin.url # timeout=10 [2020-10-23T02:45:45.290Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:45:45.293Z] > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [2020-10-23T02:45:45.323Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-23T02:45:45.336Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:45:45.339Z] > git checkout -f 891ee3de5a7c1f5aea2916b9cee9d6e84c56d72d # timeout=10 [2020-10-23T02:45:48.973Z] Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" [2020-10-23T02:45:48.980Z] > git rev-list --no-walk 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T02:45:49.800Z] ========================================================= [2020-10-23T02:45:49.800Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-23T02:45:49.800Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:45:50.567Z] + 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:45:50.832Z] Sending build context to Docker daemon 2.34MB [2020-10-23T02:45:50.832Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-23T02:45:50.832Z] Step 2/8 : FROM ${BASE} [2020-10-23T02:45:51.098Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-23T02:45:51.098Z] df20fa9351a1: Pulling fs layer [2020-10-23T02:45:51.098Z] ed8968b2872e: Pulling fs layer [2020-10-23T02:45:51.098Z] a92cc7c5fd73: Pulling fs layer [2020-10-23T02:45:51.098Z] e871e8e8d7a9: Pulling fs layer [2020-10-23T02:45:51.098Z] e73272ec9a57: Pulling fs layer [2020-10-23T02:45:51.098Z] 1e910a182e73: Pulling fs layer [2020-10-23T02:45:51.098Z] 4e634b169226: Pulling fs layer [2020-10-23T02:45:51.098Z] e73272ec9a57: Waiting [2020-10-23T02:45:51.098Z] 1e910a182e73: Waiting [2020-10-23T02:45:51.098Z] e871e8e8d7a9: Waiting [2020-10-23T02:45:51.098Z] 4e634b169226: Waiting [2020-10-23T02:45:51.098Z] a92cc7c5fd73: Verifying Checksum [2020-10-23T02:45:51.098Z] a92cc7c5fd73: Download complete [2020-10-23T02:45:51.098Z] ed8968b2872e: Download complete [2020-10-23T02:45:51.098Z] e73272ec9a57: Verifying Checksum [2020-10-23T02:45:51.098Z] e73272ec9a57: Download complete [2020-10-23T02:45:51.098Z] 1e910a182e73: Verifying Checksum [2020-10-23T02:45:51.098Z] 1e910a182e73: Download complete [2020-10-23T02:45:51.098Z] df20fa9351a1: Verifying Checksum [2020-10-23T02:45:51.098Z] df20fa9351a1: Download complete [2020-10-23T02:45:51.366Z] df20fa9351a1: Pull complete [2020-10-23T02:45:51.366Z] ed8968b2872e: Pull complete [2020-10-23T02:45:51.946Z] a92cc7c5fd73: Pull complete [2020-10-23T02:45:52.899Z] 4e634b169226: Verifying Checksum [2020-10-23T02:45:52.899Z] 4e634b169226: Download complete [2020-10-23T02:45:53.507Z] e871e8e8d7a9: Verifying Checksum [2020-10-23T02:45:53.507Z] e871e8e8d7a9: Download complete [2020-10-23T02:45:58.859Z] e871e8e8d7a9: Pull complete [2020-10-23T02:45:59.121Z] e73272ec9a57: Pull complete [2020-10-23T02:45:59.401Z] 1e910a182e73: Pull complete [2020-10-23T02:46:04.765Z] 4e634b169226: Pull complete [2020-10-23T02:46:04.765Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-23T02:46:04.765Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-23T02:46:04.765Z] ---> f7629b54cfaa [2020-10-23T02:46:04.765Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:46:04.765Z] ---> Running in ae2045e65128 [2020-10-23T02:46:04.765Z] Removing intermediate container ae2045e65128 [2020-10-23T02:46:04.765Z] ---> 72ae1853c01a [2020-10-23T02:46:04.765Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:46:04.765Z] ---> Running in 0472d7b82d3c [2020-10-23T02:46:05.722Z] Removing intermediate container 0472d7b82d3c [2020-10-23T02:46:05.722Z] ---> a6a025124bee [2020-10-23T02:46:05.722Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-23T02:46:05.722Z] ---> Running in 5cc28ce0863f [2020-10-23T02:46:06.683Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T02:46:07.634Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T02:46:08.584Z] OK: 166 MiB in 39 packages [2020-10-23T02:46:09.159Z] Removing intermediate container 5cc28ce0863f [2020-10-23T02:46:09.159Z] ---> 9b18e6aba310 [2020-10-23T02:46:09.159Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-23T02:46:09.159Z] ---> Running in fd8306019272 [2020-10-23T02:46:09.422Z] Removing intermediate container fd8306019272 [2020-10-23T02:46:09.422Z] ---> 960a3cd0cd6c [2020-10-23T02:46:09.422Z] Step 7/8 : COPY . . [2020-10-23T02:46:10.819Z] ---> fc86f16c90c0 [2020-10-23T02:46:10.819Z] Step 8/8 : RUN go mod download [2020-10-23T02:46:10.819Z] ---> Running in 0c7bf0ebd724 [2020-10-23T02:46:28.994Z] Removing intermediate container 0c7bf0ebd724 [2020-10-23T02:46:28.994Z] ---> afd47cb1a950 [2020-10-23T02:46:28.994Z] Successfully built afd47cb1a950 [2020-10-23T02:46:28.994Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:46:29.546Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T02:46:29.547Z] . [Pipeline] withDockerContainer [2020-10-23T02:46:29.653Z] prd-centos7-docker-4c-2g-8364 does not seem to be running inside a container [2020-10-23T02:46:29.704Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@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:46:30.464Z] $ docker top 2167c30617998a25ef88a071142ceeb488e45c98e1088bb588ca12f2451eff96 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:46:30.954Z] + go version [2020-10-23T02:46:30.954Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-23T02:46:30.972Z] $ docker stop --time=1 2167c30617998a25ef88a071142ceeb488e45c98e1088bb588ca12f2451eff96 [2020-10-23T02:46:32.341Z] $ docker rm -f 2167c30617998a25ef88a071142ceeb488e45c98e1088bb588ca12f2451eff96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:46:33.199Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-23T02:46:33.199Z] . [Pipeline] withDockerContainer [2020-10-23T02:46:33.307Z] prd-centos7-docker-4c-2g-8364 does not seem to be running inside a container [2020-10-23T02:46:33.361Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@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:46:34.000Z] $ docker top 59748de66d04aea8ff2ce1c9fcdb81712d31d92203e3e6e93bafe8f41873b5b8 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:46:34.516Z] + make test [2020-10-23T02:46:34.516Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-23T02:46:42.745Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-23T02:46:57.785Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-23T02:46:57.785Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-23T02:46:57.785Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-23T02:46:57.785Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.065s coverage: 21.4% of statements [2020-10-23T02:46:57.785Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.432s coverage: 97.1% of statements [2020-10-23T02:47:12.996Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-8368 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-10-23T02:47:13.064Z] Running in /w/workspace/device-sdk-go/30 [Pipeline] { [Pipeline] checkout [2020-10-23T02:47:18.793Z] using credential edgex-jenkins-ssh [2020-10-23T02:47:18.854Z] Cloning the remote Git repository [2020-10-23T02:47:18.957Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:47:19.074Z] > git init /w/workspace/device-sdk-go/30 # timeout=10 [2020-10-23T02:47:19.161Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:47:19.162Z] > git --version # timeout=10 [2020-10-23T02:47:19.185Z] > git --version # 'git version 2.17.1' [2020-10-23T02:47:19.187Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:47:19.246Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:47:20.600Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:47:20.625Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-23T02:47:20.659Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-23T02:47:20.698Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-23T02:47:20.699Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:47:20.711Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-23T02:47:21.213Z] Merging remotes/origin/master commit 8b39936bc192f82b46677f7f05650a94960ef7f6 into PR head commit 2c092d27ef67f5e9fc8f25b80adb42344aab04ec [2020-10-23T02:47:21.601Z] Merge succeeded, producing 49fdd8b85633bda54047b5e40ca3acacac45da04 [2020-10-23T02:47:21.602Z] Checking out Revision 49fdd8b85633bda54047b5e40ca3acacac45da04 (PR-584) [2020-10-23T02:47:21.277Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:47:21.303Z] > git checkout -f 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [2020-10-23T02:47:21.444Z] > git remote # timeout=10 [2020-10-23T02:47:21.468Z] > git config --get remote.origin.url # timeout=10 [2020-10-23T02:47:21.494Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-23T02:47:21.508Z] > git merge 8b39936bc192f82b46677f7f05650a94960ef7f6 # timeout=10 [2020-10-23T02:47:21.611Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-23T02:47:21.637Z] > git config core.sparsecheckout # timeout=10 [2020-10-23T02:47:21.650Z] > git checkout -f 49fdd8b85633bda54047b5e40ca3acacac45da04 # timeout=10 [2020-10-23T02:47:26.299Z] Commit message: "Merge commit '8b39936bc192f82b46677f7f05650a94960ef7f6' into HEAD" [2020-10-23T02:47:26.330Z] > git rev-list --no-walk 2c092d27ef67f5e9fc8f25b80adb42344aab04ec # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-23T02:47:27.330Z] ========================================================= [2020-10-23T02:47:27.330Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-23T02:47:27.330Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:47:28.469Z] + 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:47:29.469Z] Sending build context to Docker daemon 2.34MB [2020-10-23T02:47:29.469Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-23T02:47:29.469Z] Step 2/8 : FROM ${BASE} [2020-10-23T02:47:29.748Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-23T02:47:29.748Z] b538f80385f9: Pulling fs layer [2020-10-23T02:47:29.748Z] 74f711af9a0d: Pulling fs layer [2020-10-23T02:47:29.748Z] 99f96fe45779: Pulling fs layer [2020-10-23T02:47:29.748Z] 8529a6b9a6be: Pulling fs layer [2020-10-23T02:47:29.748Z] 45590311c82a: Pulling fs layer [2020-10-23T02:47:29.748Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-23T02:47:29.748Z] 209524e5b208: Pulling fs layer [2020-10-23T02:47:29.748Z] 8529a6b9a6be: Waiting [2020-10-23T02:47:29.748Z] 45590311c82a: Waiting [2020-10-23T02:47:29.748Z] 69ca0ff8b7b3: Waiting [2020-10-23T02:47:29.748Z] 209524e5b208: Waiting [2020-10-23T02:47:29.748Z] 99f96fe45779: Verifying Checksum [2020-10-23T02:47:29.748Z] 99f96fe45779: Download complete [2020-10-23T02:47:29.748Z] 74f711af9a0d: Verifying Checksum [2020-10-23T02:47:29.748Z] 74f711af9a0d: Download complete [2020-10-23T02:47:29.748Z] 45590311c82a: Verifying Checksum [2020-10-23T02:47:29.748Z] 45590311c82a: Download complete [2020-10-23T02:47:29.955Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.053s coverage: 9.4% of statements [2020-10-23T02:47:29.955Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.072s coverage: 21.9% of statements [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-23T02:47:29.955Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.207s coverage: 42.6% of statements [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-23T02:47:29.955Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.285s coverage: 68.9% of statements [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-23T02:47:29.955Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.065s coverage: 52.6% of statements [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-23T02:47:29.955Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.310s coverage: 68.9% of statements [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-23T02:47:29.955Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-23T02:47:29.955Z] GO111MODULE=on go vet ./... [2020-10-23T02:47:30.024Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-23T02:47:30.024Z] 69ca0ff8b7b3: Download complete [2020-10-23T02:47:30.024Z] b538f80385f9: Download complete [2020-10-23T02:47:31.017Z] b538f80385f9: Pull complete [2020-10-23T02:47:31.299Z] 74f711af9a0d: Pull complete [2020-10-23T02:47:31.912Z] 99f96fe45779: Pull complete [2020-10-23T02:47:32.530Z] 209524e5b208: Verifying Checksum [2020-10-23T02:47:32.530Z] 209524e5b208: Download complete [2020-10-23T02:47:33.981Z] 8529a6b9a6be: Verifying Checksum [2020-10-23T02:47:33.981Z] 8529a6b9a6be: Download complete [2020-10-23T02:47:36.619Z] gofmt -l . [2020-10-23T02:47:36.619Z] [ "`gofmt -l .`" = "" ] [2020-10-23T02:47:36.619Z] ./bin/test-attribution-txt.sh [2020-10-23T02:47:36.886Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-23T02:47:37.519Z] Stashed 1 file(s) [Pipeline] } [2020-10-23T02:47:37.528Z] $ docker stop --time=1 59748de66d04aea8ff2ce1c9fcdb81712d31d92203e3e6e93bafe8f41873b5b8 [2020-10-23T02:47:39.324Z] $ docker rm -f 59748de66d04aea8ff2ce1c9fcdb81712d31d92203e3e6e93bafe8f41873b5b8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-23T02:47:40.912Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-23T02:47:41.211Z] + ls -al . [2020-10-23T02:47:41.212Z] total 188 [2020-10-23T02:47:41.212Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 23 02:47 . [2020-10-23T02:47:41.212Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 23 02:45 .. [2020-10-23T02:47:41.212Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 23 02:45 bin [2020-10-23T02:47:41.212Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 23 02:47 coverage.out [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 23 02:45 Dockerfile.build [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 23 02:45 .dockerignore [2020-10-23T02:47:41.212Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 23 02:45 example [2020-10-23T02:47:41.212Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 23 02:45 .git [2020-10-23T02:47:41.212Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 23 02:45 .github [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 23 02:45 .gitignore [2020-10-23T02:47:41.212Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 23 02:47 go.mod [2020-10-23T02:47:41.212Z] -rw-r--r--. 1 jenkins jenkins 13822 Oct 23 02:47 go.sum [2020-10-23T02:47:41.212Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 23 02:45 internal [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 23 02:45 Jenkinsfile [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 23 02:45 LICENSE [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 23 02:45 Makefile [2020-10-23T02:47:41.212Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 23 02:45 openapi [2020-10-23T02:47:41.212Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 23 02:45 pkg [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 23 02:45 README.md [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 23 02:45 RELEASE-NOTES.txt [2020-10-23T02:47:41.212Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 23 02:45 snap [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 23 02:43 VERSION [2020-10-23T02:47:41.212Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 23 02:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:47:41.521Z] + 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=003c9554a851d4fb3476f59109515bcba3ccc0cb --label arch=amd64 --label version=0.0.0 . [2020-10-23T02:47:41.784Z] Sending build context to Docker daemon 2.451MB [2020-10-23T02:47:41.784Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-23T02:47:41.784Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-23T02:47:41.784Z] ---> afd47cb1a950 [2020-10-23T02:47:41.784Z] Step 3/24 : ARG MAKE='make build' [2020-10-23T02:47:42.358Z] ---> Running in 3f1caa651df8 [2020-10-23T02:47:42.358Z] Removing intermediate container 3f1caa651df8 [2020-10-23T02:47:42.358Z] ---> e1a48de9c92f [2020-10-23T02:47:42.358Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-23T02:47:42.623Z] ---> Running in 040b95a0bbc4 [2020-10-23T02:47:42.623Z] Removing intermediate container 040b95a0bbc4 [2020-10-23T02:47:42.623Z] ---> 41a84ebbd761 [2020-10-23T02:47:42.623Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:47:42.623Z] ---> Running in e85231511c71 [2020-10-23T02:47:42.885Z] Removing intermediate container e85231511c71 [2020-10-23T02:47:42.885Z] ---> 5080de91421d [2020-10-23T02:47:42.885Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:47:42.885Z] ---> Running in 73bd7e8836fa [2020-10-23T02:47:43.837Z] Removing intermediate container 73bd7e8836fa [2020-10-23T02:47:43.837Z] ---> e8ac26262722 [2020-10-23T02:47:43.837Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-23T02:47:43.837Z] ---> Running in 3b390c344ebc [2020-10-23T02:47:44.147Z] 8529a6b9a6be: Pull complete [2020-10-23T02:47:44.147Z] 45590311c82a: Pull complete [2020-10-23T02:47:44.147Z] 69ca0ff8b7b3: Pull complete [2020-10-23T02:47:44.413Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-23T02:47:45.366Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-23T02:47:45.940Z] OK: 166 MiB in 39 packages [2020-10-23T02:47:46.203Z] Removing intermediate container 3b390c344ebc [2020-10-23T02:47:46.203Z] ---> 77f76132e0c5 [2020-10-23T02:47:46.203Z] Step 8/24 : COPY . . [2020-10-23T02:47:46.799Z] 209524e5b208: Pull complete [2020-10-23T02:47:46.799Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-23T02:47:47.071Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-23T02:47:47.071Z] ---> 5bddaf1c2fca [2020-10-23T02:47:47.071Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:47:47.157Z] ---> 7b3c30c563ca [2020-10-23T02:47:47.157Z] Step 9/24 : RUN ${MAKE} [2020-10-23T02:47:47.423Z] ---> Running in 940df38a0c3b [2020-10-23T02:47:48.002Z] 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:47:50.476Z] ---> Running in 3c1bab84750f [2020-10-23T02:47:50.754Z] Removing intermediate container 3c1bab84750f [2020-10-23T02:47:50.754Z] ---> 163e1211ca56 [2020-10-23T02:47:50.754Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:47:50.754Z] ---> Running in 799d5c5125c5 [2020-10-23T02:47:53.405Z] Removing intermediate container 799d5c5125c5 [2020-10-23T02:47:53.405Z] ---> ef5f0a135998 [2020-10-23T02:47:53.405Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-23T02:47:53.680Z] ---> Running in 53fe34c55c3e [2020-10-23T02:47:55.124Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T02:47:56.111Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T02:47:56.265Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-23T02:47:57.549Z] OK: 142 MiB in 39 packages [2020-10-23T02:47:58.192Z] Removing intermediate container 940df38a0c3b [2020-10-23T02:47:58.192Z] ---> 6f444a2de1d9 [2020-10-23T02:47:58.192Z] Step 10/24 : FROM scratch [2020-10-23T02:47:58.192Z] ---> [2020-10-23T02:47:58.192Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:47:58.192Z] ---> Running in 0cbd0a2e4e60 [2020-10-23T02:47:58.192Z] Removing intermediate container 0cbd0a2e4e60 [2020-10-23T02:47:58.192Z] ---> ec111dc35abc [2020-10-23T02:47:58.192Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-23T02:47:58.192Z] ---> Running in 4ab853a62627 [2020-10-23T02:47:58.454Z] Removing intermediate container 4ab853a62627 [2020-10-23T02:47:58.454Z] ---> 6798258ca475 [2020-10-23T02:47:58.454Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-23T02:47:58.454Z] ---> Running in 5ef76edf0882 [2020-10-23T02:47:58.454Z] Removing intermediate container 5ef76edf0882 [2020-10-23T02:47:58.454Z] ---> 9ec91a61aaa2 [2020-10-23T02:47:58.454Z] Step 14/24 : WORKDIR / [2020-10-23T02:47:58.536Z] Removing intermediate container 53fe34c55c3e [2020-10-23T02:47:58.536Z] ---> 9552d14627d8 [2020-10-23T02:47:58.536Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-23T02:47:58.717Z] ---> Running in d352143af40e [2020-10-23T02:47:58.717Z] Removing intermediate container d352143af40e [2020-10-23T02:47:58.717Z] ---> 07d176b4f788 [2020-10-23T02:47:58.717Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-23T02:47:58.812Z] ---> Running in 7ddfaeda2ab7 [2020-10-23T02:47:59.085Z] Removing intermediate container 7ddfaeda2ab7 [2020-10-23T02:47:59.085Z] ---> 6ac424959683 [2020-10-23T02:47:59.085Z] Step 7/8 : COPY . . [2020-10-23T02:47:59.290Z] ---> 07f8ee7b9319 [2020-10-23T02:47:59.291Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-23T02:47:59.553Z] ---> 73f8b4389fa8 [2020-10-23T02:47:59.553Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-23T02:47:59.553Z] ---> b1ff38aba2c2 [2020-10-23T02:47:59.553Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-23T02:47:59.816Z] ---> ae4e26bec7b4 [2020-10-23T02:47:59.816Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-23T02:48:00.078Z] ---> 3c2cf0c49def [2020-10-23T02:48:00.078Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-23T02:48:00.078Z] ---> Running in a5249e830b40 [2020-10-23T02:48:00.343Z] Removing intermediate container a5249e830b40 [2020-10-23T02:48:00.343Z] ---> cb65b1abcf12 [2020-10-23T02:48:00.344Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-23T02:48:00.344Z] ---> Running in e46aa7253486 [2020-10-23T02:48:00.526Z] ---> 05e6ef8b101e [2020-10-23T02:48:00.527Z] Step 8/8 : RUN go mod download [2020-10-23T02:48:00.527Z] ---> Running in fbfd49755dec [2020-10-23T02:48:00.607Z] Removing intermediate container e46aa7253486 [2020-10-23T02:48:00.607Z] ---> 0d7a95ab8a00 [2020-10-23T02:48:00.607Z] Step 22/24 : LABEL arch=amd64 [2020-10-23T02:48:00.607Z] ---> Running in 3c64e46af50a [2020-10-23T02:48:00.874Z] Removing intermediate container 3c64e46af50a [2020-10-23T02:48:00.874Z] ---> 8be7f09765f0 [2020-10-23T02:48:00.874Z] Step 23/24 : LABEL git_sha=003c9554a851d4fb3476f59109515bcba3ccc0cb [2020-10-23T02:48:00.874Z] ---> Running in 7d00305f7051 [2020-10-23T02:48:00.874Z] Removing intermediate container 7d00305f7051 [2020-10-23T02:48:00.874Z] ---> 7680286268c8 [2020-10-23T02:48:00.874Z] Step 24/24 : LABEL version=0.0.0 [2020-10-23T02:48:01.138Z] ---> Running in 33833378210c [2020-10-23T02:48:01.138Z] Removing intermediate container 33833378210c [2020-10-23T02:48:01.138Z] ---> 2b4aa98aca91 [2020-10-23T02:48:01.138Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-23T02:48:01.138Z] Successfully built 2b4aa98aca91 [2020-10-23T02:48:01.138Z] 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:48:22.709Z] Removing intermediate container fbfd49755dec [2020-10-23T02:48:22.709Z] ---> a5fdcc05a98e [2020-10-23T02:48:22.709Z] Successfully built a5fdcc05a98e [2020-10-23T02:48:22.709Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:48:23.106Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T02:48:23.107Z] . [Pipeline] withDockerContainer [2020-10-23T02:48:23.369Z] prd-ubuntu18.04-docker-arm64-4c-16g-8368 does not seem to be running inside a container [2020-10-23T02:48:23.462Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@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:48:25.266Z] $ docker top 5097925f62ac87b6a5fa80195c30826d29873db9121f18e5f54d835caa704b79 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:48:26.724Z] + go version [2020-10-23T02:48:26.724Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-23T02:48:26.753Z] $ docker stop --time=1 5097925f62ac87b6a5fa80195c30826d29873db9121f18e5f54d835caa704b79 [2020-10-23T02:48:28.678Z] $ docker rm -f 5097925f62ac87b6a5fa80195c30826d29873db9121f18e5f54d835caa704b79 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:48:29.698Z] + docker inspect -f . ci-base-image-arm64 [2020-10-23T02:48:29.698Z] . [Pipeline] withDockerContainer [2020-10-23T02:48:29.991Z] prd-ubuntu18.04-docker-arm64-4c-16g-8368 does not seem to be running inside a container [2020-10-23T02:48:30.084Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/30 -v /w/workspace/device-sdk-go/30:/w/workspace/device-sdk-go/30:rw,z -v /w/workspace/device-sdk-go/30@tmp:/w/workspace/device-sdk-go/30@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:48:32.084Z] $ docker top 6a57f8bdcce3efbc1c4bd57fbcd6a513e23ee1b9ebfaed2eb39174f830a36a8f -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:48:33.494Z] + make test [2020-10-23T02:48:33.494Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-23T02:49:00.352Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-23T02:49:47.474Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-23T02:49:47.474Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-23T02:49:47.474Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-23T02:49:47.474Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.146s coverage: 21.4% of statements [2020-10-23T02:49:49.458Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.209s coverage: 97.1% of statements [2020-10-23T02:50:16.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.116s coverage: 9.4% of statements [2020-10-23T02:50:16.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.118s coverage: 21.9% of statements [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-23T02:50:16.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.601s coverage: 42.6% of statements [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-23T02:50:16.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.852s coverage: 68.9% of statements [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-23T02:50:16.279Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.182s coverage: 52.6% of statements [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-23T02:50:16.279Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.775s coverage: 68.9% of statements [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-23T02:50:16.279Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-23T02:50:16.869Z] GO111MODULE=on go vet ./... [2020-10-23T02:50:49.239Z] gofmt -l . [2020-10-23T02:50:49.239Z] [ "`gofmt -l .`" = "" ] [2020-10-23T02:50:49.239Z] ./bin/test-attribution-txt.sh [2020-10-23T02:50:49.239Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-23T02:50:49.338Z] Warning: overwriting stash ‘coverage-report’ [2020-10-23T02:50:50.124Z] Stashed 1 file(s) [Pipeline] } [2020-10-23T02:50:50.129Z] $ docker stop --time=1 6a57f8bdcce3efbc1c4bd57fbcd6a513e23ee1b9ebfaed2eb39174f830a36a8f [2020-10-23T02:50:52.335Z] $ docker rm -f 6a57f8bdcce3efbc1c4bd57fbcd6a513e23ee1b9ebfaed2eb39174f830a36a8f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-23T02:50:53.949Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-23T02:50:54.313Z] + ls -al . [2020-10-23T02:50:54.313Z] total 224 [2020-10-23T02:50:54.313Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 23 02:50 . [2020-10-23T02:50:54.313Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 .. [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 23 02:47 .dockerignore [2020-10-23T02:50:54.313Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 23 02:47 .git [2020-10-23T02:50:54.313Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 02:47 .github [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 23 02:47 .gitignore [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 23 02:47 Dockerfile.build [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 23 02:47 Jenkinsfile [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 23 02:47 LICENSE [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 23 02:47 Makefile [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 23 02:47 README.md [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 23 02:47 RELEASE-NOTES.txt [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 23 02:43 VERSION [2020-10-23T02:50:54.313Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 23 02:47 bin [2020-10-23T02:50:54.313Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 23 02:50 coverage.out [2020-10-23T02:50:54.313Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 example [2020-10-23T02:50:54.313Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 23 02:50 go.mod [2020-10-23T02:50:54.313Z] -rw-r--r-- 1 jenkins jenkins 13822 Oct 23 02:50 go.sum [2020-10-23T02:50:54.313Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 23 02:47 internal [2020-10-23T02:50:54.313Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 openapi [2020-10-23T02:50:54.313Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 23 02:47 pkg [2020-10-23T02:50:54.313Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 23 02:47 snap [2020-10-23T02:50:54.313Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 23 02:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:50:54.652Z] + 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=003c9554a851d4fb3476f59109515bcba3ccc0cb --label arch=arm64 --label version=0.0.0 . [2020-10-23T02:50:54.922Z] Sending build context to Docker daemon 2.451MB [2020-10-23T02:50:55.193Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-23T02:50:55.193Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-23T02:50:55.193Z] ---> a5fdcc05a98e [2020-10-23T02:50:55.193Z] Step 3/24 : ARG MAKE='make build' [2020-10-23T02:50:55.465Z] ---> Running in 45ad0e047049 [2020-10-23T02:50:55.740Z] Removing intermediate container 45ad0e047049 [2020-10-23T02:50:55.740Z] ---> 12940f2fa9fe [2020-10-23T02:50:55.740Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-23T02:50:56.019Z] ---> Running in e005275ee0fe [2020-10-23T02:50:56.293Z] Removing intermediate container e005275ee0fe [2020-10-23T02:50:56.293Z] ---> dda75da7e40d [2020-10-23T02:50:56.293Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:50:56.567Z] ---> Running in e2c0318ac9b5 [2020-10-23T02:50:57.169Z] Removing intermediate container e2c0318ac9b5 [2020-10-23T02:50:57.169Z] ---> 442131c62385 [2020-10-23T02:50:57.169Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-23T02:50:57.169Z] ---> Running in 808b759ecd30 [2020-10-23T02:50:59.809Z] Removing intermediate container 808b759ecd30 [2020-10-23T02:50:59.809Z] ---> 5fb5afda50a6 [2020-10-23T02:50:59.809Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-23T02:50:59.809Z] ---> Running in f3ada8b83213 [2020-10-23T02:51:01.241Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-23T02:51:01.843Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-23T02:51:02.470Z] OK: 142 MiB in 39 packages [2020-10-23T02:51:03.900Z] Removing intermediate container f3ada8b83213 [2020-10-23T02:51:03.900Z] ---> 98610104fc1a [2020-10-23T02:51:03.900Z] Step 8/24 : COPY . . [2020-10-23T02:51:04.881Z] ---> 83c485dc7b93 [2020-10-23T02:51:04.881Z] Step 9/24 : RUN ${MAKE} [2020-10-23T02:51:05.153Z] ---> Running in e7a3afbc2cff [2020-10-23T02:51:06.603Z] 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:51:33.443Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-23T02:51:34.881Z] Removing intermediate container e7a3afbc2cff [2020-10-23T02:51:34.881Z] ---> 3445668e178b [2020-10-23T02:51:34.881Z] Step 10/24 : FROM scratch [2020-10-23T02:51:34.881Z] ---> [2020-10-23T02:51:34.881Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-23T02:51:34.881Z] ---> Running in 5980a2369544 [2020-10-23T02:51:35.157Z] Removing intermediate container 5980a2369544 [2020-10-23T02:51:35.157Z] ---> e620f7317cc1 [2020-10-23T02:51:35.157Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-23T02:51:35.439Z] ---> Running in 261cbb3688f2 [2020-10-23T02:51:35.715Z] Removing intermediate container 261cbb3688f2 [2020-10-23T02:51:35.715Z] ---> d2c2b471dd66 [2020-10-23T02:51:35.715Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-23T02:51:35.715Z] ---> Running in 8a2707a585cc [2020-10-23T02:51:36.310Z] Removing intermediate container 8a2707a585cc [2020-10-23T02:51:36.311Z] ---> 2b6e03ad58f6 [2020-10-23T02:51:36.311Z] Step 14/24 : WORKDIR / [2020-10-23T02:51:36.311Z] ---> Running in 1b5a7af31f25 [2020-10-23T02:51:36.905Z] Removing intermediate container 1b5a7af31f25 [2020-10-23T02:51:36.905Z] ---> c56ae8259b21 [2020-10-23T02:51:36.905Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-23T02:51:37.881Z] ---> af0571f4b3bc [2020-10-23T02:51:37.882Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-23T02:51:38.479Z] ---> 2679c07b3312 [2020-10-23T02:51:38.479Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-23T02:51:39.071Z] ---> feb41d8598be [2020-10-23T02:51:39.071Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-23T02:51:39.666Z] ---> 374058641403 [2020-10-23T02:51:39.666Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-23T02:51:40.637Z] ---> f54b843d3100 [2020-10-23T02:51:40.637Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-23T02:51:40.637Z] ---> Running in 988ce8baa259 [2020-10-23T02:51:40.907Z] Removing intermediate container 988ce8baa259 [2020-10-23T02:51:40.907Z] ---> 8a753df699d8 [2020-10-23T02:51:40.907Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-23T02:51:40.907Z] ---> Running in 4a48da43800b [2020-10-23T02:51:41.500Z] Removing intermediate container 4a48da43800b [2020-10-23T02:51:41.500Z] ---> bd964d472091 [2020-10-23T02:51:41.500Z] Step 22/24 : LABEL arch=arm64 [2020-10-23T02:51:41.500Z] ---> Running in e01e8e542eb9 [2020-10-23T02:51:42.091Z] Removing intermediate container e01e8e542eb9 [2020-10-23T02:51:42.091Z] ---> ee2322a5cd01 [2020-10-23T02:51:42.091Z] Step 23/24 : LABEL git_sha=003c9554a851d4fb3476f59109515bcba3ccc0cb [2020-10-23T02:51:42.091Z] ---> Running in 5c026bc21cfd [2020-10-23T02:51:42.361Z] Removing intermediate container 5c026bc21cfd [2020-10-23T02:51:42.361Z] ---> dc8e07ecc8e5 [2020-10-23T02:51:42.361Z] Step 24/24 : LABEL version=0.0.0 [2020-10-23T02:51:42.630Z] ---> Running in 7df83e7bb92c [2020-10-23T02:51:42.899Z] Removing intermediate container 7df83e7bb92c [2020-10-23T02:51:42.899Z] ---> aba9f66c8c06 [2020-10-23T02:51:42.899Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-23T02:51:42.899Z] Successfully built aba9f66c8c06 [2020-10-23T02:51:42.899Z] 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:51:45.165Z] provisioning config files... [2020-10-23T02:51:45.191Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config6384292642506996046tmp [Pipeline] { [Pipeline] sh [2020-10-23T02:51:45.573Z] + set +x [2020-10-23T02:51:45.573Z] + curl -s https://codecov.io/bash [2020-10-23T02:51:45.573Z] + bash -s -- [2020-10-23T02:51:45.836Z] [2020-10-23T02:51:45.836Z] _____ _ [2020-10-23T02:51:45.836Z] / ____| | | [2020-10-23T02:51:45.836Z] | | ___ __| | ___ ___ _____ __ [2020-10-23T02:51:45.836Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-23T02:51:45.836Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-23T02:51:45.836Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-23T02:51:45.836Z] Bash-20201009-048fee3 [2020-10-23T02:51:45.836Z] [2020-10-23T02:51:45.836Z] [2020-10-23T02:51:45.836Z] ==> Jenkins CI detected. [2020-10-23T02:51:45.836Z] project root: . [2020-10-23T02:51:45.836Z] Fixing merge commit SHA [2020-10-23T02:51:45.836Z] --> token set from env [2020-10-23T02:51:45.836Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-23T02:51:45.836Z] ==> Running gcov in . (disable via -X gcov) [2020-10-23T02:51:45.836Z] ==> Python coveragepy not found [2020-10-23T02:51:45.836Z] ==> Searching for coverage reports in: [2020-10-23T02:51:45.836Z] + . [2020-10-23T02:51:45.836Z] -> Found 1 reports [2020-10-23T02:51:45.836Z] ==> Detecting git/mercurial file structure [2020-10-23T02:51:45.836Z] ==> Reading reports [2020-10-23T02:51:45.836Z] + ./coverage.out bytes=110398 [2020-10-23T02:51:45.836Z] ==> Appending adjustments [2020-10-23T02:51:45.836Z] https://docs.codecov.io/docs/fixing-reports [2020-10-23T02:51:46.417Z] + Found adjustments [2020-10-23T02:51:46.417Z] ==> Gzipping contents [2020-10-23T02:51:46.417Z] ==> Uploading reports [2020-10-23T02:51:46.417Z] url: https://codecov.io [2020-10-23T02:51:46.417Z] query: branch=PR-584&commit=8b39936bc192f82b46677f7f05650a94960ef7f6&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-23T02:51:46.417Z] -> Pinging Codecov [2020-10-23T02:51:46.417Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-584&commit=8b39936bc192f82b46677f7f05650a94960ef7f6&build=30&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-584%2F30%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=584&job=&cmd_args= [2020-10-23T02:51:46.681Z] -> Uploading to [2020-10-23T02:51:46.681Z] [2020-10-23T02:51:46.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T02:51:46.681Z] Dload Upload Total Spent Left Speed [2020-10-23T02:51:46.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-23T02:51:46.681Z] X> Failed to upload [2020-10-23T02:51:46.681Z] ==> Uploading to Codecov [2020-10-23T02:51:46.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-23T02:51:46.681Z] Dload Upload Total Spent Left Speed [2020-10-23T02:51:47.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19141 100 110 100 19031 211 36637 --:--:-- --:--:-- --:--:-- 36668 [2020-10-23T02:51:47.257Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/8b39936bc192f82b46677f7f05650a94960ef7f6 [Pipeline] } [2020-10-23T02:51:47.269Z] 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:51:49.905Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:51:50.481Z] ---> package-listing.sh [2020-10-23T02:51:50.481Z] ++ facter osfamily [2020-10-23T02:51:50.481Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-23T02:51:50.481Z] + OS_FAMILY=redhat [2020-10-23T02:51:50.481Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-23T02:51:50.481Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-23T02:51:50.481Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-23T02:51:50.481Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-23T02:51:50.481Z] + PACKAGES=/tmp/packages_start.txt [2020-10-23T02:51:50.481Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-23T02:51:50.481Z] + PACKAGES=/tmp/packages_end.txt [2020-10-23T02:51:50.481Z] + case "${OS_FAMILY}" in [2020-10-23T02:51:50.481Z] + rpm -qa [2020-10-23T02:51:50.481Z] + sort [2020-10-23T02:51:54.718Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-23T02:51:54.718Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-23T02:51:54.718Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-23T02:51:54.718Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-10-23T02:51:54.718Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-10-23T02:51:54.718Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] echo [2020-10-23T02:51:54.733Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-23T02:51:55.033Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:51:55.341Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T02:51:55.341Z] [2020-10-23T02:51:55.341Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-23T02:51:55.696Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T02:51:55.696Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-23T02:51:55.696Z] df20fa9351a1: Pulling fs layer [2020-10-23T02:51:55.696Z] 36b3adc4ff6f: Pulling fs layer [2020-10-23T02:51:55.696Z] 8ad3a11d3b57: Pulling fs layer [2020-10-23T02:51:55.696Z] 46f8f816bc3b: Pulling fs layer [2020-10-23T02:51:55.696Z] 93b61091891f: Pulling fs layer [2020-10-23T02:51:55.696Z] 93b9cdb0e59b: Pulling fs layer [2020-10-23T02:51:55.696Z] 5e14af77c1be: Pulling fs layer [2020-10-23T02:51:55.696Z] 01666e4c0597: Pulling fs layer [2020-10-23T02:51:55.696Z] aa168da1d23b: Pulling fs layer [2020-10-23T02:51:55.696Z] 46f8f816bc3b: Waiting [2020-10-23T02:51:55.696Z] 93b61091891f: Waiting [2020-10-23T02:51:55.696Z] 93b9cdb0e59b: Waiting [2020-10-23T02:51:55.696Z] 5e14af77c1be: Waiting [2020-10-23T02:51:55.696Z] aa168da1d23b: Waiting [2020-10-23T02:51:55.696Z] 36b3adc4ff6f: Verifying Checksum [2020-10-23T02:51:55.696Z] 36b3adc4ff6f: Download complete [2020-10-23T02:51:55.696Z] 46f8f816bc3b: Verifying Checksum [2020-10-23T02:51:55.696Z] 46f8f816bc3b: Download complete [2020-10-23T02:51:55.696Z] df20fa9351a1: Verifying Checksum [2020-10-23T02:51:55.696Z] df20fa9351a1: Download complete [2020-10-23T02:51:55.696Z] 93b9cdb0e59b: Verifying Checksum [2020-10-23T02:51:55.696Z] 93b9cdb0e59b: Download complete [2020-10-23T02:51:55.696Z] 93b61091891f: Verifying Checksum [2020-10-23T02:51:55.696Z] 93b61091891f: Download complete [2020-10-23T02:51:55.965Z] 01666e4c0597: Verifying Checksum [2020-10-23T02:51:55.965Z] 01666e4c0597: Download complete [2020-10-23T02:51:55.965Z] 5e14af77c1be: Verifying Checksum [2020-10-23T02:51:55.965Z] 5e14af77c1be: Download complete [2020-10-23T02:51:55.965Z] 8ad3a11d3b57: Verifying Checksum [2020-10-23T02:51:55.965Z] 8ad3a11d3b57: Download complete [2020-10-23T02:51:56.234Z] df20fa9351a1: Pull complete [2020-10-23T02:51:56.504Z] 36b3adc4ff6f: Pull complete [2020-10-23T02:51:57.094Z] 8ad3a11d3b57: Pull complete [2020-10-23T02:51:57.362Z] 46f8f816bc3b: Pull complete [2020-10-23T02:51:57.631Z] 93b61091891f: Pull complete [2020-10-23T02:51:57.895Z] 93b9cdb0e59b: Pull complete [2020-10-23T02:51:58.157Z] aa168da1d23b: Verifying Checksum [2020-10-23T02:51:58.157Z] aa168da1d23b: Download complete [2020-10-23T02:51:58.157Z] 5e14af77c1be: Pull complete [2020-10-23T02:51:58.157Z] 01666e4c0597: Pull complete [2020-10-23T02:52:06.367Z] aa168da1d23b: Pull complete [2020-10-23T02:52:06.367Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-23T02:52:06.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-23T02:52:06.367Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-23T02:52:06.514Z] prd-centos7-docker-4c-2g-8357 does not seem to be running inside a container [2020-10-23T02:52:06.578Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-584/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-23T02:52:10.504Z] $ docker top 7509294037c294e8b67fb0fdcee262a5439eea131d135d1679c381f86f9b8457 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-23T02:52:11.111Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-23T02:52:11.412Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-23T02:52:11.717Z] + ls /var/log/sa-host [2020-10-23T02:52:11.717Z] + sadf -c /var/log/sa-host/sa05 [2020-10-23T02:52:11.717Z] file_magic: OK [2020-10-23T02:52:11.717Z] HZ: Using current value: 100 [2020-10-23T02:52:11.717Z] file_header: OK [2020-10-23T02:52:11.717Z] 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:52:11.717Z] Statistics: [2020-10-23T02:52:11.717Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T02:52:11.717Z] File successfully converted to sysstat format version 12.2.1 [2020-10-23T02:52:11.717Z] + sadf -c /var/log/sa-host/sa23 [2020-10-23T02:52:11.717Z] file_magic: OK [2020-10-23T02:52:11.717Z] HZ: Using current value: 100 [2020-10-23T02:52:11.717Z] file_header: OK [2020-10-23T02:52:11.717Z] 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:52:11.717Z] Statistics: [2020-10-23T02:52:11.717Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-23T02:52:11.717Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-23T02:52:11.923Z] provisioning config files... [2020-10-23T02:52:11.942Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config7759239042284020505tmp [Pipeline] { [Pipeline] echo [2020-10-23T02:52:12.025Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:52:12.329Z] ---> create-netrc.sh [Pipeline] } [2020-10-23T02:52:12.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-23T02:52:12.444Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:52:12.751Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-23T02:52:12.763Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:52:13.059Z] ---> sudo-logs.sh [2020-10-23T02:52:13.059Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-23T02:52:13.070Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:52:13.377Z] ---> job-cost.sh [2020-10-23T02:52:13.377Z] lf-activate-venv: SKIPPING [2020-10-23T02:52:13.377Z] INFO: No Stack... [2020-10-23T02:52:14.793Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-23T02:52:15.055Z] INFO: Archiving Costs [Pipeline] echo [2020-10-23T02:52:15.069Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-23T02:52:15.366Z] ---> logs-deploy.sh [2020-10-23T02:52:15.366Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/30 [2020-10-23T02:52:15.366Z] INFO: archiving workspace using pattern(s): [2020-10-23T02:52:17.287Z] Archives upload complete. [2020-10-23T02:52:17.287Z] INFO: archiving logs to Nexus [2020-10-23T02:52:18.240Z] ---> uname -a: [2020-10-23T02:52:18.240Z] Linux prd-centos7-docker-4c-2g-8357.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:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> lscpu: [2020-10-23T02:52:18.240Z] Architecture: x86_64 [2020-10-23T02:52:18.240Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-23T02:52:18.240Z] Byte Order: Little Endian [2020-10-23T02:52:18.240Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-23T02:52:18.240Z] CPU(s): 4 [2020-10-23T02:52:18.240Z] On-line CPU(s) list: 0-3 [2020-10-23T02:52:18.240Z] Thread(s) per core: 1 [2020-10-23T02:52:18.240Z] Core(s) per socket: 1 [2020-10-23T02:52:18.240Z] Socket(s): 4 [2020-10-23T02:52:18.240Z] NUMA node(s): 1 [2020-10-23T02:52:18.240Z] Vendor ID: GenuineIntel [2020-10-23T02:52:18.240Z] CPU family: 6 [2020-10-23T02:52:18.240Z] Model: 44 [2020-10-23T02:52:18.240Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-23T02:52:18.240Z] Stepping: 1 [2020-10-23T02:52:18.240Z] CPU MHz: 2933.436 [2020-10-23T02:52:18.240Z] BogoMIPS: 5866.87 [2020-10-23T02:52:18.240Z] Virtualization: VT-x [2020-10-23T02:52:18.240Z] Hypervisor vendor: KVM [2020-10-23T02:52:18.240Z] Virtualization type: full [2020-10-23T02:52:18.240Z] L1d cache: 128 KiB [2020-10-23T02:52:18.240Z] L1i cache: 128 KiB [2020-10-23T02:52:18.240Z] L2 cache: 16 MiB [2020-10-23T02:52:18.240Z] L3 cache: 64 MiB [2020-10-23T02:52:18.240Z] NUMA node0 CPU(s): 0-3 [2020-10-23T02:52:18.240Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-23T02:52:18.240Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-23T02:52:18.240Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-23T02:52:18.240Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-23T02:52:18.240Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-23T02:52:18.240Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-23T02:52:18.240Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-23T02:52:18.240Z] Vulnerability Tsx async abort: Not affected [2020-10-23T02:52:18.240Z] 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:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> nproc: [2020-10-23T02:52:18.240Z] 4 [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> df -h: [2020-10-23T02:52:18.240Z] Filesystem Size Used Available Use% Mounted on [2020-10-23T02:52:18.240Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-23T02:52:18.240Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-23T02:52:18.240Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-23T02:52:18.240Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-23T02:52:18.240Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> free -m: [2020-10-23T02:52:18.240Z] total used free shared buff/cache available [2020-10-23T02:52:18.240Z] Mem: 1837 685 110 0 1041 1049 [2020-10-23T02:52:18.240Z] Swap: 1023 0 1023 [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> ip addr: [2020-10-23T02:52:18.240Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-23T02:52:18.240Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-23T02:52:18.240Z] inet 127.0.0.1/8 scope host lo [2020-10-23T02:52:18.240Z] valid_lft forever preferred_lft forever [2020-10-23T02:52:18.240Z] inet6 ::1/128 scope host [2020-10-23T02:52:18.240Z] valid_lft forever preferred_lft forever [2020-10-23T02:52:18.240Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-23T02:52:18.240Z] link/ether fa:16:3e:b8:97:39 brd ff:ff:ff:ff:ff:ff [2020-10-23T02:52:18.240Z] inet 10.30.122.133/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-23T02:52:18.240Z] valid_lft 85844sec preferred_lft 85844sec [2020-10-23T02:52:18.240Z] inet6 fe80::f816:3eff:feb8:9739/64 scope link [2020-10-23T02:52:18.240Z] valid_lft forever preferred_lft forever [2020-10-23T02:52:18.240Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-23T02:52:18.240Z] link/ether 02:42:6a:84:18:8d brd ff:ff:ff:ff:ff:ff [2020-10-23T02:52:18.240Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-23T02:52:18.240Z] valid_lft forever preferred_lft forever [2020-10-23T02:52:18.240Z] inet6 fe80::42:6aff:fe84:188d/64 scope link [2020-10-23T02:52:18.240Z] valid_lft forever preferred_lft forever [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> sar -b -r -n DEV: [2020-10-23T02:52:18.240Z] 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:52:18.240Z] [2020-10-23T02:52:18.240Z] 02:42:44 LINUX RESTART (4 CPU) [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] 02:44:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-23T02:52:18.240Z] 02:45:01 3.36 0.00 3.36 0.00 0.00 110.31 0.00 [2020-10-23T02:52:18.240Z] 02:46:01 0.37 0.00 0.37 0.00 0.00 6.08 0.00 [2020-10-23T02:52:18.240Z] 02:47:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 [2020-10-23T02:52:18.240Z] 02:48:01 0.72 0.00 0.72 0.00 0.00 9.17 0.00 [2020-10-23T02:52:18.240Z] 02:49:02 0.37 0.00 0.37 0.00 0.00 5.65 0.00 [2020-10-23T02:52:18.240Z] 02:50:01 0.27 0.02 0.25 0.00 0.14 2.98 0.00 [2020-10-23T02:52:18.240Z] 02:51:01 0.25 0.00 0.25 0.00 0.00 2.75 0.00 [2020-10-23T02:52:18.240Z] 02:52:01 59.93 39.18 20.75 0.00 4355.17 7850.52 0.00 [2020-10-23T02:52:18.240Z] Average: 8.21 4.92 3.29 0.00 546.26 1002.05 0.00 [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] 02:44:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-23T02:52:18.240Z] 02:45:01 165096 0 582900 30.98 2620 1130940 1114932 38.05 420996 1135628 12 [2020-10-23T02:52:18.240Z] 02:46:01 166888 0 581100 30.88 2620 1130948 1096500 37.42 420680 1134632 8 [2020-10-23T02:52:18.240Z] 02:47:01 167048 0 580936 30.88 2620 1130952 1096564 37.42 420756 1134632 16 [2020-10-23T02:52:18.240Z] 02:48:01 166048 0 581936 30.93 2620 1130952 1096528 37.42 424628 1131512 12 [2020-10-23T02:52:18.240Z] 02:49:02 167624 0 580352 30.84 2620 1130960 1082196 36.93 429400 1126004 8 [2020-10-23T02:52:18.240Z] 02:50:01 168476 0 579492 30.80 2620 1130968 1082100 36.93 428772 1126004 12 [2020-10-23T02:52:18.240Z] 02:51:01 168700 0 579260 30.79 2620 1130976 1082100 36.93 422888 1131884 20 [2020-10-23T02:52:18.240Z] 02:52:01 71352 0 688524 36.59 2620 1119060 1515496 51.72 566704 1055932 105332 [2020-10-23T02:52:18.240Z] Average: 155154 0 594312 31.59 2620 1129470 1145802 39.10 441853 1122028 13178 [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] 02:44:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-23T02:52:18.240Z] 02:45:01 eth0 4.28 1.12 1.71 0.43 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:46:01 eth0 3.96 1.20 1.25 0.76 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:47:01 eth0 2.08 0.80 0.87 0.59 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:48:01 eth0 0.53 0.32 0.27 0.23 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:49:02 eth0 0.42 0.27 0.15 0.08 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:50:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:51:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:52:01 eth0 214.92 170.97 2168.52 17.68 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] Average: eth0 28.40 21.93 272.52 2.48 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] ---> sar -P ALL: [2020-10-23T02:52:18.240Z] 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:52:18.240Z] [2020-10-23T02:52:18.240Z] 02:42:44 LINUX RESTART (4 CPU) [2020-10-23T02:52:18.240Z] [2020-10-23T02:52:18.240Z] 02:44:01 CPU %user %nice %system %iowait %steal %idle [2020-10-23T02:52:18.240Z] 02:45:01 all 0.20 0.00 0.06 0.00 0.03 99.70 [2020-10-23T02:52:18.240Z] 02:45:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2020-10-23T02:52:18.240Z] 02:45:01 1 0.57 0.00 0.03 0.00 0.03 99.37 [2020-10-23T02:52:18.240Z] 02:45:01 2 0.12 0.00 0.10 0.00 0.03 99.75 [2020-10-23T02:52:18.240Z] 02:45:01 3 0.08 0.00 0.07 0.00 0.05 99.80 [2020-10-23T02:52:18.240Z] 02:46:01 all 0.20 0.00 0.03 0.00 0.00 99.77 [2020-10-23T02:52:18.240Z] 02:46:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:52:18.240Z] 02:46:01 1 0.65 0.00 0.03 0.00 0.00 99.32 [2020-10-23T02:52:18.240Z] 02:46:01 2 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-23T02:52:18.240Z] 02:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:52:18.241Z] 02:47:01 all 0.16 0.00 0.04 0.00 0.01 99.80 [2020-10-23T02:52:18.241Z] 02:47:01 0 0.07 0.00 0.05 0.00 0.03 99.85 [2020-10-23T02:52:18.241Z] 02:47:01 1 0.47 0.00 0.03 0.00 0.00 99.50 [2020-10-23T02:52:18.241Z] 02:47:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:52:18.241Z] 02:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:52:18.241Z] 02:48:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-23T02:52:18.241Z] 02:48:01 0 0.03 0.00 0.07 0.00 0.00 99.90 [2020-10-23T02:52:18.241Z] 02:48:01 1 0.52 0.00 0.03 0.00 0.00 99.45 [2020-10-23T02:52:18.241Z] 02:48:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-23T02:52:18.241Z] 02:48:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:52:18.241Z] 02:49:02 all 0.16 0.00 0.08 0.00 0.01 99.75 [2020-10-23T02:52:18.241Z] 02:49:02 0 0.02 0.00 0.22 0.00 0.02 99.75 [2020-10-23T02:52:18.241Z] 02:49:02 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-23T02:52:18.241Z] 02:49:02 2 0.53 0.00 0.03 0.00 0.02 99.42 [2020-10-23T02:52:18.241Z] 02:49:02 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-23T02:52:18.241Z] 02:50:01 all 0.15 0.00 0.03 0.00 0.00 99.82 [2020-10-23T02:52:18.241Z] 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-23T02:52:18.241Z] 02:50:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-23T02:52:18.241Z] 02:50:01 2 0.56 0.00 0.03 0.00 0.02 99.39 [2020-10-23T02:52:18.241Z] 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-10-23T02:52:18.241Z] 02:51:01 all 0.13 0.00 0.03 0.00 0.00 99.83 [2020-10-23T02:52:18.241Z] 02:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-23T02:52:18.241Z] 02:51:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2020-10-23T02:52:18.241Z] 02:51:01 2 0.42 0.00 0.08 0.00 0.00 99.50 [2020-10-23T02:52:18.241Z] 02:51:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2020-10-23T02:52:18.241Z] 02:52:01 all 4.09 0.00 2.68 0.78 0.04 92.42 [2020-10-23T02:52:18.241Z] 02:52:01 0 3.84 0.00 2.93 0.89 0.02 92.33 [2020-10-23T02:52:18.241Z] 02:52:01 1 4.04 0.00 2.57 0.34 0.03 93.02 [2020-10-23T02:52:18.241Z] 02:52:01 2 4.68 0.00 2.75 1.40 0.05 91.12 [2020-10-23T02:52:18.241Z] 02:52:01 3 3.79 0.00 2.47 0.49 0.05 93.20 [2020-10-23T02:52:18.241Z] Average: all 0.65 0.00 0.37 0.10 0.01 98.87 [2020-10-23T02:52:18.241Z] Average: 0 0.51 0.00 0.42 0.11 0.01 98.95 [2020-10-23T02:52:18.241Z] Average: 1 0.79 0.00 0.35 0.04 0.01 98.81 [2020-10-23T02:52:18.241Z] Average: 2 0.80 0.00 0.39 0.17 0.01 98.63 [2020-10-23T02:52:18.241Z] Average: 3 0.51 0.00 0.34 0.06 0.01 99.07 [2020-10-23T02:52:18.241Z] [2020-10-23T02:52:18.241Z] [2020-10-23T02:52:18.241Z]