Pull request #584 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3dd64f9fa75ea99c23536790964834e4e2db85e8+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (6ac35a25916f40621a79a368ad7190a0423b2ea4) 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43252 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 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 3dd64f9fa75ea99c23536790964834e4e2db85e8 Merge succeeded, producing 3dd64f9fa75ea99c23536790964834e4e2db85e8 Checking out Revision 3dd64f9fa75ea99c23536790964834e4e2db85e8 (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 3dd64f9fa75ea99c23536790964834e4e2db85e8 # 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 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3dd64f9fa75ea99c23536790964834e4e2db85e8 # 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 rev-list --no-walk 7c4fc9e11bc1963993f34e0359c29400a823dc74 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T06:33:16.514Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T06:33:16.758Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T06:33:16.910Z] ========================================================= [2020-09-15T06:33:16.910Z] EdgeX Global Pipelines Version Info [2020-09-15T06:33:16.910Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:33:18.347Z] ------------------- [2020-09-15T06:33:18.347Z] stable info: [2020-09-15T06:33:18.347Z] ------------------- [2020-09-15T06:33:18.347Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T06:33:18.347Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T06:33:18.347Z] Message: update stable to v1.0.119 [2020-09-15T06:33:19.294Z] ------------------- [2020-09-15T06:33:19.294Z] experimental info: [2020-09-15T06:33:19.294Z] ------------------- [2020-09-15T06:33:19.294Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T06:33:19.294Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T06:33:19.294Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T06:33:19.653Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T06:33:19.753Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T06:33:19.847Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T06:33:19.942Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T06:33:20.081Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T06:33:20.194Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T06:33:20.336Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T06:33:20.452Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T06:33:20.553Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T06:33:20.697Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T06:33:20.804Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T06:33:20.906Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T06:33:21.040Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T06:33:21.136Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T06:33:21.234Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T06:33:21.338Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:33:21.433Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:33:21.547Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:33:21.641Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T06:33:21.787Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T06:33:21.882Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T06:33:21.977Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T06:33:22.078Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-09-15T06:33:22.188Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-09-15T06:33:22.281Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-09-15T06:33:22.372Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3dd64f9fa75ea99c23536790964834e4e2db85e8 [Pipeline] echo [2020-09-15T06:33:22.467Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3dd64f9 [Pipeline] echo [2020-09-15T06:33:22.556Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:33:23.189Z] + git log --format=format:%s -1 3dd64f9fa75ea99c23536790964834e4e2db85e8 [Pipeline] echo [2020-09-15T06:33:23.259Z] GIT_COMMIT: 3dd64f9fa75ea99c23536790964834e4e2db85e8, Commit Message: build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0 [Pipeline] echo [2020-09-15T06:33:23.308Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:33:23.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:33:24.208Z] [2020-09-15T06:33:24.208Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:33:24.579Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:33:24.579Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T06:33:24.579Z] 31603596830f: Pulling fs layer [2020-09-15T06:33:24.579Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T06:33:24.579Z] 6ca5941a6612: Pulling fs layer [2020-09-15T06:33:24.579Z] ecc8261a40a4: Pulling fs layer [2020-09-15T06:33:24.579Z] ecc8261a40a4: Waiting [2020-09-15T06:33:24.847Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T06:33:24.847Z] 2a8b12db71e7: Download complete [2020-09-15T06:33:24.847Z] 31603596830f: Verifying Checksum [2020-09-15T06:33:24.847Z] 31603596830f: Download complete [2020-09-15T06:33:25.114Z] ecc8261a40a4: Verifying Checksum [2020-09-15T06:33:25.114Z] ecc8261a40a4: Download complete [2020-09-15T06:33:25.114Z] 6ca5941a6612: Verifying Checksum [2020-09-15T06:33:25.114Z] 6ca5941a6612: Download complete [2020-09-15T06:33:25.114Z] 31603596830f: Pull complete [2020-09-15T06:33:25.383Z] 2a8b12db71e7: Pull complete [2020-09-15T06:33:26.340Z] 6ca5941a6612: Pull complete [2020-09-15T06:33:26.340Z] ecc8261a40a4: Pull complete [2020-09-15T06:33:26.340Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T06:33:26.340Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:33:26.340Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T06:33:26.708Z] prd-centos7-docker-4c-2g-43252 does not seem to be running inside a container [2020-09-15T06:33:26.760Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T06:33:28.896Z] $ docker top 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T06:33:29.219Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:33:29.219Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:33:29.460Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:33:29.465Z] $ docker exec 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e ssh-agent [2020-09-15T06:33:29.627Z] SSH_AUTH_SOCK=/tmp/ssh-Dz9zJ0OpWXMj/agent.11 [2020-09-15T06:33:29.627Z] SSH_AGENT_PID=16 [2020-09-15T06:33:29.643Z] Running ssh-add (command line suppressed) [2020-09-15T06:33:29.768Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5060151397141866357.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_5060151397141866357.key) [2020-09-15T06:33:29.819Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:33:30.157Z] + git describe --exact-match --tags HEAD [2020-09-15T06:33:30.157Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T06:33:30.182Z] $ docker exec --env ******** --env ******** 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e ssh-agent -k [2020-09-15T06:33:30.299Z] unset SSH_AUTH_SOCK; [2020-09-15T06:33:30.300Z] unset SSH_AGENT_PID; [2020-09-15T06:33:30.300Z] echo Agent pid 16 killed; [2020-09-15T06:33:30.342Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T06:33:30.448Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T06:33:30.448Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T06:33:30.555Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:33:30.556Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:33:30.721Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:33:30.727Z] $ docker exec 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e ssh-agent [2020-09-15T06:33:30.885Z] SSH_AUTH_SOCK=/tmp/ssh-wVMBgFhTwKFr/agent.47 [2020-09-15T06:33:30.885Z] SSH_AGENT_PID=52 [2020-09-15T06:33:30.893Z] Running ssh-add (command line suppressed) [2020-09-15T06:33:31.016Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3941680102819192690.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_3941680102819192690.key) [2020-09-15T06:33:31.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:33:31.399Z] + git semver init [2020-09-15T06:33:31.399Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T06:33:31.399Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-09-15T06:33:31.399Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-15T06:33:31.399Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T06:33:31.399Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T06:33:31.399Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T06:33:31.399Z] # $SEMVER_BRANCH = PR-584 [2020-09-15T06:33:31.399Z] # $SEMVER_TEMP = /tmp/semver-330447714 [2020-09-15T06:33:31.399Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T06:33:31.977Z] # '/tmp/semver-330447714' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-09-15T06:33:31.977Z] # -> Force: false [2020-09-15T06:33:31.977Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-09-15T06:33:32.013Z] $ docker exec --env ******** --env ******** 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e ssh-agent -k [2020-09-15T06:33:32.137Z] unset SSH_AUTH_SOCK; [2020-09-15T06:33:32.138Z] unset SSH_AGENT_PID; [2020-09-15T06:33:32.138Z] echo Agent pid 52 killed; [2020-09-15T06:33:32.194Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T06:33:32.723Z] + git semver [Pipeline] } [2020-09-15T06:33:32.746Z] $ docker stop --time=1 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e [2020-09-15T06:33:34.123Z] $ docker rm -f 58ee6889eb41026eda4f2358caf81996eca8dd5d6bb1a7135ba53f5bcf38349e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T06:33:35.084Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T06:33:35.089Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T06:33:35.191Z] 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-15T06:33:50.598Z] Still waiting to schedule task [2020-09-15T06:33:50.598Z] ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-43255’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-43253’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-09-15T06:33:50.600Z] Still waiting to schedule task [2020-09-15T06:33:50.600Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43253’ is offline [2020-09-15T06:35:12.300Z] Running on prd-centos7-docker-4c-2g-43260 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-15T06:35:12.351Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:35:16.551Z] using credential edgex-jenkins-ssh [2020-09-15T06:35:16.614Z] Cloning the remote Git repository [2020-09-15T06:35:16.615Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:35:17.432Z] Fetching without tags [2020-09-15T06:35:16.646Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:35:16.709Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:35:16.759Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:35:16.759Z] > git --version # timeout=10 [2020-09-15T06:35:16.769Z] > git --version # 'git version 2.16.5' [2020-09-15T06:35:16.770Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:35:16.797Z] > 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-15T06:35:17.389Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:35:17.398Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-15T06:35:17.410Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:35:17.425Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:35:17.444Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:35:17.445Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:35:17.450Z] > 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-15T06:35:18.125Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 3dd64f9fa75ea99c23536790964834e4e2db85e8 [2020-09-15T06:35:18.392Z] Merge succeeded, producing 3dd64f9fa75ea99c23536790964834e4e2db85e8 [2020-09-15T06:35:18.393Z] Checking out Revision 3dd64f9fa75ea99c23536790964834e4e2db85e8 (PR-584) [2020-09-15T06:35:18.135Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:35:18.142Z] > git checkout -f 3dd64f9fa75ea99c23536790964834e4e2db85e8 # timeout=10 [2020-09-15T06:35:18.364Z] > git remote # timeout=10 [2020-09-15T06:35:18.368Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:35:18.374Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:35:18.378Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:35:18.387Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:35:18.397Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:35:18.402Z] > git checkout -f 3dd64f9fa75ea99c23536790964834e4e2db85e8 # timeout=10 [2020-09-15T06:35:22.061Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:35:22.913Z] ========================================================= [2020-09-15T06:35:22.913Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T06:35:22.913Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:35:23.518Z] + 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-15T06:35:24.094Z] Sending build context to Docker daemon 3.152MB [2020-09-15T06:35:24.094Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:35:24.094Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:35:24.094Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T06:35:24.094Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:35:24.094Z] ed8968b2872e: Pulling fs layer [2020-09-15T06:35:24.094Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T06:35:24.094Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T06:35:24.094Z] e73272ec9a57: Pulling fs layer [2020-09-15T06:35:24.094Z] 1e910a182e73: Pulling fs layer [2020-09-15T06:35:24.094Z] 4e634b169226: Pulling fs layer [2020-09-15T06:35:24.094Z] 4e634b169226: Waiting [2020-09-15T06:35:24.094Z] e73272ec9a57: Waiting [2020-09-15T06:35:24.094Z] 1e910a182e73: Waiting [2020-09-15T06:35:24.094Z] e871e8e8d7a9: Waiting [2020-09-15T06:35:24.094Z] a92cc7c5fd73: Download complete [2020-09-15T06:35:24.094Z] ed8968b2872e: Download complete [2020-09-15T06:35:24.670Z] e73272ec9a57: Verifying Checksum [2020-09-15T06:35:24.670Z] e73272ec9a57: Download complete [2020-09-15T06:35:24.670Z] 1e910a182e73: Verifying Checksum [2020-09-15T06:35:24.670Z] 1e910a182e73: Download complete [2020-09-15T06:35:24.943Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:35:24.943Z] df20fa9351a1: Download complete [2020-09-15T06:35:25.214Z] df20fa9351a1: Pull complete [2020-09-15T06:35:25.480Z] ed8968b2872e: Pull complete [2020-09-15T06:35:26.056Z] a92cc7c5fd73: Pull complete [2020-09-15T06:35:26.334Z] 4e634b169226: Verifying Checksum [2020-09-15T06:35:26.334Z] 4e634b169226: Download complete [2020-09-15T06:35:27.312Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T06:35:27.312Z] e871e8e8d7a9: Download complete [2020-09-15T06:35:32.677Z] e871e8e8d7a9: Pull complete [2020-09-15T06:35:32.677Z] e73272ec9a57: Pull complete [2020-09-15T06:35:32.677Z] 1e910a182e73: Pull complete [2020-09-15T06:35:36.912Z] 4e634b169226: Pull complete [2020-09-15T06:35:36.912Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T06:35:36.912Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T06:35:36.912Z] ---> f7629b54cfaa [2020-09-15T06:35:36.912Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:35:37.494Z] ---> Running in 1db2eccba6a6 [2020-09-15T06:35:37.494Z] Removing intermediate container 1db2eccba6a6 [2020-09-15T06:35:37.494Z] ---> f975ac2c61a3 [2020-09-15T06:35:37.494Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:35:37.762Z] ---> Running in 062ced85a4b4 [2020-09-15T06:35:39.168Z] Removing intermediate container 062ced85a4b4 [2020-09-15T06:35:39.168Z] ---> 13018749d942 [2020-09-15T06:35:39.168Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:35:39.168Z] ---> Running in 0cdc8dd49757 [2020-09-15T06:35:40.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:35:41.064Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:35:42.011Z] OK: 166 MiB in 39 packages [2020-09-15T06:35:42.273Z] Removing intermediate container 0cdc8dd49757 [2020-09-15T06:35:42.273Z] ---> 3ff52a7f740d [2020-09-15T06:35:42.273Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:35:42.273Z] ---> Running in 714230fbc08f [2020-09-15T06:35:42.539Z] Removing intermediate container 714230fbc08f [2020-09-15T06:35:42.539Z] ---> 9dd765ffe178 [2020-09-15T06:35:42.539Z] Step 7/8 : COPY . . [2020-09-15T06:35:43.504Z] ---> da67c109f453 [2020-09-15T06:35:43.504Z] Step 8/8 : RUN go mod download [2020-09-15T06:35:43.767Z] ---> Running in f215964f2d51 [2020-09-15T06:35:56.064Z] Removing intermediate container f215964f2d51 [2020-09-15T06:35:56.064Z] ---> 619b4ae6e924 [2020-09-15T06:35:56.064Z] Successfully built 619b4ae6e924 [2020-09-15T06:35:56.064Z] 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-15T06:35:56.762Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T06:35:56.763Z] . [Pipeline] withDockerContainer [2020-09-15T06:35:56.946Z] prd-centos7-docker-4c-2g-43260 does not seem to be running inside a container [2020-09-15T06:35:57.005Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T06:35:58.307Z] $ docker top 557a01870200e3d4f6865e40162b04c6be76d55a63e387a47c67b12701fce0b7 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:35:58.854Z] + go version [2020-09-15T06:35:58.854Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T06:35:59.158Z] + make test [2020-09-15T06:35:59.158Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:35:59.854Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:36:10.021Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:36:10.021Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:36:10.021Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:36:10.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.007s coverage: 21.0% of statements [2020-09-15T06:36:10.021Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.067s coverage: 95.7% of statements [2020-09-15T06:36:42.228Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.012s coverage: 8.6% of statements [2020-09-15T06:36:42.228Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.006s coverage: 21.7% of statements [2020-09-15T06:36:42.228Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:36:42.228Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.025s coverage: 37.0% of statements [2020-09-15T06:36:42.228Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:36:42.228Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.025s coverage: 65.4% of statements [2020-09-15T06:36:42.228Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:36:42.229Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:36:42.229Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:36:42.229Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.106s coverage: 52.6% of statements [2020-09-15T06:36:42.229Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.063s coverage: 68.9% of statements [2020-09-15T06:36:42.229Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:36:42.229Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:36:42.229Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:36:42.229Z] gofmt -l . [2020-09-15T06:36:42.229Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:36:42.229Z] ./bin/test-attribution-txt.sh [2020-09-15T06:36:42.805Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T06:36:43.117Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:36:43.124Z] $ docker stop --time=1 557a01870200e3d4f6865e40162b04c6be76d55a63e387a47c67b12701fce0b7 [2020-09-15T06:36:44.659Z] $ docker rm -f 557a01870200e3d4f6865e40162b04c6be76d55a63e387a47c67b12701fce0b7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:36:47.948Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:36:48.247Z] + ls -al . [2020-09-15T06:36:48.247Z] total 188 [2020-09-15T06:36:48.247Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 06:36 . [2020-09-15T06:36:48.247Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 06:35 .. [2020-09-15T06:36:48.247Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 06:35 bin [2020-09-15T06:36:48.247Z] -rw-r--r--. 1 jenkins jenkins 111650 Sep 15 06:36 coverage.out [2020-09-15T06:36:48.247Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 06:35 Dockerfile.build [2020-09-15T06:36:48.247Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 06:35 .dockerignore [2020-09-15T06:36:48.247Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 06:35 example [2020-09-15T06:36:48.247Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 06:35 .git [2020-09-15T06:36:48.247Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 06:35 .github [2020-09-15T06:36:48.247Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 06:35 .gitignore [2020-09-15T06:36:48.247Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 06:36 go.mod [2020-09-15T06:36:48.247Z] -rw-r--r--. 1 jenkins jenkins 12264 Sep 15 06:36 go.sum [2020-09-15T06:36:48.247Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 06:35 internal [2020-09-15T06:36:48.247Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 06:35 Jenkinsfile [2020-09-15T06:36:48.247Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 06:35 LICENSE [2020-09-15T06:36:48.247Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 15 06:35 Makefile [2020-09-15T06:36:48.247Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 06:35 openapi [2020-09-15T06:36:48.247Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 06:35 pkg [2020-09-15T06:36:48.248Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 06:35 README.md [2020-09-15T06:36:48.248Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 06:35 RELEASE-NOTES.txt [2020-09-15T06:36:48.248Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 06:35 .semver [2020-09-15T06:36:48.248Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 06:35 snap [2020-09-15T06:36:48.248Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 06:33 VERSION [2020-09-15T06:36:48.248Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 06:35 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:36:48.554Z] + 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=3dd64f9fa75ea99c23536790964834e4e2db85e8 --label arch=amd64 --label version=0.0.0 . [2020-09-15T06:36:48.554Z] Sending build context to Docker daemon 3.266MB [2020-09-15T06:36:48.817Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:36:48.817Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:36:48.817Z] ---> 619b4ae6e924 [2020-09-15T06:36:48.817Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:36:49.079Z] ---> Running in 886e734d7280 [2020-09-15T06:36:49.340Z] Removing intermediate container 886e734d7280 [2020-09-15T06:36:49.340Z] ---> 74bba4df90a7 [2020-09-15T06:36:49.340Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:36:49.340Z] ---> Running in ab8c5583beb9 [2020-09-15T06:36:49.602Z] Removing intermediate container ab8c5583beb9 [2020-09-15T06:36:49.602Z] ---> ddd5d76501ee [2020-09-15T06:36:49.602Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:36:49.602Z] ---> Running in 2f5a7fad75cc [2020-09-15T06:36:49.864Z] Removing intermediate container 2f5a7fad75cc [2020-09-15T06:36:49.864Z] ---> 950ce4ed9a76 [2020-09-15T06:36:49.864Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:36:49.864Z] ---> Running in 14bbb6d4944e [2020-09-15T06:36:50.820Z] Removing intermediate container 14bbb6d4944e [2020-09-15T06:36:50.820Z] ---> 2dccb2311394 [2020-09-15T06:36:50.820Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:36:50.820Z] ---> Running in c3e91f03f72b [2020-09-15T06:36:51.397Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:36:52.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:36:53.293Z] OK: 166 MiB in 39 packages [2020-09-15T06:36:53.558Z] Removing intermediate container c3e91f03f72b [2020-09-15T06:36:53.558Z] ---> 2a4eabcc6bf7 [2020-09-15T06:36:53.558Z] Step 8/24 : COPY . . [2020-09-15T06:36:54.508Z] ---> ee411b4d1de1 [2020-09-15T06:36:54.509Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:36:54.772Z] ---> Running in 42d76645905f [2020-09-15T06:36:55.040Z] 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-15T06:37:03.272Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:37:04.666Z] Removing intermediate container 42d76645905f [2020-09-15T06:37:04.666Z] ---> b0f5a8038755 [2020-09-15T06:37:04.666Z] Step 10/24 : FROM scratch [2020-09-15T06:37:04.666Z] ---> [2020-09-15T06:37:04.666Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:37:04.666Z] ---> Running in d3dc93cc2744 [2020-09-15T06:37:04.666Z] Removing intermediate container d3dc93cc2744 [2020-09-15T06:37:04.666Z] ---> 798f9bd6ae9f [2020-09-15T06:37:04.666Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:37:04.928Z] ---> Running in 1b72ff8175e7 [2020-09-15T06:37:05.189Z] Removing intermediate container 1b72ff8175e7 [2020-09-15T06:37:05.189Z] ---> 211ec29ffff4 [2020-09-15T06:37:05.189Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:37:05.189Z] ---> Running in 4eb47147c93b [2020-09-15T06:37:05.455Z] Removing intermediate container 4eb47147c93b [2020-09-15T06:37:05.455Z] ---> 48df38beea9e [2020-09-15T06:37:05.455Z] Step 14/24 : WORKDIR / [2020-09-15T06:37:05.455Z] ---> Running in f5691e28202d [2020-09-15T06:37:05.455Z] Removing intermediate container f5691e28202d [2020-09-15T06:37:05.455Z] ---> fa870b337c9a [2020-09-15T06:37:05.455Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:37:06.031Z] ---> 3c445f94fcdb [2020-09-15T06:37:06.031Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:37:06.293Z] ---> 1ac966751fe2 [2020-09-15T06:37:06.294Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:37:06.557Z] ---> 9f686c2ea863 [2020-09-15T06:37:06.557Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:37:06.820Z] ---> ed8a72062f37 [2020-09-15T06:37:06.820Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:37:06.820Z] ---> 1d9ee8c0122f [2020-09-15T06:37:06.820Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:37:07.083Z] ---> Running in 2817b7066662 [2020-09-15T06:37:07.083Z] Removing intermediate container 2817b7066662 [2020-09-15T06:37:07.083Z] ---> b1b96911726c [2020-09-15T06:37:07.083Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:37:07.083Z] ---> Running in 104ed373628f [2020-09-15T06:37:07.346Z] Removing intermediate container 104ed373628f [2020-09-15T06:37:07.346Z] ---> da512e96981e [2020-09-15T06:37:07.346Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T06:37:07.346Z] ---> Running in ba4ddddb56f1 [2020-09-15T06:37:07.609Z] Removing intermediate container ba4ddddb56f1 [2020-09-15T06:37:07.609Z] ---> be6521bc54c5 [2020-09-15T06:37:07.609Z] Step 23/24 : LABEL git_sha=3dd64f9fa75ea99c23536790964834e4e2db85e8 [2020-09-15T06:37:07.872Z] ---> Running in 7374a5491acd [2020-09-15T06:37:08.135Z] Removing intermediate container 7374a5491acd [2020-09-15T06:37:08.135Z] ---> a8ddb6d14dd4 [2020-09-15T06:37:08.135Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:37:08.398Z] ---> Running in 6e7249d2dbec [2020-09-15T06:37:08.398Z] Removing intermediate container 6e7249d2dbec [2020-09-15T06:37:08.398Z] ---> 5ccf19f6aad0 [2020-09-15T06:37:08.398Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:37:08.398Z] Successfully built 5ccf19f6aad0 [2020-09-15T06:37:08.398Z] 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-15T06:37:22.723Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43263 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-15T06:37:22.777Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:37:28.232Z] using credential edgex-jenkins-ssh [2020-09-15T06:37:28.285Z] Cloning the remote Git repository [2020-09-15T06:37:28.285Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:37:28.354Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:37:28.471Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:37:28.549Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:37:28.551Z] > git --version # timeout=10 [2020-09-15T06:37:28.568Z] > git --version # 'git version 2.17.1' [2020-09-15T06:37:28.570Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:37:28.630Z] > 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-15T06:37:29.772Z] Fetching without tags [2020-09-15T06:37:30.313Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 3dd64f9fa75ea99c23536790964834e4e2db85e8 [2020-09-15T06:37:29.599Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:37:29.658Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-15T06:37:29.691Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:37:29.743Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:37:29.784Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:37:29.785Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:37:29.799Z] > 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-15T06:37:30.336Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:37:30.363Z] > git checkout -f 3dd64f9fa75ea99c23536790964834e4e2db85e8 # timeout=10 [2020-09-15T06:37:30.511Z] > git remote # timeout=10 [2020-09-15T06:37:30.669Z] Merge succeeded, producing 3dd64f9fa75ea99c23536790964834e4e2db85e8 [2020-09-15T06:37:30.669Z] Checking out Revision 3dd64f9fa75ea99c23536790964834e4e2db85e8 (PR-584) [2020-09-15T06:37:30.590Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:37:30.609Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:37:30.626Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:37:30.650Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:37:30.676Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:37:30.691Z] > git checkout -f 3dd64f9fa75ea99c23536790964834e4e2db85e8 # timeout=10 [2020-09-15T06:37:35.135Z] Commit message: "build(deps): bump github.com/gorilla/mux from 1.7.1 to 1.8.0" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:37:36.447Z] ========================================================= [2020-09-15T06:37:36.447Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T06:37:36.447Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:37:37.771Z] + 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-15T06:37:38.758Z] Sending build context to Docker daemon 3.151MB [2020-09-15T06:37:38.758Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:37:38.758Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:37:39.034Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T06:37:39.034Z] b538f80385f9: Pulling fs layer [2020-09-15T06:37:39.034Z] 74f711af9a0d: Pulling fs layer [2020-09-15T06:37:39.034Z] 99f96fe45779: Pulling fs layer [2020-09-15T06:37:39.034Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T06:37:39.034Z] 45590311c82a: Pulling fs layer [2020-09-15T06:37:39.034Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T06:37:39.034Z] 209524e5b208: Pulling fs layer [2020-09-15T06:37:39.034Z] 8529a6b9a6be: Waiting [2020-09-15T06:37:39.034Z] 45590311c82a: Waiting [2020-09-15T06:37:39.034Z] 69ca0ff8b7b3: Waiting [2020-09-15T06:37:39.034Z] 209524e5b208: Waiting [2020-09-15T06:37:39.034Z] 99f96fe45779: Verifying Checksum [2020-09-15T06:37:39.034Z] 99f96fe45779: Download complete [2020-09-15T06:37:39.034Z] 74f711af9a0d: Verifying Checksum [2020-09-15T06:37:39.034Z] 74f711af9a0d: Download complete [2020-09-15T06:37:39.314Z] 45590311c82a: Verifying Checksum [2020-09-15T06:37:39.314Z] 45590311c82a: Download complete [2020-09-15T06:37:39.314Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T06:37:39.314Z] 69ca0ff8b7b3: Download complete [2020-09-15T06:37:39.314Z] b538f80385f9: Verifying Checksum [2020-09-15T06:37:39.314Z] b538f80385f9: Download complete [2020-09-15T06:37:40.309Z] b538f80385f9: Pull complete [2020-09-15T06:37:40.595Z] 74f711af9a0d: Pull complete [2020-09-15T06:37:41.213Z] 99f96fe45779: Pull complete [2020-09-15T06:37:41.819Z] 209524e5b208: Verifying Checksum [2020-09-15T06:37:41.819Z] 209524e5b208: Download complete [2020-09-15T06:37:43.262Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T06:37:43.262Z] 8529a6b9a6be: Download complete [2020-09-15T06:37:53.431Z] 8529a6b9a6be: Pull complete [2020-09-15T06:37:53.431Z] 45590311c82a: Pull complete [2020-09-15T06:37:53.431Z] 69ca0ff8b7b3: Pull complete [2020-09-15T06:37:57.753Z] 209524e5b208: Pull complete [2020-09-15T06:37:57.753Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T06:37:57.753Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T06:37:57.753Z] ---> 5bddaf1c2fca [2020-09-15T06:37:57.753Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:38:00.379Z] ---> Running in 7965b08f22cc [2020-09-15T06:38:00.979Z] Removing intermediate container 7965b08f22cc [2020-09-15T06:38:00.979Z] ---> af6e501f6fb6 [2020-09-15T06:38:00.979Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:38:01.263Z] ---> Running in e35ee8b89c22 [2020-09-15T06:38:03.937Z] Removing intermediate container e35ee8b89c22 [2020-09-15T06:38:03.937Z] ---> 5596f04efb9f [2020-09-15T06:38:03.937Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:38:04.217Z] ---> Running in 47156c463120 [2020-09-15T06:38:05.694Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:38:06.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:38:07.688Z] OK: 142 MiB in 39 packages [2020-09-15T06:38:09.155Z] Removing intermediate container 47156c463120 [2020-09-15T06:38:09.156Z] ---> e0d3313c0277 [2020-09-15T06:38:09.156Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:38:09.156Z] ---> Running in 3947cc6f7c46 [2020-09-15T06:38:09.434Z] Removing intermediate container 3947cc6f7c46 [2020-09-15T06:38:09.434Z] ---> f06cea87e614 [2020-09-15T06:38:09.434Z] Step 7/8 : COPY . . [2020-09-15T06:38:10.902Z] ---> 827b0a5a16e5 [2020-09-15T06:38:10.903Z] Step 8/8 : RUN go mod download [2020-09-15T06:38:11.177Z] ---> Running in 234261018f41 [2020-09-15T06:38:26.358Z] Removing intermediate container 234261018f41 [2020-09-15T06:38:26.358Z] ---> 631755103333 [2020-09-15T06:38:26.358Z] Successfully built 631755103333 [2020-09-15T06:38:26.358Z] 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-15T06:38:27.141Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T06:38:27.141Z] . [Pipeline] withDockerContainer [2020-09-15T06:38:27.428Z] prd-ubuntu18.04-docker-arm64-4c-16g-43263 does not seem to be running inside a container [2020-09-15T06:38:27.514Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-15T06:38:29.393Z] $ docker top 40677f3fedda36d87d1814eda963816b84c7218e8ad28ea76d5ecac02c605d78 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:38:30.836Z] + go version [2020-09-15T06:38:30.836Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T06:38:31.917Z] + make test [2020-09-15T06:38:31.917Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:38:32.910Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:39:05.376Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:39:05.376Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:39:05.376Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:39:05.376Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.027s coverage: 21.0% of statements [2020-09-15T06:39:06.893Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.157s coverage: 95.7% of statements [2020-09-15T06:39:39.374Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.028s coverage: 8.6% of statements [2020-09-15T06:39:39.374Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.030s coverage: 21.7% of statements [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:39:39.374Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.077s coverage: 37.0% of statements [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:39:39.374Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.122s coverage: 65.4% of statements [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:39:39.374Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.052s coverage: 52.6% of statements [2020-09-15T06:39:39.374Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.264s coverage: 68.9% of statements [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:39:39.374Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:39:39.374Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:39:43.794Z] gofmt -l . [2020-09-15T06:39:43.794Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:39:44.067Z] ./bin/test-attribution-txt.sh [2020-09-15T06:39:44.693Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T06:39:45.075Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T06:39:46.008Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:39:46.047Z] $ docker stop --time=1 40677f3fedda36d87d1814eda963816b84c7218e8ad28ea76d5ecac02c605d78 [2020-09-15T06:39:48.154Z] $ docker rm -f 40677f3fedda36d87d1814eda963816b84c7218e8ad28ea76d5ecac02c605d78 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:39:49.556Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:39:50.013Z] + ls -al . [2020-09-15T06:39:50.013Z] total 228 [2020-09-15T06:39:50.013Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 06:39 . [2020-09-15T06:39:50.013Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:37 .. [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 06:37 .dockerignore [2020-09-15T06:39:50.013Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 06:37 .git [2020-09-15T06:39:50.013Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:37 .github [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 06:37 .gitignore [2020-09-15T06:39:50.013Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 06:37 .semver [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 06:37 Dockerfile.build [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 06:37 Jenkinsfile [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 06:37 LICENSE [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 15 06:37 Makefile [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 06:37 README.md [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 06:37 RELEASE-NOTES.txt [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 06:33 VERSION [2020-09-15T06:39:50.013Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:37 bin [2020-09-15T06:39:50.013Z] -rw-r--r-- 1 jenkins jenkins 111650 Sep 15 06:39 coverage.out [2020-09-15T06:39:50.013Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:37 example [2020-09-15T06:39:50.013Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 06:39 go.mod [2020-09-15T06:39:50.013Z] -rw-r--r-- 1 jenkins jenkins 12264 Sep 15 06:39 go.sum [2020-09-15T06:39:50.013Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 06:37 internal [2020-09-15T06:39:50.013Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:37 openapi [2020-09-15T06:39:50.013Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 06:37 pkg [2020-09-15T06:39:50.013Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:37 snap [2020-09-15T06:39:50.013Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 06:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:39:50.371Z] + 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=3dd64f9fa75ea99c23536790964834e4e2db85e8 --label arch=arm64 --label version=0.0.0 . [2020-09-15T06:39:50.976Z] Sending build context to Docker daemon 3.265MB [2020-09-15T06:39:50.976Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:39:50.976Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:39:50.976Z] ---> 631755103333 [2020-09-15T06:39:50.976Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:39:51.248Z] ---> Running in 9b007990dd5b [2020-09-15T06:39:51.524Z] Removing intermediate container 9b007990dd5b [2020-09-15T06:39:51.524Z] ---> c188a44a2456 [2020-09-15T06:39:51.524Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:39:51.797Z] ---> Running in 350b6851fdc1 [2020-09-15T06:39:52.391Z] Removing intermediate container 350b6851fdc1 [2020-09-15T06:39:52.391Z] ---> f3321623883b [2020-09-15T06:39:52.391Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:39:52.391Z] ---> Running in d35b693c78a7 [2020-09-15T06:39:52.988Z] Removing intermediate container d35b693c78a7 [2020-09-15T06:39:52.988Z] ---> 6cf81fd352b2 [2020-09-15T06:39:52.988Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:39:52.988Z] ---> Running in 4c7ee7b31bd8 [2020-09-15T06:39:55.635Z] Removing intermediate container 4c7ee7b31bd8 [2020-09-15T06:39:55.635Z] ---> 2c2aafa7e6e1 [2020-09-15T06:39:55.635Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:39:55.635Z] ---> Running in 8a13c958fdec [2020-09-15T06:39:57.085Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:39:58.070Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:39:59.521Z] OK: 142 MiB in 39 packages [2020-09-15T06:40:00.517Z] Removing intermediate container 8a13c958fdec [2020-09-15T06:40:00.517Z] ---> 967f8f839e50 [2020-09-15T06:40:00.517Z] Step 8/24 : COPY . . [2020-09-15T06:40:01.968Z] ---> a8b43be04e60 [2020-09-15T06:40:01.968Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:40:01.968Z] ---> Running in eddbe8facb56 [2020-09-15T06:40:03.449Z] 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-15T06:40:30.355Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:40:30.355Z] Removing intermediate container eddbe8facb56 [2020-09-15T06:40:30.355Z] ---> 77eca2bec7ad [2020-09-15T06:40:30.355Z] Step 10/24 : FROM scratch [2020-09-15T06:40:30.355Z] ---> [2020-09-15T06:40:30.355Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:40:30.355Z] ---> Running in 0efedb039422 [2020-09-15T06:40:30.355Z] Removing intermediate container 0efedb039422 [2020-09-15T06:40:30.355Z] ---> 0a53268fb18a [2020-09-15T06:40:30.355Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:40:30.355Z] ---> Running in 3395dc0ce782 [2020-09-15T06:40:30.958Z] Removing intermediate container 3395dc0ce782 [2020-09-15T06:40:30.959Z] ---> f3130ca25771 [2020-09-15T06:40:30.959Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:40:30.959Z] ---> Running in 0dfde751f0ee [2020-09-15T06:40:31.236Z] Removing intermediate container 0dfde751f0ee [2020-09-15T06:40:31.236Z] ---> e7be01292287 [2020-09-15T06:40:31.236Z] Step 14/24 : WORKDIR / [2020-09-15T06:40:31.509Z] ---> Running in e9175006880d [2020-09-15T06:40:32.105Z] Removing intermediate container e9175006880d [2020-09-15T06:40:32.105Z] ---> 10ced75045b7 [2020-09-15T06:40:32.105Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:40:33.081Z] ---> b4a25641e789 [2020-09-15T06:40:33.081Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:40:34.059Z] ---> dddc241dc78b [2020-09-15T06:40:34.059Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:40:34.655Z] ---> ff9ea60728ea [2020-09-15T06:40:34.655Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:40:35.260Z] ---> 1cacfa645b2c [2020-09-15T06:40:35.260Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:40:36.239Z] ---> fdf2ce06d6cd [2020-09-15T06:40:36.239Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:40:36.239Z] ---> Running in cda684f8e481 [2020-09-15T06:40:36.834Z] Removing intermediate container cda684f8e481 [2020-09-15T06:40:36.834Z] ---> dfd55728d8cf [2020-09-15T06:40:36.834Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:40:36.834Z] ---> Running in 046810f799a7 [2020-09-15T06:40:37.428Z] Removing intermediate container 046810f799a7 [2020-09-15T06:40:37.428Z] ---> f9551c32f620 [2020-09-15T06:40:37.428Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T06:40:37.428Z] ---> Running in 0dcba697711d [2020-09-15T06:40:38.019Z] Removing intermediate container 0dcba697711d [2020-09-15T06:40:38.019Z] ---> d5add04721df [2020-09-15T06:40:38.019Z] Step 23/24 : LABEL git_sha=3dd64f9fa75ea99c23536790964834e4e2db85e8 [2020-09-15T06:40:38.019Z] ---> Running in 97cb18b0732a [2020-09-15T06:40:38.611Z] Removing intermediate container 97cb18b0732a [2020-09-15T06:40:38.611Z] ---> cd37978a65a9 [2020-09-15T06:40:38.611Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:40:38.611Z] ---> Running in 4fd126938fa2 [2020-09-15T06:40:39.208Z] Removing intermediate container 4fd126938fa2 [2020-09-15T06:40:39.208Z] ---> 10abbbcbf3a2 [2020-09-15T06:40:39.208Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:40:39.208Z] Successfully built 10abbbcbf3a2 [2020-09-15T06:40:39.208Z] 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-15T06:40:41.438Z] provisioning config files... [2020-09-15T06:40:41.450Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config3633721081719777275tmp [Pipeline] { [Pipeline] sh [2020-09-15T06:40:41.832Z] + curl -s https://codecov.io/bash [2020-09-15T06:40:41.832Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config3633721081719777275tmp [Pipeline] } [2020-09-15T06:40:42.107Z] 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-15T06:40:44.464Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:40:45.033Z] ---> package-listing.sh [2020-09-15T06:40:45.033Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T06:40:45.033Z] ++ facter osfamily [2020-09-15T06:40:45.033Z] + OS_FAMILY=redhat [2020-09-15T06:40:45.033Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-15T06:40:45.033Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T06:40:45.033Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T06:40:45.033Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T06:40:45.033Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T06:40:45.033Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-15T06:40:45.033Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T06:40:45.033Z] + case "${OS_FAMILY}" in [2020-09-15T06:40:45.033Z] + rpm -qa [2020-09-15T06:40:45.033Z] + sort [2020-09-15T06:40:49.260Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T06:40:49.260Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T06:40:49.260Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T06:40:49.260Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-15T06:40:49.260Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-09-15T06:40:49.260Z] + 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-15T06:40:49.741Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:40:49.741Z] [2020-09-15T06:40:49.741Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:40:50.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:40:50.089Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T06:40:50.089Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:40:50.089Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T06:40:50.089Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T06:40:50.089Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T06:40:50.089Z] 0dadc02b9964: Pulling fs layer [2020-09-15T06:40:50.089Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T06:40:50.089Z] 7a184a31f384: Pulling fs layer [2020-09-15T06:40:50.089Z] 0879bd2ef858: Pulling fs layer [2020-09-15T06:40:50.089Z] ce6a7cf60c04: Waiting [2020-09-15T06:40:50.089Z] 46f8f816bc3b: Waiting [2020-09-15T06:40:50.089Z] 0dadc02b9964: Waiting [2020-09-15T06:40:50.089Z] 7a184a31f384: Waiting [2020-09-15T06:40:50.089Z] 36b3adc4ff6f: Download complete [2020-09-15T06:40:50.089Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T06:40:50.089Z] 46f8f816bc3b: Download complete [2020-09-15T06:40:50.089Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:40:50.089Z] df20fa9351a1: Download complete [2020-09-15T06:40:50.089Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T06:40:50.089Z] ce6a7cf60c04: Download complete [2020-09-15T06:40:50.089Z] 7a184a31f384: Verifying Checksum [2020-09-15T06:40:50.089Z] 7a184a31f384: Download complete [2020-09-15T06:40:50.358Z] 0dadc02b9964: Verifying Checksum [2020-09-15T06:40:50.358Z] 0dadc02b9964: Download complete [2020-09-15T06:40:50.358Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T06:40:50.358Z] 8ad3a11d3b57: Download complete [2020-09-15T06:40:50.620Z] df20fa9351a1: Pull complete [2020-09-15T06:40:50.620Z] 0879bd2ef858: Verifying Checksum [2020-09-15T06:40:50.620Z] 0879bd2ef858: Download complete [2020-09-15T06:40:50.620Z] 36b3adc4ff6f: Pull complete [2020-09-15T06:40:51.192Z] 8ad3a11d3b57: Pull complete [2020-09-15T06:40:51.454Z] 46f8f816bc3b: Pull complete [2020-09-15T06:40:51.718Z] 0dadc02b9964: Pull complete [2020-09-15T06:40:51.718Z] ce6a7cf60c04: Pull complete [2020-09-15T06:40:51.987Z] 7a184a31f384: Pull complete [2020-09-15T06:40:54.558Z] 0879bd2ef858: Pull complete [2020-09-15T06:40:54.558Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T06:40:54.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:40:54.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T06:40:54.688Z] prd-centos7-docker-4c-2g-43252 does not seem to be running inside a container [2020-09-15T06:40:54.739Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T06:41:00.273Z] $ docker top a9b5790aab41482d2ae7f827600a9426883c4ddb0c91e8a149eda22aef47f63d -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:41:00.910Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T06:41:01.211Z] + ls /var/log/sa-host [2020-09-15T06:41:01.211Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T06:41:01.211Z] file_magic: OK [2020-09-15T06:41:01.211Z] HZ: Using current value: 100 [2020-09-15T06:41:01.211Z] file_header: OK [2020-09-15T06:41:01.211Z] 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-15T06:41:01.211Z] Statistics: [2020-09-15T06:41:01.211Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:41:01.211Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T06:41:01.211Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T06:41:01.211Z] file_magic: OK [2020-09-15T06:41:01.211Z] HZ: Using current value: 100 [2020-09-15T06:41:01.211Z] file_header: OK [2020-09-15T06:41:01.211Z] 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-15T06:41:01.211Z] Statistics: [2020-09-15T06:41:01.211Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:41:01.211Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T06:41:01.273Z] provisioning config files... [2020-09-15T06:41:01.288Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2457405483804937483tmp [Pipeline] { [Pipeline] echo [2020-09-15T06:41:01.380Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:41:01.683Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T06:41:01.695Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:41:01.990Z] ---> logs-deploy.sh [2020-09-15T06:41:01.990Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/3 [2020-09-15T06:41:01.990Z] INFO: archiving workspace using pattern(s): [2020-09-15T06:41:03.379Z] Archives upload complete. [2020-09-15T06:41:03.379Z] INFO: archiving logs to Nexus