Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from b2c68ec273215b3839fa79913927ed9c700821ef+acdd4826cae80a3b8a1f7d698808ff3080e1060b (196c57d54fd108ad0f1580d79a9f28cd699ecbec) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 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 > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 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, 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.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43364 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-582 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # 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/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef Merge succeeded, producing b539d53e361b45df754d5f6b6c635d8034b0d765 Checking out Revision b539d53e361b45df754d5f6b6c635d8034b0d765 (PR-582) > git config core.sparsecheckout # timeout=10 > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # 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 acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f b539d53e361b45df754d5f6b6c635d8034b0d765 # timeout=10 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" > git rev-list --no-walk b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T18:43:37.000Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T18:43:37.272Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T18:43:37.367Z] ========================================================= [2020-09-15T18:43:37.367Z] EdgeX Global Pipelines Version Info [2020-09-15T18:43:37.367Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:43:38.816Z] ------------------- [2020-09-15T18:43:38.816Z] stable info: [2020-09-15T18:43:38.816Z] ------------------- [2020-09-15T18:43:38.816Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T18:43:38.816Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T18:43:38.816Z] Message: update stable to v1.0.119 [2020-09-15T18:43:39.766Z] ------------------- [2020-09-15T18:43:39.766Z] experimental info: [2020-09-15T18:43:39.766Z] ------------------- [2020-09-15T18:43:39.766Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T18:43:39.766Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T18:43:39.766Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T18:43:40.151Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T18:43:40.289Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T18:43:40.389Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T18:43:40.578Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T18:43:40.790Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T18:43:40.973Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T18:43:41.133Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T18:43:41.229Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T18:43:41.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T18:43:41.412Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T18:43:41.516Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T18:43:41.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T18:43:41.813Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T18:43:41.910Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T18:43:42.020Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T18:43:42.109Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:43:42.220Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:43:42.322Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:43:42.413Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T18:43:42.507Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T18:43:42.648Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T18:43:42.747Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T18:43:42.835Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-582 [Pipeline] echo [2020-09-15T18:43:42.926Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-582 [Pipeline] echo [2020-09-15T18:43:43.078Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-582 [Pipeline] echo [2020-09-15T18:43:43.168Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = b539d53e361b45df754d5f6b6c635d8034b0d765 [Pipeline] echo [2020-09-15T18:43:43.261Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = b539d53 [Pipeline] echo [2020-09-15T18:43:43.373Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:43:44.006Z] + git log --format=format:%s -1 b539d53e361b45df754d5f6b6c635d8034b0d765 [Pipeline] echo [2020-09-15T18:43:44.064Z] GIT_COMMIT: b539d53e361b45df754d5f6b6c635d8034b0d765, Commit Message: Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD [Pipeline] echo [2020-09-15T18:43:44.107Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:43:44.624Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:43:45.204Z] [2020-09-15T18:43:45.204Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:43:45.561Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:43:45.561Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T18:43:45.561Z] 31603596830f: Pulling fs layer [2020-09-15T18:43:45.561Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T18:43:45.561Z] 6ca5941a6612: Pulling fs layer [2020-09-15T18:43:45.561Z] ecc8261a40a4: Pulling fs layer [2020-09-15T18:43:45.561Z] ecc8261a40a4: Waiting [2020-09-15T18:43:45.561Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T18:43:45.561Z] 2a8b12db71e7: Download complete [2020-09-15T18:43:45.825Z] 31603596830f: Verifying Checksum [2020-09-15T18:43:45.825Z] 31603596830f: Download complete [2020-09-15T18:43:45.825Z] 6ca5941a6612: Verifying Checksum [2020-09-15T18:43:45.825Z] 6ca5941a6612: Download complete [2020-09-15T18:43:45.825Z] ecc8261a40a4: Verifying Checksum [2020-09-15T18:43:45.825Z] ecc8261a40a4: Download complete [2020-09-15T18:43:46.106Z] 31603596830f: Pull complete [2020-09-15T18:43:46.106Z] 2a8b12db71e7: Pull complete [2020-09-15T18:43:47.056Z] 6ca5941a6612: Pull complete [2020-09-15T18:43:47.318Z] ecc8261a40a4: Pull complete [2020-09-15T18:43:47.318Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T18:43:47.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:43:47.318Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T18:43:47.429Z] prd-centos7-docker-4c-2g-43364 does not seem to be running inside a container [2020-09-15T18:43:47.479Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T18:43:49.646Z] $ docker top 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T18:43:49.952Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T18:43:49.952Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T18:43:50.157Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T18:43:50.162Z] $ docker exec 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent [2020-09-15T18:43:50.315Z] SSH_AUTH_SOCK=/tmp/ssh-2wyVermhLsKC/agent.13 [2020-09-15T18:43:50.315Z] SSH_AGENT_PID=18 [2020-09-15T18:43:50.326Z] Running ssh-add (command line suppressed) [2020-09-15T18:43:50.440Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_1552969268845689166.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_1552969268845689166.key) [2020-09-15T18:43:50.488Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T18:43:50.850Z] + git describe --exact-match --tags HEAD [2020-09-15T18:43:50.850Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T18:43:50.873Z] $ docker exec --env ******** --env ******** 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent -k [2020-09-15T18:43:50.986Z] unset SSH_AUTH_SOCK; [2020-09-15T18:43:50.987Z] unset SSH_AGENT_PID; [2020-09-15T18:43:50.987Z] echo Agent pid 18 killed; [2020-09-15T18:43:51.032Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T18:43:51.133Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T18:43:51.134Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T18:43:51.328Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T18:43:51.328Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T18:43:51.493Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T18:43:51.498Z] $ docker exec 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent [2020-09-15T18:43:51.747Z] SSH_AUTH_SOCK=/tmp/ssh-AAsRAhsTy5WV/agent.46 [2020-09-15T18:43:51.747Z] SSH_AGENT_PID=52 [2020-09-15T18:43:51.763Z] Running ssh-add (command line suppressed) [2020-09-15T18:43:51.888Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5476213030442799738.key (/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/private_key_5476213030442799738.key) [2020-09-15T18:43:51.937Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T18:43:52.274Z] + git semver init [2020-09-15T18:43:52.274Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T18:43:52.274Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.git [2020-09-15T18:43:52.274Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T18:43:52.274Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T18:43:52.274Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T18:43:52.274Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T18:43:52.274Z] # $SEMVER_BRANCH = PR-582 [2020-09-15T18:43:52.274Z] # $SEMVER_TEMP = /tmp/semver-657025835 [2020-09-15T18:43:52.274Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T18:43:52.848Z] # '/tmp/semver-657025835' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver' [2020-09-15T18:43:52.848Z] # -> Force: false [2020-09-15T18:43:52.848Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-582/.semver [Pipeline] } [2020-09-15T18:43:52.862Z] $ docker exec --env ******** --env ******** 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 ssh-agent -k [2020-09-15T18:43:52.992Z] unset SSH_AUTH_SOCK; [2020-09-15T18:43:52.993Z] unset SSH_AGENT_PID; [2020-09-15T18:43:52.993Z] echo Agent pid 52 killed; [2020-09-15T18:43:53.035Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T18:43:53.519Z] + git semver [Pipeline] } [2020-09-15T18:43:53.536Z] $ docker stop --time=1 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 [2020-09-15T18:43:55.588Z] $ docker rm -f 0a6fd5e5635ddfd188e2aa949559716f8c733a1679b37227faa7a17ccfc9a4d5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T18:43:56.398Z] Stashed 36 file(s) [Pipeline] echo [2020-09-15T18:43:56.401Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T18:43:56.496Z] 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-15T18:44:11.997Z] Still waiting to schedule task [2020-09-15T18:44:11.998Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T18:44:12.000Z] Still waiting to schedule task [2020-09-15T18:44:12.000Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43365’ is offline [2020-09-15T18:45:32.010Z] Running on prd-centos7-docker-4c-2g-43369 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-15T18:45:32.066Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-09-15T18:45:41.118Z] using credential edgex-jenkins-ssh [2020-09-15T18:45:41.165Z] Cloning the remote Git repository [2020-09-15T18:45:41.166Z] Cloning with configured refspecs honoured and without tags [2020-09-15T18:45:41.208Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:45:41.313Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-09-15T18:45:41.538Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:45:41.539Z] > git --version # timeout=10 [2020-09-15T18:45:41.597Z] > git --version # 'git version 2.16.5' [2020-09-15T18:45:41.601Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:45:41.649Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:45:42.680Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:45:42.736Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-15T18:45:42.766Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:45:43.164Z] Fetching without tags [2020-09-15T18:45:43.767Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T18:45:44.003Z] Merge succeeded, producing 32606cbf2fe85991daeccdd34a1c13a186f27a65 [2020-09-15T18:45:44.003Z] Checking out Revision 32606cbf2fe85991daeccdd34a1c13a186f27a65 (PR-582) [2020-09-15T18:45:42.900Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:45:43.171Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:45:43.171Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:45:43.180Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:45:43.786Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:45:43.800Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-15T18:45:43.909Z] > git remote # timeout=10 [2020-09-15T18:45:43.914Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T18:45:43.928Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:45:43.933Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-15T18:45:43.982Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T18:45:44.016Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:45:44.023Z] > git checkout -f 32606cbf2fe85991daeccdd34a1c13a186f27a65 # timeout=10 [2020-09-15T18:45:48.906Z] Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" [2020-09-15T18:45:48.912Z] > git rev-list --no-walk b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T18:45:49.894Z] ========================================================= [2020-09-15T18:45:49.894Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T18:45:49.894Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:45:51.105Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-15T18:45:51.726Z] Sending build context to Docker daemon 3.167MB [2020-09-15T18:45:51.726Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T18:45:51.726Z] Step 2/8 : FROM ${BASE} [2020-09-15T18:45:51.998Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T18:45:51.998Z] df20fa9351a1: Pulling fs layer [2020-09-15T18:45:51.998Z] ed8968b2872e: Pulling fs layer [2020-09-15T18:45:51.998Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T18:45:51.998Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T18:45:51.998Z] e73272ec9a57: Pulling fs layer [2020-09-15T18:45:51.998Z] 1e910a182e73: Pulling fs layer [2020-09-15T18:45:51.998Z] 4e634b169226: Pulling fs layer [2020-09-15T18:45:51.998Z] e871e8e8d7a9: Waiting [2020-09-15T18:45:51.998Z] e73272ec9a57: Waiting [2020-09-15T18:45:51.998Z] 1e910a182e73: Waiting [2020-09-15T18:45:51.998Z] 4e634b169226: Waiting [2020-09-15T18:45:51.998Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T18:45:51.998Z] a92cc7c5fd73: Download complete [2020-09-15T18:45:51.998Z] ed8968b2872e: Verifying Checksum [2020-09-15T18:45:51.998Z] ed8968b2872e: Download complete [2020-09-15T18:45:51.998Z] e73272ec9a57: Verifying Checksum [2020-09-15T18:45:51.998Z] e73272ec9a57: Download complete [2020-09-15T18:45:52.272Z] 1e910a182e73: Verifying Checksum [2020-09-15T18:45:52.272Z] 1e910a182e73: Download complete [2020-09-15T18:45:52.567Z] df20fa9351a1: Verifying Checksum [2020-09-15T18:45:52.567Z] df20fa9351a1: Download complete [2020-09-15T18:45:52.887Z] df20fa9351a1: Pull complete [2020-09-15T18:45:53.243Z] ed8968b2872e: Pull complete [2020-09-15T18:45:53.615Z] a92cc7c5fd73: Pull complete [2020-09-15T18:45:57.309Z] 4e634b169226: Verifying Checksum [2020-09-15T18:45:57.310Z] 4e634b169226: Download complete [2020-09-15T18:46:02.373Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T18:46:02.373Z] e871e8e8d7a9: Download complete [2020-09-15T18:46:12.999Z] e871e8e8d7a9: Pull complete [2020-09-15T18:46:12.999Z] e73272ec9a57: Pull complete [2020-09-15T18:46:12.999Z] 1e910a182e73: Pull complete [2020-09-15T18:46:19.840Z] 4e634b169226: Pull complete [2020-09-15T18:46:19.840Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T18:46:19.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T18:46:19.840Z] ---> f7629b54cfaa [2020-09-15T18:46:19.840Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:46:19.840Z] ---> Running in 83ffd443db4c [2020-09-15T18:46:19.840Z] Removing intermediate container 83ffd443db4c [2020-09-15T18:46:19.840Z] ---> ff44195e38c0 [2020-09-15T18:46:19.840Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:46:19.840Z] ---> Running in 6b0ea53480a3 [2020-09-15T18:46:21.846Z] Removing intermediate container 6b0ea53480a3 [2020-09-15T18:46:21.846Z] ---> 6b85114b75fe [2020-09-15T18:46:21.846Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T18:46:21.846Z] ---> Running in 5976cca56ecd [2020-09-15T18:46:22.810Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T18:46:23.631Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T18:46:25.732Z] OK: 166 MiB in 39 packages [2020-09-15T18:46:25.732Z] Removing intermediate container 5976cca56ecd [2020-09-15T18:46:25.732Z] ---> 4da2e3d7db52 [2020-09-15T18:46:25.732Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T18:46:26.029Z] ---> Running in 468bf0f17d03 [2020-09-15T18:46:26.029Z] Removing intermediate container 468bf0f17d03 [2020-09-15T18:46:26.029Z] ---> 3466c89b1a4f [2020-09-15T18:46:26.029Z] Step 7/8 : COPY . . [2020-09-15T18:46:27.514Z] ---> 4e01123108c8 [2020-09-15T18:46:27.514Z] Step 8/8 : RUN go mod download [2020-09-15T18:46:27.514Z] ---> Running in 06551498b807 [2020-09-15T18:46:42.834Z] Removing intermediate container 06551498b807 [2020-09-15T18:46:42.834Z] ---> 359da974ffa9 [2020-09-15T18:46:42.834Z] Successfully built 359da974ffa9 [2020-09-15T18:46:42.834Z] 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-15T18:46:43.876Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T18:46:43.877Z] . [Pipeline] withDockerContainer [2020-09-15T18:46:44.037Z] prd-centos7-docker-4c-2g-43369 does not seem to be running inside a container [2020-09-15T18:46:44.141Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T18:46:45.647Z] $ docker top 0acc2a67b3d72025ad67567baeb1dc2c636a5c9bb8d1c25917bca4e00690ba3c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:46:46.605Z] + go version [2020-09-15T18:46:46.605Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T18:46:46.970Z] + make test [2020-09-15T18:46:47.265Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T18:46:59.913Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T18:47:23.660Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T18:47:23.660Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T18:47:23.660Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T18:47:23.660Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 21.0% of statements [2020-09-15T18:47:23.660Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.612s coverage: 95.7% of statements [2020-09-15T18:47:39.025Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43374 in /w/workspace/dgexfoundry_device-sdk-go_PR-582 [Pipeline] { [Pipeline] ws [2020-09-15T18:47:39.075Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-09-15T18:47:44.722Z] using credential edgex-jenkins-ssh [2020-09-15T18:47:44.785Z] Cloning the remote Git repository [2020-09-15T18:47:44.785Z] Cloning with configured refspecs honoured and without tags [2020-09-15T18:47:44.858Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:47:44.993Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-09-15T18:47:45.080Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:47:45.081Z] > git --version # timeout=10 [2020-09-15T18:47:45.109Z] > git --version # 'git version 2.17.1' [2020-09-15T18:47:45.111Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:47:45.176Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:47:46.397Z] Fetching without tags [2020-09-15T18:47:46.194Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:47:46.216Z] > git config --add remote.origin.fetch +refs/pull/582/head:refs/remotes/origin/PR-582 # timeout=10 [2020-09-15T18:47:46.244Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:47:46.291Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:47:46.405Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:47:46.406Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:47:46.431Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/582/head:refs/remotes/origin/PR-582 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:47:46.941Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit b2c68ec273215b3839fa79913927ed9c700821ef [2020-09-15T18:47:47.358Z] Merge succeeded, producing a276b12c588bd60a9fb1eba3808d1e573c1f57b9 [2020-09-15T18:47:47.358Z] Checking out Revision a276b12c588bd60a9fb1eba3808d1e573c1f57b9 (PR-582) [2020-09-15T18:47:46.981Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:47:47.048Z] > git checkout -f b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [2020-09-15T18:47:47.183Z] > git remote # timeout=10 [2020-09-15T18:47:47.204Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T18:47:47.224Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:47:47.236Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-15T18:47:47.331Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T18:47:47.361Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:47:47.380Z] > git checkout -f a276b12c588bd60a9fb1eba3808d1e573c1f57b9 # timeout=10 [2020-09-15T18:47:51.879Z] Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" [2020-09-15T18:47:51.885Z] > git rev-list --no-walk b2c68ec273215b3839fa79913927ed9c700821ef # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T18:47:53.298Z] ========================================================= [2020-09-15T18:47:53.299Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T18:47:53.299Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:47:54.560Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-15T18:47:55.578Z] Sending build context to Docker daemon 3.169MB [2020-09-15T18:47:55.578Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T18:47:55.578Z] Step 2/8 : FROM ${BASE} [2020-09-15T18:47:55.853Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T18:47:55.853Z] b538f80385f9: Pulling fs layer [2020-09-15T18:47:55.853Z] 74f711af9a0d: Pulling fs layer [2020-09-15T18:47:55.853Z] 99f96fe45779: Pulling fs layer [2020-09-15T18:47:55.853Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T18:47:55.853Z] 45590311c82a: Pulling fs layer [2020-09-15T18:47:55.853Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T18:47:55.853Z] 209524e5b208: Pulling fs layer [2020-09-15T18:47:55.853Z] 8529a6b9a6be: Waiting [2020-09-15T18:47:55.853Z] 45590311c82a: Waiting [2020-09-15T18:47:55.853Z] 69ca0ff8b7b3: Waiting [2020-09-15T18:47:55.853Z] 209524e5b208: Waiting [2020-09-15T18:47:55.853Z] 99f96fe45779: Verifying Checksum [2020-09-15T18:47:55.853Z] 99f96fe45779: Download complete [2020-09-15T18:47:55.853Z] 74f711af9a0d: Verifying Checksum [2020-09-15T18:47:55.853Z] 74f711af9a0d: Download complete [2020-09-15T18:47:56.202Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.048s coverage: 8.6% of statements [2020-09-15T18:47:56.202Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.073s coverage: 21.7% of statements [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T18:47:56.202Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.260s coverage: 37.0% of statements [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T18:47:56.202Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.330s coverage: 65.4% of statements [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T18:47:56.202Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.268s coverage: 52.6% of statements [2020-09-15T18:47:56.202Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 4.243s coverage: 68.9% of statements [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T18:47:56.202Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T18:47:56.202Z] GO111MODULE=on go vet ./... [2020-09-15T18:47:56.464Z] 45590311c82a: Verifying Checksum [2020-09-15T18:47:56.464Z] 45590311c82a: Download complete [2020-09-15T18:47:56.464Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T18:47:56.464Z] 69ca0ff8b7b3: Download complete [2020-09-15T18:47:56.464Z] b538f80385f9: Verifying Checksum [2020-09-15T18:47:56.464Z] b538f80385f9: Download complete [2020-09-15T18:47:57.068Z] b538f80385f9: Pull complete [2020-09-15T18:47:57.692Z] 74f711af9a0d: Pull complete [2020-09-15T18:47:57.967Z] 99f96fe45779: Pull complete [2020-09-15T18:47:58.957Z] 209524e5b208: Download complete [2020-09-15T18:47:59.950Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T18:47:59.950Z] 8529a6b9a6be: Download complete [2020-09-15T18:48:08.817Z] gofmt -l . [2020-09-15T18:48:08.817Z] [ "`gofmt -l .`" = "" ] [2020-09-15T18:48:08.817Z] ./bin/test-attribution-txt.sh [2020-09-15T18:48:08.817Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T18:48:09.870Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T18:48:09.909Z] $ docker stop --time=1 0acc2a67b3d72025ad67567baeb1dc2c636a5c9bb8d1c25917bca4e00690ba3c [2020-09-15T18:48:10.148Z] 8529a6b9a6be: Pull complete [2020-09-15T18:48:10.432Z] 45590311c82a: Pull complete [2020-09-15T18:48:10.709Z] 69ca0ff8b7b3: Pull complete [2020-09-15T18:48:12.013Z] $ docker rm -f 0acc2a67b3d72025ad67567baeb1dc2c636a5c9bb8d1c25917bca4e00690ba3c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:48:13.971Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T18:48:14.327Z] + ls -al . [2020-09-15T18:48:14.327Z] total 188 [2020-09-15T18:48:14.327Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 18:48 . [2020-09-15T18:48:14.327Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 18:45 .. [2020-09-15T18:48:14.327Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 18:45 bin [2020-09-15T18:48:14.327Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 18:47 coverage.out [2020-09-15T18:48:14.327Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 18:45 Dockerfile.build [2020-09-15T18:48:14.327Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 18:45 .dockerignore [2020-09-15T18:48:14.327Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 18:45 example [2020-09-15T18:48:14.327Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 18:45 .git [2020-09-15T18:48:14.327Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 18:45 .github [2020-09-15T18:48:14.327Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 18:45 .gitignore [2020-09-15T18:48:14.327Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 18:48 go.mod [2020-09-15T18:48:14.327Z] -rw-r--r--. 1 jenkins jenkins 12258 Sep 15 18:48 go.sum [2020-09-15T18:48:14.327Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 18:45 internal [2020-09-15T18:48:14.327Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 18:45 Jenkinsfile [2020-09-15T18:48:14.327Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 18:45 LICENSE [2020-09-15T18:48:14.327Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 18:45 Makefile [2020-09-15T18:48:14.327Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 18:45 openapi [2020-09-15T18:48:14.327Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 18:45 pkg [2020-09-15T18:48:14.328Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 18:45 README.md [2020-09-15T18:48:14.328Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 18:45 RELEASE-NOTES.txt [2020-09-15T18:48:14.328Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 18:45 .semver [2020-09-15T18:48:14.328Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 18:45 snap [2020-09-15T18:48:14.328Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 18:43 VERSION [2020-09-15T18:48:14.328Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 18:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:48:14.731Z] + 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=b539d53e361b45df754d5f6b6c635d8034b0d765 --label arch=amd64 --label version=0.0.0 . [2020-09-15T18:48:14.997Z] Sending build context to Docker daemon 3.28MB [2020-09-15T18:48:14.997Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T18:48:14.997Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T18:48:14.998Z] ---> 359da974ffa9 [2020-09-15T18:48:14.998Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T18:48:15.042Z] 209524e5b208: Pull complete [2020-09-15T18:48:15.042Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T18:48:15.042Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T18:48:15.042Z] ---> 5bddaf1c2fca [2020-09-15T18:48:15.042Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:48:15.580Z] ---> Running in dd315b3092dc [2020-09-15T18:48:15.580Z] Removing intermediate container dd315b3092dc [2020-09-15T18:48:15.580Z] ---> e3f878cf6d45 [2020-09-15T18:48:15.580Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T18:48:15.580Z] ---> Running in ec69314611ef [2020-09-15T18:48:15.855Z] Removing intermediate container ec69314611ef [2020-09-15T18:48:15.855Z] ---> 42eab14d4877 [2020-09-15T18:48:15.855Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:48:16.121Z] ---> Running in 6c2641bffe66 [2020-09-15T18:48:16.405Z] Removing intermediate container 6c2641bffe66 [2020-09-15T18:48:16.405Z] ---> e34d8fb010b6 [2020-09-15T18:48:16.405Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:48:16.405Z] ---> Running in ceb1a9164899 [2020-09-15T18:48:17.666Z] ---> Running in 6887d5a9e4b1 [2020-09-15T18:48:17.829Z] Removing intermediate container ceb1a9164899 [2020-09-15T18:48:17.829Z] ---> 8d402a9a8aba [2020-09-15T18:48:17.829Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T18:48:17.829Z] ---> Running in 9f452f15e6ba [2020-09-15T18:48:17.955Z] Removing intermediate container 6887d5a9e4b1 [2020-09-15T18:48:17.955Z] ---> e450aadf37cf [2020-09-15T18:48:17.955Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:48:17.955Z] ---> Running in c6a5ae246dc6 [2020-09-15T18:48:18.446Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T18:48:19.032Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T18:48:19.613Z] OK: 166 MiB in 39 packages [2020-09-15T18:48:20.211Z] Removing intermediate container 9f452f15e6ba [2020-09-15T18:48:20.212Z] ---> a5d31eda1a59 [2020-09-15T18:48:20.212Z] Step 8/24 : COPY . . [2020-09-15T18:48:20.594Z] Removing intermediate container c6a5ae246dc6 [2020-09-15T18:48:20.594Z] ---> 211faeac1b53 [2020-09-15T18:48:20.594Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T18:48:20.869Z] ---> Running in 41886f3da905 [2020-09-15T18:48:21.170Z] ---> be78502503c3 [2020-09-15T18:48:21.170Z] Step 9/24 : RUN ${MAKE} [2020-09-15T18:48:21.170Z] ---> Running in 6ae59ecbff8d [2020-09-15T18:48:21.758Z] 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-15T18:48:22.325Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T18:48:23.306Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T18:48:23.904Z] OK: 142 MiB in 39 packages [2020-09-15T18:48:25.352Z] Removing intermediate container 41886f3da905 [2020-09-15T18:48:25.352Z] ---> bb1c641f0f41 [2020-09-15T18:48:25.352Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T18:48:25.352Z] ---> Running in 21effe507a46 [2020-09-15T18:48:25.626Z] Removing intermediate container 21effe507a46 [2020-09-15T18:48:25.626Z] ---> a3cd3ad740ce [2020-09-15T18:48:25.626Z] Step 7/8 : COPY . . [2020-09-15T18:48:27.075Z] ---> a0f316f9d79c [2020-09-15T18:48:27.075Z] Step 8/8 : RUN go mod download [2020-09-15T18:48:27.075Z] ---> Running in 56090d0bdeb3 [2020-09-15T18:48:34.236Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T18:48:36.550Z] Removing intermediate container 6ae59ecbff8d [2020-09-15T18:48:36.550Z] ---> cd5c498d20f1 [2020-09-15T18:48:36.550Z] Step 10/24 : FROM scratch [2020-09-15T18:48:36.550Z] ---> [2020-09-15T18:48:36.550Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:48:36.550Z] ---> Running in a8cf501410ca [2020-09-15T18:48:37.142Z] Removing intermediate container a8cf501410ca [2020-09-15T18:48:37.142Z] ---> 7d41775e85a6 [2020-09-15T18:48:37.142Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T18:48:37.420Z] ---> Running in 3e893c654540 [2020-09-15T18:48:37.698Z] Removing intermediate container 3e893c654540 [2020-09-15T18:48:37.698Z] ---> f88ddd9d6513 [2020-09-15T18:48:37.698Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T18:48:37.698Z] ---> Running in ee5a42ee2f1b [2020-09-15T18:48:37.980Z] Removing intermediate container ee5a42ee2f1b [2020-09-15T18:48:37.980Z] ---> 4040ae4fb152 [2020-09-15T18:48:37.980Z] Step 14/24 : WORKDIR / [2020-09-15T18:48:37.980Z] ---> Running in 196f0786358a [2020-09-15T18:48:38.256Z] Removing intermediate container 196f0786358a [2020-09-15T18:48:38.257Z] ---> 05c575735eac [2020-09-15T18:48:38.257Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T18:48:39.260Z] ---> d4b798933e57 [2020-09-15T18:48:39.260Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T18:48:39.568Z] ---> e8853e67e0d4 [2020-09-15T18:48:39.568Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T18:48:39.950Z] ---> 5e3e90a1fe5a [2020-09-15T18:48:39.950Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T18:48:40.244Z] ---> 1657b00eea71 [2020-09-15T18:48:40.244Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T18:48:40.512Z] ---> e5f97e4e7e90 [2020-09-15T18:48:40.512Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T18:48:40.782Z] ---> Running in 299100c54841 [2020-09-15T18:48:40.782Z] Removing intermediate container 299100c54841 [2020-09-15T18:48:40.782Z] ---> d308414a020a [2020-09-15T18:48:40.782Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T18:48:40.782Z] ---> Running in 103cf917a4a9 [2020-09-15T18:48:41.048Z] Removing intermediate container 103cf917a4a9 [2020-09-15T18:48:41.048Z] ---> 6b5b841aeae8 [2020-09-15T18:48:41.048Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T18:48:41.048Z] ---> Running in 19555f1cb4a3 [2020-09-15T18:48:41.324Z] Removing intermediate container 19555f1cb4a3 [2020-09-15T18:48:41.324Z] ---> 5515ed793e58 [2020-09-15T18:48:41.324Z] Step 23/24 : LABEL git_sha=b539d53e361b45df754d5f6b6c635d8034b0d765 [2020-09-15T18:48:41.324Z] ---> Running in a35fd07f05dc [2020-09-15T18:48:41.592Z] Removing intermediate container a35fd07f05dc [2020-09-15T18:48:41.592Z] ---> 76217afbea9c [2020-09-15T18:48:41.592Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T18:48:41.592Z] ---> Running in b4704ff34580 [2020-09-15T18:48:41.861Z] Removing intermediate container b4704ff34580 [2020-09-15T18:48:41.861Z] ---> 6d738c2feeae [2020-09-15T18:48:41.861Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T18:48:41.861Z] Successfully built 6d738c2feeae [2020-09-15T18:48:41.861Z] Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-15T18:48:42.171Z] Removing intermediate container 56090d0bdeb3 [2020-09-15T18:48:42.172Z] ---> d6addc94c829 [2020-09-15T18:48:42.172Z] Successfully built d6addc94c829 [2020-09-15T18:48:42.172Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] script [Pipeline] { Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] isUnix [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [2020-09-15T18:48:43.132Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T18:48:43.132Z] . [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] withDockerContainer [2020-09-15T18:48:43.552Z] prd-ubuntu18.04-docker-arm64-4c-16g-43374 does not seem to be running inside a container [2020-09-15T18:48:43.640Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-15T18:48:45.551Z] $ docker top 1294e97ab87ca3b8f2ef23d69404d0eec20e7d00010ac4e700b8c465a8df19e2 -eo pid,comm [Pipeline] { [Pipeline] // node [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } [2020-09-15T18:48:47.036Z] + go version [2020-09-15T18:48:47.037Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T18:48:48.090Z] + make test [2020-09-15T18:48:48.091Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T18:49:10.328Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T18:49:57.390Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T18:49:57.390Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T18:49:57.390Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T18:49:57.390Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.053s coverage: 21.0% of statements [2020-09-15T18:49:57.390Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.129s coverage: 95.7% of statements [2020-09-15T18:50:24.157Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.051s coverage: 8.6% of statements [2020-09-15T18:50:24.157Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.047s coverage: 21.7% of statements [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T18:50:24.157Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.483s coverage: 37.0% of statements [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T18:50:24.157Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.693s coverage: 65.4% of statements [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T18:50:24.157Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.271s coverage: 52.6% of statements [2020-09-15T18:50:24.157Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.787s coverage: 68.9% of statements [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T18:50:24.157Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T18:50:24.157Z] GO111MODULE=on go vet ./... [2020-09-15T18:50:51.012Z] gofmt -l . [2020-09-15T18:50:51.012Z] [ "`gofmt -l .`" = "" ] [2020-09-15T18:50:51.012Z] ./bin/test-attribution-txt.sh [2020-09-15T18:50:51.012Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T18:50:51.032Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T18:50:51.975Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T18:50:51.979Z] $ docker stop --time=1 1294e97ab87ca3b8f2ef23d69404d0eec20e7d00010ac4e700b8c465a8df19e2 [2020-09-15T18:50:54.090Z] $ docker rm -f 1294e97ab87ca3b8f2ef23d69404d0eec20e7d00010ac4e700b8c465a8df19e2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:50:55.600Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T18:50:56.002Z] + ls -al . [2020-09-15T18:50:56.002Z] total 228 [2020-09-15T18:50:56.002Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 18:50 . [2020-09-15T18:50:56.002Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 .. [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 18:47 .dockerignore [2020-09-15T18:50:56.002Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 18:47 .git [2020-09-15T18:50:56.002Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:47 .github [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 18:47 .gitignore [2020-09-15T18:50:56.002Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 18:47 .semver [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 18:47 Dockerfile.build [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 18:47 Jenkinsfile [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 18:47 LICENSE [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 18:47 Makefile [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 18:47 README.md [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 18:47 RELEASE-NOTES.txt [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 18:43 VERSION [2020-09-15T18:50:56.002Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:47 bin [2020-09-15T18:50:56.002Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 18:50 coverage.out [2020-09-15T18:50:56.002Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 example [2020-09-15T18:50:56.002Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 18:50 go.mod [2020-09-15T18:50:56.002Z] -rw-r--r-- 1 jenkins jenkins 12258 Sep 15 18:50 go.sum [2020-09-15T18:50:56.002Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 18:47 internal [2020-09-15T18:50:56.002Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 openapi [2020-09-15T18:50:56.002Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 18:47 pkg [2020-09-15T18:50:56.002Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:47 snap [2020-09-15T18:50:56.002Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 18:47 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:50:56.352Z] + 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=b539d53e361b45df754d5f6b6c635d8034b0d765 --label arch=arm64 --label version=0.0.0 . [2020-09-15T18:50:56.953Z] Sending build context to Docker daemon 3.282MB [2020-09-15T18:50:56.953Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T18:50:56.953Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T18:50:56.953Z] ---> d6addc94c829 [2020-09-15T18:50:56.953Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T18:50:57.223Z] ---> Running in 05ae4069eb22 [2020-09-15T18:50:57.495Z] Removing intermediate container 05ae4069eb22 [2020-09-15T18:50:57.495Z] ---> 2de727146f35 [2020-09-15T18:50:57.495Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T18:50:57.777Z] ---> Running in 2d2f21e15a5b [2020-09-15T18:50:58.049Z] Removing intermediate container 2d2f21e15a5b [2020-09-15T18:50:58.049Z] ---> 425b4c2b3f5a [2020-09-15T18:50:58.049Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:50:58.322Z] ---> Running in 8c1290ac5078 [2020-09-15T18:50:58.595Z] Removing intermediate container 8c1290ac5078 [2020-09-15T18:50:58.596Z] ---> 489fb4365b7d [2020-09-15T18:50:58.596Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:50:58.872Z] ---> Running in e9ae266bc88f [2020-09-15T18:51:01.495Z] Removing intermediate container e9ae266bc88f [2020-09-15T18:51:01.495Z] ---> 5e27da9749e4 [2020-09-15T18:51:01.495Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T18:51:01.495Z] ---> Running in c92d2e305874 [2020-09-15T18:51:02.930Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T18:51:03.522Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T18:51:04.499Z] OK: 142 MiB in 39 packages [2020-09-15T18:51:05.478Z] Removing intermediate container c92d2e305874 [2020-09-15T18:51:05.478Z] ---> 356be9a36a67 [2020-09-15T18:51:05.478Z] Step 8/24 : COPY . . [2020-09-15T18:51:06.926Z] ---> af8c6b41d1c3 [2020-09-15T18:51:06.926Z] Step 9/24 : RUN ${MAKE} [2020-09-15T18:51:06.926Z] ---> Running in 2e8bbec7a170 [2020-09-15T18:51:08.360Z] 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-15T18:51:30.562Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T18:51:33.183Z] Removing intermediate container 2e8bbec7a170 [2020-09-15T18:51:33.183Z] ---> eedce7406bb6 [2020-09-15T18:51:33.183Z] Step 10/24 : FROM scratch [2020-09-15T18:51:33.183Z] ---> [2020-09-15T18:51:33.183Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:51:33.457Z] ---> Running in 86bce2dd6350 [2020-09-15T18:51:34.050Z] Removing intermediate container 86bce2dd6350 [2020-09-15T18:51:34.050Z] ---> 38d7b2e6a1c2 [2020-09-15T18:51:34.050Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T18:51:34.050Z] ---> Running in 4af1d70f5c8f [2020-09-15T18:51:34.323Z] Removing intermediate container 4af1d70f5c8f [2020-09-15T18:51:34.323Z] ---> bcdedf04db2f [2020-09-15T18:51:34.323Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T18:51:34.595Z] ---> Running in 3d74d1eb6019 [2020-09-15T18:51:34.868Z] Removing intermediate container 3d74d1eb6019 [2020-09-15T18:51:34.868Z] ---> f1596446c362 [2020-09-15T18:51:34.868Z] Step 14/24 : WORKDIR / [2020-09-15T18:51:35.140Z] ---> Running in c30f4e3ad20f [2020-09-15T18:51:35.412Z] Removing intermediate container c30f4e3ad20f [2020-09-15T18:51:35.412Z] ---> 4471419b1924 [2020-09-15T18:51:35.413Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T18:51:36.840Z] ---> 79bfacfd167c [2020-09-15T18:51:36.840Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T18:51:37.433Z] ---> 77e099436dcc [2020-09-15T18:51:37.433Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T18:51:38.031Z] ---> 9bf4b76ba0fc [2020-09-15T18:51:38.031Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T18:51:39.011Z] ---> 7b9c8a45d940 [2020-09-15T18:51:39.011Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T18:51:39.607Z] ---> 8040ab78441b [2020-09-15T18:51:39.607Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T18:51:39.879Z] ---> Running in 36d9ce8a4be9 [2020-09-15T18:51:40.154Z] Removing intermediate container 36d9ce8a4be9 [2020-09-15T18:51:40.154Z] ---> ba51cb2c3174 [2020-09-15T18:51:40.154Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T18:51:40.428Z] ---> Running in 3986025e3388 [2020-09-15T18:51:40.700Z] Removing intermediate container 3986025e3388 [2020-09-15T18:51:40.700Z] ---> 5c79b03f78b8 [2020-09-15T18:51:40.700Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T18:51:40.973Z] ---> Running in 2bd88714ebdb [2020-09-15T18:51:41.248Z] Removing intermediate container 2bd88714ebdb [2020-09-15T18:51:41.248Z] ---> b690b980c922 [2020-09-15T18:51:41.249Z] Step 23/24 : LABEL git_sha=b539d53e361b45df754d5f6b6c635d8034b0d765 [2020-09-15T18:51:41.531Z] ---> Running in b43850eb2062 [2020-09-15T18:51:42.128Z] Removing intermediate container b43850eb2062 [2020-09-15T18:51:42.128Z] ---> 39a139f8e266 [2020-09-15T18:51:42.128Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T18:51:42.128Z] ---> Running in 006f87bd6d43 [2020-09-15T18:51:42.727Z] Removing intermediate container 006f87bd6d43 [2020-09-15T18:51:42.727Z] ---> 5ca0fb8996ab [2020-09-15T18:51:42.727Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T18:51:42.727Z] Successfully built 5ca0fb8996ab [2020-09-15T18:51:42.727Z] 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-15T18:51:44.439Z] provisioning config files... [2020-09-15T18:51:44.453Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config447096144882781534tmp [Pipeline] { [Pipeline] sh [2020-09-15T18:51:44.950Z] + curl -s https://codecov.io/bash [2020-09-15T18:51:44.950Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config447096144882781534tmp [Pipeline] } [2020-09-15T18:51:45.220Z] 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-15T18:51:47.923Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:51:48.523Z] ---> package-listing.sh [2020-09-15T18:51:48.523Z] ++ facter osfamily [2020-09-15T18:51:48.523Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T18:51:48.523Z] + OS_FAMILY=redhat [2020-09-15T18:51:48.523Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-582 [2020-09-15T18:51:48.523Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T18:51:48.523Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T18:51:48.523Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T18:51:48.523Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T18:51:48.523Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-15T18:51:48.523Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T18:51:48.523Z] + case "${OS_FAMILY}" in [2020-09-15T18:51:48.523Z] + rpm -qa [2020-09-15T18:51:48.523Z] + sort [2020-09-15T18:51:52.738Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T18:51:52.738Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T18:51:52.738Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T18:51:52.738Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-582 ']' [2020-09-15T18:51:52.738Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [2020-09-15T18:51:52.738Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-582/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:51:53.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:51:53.252Z] [2020-09-15T18:51:53.252Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:51:53.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:51:53.604Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T18:51:53.604Z] df20fa9351a1: Pulling fs layer [2020-09-15T18:51:53.604Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T18:51:53.604Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T18:51:53.604Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T18:51:53.604Z] 0dadc02b9964: Pulling fs layer [2020-09-15T18:51:53.604Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T18:51:53.604Z] 7a184a31f384: Pulling fs layer [2020-09-15T18:51:53.604Z] 0879bd2ef858: Pulling fs layer [2020-09-15T18:51:53.604Z] 46f8f816bc3b: Waiting [2020-09-15T18:51:53.604Z] 0dadc02b9964: Waiting [2020-09-15T18:51:53.604Z] ce6a7cf60c04: Waiting [2020-09-15T18:51:53.604Z] 7a184a31f384: Waiting [2020-09-15T18:51:53.604Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T18:51:53.604Z] 36b3adc4ff6f: Download complete [2020-09-15T18:51:53.604Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T18:51:53.604Z] 46f8f816bc3b: Download complete [2020-09-15T18:51:53.867Z] 0dadc02b9964: Verifying Checksum [2020-09-15T18:51:53.867Z] 0dadc02b9964: Download complete [2020-09-15T18:51:53.867Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T18:51:53.867Z] ce6a7cf60c04: Download complete [2020-09-15T18:51:53.867Z] df20fa9351a1: Verifying Checksum [2020-09-15T18:51:53.867Z] df20fa9351a1: Download complete [2020-09-15T18:51:53.867Z] 7a184a31f384: Verifying Checksum [2020-09-15T18:51:53.867Z] 7a184a31f384: Download complete [2020-09-15T18:51:54.137Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T18:51:54.137Z] 8ad3a11d3b57: Download complete [2020-09-15T18:51:54.137Z] df20fa9351a1: Pull complete [2020-09-15T18:51:54.401Z] 36b3adc4ff6f: Pull complete [2020-09-15T18:51:54.978Z] 8ad3a11d3b57: Pull complete [2020-09-15T18:51:54.978Z] 0879bd2ef858: Verifying Checksum [2020-09-15T18:51:54.978Z] 0879bd2ef858: Download complete [2020-09-15T18:51:54.978Z] 46f8f816bc3b: Pull complete [2020-09-15T18:51:55.241Z] 0dadc02b9964: Pull complete [2020-09-15T18:51:55.502Z] ce6a7cf60c04: Pull complete [2020-09-15T18:51:55.502Z] 7a184a31f384: Pull complete [2020-09-15T18:51:58.064Z] 0879bd2ef858: Pull complete [2020-09-15T18:51:58.064Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T18:51:58.064Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:51:58.064Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T18:51:58.239Z] prd-centos7-docker-4c-2g-43364 does not seem to be running inside a container [2020-09-15T18:51:58.282Z] $ 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-582 -v /w/workspace/dgexfoundry_device-sdk-go_PR-582:/w/workspace/dgexfoundry_device-sdk-go_PR-582:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T18:52:03.065Z] $ docker top e8e90e01f74ded8c4b6933da3ccc542227a9b80d9a012164b1931516313bd761 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:52:03.555Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T18:52:03.855Z] + ls /var/log/sa-host [2020-09-15T18:52:03.855Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T18:52:03.855Z] file_magic: OK [2020-09-15T18:52:03.855Z] HZ: Using current value: 100 [2020-09-15T18:52:03.855Z] file_header: OK [2020-09-15T18:52:03.855Z] 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-15T18:52:03.855Z] Statistics: [2020-09-15T18:52:03.855Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T18:52:03.855Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T18:52:03.855Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T18:52:03.855Z] file_magic: OK [2020-09-15T18:52:03.855Z] HZ: Using current value: 100 [2020-09-15T18:52:03.855Z] file_header: OK [2020-09-15T18:52:03.855Z] 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-15T18:52:03.855Z] Statistics: [2020-09-15T18:52:03.855Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T18:52:03.855Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T18:52:03.920Z] provisioning config files... [2020-09-15T18:52:03.934Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-582@tmp/config2918662202590283755tmp [Pipeline] { [Pipeline] echo [2020-09-15T18:52:04.018Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:52:04.314Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T18:52:04.325Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:52:04.619Z] ---> logs-deploy.sh [2020-09-15T18:52:04.619Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-582/6 [2020-09-15T18:52:04.619Z] INFO: archiving workspace using pattern(s): [2020-09-15T18:52:06.006Z] Archives upload complete. [2020-09-15T18:52:06.006Z] INFO: archiving logs to Nexus