Pull request #614 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 2074f416c73da04ca5c198ceaab5b568740d594e+43893dea7cdf8ffe29fac0bba279684163774e51 (f261c2c77e18749fddd87d32aaf376eec2a90ad3) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-9663 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 > 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 Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e Merge succeeded, producing 2074f416c73da04ca5c198ceaab5b568740d594e Checking out Revision 2074f416c73da04ca5c198ceaab5b568740d594e (PR-614) > git config core.sparsecheckout # timeout=10 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # 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 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-29T07:03:12.276Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-29T07:03:12.540Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-29T07:03:12.636Z] ========================================================= [2020-10-29T07:03:12.636Z] EdgeX Global Pipelines Version Info [2020-10-29T07:03:12.636Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6ba7cfcdc0ef50863d628a5f7e521ddb080ab88f # timeout=10 [2020-10-29T07:03:14.084Z] ------------------- [2020-10-29T07:03:14.085Z] stable info: [2020-10-29T07:03:14.085Z] ------------------- [2020-10-29T07:03:14.085Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-29T07:03:14.085Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-29T07:03:14.085Z] Message: update stable to v1.0.148 [2020-10-29T07:03:15.033Z] ------------------- [2020-10-29T07:03:15.033Z] experimental info: [2020-10-29T07:03:15.033Z] ------------------- [2020-10-29T07:03:15.033Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-29T07:03:15.033Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-29T07:03:15.033Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-29T07:03:15.458Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-29T07:03:15.552Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-29T07:03:15.642Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-29T07:03:15.730Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-29T07:03:15.844Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-29T07:03:15.932Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-29T07:03:16.025Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-29T07:03:16.111Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-29T07:03:16.200Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-29T07:03:16.296Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-29T07:03:16.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-29T07:03:16.479Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-29T07:03:16.568Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-29T07:03:16.652Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-29T07:03:16.743Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-29T07:03:16.857Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T07:03:16.947Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T07:03:17.046Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T07:03:17.149Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-29T07:03:17.265Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-29T07:03:17.364Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-29T07:03:17.463Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-29T07:03:17.572Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-29T07:03:17.670Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-29T07:03:17.765Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-29T07:03:17.867Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-614 [Pipeline] echo [2020-10-29T07:03:17.963Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-614 [Pipeline] echo [2020-10-29T07:03:18.062Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-614 [Pipeline] echo [2020-10-29T07:03:18.159Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2074f416c73da04ca5c198ceaab5b568740d594e [Pipeline] echo [2020-10-29T07:03:18.259Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2074f41 [Pipeline] echo [2020-10-29T07:03:18.360Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-29T07:03:19.633Z] + git log --format=format:%s -1 2074f416c73da04ca5c198ceaab5b568740d594e [Pipeline] echo [2020-10-29T07:03:19.692Z] GIT_COMMIT: 2074f416c73da04ca5c198ceaab5b568740d594e, Commit Message: build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1 [Pipeline] echo [2020-10-29T07:03:19.739Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:03:20.340Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T07:03:20.915Z] [2020-10-29T07:03:20.915Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:03:21.273Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T07:03:21.274Z] latest: Pulling from edgex-devops/git-semver [2020-10-29T07:03:21.274Z] 31603596830f: Pulling fs layer [2020-10-29T07:03:21.274Z] 2a8b12db71e7: Pulling fs layer [2020-10-29T07:03:21.274Z] 6ca5941a6612: Pulling fs layer [2020-10-29T07:03:21.274Z] ecc8261a40a4: Pulling fs layer [2020-10-29T07:03:21.274Z] ecc8261a40a4: Waiting [2020-10-29T07:03:21.274Z] 2a8b12db71e7: Verifying Checksum [2020-10-29T07:03:21.274Z] 2a8b12db71e7: Download complete [2020-10-29T07:03:21.274Z] 31603596830f: Verifying Checksum [2020-10-29T07:03:21.274Z] 31603596830f: Download complete [2020-10-29T07:03:21.537Z] 6ca5941a6612: Verifying Checksum [2020-10-29T07:03:21.537Z] 6ca5941a6612: Download complete [2020-10-29T07:03:21.537Z] ecc8261a40a4: Verifying Checksum [2020-10-29T07:03:21.537Z] ecc8261a40a4: Download complete [2020-10-29T07:03:21.799Z] 31603596830f: Pull complete [2020-10-29T07:03:21.799Z] 2a8b12db71e7: Pull complete [2020-10-29T07:03:22.759Z] 6ca5941a6612: Pull complete [2020-10-29T07:03:22.759Z] ecc8261a40a4: Pull complete [2020-10-29T07:03:22.759Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-29T07:03:23.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T07:03:23.021Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-29T07:03:23.148Z] prd-centos7-docker-4c-2g-9663 does not seem to be running inside a container [2020-10-29T07:03:23.231Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-29T07:03:25.504Z] $ docker top a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-29T07:03:25.812Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-29T07:03:25.812Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-29T07:03:26.029Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-29T07:03:26.036Z] $ docker exec a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent [2020-10-29T07:03:26.196Z] SSH_AUTH_SOCK=/tmp/ssh-9mM8kErwaaDp/agent.13 [2020-10-29T07:03:26.196Z] SSH_AGENT_PID=18 [2020-10-29T07:03:26.209Z] Running ssh-add (command line suppressed) [2020-10-29T07:03:26.330Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4481692471869629804.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_4481692471869629804.key) [2020-10-29T07:03:26.380Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-29T07:03:26.728Z] + git tag --points-at HEAD [Pipeline] } [2020-10-29T07:03:26.751Z] $ docker exec --env ******** --env ******** a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent -k [2020-10-29T07:03:26.865Z] unset SSH_AUTH_SOCK; [2020-10-29T07:03:26.865Z] unset SSH_AGENT_PID; [2020-10-29T07:03:26.866Z] echo Agent pid 18 killed; [2020-10-29T07:03:26.910Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-29T07:03:27.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-29T07:03:27.072Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-29T07:03:27.239Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-29T07:03:27.246Z] $ docker exec a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent [2020-10-29T07:03:27.408Z] SSH_AUTH_SOCK=/tmp/ssh-DKZMDGQDyT3M/agent.46 [2020-10-29T07:03:27.408Z] SSH_AGENT_PID=52 [2020-10-29T07:03:27.416Z] Running ssh-add (command line suppressed) [2020-10-29T07:03:27.539Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7372627592077316909.key (/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/private_key_7372627592077316909.key) [2020-10-29T07:03:27.587Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-29T07:03:27.924Z] + git semver init [2020-10-29T07:03:27.925Z] # -> Open(): unable to determine branch for HEAD [2020-10-29T07:03:27.925Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.git [2020-10-29T07:03:27.925Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-29T07:03:27.925Z] # $SEMVER_REMOTE_NAME = origin [2020-10-29T07:03:27.925Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-29T07:03:27.925Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-29T07:03:27.925Z] # $SEMVER_BRANCH = PR-614 [2020-10-29T07:03:27.925Z] # $SEMVER_TEMP = /tmp/semver-261365350 [2020-10-29T07:03:27.925Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-29T07:03:28.500Z] # '/tmp/semver-261365350' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver' [2020-10-29T07:03:28.500Z] # -> Force: false [2020-10-29T07:03:28.500Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-614/.semver [Pipeline] } [2020-10-29T07:03:28.516Z] $ docker exec --env ******** --env ******** a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 ssh-agent -k [2020-10-29T07:03:28.633Z] unset SSH_AUTH_SOCK; [2020-10-29T07:03:28.633Z] unset SSH_AGENT_PID; [2020-10-29T07:03:28.633Z] echo Agent pid 52 killed; [2020-10-29T07:03:28.676Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-29T07:03:29.234Z] + git semver [Pipeline] } [2020-10-29T07:03:29.325Z] $ docker stop --time=1 a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 [2020-10-29T07:03:30.752Z] $ docker rm -f a859a363c768e386926d329e85477cce79ccb14e0e39e9d42781706d1f07f663 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-29T07:03:31.221Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-29T07:03:31.694Z] Stashed 1 file(s) [Pipeline] echo [2020-10-29T07:03:31.697Z] [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-29T07:03:47.208Z] Still waiting to schedule task [2020-10-29T07:03:47.209Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-29T07:03:47.211Z] Still waiting to schedule task [2020-10-29T07:03:47.211Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-29T07:06:42.491Z] Running on prd-centos7-docker-4c-2g-9671 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-10-29T07:06:42.551Z] Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout [2020-10-29T07:06:45.049Z] using credential edgex-jenkins-ssh [2020-10-29T07:06:45.100Z] Cloning the remote Git repository [2020-10-29T07:06:45.129Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-29T07:06:45.203Z] > git init /w/workspace/device-sdk-go/18 # timeout=10 [2020-10-29T07:06:45.400Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-29T07:06:45.401Z] > git --version # timeout=10 [2020-10-29T07:06:45.409Z] > git --version # 'git version 2.16.5' [2020-10-29T07:06:45.410Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T07:06:45.481Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T07:06:46.179Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-29T07:06:46.186Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T07:06:46.196Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-29T07:06:46.625Z] Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e [2020-10-29T07:06:46.708Z] Merge succeeded, producing 2074f416c73da04ca5c198ceaab5b568740d594e [2020-10-29T07:06:46.708Z] Checking out Revision 2074f416c73da04ca5c198ceaab5b568740d594e (PR-614) [2020-10-29T07:06:46.207Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-29T07:06:46.207Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T07:06:46.211Z] > 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-29T07:06:46.635Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T07:06:46.639Z] > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [2020-10-29T07:06:46.681Z] > git remote # timeout=10 [2020-10-29T07:06:46.687Z] > git config --get remote.origin.url # timeout=10 [2020-10-29T07:06:46.694Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T07:06:46.697Z] > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-10-29T07:06:46.705Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-29T07:06:46.713Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T07:06:46.716Z] > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [2020-10-29T07:06:50.316Z] Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-29T07:06:51.014Z] ========================================================= [2020-10-29T07:06:51.014Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-29T07:06:51.014Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:06:51.650Z] + 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-29T07:06:51.915Z] Sending build context to Docker daemon 2.343MB [2020-10-29T07:06:51.915Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-29T07:06:51.915Z] Step 2/8 : FROM ${BASE} [2020-10-29T07:06:51.915Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-29T07:06:51.915Z] df20fa9351a1: Pulling fs layer [2020-10-29T07:06:51.915Z] ed8968b2872e: Pulling fs layer [2020-10-29T07:06:51.915Z] a92cc7c5fd73: Pulling fs layer [2020-10-29T07:06:51.915Z] e871e8e8d7a9: Pulling fs layer [2020-10-29T07:06:51.915Z] e73272ec9a57: Pulling fs layer [2020-10-29T07:06:51.915Z] 1e910a182e73: Pulling fs layer [2020-10-29T07:06:51.915Z] 4e634b169226: Pulling fs layer [2020-10-29T07:06:51.915Z] e73272ec9a57: Waiting [2020-10-29T07:06:51.915Z] 1e910a182e73: Waiting [2020-10-29T07:06:51.915Z] e871e8e8d7a9: Waiting [2020-10-29T07:06:51.915Z] a92cc7c5fd73: Verifying Checksum [2020-10-29T07:06:51.915Z] a92cc7c5fd73: Download complete [2020-10-29T07:06:51.915Z] ed8968b2872e: Download complete [2020-10-29T07:06:51.915Z] e73272ec9a57: Verifying Checksum [2020-10-29T07:06:51.915Z] e73272ec9a57: Download complete [2020-10-29T07:06:51.915Z] 1e910a182e73: Verifying Checksum [2020-10-29T07:06:51.915Z] 1e910a182e73: Download complete [2020-10-29T07:06:51.915Z] df20fa9351a1: Verifying Checksum [2020-10-29T07:06:51.915Z] df20fa9351a1: Download complete [2020-10-29T07:06:52.177Z] df20fa9351a1: Pull complete [2020-10-29T07:06:52.437Z] ed8968b2872e: Pull complete [2020-10-29T07:06:52.437Z] a92cc7c5fd73: Pull complete [2020-10-29T07:06:53.828Z] 4e634b169226: Verifying Checksum [2020-10-29T07:06:53.828Z] 4e634b169226: Download complete [2020-10-29T07:06:55.218Z] e871e8e8d7a9: Verifying Checksum [2020-10-29T07:06:55.218Z] e871e8e8d7a9: Download complete [2020-10-29T07:06:59.447Z] e871e8e8d7a9: Pull complete [2020-10-29T07:06:59.447Z] e73272ec9a57: Pull complete [2020-10-29T07:06:59.447Z] 1e910a182e73: Pull complete [2020-10-29T07:07:05.680Z] 4e634b169226: Pull complete [2020-10-29T07:07:05.680Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-29T07:07:05.680Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-29T07:07:05.680Z] ---> f7629b54cfaa [2020-10-29T07:07:05.680Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-29T07:07:05.680Z] ---> Running in ae294ed37b91 [2020-10-29T07:07:05.680Z] Removing intermediate container ae294ed37b91 [2020-10-29T07:07:05.680Z] ---> fc99c451ae9b [2020-10-29T07:07:05.680Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-29T07:07:05.680Z] ---> Running in 7adb685792e2 [2020-10-29T07:07:06.257Z] Removing intermediate container 7adb685792e2 [2020-10-29T07:07:06.257Z] ---> 555be1581d94 [2020-10-29T07:07:06.257Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-29T07:07:06.257Z] ---> Running in 6dbe6304070a [2020-10-29T07:07:06.842Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-29T07:07:07.788Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-29T07:07:10.336Z] OK: 166 MiB in 39 packages [2020-10-29T07:07:10.597Z] Removing intermediate container 6dbe6304070a [2020-10-29T07:07:10.597Z] ---> 53977e75af47 [2020-10-29T07:07:10.597Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-29T07:07:10.597Z] ---> Running in 338110fdeb21 [2020-10-29T07:07:10.597Z] Removing intermediate container 338110fdeb21 [2020-10-29T07:07:10.597Z] ---> b256b3f11d83 [2020-10-29T07:07:10.597Z] Step 7/8 : COPY . . [2020-10-29T07:07:11.988Z] ---> 3ab2978f59ff [2020-10-29T07:07:11.988Z] Step 8/8 : RUN go mod download [2020-10-29T07:07:11.988Z] ---> Running in d09b306047e7 [2020-10-29T07:07:22.798Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9670 in /w/workspace/dgexfoundry_device-sdk-go_PR-614 [Pipeline] { [Pipeline] ws [2020-10-29T07:07:22.864Z] Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout [2020-10-29T07:07:28.064Z] using credential edgex-jenkins-ssh [2020-10-29T07:07:28.141Z] Cloning the remote Git repository [2020-10-29T07:07:28.227Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-29T07:07:28.366Z] > git init /w/workspace/device-sdk-go/18 # timeout=10 [2020-10-29T07:07:28.466Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-29T07:07:28.467Z] > git --version # timeout=10 [2020-10-29T07:07:28.490Z] > git --version # 'git version 2.17.1' [2020-10-29T07:07:28.491Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T07:07:28.542Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T07:07:30.154Z] Removing intermediate container d09b306047e7 [2020-10-29T07:07:30.154Z] ---> c5bfbabc8574 [2020-10-29T07:07:30.154Z] Successfully built c5bfbabc8574 [2020-10-29T07:07:30.154Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:07:30.285Z] Merging remotes/origin/master commit 43893dea7cdf8ffe29fac0bba279684163774e51 into PR head commit 2074f416c73da04ca5c198ceaab5b568740d594e [2020-10-29T07:07:29.680Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-29T07:07:29.696Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T07:07:29.728Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-29T07:07:29.761Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-29T07:07:29.761Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T07:07:29.772Z] > 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-29T07:07:30.308Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T07:07:30.328Z] > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [2020-10-29T07:07:30.505Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-29T07:07:30.505Z] . [Pipeline] withDockerContainer [2020-10-29T07:07:30.593Z] Merge succeeded, producing 2074f416c73da04ca5c198ceaab5b568740d594e [2020-10-29T07:07:30.594Z] Checking out Revision 2074f416c73da04ca5c198ceaab5b568740d594e (PR-614) [2020-10-29T07:07:30.609Z] prd-centos7-docker-4c-2g-9671 does not seem to be running inside a container [2020-10-29T07:07:30.656Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-29T07:07:31.368Z] $ docker top 57f59eeec35d41d5018b8a36ce0705d083eb44f8839ec5573c00f23b38ffb291 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T07:07:30.458Z] > git remote # timeout=10 [2020-10-29T07:07:30.484Z] > git config --get remote.origin.url # timeout=10 [2020-10-29T07:07:30.516Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T07:07:30.527Z] > git merge 43893dea7cdf8ffe29fac0bba279684163774e51 # timeout=10 [2020-10-29T07:07:30.580Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-29T07:07:30.603Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T07:07:30.649Z] > git checkout -f 2074f416c73da04ca5c198ceaab5b568740d594e # timeout=10 [2020-10-29T07:07:31.838Z] + go version [2020-10-29T07:07:31.838Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-29T07:07:31.854Z] $ docker stop --time=1 57f59eeec35d41d5018b8a36ce0705d083eb44f8839ec5573c00f23b38ffb291 [2020-10-29T07:07:33.177Z] $ docker rm -f 57f59eeec35d41d5018b8a36ce0705d083eb44f8839ec5573c00f23b38ffb291 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:07:34.293Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-29T07:07:34.293Z] . [Pipeline] withDockerContainer [2020-10-29T07:07:34.452Z] prd-centos7-docker-4c-2g-9671 does not seem to be running inside a container [2020-10-29T07:07:34.505Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-29T07:07:35.018Z] Commit message: "build(deps): bump github.com/pkg/errors from 0.8.1 to 0.9.1" [2020-10-29T07:07:35.053Z] $ docker top 884168837ab3a2b0930371f5270e37252f1ab7b4eb835b42000e57e2dbc510df -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-10-29T07:07:35.514Z] + make test [2020-10-29T07:07:35.515Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-29T07:07:35.890Z] ========================================================= [2020-10-29T07:07:35.890Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-29T07:07:35.890Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:07:36.852Z] + 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-29T07:07:37.840Z] Sending build context to Docker daemon 2.343MB [2020-10-29T07:07:37.840Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-29T07:07:37.840Z] Step 2/8 : FROM ${BASE} [2020-10-29T07:07:38.112Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-29T07:07:38.112Z] b538f80385f9: Pulling fs layer [2020-10-29T07:07:38.112Z] 74f711af9a0d: Pulling fs layer [2020-10-29T07:07:38.112Z] 99f96fe45779: Pulling fs layer [2020-10-29T07:07:38.112Z] 8529a6b9a6be: Pulling fs layer [2020-10-29T07:07:38.112Z] 45590311c82a: Pulling fs layer [2020-10-29T07:07:38.112Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-29T07:07:38.112Z] 209524e5b208: Pulling fs layer [2020-10-29T07:07:38.112Z] 8529a6b9a6be: Waiting [2020-10-29T07:07:38.112Z] 45590311c82a: Waiting [2020-10-29T07:07:38.112Z] 69ca0ff8b7b3: Waiting [2020-10-29T07:07:38.112Z] 209524e5b208: Waiting [2020-10-29T07:07:38.112Z] 99f96fe45779: Verifying Checksum [2020-10-29T07:07:38.112Z] 99f96fe45779: Download complete [2020-10-29T07:07:38.112Z] 74f711af9a0d: Verifying Checksum [2020-10-29T07:07:38.112Z] 74f711af9a0d: Download complete [2020-10-29T07:07:38.112Z] 45590311c82a: Verifying Checksum [2020-10-29T07:07:38.112Z] 45590311c82a: Download complete [2020-10-29T07:07:38.706Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-29T07:07:38.706Z] 69ca0ff8b7b3: Download complete [2020-10-29T07:07:38.706Z] b538f80385f9: Verifying Checksum [2020-10-29T07:07:38.706Z] b538f80385f9: Download complete [2020-10-29T07:07:39.316Z] b538f80385f9: Pull complete [2020-10-29T07:07:39.923Z] 74f711af9a0d: Pull complete [2020-10-29T07:07:40.200Z] 99f96fe45779: Pull complete [2020-10-29T07:07:41.184Z] 209524e5b208: Verifying Checksum [2020-10-29T07:07:41.184Z] 209524e5b208: Download complete [2020-10-29T07:07:42.159Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-29T07:07:42.173Z] 8529a6b9a6be: Verifying Checksum [2020-10-29T07:07:42.173Z] 8529a6b9a6be: Download complete [2020-10-29T07:07:52.344Z] 8529a6b9a6be: Pull complete [2020-10-29T07:07:52.344Z] 45590311c82a: Pull complete [2020-10-29T07:07:52.344Z] 69ca0ff8b7b3: Pull complete [2020-10-29T07:07:55.732Z] 209524e5b208: Pull complete [2020-10-29T07:07:55.732Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-29T07:07:55.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-29T07:07:55.732Z] ---> 5bddaf1c2fca [2020-10-29T07:07:55.732Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-29T07:07:57.136Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-29T07:07:57.136Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-29T07:07:57.136Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-29T07:07:57.136Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.062s coverage: 21.4% of statements [2020-10-29T07:07:57.711Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.438s coverage: 97.1% of statements [2020-10-29T07:07:58.352Z] ---> Running in 1b06bb41433b [2020-10-29T07:07:58.628Z] Removing intermediate container 1b06bb41433b [2020-10-29T07:07:58.628Z] ---> 579efa17f9bf [2020-10-29T07:07:58.628Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-29T07:07:58.628Z] ---> Running in 166bdc211bc6 [2020-10-29T07:08:01.260Z] Removing intermediate container 166bdc211bc6 [2020-10-29T07:08:01.260Z] ---> 74283da01761 [2020-10-29T07:08:01.260Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-29T07:08:01.260Z] ---> Running in 058bf428692d [2020-10-29T07:08:02.699Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-29T07:08:04.142Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-29T07:08:05.572Z] OK: 142 MiB in 39 packages [2020-10-29T07:08:06.545Z] Removing intermediate container 058bf428692d [2020-10-29T07:08:06.545Z] ---> 6a512915f51a [2020-10-29T07:08:06.545Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-29T07:08:06.545Z] ---> Running in 30db36b3653e [2020-10-29T07:08:06.818Z] Removing intermediate container 30db36b3653e [2020-10-29T07:08:06.818Z] ---> 4e9df178c468 [2020-10-29T07:08:06.818Z] Step 7/8 : COPY . . [2020-10-29T07:08:08.255Z] ---> 219ddd186401 [2020-10-29T07:08:08.255Z] Step 8/8 : RUN go mod download [2020-10-29T07:08:08.255Z] ---> Running in d127718d38b1 [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.054s coverage: 9.4% of statements [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.057s coverage: 21.9% of statements [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.210s coverage: 42.6% of statements [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.256s coverage: 68.9% of statements [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.056s coverage: 52.6% of statements [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.234s coverage: 68.9% of statements [2020-10-29T07:08:29.868Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.052s coverage: 4.7% of statements [2020-10-29T07:08:29.868Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-29T07:08:29.868Z] GO111MODULE=on go vet ./... [2020-10-29T07:08:30.414Z] Removing intermediate container d127718d38b1 [2020-10-29T07:08:30.414Z] ---> 31bc4ec3e608 [2020-10-29T07:08:30.414Z] Successfully built 31bc4ec3e608 [2020-10-29T07:08:30.414Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:08:30.814Z] + docker inspect -f . ci-base-image-arm64 [2020-10-29T07:08:30.814Z] . [Pipeline] withDockerContainer [2020-10-29T07:08:31.043Z] prd-ubuntu18.04-docker-arm64-4c-16g-9670 does not seem to be running inside a container [2020-10-29T07:08:31.125Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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-29T07:08:32.809Z] $ docker top 4c8328cfdac51d56800c4188ea7634751a7825790860590c5e9577eca362f150 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T07:08:34.257Z] + go version [2020-10-29T07:08:34.257Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-29T07:08:34.281Z] $ docker stop --time=1 4c8328cfdac51d56800c4188ea7634751a7825790860590c5e9577eca362f150 [2020-10-29T07:08:36.160Z] $ docker rm -f 4c8328cfdac51d56800c4188ea7634751a7825790860590c5e9577eca362f150 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [2020-10-29T07:08:36.527Z] gofmt -l . [2020-10-29T07:08:36.527Z] [ "`gofmt -l .`" = "" ] [2020-10-29T07:08:36.527Z] ./bin/test-attribution-txt.sh [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:08:37.130Z] ./bin/test-go-mod-tidy.sh [2020-10-29T07:08:37.228Z] + docker inspect -f . ci-base-image-arm64 [2020-10-29T07:08:37.228Z] . [Pipeline] withDockerContainer [2020-10-29T07:08:37.451Z] prd-ubuntu18.04-docker-arm64-4c-16g-9670 does not seem to be running inside a container [2020-10-29T07:08:37.530Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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-29T07:08:39.234Z] $ docker top 1d41b6e46b43bec1c3476c299e9b1b4069c118cb88cbad99e754b3dc7d4b67da -eo pid,comm [Pipeline] { [Pipeline] stash [Pipeline] sh [2020-10-29T07:08:39.902Z] Stashed 1 file(s) [Pipeline] } [2020-10-29T07:08:39.911Z] $ docker stop --time=1 884168837ab3a2b0930371f5270e37252f1ab7b4eb835b42000e57e2dbc510df [2020-10-29T07:08:40.701Z] + make test [2020-10-29T07:08:40.701Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-29T07:08:41.733Z] $ docker rm -f 884168837ab3a2b0930371f5270e37252f1ab7b4eb835b42000e57e2dbc510df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-29T07:08:43.445Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-29T07:08:43.743Z] + ls -al . [2020-10-29T07:08:43.743Z] total 208 [2020-10-29T07:08:43.743Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 29 07:08 . [2020-10-29T07:08:43.743Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 29 07:06 .. [2020-10-29T07:08:43.743Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 29 07:06 bin [2020-10-29T07:08:43.743Z] -rw-r--r--. 1 jenkins jenkins 127611 Oct 29 07:08 coverage.out [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 29 07:06 Dockerfile.build [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 29 07:06 .dockerignore [2020-10-29T07:08:43.743Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 29 07:06 example [2020-10-29T07:08:43.743Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 29 07:06 .git [2020-10-29T07:08:43.743Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 29 07:06 .github [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 29 07:06 .gitignore [2020-10-29T07:08:43.743Z] -rw-r--r--. 1 jenkins jenkins 518 Oct 29 07:08 go.mod [2020-10-29T07:08:43.743Z] -rw-r--r--. 1 jenkins jenkins 13520 Oct 29 07:08 go.sum [2020-10-29T07:08:43.743Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 29 07:06 internal [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 29 07:06 Jenkinsfile [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 29 07:06 LICENSE [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 29 07:06 Makefile [2020-10-29T07:08:43.743Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 29 07:06 openapi [2020-10-29T07:08:43.743Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 29 07:06 pkg [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 29 07:06 README.md [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 29 07:06 RELEASE-NOTES.txt [2020-10-29T07:08:43.743Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 29 07:06 snap [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 29 07:03 VERSION [2020-10-29T07:08:43.743Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 29 07:06 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:08:44.052Z] + 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=2074f416c73da04ca5c198ceaab5b568740d594e --label arch=amd64 --label version=0.0.0 . [2020-10-29T07:08:44.316Z] Sending build context to Docker daemon 2.471MB [2020-10-29T07:08:44.316Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-29T07:08:44.316Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-29T07:08:44.316Z] ---> c5bfbabc8574 [2020-10-29T07:08:44.316Z] Step 3/24 : ARG MAKE='make build' [2020-10-29T07:08:44.887Z] ---> Running in be5c6a72a974 [2020-10-29T07:08:44.887Z] Removing intermediate container be5c6a72a974 [2020-10-29T07:08:44.887Z] ---> 1a372736480c [2020-10-29T07:08:44.887Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-29T07:08:44.887Z] ---> Running in 6b9d0b40ec9d [2020-10-29T07:08:45.150Z] Removing intermediate container 6b9d0b40ec9d [2020-10-29T07:08:45.150Z] ---> 15591f3bfc0e [2020-10-29T07:08:45.150Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-29T07:08:45.150Z] ---> Running in f0b50e50cb04 [2020-10-29T07:08:45.412Z] Removing intermediate container f0b50e50cb04 [2020-10-29T07:08:45.412Z] ---> 902b7c76d075 [2020-10-29T07:08:45.412Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-29T07:08:45.412Z] ---> Running in 1cd35ed3c029 [2020-10-29T07:08:46.366Z] Removing intermediate container 1cd35ed3c029 [2020-10-29T07:08:46.366Z] ---> adb2082e4f39 [2020-10-29T07:08:46.366Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-29T07:08:46.366Z] ---> Running in a98927d70c1a [2020-10-29T07:08:46.943Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-29T07:08:47.889Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-29T07:08:49.806Z] OK: 166 MiB in 39 packages [2020-10-29T07:08:50.067Z] Removing intermediate container a98927d70c1a [2020-10-29T07:08:50.067Z] ---> a59ae912042c [2020-10-29T07:08:50.067Z] Step 8/24 : COPY . . [2020-10-29T07:08:51.010Z] ---> 2ec91016d455 [2020-10-29T07:08:51.010Z] Step 9/24 : RUN ${MAKE} [2020-10-29T07:08:51.010Z] ---> Running in d7fc56f07bff [2020-10-29T07:08:51.585Z] 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-29T07:08:59.805Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-29T07:09:01.725Z] Removing intermediate container d7fc56f07bff [2020-10-29T07:09:01.725Z] ---> fea31764ab91 [2020-10-29T07:09:01.725Z] Step 10/24 : FROM scratch [2020-10-29T07:09:01.725Z] ---> [2020-10-29T07:09:01.725Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-29T07:09:01.725Z] ---> Running in b74a6209afce [2020-10-29T07:09:01.987Z] Removing intermediate container b74a6209afce [2020-10-29T07:09:01.987Z] ---> 32087b7f6d60 [2020-10-29T07:09:01.987Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-29T07:09:01.987Z] ---> Running in c593d6eed2d2 [2020-10-29T07:09:02.249Z] Removing intermediate container c593d6eed2d2 [2020-10-29T07:09:02.249Z] ---> 166b56924770 [2020-10-29T07:09:02.249Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-29T07:09:02.249Z] ---> Running in 4892beb735b7 [2020-10-29T07:09:02.249Z] Removing intermediate container 4892beb735b7 [2020-10-29T07:09:02.249Z] ---> df557bc07d61 [2020-10-29T07:09:02.249Z] Step 14/24 : WORKDIR / [2020-10-29T07:09:02.511Z] ---> Running in 595f13c6db96 [2020-10-29T07:09:02.511Z] Removing intermediate container 595f13c6db96 [2020-10-29T07:09:02.511Z] ---> 506364cc461b [2020-10-29T07:09:02.511Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-29T07:09:02.901Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-29T07:09:03.089Z] ---> 27d02776d613 [2020-10-29T07:09:03.089Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-29T07:09:03.350Z] ---> d2706d46013e [2020-10-29T07:09:03.350Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-29T07:09:03.350Z] ---> f38b9d868ce1 [2020-10-29T07:09:03.350Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-29T07:09:03.612Z] ---> 8591db975f98 [2020-10-29T07:09:03.612Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-29T07:09:03.880Z] ---> 8c1ea238871d [2020-10-29T07:09:03.880Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-29T07:09:03.880Z] ---> Running in 0a1c7e38eb4c [2020-10-29T07:09:04.145Z] Removing intermediate container 0a1c7e38eb4c [2020-10-29T07:09:04.145Z] ---> bb056e388bde [2020-10-29T07:09:04.145Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-29T07:09:04.145Z] ---> Running in c51cad7d136c [2020-10-29T07:09:04.406Z] Removing intermediate container c51cad7d136c [2020-10-29T07:09:04.406Z] ---> 864e4a3905b8 [2020-10-29T07:09:04.406Z] Step 22/24 : LABEL arch=amd64 [2020-10-29T07:09:04.406Z] ---> Running in d5163903ef37 [2020-10-29T07:09:04.406Z] Removing intermediate container d5163903ef37 [2020-10-29T07:09:04.406Z] ---> ddd973f6d619 [2020-10-29T07:09:04.406Z] Step 23/24 : LABEL git_sha=2074f416c73da04ca5c198ceaab5b568740d594e [2020-10-29T07:09:04.668Z] ---> Running in c724a930da13 [2020-10-29T07:09:04.668Z] Removing intermediate container c724a930da13 [2020-10-29T07:09:04.668Z] ---> 9970c375e8e9 [2020-10-29T07:09:04.668Z] Step 24/24 : LABEL version=0.0.0 [2020-10-29T07:09:04.668Z] ---> Running in bb6a9eb9c54c [2020-10-29T07:09:04.929Z] Removing intermediate container bb6a9eb9c54c [2020-10-29T07:09:04.929Z] ---> 07a74eaada55 [2020-10-29T07:09:04.929Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-29T07:09:04.929Z] Successfully built 07a74eaada55 [2020-10-29T07:09:04.929Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-10-29T07:09:41.958Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-29T07:09:41.958Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-29T07:09:41.958Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-29T07:09:41.958Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.147s coverage: 21.4% of statements [2020-10-29T07:09:44.603Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.185s coverage: 97.1% of statements [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.155s coverage: 9.4% of statements [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.116s coverage: 21.9% of statements [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.555s coverage: 42.6% of statements [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.789s coverage: 68.9% of statements [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.177s coverage: 52.6% of statements [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.660s coverage: 68.9% of statements [2020-10-29T07:10:16.976Z] ok github.com/edgexfoundry/device-sdk-go/pkg/service 0.140s coverage: 4.7% of statements [2020-10-29T07:10:16.976Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-29T07:10:16.976Z] GO111MODULE=on go vet ./... [2020-10-29T07:10:43.849Z] gofmt -l . [2020-10-29T07:10:43.849Z] [ "`gofmt -l .`" = "" ] [2020-10-29T07:10:43.849Z] ./bin/test-attribution-txt.sh [2020-10-29T07:10:43.849Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-29T07:10:43.868Z] Warning: overwriting stash ‘coverage-report’ [2020-10-29T07:10:44.699Z] Stashed 1 file(s) [Pipeline] } [2020-10-29T07:10:44.705Z] $ docker stop --time=1 1d41b6e46b43bec1c3476c299e9b1b4069c118cb88cbad99e754b3dc7d4b67da [2020-10-29T07:10:47.016Z] $ docker rm -f 1d41b6e46b43bec1c3476c299e9b1b4069c118cb88cbad99e754b3dc7d4b67da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-29T07:10:48.531Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-29T07:10:48.947Z] + ls -al . [2020-10-29T07:10:48.947Z] total 244 [2020-10-29T07:10:48.947Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 29 07:10 . [2020-10-29T07:10:48.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 .. [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 29 07:07 .dockerignore [2020-10-29T07:10:48.947Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 29 07:07 .git [2020-10-29T07:10:48.947Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:07 .github [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 29 07:07 .gitignore [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 29 07:07 Dockerfile.build [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 29 07:07 Jenkinsfile [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 29 07:07 LICENSE [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 29 07:07 Makefile [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 29 07:07 README.md [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 29 07:07 RELEASE-NOTES.txt [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 29 07:03 VERSION [2020-10-29T07:10:48.947Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 29 07:07 bin [2020-10-29T07:10:48.947Z] -rw-r--r-- 1 jenkins jenkins 127611 Oct 29 07:10 coverage.out [2020-10-29T07:10:48.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 example [2020-10-29T07:10:48.947Z] -rw-r--r-- 1 jenkins jenkins 518 Oct 29 07:10 go.mod [2020-10-29T07:10:48.947Z] -rw-r--r-- 1 jenkins jenkins 13520 Oct 29 07:10 go.sum [2020-10-29T07:10:48.947Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 29 07:07 internal [2020-10-29T07:10:48.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 openapi [2020-10-29T07:10:48.947Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 29 07:07 pkg [2020-10-29T07:10:48.947Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 29 07:07 snap [2020-10-29T07:10:48.947Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 29 07:07 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:10:49.331Z] + 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=2074f416c73da04ca5c198ceaab5b568740d594e --label arch=arm64 --label version=0.0.0 . [2020-10-29T07:10:49.941Z] Sending build context to Docker daemon 2.471MB [2020-10-29T07:10:49.941Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-29T07:10:49.941Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-29T07:10:49.941Z] ---> 31bc4ec3e608 [2020-10-29T07:10:49.941Z] Step 3/24 : ARG MAKE='make build' [2020-10-29T07:10:50.211Z] ---> Running in 04de09f6411d [2020-10-29T07:10:50.494Z] Removing intermediate container 04de09f6411d [2020-10-29T07:10:50.494Z] ---> 0f6660aa202c [2020-10-29T07:10:50.494Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-29T07:10:50.494Z] ---> Running in 9a1b52810e02 [2020-10-29T07:10:51.094Z] Removing intermediate container 9a1b52810e02 [2020-10-29T07:10:51.094Z] ---> 29518745820d [2020-10-29T07:10:51.094Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-29T07:10:51.094Z] ---> Running in da0acbd23163 [2020-10-29T07:10:51.691Z] Removing intermediate container da0acbd23163 [2020-10-29T07:10:51.691Z] ---> ff67f5d1d03c [2020-10-29T07:10:51.691Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-29T07:10:51.691Z] ---> Running in dc59ab57fbbf [2020-10-29T07:10:54.312Z] Removing intermediate container dc59ab57fbbf [2020-10-29T07:10:54.312Z] ---> 971a79b6cba4 [2020-10-29T07:10:54.312Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-29T07:10:54.312Z] ---> Running in 9543f8534313 [2020-10-29T07:10:55.749Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-29T07:10:56.726Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-29T07:10:57.320Z] OK: 142 MiB in 39 packages [2020-10-29T07:10:58.761Z] Removing intermediate container 9543f8534313 [2020-10-29T07:10:58.761Z] ---> ff303139e80e [2020-10-29T07:10:58.761Z] Step 8/24 : COPY . . [2020-10-29T07:10:59.751Z] ---> 03200a9e8130 [2020-10-29T07:10:59.751Z] Step 9/24 : RUN ${MAKE} [2020-10-29T07:11:00.038Z] ---> Running in 205ca2be0431 [2020-10-29T07:11:01.472Z] 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-29T07:11:28.315Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-29T07:11:28.315Z] Removing intermediate container 205ca2be0431 [2020-10-29T07:11:28.315Z] ---> 1c558eeb5898 [2020-10-29T07:11:28.315Z] Step 10/24 : FROM scratch [2020-10-29T07:11:28.315Z] ---> [2020-10-29T07:11:28.315Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-29T07:11:28.315Z] ---> Running in 3709882e67de [2020-10-29T07:11:28.315Z] Removing intermediate container 3709882e67de [2020-10-29T07:11:28.315Z] ---> 7501d4c75260 [2020-10-29T07:11:28.315Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-29T07:11:28.315Z] ---> Running in 58320efe4bb3 [2020-10-29T07:11:28.315Z] Removing intermediate container 58320efe4bb3 [2020-10-29T07:11:28.315Z] ---> 27511577c816 [2020-10-29T07:11:28.315Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-29T07:11:28.587Z] ---> Running in 49ab1891af05 [2020-10-29T07:11:28.861Z] Removing intermediate container 49ab1891af05 [2020-10-29T07:11:28.861Z] ---> 1f4a4b8e3b1a [2020-10-29T07:11:28.861Z] Step 14/24 : WORKDIR / [2020-10-29T07:11:29.138Z] ---> Running in 7af440ba77c7 [2020-10-29T07:11:29.412Z] Removing intermediate container 7af440ba77c7 [2020-10-29T07:11:29.413Z] ---> 406279ce6136 [2020-10-29T07:11:29.413Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-29T07:11:30.839Z] ---> d359c496db73 [2020-10-29T07:11:30.839Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-29T07:11:31.124Z] ---> 6361beba20d6 [2020-10-29T07:11:31.124Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-29T07:11:32.108Z] ---> 988a14a1be91 [2020-10-29T07:11:32.108Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-29T07:11:32.705Z] ---> 673ae2460971 [2020-10-29T07:11:32.705Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-29T07:11:33.302Z] ---> 3c9757d843e3 [2020-10-29T07:11:33.302Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-29T07:11:33.302Z] ---> Running in c56feb8b911b [2020-10-29T07:11:33.902Z] Removing intermediate container c56feb8b911b [2020-10-29T07:11:33.902Z] ---> e3a45411eadb [2020-10-29T07:11:33.902Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-29T07:11:33.902Z] ---> Running in a68ed208c2f4 [2020-10-29T07:11:34.505Z] Removing intermediate container a68ed208c2f4 [2020-10-29T07:11:34.506Z] ---> 57eaba84f107 [2020-10-29T07:11:34.506Z] Step 22/24 : LABEL arch=arm64 [2020-10-29T07:11:34.506Z] ---> Running in 70694c58687f [2020-10-29T07:11:35.119Z] Removing intermediate container 70694c58687f [2020-10-29T07:11:35.119Z] ---> c7f0e4d7eaa7 [2020-10-29T07:11:35.119Z] Step 23/24 : LABEL git_sha=2074f416c73da04ca5c198ceaab5b568740d594e [2020-10-29T07:11:35.119Z] ---> Running in c55988cbb82e [2020-10-29T07:11:35.715Z] Removing intermediate container c55988cbb82e [2020-10-29T07:11:35.715Z] ---> 24ac1e2aa747 [2020-10-29T07:11:35.715Z] Step 24/24 : LABEL version=0.0.0 [2020-10-29T07:11:35.715Z] ---> Running in 6d36638c833e [2020-10-29T07:11:36.311Z] Removing intermediate container 6d36638c833e [2020-10-29T07:11:36.311Z] ---> 289fc75818f6 [2020-10-29T07:11:36.311Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-29T07:11:36.311Z] Successfully built 289fc75818f6 [2020-10-29T07:11:36.311Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-10-29T07:11:38.042Z] provisioning config files... [2020-10-29T07:11:38.055Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config209853343352065000tmp [Pipeline] { [Pipeline] sh [2020-10-29T07:11:38.427Z] + set +x [2020-10-29T07:11:38.427Z] + curl -s https://codecov.io/bash [2020-10-29T07:11:38.427Z] + bash -s -- [2020-10-29T07:11:38.690Z] [2020-10-29T07:11:38.690Z] _____ _ [2020-10-29T07:11:38.690Z] / ____| | | [2020-10-29T07:11:38.690Z] | | ___ __| | ___ ___ _____ __ [2020-10-29T07:11:38.690Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-29T07:11:38.690Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-29T07:11:38.690Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-29T07:11:38.690Z] Bash-20201009-048fee3 [2020-10-29T07:11:38.690Z] [2020-10-29T07:11:38.690Z] [2020-10-29T07:11:38.690Z] ==> Jenkins CI detected. [2020-10-29T07:11:38.690Z] project root: . [2020-10-29T07:11:38.690Z] --> token set from env [2020-10-29T07:11:38.690Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-29T07:11:38.690Z] ==> Running gcov in . (disable via -X gcov) [2020-10-29T07:11:38.690Z] ==> Python coveragepy not found [2020-10-29T07:11:38.690Z] ==> Searching for coverage reports in: [2020-10-29T07:11:38.690Z] + . [2020-10-29T07:11:38.690Z] -> Found 1 reports [2020-10-29T07:11:38.690Z] ==> Detecting git/mercurial file structure [2020-10-29T07:11:38.690Z] ==> Reading reports [2020-10-29T07:11:38.690Z] + ./coverage.out bytes=127611 [2020-10-29T07:11:38.690Z] ==> Appending adjustments [2020-10-29T07:11:38.690Z] https://docs.codecov.io/docs/fixing-reports [2020-10-29T07:11:39.295Z] + Found adjustments [2020-10-29T07:11:39.295Z] ==> Gzipping contents [2020-10-29T07:11:39.295Z] ==> Uploading reports [2020-10-29T07:11:39.295Z] url: https://codecov.io [2020-10-29T07:11:39.295Z] query: branch=PR-614&commit=2074f416c73da04ca5c198ceaab5b568740d594e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F18%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-10-29T07:11:39.295Z] -> Pinging Codecov [2020-10-29T07:11:39.295Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-614&commit=2074f416c73da04ca5c198ceaab5b568740d594e&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-614%2F18%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=614&job=&cmd_args= [2020-10-29T07:11:39.295Z] -> Uploading to [2020-10-29T07:11:39.295Z] [2020-10-29T07:11:39.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-29T07:11:39.295Z] Dload Upload Total Spent Left Speed [2020-10-29T07:11:39.295Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-29T07:11:39.295Z] X> Failed to upload [2020-10-29T07:11:39.295Z] ==> Uploading to Codecov [2020-10-29T07:11:39.295Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-29T07:11:39.295Z] Dload Upload Total Spent Left Speed [2020-10-29T07:11:39.871Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 99 20962 0 0 100 20852 0 44649 --:--:-- --:--:-- --:--:-- 44650 100 20962 100 110 100 20852 235 44625 --:--:-- --:--:-- --:--:-- 44555 [2020-10-29T07:11:39.871Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2074f416c73da04ca5c198ceaab5b568740d594e [Pipeline] } [2020-10-29T07:11:39.882Z] 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-29T07:11:43.474Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T07:11:44.050Z] ---> package-listing.sh [2020-10-29T07:11:44.050Z] ++ facter osfamily [2020-10-29T07:11:44.050Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-29T07:11:44.050Z] + OS_FAMILY=redhat [2020-10-29T07:11:44.050Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-29T07:11:44.050Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-29T07:11:44.050Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-29T07:11:44.050Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-29T07:11:44.050Z] + PACKAGES=/tmp/packages_start.txt [2020-10-29T07:11:44.050Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-10-29T07:11:44.050Z] + PACKAGES=/tmp/packages_end.txt [2020-10-29T07:11:44.050Z] + case "${OS_FAMILY}" in [2020-10-29T07:11:44.050Z] + rpm -qa [2020-10-29T07:11:44.050Z] + sort [2020-10-29T07:11:48.281Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-29T07:11:48.281Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-29T07:11:48.281Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-29T07:11:48.281Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-614 ']' [2020-10-29T07:11:48.281Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-614/archives/ [2020-10-29T07:11:48.281Z] + 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-29T07:11:48.293Z] 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-29T07:11:48.582Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:11:48.886Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T07:11:48.886Z] [2020-10-29T07:11:48.886Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-29T07:11:49.234Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T07:11:49.234Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-29T07:11:49.234Z] df20fa9351a1: Pulling fs layer [2020-10-29T07:11:49.234Z] 36b3adc4ff6f: Pulling fs layer [2020-10-29T07:11:49.234Z] 8ad3a11d3b57: Pulling fs layer [2020-10-29T07:11:49.234Z] 46f8f816bc3b: Pulling fs layer [2020-10-29T07:11:49.234Z] 93b61091891f: Pulling fs layer [2020-10-29T07:11:49.234Z] 93b9cdb0e59b: Pulling fs layer [2020-10-29T07:11:49.234Z] 5e14af77c1be: Pulling fs layer [2020-10-29T07:11:49.234Z] 01666e4c0597: Pulling fs layer [2020-10-29T07:11:49.234Z] aa168da1d23b: Pulling fs layer [2020-10-29T07:11:49.234Z] 93b9cdb0e59b: Waiting [2020-10-29T07:11:49.234Z] 5e14af77c1be: Waiting [2020-10-29T07:11:49.234Z] 01666e4c0597: Waiting [2020-10-29T07:11:49.234Z] aa168da1d23b: Waiting [2020-10-29T07:11:49.234Z] 46f8f816bc3b: Waiting [2020-10-29T07:11:49.234Z] 93b61091891f: Waiting [2020-10-29T07:11:49.234Z] 36b3adc4ff6f: Verifying Checksum [2020-10-29T07:11:49.234Z] 36b3adc4ff6f: Download complete [2020-10-29T07:11:49.234Z] 46f8f816bc3b: Verifying Checksum [2020-10-29T07:11:49.234Z] 46f8f816bc3b: Download complete [2020-10-29T07:11:49.234Z] df20fa9351a1: Verifying Checksum [2020-10-29T07:11:49.234Z] df20fa9351a1: Download complete [2020-10-29T07:11:49.496Z] 93b9cdb0e59b: Verifying Checksum [2020-10-29T07:11:49.496Z] 93b9cdb0e59b: Download complete [2020-10-29T07:11:49.496Z] 5e14af77c1be: Verifying Checksum [2020-10-29T07:11:49.496Z] 5e14af77c1be: Download complete [2020-10-29T07:11:49.496Z] 93b61091891f: Download complete [2020-10-29T07:11:49.496Z] 01666e4c0597: Verifying Checksum [2020-10-29T07:11:49.496Z] 01666e4c0597: Download complete [2020-10-29T07:11:49.758Z] df20fa9351a1: Pull complete [2020-10-29T07:11:49.758Z] 36b3adc4ff6f: Pull complete [2020-10-29T07:11:49.758Z] 8ad3a11d3b57: Verifying Checksum [2020-10-29T07:11:49.758Z] 8ad3a11d3b57: Download complete [2020-10-29T07:11:50.722Z] 8ad3a11d3b57: Pull complete [2020-10-29T07:11:50.722Z] 46f8f816bc3b: Pull complete [2020-10-29T07:11:51.302Z] 93b61091891f: Pull complete [2020-10-29T07:11:51.302Z] aa168da1d23b: Verifying Checksum [2020-10-29T07:11:51.302Z] aa168da1d23b: Download complete [2020-10-29T07:11:51.564Z] 93b9cdb0e59b: Pull complete [2020-10-29T07:11:51.564Z] 5e14af77c1be: Pull complete [2020-10-29T07:11:51.825Z] 01666e4c0597: Pull complete [2020-10-29T07:11:58.468Z] aa168da1d23b: Pull complete [2020-10-29T07:11:58.730Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-29T07:11:58.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T07:11:58.730Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-29T07:11:58.892Z] prd-centos7-docker-4c-2g-9663 does not seem to be running inside a container [2020-10-29T07:11:58.941Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-29T07:12:02.578Z] $ docker top d3360cf72a5536607ae32663fb9d6ec44c48c942fe9da8a1c56dfa66bff109a2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T07:12:03.109Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-29T07:12:03.431Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-29T07:12:03.728Z] + ls /var/log/sa-host [2020-10-29T07:12:03.728Z] + sadf -c /var/log/sa-host/sa05 [2020-10-29T07:12:03.728Z] file_magic: OK [2020-10-29T07:12:03.728Z] HZ: Using current value: 100 [2020-10-29T07:12:03.728Z] file_header: OK [2020-10-29T07:12:03.728Z] 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-29T07:12:03.728Z] Statistics: [2020-10-29T07:12:03.728Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-29T07:12:03.728Z] File successfully converted to sysstat format version 12.2.1 [2020-10-29T07:12:03.728Z] + sadf -c /var/log/sa-host/sa29 [2020-10-29T07:12:03.728Z] file_magic: OK [2020-10-29T07:12:03.728Z] HZ: Using current value: 100 [2020-10-29T07:12:03.728Z] file_header: OK [2020-10-29T07:12:03.728Z] 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-29T07:12:03.728Z] Statistics: [2020-10-29T07:12:03.728Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-29T07:12:03.728Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-29T07:12:03.931Z] provisioning config files... [2020-10-29T07:12:03.950Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp/config3635472419321771075tmp [Pipeline] { [Pipeline] echo [2020-10-29T07:12:04.038Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T07:12:04.333Z] ---> create-netrc.sh [Pipeline] } [2020-10-29T07:12:04.343Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-29T07:12:04.454Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T07:12:04.747Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-29T07:12:04.757Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T07:12:05.053Z] ---> sudo-logs.sh [2020-10-29T07:12:05.053Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-29T07:12:05.063Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T07:12:05.356Z] ---> job-cost.sh [2020-10-29T07:12:05.356Z] lf-activate-venv: SKIPPING [2020-10-29T07:12:05.356Z] INFO: No Stack... [2020-10-29T07:12:06.299Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-29T07:12:06.872Z] INFO: Archiving Costs [Pipeline] echo [2020-10-29T07:12:06.884Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T07:12:07.183Z] ---> logs-deploy.sh [2020-10-29T07:12:07.183Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-614/18 [2020-10-29T07:12:07.183Z] INFO: archiving workspace using pattern(s): [2020-10-29T07:12:08.571Z] Archives upload complete. [2020-10-29T07:12:08.833Z] INFO: archiving logs to Nexus [2020-10-29T07:12:09.778Z] ---> uname -a: [2020-10-29T07:12:09.778Z] Linux prd-centos7-docker-4c-2g-9663.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-29T07:12:09.778Z] [2020-10-29T07:12:09.778Z] [2020-10-29T07:12:09.778Z] ---> lscpu: [2020-10-29T07:12:09.778Z] Architecture: x86_64 [2020-10-29T07:12:09.778Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-29T07:12:09.778Z] Byte Order: Little Endian [2020-10-29T07:12:09.778Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-29T07:12:09.778Z] CPU(s): 4 [2020-10-29T07:12:09.778Z] On-line CPU(s) list: 0-3 [2020-10-29T07:12:09.778Z] Thread(s) per core: 1 [2020-10-29T07:12:09.778Z] Core(s) per socket: 1 [2020-10-29T07:12:09.778Z] Socket(s): 4 [2020-10-29T07:12:09.778Z] NUMA node(s): 1 [2020-10-29T07:12:09.778Z] Vendor ID: GenuineIntel [2020-10-29T07:12:09.778Z] CPU family: 6 [2020-10-29T07:12:09.778Z] Model: 44 [2020-10-29T07:12:09.778Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-29T07:12:09.778Z] Stepping: 1 [2020-10-29T07:12:09.778Z] CPU MHz: 2933.438 [2020-10-29T07:12:09.778Z] BogoMIPS: 5866.87 [2020-10-29T07:12:09.778Z] Virtualization: VT-x [2020-10-29T07:12:09.778Z] Hypervisor vendor: KVM [2020-10-29T07:12:09.778Z] Virtualization type: full [2020-10-29T07:12:09.778Z] L1d cache: 128 KiB [2020-10-29T07:12:09.778Z] L1i cache: 128 KiB [2020-10-29T07:12:09.778Z] L2 cache: 16 MiB [2020-10-29T07:12:09.779Z] L3 cache: 64 MiB [2020-10-29T07:12:09.779Z] NUMA node0 CPU(s): 0-3 [2020-10-29T07:12:09.779Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-29T07:12:09.779Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-29T07:12:09.779Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-29T07:12:09.779Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-29T07:12:09.779Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-29T07:12:09.779Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-29T07:12:09.779Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-29T07:12:09.779Z] Vulnerability Tsx async abort: Not affected [2020-10-29T07:12:09.779Z] 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-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] ---> nproc: [2020-10-29T07:12:09.779Z] 4 [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] ---> df -h: [2020-10-29T07:12:09.779Z] Filesystem Size Used Available Use% Mounted on [2020-10-29T07:12:09.779Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-29T07:12:09.779Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-29T07:12:09.779Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-29T07:12:09.779Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614 [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-614@tmp [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-29T07:12:09.779Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] ---> free -m: [2020-10-29T07:12:09.779Z] total used free shared buff/cache available [2020-10-29T07:12:09.779Z] Mem: 1837 683 118 0 1035 1051 [2020-10-29T07:12:09.779Z] Swap: 1023 1 1022 [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] ---> ip addr: [2020-10-29T07:12:09.779Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-29T07:12:09.779Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-29T07:12:09.779Z] inet 127.0.0.1/8 scope host lo [2020-10-29T07:12:09.779Z] valid_lft forever preferred_lft forever [2020-10-29T07:12:09.779Z] inet6 ::1/128 scope host [2020-10-29T07:12:09.779Z] valid_lft forever preferred_lft forever [2020-10-29T07:12:09.779Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-29T07:12:09.779Z] link/ether fa:16:3e:83:12:bd brd ff:ff:ff:ff:ff:ff [2020-10-29T07:12:09.779Z] inet 10.30.123.122/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-29T07:12:09.779Z] valid_lft 85831sec preferred_lft 85831sec [2020-10-29T07:12:09.779Z] inet6 fe80::f816:3eff:fe83:12bd/64 scope link [2020-10-29T07:12:09.779Z] valid_lft forever preferred_lft forever [2020-10-29T07:12:09.779Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-29T07:12:09.779Z] link/ether 02:42:33:5f:b9:00 brd ff:ff:ff:ff:ff:ff [2020-10-29T07:12:09.779Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-29T07:12:09.779Z] valid_lft forever preferred_lft forever [2020-10-29T07:12:09.779Z] inet6 fe80::42:33ff:fe5f:b900/64 scope link [2020-10-29T07:12:09.779Z] valid_lft forever preferred_lft forever [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] ---> sar -b -r -n DEV: [2020-10-29T07:12:09.779Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] 07:02:22 LINUX RESTART (4 CPU) [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] 07:03:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-29T07:12:09.779Z] 07:04:01 59.21 15.50 43.70 0.00 5062.29 4957.89 0.00 [2020-10-29T07:12:09.779Z] 07:05:01 0.95 0.00 0.95 0.00 0.00 21.37 0.00 [2020-10-29T07:12:09.779Z] 07:06:01 0.25 0.00 0.25 0.00 0.00 2.95 0.00 [2020-10-29T07:12:09.779Z] 07:07:01 0.22 0.00 0.22 0.00 0.00 2.96 0.00 [2020-10-29T07:12:09.779Z] 07:08:01 0.15 0.00 0.15 0.00 0.00 2.08 0.00 [2020-10-29T07:12:09.779Z] 07:09:01 0.35 0.00 0.35 0.00 0.00 4.85 0.00 [2020-10-29T07:12:09.779Z] 07:10:01 0.40 0.02 0.38 0.00 0.13 5.38 0.00 [2020-10-29T07:12:09.779Z] 07:11:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 [2020-10-29T07:12:09.779Z] 07:12:02 125.55 67.03 58.52 0.00 6335.95 18446.01 0.00 [2020-10-29T07:12:09.779Z] Average: 20.75 9.16 11.59 0.00 1259.94 2601.79 0.00 [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] 07:03:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-29T07:12:09.779Z] 07:04:01 152056 0 590348 31.38 2620 1136532 1117408 38.14 450476 1117524 132 [2020-10-29T07:12:09.779Z] 07:05:01 156172 0 586224 31.16 2620 1136540 1096176 37.41 449644 1115444 8 [2020-10-29T07:12:09.779Z] 07:06:01 157244 0 585148 31.10 2620 1136544 1076644 36.74 451604 1112716 20 [2020-10-29T07:12:09.779Z] 07:07:01 155028 0 587364 31.22 2620 1136544 1076656 36.74 453776 1112688 12 [2020-10-29T07:12:09.779Z] 07:08:01 155900 0 586484 31.17 2620 1136552 1076560 36.74 459136 1106700 16 [2020-10-29T07:12:09.779Z] 07:09:01 156508 0 585872 31.14 2620 1136556 1076476 36.74 458772 1106700 12 [2020-10-29T07:12:09.779Z] 07:10:01 157116 0 585252 31.10 2620 1136568 1076428 36.74 458504 1106700 8 [2020-10-29T07:12:09.779Z] 07:11:01 156556 0 585808 31.13 2620 1136572 1076428 36.74 447568 1117524 8 [2020-10-29T07:12:09.779Z] 07:12:02 189288 0 672552 35.74 2620 1017096 1274320 43.49 454736 1027256 8 [2020-10-29T07:12:09.779Z] Average: 159541 0 596117 31.68 2620 1123278 1105233 37.72 453802 1102584 25 [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] 07:03:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-29T07:12:09.779Z] 07:04:01 eth0 332.96 231.35 742.32 80.68 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:04:01 docker0 11.46 8.82 1.47 20.55 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:05:01 eth0 1.85 0.30 0.37 0.17 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:05:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:06:01 eth0 2.91 0.68 0.72 0.40 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:07:01 eth0 3.75 0.83 1.02 0.63 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:07:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:08:01 eth0 1.57 0.87 0.93 0.62 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:09:01 eth0 0.18 0.12 0.07 0.04 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:10:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:11:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:12:02 eth0 226.07 190.93 2175.54 20.42 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:12:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] 07:12:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] Average: eth0 62.81 46.93 323.91 11.32 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] Average: docker0 1.25 0.97 0.16 2.25 0.00 0.00 0.00 0.00 [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] ---> sar -P ALL: [2020-10-29T07:12:09.779Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/29/20 _x86_64_ (4 CPU) [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] 07:02:22 LINUX RESTART (4 CPU) [2020-10-29T07:12:09.779Z] [2020-10-29T07:12:09.779Z] 07:03:02 CPU %user %nice %system %iowait %steal %idle [2020-10-29T07:12:09.779Z] 07:04:01 all 7.70 0.00 3.29 2.26 0.00 86.76 [2020-10-29T07:12:09.779Z] 07:04:01 0 8.07 0.00 3.34 1.62 0.00 86.96 [2020-10-29T07:12:09.779Z] 07:04:01 1 7.53 0.00 3.08 2.20 0.00 87.19 [2020-10-29T07:12:09.779Z] 07:04:01 2 6.27 0.00 3.03 2.69 0.00 88.00 [2020-10-29T07:12:09.779Z] 07:04:01 3 8.91 0.00 3.70 2.51 0.00 84.88 [2020-10-29T07:12:09.779Z] 07:05:01 all 0.16 0.00 0.04 0.00 0.00 99.80 [2020-10-29T07:12:09.779Z] 07:05:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-29T07:12:09.779Z] 07:05:01 1 0.23 0.00 0.03 0.00 0.00 99.73 [2020-10-29T07:12:09.779Z] 07:05:01 2 0.33 0.00 0.03 0.00 0.00 99.63 [2020-10-29T07:12:09.779Z] 07:05:01 3 0.05 0.00 0.07 0.00 0.00 99.88 [2020-10-29T07:12:09.779Z] 07:06:01 all 0.16 0.00 0.05 0.00 0.00 99.80 [2020-10-29T07:12:09.779Z] 07:06:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-29T07:12:09.779Z] 07:06:01 1 0.48 0.00 0.05 0.00 0.00 99.47 [2020-10-29T07:12:09.779Z] 07:06:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-29T07:12:09.779Z] 07:06:01 3 0.07 0.00 0.05 0.00 0.00 99.88 [2020-10-29T07:12:09.779Z] 07:07:01 all 0.17 0.00 0.03 0.00 0.00 99.79 [2020-10-29T07:12:09.779Z] 07:07:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-29T07:12:09.779Z] 07:07:01 1 0.50 0.00 0.02 0.00 0.00 99.48 [2020-10-29T07:12:09.779Z] 07:07:01 2 0.10 0.00 0.03 0.00 0.00 99.87 [2020-10-29T07:12:09.779Z] 07:07:01 3 0.05 0.00 0.05 0.00 0.02 99.88 [2020-10-29T07:12:09.779Z] 07:08:01 all 0.18 0.00 0.06 0.00 0.00 99.75 [2020-10-29T07:12:09.779Z] 07:08:01 0 0.08 0.00 0.03 0.00 0.00 99.88 [2020-10-29T07:12:09.779Z] 07:08:01 1 0.55 0.00 0.05 0.00 0.00 99.40 [2020-10-29T07:12:09.780Z] 07:08:01 2 0.07 0.00 0.10 0.00 0.02 99.82 [2020-10-29T07:12:09.780Z] 07:08:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-10-29T07:12:09.780Z] 07:09:01 all 0.14 0.00 0.03 0.00 0.00 99.82 [2020-10-29T07:12:09.780Z] 07:09:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-29T07:12:09.780Z] 07:09:01 1 0.47 0.00 0.02 0.00 0.00 99.52 [2020-10-29T07:12:09.780Z] 07:09:01 2 0.05 0.00 0.08 0.00 0.00 99.87 [2020-10-29T07:12:09.780Z] 07:09:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-10-29T07:12:09.780Z] 07:10:01 all 0.04 0.00 0.04 0.00 0.00 99.91 [2020-10-29T07:12:09.780Z] 07:10:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-29T07:12:09.780Z] 07:10:01 1 0.10 0.00 0.08 0.00 0.00 99.82 [2020-10-29T07:12:09.780Z] 07:10:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2020-10-29T07:12:09.780Z] 07:10:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2020-10-29T07:12:09.780Z] 07:11:01 all 0.04 0.00 0.04 0.00 0.00 99.92 [2020-10-29T07:12:09.780Z] 07:11:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2020-10-29T07:12:09.780Z] 07:11:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-10-29T07:12:09.780Z] 07:11:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-10-29T07:12:09.780Z] 07:11:01 3 0.02 0.00 0.03 0.00 0.02 99.93 [2020-10-29T07:12:09.780Z] 07:12:02 all 5.45 0.00 3.55 1.76 0.01 89.22 [2020-10-29T07:12:09.780Z] 07:12:02 0 5.32 0.00 3.59 1.60 0.02 89.47 [2020-10-29T07:12:09.780Z] 07:12:02 1 6.82 0.00 4.05 3.95 0.02 85.17 [2020-10-29T07:12:09.780Z] 07:12:02 2 4.75 0.00 3.32 0.89 0.00 91.04 [2020-10-29T07:12:09.780Z] 07:12:02 3 4.92 0.00 3.24 0.62 0.02 91.19 [2020-10-29T07:12:09.780Z] Average: all 1.54 0.00 0.78 0.44 0.00 97.23 [2020-10-29T07:12:09.780Z] Average: 0 1.50 0.00 0.79 0.35 0.00 97.35 [2020-10-29T07:12:09.780Z] Average: 1 1.84 0.00 0.82 0.68 0.00 96.66 [2020-10-29T07:12:09.780Z] Average: 2 1.28 0.00 0.74 0.39 0.00 97.59 [2020-10-29T07:12:09.780Z] Average: 3 1.54 0.00 0.79 0.34 0.01 97.32 [2020-10-29T07:12:09.780Z] [2020-10-29T07:12:09.780Z] [2020-10-29T07:12:09.780Z]