Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 6d170b70e1a04a00d380c7c5d579fc072917eff5+10f5d80329275e8e77aa5b449b49b1589ab3bade (dcca3290d396c95a04351be3689ab0babcab4829) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-5775 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-614 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 Checking out Revision aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 (PR-614) > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # 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 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 # timeout=10 Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk 1e6cab53454d5719e39d413947056ef5f4856702 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-16T06:28:47.239Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-16T06:28:47.473Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-16T06:28:47.565Z] ========================================================= [2020-10-16T06:28:47.565Z] EdgeX Global Pipelines Version Info [2020-10-16T06:28:47.565Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:28:50.241Z] ------------------- [2020-10-16T06:28:50.241Z] stable info: [2020-10-16T06:28:50.241Z] ------------------- [2020-10-16T06:28:50.241Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T06:28:50.241Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T06:28:50.241Z] Message: update stable to v1.0.144 [2020-10-16T06:28:51.203Z] ------------------- [2020-10-16T06:28:51.203Z] experimental info: [2020-10-16T06:28:51.203Z] ------------------- [2020-10-16T06:28:51.203Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-16T06:28:51.203Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-16T06:28:51.203Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-16T06:28:51.605Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-16T06:28:51.766Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-16T06:28:51.882Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-16T06:28:51.969Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-16T06:28:52.062Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-16T06:28:52.174Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-16T06:28:52.283Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-16T06:28:52.375Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-16T06:28:52.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-16T06:28:52.545Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-16T06:28:52.636Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-16T06:28:52.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-16T06:28:52.866Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-16T06:28:52.953Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-16T06:28:53.040Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-16T06:28:53.133Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T06:28:53.222Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T06:28:53.347Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-16T06:28:53.438Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-16T06:28:53.553Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-16T06:28:53.642Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-16T06:28:53.731Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-16T06:28:53.817Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-16T06:28:53.909Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-16T06:28:54.039Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-16T06:28:54.128Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo [2020-10-16T06:28:54.230Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo [2020-10-16T06:28:54.316Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo [2020-10-16T06:28:54.425Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 [Pipeline] echo [2020-10-16T06:28:54.514Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = aa60483 [Pipeline] echo [2020-10-16T06:28:54.674Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T06:28:55.350Z] + git log --format=format:%s -1 aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 [Pipeline] echo [2020-10-16T06:28:55.478Z] GIT_COMMIT: aa6048348649fdf9d8f01dc6bdddbbf8ac990e84, Commit Message: Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD [Pipeline] echo [2020-10-16T06:28:55.525Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:28:56.209Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:28:56.494Z] [2020-10-16T06:28:56.494Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:28:56.911Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:28:56.911Z] latest: Pulling from edgex-devops/git-semver [2020-10-16T06:28:56.911Z] 31603596830f: Pulling fs layer [2020-10-16T06:28:56.911Z] 2a8b12db71e7: Pulling fs layer [2020-10-16T06:28:56.911Z] 6ca5941a6612: Pulling fs layer [2020-10-16T06:28:56.911Z] ecc8261a40a4: Pulling fs layer [2020-10-16T06:28:56.911Z] ecc8261a40a4: Waiting [2020-10-16T06:28:56.911Z] 2a8b12db71e7: Verifying Checksum [2020-10-16T06:28:56.911Z] 2a8b12db71e7: Download complete [2020-10-16T06:28:57.237Z] 31603596830f: Verifying Checksum [2020-10-16T06:28:57.237Z] 31603596830f: Download complete [2020-10-16T06:28:57.628Z] ecc8261a40a4: Verifying Checksum [2020-10-16T06:28:57.628Z] ecc8261a40a4: Download complete [2020-10-16T06:28:57.628Z] 6ca5941a6612: Verifying Checksum [2020-10-16T06:28:57.628Z] 6ca5941a6612: Download complete [2020-10-16T06:28:57.896Z] 31603596830f: Pull complete [2020-10-16T06:28:57.896Z] 2a8b12db71e7: Pull complete [2020-10-16T06:28:59.430Z] 6ca5941a6612: Pull complete [2020-10-16T06:28:59.701Z] ecc8261a40a4: Pull complete [2020-10-16T06:28:59.701Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-16T06:28:59.701Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-16T06:28:59.701Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-16T06:28:59.968Z] prd-centos7-docker-4c-2g-5775 does not seem to be running inside a container [2020-10-16T06:29:00.129Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-16T06:29:02.623Z] $ docker top a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-16T06:29:03.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:29:03.126Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:29:03.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:29:03.715Z] $ docker exec a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent [2020-10-16T06:29:04.047Z] SSH_AUTH_SOCK=/tmp/ssh-2Wudrvr7CYU3/agent.11 [2020-10-16T06:29:04.047Z] SSH_AGENT_PID=16 [2020-10-16T06:29:04.073Z] Running ssh-add (command line suppressed) [2020-10-16T06:29:04.355Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7591707436565343912.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7591707436565343912.key) [2020-10-16T06:29:04.472Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:29:04.897Z] + git tag --points-at HEAD [Pipeline] } [2020-10-16T06:29:04.983Z] $ docker exec --env ******** --env ******** a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent -k [2020-10-16T06:29:05.155Z] unset SSH_AUTH_SOCK; [2020-10-16T06:29:05.158Z] unset SSH_AGENT_PID; [2020-10-16T06:29:05.158Z] echo Agent pid 16 killed; [2020-10-16T06:29:05.208Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-16T06:29:05.340Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-16T06:29:05.340Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-16T06:29:05.711Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-16T06:29:05.716Z] $ docker exec a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent [2020-10-16T06:29:06.056Z] SSH_AUTH_SOCK=/tmp/ssh-opBvgeh10UQB/agent.44 [2020-10-16T06:29:06.056Z] SSH_AGENT_PID=49 [2020-10-16T06:29:06.079Z] Running ssh-add (command line suppressed) [2020-10-16T06:29:06.345Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4039499459663406443.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4039499459663406443.key) [2020-10-16T06:29:06.466Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-16T06:29:06.879Z] + git semver init [2020-10-16T06:29:06.879Z] # -> Open(): unable to determine branch for HEAD [2020-10-16T06:29:06.879Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git [2020-10-16T06:29:06.879Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-16T06:29:06.879Z] # $SEMVER_REMOTE_NAME = origin [2020-10-16T06:29:06.879Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-16T06:29:06.879Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-16T06:29:06.879Z] # $SEMVER_BRANCH = PR-614 [2020-10-16T06:29:06.879Z] # $SEMVER_TEMP = /tmp/semver-730074734 [2020-10-16T06:29:06.879Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-16T06:29:07.911Z] # '/tmp/semver-730074734' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' [2020-10-16T06:29:07.911Z] # -> Force: false [2020-10-16T06:29:07.911Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } [2020-10-16T06:29:07.945Z] $ docker exec --env ******** --env ******** a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 ssh-agent -k [2020-10-16T06:29:08.182Z] unset SSH_AUTH_SOCK; [2020-10-16T06:29:08.182Z] unset SSH_AGENT_PID; [2020-10-16T06:29:08.182Z] echo Agent pid 49 killed; [2020-10-16T06:29:08.254Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-16T06:29:08.777Z] + git semver [Pipeline] } [2020-10-16T06:29:08.883Z] $ docker stop --time=1 a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 [2020-10-16T06:29:10.767Z] $ docker rm -f a636400568f0a24c48aa0649f71014869ad11cee72fbc470b99d29728885b627 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-16T06:29:11.510Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-16T06:29:12.242Z] Stashed 1 file(s) [Pipeline] echo [2020-10-16T06:29:12.245Z] [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-16T06:29:27.741Z] Still waiting to schedule task [2020-10-16T06:29:27.741Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-16T06:29:27.743Z] Still waiting to schedule task [2020-10-16T06:29:27.743Z] ‘prd-centos7-docker-4c-2g-3642’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4350’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5778’ is offline [2020-10-16T06:32:19.313Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-5784 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-10-16T06:32:19.368Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-10-16T06:32:25.152Z] using credential edgex-jenkins-ssh [2020-10-16T06:32:25.269Z] Cloning the remote Git repository [2020-10-16T06:32:25.342Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:32:25.467Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-10-16T06:32:25.561Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:32:25.562Z] > git --version # timeout=10 [2020-10-16T06:32:25.585Z] > git --version # 'git version 2.17.1' [2020-10-16T06:32:25.588Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:32:25.673Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:32:26.880Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:32:26.897Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:32:26.931Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:32:26.988Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:32:26.989Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:32:27.008Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T06:32:27.784Z] Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 [2020-10-16T06:32:28.126Z] Merge succeeded, producing 85cc760f6404517de8e6d49ec76c143332264b37 [2020-10-16T06:32:28.126Z] Checking out Revision 85cc760f6404517de8e6d49ec76c143332264b37 (PR-614) [2020-10-16T06:32:27.810Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:32:27.830Z] > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 [2020-10-16T06:32:27.964Z] > git remote # timeout=10 [2020-10-16T06:32:27.983Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T06:32:28.009Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:32:28.021Z] > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 [2020-10-16T06:32:28.113Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T06:32:28.136Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:32:28.146Z] > git checkout -f 85cc760f6404517de8e6d49ec76c143332264b37 # timeout=10 [2020-10-16T06:32:32.701Z] Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" [2020-10-16T06:32:32.732Z] First time build. Skipping changelog. [2020-10-16T06:32:32.714Z] > git rev-list --no-walk 1e6cab53454d5719e39d413947056ef5f4856702 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-16T06:32:33.580Z] ========================================================= [2020-10-16T06:32:33.580Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-16T06:32:33.580Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:32:34.653Z] + 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-16T06:32:35.657Z] Sending build context to Docker daemon 2.316MB [2020-10-16T06:32:35.657Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T06:32:35.657Z] Step 2/8 : FROM ${BASE} [2020-10-16T06:32:35.934Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-16T06:32:35.934Z] b538f80385f9: Pulling fs layer [2020-10-16T06:32:35.934Z] 74f711af9a0d: Pulling fs layer [2020-10-16T06:32:35.934Z] 99f96fe45779: Pulling fs layer [2020-10-16T06:32:35.934Z] 8529a6b9a6be: Pulling fs layer [2020-10-16T06:32:35.934Z] 45590311c82a: Pulling fs layer [2020-10-16T06:32:35.934Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-16T06:32:35.934Z] 209524e5b208: Pulling fs layer [2020-10-16T06:32:35.934Z] 8529a6b9a6be: Waiting [2020-10-16T06:32:35.934Z] 45590311c82a: Waiting [2020-10-16T06:32:35.934Z] 69ca0ff8b7b3: Waiting [2020-10-16T06:32:35.934Z] 209524e5b208: Waiting [2020-10-16T06:32:35.934Z] 99f96fe45779: Verifying Checksum [2020-10-16T06:32:35.934Z] 99f96fe45779: Download complete [2020-10-16T06:32:35.934Z] 74f711af9a0d: Download complete [2020-10-16T06:32:35.934Z] 45590311c82a: Verifying Checksum [2020-10-16T06:32:35.934Z] 45590311c82a: Download complete [2020-10-16T06:32:36.536Z] b538f80385f9: Verifying Checksum [2020-10-16T06:32:36.536Z] 69ca0ff8b7b3: Download complete [2020-10-16T06:32:37.150Z] b538f80385f9: Pull complete [2020-10-16T06:32:37.771Z] 74f711af9a0d: Pull complete [2020-10-16T06:32:38.371Z] 99f96fe45779: Pull complete [2020-10-16T06:32:38.978Z] 209524e5b208: Download complete [2020-10-16T06:32:39.965Z] 8529a6b9a6be: Verifying Checksum [2020-10-16T06:32:39.965Z] 8529a6b9a6be: Download complete [2020-10-16T06:32:50.172Z] 8529a6b9a6be: Pull complete [2020-10-16T06:32:50.172Z] 45590311c82a: Pull complete [2020-10-16T06:32:50.450Z] 69ca0ff8b7b3: Pull complete [2020-10-16T06:32:53.882Z] 209524e5b208: Pull complete [2020-10-16T06:32:53.882Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-16T06:32:53.882Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-16T06:32:53.882Z] ---> 5bddaf1c2fca [2020-10-16T06:32:53.882Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:32:57.317Z] ---> Running in 67791846c440 [2020-10-16T06:32:57.922Z] Removing intermediate container 67791846c440 [2020-10-16T06:32:57.922Z] ---> 01658bb1a89a [2020-10-16T06:32:57.922Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:32:57.922Z] ---> Running in 0b8a77832941 [2020-10-16T06:33:01.333Z] Removing intermediate container 0b8a77832941 [2020-10-16T06:33:01.333Z] ---> 4c3bebd37d1e [2020-10-16T06:33:01.333Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T06:33:01.333Z] ---> Running in 26b8e4dd3753 [2020-10-16T06:33:02.779Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:33:03.391Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:33:04.379Z] OK: 142 MiB in 39 packages [2020-10-16T06:33:05.828Z] Removing intermediate container 26b8e4dd3753 [2020-10-16T06:33:05.828Z] ---> fea9148493fd [2020-10-16T06:33:05.828Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T06:33:05.828Z] ---> Running in f3805ed26a9b [2020-10-16T06:33:06.432Z] Removing intermediate container f3805ed26a9b [2020-10-16T06:33:06.432Z] ---> db462e3a6e01 [2020-10-16T06:33:06.432Z] Step 7/8 : COPY . . [2020-10-16T06:33:07.874Z] ---> dea0fee35a0e [2020-10-16T06:33:07.875Z] Step 8/8 : RUN go mod download [2020-10-16T06:33:07.875Z] ---> Running in c18f5c492e4a [2020-10-16T06:33:34.724Z] Removing intermediate container c18f5c492e4a [2020-10-16T06:33:34.724Z] ---> 1ae6f8f2245b [2020-10-16T06:33:34.724Z] Successfully built 1ae6f8f2245b [2020-10-16T06:33:34.724Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:33:35.148Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T06:33:35.148Z] . [Pipeline] withDockerContainer [2020-10-16T06:33:35.423Z] prd-ubuntu18.04-docker-arm64-4c-16g-5784 does not seem to be running inside a container [2020-10-16T06:33:35.527Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-16T06:33:37.402Z] $ docker top 5c4a342badf02f1e13996c16115a3a06a89154fa26a48b17e8ad4cd486467ade -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:33:38.818Z] + go version [2020-10-16T06:33:38.818Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-16T06:33:38.851Z] $ docker stop --time=1 5c4a342badf02f1e13996c16115a3a06a89154fa26a48b17e8ad4cd486467ade [2020-10-16T06:33:40.835Z] $ docker rm -f 5c4a342badf02f1e13996c16115a3a06a89154fa26a48b17e8ad4cd486467ade [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:33:41.887Z] + docker inspect -f . ci-base-image-arm64 [2020-10-16T06:33:41.887Z] . [Pipeline] withDockerContainer [2020-10-16T06:33:42.190Z] prd-ubuntu18.04-docker-arm64-4c-16g-5784 does not seem to be running inside a container [2020-10-16T06:33:42.289Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-16T06:33:44.430Z] $ docker top 2aafe4d7c9b28e884424fd6fc56a327c8480d1e3afe3986bdea42053010d5753 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:33:45.857Z] + make test [2020-10-16T06:33:45.857Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-16T06:34:08.062Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-16T06:34:55.132Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-16T06:34:55.132Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-16T06:34:55.132Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-16T06:34:55.132Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.138s coverage: 21.6% of statements [2020-10-16T06:34:59.496Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.322s coverage: 97.1% of statements [2020-10-16T06:35:11.940Z] Running on prd-centos7-docker-4c-2g-5785 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-10-16T06:35:11.992Z] Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout [2020-10-16T06:35:14.435Z] using credential edgex-jenkins-ssh [2020-10-16T06:35:14.489Z] Cloning the remote Git repository [2020-10-16T06:35:14.514Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:35:14.576Z] > git init /w/workspace/device-sdk-go/7 # timeout=10 [2020-10-16T06:35:14.816Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:35:14.816Z] > git --version # timeout=10 [2020-10-16T06:35:14.823Z] > git --version # 'git version 2.16.5' [2020-10-16T06:35:14.824Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:35:14.851Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:35:16.250Z] Merging remotes/origin/master commit 10f5d80329275e8e77aa5b449b49b1589ab3bade into PR head commit 6d170b70e1a04a00d380c7c5d579fc072917eff5 [2020-10-16T06:35:16.397Z] Merge succeeded, producing cd367434df7fc917639f4df023462774f71a80ff [2020-10-16T06:35:16.398Z] Checking out Revision cd367434df7fc917639f4df023462774f71a80ff (PR-614) [2020-10-16T06:35:15.779Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:35:15.784Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-16T06:35:15.795Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-16T06:35:15.806Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-16T06:35:15.806Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:35:15.810Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/614/head:refs/remotes/origin/PR-614 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-16T06:35:16.258Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:35:16.266Z] > git checkout -f 6d170b70e1a04a00d380c7c5d579fc072917eff5 # timeout=10 [2020-10-16T06:35:16.323Z] > git remote # timeout=10 [2020-10-16T06:35:16.351Z] > git config --get remote.origin.url # timeout=10 [2020-10-16T06:35:16.358Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-16T06:35:16.361Z] > git merge 10f5d80329275e8e77aa5b449b49b1589ab3bade # timeout=10 [2020-10-16T06:35:16.394Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-16T06:35:16.401Z] > git config core.sparsecheckout # timeout=10 [2020-10-16T06:35:16.405Z] > git checkout -f cd367434df7fc917639f4df023462774f71a80ff # timeout=10 [2020-10-16T06:35:19.957Z] Commit message: "Merge commit '10f5d80329275e8e77aa5b449b49b1589ab3bade' into HEAD" [2020-10-16T06:35:19.968Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-10-16T06:35:19.962Z] > git rev-list --no-walk 1e6cab53454d5719e39d413947056ef5f4856702 # timeout=10 [Pipeline] echo [2020-10-16T06:35:20.701Z] ========================================================= [2020-10-16T06:35:20.701Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-16T06:35:20.701Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:35:21.341Z] + 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-16T06:35:22.292Z] Sending build context to Docker daemon 2.316MB [2020-10-16T06:35:22.292Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-16T06:35:22.292Z] Step 2/8 : FROM ${BASE} [2020-10-16T06:35:22.292Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-16T06:35:22.292Z] df20fa9351a1: Pulling fs layer [2020-10-16T06:35:22.292Z] ed8968b2872e: Pulling fs layer [2020-10-16T06:35:22.292Z] a92cc7c5fd73: Pulling fs layer [2020-10-16T06:35:22.292Z] e871e8e8d7a9: Pulling fs layer [2020-10-16T06:35:22.292Z] e73272ec9a57: Pulling fs layer [2020-10-16T06:35:22.292Z] 1e910a182e73: Pulling fs layer [2020-10-16T06:35:22.292Z] 4e634b169226: Pulling fs layer [2020-10-16T06:35:22.292Z] 1e910a182e73: Waiting [2020-10-16T06:35:22.292Z] 4e634b169226: Waiting [2020-10-16T06:35:22.292Z] e73272ec9a57: Waiting [2020-10-16T06:35:22.292Z] a92cc7c5fd73: Verifying Checksum [2020-10-16T06:35:22.292Z] a92cc7c5fd73: Download complete [2020-10-16T06:35:22.292Z] ed8968b2872e: Download complete [2020-10-16T06:35:22.292Z] e73272ec9a57: Verifying Checksum [2020-10-16T06:35:22.292Z] e73272ec9a57: Download complete [2020-10-16T06:35:22.292Z] 1e910a182e73: Verifying Checksum [2020-10-16T06:35:22.292Z] 1e910a182e73: Download complete [2020-10-16T06:35:22.555Z] df20fa9351a1: Verifying Checksum [2020-10-16T06:35:22.555Z] df20fa9351a1: Download complete [2020-10-16T06:35:22.555Z] df20fa9351a1: Pull complete [2020-10-16T06:35:22.820Z] ed8968b2872e: Pull complete [2020-10-16T06:35:23.081Z] a92cc7c5fd73: Pull complete [2020-10-16T06:35:24.031Z] 4e634b169226: Verifying Checksum [2020-10-16T06:35:24.031Z] 4e634b169226: Download complete [2020-10-16T06:35:24.607Z] e871e8e8d7a9: Verifying Checksum [2020-10-16T06:35:24.607Z] e871e8e8d7a9: Download complete [2020-10-16T06:35:26.327Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.128s coverage: 9.4% of statements [2020-10-16T06:35:26.327Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.127s coverage: 21.9% of statements [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-16T06:35:26.327Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.603s coverage: 42.6% of statements [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-16T06:35:26.327Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.863s coverage: 68.9% of statements [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-16T06:35:26.327Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.172s coverage: 52.6% of statements [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-16T06:35:26.327Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.173s coverage: 68.9% of statements [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-16T06:35:26.327Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-16T06:35:26.602Z] GO111MODULE=on go vet ./... [2020-10-16T06:35:29.917Z] e871e8e8d7a9: Pull complete [2020-10-16T06:35:29.918Z] e73272ec9a57: Pull complete [2020-10-16T06:35:29.918Z] 1e910a182e73: Pull complete [2020-10-16T06:35:35.272Z] 4e634b169226: Pull complete [2020-10-16T06:35:35.272Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-16T06:35:35.272Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-16T06:35:35.272Z] ---> f7629b54cfaa [2020-10-16T06:35:35.272Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:35:35.272Z] ---> Running in f41e25f8145c [2020-10-16T06:35:35.272Z] Removing intermediate container f41e25f8145c [2020-10-16T06:35:35.272Z] ---> 1b39d5513146 [2020-10-16T06:35:35.272Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:35:35.272Z] ---> Running in 7b4bc4102d8b [2020-10-16T06:35:35.848Z] Removing intermediate container 7b4bc4102d8b [2020-10-16T06:35:35.848Z] ---> 14e7740475c9 [2020-10-16T06:35:35.848Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-16T06:35:35.848Z] ---> Running in 4fb889b25964 [2020-10-16T06:35:36.811Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:35:37.386Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:35:37.961Z] OK: 166 MiB in 39 packages [2020-10-16T06:35:38.223Z] Removing intermediate container 4fb889b25964 [2020-10-16T06:35:38.223Z] ---> d7e7c10f3ad2 [2020-10-16T06:35:38.223Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-16T06:35:38.484Z] ---> Running in 50c934e8c7e1 [2020-10-16T06:35:38.484Z] Removing intermediate container 50c934e8c7e1 [2020-10-16T06:35:38.484Z] ---> b6b7a00c59d4 [2020-10-16T06:35:38.484Z] Step 7/8 : COPY . . [2020-10-16T06:35:39.880Z] ---> e16f755d01b7 [2020-10-16T06:35:39.880Z] Step 8/8 : RUN go mod download [2020-10-16T06:35:39.880Z] ---> Running in a03787718f33 [2020-10-16T06:35:58.036Z] Removing intermediate container a03787718f33 [2020-10-16T06:35:58.036Z] ---> 8a5fadc00306 [2020-10-16T06:35:58.036Z] Successfully built 8a5fadc00306 [2020-10-16T06:35:58.036Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:35:58.383Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T06:35:58.383Z] . [Pipeline] withDockerContainer [2020-10-16T06:35:58.484Z] prd-centos7-docker-4c-2g-5785 does not seem to be running inside a container [2020-10-16T06:35:58.533Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-16T06:35:59.047Z] gofmt -l . [2020-10-16T06:35:59.141Z] $ docker top 688f46c18c954c34dde44606d5fe16adbfa510c3233f641948645e194e8528d6 -eo pid,comm [Pipeline] { [2020-10-16T06:35:59.318Z] [ "`gofmt -l .`" = "" ] [Pipeline] sh [2020-10-16T06:35:59.616Z] + go version [2020-10-16T06:35:59.616Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-16T06:35:59.635Z] $ docker stop --time=1 688f46c18c954c34dde44606d5fe16adbfa510c3233f641948645e194e8528d6 [2020-10-16T06:35:59.913Z] ./bin/test-attribution-txt.sh [2020-10-16T06:36:00.506Z] ./bin/test-go-mod-tidy.sh [2020-10-16T06:36:00.961Z] $ docker rm -f 688f46c18c954c34dde44606d5fe16adbfa510c3233f641948645e194e8528d6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] stash [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:36:01.778Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-16T06:36:01.778Z] . [Pipeline] withDockerContainer [2020-10-16T06:36:01.868Z] prd-centos7-docker-4c-2g-5785 does not seem to be running inside a container [2020-10-16T06:36:01.931Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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-16T06:36:02.091Z] Stashed 1 file(s) [2020-10-16T06:36:02.548Z] $ docker top 15b5154a47af858a91df4a32c28d6bca8bc81ce707613c85337b942f4a81c3df -eo pid,comm [Pipeline] { [Pipeline] } [2020-10-16T06:36:02.776Z] $ docker stop --time=1 2aafe4d7c9b28e884424fd6fc56a327c8480d1e3afe3986bdea42053010d5753 [2020-10-16T06:36:04.959Z] $ docker rm -f 2aafe4d7c9b28e884424fd6fc56a327c8480d1e3afe3986bdea42053010d5753 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2020-10-16T06:36:05.973Z] + make test [2020-10-16T06:36:05.973Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-16T06:36:07.101Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T06:36:07.484Z] + ls -al . [2020-10-16T06:36:07.484Z] total 224 [2020-10-16T06:36:07.484Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 16 06:36 . [2020-10-16T06:36:07.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 .. [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 16 06:32 .dockerignore [2020-10-16T06:36:07.484Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 16 06:32 .git [2020-10-16T06:36:07.484Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:32 .github [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 16 06:32 .gitignore [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 16 06:32 Dockerfile.build [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 16 06:32 Jenkinsfile [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 16 06:32 LICENSE [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 16 06:32 Makefile [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 16 06:32 README.md [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 16 06:32 RELEASE-NOTES.txt [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 16 06:29 VERSION [2020-10-16T06:36:07.484Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 16 06:32 bin [2020-10-16T06:36:07.484Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 16 06:35 coverage.out [2020-10-16T06:36:07.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 example [2020-10-16T06:36:07.484Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 16 06:36 go.mod [2020-10-16T06:36:07.484Z] -rw-r--r-- 1 jenkins jenkins 13736 Oct 16 06:36 go.sum [2020-10-16T06:36:07.484Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 16 06:32 internal [2020-10-16T06:36:07.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 openapi [2020-10-16T06:36:07.484Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 16 06:32 pkg [2020-10-16T06:36:07.484Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 16 06:32 snap [2020-10-16T06:36:07.484Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 16 06:32 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:36:07.863Z] + 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=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 --label arch=arm64 --label version=0.0.0 . [2020-10-16T06:36:08.485Z] Sending build context to Docker daemon 2.427MB [2020-10-16T06:36:08.485Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T06:36:08.485Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T06:36:08.485Z] ---> 1ae6f8f2245b [2020-10-16T06:36:08.485Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T06:36:08.773Z] ---> Running in 151fedec676d [2020-10-16T06:36:09.056Z] Removing intermediate container 151fedec676d [2020-10-16T06:36:09.056Z] ---> a9dabbfb1362 [2020-10-16T06:36:09.056Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T06:36:09.331Z] ---> Running in 94170d10a29f [2020-10-16T06:36:09.930Z] Removing intermediate container 94170d10a29f [2020-10-16T06:36:09.930Z] ---> 618e87432ed9 [2020-10-16T06:36:09.930Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:36:09.930Z] ---> Running in e6543986d082 [2020-10-16T06:36:10.526Z] Removing intermediate container e6543986d082 [2020-10-16T06:36:10.526Z] ---> 3ab0222515a0 [2020-10-16T06:36:10.526Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:36:10.526Z] ---> Running in 4bd3bde33047 [2020-10-16T06:36:12.603Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-16T06:36:13.160Z] Removing intermediate container 4bd3bde33047 [2020-10-16T06:36:13.160Z] ---> 765978ee210d [2020-10-16T06:36:13.160Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T06:36:13.160Z] ---> Running in 5f788e562f6a [2020-10-16T06:36:14.608Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-16T06:36:15.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-16T06:36:16.191Z] OK: 142 MiB in 39 packages [2020-10-16T06:36:17.628Z] Removing intermediate container 5f788e562f6a [2020-10-16T06:36:17.628Z] ---> 6bb357f761d2 [2020-10-16T06:36:17.628Z] Step 8/24 : COPY . . [2020-10-16T06:36:19.065Z] ---> 6df5587eea98 [2020-10-16T06:36:19.065Z] Step 9/24 : RUN ${MAKE} [2020-10-16T06:36:19.065Z] ---> Running in 861b25371af3 [2020-10-16T06:36:20.501Z] 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-16T06:36:24.946Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-16T06:36:24.946Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-16T06:36:24.946Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-16T06:36:24.946Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.050s coverage: 21.6% of statements [2020-10-16T06:36:27.522Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.424s coverage: 97.1% of statements [2020-10-16T06:36:47.346Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T06:36:50.765Z] Removing intermediate container 861b25371af3 [2020-10-16T06:36:50.765Z] ---> 99e1fc3a25dc [2020-10-16T06:36:50.765Z] Step 10/24 : FROM scratch [2020-10-16T06:36:50.765Z] ---> [2020-10-16T06:36:50.765Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:36:50.765Z] ---> Running in a15671d94209 [2020-10-16T06:36:50.765Z] Removing intermediate container a15671d94209 [2020-10-16T06:36:50.765Z] ---> 5a01dc055a9b [2020-10-16T06:36:50.765Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T06:36:51.046Z] ---> Running in 6bc9035551e7 [2020-10-16T06:36:51.321Z] Removing intermediate container 6bc9035551e7 [2020-10-16T06:36:51.321Z] ---> 49e8d6d651f7 [2020-10-16T06:36:51.321Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T06:36:51.594Z] ---> Running in 4519ff4a0978 [2020-10-16T06:36:51.868Z] Removing intermediate container 4519ff4a0978 [2020-10-16T06:36:51.868Z] ---> 612f272c2c21 [2020-10-16T06:36:51.868Z] Step 14/24 : WORKDIR / [2020-10-16T06:36:52.144Z] ---> Running in c938e8bb1cbf [2020-10-16T06:36:52.419Z] Removing intermediate container c938e8bb1cbf [2020-10-16T06:36:52.419Z] ---> afc1bc67b72a [2020-10-16T06:36:52.419Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T06:36:53.870Z] ---> b0ae269488f0 [2020-10-16T06:36:53.870Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T06:36:54.471Z] ---> ab6909e67520 [2020-10-16T06:36:54.471Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T06:36:55.077Z] ---> 86394c657101 [2020-10-16T06:36:55.077Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T06:36:56.057Z] ---> bb261c401fd1 [2020-10-16T06:36:56.057Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T06:36:56.655Z] ---> ebd375b463cc [2020-10-16T06:36:56.655Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T06:36:56.655Z] ---> Running in 5b412ad7b1b5 [2020-10-16T06:36:57.253Z] Removing intermediate container 5b412ad7b1b5 [2020-10-16T06:36:57.253Z] ---> d0650d0df7d7 [2020-10-16T06:36:57.253Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:36:57.253Z] ---> Running in 02bcec9f8540 [2020-10-16T06:36:57.851Z] Removing intermediate container 02bcec9f8540 [2020-10-16T06:36:57.851Z] ---> 1100e184d781 [2020-10-16T06:36:57.851Z] Step 22/24 : LABEL arch=arm64 [2020-10-16T06:36:57.851Z] ---> Running in a7596c8ea0a8 [2020-10-16T06:36:58.450Z] Removing intermediate container a7596c8ea0a8 [2020-10-16T06:36:58.450Z] ---> d1be3439bc72 [2020-10-16T06:36:58.450Z] Step 23/24 : LABEL git_sha=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 [2020-10-16T06:36:58.450Z] ---> Running in f82ceac60db0 [2020-10-16T06:36:59.048Z] Removing intermediate container f82ceac60db0 [2020-10-16T06:36:59.048Z] ---> 68c0428db8c9 [2020-10-16T06:36:59.048Z] Step 24/24 : LABEL version=0.0.0 [2020-10-16T06:36:59.048Z] ---> Running in eaa04bc3305b [2020-10-16T06:36:59.322Z] Removing intermediate container eaa04bc3305b [2020-10-16T06:36:59.322Z] ---> 3a203ceb3c3a [2020-10-16T06:36:59.322Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T06:36:59.596Z] Successfully built 3a203ceb3c3a [2020-10-16T06:36:59.596Z] 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] } [2020-10-16T06:37:00.577Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.048s coverage: 9.4% of statements [2020-10-16T06:37:00.577Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.044s coverage: 21.9% of statements [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-16T06:37:00.577Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.200s coverage: 42.6% of statements [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-16T06:37:00.577Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.257s coverage: 68.9% of statements [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-16T06:37:00.577Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.063s coverage: 52.6% of statements [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-16T06:37:00.577Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.226s coverage: 68.9% of statements [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-16T06:37:00.577Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-16T06:37:00.577Z] GO111MODULE=on go vet ./... [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-16T06:37:04.861Z] gofmt -l . [2020-10-16T06:37:04.861Z] [ "`gofmt -l .`" = "" ] [2020-10-16T06:37:04.861Z] ./bin/test-attribution-txt.sh [2020-10-16T06:37:05.434Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-16T06:37:05.706Z] Warning: overwriting stash ‘coverage-report’ [2020-10-16T06:37:05.989Z] Stashed 1 file(s) [Pipeline] } [2020-10-16T06:37:05.996Z] $ docker stop --time=1 15b5154a47af858a91df4a32c28d6bca8bc81ce707613c85337b942f4a81c3df [2020-10-16T06:37:07.795Z] $ docker rm -f 15b5154a47af858a91df4a32c28d6bca8bc81ce707613c85337b942f4a81c3df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-16T06:37:08.724Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-16T06:37:09.017Z] + ls -al . [2020-10-16T06:37:09.017Z] total 188 [2020-10-16T06:37:09.017Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 16 06:37 . [2020-10-16T06:37:09.017Z] drwxrwxr-x. 4 jenkins jenkins 28 Oct 16 06:35 .. [2020-10-16T06:37:09.017Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 16 06:35 bin [2020-10-16T06:37:09.017Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 16 06:36 coverage.out [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 16 06:35 Dockerfile.build [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 16 06:35 .dockerignore [2020-10-16T06:37:09.017Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 16 06:35 example [2020-10-16T06:37:09.017Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 16 06:35 .git [2020-10-16T06:37:09.017Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 16 06:35 .github [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 16 06:35 .gitignore [2020-10-16T06:37:09.017Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 16 06:37 go.mod [2020-10-16T06:37:09.017Z] -rw-r--r--. 1 jenkins jenkins 13736 Oct 16 06:37 go.sum [2020-10-16T06:37:09.017Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 16 06:35 internal [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 16 06:35 Jenkinsfile [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 16 06:35 LICENSE [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 16 06:35 Makefile [2020-10-16T06:37:09.017Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 16 06:35 openapi [2020-10-16T06:37:09.017Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 16 06:35 pkg [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 16 06:35 README.md [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 16 06:35 RELEASE-NOTES.txt [2020-10-16T06:37:09.017Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 16 06:35 snap [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 16 06:29 VERSION [2020-10-16T06:37:09.017Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 16 06:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:09.322Z] + 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=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 --label arch=amd64 --label version=0.0.0 . [2020-10-16T06:37:09.584Z] Sending build context to Docker daemon 2.427MB [2020-10-16T06:37:09.584Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-16T06:37:09.584Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-16T06:37:09.584Z] ---> 8a5fadc00306 [2020-10-16T06:37:09.584Z] Step 3/24 : ARG MAKE='make build' [2020-10-16T06:37:10.157Z] ---> Running in b299210f1d09 [2020-10-16T06:37:10.157Z] Removing intermediate container b299210f1d09 [2020-10-16T06:37:10.157Z] ---> 84c860a90887 [2020-10-16T06:37:10.157Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-16T06:37:10.157Z] ---> Running in 35bf5f577e7a [2020-10-16T06:37:10.419Z] Removing intermediate container 35bf5f577e7a [2020-10-16T06:37:10.419Z] ---> af3f4779e827 [2020-10-16T06:37:10.419Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:37:10.419Z] ---> Running in ae5fd118f853 [2020-10-16T06:37:10.683Z] Removing intermediate container ae5fd118f853 [2020-10-16T06:37:10.683Z] ---> f995e71f0a2b [2020-10-16T06:37:10.683Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-16T06:37:10.683Z] ---> Running in 36f74f684473 [2020-10-16T06:37:11.661Z] Removing intermediate container 36f74f684473 [2020-10-16T06:37:11.661Z] ---> fe9f6869f636 [2020-10-16T06:37:11.661Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-16T06:37:11.661Z] ---> Running in 0a103e020e75 [2020-10-16T06:37:11.923Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-16T06:37:12.864Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-16T06:37:13.126Z] OK: 166 MiB in 39 packages [2020-10-16T06:37:13.697Z] Removing intermediate container 0a103e020e75 [2020-10-16T06:37:13.697Z] ---> 0d3891bbf127 [2020-10-16T06:37:13.697Z] Step 8/24 : COPY . . [2020-10-16T06:37:14.644Z] ---> da53a5dd2a14 [2020-10-16T06:37:14.644Z] Step 9/24 : RUN ${MAKE} [2020-10-16T06:37:14.644Z] ---> Running in e64d91d0e703 [2020-10-16T06:37:14.914Z] 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-16T06:37:23.176Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-16T06:37:24.119Z] Removing intermediate container e64d91d0e703 [2020-10-16T06:37:24.119Z] ---> 7bbaa0bc1ead [2020-10-16T06:37:24.119Z] Step 10/24 : FROM scratch [2020-10-16T06:37:24.119Z] ---> [2020-10-16T06:37:24.119Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-16T06:37:24.119Z] ---> Running in 1494c28bdea4 [2020-10-16T06:37:24.119Z] Removing intermediate container 1494c28bdea4 [2020-10-16T06:37:24.119Z] ---> 8ba3671d52c2 [2020-10-16T06:37:24.119Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-16T06:37:24.381Z] ---> Running in 6575bb00fc53 [2020-10-16T06:37:24.381Z] Removing intermediate container 6575bb00fc53 [2020-10-16T06:37:24.381Z] ---> 86e2f9cac58e [2020-10-16T06:37:24.381Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-16T06:37:24.381Z] ---> Running in d5ff69f2f6a9 [2020-10-16T06:37:24.643Z] Removing intermediate container d5ff69f2f6a9 [2020-10-16T06:37:24.643Z] ---> 0f192a581cd9 [2020-10-16T06:37:24.643Z] Step 14/24 : WORKDIR / [2020-10-16T06:37:24.643Z] ---> Running in c5c9b02d73e4 [2020-10-16T06:37:24.905Z] Removing intermediate container c5c9b02d73e4 [2020-10-16T06:37:24.905Z] ---> 5c6bb537fba3 [2020-10-16T06:37:24.905Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-16T06:37:25.166Z] ---> f10184a7213d [2020-10-16T06:37:25.166Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-16T06:37:25.427Z] ---> 8f7a976daa5b [2020-10-16T06:37:25.427Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-16T06:37:25.688Z] ---> d3481df3f52d [2020-10-16T06:37:25.688Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-16T06:37:25.950Z] ---> 8b1be439eefd [2020-10-16T06:37:25.950Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-16T06:37:26.210Z] ---> 65e50ee132ba [2020-10-16T06:37:26.210Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-16T06:37:26.210Z] ---> Running in 771f3e2556e3 [2020-10-16T06:37:26.472Z] Removing intermediate container 771f3e2556e3 [2020-10-16T06:37:26.472Z] ---> 29a7816b8d88 [2020-10-16T06:37:26.472Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-16T06:37:26.472Z] ---> Running in a01bcf326053 [2020-10-16T06:37:26.732Z] Removing intermediate container a01bcf326053 [2020-10-16T06:37:26.732Z] ---> 622902be5464 [2020-10-16T06:37:26.732Z] Step 22/24 : LABEL arch=amd64 [2020-10-16T06:37:26.732Z] ---> Running in e283bf1d87d2 [2020-10-16T06:37:26.994Z] Removing intermediate container e283bf1d87d2 [2020-10-16T06:37:26.994Z] ---> de7c73efa7fd [2020-10-16T06:37:26.994Z] Step 23/24 : LABEL git_sha=aa6048348649fdf9d8f01dc6bdddbbf8ac990e84 [2020-10-16T06:37:26.994Z] ---> Running in f0deca087a9f [2020-10-16T06:37:26.994Z] Removing intermediate container f0deca087a9f [2020-10-16T06:37:26.994Z] ---> 2a0644962356 [2020-10-16T06:37:26.994Z] Step 24/24 : LABEL version=0.0.0 [2020-10-16T06:37:27.253Z] ---> Running in 9d1c0a571f1c [2020-10-16T06:37:27.514Z] Removing intermediate container 9d1c0a571f1c [2020-10-16T06:37:27.514Z] ---> 7bc800a85790 [2020-10-16T06:37:27.514Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-16T06:37:27.514Z] Successfully built 7bc800a85790 [2020-10-16T06:37:27.514Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-16T06:37:29.490Z] provisioning config files... [2020-10-16T06:37:29.512Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config5832106394489043544tmp [Pipeline] { [Pipeline] sh [2020-10-16T06:37:29.955Z] + set +x [2020-10-16T06:37:29.955Z] + curl -s https://codecov.io/bash [2020-10-16T06:37:29.955Z] + bash -s -- [2020-10-16T06:37:30.254Z] [2020-10-16T06:37:30.254Z] _____ _ [2020-10-16T06:37:30.254Z] / ____| | | [2020-10-16T06:37:30.254Z] | | ___ __| | ___ ___ _____ __ [2020-10-16T06:37:30.254Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-16T06:37:30.254Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-16T06:37:30.254Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-16T06:37:30.254Z] Bash-20201009-048fee3 [2020-10-16T06:37:30.254Z] [2020-10-16T06:37:30.254Z] [2020-10-16T06:37:30.254Z] ==> Jenkins CI detected. [2020-10-16T06:37:30.254Z] project root: . [2020-10-16T06:37:30.254Z] Fixing merge commit SHA [2020-10-16T06:37:30.254Z] --> token set from env [2020-10-16T06:37:30.254Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-16T06:37:30.536Z] ==> Running gcov in . (disable via -X gcov) [2020-10-16T06:37:30.537Z] ==> Python coveragepy not found [2020-10-16T06:37:30.537Z] ==> Searching for coverage reports in: [2020-10-16T06:37:30.537Z] + . [2020-10-16T06:37:30.537Z] -> Found 1 reports [2020-10-16T06:37:30.537Z] ==> Detecting git/mercurial file structure [2020-10-16T06:37:30.537Z] ==> Reading reports [2020-10-16T06:37:30.537Z] + ./coverage.out bytes=110398 [2020-10-16T06:37:30.537Z] ==> Appending adjustments [2020-10-16T06:37:30.537Z] https://docs.codecov.io/docs/fixing-reports [2020-10-16T06:37:31.751Z] + Found adjustments [2020-10-16T06:37:31.751Z] ==> Gzipping contents [2020-10-16T06:37:31.751Z] ==> Uploading reports [2020-10-16T06:37:31.751Z] url: https://codecov.io [2020-10-16T06:37:31.751Z] query: branch=PR-614&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-10-16T06:37:31.751Z] -> Pinging Codecov [2020-10-16T06:37:31.751Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=10f5d80329275e8e77aa5b449b49b1589ab3bade&build=7&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F7%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-10-16T06:37:31.751Z] -> Uploading to [2020-10-16T06:37:31.751Z] [2020-10-16T06:37:31.751Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:37:31.752Z] Dload Upload Total Spent Left Speed [2020-10-16T06:37:31.752Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-16T06:37:31.752Z] X> Failed to upload [2020-10-16T06:37:31.752Z] ==> Uploading to Codecov [2020-10-16T06:37:31.752Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-16T06:37:31.752Z] Dload Upload Total Spent Left Speed [2020-10-16T06:37:32.843Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19126 100 110 100 19016 167 28929 --:--:-- --:--:-- --:--:-- 28987 [2020-10-16T06:37:32.843Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/10f5d80329275e8e77aa5b449b49b1589ab3bade [Pipeline] } [2020-10-16T06:37:32.967Z] 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-16T06:37:35.610Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:37:36.265Z] ---> package-listing.sh [2020-10-16T06:37:36.265Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-16T06:37:36.265Z] ++ facter osfamily [2020-10-16T06:37:36.548Z] + OS_FAMILY=redhat [2020-10-16T06:37:36.548Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-16T06:37:36.548Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-16T06:37:36.548Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-16T06:37:36.548Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-16T06:37:36.548Z] + PACKAGES=/tmp/packages_start.txt [2020-10-16T06:37:36.548Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-10-16T06:37:36.548Z] + PACKAGES=/tmp/packages_end.txt [2020-10-16T06:37:36.548Z] + case "${OS_FAMILY}" in [2020-10-16T06:37:36.548Z] + rpm -qa [2020-10-16T06:37:36.548Z] + sort [2020-10-16T06:37:40.921Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-16T06:37:40.921Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-16T06:37:40.921Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-16T06:37:40.921Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-10-16T06:37:40.921Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [2020-10-16T06:37:40.921Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [Pipeline] echo [2020-10-16T06:37:40.951Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-16T06:37:41.310Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:41.944Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:37:42.214Z] [2020-10-16T06:37:42.214Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-16T06:37:42.643Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:37:42.643Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-16T06:37:42.643Z] df20fa9351a1: Pulling fs layer [2020-10-16T06:37:42.643Z] 36b3adc4ff6f: Pulling fs layer [2020-10-16T06:37:42.643Z] 8ad3a11d3b57: Pulling fs layer [2020-10-16T06:37:42.643Z] 46f8f816bc3b: Pulling fs layer [2020-10-16T06:37:42.643Z] 93b61091891f: Pulling fs layer [2020-10-16T06:37:42.643Z] 93b9cdb0e59b: Pulling fs layer [2020-10-16T06:37:42.643Z] 5e14af77c1be: Pulling fs layer [2020-10-16T06:37:42.643Z] 01666e4c0597: Pulling fs layer [2020-10-16T06:37:42.643Z] aa168da1d23b: Pulling fs layer [2020-10-16T06:37:42.643Z] 46f8f816bc3b: Waiting [2020-10-16T06:37:42.643Z] 93b61091891f: Waiting [2020-10-16T06:37:42.643Z] 93b9cdb0e59b: Waiting [2020-10-16T06:37:42.643Z] 5e14af77c1be: Waiting [2020-10-16T06:37:42.643Z] 01666e4c0597: Waiting [2020-10-16T06:37:42.643Z] aa168da1d23b: Waiting [2020-10-16T06:37:42.643Z] 36b3adc4ff6f: Verifying Checksum [2020-10-16T06:37:42.643Z] 36b3adc4ff6f: Download complete [2020-10-16T06:37:42.963Z] 46f8f816bc3b: Verifying Checksum [2020-10-16T06:37:42.963Z] 46f8f816bc3b: Download complete [2020-10-16T06:37:42.963Z] df20fa9351a1: Download complete [2020-10-16T06:37:42.963Z] 93b9cdb0e59b: Download complete [2020-10-16T06:37:42.963Z] 5e14af77c1be: Verifying Checksum [2020-10-16T06:37:42.963Z] 5e14af77c1be: Download complete [2020-10-16T06:37:42.963Z] 01666e4c0597: Verifying Checksum [2020-10-16T06:37:42.963Z] 01666e4c0597: Download complete [2020-10-16T06:37:42.963Z] 93b61091891f: Verifying Checksum [2020-10-16T06:37:42.963Z] 93b61091891f: Download complete [2020-10-16T06:37:43.635Z] df20fa9351a1: Pull complete [2020-10-16T06:37:44.250Z] 36b3adc4ff6f: Pull complete [2020-10-16T06:37:44.250Z] 8ad3a11d3b57: Verifying Checksum [2020-10-16T06:37:44.250Z] 8ad3a11d3b57: Download complete [2020-10-16T06:37:46.398Z] 8ad3a11d3b57: Pull complete [2020-10-16T06:37:46.398Z] 46f8f816bc3b: Pull complete [2020-10-16T06:37:47.554Z] 93b61091891f: Pull complete [2020-10-16T06:37:47.554Z] 93b9cdb0e59b: Pull complete [2020-10-16T06:37:47.854Z] 5e14af77c1be: Pull complete [2020-10-16T06:37:47.854Z] 01666e4c0597: Pull complete [2020-10-16T06:37:50.647Z] aa168da1d23b: Verifying Checksum [2020-10-16T06:37:50.647Z] aa168da1d23b: Download complete [2020-10-16T06:38:00.921Z] aa168da1d23b: Pull complete [2020-10-16T06:38:00.921Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-16T06:38:00.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-16T06:38:00.921Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-16T06:38:01.215Z] prd-centos7-docker-4c-2g-5775 does not seem to be running inside a container [2020-10-16T06:38:01.349Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-614/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-614 -v /w/workspace/dgexfoundry_device-sdk-go_PR-614:/w/workspace/dgexfoundry_device-sdk-go_PR-614:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-16T06:38:10.558Z] $ docker top 84593f6a87eaccb33ddd7b0f55d14d0b96fd8a7a402eee2a2aa9802668970bf4 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-16T06:38:11.168Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-16T06:38:11.483Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-16T06:38:11.804Z] + ls /var/log/sa-host [2020-10-16T06:38:11.804Z] + sadf -c /var/log/sa-host/sa05 [2020-10-16T06:38:11.804Z] file_magic: OK [2020-10-16T06:38:11.804Z] HZ: Using current value: 100 [2020-10-16T06:38:11.804Z] file_header: OK [2020-10-16T06:38:11.804Z] 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-16T06:38:11.804Z] Statistics: [2020-10-16T06:38:11.804Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T06:38:11.804Z] File successfully converted to sysstat format version 12.2.1 [2020-10-16T06:38:11.804Z] + sadf -c /var/log/sa-host/sa16 [2020-10-16T06:38:11.804Z] file_magic: OK [2020-10-16T06:38:11.804Z] HZ: Using current value: 100 [2020-10-16T06:38:11.804Z] file_header: OK [2020-10-16T06:38:11.804Z] 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-16T06:38:11.804Z] Statistics: [2020-10-16T06:38:11.804Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-16T06:38:11.804Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-16T06:38:12.157Z] provisioning config files... [2020-10-16T06:38:12.195Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config6840882158142590385tmp [Pipeline] { [Pipeline] echo [2020-10-16T06:38:12.288Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:38:12.606Z] ---> create-netrc.sh [Pipeline] } [2020-10-16T06:38:12.617Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-16T06:38:12.709Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:38:13.317Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-16T06:38:13.357Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:38:13.756Z] ---> sudo-logs.sh [2020-10-16T06:38:13.756Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-16T06:38:14.057Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:38:14.426Z] ---> job-cost.sh [2020-10-16T06:38:14.732Z] lf-activate-venv: SKIPPING [2020-10-16T06:38:14.732Z] INFO: No Stack... [2020-10-16T06:38:15.737Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-16T06:38:16.360Z] INFO: Archiving Costs [Pipeline] echo [2020-10-16T06:38:16.392Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-16T06:38:16.797Z] ---> logs-deploy.sh [2020-10-16T06:38:16.797Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/7 [2020-10-16T06:38:16.797Z] INFO: archiving workspace using pattern(s): [2020-10-16T06:38:18.795Z] Archives upload complete. [2020-10-16T06:38:19.083Z] INFO: archiving logs to Nexus [2020-10-16T06:38:20.518Z] ---> uname -a: [2020-10-16T06:38:20.518Z] Linux prd-centos7-docker-4c-2g-5775.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] ---> lscpu: [2020-10-16T06:38:20.518Z] Architecture: x86_64 [2020-10-16T06:38:20.518Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-16T06:38:20.518Z] Byte Order: Little Endian [2020-10-16T06:38:20.518Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-16T06:38:20.518Z] CPU(s): 4 [2020-10-16T06:38:20.518Z] On-line CPU(s) list: 0-3 [2020-10-16T06:38:20.518Z] Thread(s) per core: 1 [2020-10-16T06:38:20.518Z] Core(s) per socket: 1 [2020-10-16T06:38:20.518Z] Socket(s): 4 [2020-10-16T06:38:20.518Z] NUMA node(s): 1 [2020-10-16T06:38:20.518Z] Vendor ID: GenuineIntel [2020-10-16T06:38:20.518Z] CPU family: 6 [2020-10-16T06:38:20.518Z] Model: 44 [2020-10-16T06:38:20.518Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-16T06:38:20.518Z] Stepping: 1 [2020-10-16T06:38:20.518Z] CPU MHz: 2933.438 [2020-10-16T06:38:20.518Z] BogoMIPS: 5866.87 [2020-10-16T06:38:20.518Z] Virtualization: VT-x [2020-10-16T06:38:20.518Z] Hypervisor vendor: KVM [2020-10-16T06:38:20.518Z] Virtualization type: full [2020-10-16T06:38:20.518Z] L1d cache: 128 KiB [2020-10-16T06:38:20.518Z] L1i cache: 128 KiB [2020-10-16T06:38:20.518Z] L2 cache: 16 MiB [2020-10-16T06:38:20.518Z] L3 cache: 64 MiB [2020-10-16T06:38:20.518Z] NUMA node0 CPU(s): 0-3 [2020-10-16T06:38:20.518Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-16T06:38:20.518Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-16T06:38:20.518Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-16T06:38:20.518Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-16T06:38:20.518Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-16T06:38:20.518Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-16T06:38:20.518Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-16T06:38:20.518Z] Vulnerability Tsx async abort: Not affected [2020-10-16T06:38:20.518Z] 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-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] ---> nproc: [2020-10-16T06:38:20.518Z] 4 [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] ---> df -h: [2020-10-16T06:38:20.518Z] Filesystem Size Used Available Use% Mounted on [2020-10-16T06:38:20.518Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-16T06:38:20.518Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-16T06:38:20.518Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-16T06:38:20.518Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-16T06:38:20.518Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] ---> free -m: [2020-10-16T06:38:20.518Z] total used free shared buff/cache available [2020-10-16T06:38:20.518Z] Mem: 1837 643 105 0 1088 1091 [2020-10-16T06:38:20.518Z] Swap: 1023 0 1023 [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] ---> ip addr: [2020-10-16T06:38:20.518Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-16T06:38:20.518Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-16T06:38:20.518Z] inet 127.0.0.1/8 scope host lo [2020-10-16T06:38:20.518Z] valid_lft forever preferred_lft forever [2020-10-16T06:38:20.518Z] inet6 ::1/128 scope host [2020-10-16T06:38:20.518Z] valid_lft forever preferred_lft forever [2020-10-16T06:38:20.518Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-16T06:38:20.518Z] link/ether fa:16:3e:ef:32:e2 brd ff:ff:ff:ff:ff:ff [2020-10-16T06:38:20.518Z] inet 10.30.122.90/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-16T06:38:20.518Z] valid_lft 85772sec preferred_lft 85772sec [2020-10-16T06:38:20.518Z] inet6 fe80::f816:3eff:feef:32e2/64 scope link [2020-10-16T06:38:20.518Z] valid_lft forever preferred_lft forever [2020-10-16T06:38:20.518Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-16T06:38:20.518Z] link/ether 02:42:5d:50:f4:71 brd ff:ff:ff:ff:ff:ff [2020-10-16T06:38:20.518Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-16T06:38:20.518Z] valid_lft forever preferred_lft forever [2020-10-16T06:38:20.518Z] inet6 fe80::42:5dff:fe50:f471/64 scope link [2020-10-16T06:38:20.518Z] valid_lft forever preferred_lft forever [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] ---> sar -b -r -n DEV: [2020-10-16T06:38:20.518Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] 06:27:22 LINUX RESTART (4 CPU) [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] 06:28:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-16T06:38:20.518Z] 06:29:01 176.23 91.07 85.16 0.00 10351.72 40115.97 0.00 [2020-10-16T06:38:20.518Z] 06:30:01 11.65 3.43 8.22 0.00 959.89 271.16 0.00 [2020-10-16T06:38:20.518Z] 06:31:01 0.38 0.00 0.38 0.00 0.00 5.68 0.00 [2020-10-16T06:38:20.518Z] 06:32:01 0.18 0.00 0.18 0.00 0.00 2.15 0.00 [2020-10-16T06:38:20.518Z] 06:33:01 0.23 0.00 0.23 0.00 0.00 3.53 0.00 [2020-10-16T06:38:20.518Z] 06:34:01 0.32 0.00 0.32 0.00 0.00 4.08 0.00 [2020-10-16T06:38:20.518Z] 06:35:01 0.30 0.02 0.28 0.00 0.13 3.33 0.00 [2020-10-16T06:38:20.518Z] 06:36:01 0.27 0.00 0.27 0.00 0.00 4.21 0.00 [2020-10-16T06:38:20.518Z] 06:37:01 0.20 0.00 0.20 0.00 0.00 2.03 0.00 [2020-10-16T06:38:20.518Z] 06:38:02 106.95 60.32 46.63 0.00 5944.30 14945.25 0.00 [2020-10-16T06:38:20.518Z] Average: 29.69 15.49 14.20 0.00 1726.81 5539.22 0.00 [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] 06:28:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-16T06:38:20.518Z] 06:29:01 107352 0 555104 29.50 2620 1216480 1286612 43.91 420724 1188812 8 [2020-10-16T06:38:20.518Z] 06:30:01 163476 0 534456 28.41 2620 1181004 1118188 38.16 396600 1160184 16 [2020-10-16T06:38:20.518Z] 06:31:01 170060 0 527812 28.05 2620 1181064 1081356 36.90 393024 1157932 16 [2020-10-16T06:38:20.518Z] 06:32:01 171232 0 526692 27.99 2620 1181012 1062828 36.27 393460 1156648 20 [2020-10-16T06:38:20.518Z] 06:33:01 171828 0 526092 27.96 2620 1181016 1057712 36.10 396224 1153572 8 [2020-10-16T06:38:20.518Z] 06:34:01 171408 0 526508 27.98 2620 1181020 1042340 35.57 428360 1122552 8 [2020-10-16T06:38:20.518Z] 06:35:01 171816 0 526092 27.96 2620 1181028 1042268 35.57 427860 1122552 20 [2020-10-16T06:38:20.518Z] 06:36:01 170628 0 527272 28.02 2620 1181036 1042548 35.58 423620 1128184 8 [2020-10-16T06:38:20.518Z] 06:37:01 171264 0 526628 27.99 2620 1181044 1042332 35.57 422428 1128184 8 [2020-10-16T06:38:20.518Z] 06:38:02 179772 0 625412 33.24 2620 1073752 1256172 42.87 418272 1065692 78576 [2020-10-16T06:38:20.518Z] Average: 164884 0 540207 28.71 2620 1173846 1103236 37.65 412057 1138431 7869 [2020-10-16T06:38:20.518Z] [2020-10-16T06:38:20.518Z] 06:28:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-16T06:38:20.518Z] 06:29:01 eth0 201.81 156.90 1025.95 61.93 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:30:01 eth0 27.71 25.55 42.84 28.54 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:30:01 docker0 4.98 4.09 0.97 19.51 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:31:01 eth0 1.76 0.28 0.55 0.20 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:32:01 eth0 1.45 0.65 0.59 0.40 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:33:01 eth0 0.48 0.30 0.27 0.20 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:33:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:34:01 eth0 0.38 0.27 0.17 0.08 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:35:01 eth0 0.62 0.10 0.06 0.01 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:36:01 eth0 0.55 0.43 0.27 0.21 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:37:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.518Z] 06:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] 06:38:02 eth0 218.31 181.57 2175.36 21.77 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] 06:38:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] 06:38:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] Average: eth0 45.36 36.64 324.96 11.34 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] Average: docker0 0.50 0.41 0.10 1.95 0.00 0.00 0.00 0.00 [2020-10-16T06:38:20.519Z] [2020-10-16T06:38:20.519Z] [2020-10-16T06:38:20.519Z] ---> sar -P ALL: [2020-10-16T06:38:20.519Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/16/20 _x86_64_ (4 CPU) [2020-10-16T06:38:20.519Z] [2020-10-16T06:38:20.519Z] 06:27:22 LINUX RESTART (4 CPU) [2020-10-16T06:38:20.519Z] [2020-10-16T06:38:20.519Z] 06:28:01 CPU %user %nice %system %iowait %steal %idle [2020-10-16T06:38:20.519Z] 06:29:01 all 13.98 0.00 8.55 7.27 16.66 53.54 [2020-10-16T06:38:20.519Z] 06:29:01 0 15.36 0.00 7.90 10.44 16.87 49.44 [2020-10-16T06:38:20.519Z] 06:29:01 1 14.36 0.00 11.11 5.41 16.41 52.71 [2020-10-16T06:38:20.519Z] 06:29:01 2 14.76 0.00 6.69 4.87 15.93 57.75 [2020-10-16T06:38:20.519Z] 06:29:01 3 11.47 0.00 8.52 8.39 17.43 54.19 [2020-10-16T06:38:20.519Z] 06:30:01 all 1.43 0.00 1.12 0.18 3.21 94.06 [2020-10-16T06:38:20.519Z] 06:30:01 0 1.35 0.00 1.02 0.08 3.28 94.26 [2020-10-16T06:38:20.519Z] 06:30:01 1 1.52 0.00 1.41 0.12 3.32 93.63 [2020-10-16T06:38:20.519Z] 06:30:01 2 1.35 0.00 1.06 0.17 2.99 94.43 [2020-10-16T06:38:20.519Z] 06:30:01 3 1.52 0.00 0.97 0.35 3.24 93.93 [2020-10-16T06:38:20.519Z] 06:31:01 all 0.08 0.00 0.07 0.00 0.47 99.38 [2020-10-16T06:38:20.519Z] 06:31:01 0 0.03 0.00 0.08 0.00 0.38 99.50 [2020-10-16T06:38:20.519Z] 06:31:01 1 0.02 0.00 0.10 0.00 0.47 99.42 [2020-10-16T06:38:20.519Z] 06:31:01 2 0.25 0.00 0.05 0.00 0.63 99.07 [2020-10-16T06:38:20.519Z] 06:31:01 3 0.02 0.00 0.03 0.00 0.42 99.53 [2020-10-16T06:38:20.519Z] 06:32:01 all 0.12 0.00 0.05 0.00 0.38 99.45 [2020-10-16T06:38:20.519Z] 06:32:01 0 0.10 0.00 0.05 0.00 0.37 99.48 [2020-10-16T06:38:20.519Z] 06:32:01 1 0.03 0.00 0.03 0.00 0.13 99.80 [2020-10-16T06:38:20.519Z] 06:32:01 2 0.33 0.00 0.07 0.00 0.35 99.25 [2020-10-16T06:38:20.519Z] 06:32:01 3 0.03 0.00 0.03 0.00 0.66 99.27 [2020-10-16T06:38:20.519Z] 06:33:01 all 0.12 0.00 0.04 0.00 0.22 99.63 [2020-10-16T06:38:20.519Z] 06:33:01 0 0.37 0.00 0.05 0.00 0.13 99.45 [2020-10-16T06:38:20.519Z] 06:33:01 1 0.07 0.00 0.05 0.00 0.42 99.47 [2020-10-16T06:38:20.519Z] 06:33:01 2 0.02 0.00 0.03 0.00 0.20 99.75 [2020-10-16T06:38:20.519Z] 06:33:01 3 0.02 0.00 0.03 0.00 0.12 99.83 [2020-10-16T06:38:20.519Z] 06:34:01 all 0.08 0.00 0.09 0.00 0.71 99.12 [2020-10-16T06:38:20.519Z] 06:34:01 0 0.02 0.00 0.23 0.00 0.83 98.92 [2020-10-16T06:38:20.519Z] 06:34:01 1 0.26 0.00 0.05 0.00 1.04 98.64 [2020-10-16T06:38:20.519Z] 06:34:01 2 0.03 0.00 0.03 0.00 0.79 99.14 [2020-10-16T06:38:20.519Z] 06:34:01 3 0.02 0.00 0.05 0.00 0.17 99.77 [2020-10-16T06:38:20.519Z] 06:35:01 all 0.07 0.00 0.03 0.00 0.38 99.52 [2020-10-16T06:38:20.519Z] 06:35:01 0 0.03 0.00 0.02 0.00 0.41 99.54 [2020-10-16T06:38:20.519Z] 06:35:01 1 0.23 0.00 0.05 0.00 0.57 99.15 [2020-10-16T06:38:20.519Z] 06:35:01 2 0.03 0.00 0.02 0.00 0.48 99.47 [2020-10-16T06:38:20.519Z] 06:35:01 3 0.00 0.00 0.03 0.00 0.05 99.92 [2020-10-16T06:38:20.519Z] 06:36:01 all 0.15 0.00 0.04 0.00 0.36 99.45 [2020-10-16T06:38:20.519Z] 06:36:01 0 0.08 0.00 0.05 0.00 0.56 99.30 [2020-10-16T06:38:20.519Z] 06:36:01 1 0.40 0.00 0.03 0.00 0.37 99.20 [2020-10-16T06:38:20.519Z] 06:36:01 2 0.07 0.00 0.05 0.00 0.37 99.52 [2020-10-16T06:38:20.519Z] 06:36:01 3 0.03 0.00 0.03 0.00 0.15 99.78 [2020-10-16T06:38:20.519Z] 06:37:01 all 0.12 0.00 0.04 0.00 0.17 99.68 [2020-10-16T06:38:20.519Z] 06:37:01 0 0.05 0.00 0.07 0.00 0.20 99.68 [2020-10-16T06:38:20.519Z] 06:37:01 1 0.38 0.00 0.03 0.00 0.38 99.20 [2020-10-16T06:38:20.519Z] 06:37:01 2 0.02 0.00 0.03 0.00 0.05 99.90 [2020-10-16T06:38:20.519Z] 06:37:01 3 0.03 0.00 0.02 0.00 0.03 99.92 [2020-10-16T06:38:20.519Z] 06:38:02 all 4.08 0.00 3.02 1.12 9.15 82.63 [2020-10-16T06:38:20.519Z] 06:38:02 0 4.33 0.00 3.05 0.72 9.76 82.14 [2020-10-16T06:38:20.519Z] 06:38:02 1 3.36 0.00 2.47 0.65 8.75 84.78 [2020-10-16T06:38:20.519Z] 06:38:02 2 3.82 0.00 3.55 0.72 8.40 83.51 [2020-10-16T06:38:20.519Z] 06:38:02 3 4.79 0.00 3.04 2.39 9.69 80.09 [2020-10-16T06:38:20.519Z] Average: all 2.02 0.00 1.30 0.86 3.17 92.66 [2020-10-16T06:38:20.519Z] Average: 0 2.16 0.00 1.24 1.11 3.26 92.23 [2020-10-16T06:38:20.519Z] Average: 1 2.05 0.00 1.52 0.61 3.17 92.64 [2020-10-16T06:38:20.519Z] Average: 2 2.07 0.00 1.16 0.58 3.02 93.17 [2020-10-16T06:38:20.519Z] Average: 3 1.80 0.00 1.28 1.12 3.21 92.59 [2020-10-16T06:38:20.519Z] [2020-10-16T06:38:20.519Z] [2020-10-16T06:38:20.519Z]