Pull request #584 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 99cc20d3fefe63c1958a21752eb6170408da4892+4000e27a9f725d20d01bd2b86b2182ef891199d8 (5aa26d1f07e5a956406a4a8c081d9ec1882c8f70) Running in Durability level: MAX_SURVIVABILITY 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-584/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-1899 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit 99cc20d3fefe63c1958a21752eb6170408da4892 Merge succeeded, producing 99cc20d3fefe63c1958a21752eb6170408da4892 Checking out Revision 99cc20d3fefe63c1958a21752eb6170408da4892 (PR-584) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99cc20d3fefe63c1958a21752eb6170408da4892 # 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 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 99cc20d3fefe63c1958a21752eb6170408da4892 # timeout=10 Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-09T03:34:55.557Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-09T03:34:55.851Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-09T03:34:56.097Z] ========================================================= [2020-09-09T03:34:56.097Z] EdgeX Global Pipelines Version Info [2020-09-09T03:34:56.097Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:34:57.835Z] ------------------- [2020-09-09T03:34:57.835Z] stable info: [2020-09-09T03:34:57.835Z] ------------------- [2020-09-09T03:34:57.835Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-09T03:34:57.835Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T03:34:57.835Z] Message: update stable to v1.0.119 [2020-09-09T03:34:59.279Z] ------------------- [2020-09-09T03:34:59.279Z] experimental info: [2020-09-09T03:34:59.279Z] ------------------- [2020-09-09T03:34:59.279Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-09T03:34:59.279Z] Commit SHA: fce6018850fd827eed96b6ce04e8822d251c695d [2020-09-09T03:34:59.279Z] Message: update experimental to v1.0.120 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-09T03:34:59.788Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-09T03:34:59.900Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-09T03:35:00.014Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-09T03:35:00.134Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-09T03:35:00.326Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-09T03:35:00.516Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.13 [Pipeline] echo [2020-09-09T03:35:00.704Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-09T03:35:00.935Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [Pipeline] echo [2020-09-09T03:35:01.061Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-09T03:35:01.183Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-09T03:35:01.297Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-09T03:35:01.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-09T03:35:01.557Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-09T03:35:01.695Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-09T03:35:01.819Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-09T03:35:02.017Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T03:35:02.138Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T03:35:02.266Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-09T03:35:02.390Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-09T03:35:02.510Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-09T03:35:02.634Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-09T03:35:02.754Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-09T03:35:02.870Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-09-09T03:35:03.015Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-09-09T03:35:03.140Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-09-09T03:35:03.350Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 99cc20d3fefe63c1958a21752eb6170408da4892 [Pipeline] echo [2020-09-09T03:35:03.486Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 99cc20d [Pipeline] echo [2020-09-09T03:35:03.605Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T03:35:04.444Z] + git log --format=format:%s -1 99cc20d3fefe63c1958a21752eb6170408da4892 [Pipeline] echo [2020-09-09T03:35:04.537Z] GIT_COMMIT: 99cc20d3fefe63c1958a21752eb6170408da4892, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo [2020-09-09T03:35:04.609Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:35:05.212Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:35:05.485Z] [2020-09-09T03:35:05.485Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:35:05.920Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:35:06.191Z] latest: Pulling from edgex-devops/git-semver [2020-09-09T03:35:06.191Z] 31603596830f: Pulling fs layer [2020-09-09T03:35:06.191Z] 2a8b12db71e7: Pulling fs layer [2020-09-09T03:35:06.191Z] 6ca5941a6612: Pulling fs layer [2020-09-09T03:35:06.191Z] ecc8261a40a4: Pulling fs layer [2020-09-09T03:35:06.191Z] ecc8261a40a4: Waiting [2020-09-09T03:35:06.191Z] 2a8b12db71e7: Verifying Checksum [2020-09-09T03:35:06.192Z] 2a8b12db71e7: Download complete [2020-09-09T03:35:06.192Z] 31603596830f: Download complete [2020-09-09T03:35:06.462Z] ecc8261a40a4: Verifying Checksum [2020-09-09T03:35:06.462Z] ecc8261a40a4: Download complete [2020-09-09T03:35:06.731Z] 6ca5941a6612: Verifying Checksum [2020-09-09T03:35:06.731Z] 6ca5941a6612: Download complete [2020-09-09T03:35:06.731Z] 31603596830f: Pull complete [2020-09-09T03:35:07.027Z] 2a8b12db71e7: Pull complete [2020-09-09T03:35:08.460Z] 6ca5941a6612: Pull complete [2020-09-09T03:35:08.744Z] ecc8261a40a4: Pull complete [2020-09-09T03:35:08.744Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-09T03:35:08.744Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-09T03:35:08.744Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-09T03:35:08.906Z] prd-centos7-docker-4c-2g-1899 does not seem to be running inside a container [2020-09-09T03:35:08.977Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-09T03:35:11.553Z] $ docker top 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-09T03:35:12.066Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:35:12.066Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:35:12.464Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:35:12.471Z] $ docker exec 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 ssh-agent [2020-09-09T03:35:12.788Z] SSH_AUTH_SOCK=/tmp/ssh-FmXMRTG0EmTu/agent.12 [2020-09-09T03:35:12.788Z] SSH_AGENT_PID=18 [2020-09-09T03:35:12.806Z] Running ssh-add (command line suppressed) [2020-09-09T03:35:13.079Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8230353320763807304.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8230353320763807304.key) [2020-09-09T03:35:13.183Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:35:13.650Z] + git describe --exact-match --tags HEAD [2020-09-09T03:35:13.650Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-09T03:35:13.705Z] $ docker exec --env ******** --env ******** 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 ssh-agent -k [2020-09-09T03:35:13.900Z] unset SSH_AUTH_SOCK; [2020-09-09T03:35:13.900Z] unset SSH_AGENT_PID; [2020-09-09T03:35:13.900Z] echo Agent pid 18 killed; [2020-09-09T03:35:13.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-09T03:35:14.096Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-09T03:35:14.096Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-09T03:35:14.206Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-09T03:35:14.206Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-09T03:35:14.406Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-09T03:35:14.412Z] $ docker exec 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 ssh-agent [2020-09-09T03:35:14.611Z] SSH_AUTH_SOCK=/tmp/ssh-JU4dWWgdSQA8/agent.46 [2020-09-09T03:35:14.611Z] SSH_AGENT_PID=51 [2020-09-09T03:35:14.618Z] Running ssh-add (command line suppressed) [2020-09-09T03:35:14.787Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5542560828877352508.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5542560828877352508.key) [2020-09-09T03:35:14.847Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-09T03:35:15.235Z] + git semver init [2020-09-09T03:35:15.235Z] # -> Open(): unable to determine branch for HEAD [2020-09-09T03:35:15.235Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-09-09T03:35:15.235Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-09T03:35:15.235Z] # $SEMVER_REMOTE_NAME = origin [2020-09-09T03:35:15.235Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-09T03:35:15.235Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-09T03:35:15.235Z] # $SEMVER_BRANCH = PR-584 [2020-09-09T03:35:15.235Z] # $SEMVER_TEMP = /tmp/semver-017676784 [2020-09-09T03:35:15.235Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-09T03:35:17.172Z] # '/tmp/semver-017676784' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-09-09T03:35:17.172Z] # -> Force: false [2020-09-09T03:35:17.172Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-09-09T03:35:17.230Z] $ docker exec --env ******** --env ******** 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 ssh-agent -k [2020-09-09T03:35:17.525Z] unset SSH_AUTH_SOCK; [2020-09-09T03:35:17.526Z] unset SSH_AGENT_PID; [2020-09-09T03:35:17.526Z] echo Agent pid 51 killed; [2020-09-09T03:35:17.577Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-09T03:35:18.171Z] + git semver [Pipeline] } [2020-09-09T03:35:18.204Z] $ docker stop --time=1 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 [2020-09-09T03:35:19.622Z] $ docker rm -f 502ba932a95c2662c727541c7489750a154695cf40ac6f8fd410700d3d5fd440 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-09T03:35:20.671Z] Stashed 32 file(s) [Pipeline] echo [2020-09-09T03:35:20.693Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-09T03:35:20.837Z] Archived original 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-09-09T03:35:36.626Z] Still waiting to schedule task [2020-09-09T03:35:36.627Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-09T03:35:36.648Z] Still waiting to schedule task [2020-09-09T03:35:36.649Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1896’ [2020-09-09T03:36:54.256Z] Running on prd-centos7-docker-4c-2g-1908 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-09T03:36:54.335Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-09T03:36:57.409Z] using credential edgex-jenkins-ssh [2020-09-09T03:36:57.457Z] Cloning the remote Git repository [2020-09-09T03:36:57.457Z] Cloning with configured refspecs honoured and without tags [2020-09-09T03:36:57.484Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:36:57.552Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-09T03:36:57.611Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:36:57.611Z] > git --version # timeout=10 [2020-09-09T03:36:57.619Z] > git --version # 'git version 2.16.5' [2020-09-09T03:36:57.619Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:36:57.648Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:36:58.390Z] Fetching without tags [2020-09-09T03:36:58.777Z] Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit 99cc20d3fefe63c1958a21752eb6170408da4892 [2020-09-09T03:36:58.864Z] Merge succeeded, producing 99cc20d3fefe63c1958a21752eb6170408da4892 [2020-09-09T03:36:58.865Z] Checking out Revision 99cc20d3fefe63c1958a21752eb6170408da4892 (PR-584) [2020-09-09T03:36:58.355Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:36:58.365Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-09T03:36:58.374Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:36:58.385Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:36:58.396Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:36:58.396Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:36:58.402Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:36:58.787Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T03:36:58.794Z] > git checkout -f 99cc20d3fefe63c1958a21752eb6170408da4892 # timeout=10 [2020-09-09T03:36:58.839Z] > git remote # timeout=10 [2020-09-09T03:36:58.845Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T03:36:58.849Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:36:58.853Z] > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 [2020-09-09T03:36:58.862Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T03:36:58.869Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T03:36:58.874Z] > git checkout -f 99cc20d3fefe63c1958a21752eb6170408da4892 # timeout=10 [2020-09-09T03:37:02.430Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [2020-09-09T03:37:02.457Z] > git --version # timeout=10 [2020-09-09T03:37:02.462Z] > git --version # 'git version 2.16.5' [2020-09-09T03:37:02.467Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-09T03:37:03.458Z] ========================================================= [2020-09-09T03:37:03.458Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-09-09T03:37:03.458Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:37:04.161Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-09-09T03:37:04.430Z] Sending build context to Docker daemon 3.139MB [2020-09-09T03:37:04.430Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-09T03:37:04.430Z] Step 2/8 : FROM ${BASE} [2020-09-09T03:37:04.699Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-09T03:37:04.699Z] df20fa9351a1: Pulling fs layer [2020-09-09T03:37:04.699Z] ed8968b2872e: Pulling fs layer [2020-09-09T03:37:04.699Z] a92cc7c5fd73: Pulling fs layer [2020-09-09T03:37:04.699Z] 2dd03ba5bac4: Pulling fs layer [2020-09-09T03:37:04.699Z] 1e091d79d1de: Pulling fs layer [2020-09-09T03:37:04.699Z] 481702a1767f: Pulling fs layer [2020-09-09T03:37:04.699Z] f64a6f60c768: Pulling fs layer [2020-09-09T03:37:04.699Z] e78d2573fc39: Pulling fs layer [2020-09-09T03:37:04.699Z] e876d2f968b6: Pulling fs layer [2020-09-09T03:37:04.699Z] ce8a83651883: Pulling fs layer [2020-09-09T03:37:04.699Z] 07967f4d0e4b: Pulling fs layer [2020-09-09T03:37:04.699Z] f64a6f60c768: Waiting [2020-09-09T03:37:04.699Z] ce8a83651883: Waiting [2020-09-09T03:37:04.699Z] e78d2573fc39: Waiting [2020-09-09T03:37:04.699Z] 07967f4d0e4b: Waiting [2020-09-09T03:37:04.699Z] e876d2f968b6: Waiting [2020-09-09T03:37:04.699Z] 2dd03ba5bac4: Waiting [2020-09-09T03:37:04.699Z] 1e091d79d1de: Waiting [2020-09-09T03:37:04.700Z] 481702a1767f: Waiting [2020-09-09T03:37:04.700Z] a92cc7c5fd73: Verifying Checksum [2020-09-09T03:37:04.700Z] a92cc7c5fd73: Download complete [2020-09-09T03:37:04.700Z] ed8968b2872e: Download complete [2020-09-09T03:37:04.700Z] 1e091d79d1de: Download complete [2020-09-09T03:37:04.700Z] 481702a1767f: Verifying Checksum [2020-09-09T03:37:04.700Z] 481702a1767f: Download complete [2020-09-09T03:37:04.700Z] df20fa9351a1: Verifying Checksum [2020-09-09T03:37:04.700Z] df20fa9351a1: Download complete [2020-09-09T03:37:04.973Z] df20fa9351a1: Pull complete [2020-09-09T03:37:05.238Z] ed8968b2872e: Pull complete [2020-09-09T03:37:05.501Z] a92cc7c5fd73: Pull complete [2020-09-09T03:37:07.430Z] f64a6f60c768: Verifying Checksum [2020-09-09T03:37:07.430Z] f64a6f60c768: Download complete [2020-09-09T03:37:07.430Z] e876d2f968b6: Verifying Checksum [2020-09-09T03:37:07.431Z] e876d2f968b6: Download complete [2020-09-09T03:37:08.387Z] ce8a83651883: Verifying Checksum [2020-09-09T03:37:08.387Z] ce8a83651883: Download complete [2020-09-09T03:37:08.387Z] 07967f4d0e4b: Verifying Checksum [2020-09-09T03:37:08.387Z] 07967f4d0e4b: Download complete [2020-09-09T03:37:08.963Z] e78d2573fc39: Verifying Checksum [2020-09-09T03:37:08.964Z] e78d2573fc39: Download complete [2020-09-09T03:37:08.964Z] 2dd03ba5bac4: Verifying Checksum [2020-09-09T03:37:08.964Z] 2dd03ba5bac4: Download complete [2020-09-09T03:37:14.289Z] 2dd03ba5bac4: Pull complete [2020-09-09T03:37:14.289Z] 1e091d79d1de: Pull complete [2020-09-09T03:37:14.289Z] 481702a1767f: Pull complete [2020-09-09T03:37:19.609Z] f64a6f60c768: Pull complete [2020-09-09T03:37:22.462Z] e78d2573fc39: Pull complete [2020-09-09T03:37:22.727Z] e876d2f968b6: Pull complete [2020-09-09T03:37:23.697Z] ce8a83651883: Pull complete [2020-09-09T03:37:23.958Z] 07967f4d0e4b: Pull complete [2020-09-09T03:37:23.958Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-09-09T03:37:23.958Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-09-09T03:37:23.958Z] ---> 5d7c900382c6 [2020-09-09T03:37:23.958Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:37:25.879Z] ---> Running in 1e17050c27e2 [2020-09-09T03:37:25.879Z] Removing intermediate container 1e17050c27e2 [2020-09-09T03:37:25.879Z] ---> ad9480f57544 [2020-09-09T03:37:25.879Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:37:25.879Z] ---> Running in 93664dc373fb [2020-09-09T03:37:27.272Z] Removing intermediate container 93664dc373fb [2020-09-09T03:37:27.272Z] ---> dccc8e57eeae [2020-09-09T03:37:27.272Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-09T03:37:27.272Z] ---> Running in 78b96dd71d8d [2020-09-09T03:37:28.222Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T03:37:28.799Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T03:37:29.743Z] OK: 166 MiB in 39 packages [2020-09-09T03:37:30.007Z] Removing intermediate container 78b96dd71d8d [2020-09-09T03:37:30.007Z] ---> d340400d65b9 [2020-09-09T03:37:30.007Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-09T03:37:30.270Z] ---> Running in d08467523692 [2020-09-09T03:37:30.270Z] Removing intermediate container d08467523692 [2020-09-09T03:37:30.270Z] ---> bdf26321b03a [2020-09-09T03:37:30.270Z] Step 7/8 : COPY . . [2020-09-09T03:37:31.665Z] ---> bff063bfc200 [2020-09-09T03:37:31.665Z] Step 8/8 : RUN go mod download [2020-09-09T03:37:31.665Z] ---> Running in b9c42df1d85f [2020-09-09T03:37:33.609Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T03:37:33.609Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-09T03:37:33.609Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T03:37:33.609Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T03:37:33.609Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T03:37:33.609Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T03:37:33.609Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T03:37:33.609Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T03:37:33.609Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T03:37:33.609Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T03:37:33.609Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-09T03:37:33.609Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-09T03:37:33.609Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-09T03:37:33.609Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T03:37:33.609Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T03:37:33.609Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T03:37:33.609Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T03:37:33.609Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T03:37:33.609Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T03:37:33.609Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T03:37:33.609Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T03:37:33.871Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T03:37:34.132Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T03:37:34.132Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T03:37:34.132Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T03:37:34.132Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T03:37:34.132Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T03:37:34.132Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T03:37:34.132Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T03:37:34.132Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T03:37:34.132Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T03:37:34.132Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T03:37:34.132Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T03:37:34.132Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T03:37:34.394Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T03:37:34.394Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T03:37:34.394Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T03:37:34.394Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T03:37:34.394Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T03:37:34.394Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T03:37:34.394Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T03:37:34.394Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T03:37:34.394Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T03:37:34.394Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T03:37:34.394Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T03:37:34.394Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T03:37:34.656Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T03:37:34.656Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T03:37:34.656Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T03:37:34.656Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T03:37:34.656Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T03:37:34.656Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-09T03:37:34.656Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-09T03:37:34.656Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T03:37:34.656Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-09T03:37:34.656Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T03:37:34.656Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T03:37:42.855Z] Removing intermediate container b9c42df1d85f [2020-09-09T03:37:42.855Z] ---> 9a548997da30 [2020-09-09T03:37:42.855Z] Successfully built 9a548997da30 [2020-09-09T03:37:42.855Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:37:43.751Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-09T03:37:43.751Z] . [Pipeline] withDockerContainer [2020-09-09T03:37:43.880Z] prd-centos7-docker-4c-2g-1908 does not seem to be running inside a container [2020-09-09T03:37:43.934Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-x86_64 cat [2020-09-09T03:37:45.210Z] $ docker top 4c7ffdc3424545e0279f9cf02a56a34e2529990011a3a6cceb0131e331c129c6 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T03:37:45.753Z] + go version [2020-09-09T03:37:45.753Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-09-09T03:37:46.092Z] + make test [2020-09-09T03:37:46.092Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-09T03:37:47.052Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-09T03:37:57.264Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-09T03:37:57.264Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-09T03:37:57.264Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-09T03:37:57.264Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.010s coverage: 21.0% of statements [2020-09-09T03:37:57.541Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.071s coverage: 95.7% of statements [2020-09-09T03:38:19.858Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1913 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-09T03:38:19.957Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-09T03:38:25.348Z] using credential edgex-jenkins-ssh [2020-09-09T03:38:25.419Z] Cloning the remote Git repository [2020-09-09T03:38:25.419Z] Cloning with configured refspecs honoured and without tags [2020-09-09T03:38:25.499Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:38:25.614Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-09T03:38:25.682Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:38:25.683Z] > git --version # timeout=10 [2020-09-09T03:38:25.705Z] > git --version # 'git version 2.17.1' [2020-09-09T03:38:25.708Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:38:25.791Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:38:26.869Z] Fetching without tags [2020-09-09T03:38:27.441Z] Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit 99cc20d3fefe63c1958a21752eb6170408da4892 [2020-09-09T03:38:26.753Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:38:26.781Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-09T03:38:26.810Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:38:26.842Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-09T03:38:26.888Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-09T03:38:26.889Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:38:26.903Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-09T03:38:27.467Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T03:38:27.492Z] > git checkout -f 99cc20d3fefe63c1958a21752eb6170408da4892 # timeout=10 [2020-09-09T03:38:27.613Z] > git remote # timeout=10 [2020-09-09T03:38:27.638Z] > git config --get remote.origin.url # timeout=10 [2020-09-09T03:38:27.657Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-09T03:38:27.668Z] > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 [2020-09-09T03:38:27.769Z] Merge succeeded, producing 99cc20d3fefe63c1958a21752eb6170408da4892 [2020-09-09T03:38:27.770Z] Checking out Revision 99cc20d3fefe63c1958a21752eb6170408da4892 (PR-584) [2020-09-09T03:38:27.742Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-09T03:38:27.782Z] > git config core.sparsecheckout # timeout=10 [2020-09-09T03:38:27.818Z] > git checkout -f 99cc20d3fefe63c1958a21752eb6170408da4892 # timeout=10 [2020-09-09T03:38:29.696Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.005s coverage: 8.6% of statements [2020-09-09T03:38:29.696Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-09T03:38:29.696Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.021s coverage: 37.0% of statements [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-09T03:38:29.696Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.027s coverage: 65.4% of statements [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-09T03:38:29.696Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.012s coverage: 52.6% of statements [2020-09-09T03:38:29.696Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.107s coverage: 68.9% of statements [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-09T03:38:29.696Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-09T03:38:29.696Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-09T03:38:30.276Z] gofmt -l . [2020-09-09T03:38:30.276Z] [ "`gofmt -l .`" = "" ] [2020-09-09T03:38:30.538Z] ./bin/test-attribution-txt.sh [2020-09-09T03:38:31.120Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-09T03:38:31.730Z] Stashed 1 file(s) [Pipeline] } [2020-09-09T03:38:31.761Z] $ docker stop --time=1 4c7ffdc3424545e0279f9cf02a56a34e2529990011a3a6cceb0131e331c129c6 [2020-09-09T03:38:32.231Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [2020-09-09T03:38:32.290Z] > git --version # timeout=10 [2020-09-09T03:38:32.299Z] > git --version # 'git version 2.17.1' [2020-09-09T03:38:32.310Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-09T03:38:33.321Z] $ docker rm -f 4c7ffdc3424545e0279f9cf02a56a34e2529990011a3a6cceb0131e331c129c6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Build) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] unstash [2020-09-09T03:38:35.058Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-09T03:38:35.412Z] + ls -al . [2020-09-09T03:38:35.412Z] total 188 [2020-09-09T03:38:35.412Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 9 03:38 . [2020-09-09T03:38:35.412Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 9 03:36 .. [2020-09-09T03:38:35.412Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 9 03:36 bin [2020-09-09T03:38:35.412Z] -rw-r--r--. 1 jenkins jenkins 111650 Sep 9 03:38 coverage.out [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 9 03:36 Dockerfile.build [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 9 03:36 .dockerignore [2020-09-09T03:38:35.412Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 9 03:36 example [2020-09-09T03:38:35.412Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 9 03:37 .git [2020-09-09T03:38:35.412Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 9 03:36 .github [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 9 03:36 .gitignore [2020-09-09T03:38:35.412Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 9 03:38 go.mod [2020-09-09T03:38:35.412Z] -rw-r--r--. 1 jenkins jenkins 12264 Sep 9 03:38 go.sum [2020-09-09T03:38:35.412Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 9 03:36 internal [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 808 Sep 9 03:36 Jenkinsfile [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 9 03:36 LICENSE [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 9 03:36 Makefile [2020-09-09T03:38:35.412Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 9 03:36 openapi [2020-09-09T03:38:35.412Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 9 03:36 pkg [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 9 03:36 README.md [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 9 03:36 RELEASE-NOTES.txt [2020-09-09T03:38:35.412Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 9 03:37 .semver [2020-09-09T03:38:35.412Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 9 03:36 snap [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 9 03:35 VERSION [2020-09-09T03:38:35.412Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 9 03:36 version.go [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2020-09-09T03:38:35.760Z] ========================================================= [2020-09-09T03:38:35.760Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-09-09T03:38:35.760Z] ========================================================= [2020-09-09T03:38:35.798Z] + 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=99cc20d3fefe63c1958a21752eb6170408da4892 --label arch=amd64 --label version=0.0.0 . [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:38:36.065Z] Sending build context to Docker daemon 3.253MB [2020-09-09T03:38:36.065Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-09T03:38:36.065Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-09T03:38:36.065Z] ---> 9a548997da30 [2020-09-09T03:38:36.065Z] Step 3/24 : ARG MAKE='make build' [2020-09-09T03:38:36.336Z] ---> Running in 42700acccc5f [2020-09-09T03:38:36.617Z] Removing intermediate container 42700acccc5f [2020-09-09T03:38:36.617Z] ---> 1242da9dd3f3 [2020-09-09T03:38:36.617Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-09T03:38:36.617Z] ---> Running in 225d2dc42f02 [2020-09-09T03:38:36.909Z] Removing intermediate container 225d2dc42f02 [2020-09-09T03:38:36.909Z] ---> f10a41132021 [2020-09-09T03:38:36.909Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:38:36.909Z] ---> Running in 7b759882dd04 [2020-09-09T03:38:37.080Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-09-09T03:38:37.201Z] Removing intermediate container 7b759882dd04 [2020-09-09T03:38:37.201Z] ---> 949a76241c08 [2020-09-09T03:38:37.201Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:38:37.201Z] ---> Running in 0ea99906ab43 [2020-09-09T03:38:38.142Z] Sending build context to Docker daemon 3.139MB [2020-09-09T03:38:38.142Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-09-09T03:38:38.142Z] Step 2/8 : FROM ${BASE} [2020-09-09T03:38:38.142Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-09T03:38:38.142Z] b538f80385f9: Pulling fs layer [2020-09-09T03:38:38.142Z] 74f711af9a0d: Pulling fs layer [2020-09-09T03:38:38.142Z] 99f96fe45779: Pulling fs layer [2020-09-09T03:38:38.142Z] fd7a069fd194: Pulling fs layer [2020-09-09T03:38:38.142Z] 66aa3694b03b: Pulling fs layer [2020-09-09T03:38:38.142Z] 170f70906a0f: Pulling fs layer [2020-09-09T03:38:38.142Z] ad7c5574e4b9: Pulling fs layer [2020-09-09T03:38:38.142Z] e772456be8f7: Pulling fs layer [2020-09-09T03:38:38.142Z] c890913d741a: Pulling fs layer [2020-09-09T03:38:38.142Z] 2480fcc9aa5a: Pulling fs layer [2020-09-09T03:38:38.142Z] 09adf4765672: Pulling fs layer [2020-09-09T03:38:38.142Z] fd7a069fd194: Waiting [2020-09-09T03:38:38.142Z] 66aa3694b03b: Waiting [2020-09-09T03:38:38.142Z] 170f70906a0f: Waiting [2020-09-09T03:38:38.142Z] ad7c5574e4b9: Waiting [2020-09-09T03:38:38.142Z] e772456be8f7: Waiting [2020-09-09T03:38:38.143Z] c890913d741a: Waiting [2020-09-09T03:38:38.143Z] 2480fcc9aa5a: Waiting [2020-09-09T03:38:38.143Z] 09adf4765672: Waiting [2020-09-09T03:38:38.220Z] Removing intermediate container 0ea99906ab43 [2020-09-09T03:38:38.220Z] ---> 407645dcef0f [2020-09-09T03:38:38.220Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-09T03:38:38.433Z] 99f96fe45779: Verifying Checksum [2020-09-09T03:38:38.433Z] 99f96fe45779: Download complete [2020-09-09T03:38:38.433Z] 74f711af9a0d: Verifying Checksum [2020-09-09T03:38:38.433Z] 74f711af9a0d: Download complete [2020-09-09T03:38:38.433Z] 66aa3694b03b: Verifying Checksum [2020-09-09T03:38:38.433Z] 66aa3694b03b: Download complete [2020-09-09T03:38:38.433Z] 170f70906a0f: Verifying Checksum [2020-09-09T03:38:38.433Z] 170f70906a0f: Download complete [2020-09-09T03:38:38.433Z] b538f80385f9: Verifying Checksum [2020-09-09T03:38:38.433Z] b538f80385f9: Download complete [2020-09-09T03:38:38.820Z] ---> Running in 05807bb8fffb [2020-09-09T03:38:39.057Z] b538f80385f9: Pull complete [2020-09-09T03:38:39.400Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-09T03:38:39.669Z] 74f711af9a0d: Pull complete [2020-09-09T03:38:40.286Z] 99f96fe45779: Pull complete [2020-09-09T03:38:40.360Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-09T03:38:41.281Z] ad7c5574e4b9: Download complete [2020-09-09T03:38:41.281Z] c890913d741a: Verifying Checksum [2020-09-09T03:38:41.281Z] c890913d741a: Download complete [2020-09-09T03:38:42.979Z] OK: 166 MiB in 39 packages [2020-09-09T03:38:42.979Z] Removing intermediate container 05807bb8fffb [2020-09-09T03:38:42.979Z] ---> 75dce9d819b0 [2020-09-09T03:38:42.979Z] Step 8/24 : COPY . . [2020-09-09T03:38:43.298Z] 2480fcc9aa5a: Verifying Checksum [2020-09-09T03:38:43.298Z] 2480fcc9aa5a: Download complete [2020-09-09T03:38:43.583Z] 09adf4765672: Verifying Checksum [2020-09-09T03:38:43.583Z] 09adf4765672: Download complete [2020-09-09T03:38:43.857Z] e772456be8f7: Verifying Checksum [2020-09-09T03:38:43.943Z] ---> cd25679c187a [2020-09-09T03:38:43.943Z] Step 9/24 : RUN ${MAKE} [2020-09-09T03:38:43.943Z] ---> Running in 67c5ffd5dc25 [2020-09-09T03:38:44.528Z] 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-09-09T03:38:44.842Z] fd7a069fd194: Verifying Checksum [2020-09-09T03:38:44.842Z] fd7a069fd194: Download complete [2020-09-09T03:38:52.848Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-09T03:38:54.263Z] Removing intermediate container 67c5ffd5dc25 [2020-09-09T03:38:54.263Z] ---> de014492193f [2020-09-09T03:38:54.263Z] Step 10/24 : FROM scratch [2020-09-09T03:38:54.263Z] ---> [2020-09-09T03:38:54.263Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:38:54.263Z] ---> Running in 85875b5a1bcb [2020-09-09T03:38:54.263Z] Removing intermediate container 85875b5a1bcb [2020-09-09T03:38:54.263Z] ---> 325d4c161e10 [2020-09-09T03:38:54.263Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-09T03:38:54.263Z] ---> Running in c3d96cc27e18 [2020-09-09T03:38:54.528Z] Removing intermediate container c3d96cc27e18 [2020-09-09T03:38:54.528Z] ---> c9835de506b7 [2020-09-09T03:38:54.528Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-09T03:38:54.528Z] ---> Running in 7b7bd92cf9f1 [2020-09-09T03:38:54.528Z] Removing intermediate container 7b7bd92cf9f1 [2020-09-09T03:38:54.528Z] ---> 2f7864a4370c [2020-09-09T03:38:54.528Z] Step 14/24 : WORKDIR / [2020-09-09T03:38:54.793Z] ---> Running in a794517be6e6 [2020-09-09T03:38:54.793Z] Removing intermediate container a794517be6e6 [2020-09-09T03:38:54.793Z] ---> 1d6d0768a658 [2020-09-09T03:38:54.793Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-09T03:38:55.371Z] ---> 29e3df4ac565 [2020-09-09T03:38:55.371Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-09T03:38:55.636Z] ---> ec69f97638f0 [2020-09-09T03:38:55.636Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-09T03:38:55.899Z] ---> f4c41cf9468d [2020-09-09T03:38:55.899Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-09T03:38:56.165Z] ---> 58ed566ebfd3 [2020-09-09T03:38:56.165Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-09T03:38:56.431Z] ---> cbf5204598db [2020-09-09T03:38:56.431Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-09T03:38:56.431Z] ---> Running in 88824bf4dafe [2020-09-09T03:38:56.431Z] Removing intermediate container 88824bf4dafe [2020-09-09T03:38:56.431Z] ---> 272716251449 [2020-09-09T03:38:56.431Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T03:38:56.692Z] ---> Running in f2d88f7c1036 [2020-09-09T03:38:56.692Z] Removing intermediate container f2d88f7c1036 [2020-09-09T03:38:56.692Z] ---> 02dc560c8976 [2020-09-09T03:38:56.692Z] Step 22/24 : LABEL arch=amd64 [2020-09-09T03:38:56.954Z] ---> Running in 092b4b59c925 [2020-09-09T03:38:56.954Z] Removing intermediate container 092b4b59c925 [2020-09-09T03:38:56.954Z] ---> 5ae778dcec72 [2020-09-09T03:38:56.954Z] Step 23/24 : LABEL git_sha=99cc20d3fefe63c1958a21752eb6170408da4892 [2020-09-09T03:38:56.954Z] ---> Running in 250b82f8033d [2020-09-09T03:38:57.218Z] Removing intermediate container 250b82f8033d [2020-09-09T03:38:57.218Z] ---> 4fcc28524a4e [2020-09-09T03:38:57.218Z] Step 24/24 : LABEL version=0.0.0 [2020-09-09T03:38:57.218Z] ---> Running in c59bfa3ee61a [2020-09-09T03:38:57.332Z] fd7a069fd194: Pull complete [2020-09-09T03:38:57.332Z] 66aa3694b03b: Pull complete [2020-09-09T03:38:57.332Z] 170f70906a0f: Pull complete [2020-09-09T03:38:57.479Z] Removing intermediate container c59bfa3ee61a [2020-09-09T03:38:57.479Z] ---> 006205e29137 [2020-09-09T03:38:57.479Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-09T03:38:57.479Z] Successfully built 006205e29137 [2020-09-09T03:38:57.479Z] Successfully tagged docker-device-sdk-simple: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] } [2020-09-09T03:38:59.970Z] ad7c5574e4b9: Pull complete [2020-09-09T03:39:04.270Z] e772456be8f7: Pull complete [2020-09-09T03:39:04.543Z] c890913d741a: Pull complete [2020-09-09T03:39:07.171Z] 2480fcc9aa5a: Pull complete [2020-09-09T03:39:07.171Z] 09adf4765672: Pull complete [2020-09-09T03:39:07.171Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-09-09T03:39:07.171Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-09-09T03:39:07.171Z] ---> 2248a725d1cf [2020-09-09T03:39:07.171Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:39:12.586Z] ---> Running in 3eb1445a52b7 [2020-09-09T03:39:12.586Z] Removing intermediate container 3eb1445a52b7 [2020-09-09T03:39:12.586Z] ---> 89fb8716238f [2020-09-09T03:39:12.586Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:39:12.586Z] ---> Running in d0378b593f83 [2020-09-09T03:39:15.204Z] Removing intermediate container d0378b593f83 [2020-09-09T03:39:15.204Z] ---> 1a755904e47d [2020-09-09T03:39:15.204Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-09T03:39:15.480Z] ---> Running in 9454489f4d20 [2020-09-09T03:39:16.917Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T03:39:17.895Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T03:39:18.876Z] OK: 142 MiB in 39 packages [2020-09-09T03:39:20.306Z] Removing intermediate container 9454489f4d20 [2020-09-09T03:39:20.306Z] ---> e73bc645ae7c [2020-09-09T03:39:20.306Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-09T03:39:20.306Z] ---> Running in f9ef29b19e67 [2020-09-09T03:39:20.898Z] Removing intermediate container f9ef29b19e67 [2020-09-09T03:39:20.898Z] ---> bb0df3f635cc [2020-09-09T03:39:20.898Z] Step 7/8 : COPY . . [2020-09-09T03:39:22.336Z] ---> a22e4d2d123c [2020-09-09T03:39:22.336Z] Step 8/8 : RUN go mod download [2020-09-09T03:39:22.336Z] ---> Running in e75f72107d2c [2020-09-09T03:39:24.954Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-09-09T03:39:24.954Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-09-09T03:39:25.225Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-09-09T03:39:25.225Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-09-09T03:39:25.225Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-09-09T03:39:25.225Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-09-09T03:39:25.225Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-09-09T03:39:25.225Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-09-09T03:39:25.225Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.37 [2020-09-09T03:39:25.225Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-09-09T03:39:25.225Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-09-09T03:39:25.225Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-09-09T03:39:25.225Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-09-09T03:39:25.496Z] go: finding github.com/fatih/color v1.7.0 [2020-09-09T03:39:25.496Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-09-09T03:39:25.496Z] go: finding github.com/go-kit/kit v0.8.0 [2020-09-09T03:39:25.496Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-09-09T03:39:25.496Z] go: finding github.com/go-stack/stack v1.8.0 [2020-09-09T03:39:25.496Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-09-09T03:39:25.496Z] go: finding github.com/google/uuid v1.1.0 [2020-09-09T03:39:25.496Z] go: finding github.com/gorilla/mux v1.8.0 [2020-09-09T03:39:25.496Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-09-09T03:39:25.496Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-09-09T03:39:25.496Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-sockaddr v1.0.0 [2020-09-09T03:39:25.768Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/golang-lru v0.5.0 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-09-09T03:39:26.038Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-09-09T03:39:26.038Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-09-09T03:39:26.038Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-09-09T03:39:26.038Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-09-09T03:39:26.038Z] go: finding github.com/miekg/dns v1.0.14 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/go-homedir v1.0.0 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-09-09T03:39:26.309Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-09-09T03:39:26.309Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-09-09T03:39:26.309Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-09-09T03:39:26.586Z] go: finding github.com/pkg/errors v0.8.1 [2020-09-09T03:39:26.586Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-09-09T03:39:26.586Z] go: finding github.com/posener/complete v1.1.1 [2020-09-09T03:39:26.586Z] go: finding github.com/ryanuber/columnize v0.0.0-20160712163229-9b3edd62028f [2020-09-09T03:39:26.586Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-09-09T03:39:26.586Z] go: finding github.com/stretchr/objx v0.1.0 [2020-09-09T03:39:26.586Z] go: finding github.com/stretchr/testify v1.5.1 [2020-09-09T03:39:26.586Z] go: finding github.com/ugorji/go v1.1.4 [2020-09-09T03:39:26.586Z] go: finding github.com/x448/float16 v0.8.4 [2020-09-09T03:39:26.586Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-09-09T03:39:26.586Z] go: finding golang.org/x/net v0.0.0-20181201002055-351d144fa1fc [2020-09-09T03:39:26.586Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-09-09T03:39:26.858Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-09-09T03:39:26.858Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-09-09T03:39:26.858Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-09-09T03:39:37.026Z] Removing intermediate container e75f72107d2c [2020-09-09T03:39:37.026Z] ---> 31e963a1bbe4 [2020-09-09T03:39:37.026Z] Successfully built 31e963a1bbe4 [2020-09-09T03:39:37.026Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:39:37.910Z] + docker inspect -f . ci-base-image-arm64 [2020-09-09T03:39:37.911Z] . [Pipeline] withDockerContainer [2020-09-09T03:39:38.213Z] prd-ubuntu18.04-docker-arm64-4c-16g-1913 does not seem to be running inside a container [2020-09-09T03:39:38.296Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** ci-base-image-arm64 cat [2020-09-09T03:39:40.297Z] $ docker top 3ef45aa9396b18f017d1dcbb07adfe160dacfdd144362cfa016a8f08940ded7c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T03:39:41.783Z] + go version [2020-09-09T03:39:41.783Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-09-09T03:39:42.846Z] + make test [2020-09-09T03:39:42.846Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-09T03:39:43.830Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-09T03:40:10.650Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-09T03:40:10.650Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-09T03:40:10.650Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-09T03:40:12.634Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.015s coverage: 21.0% of statements [2020-09-09T03:40:16.047Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.245s coverage: 95.7% of statements [2020-09-09T03:40:48.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements [2020-09-09T03:40:48.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.015s coverage: 21.7% of statements [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-09T03:40:48.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.079s coverage: 37.0% of statements [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-09T03:40:48.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.116s coverage: 65.4% of statements [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-09T03:40:48.372Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.210s coverage: 52.6% of statements [2020-09-09T03:40:48.372Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.329s coverage: 68.9% of statements [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-09T03:40:48.372Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-09T03:40:48.372Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-09T03:40:51.008Z] gofmt -l . [2020-09-09T03:40:51.602Z] [ "`gofmt -l .`" = "" ] [2020-09-09T03:40:51.884Z] ./bin/test-attribution-txt.sh [2020-09-09T03:40:52.481Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-09T03:40:53.127Z] Warning: overwriting stash ‘coverage-report’ [2020-09-09T03:40:54.016Z] Stashed 1 file(s) [Pipeline] } [2020-09-09T03:40:54.039Z] $ docker stop --time=1 3ef45aa9396b18f017d1dcbb07adfe160dacfdd144362cfa016a8f08940ded7c [2020-09-09T03:40:56.290Z] $ docker rm -f 3ef45aa9396b18f017d1dcbb07adfe160dacfdd144362cfa016a8f08940ded7c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-09T03:40:57.874Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-09T03:40:58.231Z] + ls -al . [2020-09-09T03:40:58.232Z] total 228 [2020-09-09T03:40:58.232Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 9 03:40 . [2020-09-09T03:40:58.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:38 .. [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 9 03:38 .dockerignore [2020-09-09T03:40:58.232Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 9 03:38 .git [2020-09-09T03:40:58.232Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 03:38 .github [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 9 03:38 .gitignore [2020-09-09T03:40:58.232Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 9 03:38 .semver [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 9 03:38 Dockerfile.build [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 808 Sep 9 03:38 Jenkinsfile [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 9 03:38 LICENSE [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 9 03:38 Makefile [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 9 03:38 README.md [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 9 03:38 RELEASE-NOTES.txt [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 9 03:35 VERSION [2020-09-09T03:40:58.232Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 9 03:38 bin [2020-09-09T03:40:58.232Z] -rw-r--r-- 1 jenkins jenkins 111650 Sep 9 03:40 coverage.out [2020-09-09T03:40:58.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:38 example [2020-09-09T03:40:58.232Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 9 03:40 go.mod [2020-09-09T03:40:58.232Z] -rw-r--r-- 1 jenkins jenkins 12264 Sep 9 03:40 go.sum [2020-09-09T03:40:58.232Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 9 03:38 internal [2020-09-09T03:40:58.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:38 openapi [2020-09-09T03:40:58.232Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 9 03:38 pkg [2020-09-09T03:40:58.232Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 9 03:38 snap [2020-09-09T03:40:58.232Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 9 03:38 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:40:58.612Z] + 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=99cc20d3fefe63c1958a21752eb6170408da4892 --label arch=arm64 --label version=0.0.0 . [2020-09-09T03:40:59.213Z] Sending build context to Docker daemon 3.253MB [2020-09-09T03:40:59.213Z] Step 1/24 : ARG BASE=golang:1.13-alpine [2020-09-09T03:40:59.213Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-09T03:40:59.213Z] ---> 31e963a1bbe4 [2020-09-09T03:40:59.213Z] Step 3/24 : ARG MAKE='make build' [2020-09-09T03:40:59.213Z] ---> Running in 500b6170178a [2020-09-09T03:40:59.811Z] Removing intermediate container 500b6170178a [2020-09-09T03:40:59.811Z] ---> 854945a28fe6 [2020-09-09T03:40:59.811Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-09T03:40:59.811Z] ---> Running in 138c7ac41674 [2020-09-09T03:41:00.409Z] Removing intermediate container 138c7ac41674 [2020-09-09T03:41:00.409Z] ---> 62c03e2d28e0 [2020-09-09T03:41:00.409Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:41:00.409Z] ---> Running in 803ca04b93ae [2020-09-09T03:41:01.009Z] Removing intermediate container 803ca04b93ae [2020-09-09T03:41:01.009Z] ---> 855dd05ef40a [2020-09-09T03:41:01.009Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-09T03:41:01.009Z] ---> Running in c2b7d7c16fca [2020-09-09T03:41:03.629Z] Removing intermediate container c2b7d7c16fca [2020-09-09T03:41:03.629Z] ---> ac53e74bb543 [2020-09-09T03:41:03.629Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-09T03:41:03.905Z] ---> Running in 9191ab9a8163 [2020-09-09T03:41:05.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-09T03:41:05.934Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-09T03:41:06.910Z] OK: 142 MiB in 39 packages [2020-09-09T03:41:07.887Z] Removing intermediate container 9191ab9a8163 [2020-09-09T03:41:07.887Z] ---> ba862f3da588 [2020-09-09T03:41:07.887Z] Step 8/24 : COPY . . [2020-09-09T03:41:09.319Z] ---> 32ca12985e80 [2020-09-09T03:41:09.319Z] Step 9/24 : RUN ${MAKE} [2020-09-09T03:41:09.319Z] ---> Running in 16341c44c8a2 [2020-09-09T03:41:10.751Z] 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-09-09T03:41:32.971Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-09T03:41:36.369Z] Removing intermediate container 16341c44c8a2 [2020-09-09T03:41:36.369Z] ---> da371e5003f1 [2020-09-09T03:41:36.369Z] Step 10/24 : FROM scratch [2020-09-09T03:41:36.369Z] ---> [2020-09-09T03:41:36.369Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-09T03:41:36.369Z] ---> Running in f45ada43d67e [2020-09-09T03:41:36.369Z] Removing intermediate container f45ada43d67e [2020-09-09T03:41:36.369Z] ---> 1542e2730212 [2020-09-09T03:41:36.369Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-09T03:41:36.647Z] ---> Running in dfc662f1b329 [2020-09-09T03:41:36.930Z] Removing intermediate container dfc662f1b329 [2020-09-09T03:41:36.930Z] ---> 0335fcb9940a [2020-09-09T03:41:36.930Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-09T03:41:36.930Z] ---> Running in d9d12df0e684 [2020-09-09T03:41:37.528Z] Removing intermediate container d9d12df0e684 [2020-09-09T03:41:37.528Z] ---> 3df219daec68 [2020-09-09T03:41:37.528Z] Step 14/24 : WORKDIR / [2020-09-09T03:41:37.528Z] ---> Running in ee27b04e3ac4 [2020-09-09T03:41:38.129Z] Removing intermediate container ee27b04e3ac4 [2020-09-09T03:41:38.129Z] ---> 1f201165b8b1 [2020-09-09T03:41:38.129Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-09T03:41:39.123Z] ---> da8df84e4873 [2020-09-09T03:41:39.123Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-09T03:41:39.719Z] ---> 4151fe393620 [2020-09-09T03:41:39.719Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-09T03:41:40.724Z] ---> b62aa78310e4 [2020-09-09T03:41:40.724Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-09T03:41:41.326Z] ---> d5fe50346de5 [2020-09-09T03:41:41.326Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-09T03:41:41.920Z] ---> 2459e0da4677 [2020-09-09T03:41:41.920Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-09T03:41:42.192Z] ---> Running in 644efdccd852 [2020-09-09T03:41:42.465Z] Removing intermediate container 644efdccd852 [2020-09-09T03:41:42.465Z] ---> 0eb528bbdaae [2020-09-09T03:41:42.465Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-09T03:41:42.737Z] ---> Running in b5e1bdd51003 [2020-09-09T03:41:43.008Z] Removing intermediate container b5e1bdd51003 [2020-09-09T03:41:43.008Z] ---> 744340585df5 [2020-09-09T03:41:43.008Z] Step 22/24 : LABEL arch=arm64 [2020-09-09T03:41:43.281Z] ---> Running in 4c63f1af24ec [2020-09-09T03:41:43.568Z] Removing intermediate container 4c63f1af24ec [2020-09-09T03:41:43.568Z] ---> ede0285c122e [2020-09-09T03:41:43.568Z] Step 23/24 : LABEL git_sha=99cc20d3fefe63c1958a21752eb6170408da4892 [2020-09-09T03:41:43.841Z] ---> Running in 5e7fd195d203 [2020-09-09T03:41:44.432Z] Removing intermediate container 5e7fd195d203 [2020-09-09T03:41:44.432Z] ---> e500cc376522 [2020-09-09T03:41:44.432Z] Step 24/24 : LABEL version=0.0.0 [2020-09-09T03:41:44.432Z] ---> Running in 5703143c8f8a [2020-09-09T03:41:45.024Z] Removing intermediate container 5703143c8f8a [2020-09-09T03:41:45.024Z] ---> f612dda4da7d [2020-09-09T03:41:45.024Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-09T03:41:45.024Z] Successfully built f612dda4da7d [2020-09-09T03:41:45.024Z] 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-09-09T03:41:47.293Z] provisioning config files... [2020-09-09T03:41:47.311Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config4563701054264099525tmp [Pipeline] { [Pipeline] sh [2020-09-09T03:41:47.756Z] + curl -s https://codecov.io/bash [2020-09-09T03:41:47.756Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config4563701054264099525tmp [Pipeline] } [2020-09-09T03:41:48.053Z] 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] { (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-09-09T03:41:51.179Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:41:51.822Z] ---> package-listing.sh [2020-09-09T03:41:51.822Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-09T03:41:51.822Z] ++ facter osfamily [2020-09-09T03:41:52.086Z] + OS_FAMILY=redhat [2020-09-09T03:41:52.086Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-09T03:41:52.086Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-09T03:41:52.086Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-09T03:41:52.086Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-09T03:41:52.086Z] + PACKAGES=/tmp/packages_start.txt [2020-09-09T03:41:52.086Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-09T03:41:52.086Z] + PACKAGES=/tmp/packages_end.txt [2020-09-09T03:41:52.086Z] + case "${OS_FAMILY}" in [2020-09-09T03:41:52.086Z] + sort [2020-09-09T03:41:52.086Z] + rpm -qa [2020-09-09T03:41:56.383Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-09T03:41:56.383Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-09T03:41:56.383Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-09T03:41:56.383Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-09T03:41:56.383Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-09-09T03:41:56.383Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:41:56.943Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T03:41:57.217Z] [2020-09-09T03:41:57.217Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-09T03:41:57.655Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T03:41:57.655Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-09T03:41:57.655Z] df20fa9351a1: Pulling fs layer [2020-09-09T03:41:57.655Z] 36b3adc4ff6f: Pulling fs layer [2020-09-09T03:41:57.655Z] 8ad3a11d3b57: Pulling fs layer [2020-09-09T03:41:57.655Z] 46f8f816bc3b: Pulling fs layer [2020-09-09T03:41:57.655Z] 0dadc02b9964: Pulling fs layer [2020-09-09T03:41:57.655Z] ce6a7cf60c04: Pulling fs layer [2020-09-09T03:41:57.655Z] 7a184a31f384: Pulling fs layer [2020-09-09T03:41:57.655Z] 0879bd2ef858: Pulling fs layer [2020-09-09T03:41:57.655Z] 0dadc02b9964: Waiting [2020-09-09T03:41:57.655Z] ce6a7cf60c04: Waiting [2020-09-09T03:41:57.655Z] 7a184a31f384: Waiting [2020-09-09T03:41:57.655Z] 0879bd2ef858: Waiting [2020-09-09T03:41:57.655Z] 46f8f816bc3b: Waiting [2020-09-09T03:41:57.655Z] 36b3adc4ff6f: Download complete [2020-09-09T03:41:57.655Z] 46f8f816bc3b: Verifying Checksum [2020-09-09T03:41:57.655Z] 46f8f816bc3b: Download complete [2020-09-09T03:41:57.928Z] 0dadc02b9964: Verifying Checksum [2020-09-09T03:41:57.928Z] 0dadc02b9964: Download complete [2020-09-09T03:41:57.928Z] ce6a7cf60c04: Verifying Checksum [2020-09-09T03:41:57.928Z] ce6a7cf60c04: Download complete [2020-09-09T03:41:57.928Z] 7a184a31f384: Verifying Checksum [2020-09-09T03:41:57.928Z] 7a184a31f384: Download complete [2020-09-09T03:41:58.281Z] df20fa9351a1: Verifying Checksum [2020-09-09T03:41:58.281Z] df20fa9351a1: Download complete [2020-09-09T03:41:58.281Z] 8ad3a11d3b57: Verifying Checksum [2020-09-09T03:41:58.281Z] 8ad3a11d3b57: Download complete [2020-09-09T03:41:58.574Z] df20fa9351a1: Pull complete [2020-09-09T03:41:59.167Z] 36b3adc4ff6f: Pull complete [2020-09-09T03:41:59.167Z] 0879bd2ef858: Verifying Checksum [2020-09-09T03:41:59.167Z] 0879bd2ef858: Download complete [2020-09-09T03:41:59.752Z] 8ad3a11d3b57: Pull complete [2020-09-09T03:42:00.028Z] 46f8f816bc3b: Pull complete [2020-09-09T03:42:00.661Z] 0dadc02b9964: Pull complete [2020-09-09T03:42:00.661Z] ce6a7cf60c04: Pull complete [2020-09-09T03:42:01.312Z] 7a184a31f384: Pull complete [2020-09-09T03:42:06.841Z] 0879bd2ef858: Pull complete [2020-09-09T03:42:06.841Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-09T03:42:06.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-09T03:42:06.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-09T03:42:07.275Z] prd-centos7-docker-4c-2g-1899 does not seem to be running inside a container [2020-09-09T03:42:07.404Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-09T03:42:10.849Z] $ docker top d5daa84ed54226fb6f2107c1d2c4982ce211e08991a0c38f436b39211757f663 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-09T03:42:11.476Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-09T03:42:11.817Z] + ls /var/log/sa-host [2020-09-09T03:42:11.817Z] + sadf -c /var/log/sa-host/sa05 [2020-09-09T03:42:11.817Z] file_magic: OK [2020-09-09T03:42:11.817Z] HZ: Using current value: 100 [2020-09-09T03:42:11.817Z] file_header: OK [2020-09-09T03:42:11.817Z] 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-09-09T03:42:11.817Z] Statistics: [2020-09-09T03:42:11.817Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T03:42:11.817Z] File successfully converted to sysstat format version 12.2.1 [2020-09-09T03:42:11.817Z] + sadf -c /var/log/sa-host/sa09 [2020-09-09T03:42:11.817Z] file_magic: OK [2020-09-09T03:42:11.817Z] HZ: Using current value: 100 [2020-09-09T03:42:11.817Z] file_header: OK [2020-09-09T03:42:11.817Z] 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-09-09T03:42:11.817Z] Statistics: [2020-09-09T03:42:11.817Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-09T03:42:11.817Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-09T03:42:11.949Z] provisioning config files... [2020-09-09T03:42:11.966Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config8940150537048884117tmp [Pipeline] { [Pipeline] echo [2020-09-09T03:42:12.078Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:42:12.502Z] ---> create-netrc.sh [Pipeline] echo [2020-09-09T03:42:12.545Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-09T03:42:12.970Z] ---> logs-deploy.sh [2020-09-09T03:42:12.970Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/1 [2020-09-09T03:42:12.970Z] INFO: archiving workspace using pattern(s): [2020-09-09T03:42:14.905Z] Archives upload complete. [2020-09-09T03:42:15.175Z] INFO: archiving logs to Nexus [2020-09-09T03:42:16.630Z] ---> uname -a: [2020-09-09T03:42:16.630Z] Linux d5daa84ed542 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-09-09T03:42:16.630Z] [2020-09-09T03:42:16.630Z] [2020-09-09T03:42:16.630Z] ---> lscpu: [2020-09-09T03:42:16.630Z] Architecture: x86_64 [2020-09-09T03:42:16.630Z] CPU op-mode(s): 32-bit, 64-bit [2020-09-09T03:42:16.630Z] Byte Order: Little Endian [2020-09-09T03:42:16.630Z] Address sizes: 40 bits physical, 48 bits virtual [2020-09-09T03:42:16.630Z] CPU(s): 4 [2020-09-09T03:42:16.630Z] On-line CPU(s) list: 0-3 [2020-09-09T03:42:16.630Z] Thread(s) per core: 1 [2020-09-09T03:42:16.630Z] Core(s) per socket: 1 [2020-09-09T03:42:16.630Z] Socket(s): 4 [2020-09-09T03:42:16.630Z] NUMA node(s): 1 [2020-09-09T03:42:16.630Z] Vendor ID: GenuineIntel [2020-09-09T03:42:16.630Z] CPU family: 6 [2020-09-09T03:42:16.630Z] Model: 44 [2020-09-09T03:42:16.630Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-09-09T03:42:16.630Z] Stepping: 1 [2020-09-09T03:42:16.630Z] CPU MHz: 2933.438 [2020-09-09T03:42:16.630Z] BogoMIPS: 5866.87 [2020-09-09T03:42:16.630Z] Virtualization: VT-x [2020-09-09T03:42:16.630Z] Hypervisor vendor: KVM [2020-09-09T03:42:16.630Z] Virtualization type: full [2020-09-09T03:42:16.630Z] L1d cache: 128 KiB [2020-09-09T03:42:16.645Z] L1i cache: 128 KiB [2020-09-09T03:42:16.645Z] L2 cache: 16 MiB [2020-09-09T03:42:16.645Z] L3 cache: 64 MiB [2020-09-09T03:42:16.645Z] NUMA node0 CPU(s): 0-3 [2020-09-09T03:42:16.645Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-09-09T03:42:16.645Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-09-09T03:42:16.645Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-09-09T03:42:16.645Z] Vulnerability Meltdown: Mitigation; PTI [2020-09-09T03:42:16.645Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-09-09T03:42:16.645Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-09-09T03:42:16.645Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-09-09T03:42:16.645Z] Vulnerability Tsx async abort: Not affected [2020-09-09T03:42:16.645Z] 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-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] ---> nproc: [2020-09-09T03:42:16.645Z] 4 [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] ---> df -h: [2020-09-09T03:42:16.645Z] Filesystem Size Used Available Use% Mounted on [2020-09-09T03:42:16.645Z] overlay 50.0G 7.0G 43.0G 14% / [2020-09-09T03:42:16.645Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-09-09T03:42:16.645Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-09-09T03:42:16.645Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-09-09T03:42:16.645Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf [2020-09-09T03:42:16.645Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname [2020-09-09T03:42:16.645Z] /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts [2020-09-09T03:42:16.645Z] /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host [2020-09-09T03:42:16.645Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-09T03:42:16.645Z] /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] ---> free -m: [2020-09-09T03:42:16.645Z] total used free shared buff/cache available [2020-09-09T03:42:16.645Z] Mem: 1837 628 120 0 1088 1102 [2020-09-09T03:42:16.645Z] Swap: 1023 1 1022 [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] ---> ip addr: [2020-09-09T03:42:16.645Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-09-09T03:42:16.645Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-09-09T03:42:16.645Z] inet 127.0.0.1/8 scope host lo [2020-09-09T03:42:16.645Z] valid_lft forever preferred_lft forever [2020-09-09T03:42:16.645Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-09-09T03:42:16.645Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-09-09T03:42:16.645Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-09-09T03:42:16.645Z] valid_lft forever preferred_lft forever [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] ---> sar -b -r -n DEV: [2020-09-09T03:42:16.645Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] 03:33:48 LINUX RESTART (4 CPU) [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] 03:35:03 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2020-09-09T03:42:16.645Z] 03:36:01 27.96 10.95 17.01 0.00 4539.44 2156.17 0.00 [2020-09-09T03:42:16.645Z] 03:37:01 1.75 0.00 1.75 0.00 0.00 31.74 0.00 [2020-09-09T03:42:16.645Z] 03:38:01 0.45 0.00 0.45 0.00 0.00 6.31 0.00 [2020-09-09T03:42:16.645Z] 03:39:01 0.50 0.00 0.50 0.00 0.00 7.28 0.00 [2020-09-09T03:42:16.645Z] 03:40:01 0.25 0.00 0.25 0.00 0.00 3.47 0.00 [2020-09-09T03:42:16.645Z] 03:41:01 0.52 0.02 0.50 0.00 0.13 6.84 0.00 [2020-09-09T03:42:16.645Z] 03:42:01 49.73 43.71 6.02 0.00 4374.84 1936.61 0.00 [2020-09-09T03:42:16.645Z] Average: 11.43 7.71 3.71 0.00 1250.71 582.05 0.00 [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] 03:35:03 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-09-09T03:42:16.645Z] 03:36:01 191632 0 537984 28.59 2620 1149320 1122916 38.32 378516 1151968 16 [2020-09-09T03:42:16.645Z] 03:37:01 195284 0 534328 28.40 2620 1149324 1077408 36.77 379880 1148084 20 [2020-09-09T03:42:16.645Z] 03:38:01 194900 0 534704 28.42 2620 1149332 1077504 36.77 380452 1148084 8 [2020-09-09T03:42:16.645Z] 03:39:01 194088 0 535516 28.46 2620 1149332 1077368 36.77 383584 1145772 12 [2020-09-09T03:42:16.645Z] 03:40:01 194700 0 534896 28.43 2620 1149340 1069180 36.49 388300 1140680 16 [2020-09-09T03:42:16.645Z] 03:41:01 194720 0 534864 28.43 2620 1149352 1069156 36.49 402932 1126068 12 [2020-09-09T03:42:16.645Z] 03:42:01 107600 0 583652 31.02 2620 1187684 1276336 43.56 431328 1172748 16460 [2020-09-09T03:42:16.645Z] Average: 181846 0 542278 28.82 2620 1154812 1109981 37.88 392142 1147629 2363 [2020-09-09T03:42:16.645Z] [2020-09-09T03:42:16.645Z] 03:35:03 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2020-09-09T03:42:16.645Z] 03:36:01 eth0 75.30 58.00 366.24 41.98 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:36:01 docker0 9.33 6.87 1.15 18.82 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:37:01 eth0 4.99 1.36 1.80 0.95 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:38:01 eth0 2.50 0.93 0.93 0.57 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:39:01 eth0 0.45 0.35 0.27 0.26 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:40:01 eth0 0.25 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:41:01 eth0 0.22 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:42:01 eth0 84.82 65.69 749.72 9.38 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] 03:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] Average: eth0 23.69 17.79 157.53 7.43 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] Average: docker0 1.30 0.96 0.16 2.62 0.00 0.00 0.00 0.00 [2020-09-09T03:42:16.646Z] [2020-09-09T03:42:16.646Z] [2020-09-09T03:42:16.646Z] ---> sar -P ALL: [2020-09-09T03:42:16.646Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/09/20 _x86_64_ (4 CPU) [2020-09-09T03:42:16.646Z] [2020-09-09T03:42:16.646Z] 03:33:48 LINUX RESTART (4 CPU) [2020-09-09T03:42:16.646Z] [2020-09-09T03:42:16.646Z] 03:35:03 CPU %user %nice %system %iowait %steal %idle [2020-09-09T03:42:16.646Z] 03:36:01 all 2.23 0.00 1.58 0.70 3.10 92.39 [2020-09-09T03:42:16.646Z] 03:36:01 0 2.04 0.00 1.61 0.35 3.02 92.99 [2020-09-09T03:42:16.646Z] 03:36:01 1 2.01 0.00 1.51 1.39 3.25 91.84 [2020-09-09T03:42:16.646Z] 03:36:01 2 2.82 0.00 1.83 0.97 2.99 91.39 [2020-09-09T03:42:16.646Z] 03:36:01 3 2.04 0.00 1.36 0.10 3.14 93.35 [2020-09-09T03:42:16.646Z] 03:37:01 all 0.12 0.00 0.10 0.00 0.53 99.24 [2020-09-09T03:42:16.646Z] 03:37:01 0 0.03 0.00 0.10 0.00 0.48 99.39 [2020-09-09T03:42:16.646Z] 03:37:01 1 0.32 0.00 0.12 0.00 0.68 98.89 [2020-09-09T03:42:16.646Z] 03:37:01 2 0.12 0.00 0.15 0.00 0.43 99.30 [2020-09-09T03:42:16.646Z] 03:37:01 3 0.03 0.00 0.05 0.00 0.51 99.40 [2020-09-09T03:42:16.646Z] 03:38:01 all 0.14 0.00 0.05 0.00 0.56 99.26 [2020-09-09T03:42:16.646Z] 03:38:01 0 0.05 0.00 0.02 0.00 0.47 99.47 [2020-09-09T03:42:16.646Z] 03:38:01 1 0.32 0.00 0.05 0.00 0.53 99.10 [2020-09-09T03:42:16.646Z] 03:38:01 2 0.05 0.00 0.05 0.00 0.32 99.58 [2020-09-09T03:42:16.646Z] 03:38:01 3 0.13 0.00 0.07 0.00 0.93 98.87 [2020-09-09T03:42:16.646Z] 03:39:01 all 0.14 0.00 0.04 0.00 0.12 99.69 [2020-09-09T03:42:16.646Z] 03:39:01 0 0.03 0.00 0.02 0.00 0.05 99.90 [2020-09-09T03:42:16.646Z] 03:39:01 1 0.45 0.00 0.05 0.00 0.13 99.37 [2020-09-09T03:42:16.646Z] 03:39:01 2 0.02 0.00 0.05 0.00 0.02 99.92 [2020-09-09T03:42:16.646Z] 03:39:01 3 0.07 0.00 0.05 0.00 0.30 99.58 [2020-09-09T03:42:16.646Z] 03:40:01 all 0.12 0.00 0.07 0.00 0.35 99.47 [2020-09-09T03:42:16.646Z] 03:40:01 0 0.00 0.00 0.02 0.00 0.17 99.82 [2020-09-09T03:42:16.646Z] 03:40:01 1 0.38 0.00 0.17 0.00 0.37 99.09 [2020-09-09T03:42:16.646Z] 03:40:01 2 0.03 0.00 0.03 0.00 0.30 99.63 [2020-09-09T03:42:16.646Z] 03:40:01 3 0.05 0.00 0.05 0.00 0.56 99.34 [2020-09-09T03:42:16.646Z] 03:41:01 all 0.10 0.00 0.05 0.00 0.25 99.60 [2020-09-09T03:42:16.646Z] 03:41:01 0 0.02 0.00 0.00 0.00 0.03 99.95 [2020-09-09T03:42:16.646Z] 03:41:01 1 0.30 0.00 0.12 0.00 0.48 99.10 [2020-09-09T03:42:16.646Z] 03:41:01 2 0.02 0.00 0.02 0.00 0.05 99.92 [2020-09-09T03:42:16.646Z] 03:41:01 3 0.05 0.00 0.07 0.00 0.45 99.43 [2020-09-09T03:42:16.646Z] 03:42:01 all 1.53 0.00 0.93 0.85 2.24 94.46 [2020-09-09T03:42:16.646Z] 03:42:01 0 1.88 0.00 0.85 0.36 2.20 94.72 [2020-09-09T03:42:16.646Z] 03:42:01 1 1.40 0.00 0.74 0.61 2.46 94.80 [2020-09-09T03:42:16.646Z] 03:42:01 2 1.82 0.00 1.17 1.77 1.94 93.31 [2020-09-09T03:42:16.646Z] 03:42:01 3 1.01 0.00 0.95 0.68 2.36 95.00 [2020-09-09T03:42:16.646Z] Average: all 0.61 0.00 0.39 0.22 1.01 97.77 [2020-09-09T03:42:16.646Z] Average: 0 0.57 0.00 0.36 0.10 0.90 98.07 [2020-09-09T03:42:16.646Z] Average: 1 0.73 0.00 0.39 0.28 1.12 97.49 [2020-09-09T03:42:16.646Z] Average: 2 0.68 0.00 0.46 0.38 0.85 97.63 [2020-09-09T03:42:16.646Z] Average: 3 0.48 0.00 0.36 0.11 1.17 97.88 [2020-09-09T03:42:16.646Z] [2020-09-09T03:42:16.646Z] [2020-09-09T03:42:16.646Z]