Pull request #583 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c767718392cf598b685a7281337ab5ae371ef7cc+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (22cbd4f429aaaa2e63f713d52ffaff30f43eaa5a) 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 ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43249 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c767718392cf598b685a7281337ab5ae371ef7cc Merge succeeded, producing c767718392cf598b685a7281337ab5ae371ef7cc Checking out Revision c767718392cf598b685a7281337ab5ae371ef7cc (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # 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 c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" First time build. Skipping changelog. > git rev-list --no-walk 22c8ecfa7178417d4e421b520ed78197bf21b887 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T06:32:07.041Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T06:32:07.338Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T06:32:07.466Z] ========================================================= [2020-09-15T06:32:07.466Z] EdgeX Global Pipelines Version Info [2020-09-15T06:32:07.466Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:32:08.955Z] ------------------- [2020-09-15T06:32:08.955Z] stable info: [2020-09-15T06:32:08.955Z] ------------------- [2020-09-15T06:32:08.955Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T06:32:08.955Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T06:32:08.955Z] Message: update stable to v1.0.119 [2020-09-15T06:32:09.899Z] ------------------- [2020-09-15T06:32:09.899Z] experimental info: [2020-09-15T06:32:09.899Z] ------------------- [2020-09-15T06:32:09.899Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T06:32:09.899Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T06:32:09.900Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T06:32:10.504Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T06:32:10.602Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T06:32:10.699Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T06:32:10.850Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T06:32:10.963Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T06:32:11.067Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T06:32:11.164Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T06:32:11.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T06:32:11.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T06:32:11.454Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T06:32:11.554Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T06:32:11.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T06:32:11.783Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T06:32:11.880Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T06:32:11.973Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T06:32:12.067Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:32:12.171Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:32:12.300Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:32:12.399Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T06:32:12.493Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T06:32:12.588Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T06:32:12.707Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T06:32:12.813Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo [2020-09-15T06:32:12.936Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo [2020-09-15T06:32:13.028Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo [2020-09-15T06:32:13.139Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c767718392cf598b685a7281337ab5ae371ef7cc [Pipeline] echo [2020-09-15T06:32:13.242Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c767718 [Pipeline] echo [2020-09-15T06:32:13.334Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:32:14.016Z] + git log --format=format:%s -1 c767718392cf598b685a7281337ab5ae371ef7cc [Pipeline] echo [2020-09-15T06:32:14.116Z] GIT_COMMIT: c767718392cf598b685a7281337ab5ae371ef7cc, Commit Message: build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo [2020-09-15T06:32:14.185Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:32:15.254Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:32:15.518Z] [2020-09-15T06:32:15.518Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:32:15.870Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:32:15.870Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T06:32:15.870Z] 31603596830f: Pulling fs layer [2020-09-15T06:32:15.870Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T06:32:15.870Z] 6ca5941a6612: Pulling fs layer [2020-09-15T06:32:15.870Z] ecc8261a40a4: Pulling fs layer [2020-09-15T06:32:15.870Z] ecc8261a40a4: Waiting [2020-09-15T06:32:15.870Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T06:32:15.870Z] 2a8b12db71e7: Download complete [2020-09-15T06:32:16.135Z] 31603596830f: Verifying Checksum [2020-09-15T06:32:16.135Z] 31603596830f: Download complete [2020-09-15T06:32:16.135Z] 6ca5941a6612: Verifying Checksum [2020-09-15T06:32:16.135Z] 6ca5941a6612: Download complete [2020-09-15T06:32:16.401Z] ecc8261a40a4: Verifying Checksum [2020-09-15T06:32:16.401Z] ecc8261a40a4: Download complete [2020-09-15T06:32:16.401Z] 31603596830f: Pull complete [2020-09-15T06:32:16.667Z] 2a8b12db71e7: Pull complete [2020-09-15T06:32:17.241Z] 6ca5941a6612: Pull complete [2020-09-15T06:32:17.502Z] ecc8261a40a4: Pull complete [2020-09-15T06:32:17.502Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T06:32:17.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:32:17.502Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T06:32:17.599Z] prd-centos7-docker-4c-2g-43249 does not seem to be running inside a container [2020-09-15T06:32:17.646Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T06:32:19.704Z] $ docker top 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T06:32:20.054Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:32:20.054Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:32:20.269Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:32:20.274Z] $ docker exec 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent [2020-09-15T06:32:20.431Z] SSH_AUTH_SOCK=/tmp/ssh-OY4mBhYDCdJk/agent.11 [2020-09-15T06:32:20.431Z] SSH_AGENT_PID=16 [2020-09-15T06:32:20.444Z] Running ssh-add (command line suppressed) [2020-09-15T06:32:20.561Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_2487017851102407967.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_2487017851102407967.key) [2020-09-15T06:32:20.613Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:32:20.955Z] + git describe --exact-match --tags HEAD [2020-09-15T06:32:20.955Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T06:32:20.983Z] $ docker exec --env ******** --env ******** 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent -k [2020-09-15T06:32:21.098Z] unset SSH_AUTH_SOCK; [2020-09-15T06:32:21.099Z] unset SSH_AGENT_PID; [2020-09-15T06:32:21.099Z] echo Agent pid 16 killed; [2020-09-15T06:32:21.146Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T06:32:21.255Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T06:32:21.256Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T06:32:21.383Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:32:21.383Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:32:21.544Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:32:21.549Z] $ docker exec 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent [2020-09-15T06:32:21.720Z] SSH_AUTH_SOCK=/tmp/ssh-CraqPGTvg7xp/agent.44 [2020-09-15T06:32:21.720Z] SSH_AGENT_PID=49 [2020-09-15T06:32:21.727Z] Running ssh-add (command line suppressed) [2020-09-15T06:32:21.846Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_273225952191244356.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_273225952191244356.key) [2020-09-15T06:32:21.894Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:32:22.233Z] + git semver init [2020-09-15T06:32:22.233Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T06:32:22.233Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git [2020-09-15T06:32:22.233Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-09-15T06:32:22.233Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T06:32:22.233Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T06:32:22.233Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T06:32:22.233Z] # $SEMVER_BRANCH = PR-583 [2020-09-15T06:32:22.233Z] # $SEMVER_TEMP = /tmp/semver-423127560 [2020-09-15T06:32:22.233Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T06:32:22.808Z] # '/tmp/semver-423127560' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' [2020-09-15T06:32:22.808Z] # -> Force: false [2020-09-15T06:32:22.808Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } [2020-09-15T06:32:22.822Z] $ docker exec --env ******** --env ******** 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent -k [2020-09-15T06:32:22.932Z] unset SSH_AUTH_SOCK; [2020-09-15T06:32:22.932Z] unset SSH_AGENT_PID; [2020-09-15T06:32:22.932Z] echo Agent pid 49 killed; [2020-09-15T06:32:22.975Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T06:32:23.488Z] + git semver [Pipeline] } [2020-09-15T06:32:23.507Z] $ docker stop --time=1 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c [2020-09-15T06:32:24.889Z] $ docker rm -f 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T06:32:25.784Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T06:32:25.787Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T06:32:25.878Z] 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:32:41.318Z] Still waiting to schedule task [2020-09-15T06:32:41.318Z] ‘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-43251’ is offline [2020-09-15T06:32:41.320Z] Still waiting to schedule task [2020-09-15T06:32:41.320Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T06:34:03.171Z] Running on prd-centos7-docker-4c-2g-43255 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-09-15T06:34:03.232Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:34:06.144Z] using credential edgex-jenkins-ssh [2020-09-15T06:34:06.190Z] Cloning the remote Git repository [2020-09-15T06:34:06.190Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:34:06.220Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:06.283Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:34:06.336Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:06.336Z] > git --version # timeout=10 [2020-09-15T06:34:06.345Z] > git --version # 'git version 2.16.5' [2020-09-15T06:34:06.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:06.396Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:07.791Z] Fetching without tags [2020-09-15T06:34:07.720Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:34:07.740Z] > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 [2020-09-15T06:34:07.754Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:07.774Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:34:07.797Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:07.797Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:07.802Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:08.234Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c767718392cf598b685a7281337ab5ae371ef7cc [2020-09-15T06:34:08.335Z] Merge succeeded, producing c767718392cf598b685a7281337ab5ae371ef7cc [2020-09-15T06:34:08.335Z] Checking out Revision c767718392cf598b685a7281337ab5ae371ef7cc (PR-583) [2020-09-15T06:34:08.243Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:34:08.253Z] > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 [2020-09-15T06:34:08.306Z] > git remote # timeout=10 [2020-09-15T06:34:08.313Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:34:08.318Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:08.322Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:34:08.330Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:34:08.339Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:34:08.347Z] > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 [2020-09-15T06:34:12.360Z] Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:34:13.331Z] ========================================================= [2020-09-15T06:34:13.331Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T06:34:13.331Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:34:14.063Z] + 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:34:14.328Z] Sending build context to Docker daemon 3.148MB [2020-09-15T06:34:14.328Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:34:14.328Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:34:14.589Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T06:34:14.590Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:34:14.590Z] ed8968b2872e: Pulling fs layer [2020-09-15T06:34:14.590Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T06:34:14.590Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T06:34:14.590Z] e73272ec9a57: Pulling fs layer [2020-09-15T06:34:14.590Z] 1e910a182e73: Pulling fs layer [2020-09-15T06:34:14.590Z] 4e634b169226: Pulling fs layer [2020-09-15T06:34:14.590Z] e73272ec9a57: Waiting [2020-09-15T06:34:14.590Z] 1e910a182e73: Waiting [2020-09-15T06:34:14.590Z] 4e634b169226: Waiting [2020-09-15T06:34:14.590Z] e871e8e8d7a9: Waiting [2020-09-15T06:34:14.590Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T06:34:14.590Z] a92cc7c5fd73: Download complete [2020-09-15T06:34:14.590Z] ed8968b2872e: Verifying Checksum [2020-09-15T06:34:14.590Z] ed8968b2872e: Download complete [2020-09-15T06:34:14.590Z] e73272ec9a57: Verifying Checksum [2020-09-15T06:34:14.590Z] e73272ec9a57: Download complete [2020-09-15T06:34:14.590Z] 1e910a182e73: Verifying Checksum [2020-09-15T06:34:14.590Z] 1e910a182e73: Download complete [2020-09-15T06:34:14.854Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:34:14.854Z] df20fa9351a1: Download complete [2020-09-15T06:34:15.434Z] df20fa9351a1: Pull complete [2020-09-15T06:34:15.434Z] ed8968b2872e: Pull complete [2020-09-15T06:34:15.694Z] a92cc7c5fd73: Pull complete [2020-09-15T06:34:17.612Z] 4e634b169226: Verifying Checksum [2020-09-15T06:34:17.612Z] 4e634b169226: Download complete [2020-09-15T06:34:18.185Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T06:34:18.186Z] e871e8e8d7a9: Download complete [2020-09-15T06:34:23.513Z] e871e8e8d7a9: Pull complete [2020-09-15T06:34:23.513Z] e73272ec9a57: Pull complete [2020-09-15T06:34:23.513Z] 1e910a182e73: Pull complete [2020-09-15T06:34:33.575Z] 4e634b169226: Pull complete [2020-09-15T06:34:33.575Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T06:34:33.575Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T06:34:33.575Z] ---> f7629b54cfaa [2020-09-15T06:34:33.575Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:34:33.842Z] ---> Running in 610924caa30c [2020-09-15T06:34:34.105Z] Removing intermediate container 610924caa30c [2020-09-15T06:34:34.105Z] ---> e6eab3bb83ae [2020-09-15T06:34:34.105Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:34:34.105Z] ---> Running in 50270bf19c77 [2020-09-15T06:34:35.505Z] Removing intermediate container 50270bf19c77 [2020-09-15T06:34:35.505Z] ---> 5dc48cc99fa9 [2020-09-15T06:34:35.505Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:34:35.505Z] ---> Running in 63a40d5202a1 [2020-09-15T06:34:36.080Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:34:37.026Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:34:38.418Z] OK: 166 MiB in 39 packages [2020-09-15T06:34:38.680Z] Removing intermediate container 63a40d5202a1 [2020-09-15T06:34:38.680Z] ---> 6e7d5475bcf4 [2020-09-15T06:34:38.680Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:34:38.680Z] ---> Running in 60d44a69f5cf [2020-09-15T06:34:38.680Z] Removing intermediate container 60d44a69f5cf [2020-09-15T06:34:38.680Z] ---> 08b9f6f9a74f [2020-09-15T06:34:38.680Z] Step 7/8 : COPY . . [2020-09-15T06:34:40.080Z] ---> cb4712fde21a [2020-09-15T06:34:40.080Z] Step 8/8 : RUN go mod download [2020-09-15T06:34:40.080Z] ---> Running in 51022fe0c57d [2020-09-15T06:34:52.347Z] Removing intermediate container 51022fe0c57d [2020-09-15T06:34:52.347Z] ---> cf6f9321cb2d [2020-09-15T06:34:52.347Z] Successfully built cf6f9321cb2d [2020-09-15T06:34:52.347Z] 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:34:53.156Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T06:34:53.157Z] . [Pipeline] withDockerContainer [2020-09-15T06:34:53.267Z] prd-centos7-docker-4c-2g-43255 does not seem to be running inside a container [2020-09-15T06:34:53.318Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-15T06:34:54.573Z] $ docker top 55c79a6c0b26b7e0a74494ee9f114624d4ddeca8d173b8748c786e48db288e84 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:34:55.114Z] + go version [2020-09-15T06:34:55.114Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T06:34:55.596Z] + make test [2020-09-15T06:34:55.596Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:34:56.183Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:35:06.355Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:35:06.355Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:35:06.355Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:35:06.355Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.010s coverage: 21.0% of statements [2020-09-15T06:35:06.951Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.040s coverage: 95.7% of statements [2020-09-15T06:35:39.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements [2020-09-15T06:35:39.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:35:39.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.024s coverage: 37.0% of statements [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:35:39.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.052s coverage: 65.4% of statements [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:35:39.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.061s coverage: 52.6% of statements [2020-09-15T06:35:39.146Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.071s coverage: 68.9% of statements [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:35:39.146Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:35:39.146Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:35:39.146Z] gofmt -l . [2020-09-15T06:35:39.146Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:35:39.146Z] ./bin/test-attribution-txt.sh [2020-09-15T06:35:39.410Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-09-15T06:35:39.410Z] make: *** [Makefile:33: test] Error 1 [Pipeline] } [2020-09-15T06:35:39.429Z] $ docker stop --time=1 55c79a6c0b26b7e0a74494ee9f114624d4ddeca8d173b8748c786e48db288e84 [2020-09-15T06:35:40.948Z] $ docker rm -f 55c79a6c0b26b7e0a74494ee9f114624d4ddeca8d173b8748c786e48db288e84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T06:35:42.650Z] Failed in branch amd64 [2020-09-15T06:35:57.547Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43258 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws [2020-09-15T06:35:57.598Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:36:02.965Z] using credential edgex-jenkins-ssh [2020-09-15T06:36:03.025Z] Cloning the remote Git repository [2020-09-15T06:36:03.025Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:36:03.099Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:36:03.231Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:36:03.314Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:36:03.315Z] > git --version # timeout=10 [2020-09-15T06:36:03.344Z] > git --version # 'git version 2.17.1' [2020-09-15T06:36:03.346Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:36:03.433Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:36:04.518Z] Fetching without tags [2020-09-15T06:36:05.004Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c767718392cf598b685a7281337ab5ae371ef7cc [2020-09-15T06:36:04.423Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:36:04.444Z] > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 [2020-09-15T06:36:04.469Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:36:04.496Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:36:04.533Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:36:04.534Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:36:04.549Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:36:05.027Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:36:05.056Z] > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 [2020-09-15T06:36:05.174Z] > git remote # timeout=10 [2020-09-15T06:36:05.198Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:36:05.360Z] Merge succeeded, producing c767718392cf598b685a7281337ab5ae371ef7cc [2020-09-15T06:36:05.360Z] Checking out Revision c767718392cf598b685a7281337ab5ae371ef7cc (PR-583) [2020-09-15T06:36:05.225Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:36:05.240Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:36:05.279Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:36:05.370Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:36:05.423Z] > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 [2020-09-15T06:36:09.850Z] Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:36:11.449Z] ========================================================= [2020-09-15T06:36:11.449Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T06:36:11.449Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:36:12.719Z] + 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:36:13.706Z] Sending build context to Docker daemon 3.15MB [2020-09-15T06:36:13.706Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:36:13.706Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:36:13.992Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T06:36:13.992Z] b538f80385f9: Pulling fs layer [2020-09-15T06:36:13.992Z] 74f711af9a0d: Pulling fs layer [2020-09-15T06:36:13.992Z] 99f96fe45779: Pulling fs layer [2020-09-15T06:36:13.992Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T06:36:13.992Z] 45590311c82a: Pulling fs layer [2020-09-15T06:36:13.992Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T06:36:13.992Z] 209524e5b208: Pulling fs layer [2020-09-15T06:36:13.992Z] 8529a6b9a6be: Waiting [2020-09-15T06:36:13.992Z] 45590311c82a: Waiting [2020-09-15T06:36:13.992Z] 69ca0ff8b7b3: Waiting [2020-09-15T06:36:13.992Z] 209524e5b208: Waiting [2020-09-15T06:36:13.992Z] 99f96fe45779: Verifying Checksum [2020-09-15T06:36:13.992Z] 99f96fe45779: Download complete [2020-09-15T06:36:14.280Z] 74f711af9a0d: Verifying Checksum [2020-09-15T06:36:14.280Z] 74f711af9a0d: Download complete [2020-09-15T06:36:14.280Z] 45590311c82a: Download complete [2020-09-15T06:36:14.556Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T06:36:14.556Z] 69ca0ff8b7b3: Download complete [2020-09-15T06:36:14.556Z] b538f80385f9: Verifying Checksum [2020-09-15T06:36:14.556Z] b538f80385f9: Download complete [2020-09-15T06:36:15.563Z] b538f80385f9: Pull complete [2020-09-15T06:36:15.840Z] 74f711af9a0d: Pull complete [2020-09-15T06:36:16.450Z] 99f96fe45779: Pull complete [2020-09-15T06:36:17.895Z] 209524e5b208: Verifying Checksum [2020-09-15T06:36:17.895Z] 209524e5b208: Download complete [2020-09-15T06:36:18.891Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T06:36:18.891Z] 8529a6b9a6be: Download complete [2020-09-15T06:36:29.076Z] 8529a6b9a6be: Pull complete [2020-09-15T06:36:29.676Z] 45590311c82a: Pull complete [2020-09-15T06:36:29.951Z] 69ca0ff8b7b3: Pull complete [2020-09-15T06:36:34.280Z] 209524e5b208: Pull complete [2020-09-15T06:36:34.280Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T06:36:34.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T06:36:34.280Z] ---> 5bddaf1c2fca [2020-09-15T06:36:34.280Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:36:37.685Z] ---> Running in e7237bc6ff81 [2020-09-15T06:36:37.685Z] Removing intermediate container e7237bc6ff81 [2020-09-15T06:36:37.685Z] ---> f6536948c266 [2020-09-15T06:36:37.685Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:36:37.685Z] ---> Running in 474339319a4d [2020-09-15T06:36:40.328Z] Removing intermediate container 474339319a4d [2020-09-15T06:36:40.328Z] ---> f0bf09574942 [2020-09-15T06:36:40.328Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:36:40.605Z] ---> Running in 06dae7206a08 [2020-09-15T06:36:42.068Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:36:43.519Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:36:46.156Z] OK: 142 MiB in 39 packages [2020-09-15T06:36:47.152Z] Removing intermediate container 06dae7206a08 [2020-09-15T06:36:47.152Z] ---> 279516ccccf2 [2020-09-15T06:36:47.152Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:36:47.431Z] ---> Running in ac5c7e51863a [2020-09-15T06:36:48.033Z] Removing intermediate container ac5c7e51863a [2020-09-15T06:36:48.033Z] ---> ce5933afaa06 [2020-09-15T06:36:48.033Z] Step 7/8 : COPY . . [2020-09-15T06:36:49.484Z] ---> 1ef9babab15d [2020-09-15T06:36:49.485Z] Step 8/8 : RUN go mod download [2020-09-15T06:36:49.485Z] ---> Running in a661ebdec8fa [2020-09-15T06:37:04.604Z] Removing intermediate container a661ebdec8fa [2020-09-15T06:37:04.604Z] ---> b45a250f02de [2020-09-15T06:37:04.604Z] Successfully built b45a250f02de [2020-09-15T06:37:04.604Z] 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:37:05.470Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T06:37:05.470Z] . [Pipeline] withDockerContainer [2020-09-15T06:37:05.770Z] prd-ubuntu18.04-docker-arm64-4c-16g-43258 does not seem to be running inside a container [2020-09-15T06:37:05.862Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-15T06:37:08.102Z] $ docker top c48d34ed222715904dfce931251bf6a99cb65724f1ea01e64e4ec8e9adfb01ab -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:37:09.657Z] + go version [2020-09-15T06:37:09.657Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T06:37:10.720Z] + make test [2020-09-15T06:37:10.720Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:37:12.173Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:37:51.288Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:37:51.288Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:37:51.288Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:37:51.288Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 21.0% of statements [2020-09-15T06:37:51.288Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.195s coverage: 95.7% of statements [2020-09-15T06:38:23.702Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.045s coverage: 8.6% of statements [2020-09-15T06:38:23.702Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:38:23.702Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.081s coverage: 37.0% of statements [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:38:23.702Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.185s coverage: 65.4% of statements [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:38:23.702Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.045s coverage: 52.6% of statements [2020-09-15T06:38:23.702Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.283s coverage: 68.9% of statements [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:38:23.702Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:38:23.702Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:38:28.061Z] gofmt -l . [2020-09-15T06:38:28.662Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:38:28.939Z] ./bin/test-attribution-txt.sh [2020-09-15T06:38:29.545Z] An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add [2020-09-15T06:38:29.817Z] make: *** [Makefile:33: test] Error 1 [Pipeline] } [2020-09-15T06:38:29.847Z] $ docker stop --time=1 c48d34ed222715904dfce931251bf6a99cb65724f1ea01e64e4ec8e9adfb01ab [2020-09-15T06:38:31.976Z] $ docker rm -f c48d34ed222715904dfce931251bf6a99cb65724f1ea01e64e4ec8e9adfb01ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-09-15T06:38:34.137Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [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:38:36.816Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:38:37.393Z] ---> package-listing.sh [2020-09-15T06:38:37.393Z] ++ facter osfamily [2020-09-15T06:38:37.393Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T06:38:37.393Z] + OS_FAMILY=redhat [2020-09-15T06:38:37.393Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 [2020-09-15T06:38:37.393Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T06:38:37.393Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T06:38:37.393Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T06:38:37.393Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T06:38:37.394Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-09-15T06:38:37.394Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T06:38:37.394Z] + case "${OS_FAMILY}" in [2020-09-15T06:38:37.394Z] + rpm -qa [2020-09-15T06:38:37.394Z] + sort [2020-09-15T06:38:41.646Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T06:38:41.646Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T06:38:41.646Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T06:38:41.646Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' [2020-09-15T06:38:41.646Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [2020-09-15T06:38:41.646Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:38:42.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:38:42.147Z] [2020-09-15T06:38:42.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:38:42.522Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:38:42.522Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T06:38:42.522Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:38:42.522Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T06:38:42.522Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T06:38:42.522Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T06:38:42.522Z] 0dadc02b9964: Pulling fs layer [2020-09-15T06:38:42.522Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T06:38:42.522Z] 7a184a31f384: Pulling fs layer [2020-09-15T06:38:42.522Z] 0879bd2ef858: Pulling fs layer [2020-09-15T06:38:42.522Z] 46f8f816bc3b: Waiting [2020-09-15T06:38:42.522Z] 0dadc02b9964: Waiting [2020-09-15T06:38:42.522Z] ce6a7cf60c04: Waiting [2020-09-15T06:38:42.522Z] 7a184a31f384: Waiting [2020-09-15T06:38:42.522Z] 0879bd2ef858: Waiting [2020-09-15T06:38:42.522Z] 36b3adc4ff6f: Download complete [2020-09-15T06:38:42.522Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T06:38:42.522Z] 46f8f816bc3b: Download complete [2020-09-15T06:38:42.796Z] df20fa9351a1: Download complete [2020-09-15T06:38:42.796Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T06:38:42.796Z] ce6a7cf60c04: Download complete [2020-09-15T06:38:42.796Z] 7a184a31f384: Verifying Checksum [2020-09-15T06:38:42.796Z] 7a184a31f384: Download complete [2020-09-15T06:38:42.796Z] 0dadc02b9964: Verifying Checksum [2020-09-15T06:38:42.796Z] 0dadc02b9964: Download complete [2020-09-15T06:38:43.059Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T06:38:43.059Z] 8ad3a11d3b57: Download complete [2020-09-15T06:38:43.059Z] df20fa9351a1: Pull complete [2020-09-15T06:38:43.325Z] 36b3adc4ff6f: Pull complete [2020-09-15T06:38:43.598Z] 0879bd2ef858: Verifying Checksum [2020-09-15T06:38:43.598Z] 0879bd2ef858: Download complete [2020-09-15T06:38:43.863Z] 8ad3a11d3b57: Pull complete [2020-09-15T06:38:44.127Z] 46f8f816bc3b: Pull complete [2020-09-15T06:38:44.392Z] 0dadc02b9964: Pull complete [2020-09-15T06:38:44.661Z] ce6a7cf60c04: Pull complete [2020-09-15T06:38:44.661Z] 7a184a31f384: Pull complete [2020-09-15T06:38:47.258Z] 0879bd2ef858: Pull complete [2020-09-15T06:38:47.258Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T06:38:47.258Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:38:47.258Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T06:38:47.392Z] prd-centos7-docker-4c-2g-43249 does not seem to be running inside a container [2020-09-15T06:38:47.439Z] $ 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-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T06:38:52.184Z] $ docker top e9578d3c6d73e87e4c28fdf40ba47263f782f379ad6e4426ca83471d1680e016 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:38:52.796Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T06:38:53.107Z] + ls /var/log/sa-host [2020-09-15T06:38:53.107Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T06:38:53.107Z] file_magic: OK [2020-09-15T06:38:53.107Z] HZ: Using current value: 100 [2020-09-15T06:38:53.107Z] file_header: OK [2020-09-15T06:38:53.107Z] 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:38:53.107Z] Statistics: [2020-09-15T06:38:53.107Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:38:53.107Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T06:38:53.107Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T06:38:53.107Z] file_magic: OK [2020-09-15T06:38:53.107Z] HZ: Using current value: 100 [2020-09-15T06:38:53.107Z] file_header: OK [2020-09-15T06:38:53.107Z] 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:38:53.107Z] Statistics: [2020-09-15T06:38:53.107Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:38:53.107Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T06:38:53.180Z] provisioning config files... [2020-09-15T06:38:53.209Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config7253828378367693378tmp [Pipeline] { [Pipeline] echo [2020-09-15T06:38:53.275Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:38:53.585Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T06:38:53.600Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:38:53.907Z] ---> logs-deploy.sh [2020-09-15T06:38:53.907Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/3 [2020-09-15T06:38:53.907Z] INFO: archiving workspace using pattern(s): [2020-09-15T06:38:55.325Z] Archives upload complete. [2020-09-15T06:38:55.325Z] INFO: archiving logs to Nexus