Pull request #582 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e+2d9730a214a0d2600c47b6e1f4d312ee14057382 (a7188f13ecf6367883b0bc294dd8882ce8b90e31) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision a2cbe11917bfb8801b6bc99aaa80229564ed4294 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f a2cbe11917bfb8801b6bc99aaa80229564ed4294 # timeout=10 Commit message: "Merge pull request #273 from ernestojeda/fix-semver-dir-permissions" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-6200 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [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-582 # 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/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e Merge succeeded, producing 0589cf02045747894cdc927c3ebb17bc787df2e5 Checking out Revision 0589cf02045747894cdc927c3ebb17bc787df2e5 (PR-582) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # 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 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0589cf02045747894cdc927c3ebb17bc787df2e5 # timeout=10 Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" > git rev-list --no-walk 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-19T07:10:29.569Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-10-19T07:10:29.791Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-19T07:10:29.886Z] ========================================================= [2020-10-19T07:10:29.886Z] EdgeX Global Pipelines Version Info [2020-10-19T07:10:29.886Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:10:32.412Z] ------------------- [2020-10-19T07:10:32.412Z] stable info: [2020-10-19T07:10:32.412Z] ------------------- [2020-10-19T07:10:32.412Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:10:32.412Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:10:32.412Z] Message: update stable to v1.0.144 [2020-10-19T07:10:33.372Z] ------------------- [2020-10-19T07:10:33.372Z] experimental info: [2020-10-19T07:10:33.372Z] ------------------- [2020-10-19T07:10:33.372Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-19T07:10:33.372Z] Commit SHA: a2cbe11917bfb8801b6bc99aaa80229564ed4294 [2020-10-19T07:10:33.372Z] Message: update experimental to v1.0.144 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-19T07:10:33.774Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-10-19T07:10:33.869Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-10-19T07:10:34.072Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-19T07:10:34.198Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-19T07:10:34.296Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-19T07:10:34.391Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-19T07:10:34.487Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-19T07:10:34.578Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-19T07:10:34.703Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-10-19T07:10:34.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-19T07:10:34.889Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-19T07:10:34.986Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-10-19T07:10:35.090Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-19T07:10:35.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-19T07:10:35.298Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-19T07:10:35.389Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:10:35.488Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:10:35.592Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-19T07:10:35.694Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-19T07:10:35.789Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-10-19T07:10:35.882Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2020-10-19T07:10:35.980Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2020-10-19T07:10:36.068Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-19T07:10:36.166Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-19T07:10:36.256Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-19T07:10:36.350Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo [2020-10-19T07:10:36.462Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo [2020-10-19T07:10:36.553Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo [2020-10-19T07:10:36.639Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0589cf02045747894cdc927c3ebb17bc787df2e5 [Pipeline] echo [2020-10-19T07:10:36.732Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0589cf0 [Pipeline] echo [2020-10-19T07:10:36.824Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:10:37.515Z] + git log --format=format:%s -1 0589cf02045747894cdc927c3ebb17bc787df2e5 [Pipeline] echo [2020-10-19T07:10:37.623Z] GIT_COMMIT: 0589cf02045747894cdc927c3ebb17bc787df2e5, Commit Message: Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD [Pipeline] echo [2020-10-19T07:10:37.671Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:10:38.275Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:10:38.866Z] [2020-10-19T07:10:38.866Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:10:39.278Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:10:39.278Z] latest: Pulling from edgex-devops/git-semver [2020-10-19T07:10:39.278Z] 31603596830f: Pulling fs layer [2020-10-19T07:10:39.278Z] 2a8b12db71e7: Pulling fs layer [2020-10-19T07:10:39.278Z] 6ca5941a6612: Pulling fs layer [2020-10-19T07:10:39.278Z] ecc8261a40a4: Pulling fs layer [2020-10-19T07:10:39.278Z] ecc8261a40a4: Waiting [2020-10-19T07:10:39.583Z] 2a8b12db71e7: Verifying Checksum [2020-10-19T07:10:39.583Z] 2a8b12db71e7: Download complete [2020-10-19T07:10:40.810Z] 31603596830f: Verifying Checksum [2020-10-19T07:10:40.810Z] 31603596830f: Download complete [2020-10-19T07:10:41.248Z] 31603596830f: Pull complete [2020-10-19T07:10:41.570Z] 2a8b12db71e7: Pull complete [2020-10-19T07:10:41.846Z] ecc8261a40a4: Verifying Checksum [2020-10-19T07:10:41.846Z] ecc8261a40a4: Download complete [2020-10-19T07:10:41.846Z] 6ca5941a6612: Verifying Checksum [2020-10-19T07:10:41.846Z] 6ca5941a6612: Download complete [2020-10-19T07:10:43.891Z] 6ca5941a6612: Pull complete [2020-10-19T07:10:44.539Z] ecc8261a40a4: Pull complete [2020-10-19T07:10:44.539Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-19T07:10:44.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-19T07:10:44.539Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-19T07:10:44.719Z] prd-centos7-docker-4c-2g-6200 does not seem to be running inside a container [2020-10-19T07:10:44.815Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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-19T07:10:47.299Z] $ docker top 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-19T07:10:47.709Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:10:47.709Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:10:48.054Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:10:48.060Z] $ docker exec 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent [2020-10-19T07:10:48.328Z] SSH_AUTH_SOCK=/tmp/ssh-n9d0Tnh0uMnO/agent.12 [2020-10-19T07:10:48.328Z] SSH_AGENT_PID=17 [2020-10-19T07:10:48.344Z] Running ssh-add (command line suppressed) [2020-10-19T07:10:48.590Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6228259136838674827.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_6228259136838674827.key) [2020-10-19T07:10:48.675Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:10:49.040Z] + git tag --points-at HEAD [Pipeline] } [2020-10-19T07:10:49.080Z] $ docker exec --env ******** --env ******** 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent -k [2020-10-19T07:10:49.288Z] unset SSH_AUTH_SOCK; [2020-10-19T07:10:49.289Z] unset SSH_AGENT_PID; [2020-10-19T07:10:49.289Z] echo Agent pid 17 killed; [2020-10-19T07:10:49.357Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-19T07:10:49.615Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-19T07:10:49.615Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-19T07:10:49.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-19T07:10:49.912Z] $ docker exec 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent [2020-10-19T07:10:50.219Z] SSH_AUTH_SOCK=/tmp/ssh-5VacBTQ3cusF/agent.48 [2020-10-19T07:10:50.219Z] SSH_AGENT_PID=53 [2020-10-19T07:10:50.230Z] Running ssh-add (command line suppressed) [2020-10-19T07:10:50.438Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5864603433223363572.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5864603433223363572.key) [2020-10-19T07:10:50.514Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-19T07:10:50.972Z] + git semver init [2020-10-19T07:10:50.972Z] # -> Open(): unable to determine branch for HEAD [2020-10-19T07:10:50.972Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git [2020-10-19T07:10:50.972Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-10-19T07:10:50.972Z] # $SEMVER_REMOTE_NAME = origin [2020-10-19T07:10:50.972Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-19T07:10:50.972Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-19T07:10:50.972Z] # $SEMVER_BRANCH = PR-582 [2020-10-19T07:10:50.972Z] # $SEMVER_TEMP = /tmp/semver-341274965 [2020-10-19T07:10:50.972Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-10-19T07:10:51.964Z] # '/tmp/semver-341274965' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' [2020-10-19T07:10:51.964Z] # -> Force: false [2020-10-19T07:10:51.964Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } [2020-10-19T07:10:51.980Z] $ docker exec --env ******** --env ******** 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 ssh-agent -k [2020-10-19T07:10:52.183Z] unset SSH_AUTH_SOCK; [2020-10-19T07:10:52.184Z] unset SSH_AGENT_PID; [2020-10-19T07:10:52.184Z] echo Agent pid 53 killed; [2020-10-19T07:10:52.247Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-19T07:10:52.770Z] + git semver [Pipeline] } [2020-10-19T07:10:52.792Z] $ docker stop --time=1 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 [2020-10-19T07:10:54.479Z] $ docker rm -f 50afe962c33ed776ea01009bf82b50c873d23608251134190b772789ddf33fe1 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-19T07:10:55.177Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-19T07:10:55.966Z] Stashed 1 file(s) [Pipeline] echo [2020-10-19T07:10:55.970Z] [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-19T07:11:11.604Z] Still waiting to schedule task [2020-10-19T07:11:11.604Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-19T07:11:11.607Z] Still waiting to schedule task [2020-10-19T07:11:11.607Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-19T07:12:33.914Z] Running on prd-centos7-docker-4c-2g-6212 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-10-19T07:12:33.972Z] Running in /w/workspace/device-sdk-go/26 [Pipeline] { [Pipeline] checkout [2020-10-19T07:12:36.574Z] using credential edgex-jenkins-ssh [2020-10-19T07:12:36.629Z] Cloning the remote Git repository [2020-10-19T07:12:36.709Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:36.833Z] > git init /w/workspace/device-sdk-go/26 # timeout=10 [2020-10-19T07:12:36.888Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:36.889Z] > git --version # timeout=10 [2020-10-19T07:12:36.897Z] > git --version # 'git version 2.16.5' [2020-10-19T07:12:36.898Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:36.935Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:38.290Z] Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e [2020-10-19T07:12:38.422Z] Merge succeeded, producing 0ca5f5eacbaa13ab9eb967ce8a92f4b23d476c24 [2020-10-19T07:12:38.423Z] Checking out Revision 0ca5f5eacbaa13ab9eb967ce8a92f4b23d476c24 (PR-582) [2020-10-19T07:12:37.805Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:37.812Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:12:37.823Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:12:37.836Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:12:37.836Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:37.841Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:12:38.303Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:38.309Z] > git checkout -f 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [2020-10-19T07:12:38.359Z] > git remote # timeout=10 [2020-10-19T07:12:38.364Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T07:12:38.368Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:12:38.372Z] > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [2020-10-19T07:12:38.405Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T07:12:38.440Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:12:38.447Z] > git checkout -f 0ca5f5eacbaa13ab9eb967ce8a92f4b23d476c24 # timeout=10 [2020-10-19T07:12:42.133Z] Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" [2020-10-19T07:12:42.139Z] > git rev-list --no-walk 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:12:42.926Z] ========================================================= [2020-10-19T07:12:42.926Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-19T07:12:42.926Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:12:43.634Z] + 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-19T07:12:44.223Z] Sending build context to Docker daemon 2.318MB [2020-10-19T07:12:44.223Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:12:44.223Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:12:44.224Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-19T07:12:44.224Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:12:44.224Z] ed8968b2872e: Pulling fs layer [2020-10-19T07:12:44.224Z] a92cc7c5fd73: Pulling fs layer [2020-10-19T07:12:44.224Z] e871e8e8d7a9: Pulling fs layer [2020-10-19T07:12:44.224Z] e73272ec9a57: Pulling fs layer [2020-10-19T07:12:44.224Z] 1e910a182e73: Pulling fs layer [2020-10-19T07:12:44.224Z] 4e634b169226: Pulling fs layer [2020-10-19T07:12:44.224Z] e871e8e8d7a9: Waiting [2020-10-19T07:12:44.224Z] e73272ec9a57: Waiting [2020-10-19T07:12:44.224Z] 1e910a182e73: Waiting [2020-10-19T07:12:44.224Z] 4e634b169226: Waiting [2020-10-19T07:12:44.224Z] a92cc7c5fd73: Verifying Checksum [2020-10-19T07:12:44.224Z] a92cc7c5fd73: Download complete [2020-10-19T07:12:44.224Z] ed8968b2872e: Verifying Checksum [2020-10-19T07:12:44.224Z] ed8968b2872e: Download complete [2020-10-19T07:12:44.224Z] e73272ec9a57: Verifying Checksum [2020-10-19T07:12:44.224Z] e73272ec9a57: Download complete [2020-10-19T07:12:44.224Z] 1e910a182e73: Verifying Checksum [2020-10-19T07:12:44.224Z] 1e910a182e73: Download complete [2020-10-19T07:12:44.499Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:12:44.499Z] df20fa9351a1: Download complete [2020-10-19T07:12:44.760Z] df20fa9351a1: Pull complete [2020-10-19T07:12:44.760Z] ed8968b2872e: Pull complete [2020-10-19T07:12:45.022Z] a92cc7c5fd73: Pull complete [2020-10-19T07:12:48.347Z] 4e634b169226: Verifying Checksum [2020-10-19T07:12:48.347Z] 4e634b169226: Download complete [2020-10-19T07:12:48.347Z] e871e8e8d7a9: Verifying Checksum [2020-10-19T07:12:48.347Z] e871e8e8d7a9: Download complete [2020-10-19T07:12:53.695Z] e871e8e8d7a9: Pull complete [2020-10-19T07:12:53.695Z] e73272ec9a57: Pull complete [2020-10-19T07:12:53.695Z] 1e910a182e73: Pull complete [2020-10-19T07:12:59.019Z] 4e634b169226: Pull complete [2020-10-19T07:12:59.019Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-19T07:12:59.019Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-19T07:12:59.019Z] ---> f7629b54cfaa [2020-10-19T07:12:59.019Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:12:59.019Z] ---> Running in 4915c9733d82 [2020-10-19T07:12:59.283Z] Removing intermediate container 4915c9733d82 [2020-10-19T07:12:59.283Z] ---> 7b683bd672bf [2020-10-19T07:12:59.283Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:12:59.283Z] ---> Running in d61988cc08e8 [2020-10-19T07:13:00.239Z] Removing intermediate container d61988cc08e8 [2020-10-19T07:13:00.239Z] ---> b1adce54ed83 [2020-10-19T07:13:00.239Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:13:00.502Z] ---> Running in 604e37641320 [2020-10-19T07:13:01.459Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:13:02.863Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:13:03.811Z] OK: 166 MiB in 39 packages [2020-10-19T07:13:04.399Z] Removing intermediate container 604e37641320 [2020-10-19T07:13:04.399Z] ---> db8d9e8b5379 [2020-10-19T07:13:04.399Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:13:04.399Z] ---> Running in edc2ee7bc9bd [2020-10-19T07:13:04.663Z] Removing intermediate container edc2ee7bc9bd [2020-10-19T07:13:04.663Z] ---> 0cc70a8c9897 [2020-10-19T07:13:04.663Z] Step 7/8 : COPY . . [2020-10-19T07:13:06.122Z] ---> 848614d6b410 [2020-10-19T07:13:06.122Z] Step 8/8 : RUN go mod download [2020-10-19T07:13:06.122Z] ---> Running in d2ce9505d4e0 [2020-10-19T07:13:24.308Z] Removing intermediate container d2ce9505d4e0 [2020-10-19T07:13:24.308Z] ---> 4de78f850faa [2020-10-19T07:13:24.308Z] Successfully built 4de78f850faa [2020-10-19T07:13:24.308Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:24.663Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:13:24.663Z] . [Pipeline] withDockerContainer [2020-10-19T07:13:24.845Z] prd-centos7-docker-4c-2g-6212 does not seem to be running inside a container [2020-10-19T07:13:24.976Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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-19T07:13:25.860Z] $ docker top 1b9398d34ca2f7876077c2fe1ad847b1e62df3cf8e6b470d51dce1a787ef9ed3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:13:26.510Z] + go version [2020-10-19T07:13:26.510Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-19T07:13:26.527Z] $ docker stop --time=1 1b9398d34ca2f7876077c2fe1ad847b1e62df3cf8e6b470d51dce1a787ef9ed3 [2020-10-19T07:13:27.889Z] $ docker rm -f 1b9398d34ca2f7876077c2fe1ad847b1e62df3cf8e6b470d51dce1a787ef9ed3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:13:28.733Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-19T07:13:28.733Z] . [Pipeline] withDockerContainer [2020-10-19T07:13:28.833Z] prd-centos7-docker-4c-2g-6212 does not seem to be running inside a container [2020-10-19T07:13:28.894Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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-19T07:13:29.573Z] $ docker top 6bfeea17f621f3ac0a45720091706953fba24e3b806bd3cda1d54dc7a818ed48 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:13:30.067Z] + make test [2020-10-19T07:13:30.067Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-19T07:13:38.317Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-19T07:13:53.370Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-19T07:13:53.370Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-19T07:13:53.370Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-19T07:13:53.370Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.081s coverage: 21.6% of statements [2020-10-19T07:13:53.958Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.427s coverage: 97.1% of statements [2020-10-19T07:13:59.217Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6215 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-10-19T07:13:59.276Z] Running in /w/workspace/device-sdk-go/26 [Pipeline] { [Pipeline] checkout [2020-10-19T07:14:04.966Z] using credential edgex-jenkins-ssh [2020-10-19T07:14:05.035Z] Cloning the remote Git repository [2020-10-19T07:14:05.084Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:14:05.202Z] > git init /w/workspace/device-sdk-go/26 # timeout=10 [2020-10-19T07:14:05.286Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:14:05.287Z] > git --version # timeout=10 [2020-10-19T07:14:05.325Z] > git --version # 'git version 2.17.1' [2020-10-19T07:14:05.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:14:05.412Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:14:06.515Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:14:06.542Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-19T07:14:06.574Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-10-19T07:14:06.613Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-10-19T07:14:06.614Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:14:06.628Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-19T07:14:07.207Z] Merging remotes/origin/master commit 2d9730a214a0d2600c47b6e1f4d312ee14057382 into PR head commit 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e [2020-10-19T07:14:07.578Z] Merge succeeded, producing edcf80d92cf476efeb500ad73a156758eeae0e8c [2020-10-19T07:14:07.578Z] Checking out Revision edcf80d92cf476efeb500ad73a156758eeae0e8c (PR-582) [2020-10-19T07:14:07.220Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:14:07.245Z] > git checkout -f 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [2020-10-19T07:14:07.373Z] > git remote # timeout=10 [2020-10-19T07:14:07.403Z] > git config --get remote.origin.url # timeout=10 [2020-10-19T07:14:07.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-19T07:14:07.441Z] > git merge 2d9730a214a0d2600c47b6e1f4d312ee14057382 # timeout=10 [2020-10-19T07:14:07.548Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-19T07:14:07.578Z] > git config core.sparsecheckout # timeout=10 [2020-10-19T07:14:07.603Z] > git checkout -f edcf80d92cf476efeb500ad73a156758eeae0e8c # timeout=10 [2020-10-19T07:14:12.035Z] Commit message: "Merge commit '2d9730a214a0d2600c47b6e1f4d312ee14057382' into HEAD" [2020-10-19T07:14:12.039Z] > git rev-list --no-walk 0ffda3b35df6f7860b0048cd9b6041cb7d0d375e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-19T07:14:13.053Z] ========================================================= [2020-10-19T07:14:13.053Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-19T07:14:13.053Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:14:14.100Z] + 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-19T07:14:15.094Z] Sending build context to Docker daemon 2.32MB [2020-10-19T07:14:15.094Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-19T07:14:15.094Z] Step 2/8 : FROM ${BASE} [2020-10-19T07:14:15.370Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-19T07:14:15.370Z] b538f80385f9: Pulling fs layer [2020-10-19T07:14:15.370Z] 74f711af9a0d: Pulling fs layer [2020-10-19T07:14:15.370Z] 99f96fe45779: Pulling fs layer [2020-10-19T07:14:15.370Z] 8529a6b9a6be: Pulling fs layer [2020-10-19T07:14:15.370Z] 45590311c82a: Pulling fs layer [2020-10-19T07:14:15.370Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-19T07:14:15.370Z] 209524e5b208: Pulling fs layer [2020-10-19T07:14:15.370Z] 8529a6b9a6be: Waiting [2020-10-19T07:14:15.370Z] 45590311c82a: Waiting [2020-10-19T07:14:15.370Z] 209524e5b208: Waiting [2020-10-19T07:14:15.370Z] 69ca0ff8b7b3: Waiting [2020-10-19T07:14:15.370Z] 99f96fe45779: Download complete [2020-10-19T07:14:15.652Z] 74f711af9a0d: Verifying Checksum [2020-10-19T07:14:15.652Z] 74f711af9a0d: Download complete [2020-10-19T07:14:15.652Z] 45590311c82a: Verifying Checksum [2020-10-19T07:14:15.652Z] 45590311c82a: Download complete [2020-10-19T07:14:15.652Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-19T07:14:15.652Z] 69ca0ff8b7b3: Download complete [2020-10-19T07:14:15.652Z] b538f80385f9: Verifying Checksum [2020-10-19T07:14:15.652Z] b538f80385f9: Download complete [2020-10-19T07:14:16.262Z] b538f80385f9: Pull complete [2020-10-19T07:14:16.874Z] 74f711af9a0d: Pull complete [2020-10-19T07:14:17.508Z] 99f96fe45779: Pull complete [2020-10-19T07:14:18.114Z] 209524e5b208: Verifying Checksum [2020-10-19T07:14:18.114Z] 209524e5b208: Download complete [2020-10-19T07:14:19.115Z] 8529a6b9a6be: Verifying Checksum [2020-10-19T07:14:19.115Z] 8529a6b9a6be: Download complete [2020-10-19T07:14:26.178Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.105s coverage: 9.4% of statements [2020-10-19T07:14:26.178Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.053s coverage: 21.9% of statements [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-19T07:14:26.178Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.234s coverage: 42.6% of statements [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-19T07:14:26.178Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.265s coverage: 68.9% of statements [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-19T07:14:26.178Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.064s coverage: 52.6% of statements [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-19T07:14:26.178Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.536s coverage: 68.9% of statements [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-19T07:14:26.178Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-19T07:14:26.178Z] GO111MODULE=on go vet ./... [2020-10-19T07:14:29.352Z] 8529a6b9a6be: Pull complete [2020-10-19T07:14:29.352Z] 45590311c82a: Pull complete [2020-10-19T07:14:29.627Z] 69ca0ff8b7b3: Pull complete [2020-10-19T07:14:33.033Z] 209524e5b208: Pull complete [2020-10-19T07:14:33.033Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-19T07:14:33.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-19T07:14:33.033Z] ---> 5bddaf1c2fca [2020-10-19T07:14:33.033Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:14:34.434Z] gofmt -l . [2020-10-19T07:14:34.434Z] [ "`gofmt -l .`" = "" ] [2020-10-19T07:14:34.434Z] ./bin/test-attribution-txt.sh [2020-10-19T07:14:34.434Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-19T07:14:34.815Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T07:14:34.824Z] $ docker stop --time=1 6bfeea17f621f3ac0a45720091706953fba24e3b806bd3cda1d54dc7a818ed48 [2020-10-19T07:14:36.448Z] ---> Running in 2f0bb13bde8d [2020-10-19T07:14:36.448Z] Removing intermediate container 2f0bb13bde8d [2020-10-19T07:14:36.448Z] ---> f34081db135d [2020-10-19T07:14:36.448Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:14:36.448Z] ---> Running in c0d03a23cd68 [2020-10-19T07:14:36.782Z] $ docker rm -f 6bfeea17f621f3ac0a45720091706953fba24e3b806bd3cda1d54dc7a818ed48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2020-10-19T07:14:38.571Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:14:38.878Z] + ls -al . [2020-10-19T07:14:38.878Z] total 188 [2020-10-19T07:14:38.878Z] drwxrwxr-x. 10 jenkins jenkins 4096 Oct 19 07:14 . [2020-10-19T07:14:38.878Z] drwxrwxr-x. 4 jenkins jenkins 30 Oct 19 07:12 .. [2020-10-19T07:14:38.878Z] drwxrwxr-x. 2 jenkins jenkins 64 Oct 19 07:12 bin [2020-10-19T07:14:38.878Z] -rw-r--r--. 1 jenkins jenkins 110398 Oct 19 07:14 coverage.out [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 936 Oct 19 07:12 Dockerfile.build [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 140 Oct 19 07:12 .dockerignore [2020-10-19T07:14:38.878Z] drwxrwxr-x. 4 jenkins jenkins 48 Oct 19 07:12 example [2020-10-19T07:14:38.878Z] drwxrwxr-x. 8 jenkins jenkins 179 Oct 19 07:12 .git [2020-10-19T07:14:38.878Z] drwxrwxr-x. 2 jenkins jenkins 60 Oct 19 07:12 .github [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 138 Oct 19 07:12 .gitignore [2020-10-19T07:14:38.878Z] -rw-r--r--. 1 jenkins jenkins 517 Oct 19 07:14 go.mod [2020-10-19T07:14:38.878Z] -rw-r--r--. 1 jenkins jenkins 13737 Oct 19 07:14 go.sum [2020-10-19T07:14:38.878Z] drwxrwxr-x. 15 jenkins jenkins 211 Oct 19 07:12 internal [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 901 Oct 19 07:12 Jenkinsfile [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 11341 Oct 19 07:12 LICENSE [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 1013 Oct 19 07:12 Makefile [2020-10-19T07:14:38.878Z] drwxrwxr-x. 4 jenkins jenkins 26 Oct 19 07:12 openapi [2020-10-19T07:14:38.878Z] drwxrwxr-x. 5 jenkins jenkins 50 Oct 19 07:12 pkg [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 5897 Oct 19 07:12 README.md [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 4291 Oct 19 07:12 RELEASE-NOTES.txt [2020-10-19T07:14:38.878Z] drwxrwxr-x. 4 jenkins jenkins 54 Oct 19 07:12 snap [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 5 Oct 19 07:10 VERSION [2020-10-19T07:14:38.878Z] -rw-rw-r--. 1 jenkins jenkins 222 Oct 19 07:12 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:14:39.084Z] Removing intermediate container c0d03a23cd68 [2020-10-19T07:14:39.084Z] ---> 3a340da415f5 [2020-10-19T07:14:39.084Z] Step 5/8 : RUN apk add --no-cache make git [2020-10-19T07:14:39.084Z] ---> Running in 131d883642a4 [2020-10-19T07:14:39.199Z] + 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=0589cf02045747894cdc927c3ebb17bc787df2e5 --label arch=amd64 --label version=0.0.0 . [2020-10-19T07:14:39.461Z] Sending build context to Docker daemon 2.429MB [2020-10-19T07:14:39.462Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:14:39.462Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:14:39.462Z] ---> 4de78f850faa [2020-10-19T07:14:39.462Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:14:40.037Z] ---> Running in 8658dda24883 [2020-10-19T07:14:40.300Z] Removing intermediate container 8658dda24883 [2020-10-19T07:14:40.300Z] ---> 3e64e39b8229 [2020-10-19T07:14:40.300Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:14:40.300Z] ---> Running in 7bebe31daf91 [2020-10-19T07:14:40.518Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:14:40.564Z] Removing intermediate container 7bebe31daf91 [2020-10-19T07:14:40.564Z] ---> 894217955aa6 [2020-10-19T07:14:40.564Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:14:40.564Z] ---> Running in ac582017c553 [2020-10-19T07:14:40.564Z] Removing intermediate container ac582017c553 [2020-10-19T07:14:40.564Z] ---> 33592414ffd0 [2020-10-19T07:14:40.564Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:14:40.830Z] ---> Running in 4011e72cb731 [2020-10-19T07:14:41.490Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:14:41.779Z] Removing intermediate container 4011e72cb731 [2020-10-19T07:14:41.779Z] ---> eb6ebbb4a7a0 [2020-10-19T07:14:41.779Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:14:41.779Z] ---> Running in 2bfde70d68e2 [2020-10-19T07:14:42.356Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-19T07:14:42.931Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-19T07:14:43.880Z] OK: 166 MiB in 39 packages [2020-10-19T07:14:44.105Z] OK: 142 MiB in 39 packages [2020-10-19T07:14:44.145Z] Removing intermediate container 2bfde70d68e2 [2020-10-19T07:14:44.145Z] ---> f7720c8628ea [2020-10-19T07:14:44.145Z] Step 8/24 : COPY . . [2020-10-19T07:14:45.092Z] ---> 30b52e86d1c2 [2020-10-19T07:14:45.092Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:14:45.357Z] ---> Running in 3aadaaec35fe [2020-10-19T07:14:45.549Z] Removing intermediate container 131d883642a4 [2020-10-19T07:14:45.549Z] ---> 3b884322f834 [2020-10-19T07:14:45.549Z] Step 6/8 : WORKDIR /device-sdk-go [2020-10-19T07:14:45.549Z] ---> Running in 82b5aa19f1f9 [2020-10-19T07:14:45.620Z] 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-19T07:14:45.826Z] Removing intermediate container 82b5aa19f1f9 [2020-10-19T07:14:45.826Z] ---> 1f568a7936ff [2020-10-19T07:14:45.826Z] Step 7/8 : COPY . . [2020-10-19T07:14:47.270Z] ---> ab64da7e8661 [2020-10-19T07:14:47.270Z] Step 8/8 : RUN go mod download [2020-10-19T07:14:47.270Z] ---> Running in d811609b2090 [2020-10-19T07:14:53.872Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:14:57.199Z] Removing intermediate container 3aadaaec35fe [2020-10-19T07:14:57.199Z] ---> f958871d4e12 [2020-10-19T07:14:57.199Z] Step 10/24 : FROM scratch [2020-10-19T07:14:57.199Z] ---> [2020-10-19T07:14:57.199Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:14:57.199Z] ---> Running in c60692abd6e8 [2020-10-19T07:14:57.199Z] Removing intermediate container c60692abd6e8 [2020-10-19T07:14:57.199Z] ---> c749802479de [2020-10-19T07:14:57.199Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:14:57.199Z] ---> Running in 147135a86943 [2020-10-19T07:14:57.199Z] Removing intermediate container 147135a86943 [2020-10-19T07:14:57.199Z] ---> 9dcee8332e04 [2020-10-19T07:14:57.199Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:14:57.199Z] ---> Running in 3620c7d55127 [2020-10-19T07:14:57.199Z] Removing intermediate container 3620c7d55127 [2020-10-19T07:14:57.199Z] ---> c89aa607b33f [2020-10-19T07:14:57.199Z] Step 14/24 : WORKDIR / [2020-10-19T07:14:57.199Z] ---> Running in e1fe0db8fa20 [2020-10-19T07:14:57.466Z] Removing intermediate container e1fe0db8fa20 [2020-10-19T07:14:57.466Z] ---> 5be264153b29 [2020-10-19T07:14:57.466Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:14:58.059Z] ---> 6104d34dec4a [2020-10-19T07:14:58.059Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:14:58.059Z] ---> b42e52e24f20 [2020-10-19T07:14:58.059Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:14:58.323Z] ---> 1a8d74c9ddf7 [2020-10-19T07:14:58.323Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:14:58.587Z] ---> 8c628f50eca0 [2020-10-19T07:14:58.587Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:14:58.849Z] ---> 2b6cec54baab [2020-10-19T07:14:58.849Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:14:58.849Z] ---> Running in 0d1a92b66480 [2020-10-19T07:14:59.112Z] Removing intermediate container 0d1a92b66480 [2020-10-19T07:14:59.112Z] ---> 92f0062c1a64 [2020-10-19T07:14:59.112Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:14:59.112Z] ---> Running in a9fb83184cb4 [2020-10-19T07:14:59.112Z] Removing intermediate container a9fb83184cb4 [2020-10-19T07:14:59.112Z] ---> 77d4525d5e31 [2020-10-19T07:14:59.112Z] Step 22/24 : LABEL arch=amd64 [2020-10-19T07:14:59.375Z] ---> Running in 255ba38fd1dc [2020-10-19T07:14:59.375Z] Removing intermediate container 255ba38fd1dc [2020-10-19T07:14:59.375Z] ---> 2155a2700bf9 [2020-10-19T07:14:59.375Z] Step 23/24 : LABEL git_sha=0589cf02045747894cdc927c3ebb17bc787df2e5 [2020-10-19T07:14:59.640Z] ---> Running in 1d047fd3240d [2020-10-19T07:14:59.640Z] Removing intermediate container 1d047fd3240d [2020-10-19T07:14:59.640Z] ---> c5970581a4a7 [2020-10-19T07:14:59.640Z] Step 24/24 : LABEL version=0.0.0 [2020-10-19T07:14:59.640Z] ---> Running in 3e90c3cce37d [2020-10-19T07:14:59.903Z] Removing intermediate container 3e90c3cce37d [2020-10-19T07:14:59.903Z] ---> 3681c019646a [2020-10-19T07:14:59.903Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:14:59.903Z] Successfully built 3681c019646a [2020-10-19T07:14:59.903Z] 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-19T07:15:09.478Z] Removing intermediate container d811609b2090 [2020-10-19T07:15:09.478Z] ---> e79fe1300624 [2020-10-19T07:15:09.478Z] Successfully built e79fe1300624 [2020-10-19T07:15:09.478Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:15:09.887Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:15:09.887Z] . [Pipeline] withDockerContainer [2020-10-19T07:15:10.168Z] prd-ubuntu18.04-docker-arm64-4c-16g-6215 does not seem to be running inside a container [2020-10-19T07:15:10.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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-19T07:15:12.149Z] $ docker top 377cf9300d1b3b8286db7dde0b5f7775068ab079d2c17eceb8f114cd652cabfd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:15:13.565Z] + go version [2020-10-19T07:15:13.566Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-19T07:15:13.595Z] $ docker stop --time=1 377cf9300d1b3b8286db7dde0b5f7775068ab079d2c17eceb8f114cd652cabfd [2020-10-19T07:15:15.533Z] $ docker rm -f 377cf9300d1b3b8286db7dde0b5f7775068ab079d2c17eceb8f114cd652cabfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:15:17.458Z] + docker inspect -f . ci-base-image-arm64 [2020-10-19T07:15:17.458Z] . [Pipeline] withDockerContainer [2020-10-19T07:15:17.737Z] prd-ubuntu18.04-docker-arm64-4c-16g-6215 does not seem to be running inside a container [2020-10-19T07:15:17.857Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/26 -v /w/workspace/device-sdk-go/26:/w/workspace/device-sdk-go/26:rw,z -v /w/workspace/device-sdk-go/26@tmp:/w/workspace/device-sdk-go/26@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-19T07:15:19.811Z] $ docker top 6867f5a22df08c11238f70fdf917b391494dc5862f4908e70b74a5473dc2bc6a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:15:21.338Z] + make test [2020-10-19T07:15:21.338Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-10-19T07:15:43.548Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-10-19T07:16:30.615Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-10-19T07:16:30.615Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-10-19T07:16:30.615Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-10-19T07:16:30.615Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.125s coverage: 21.6% of statements [2020-10-19T07:16:31.221Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.175s coverage: 97.1% of statements [2020-10-19T07:16:58.014Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.135s coverage: 9.4% of statements [2020-10-19T07:16:58.014Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.117s coverage: 21.9% of statements [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-10-19T07:16:58.014Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.607s coverage: 42.6% of statements [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-10-19T07:16:58.014Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.769s coverage: 68.9% of statements [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/telemetry [no test files] [2020-10-19T07:16:58.014Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.174s coverage: 52.6% of statements [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/application [no test files] [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/cache [no test files] [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/internal/v2/controller/http [no test files] [2020-10-19T07:16:58.014Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.689s coverage: 68.9% of statements [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-10-19T07:16:58.014Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-10-19T07:16:58.290Z] GO111MODULE=on go vet ./... [2020-10-19T07:17:30.691Z] gofmt -l . [2020-10-19T07:17:30.691Z] [ "`gofmt -l .`" = "" ] [2020-10-19T07:17:30.968Z] ./bin/test-attribution-txt.sh [2020-10-19T07:17:31.942Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-10-19T07:17:32.236Z] Warning: overwriting stash ‘coverage-report’ [2020-10-19T07:17:33.145Z] Stashed 1 file(s) [Pipeline] } [2020-10-19T07:17:33.182Z] $ docker stop --time=1 6867f5a22df08c11238f70fdf917b391494dc5862f4908e70b74a5473dc2bc6a [2020-10-19T07:17:35.471Z] $ docker rm -f 6867f5a22df08c11238f70fdf917b391494dc5862f4908e70b74a5473dc2bc6a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-19T07:17:37.011Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-10-19T07:17:37.389Z] + ls -al . [2020-10-19T07:17:37.389Z] total 224 [2020-10-19T07:17:37.389Z] drwxrwxr-x 10 jenkins jenkins 4096 Oct 19 07:17 . [2020-10-19T07:17:37.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 .. [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 140 Oct 19 07:14 .dockerignore [2020-10-19T07:17:37.389Z] drwxrwxr-x 8 jenkins jenkins 4096 Oct 19 07:14 .git [2020-10-19T07:17:37.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:14 .github [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 138 Oct 19 07:14 .gitignore [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 936 Oct 19 07:14 Dockerfile.build [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 901 Oct 19 07:14 Jenkinsfile [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 11341 Oct 19 07:14 LICENSE [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 1013 Oct 19 07:14 Makefile [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 5897 Oct 19 07:14 README.md [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 4291 Oct 19 07:14 RELEASE-NOTES.txt [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 5 Oct 19 07:10 VERSION [2020-10-19T07:17:37.389Z] drwxrwxr-x 2 jenkins jenkins 4096 Oct 19 07:14 bin [2020-10-19T07:17:37.389Z] -rw-r--r-- 1 jenkins jenkins 110398 Oct 19 07:16 coverage.out [2020-10-19T07:17:37.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 example [2020-10-19T07:17:37.389Z] -rw-r--r-- 1 jenkins jenkins 517 Oct 19 07:17 go.mod [2020-10-19T07:17:37.389Z] -rw-r--r-- 1 jenkins jenkins 13737 Oct 19 07:17 go.sum [2020-10-19T07:17:37.389Z] drwxrwxr-x 15 jenkins jenkins 4096 Oct 19 07:14 internal [2020-10-19T07:17:37.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 openapi [2020-10-19T07:17:37.389Z] drwxrwxr-x 5 jenkins jenkins 4096 Oct 19 07:14 pkg [2020-10-19T07:17:37.389Z] drwxrwxr-x 4 jenkins jenkins 4096 Oct 19 07:14 snap [2020-10-19T07:17:37.389Z] -rw-rw-r-- 1 jenkins jenkins 222 Oct 19 07:14 version.go [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:17:37.747Z] + 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=0589cf02045747894cdc927c3ebb17bc787df2e5 --label arch=arm64 --label version=0.0.0 . [2020-10-19T07:17:38.346Z] Sending build context to Docker daemon 2.431MB [2020-10-19T07:17:38.346Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-10-19T07:17:38.346Z] Step 2/24 : FROM ${BASE} AS builder [2020-10-19T07:17:38.346Z] ---> e79fe1300624 [2020-10-19T07:17:38.346Z] Step 3/24 : ARG MAKE='make build' [2020-10-19T07:17:38.619Z] ---> Running in d8ae8aceb29d [2020-10-19T07:17:39.215Z] Removing intermediate container d8ae8aceb29d [2020-10-19T07:17:39.215Z] ---> c35be7ae45e4 [2020-10-19T07:17:39.215Z] Step 4/24 : WORKDIR /device-sdk-go [2020-10-19T07:17:39.215Z] ---> Running in 06be284ea9b2 [2020-10-19T07:17:39.816Z] Removing intermediate container 06be284ea9b2 [2020-10-19T07:17:39.816Z] ---> 9f76adf217a2 [2020-10-19T07:17:39.816Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:17:39.816Z] ---> Running in 247ae7b21b54 [2020-10-19T07:17:40.411Z] Removing intermediate container 247ae7b21b54 [2020-10-19T07:17:40.411Z] ---> 45ff6b08ee87 [2020-10-19T07:17:40.411Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-19T07:17:40.411Z] ---> Running in 815d359a9302 [2020-10-19T07:17:43.036Z] Removing intermediate container 815d359a9302 [2020-10-19T07:17:43.036Z] ---> 031fe8b5ff94 [2020-10-19T07:17:43.036Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-10-19T07:17:43.036Z] ---> Running in 98cfdfc603a4 [2020-10-19T07:17:44.472Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-19T07:17:45.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-10-19T07:17:46.044Z] OK: 142 MiB in 39 packages [2020-10-19T07:17:47.028Z] Removing intermediate container 98cfdfc603a4 [2020-10-19T07:17:47.028Z] ---> 95053a50b7af [2020-10-19T07:17:47.028Z] Step 8/24 : COPY . . [2020-10-19T07:17:48.462Z] ---> 1edec19bd0aa [2020-10-19T07:17:48.462Z] Step 9/24 : RUN ${MAKE} [2020-10-19T07:17:48.744Z] ---> Running in d823fd5da2a7 [2020-10-19T07:17:50.189Z] 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-19T07:18:17.037Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-10-19T07:18:18.017Z] Removing intermediate container d823fd5da2a7 [2020-10-19T07:18:18.017Z] ---> f5c0debb95af [2020-10-19T07:18:18.017Z] Step 10/24 : FROM scratch [2020-10-19T07:18:18.017Z] ---> [2020-10-19T07:18:18.017Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-10-19T07:18:18.292Z] ---> Running in 006f66477181 [2020-10-19T07:18:18.567Z] Removing intermediate container 006f66477181 [2020-10-19T07:18:18.567Z] ---> 2c30ef433561 [2020-10-19T07:18:18.567Z] Step 12/24 : ENV APP_PORT=49990 [2020-10-19T07:18:18.567Z] ---> Running in dfb3e5b4e997 [2020-10-19T07:18:19.163Z] Removing intermediate container dfb3e5b4e997 [2020-10-19T07:18:19.163Z] ---> 1300e5c0d134 [2020-10-19T07:18:19.163Z] Step 13/24 : EXPOSE $APP_PORT [2020-10-19T07:18:19.163Z] ---> Running in 189460c4d3b7 [2020-10-19T07:18:19.764Z] Removing intermediate container 189460c4d3b7 [2020-10-19T07:18:19.764Z] ---> 670326d86906 [2020-10-19T07:18:19.764Z] Step 14/24 : WORKDIR / [2020-10-19T07:18:19.764Z] ---> Running in 4998857cd5ad [2020-10-19T07:18:20.358Z] Removing intermediate container 4998857cd5ad [2020-10-19T07:18:20.358Z] ---> 3f0e1a0805ad [2020-10-19T07:18:20.358Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-10-19T07:18:21.341Z] ---> 9a7aa38dc989 [2020-10-19T07:18:21.341Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-10-19T07:18:22.319Z] ---> e718493d78ac [2020-10-19T07:18:22.319Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-10-19T07:18:22.917Z] ---> b3cd7bae9b6e [2020-10-19T07:18:22.917Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-10-19T07:18:23.515Z] ---> c1017013d2c0 [2020-10-19T07:18:23.515Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-10-19T07:18:24.493Z] ---> 7e289d3a9b56 [2020-10-19T07:18:24.493Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-10-19T07:18:24.493Z] ---> Running in d97cc9ce8d44 [2020-10-19T07:18:25.091Z] Removing intermediate container d97cc9ce8d44 [2020-10-19T07:18:25.091Z] ---> cc95484e2698 [2020-10-19T07:18:25.091Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-10-19T07:18:25.091Z] ---> Running in 48df5eb20c9d [2020-10-19T07:18:25.368Z] Removing intermediate container 48df5eb20c9d [2020-10-19T07:18:25.368Z] ---> 3775e1c5ea39 [2020-10-19T07:18:25.368Z] Step 22/24 : LABEL arch=arm64 [2020-10-19T07:18:25.646Z] ---> Running in d0c3dcd07505 [2020-10-19T07:18:26.239Z] Removing intermediate container d0c3dcd07505 [2020-10-19T07:18:26.239Z] ---> 6a0597e198bd [2020-10-19T07:18:26.239Z] Step 23/24 : LABEL git_sha=0589cf02045747894cdc927c3ebb17bc787df2e5 [2020-10-19T07:18:26.514Z] ---> Running in 2e42ea1518aa [2020-10-19T07:18:26.786Z] Removing intermediate container 2e42ea1518aa [2020-10-19T07:18:26.786Z] ---> 62cd583d8652 [2020-10-19T07:18:26.786Z] Step 24/24 : LABEL version=0.0.0 [2020-10-19T07:18:27.059Z] ---> Running in 84f4b1387c0c [2020-10-19T07:18:27.654Z] Removing intermediate container 84f4b1387c0c [2020-10-19T07:18:27.654Z] ---> bbc70635ff7d [2020-10-19T07:18:27.654Z] [Warning] One or more build-args [ARCH] were not consumed [2020-10-19T07:18:27.654Z] Successfully built bbc70635ff7d [2020-10-19T07:18:27.654Z] 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-19T07:18:29.313Z] provisioning config files... [2020-10-19T07:18:29.326Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2068067272306902610tmp [Pipeline] { [Pipeline] sh [2020-10-19T07:18:29.716Z] + set +x [2020-10-19T07:18:29.716Z] + curl -s https://codecov.io/bash [2020-10-19T07:18:29.716Z] + bash -s -- [2020-10-19T07:18:29.993Z] [2020-10-19T07:18:29.993Z] _____ _ [2020-10-19T07:18:29.993Z] / ____| | | [2020-10-19T07:18:29.993Z] | | ___ __| | ___ ___ _____ __ [2020-10-19T07:18:29.993Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2020-10-19T07:18:29.993Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2020-10-19T07:18:29.993Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2020-10-19T07:18:29.993Z] Bash-20201009-048fee3 [2020-10-19T07:18:29.993Z] [2020-10-19T07:18:29.993Z] [2020-10-19T07:18:29.993Z] ==> Jenkins CI detected. [2020-10-19T07:18:29.993Z] project root: . [2020-10-19T07:18:29.993Z] Fixing merge commit SHA [2020-10-19T07:18:29.993Z] --> token set from env [2020-10-19T07:18:29.993Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2020-10-19T07:18:29.993Z] ==> Running gcov in . (disable via -X gcov) [2020-10-19T07:18:29.993Z] ==> Python coveragepy not found [2020-10-19T07:18:29.993Z] ==> Searching for coverage reports in: [2020-10-19T07:18:29.993Z] + . [2020-10-19T07:18:29.993Z] -> Found 1 reports [2020-10-19T07:18:29.993Z] ==> Detecting git/mercurial file structure [2020-10-19T07:18:29.993Z] ==> Reading reports [2020-10-19T07:18:29.993Z] + ./coverage.out bytes=110398 [2020-10-19T07:18:30.270Z] ==> Appending adjustments [2020-10-19T07:18:30.270Z] https://docs.codecov.io/docs/fixing-reports [2020-10-19T07:18:30.858Z] + Found adjustments [2020-10-19T07:18:30.858Z] ==> Gzipping contents [2020-10-19T07:18:30.858Z] ==> Uploading reports [2020-10-19T07:18:30.858Z] url: https://codecov.io [2020-10-19T07:18:30.858Z] query: branch=PR-582&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= [2020-10-19T07:18:30.858Z] -> Pinging Codecov [2020-10-19T07:18:30.858Z] https://codecov.io/upload/v4?package=bash-20201009-048fee3&token=secret&branch=PR-582&commit=2d9730a214a0d2600c47b6e1f4d312ee14057382&build=26&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-582%2F26%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=582&job=&cmd_args= [2020-10-19T07:18:30.858Z] -> Uploading to [2020-10-19T07:18:30.858Z] [2020-10-19T07:18:30.858Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:18:30.858Z] Dload Upload Total Spent Left Speed [2020-10-19T07:18:31.126Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0curl: (6) Could not resolve host: ; Unknown error [2020-10-19T07:18:31.126Z] X> Failed to upload [2020-10-19T07:18:31.126Z] ==> Uploading to Codecov [2020-10-19T07:18:31.126Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-10-19T07:18:31.126Z] Dload Upload Total Spent Left Speed [2020-10-19T07:18:32.132Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 19154 100 110 100 19044 114 19881 --:--:-- --:--:-- --:--:-- 19878 [2020-10-19T07:18:32.132Z] View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/2d9730a214a0d2600c47b6e1f4d312ee14057382 [Pipeline] } [2020-10-19T07:18:32.148Z] 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-19T07:18:35.102Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:18:35.763Z] ---> package-listing.sh [2020-10-19T07:18:35.763Z] ++ facter osfamily [2020-10-19T07:18:35.763Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-19T07:18:36.036Z] + OS_FAMILY=redhat [2020-10-19T07:18:36.036Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-10-19T07:18:36.036Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-19T07:18:36.036Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-19T07:18:36.036Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-19T07:18:36.036Z] + PACKAGES=/tmp/packages_start.txt [2020-10-19T07:18:36.036Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-10-19T07:18:36.036Z] + PACKAGES=/tmp/packages_end.txt [2020-10-19T07:18:36.036Z] + case "${OS_FAMILY}" in [2020-10-19T07:18:36.036Z] + rpm -qa [2020-10-19T07:18:36.036Z] + sort [2020-10-19T07:18:41.504Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-19T07:18:41.504Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-19T07:18:41.504Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-19T07:18:41.504Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-10-19T07:18:41.504Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [2020-10-19T07:18:41.504Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] echo [2020-10-19T07:18:41.537Z] 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-582/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-19T07:18:41.908Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:18:42.552Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:18:42.552Z] [2020-10-19T07:18:42.552Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-19T07:18:43.023Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:18:43.023Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-19T07:18:43.023Z] df20fa9351a1: Pulling fs layer [2020-10-19T07:18:43.023Z] 36b3adc4ff6f: Pulling fs layer [2020-10-19T07:18:43.023Z] 8ad3a11d3b57: Pulling fs layer [2020-10-19T07:18:43.023Z] 46f8f816bc3b: Pulling fs layer [2020-10-19T07:18:43.023Z] 93b61091891f: Pulling fs layer [2020-10-19T07:18:43.023Z] 93b9cdb0e59b: Pulling fs layer [2020-10-19T07:18:43.023Z] 5e14af77c1be: Pulling fs layer [2020-10-19T07:18:43.023Z] 01666e4c0597: Pulling fs layer [2020-10-19T07:18:43.023Z] aa168da1d23b: Pulling fs layer [2020-10-19T07:18:43.023Z] 93b9cdb0e59b: Waiting [2020-10-19T07:18:43.023Z] 5e14af77c1be: Waiting [2020-10-19T07:18:43.023Z] 01666e4c0597: Waiting [2020-10-19T07:18:43.023Z] aa168da1d23b: Waiting [2020-10-19T07:18:43.023Z] 46f8f816bc3b: Waiting [2020-10-19T07:18:43.023Z] 93b61091891f: Waiting [2020-10-19T07:18:43.316Z] 36b3adc4ff6f: Verifying Checksum [2020-10-19T07:18:43.316Z] 36b3adc4ff6f: Download complete [2020-10-19T07:18:43.316Z] 46f8f816bc3b: Verifying Checksum [2020-10-19T07:18:43.316Z] 46f8f816bc3b: Download complete [2020-10-19T07:18:43.316Z] df20fa9351a1: Verifying Checksum [2020-10-19T07:18:43.316Z] df20fa9351a1: Download complete [2020-10-19T07:18:43.316Z] 93b9cdb0e59b: Download complete [2020-10-19T07:18:43.598Z] 5e14af77c1be: Verifying Checksum [2020-10-19T07:18:43.598Z] 5e14af77c1be: Download complete [2020-10-19T07:18:43.598Z] 93b61091891f: Verifying Checksum [2020-10-19T07:18:43.598Z] 93b61091891f: Download complete [2020-10-19T07:18:43.598Z] 01666e4c0597: Verifying Checksum [2020-10-19T07:18:43.598Z] 01666e4c0597: Download complete [2020-10-19T07:18:44.269Z] 8ad3a11d3b57: Verifying Checksum [2020-10-19T07:18:44.269Z] 8ad3a11d3b57: Download complete [2020-10-19T07:18:44.554Z] df20fa9351a1: Pull complete [2020-10-19T07:18:44.834Z] 36b3adc4ff6f: Pull complete [2020-10-19T07:18:46.080Z] 8ad3a11d3b57: Pull complete [2020-10-19T07:18:46.485Z] 46f8f816bc3b: Pull complete [2020-10-19T07:18:47.213Z] 93b61091891f: Pull complete [2020-10-19T07:18:47.543Z] 93b9cdb0e59b: Pull complete [2020-10-19T07:18:47.543Z] 5e14af77c1be: Pull complete [2020-10-19T07:18:47.872Z] 01666e4c0597: Pull complete [2020-10-19T07:18:49.932Z] aa168da1d23b: Verifying Checksum [2020-10-19T07:18:49.932Z] aa168da1d23b: Download complete [2020-10-19T07:19:00.270Z] aa168da1d23b: Pull complete [2020-10-19T07:19:00.270Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-19T07:19:00.270Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-19T07:19:00.270Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-19T07:19:00.609Z] prd-centos7-docker-4c-2g-6200 does not seem to be running inside a container [2020-10-19T07:19:00.671Z] $ 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-582/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-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@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-19T07:19:07.032Z] $ docker top 47e0108fb83aa81794595044df0cd775f444b85e986ce9e394d74fc8967a212e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-19T07:19:07.837Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-19T07:19:08.305Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-19T07:19:08.662Z] + ls /var/log/sa-host [2020-10-19T07:19:08.662Z] + sadf -c /var/log/sa-host/sa05 [2020-10-19T07:19:08.662Z] file_magic: OK [2020-10-19T07:19:08.662Z] HZ: Using current value: 100 [2020-10-19T07:19:08.662Z] file_header: OK [2020-10-19T07:19:08.662Z] 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-19T07:19:08.662Z] Statistics: [2020-10-19T07:19:08.662Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:19:08.662Z] File successfully converted to sysstat format version 12.2.1 [2020-10-19T07:19:08.662Z] + sadf -c /var/log/sa-host/sa19 [2020-10-19T07:19:08.662Z] file_magic: OK [2020-10-19T07:19:08.662Z] HZ: Using current value: 100 [2020-10-19T07:19:08.662Z] file_header: OK [2020-10-19T07:19:08.662Z] 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-19T07:19:08.662Z] Statistics: [2020-10-19T07:19:08.662Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-19T07:19:08.662Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-19T07:19:08.866Z] provisioning config files... [2020-10-19T07:19:08.886Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config4109737390402879286tmp [Pipeline] { [Pipeline] echo [2020-10-19T07:19:08.974Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:19:09.687Z] ---> create-netrc.sh [Pipeline] } [2020-10-19T07:19:09.701Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-19T07:19:09.795Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:19:10.558Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-19T07:19:10.579Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:19:10.940Z] ---> sudo-logs.sh [2020-10-19T07:19:10.940Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-19T07:19:10.955Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:19:11.703Z] ---> job-cost.sh [2020-10-19T07:19:11.703Z] lf-activate-venv: SKIPPING [2020-10-19T07:19:11.703Z] INFO: No Stack... [2020-10-19T07:19:13.227Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-19T07:19:13.494Z] INFO: Archiving Costs [Pipeline] echo [2020-10-19T07:19:13.511Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-19T07:19:14.309Z] ---> logs-deploy.sh [2020-10-19T07:19:14.309Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/26 [2020-10-19T07:19:14.309Z] INFO: archiving workspace using pattern(s): [2020-10-19T07:19:17.074Z] Archives upload complete. [2020-10-19T07:19:17.074Z] INFO: archiving logs to Nexus [2020-10-19T07:19:18.561Z] ---> uname -a: [2020-10-19T07:19:18.561Z] Linux prd-centos7-docker-4c-2g-6200.vexxhost.local 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-10-19T07:19:18.561Z] [2020-10-19T07:19:18.561Z] [2020-10-19T07:19:18.561Z] ---> lscpu: [2020-10-19T07:19:18.561Z] Architecture: x86_64 [2020-10-19T07:19:18.561Z] CPU op-mode(s): 32-bit, 64-bit [2020-10-19T07:19:18.561Z] Byte Order: Little Endian [2020-10-19T07:19:18.561Z] Address sizes: 40 bits physical, 48 bits virtual [2020-10-19T07:19:18.562Z] CPU(s): 4 [2020-10-19T07:19:18.562Z] On-line CPU(s) list: 0-3 [2020-10-19T07:19:18.562Z] Thread(s) per core: 1 [2020-10-19T07:19:18.562Z] Core(s) per socket: 1 [2020-10-19T07:19:18.562Z] Socket(s): 4 [2020-10-19T07:19:18.562Z] NUMA node(s): 1 [2020-10-19T07:19:18.562Z] Vendor ID: GenuineIntel [2020-10-19T07:19:18.562Z] CPU family: 6 [2020-10-19T07:19:18.562Z] Model: 44 [2020-10-19T07:19:18.562Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-10-19T07:19:18.562Z] Stepping: 1 [2020-10-19T07:19:18.562Z] CPU MHz: 2933.438 [2020-10-19T07:19:18.562Z] BogoMIPS: 5866.87 [2020-10-19T07:19:18.562Z] Virtualization: VT-x [2020-10-19T07:19:18.562Z] Hypervisor vendor: KVM [2020-10-19T07:19:18.562Z] Virtualization type: full [2020-10-19T07:19:18.562Z] L1d cache: 128 KiB [2020-10-19T07:19:18.562Z] L1i cache: 128 KiB [2020-10-19T07:19:18.562Z] L2 cache: 16 MiB [2020-10-19T07:19:18.562Z] L3 cache: 64 MiB [2020-10-19T07:19:18.562Z] NUMA node0 CPU(s): 0-3 [2020-10-19T07:19:18.562Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-10-19T07:19:18.562Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-10-19T07:19:18.562Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-10-19T07:19:18.562Z] Vulnerability Meltdown: Mitigation; PTI [2020-10-19T07:19:18.562Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-10-19T07:19:18.562Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-10-19T07:19:18.562Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-10-19T07:19:18.562Z] Vulnerability Tsx async abort: Not affected [2020-10-19T07:19:18.562Z] 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-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] ---> nproc: [2020-10-19T07:19:18.562Z] 4 [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] ---> df -h: [2020-10-19T07:19:18.562Z] Filesystem Size Used Available Use% Mounted on [2020-10-19T07:19:18.562Z] overlay 50.0G 7.2G 42.8G 14% / [2020-10-19T07:19:18.562Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-10-19T07:19:18.562Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-10-19T07:19:18.562Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /facter-os [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/auth.log [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /run/cloud-init/result.json [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa-host [2020-10-19T07:19:18.562Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/secure [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] ---> free -m: [2020-10-19T07:19:18.562Z] total used free shared buff/cache available [2020-10-19T07:19:18.562Z] Mem: 1837 671 88 0 1077 1064 [2020-10-19T07:19:18.562Z] Swap: 1023 1 1022 [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] ---> ip addr: [2020-10-19T07:19:18.562Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-10-19T07:19:18.562Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-10-19T07:19:18.562Z] inet 127.0.0.1/8 scope host lo [2020-10-19T07:19:18.562Z] valid_lft forever preferred_lft forever [2020-10-19T07:19:18.562Z] inet6 ::1/128 scope host [2020-10-19T07:19:18.562Z] valid_lft forever preferred_lft forever [2020-10-19T07:19:18.562Z] 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 [2020-10-19T07:19:18.562Z] link/ether fa:16:3e:c9:21:10 brd ff:ff:ff:ff:ff:ff [2020-10-19T07:19:18.562Z] inet 10.30.122.82/23 brd 10.30.123.255 scope global dynamic eth0 [2020-10-19T07:19:18.562Z] valid_lft 85824sec preferred_lft 85824sec [2020-10-19T07:19:18.562Z] inet6 fe80::f816:3eff:fec9:2110/64 scope link [2020-10-19T07:19:18.562Z] valid_lft forever preferred_lft forever [2020-10-19T07:19:18.562Z] 3: docker0: mtu 1500 qdisc noqueue state DOWN [2020-10-19T07:19:18.562Z] link/ether 02:42:ed:69:57:49 brd ff:ff:ff:ff:ff:ff [2020-10-19T07:19:18.562Z] inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 [2020-10-19T07:19:18.562Z] valid_lft forever preferred_lft forever [2020-10-19T07:19:18.562Z] inet6 fe80::42:edff:fe69:5749/64 scope link [2020-10-19T07:19:18.562Z] valid_lft forever preferred_lft forever [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] ---> sar -b -r -n DEV: [2020-10-19T07:19:18.562Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 10/19/20 _x86_64_ (4 CPU) [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] 07:09:14 LINUX RESTART (4 CPU) [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] 07:10:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-10-19T07:19:18.562Z] 07:11:01 87.61 37.50 50.12 0.00 7317.59 5159.64 0.00 [2020-10-19T07:19:18.562Z] 07:12:01 3.56 0.00 3.56 0.00 0.00 118.44 0.00 [2020-10-19T07:19:18.562Z] 07:13:01 0.33 0.00 0.33 0.00 0.00 6.19 0.00 [2020-10-19T07:19:18.562Z] 07:14:01 0.20 0.00 0.20 0.00 0.00 1.75 0.00 [2020-10-19T07:19:18.562Z] 07:15:01 0.23 0.00 0.23 0.00 0.00 3.41 0.00 [2020-10-19T07:19:18.562Z] 07:16:01 0.32 0.00 0.32 0.00 0.00 4.08 0.00 [2020-10-19T07:19:18.562Z] 07:17:01 0.28 0.02 0.27 0.00 0.13 3.75 0.00 [2020-10-19T07:19:18.562Z] 07:18:01 0.22 0.00 0.22 0.00 0.00 2.30 0.00 [2020-10-19T07:19:18.562Z] 07:19:02 106.40 60.89 45.51 0.00 5963.56 15958.18 0.00 [2020-10-19T07:19:18.562Z] Average: 22.15 10.94 11.20 0.00 1476.98 2364.25 0.00 [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] 07:10:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-10-19T07:19:18.562Z] 07:11:01 173260 0 538468 28.62 2620 1167208 1133604 38.69 409256 1138036 128 [2020-10-19T07:19:18.562Z] 07:12:01 176764 0 534872 28.43 2620 1167300 1106204 37.75 407644 1136488 16 [2020-10-19T07:19:18.562Z] 07:13:01 180244 0 531388 28.24 2620 1167304 1065016 36.35 407052 1134712 8 [2020-10-19T07:19:18.562Z] 07:14:01 178400 0 533232 28.34 2620 1167304 1065172 36.35 413544 1129944 16 [2020-10-19T07:19:18.562Z] 07:15:01 177332 0 534292 28.40 2620 1167312 1065184 36.35 416056 1128908 8 [2020-10-19T07:19:18.562Z] 07:16:01 177084 0 534532 28.41 2620 1167320 1065124 36.35 421768 1123436 8 [2020-10-19T07:19:18.562Z] 07:17:01 178704 0 532904 28.32 2620 1167328 1053752 35.96 420400 1123340 8 [2020-10-19T07:19:18.562Z] 07:18:01 179116 0 532488 28.30 2620 1167332 1053756 35.96 412868 1130988 8 [2020-10-19T07:19:18.562Z] 07:19:02 180900 0 637560 33.88 2620 1060476 1258876 42.96 421564 1060388 53072 [2020-10-19T07:19:18.562Z] Average: 177978 0 545526 28.99 2620 1155432 1096299 37.41 414461 1122916 5919 [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z] 07:10:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-10-19T07:19:18.562Z] 07:11:01 eth0 239.82 177.95 1065.91 85.85 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:11:01 docker0 5.59 4.52 1.03 19.53 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:12:01 eth0 4.79 0.98 2.42 0.46 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:13:01 eth0 4.19 1.21 1.49 0.97 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:14:01 eth0 1.80 0.50 0.61 0.36 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:15:01 eth0 0.93 0.53 0.53 0.42 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:16:01 eth0 0.37 0.20 0.15 0.07 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:17:01 eth0 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:17:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:18:01 eth0 0.42 0.08 0.03 0.01 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:19:02 eth0 207.15 165.08 2175.42 20.87 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:19:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] 07:19:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] Average: eth0 51.11 38.55 361.07 12.12 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] Average: docker0 0.62 0.50 0.11 2.17 0.00 0.00 0.00 0.00 [2020-10-19T07:19:18.562Z] [2020-10-19T07:19:18.562Z]