Pull request #586 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 073cb9ec955bc2cedae16ce2963319f64d87104a+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (6e2eb9bb122c8e51ff898aba18fb30dbeff54229) 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-43248 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [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-586 # 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/586/head:refs/remotes/origin/PR-586 +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/586/head:refs/remotes/origin/PR-586 # 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/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 073cb9ec955bc2cedae16ce2963319f64d87104a Merge succeeded, producing 073cb9ec955bc2cedae16ce2963319f64d87104a Checking out Revision 073cb9ec955bc2cedae16ce2963319f64d87104a (PR-586) > git config core.sparsecheckout # timeout=10 > git checkout -f 073cb9ec955bc2cedae16ce2963319f64d87104a # 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 073cb9ec955bc2cedae16ce2963319f64d87104a # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T06:31:22.512Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T06:31:22.839Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T06:31:23.022Z] ========================================================= [2020-09-15T06:31:23.022Z] EdgeX Global Pipelines Version Info [2020-09-15T06:31:23.022Z] ========================================================= [Pipeline] libraryResource > git rev-list --no-walk 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c # timeout=10 [Pipeline] sh [2020-09-15T06:31:25.477Z] ------------------- [2020-09-15T06:31:25.478Z] stable info: [2020-09-15T06:31:25.478Z] ------------------- [2020-09-15T06:31:25.478Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T06:31:25.478Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T06:31:25.478Z] Message: update stable to v1.0.119 [2020-09-15T06:31:26.468Z] ------------------- [2020-09-15T06:31:26.468Z] experimental info: [2020-09-15T06:31:26.468Z] ------------------- [2020-09-15T06:31:26.468Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T06:31:26.468Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T06:31:26.468Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T06:31:26.893Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T06:31:27.000Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T06:31:27.108Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T06:31:27.209Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T06:31:27.306Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T06:31:27.415Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T06:31:27.514Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T06:31:27.612Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T06:31:27.713Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T06:31:27.812Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T06:31:27.909Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T06:31:28.017Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T06:31:28.117Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T06:31:28.219Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T06:31:28.314Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T06:31:28.428Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:31:28.551Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:31:28.646Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T06:31:28.744Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T06:31:28.849Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T06:31:28.950Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T06:31:29.061Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T06:31:29.164Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-586 [Pipeline] echo [2020-09-15T06:31:29.262Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-586 [Pipeline] echo [2020-09-15T06:31:29.359Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-586 [Pipeline] echo [2020-09-15T06:31:29.472Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 073cb9ec955bc2cedae16ce2963319f64d87104a [Pipeline] echo [2020-09-15T06:31:29.569Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 073cb9e [Pipeline] echo [2020-09-15T06:31:29.662Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:31:30.272Z] + git log --format=format:%s -1 073cb9ec955bc2cedae16ce2963319f64d87104a [Pipeline] echo [2020-09-15T06:31:30.350Z] GIT_COMMIT: 073cb9ec955bc2cedae16ce2963319f64d87104a, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-registry [Pipeline] echo [2020-09-15T06:31:30.421Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:31:30.974Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:31:31.581Z] [2020-09-15T06:31:31.581Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:31:32.027Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:31:32.320Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T06:31:32.320Z] 31603596830f: Pulling fs layer [2020-09-15T06:31:32.320Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T06:31:32.320Z] 6ca5941a6612: Pulling fs layer [2020-09-15T06:31:32.320Z] ecc8261a40a4: Pulling fs layer [2020-09-15T06:31:32.320Z] ecc8261a40a4: Waiting [2020-09-15T06:31:32.320Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T06:31:32.320Z] 2a8b12db71e7: Download complete [2020-09-15T06:31:33.028Z] 31603596830f: Verifying Checksum [2020-09-15T06:31:33.028Z] 31603596830f: Download complete [2020-09-15T06:31:33.720Z] ecc8261a40a4: Verifying Checksum [2020-09-15T06:31:33.720Z] ecc8261a40a4: Download complete [2020-09-15T06:31:33.720Z] 31603596830f: Pull complete [2020-09-15T06:31:33.720Z] 6ca5941a6612: Verifying Checksum [2020-09-15T06:31:33.720Z] 6ca5941a6612: Download complete [2020-09-15T06:31:34.027Z] 2a8b12db71e7: Pull complete [2020-09-15T06:31:36.117Z] 6ca5941a6612: Pull complete [2020-09-15T06:31:36.117Z] ecc8261a40a4: Pull complete [2020-09-15T06:31:36.117Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T06:31:36.117Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T06:31:36.117Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T06:31:36.458Z] prd-centos7-docker-4c-2g-43248 does not seem to be running inside a container [2020-09-15T06:31:36.792Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-586 -v /w/workspace/dgexfoundry_device-sdk-go_PR-586:/w/workspace/dgexfoundry_device-sdk-go_PR-586:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-586@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:31:39.485Z] $ docker top 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T06:31:39.893Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:31:39.893Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:31:40.182Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:31:40.188Z] $ docker exec 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 ssh-agent [2020-09-15T06:31:40.429Z] SSH_AUTH_SOCK=/tmp/ssh-bf3Hz2bMGice/agent.12 [2020-09-15T06:31:40.429Z] SSH_AGENT_PID=18 [2020-09-15T06:31:40.448Z] Running ssh-add (command line suppressed) [2020-09-15T06:31:40.614Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_200924330140515827.key (/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_200924330140515827.key) [2020-09-15T06:31:40.680Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:31:41.052Z] + git describe --exact-match --tags HEAD [2020-09-15T06:31:41.052Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T06:31:41.082Z] $ docker exec --env ******** --env ******** 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 ssh-agent -k [2020-09-15T06:31:41.228Z] unset SSH_AUTH_SOCK; [2020-09-15T06:31:41.228Z] unset SSH_AGENT_PID; [2020-09-15T06:31:41.228Z] echo Agent pid 18 killed; [2020-09-15T06:31:41.283Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T06:31:41.382Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T06:31:41.382Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T06:31:41.487Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T06:31:41.487Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T06:31:41.706Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T06:31:41.712Z] $ docker exec 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 ssh-agent [2020-09-15T06:31:42.013Z] SSH_AUTH_SOCK=/tmp/ssh-lr2qF5M62mKP/agent.48 [2020-09-15T06:31:42.013Z] SSH_AGENT_PID=53 [2020-09-15T06:31:42.023Z] Running ssh-add (command line suppressed) [2020-09-15T06:31:42.277Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_1074238485046810444.key (/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_1074238485046810444.key) [2020-09-15T06:31:42.342Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T06:31:42.691Z] + git semver init [2020-09-15T06:31:42.691Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T06:31:42.691Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-586/.git [2020-09-15T06:31:42.691Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-586 [2020-09-15T06:31:42.691Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T06:31:42.691Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T06:31:42.691Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T06:31:42.691Z] # $SEMVER_BRANCH = PR-586 [2020-09-15T06:31:42.691Z] # $SEMVER_TEMP = /tmp/semver-421168496 [2020-09-15T06:31:42.691Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T06:31:43.716Z] # '/tmp/semver-421168496' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-586/.semver' [2020-09-15T06:31:43.716Z] # -> Force: false [2020-09-15T06:31:43.716Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-586/.semver [Pipeline] } [2020-09-15T06:31:43.734Z] $ docker exec --env ******** --env ******** 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 ssh-agent -k [2020-09-15T06:31:43.952Z] unset SSH_AUTH_SOCK; [2020-09-15T06:31:43.953Z] unset SSH_AGENT_PID; [2020-09-15T06:31:43.953Z] echo Agent pid 53 killed; [2020-09-15T06:31:44.008Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T06:31:44.565Z] + git semver [Pipeline] } [2020-09-15T06:31:44.596Z] $ docker stop --time=1 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 [2020-09-15T06:31:46.173Z] $ docker rm -f 2098ae9b07d6600201cfe632ccdaa0041ea8ccb4c5e6ea245d451163c3459e92 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T06:31:48.423Z] Stashed 34 file(s) [Pipeline] echo [2020-09-15T06:31:48.426Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T06:31:48.519Z] 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:03.954Z] Still waiting to schedule task [2020-09-15T06:32:03.954Z] ‘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-43250’ is offline [2020-09-15T06:32:03.956Z] Still waiting to schedule task [2020-09-15T06:32:03.956Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T06:33:23.146Z] Running on prd-centos7-docker-4c-2g-43254 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [Pipeline] { [Pipeline] ws [2020-09-15T06:33:23.195Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:33:26.249Z] using credential edgex-jenkins-ssh [2020-09-15T06:33:26.297Z] Cloning the remote Git repository [2020-09-15T06:33:26.297Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:33:26.332Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:33:26.399Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:33:26.931Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:33:26.931Z] > git --version # timeout=10 [2020-09-15T06:33:26.943Z] > git --version # 'git version 2.16.5' [2020-09-15T06:33:26.944Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:33:26.978Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:33:27.588Z] Fetching without tags [2020-09-15T06:33:27.960Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 073cb9ec955bc2cedae16ce2963319f64d87104a [2020-09-15T06:33:28.073Z] Merge succeeded, producing 073cb9ec955bc2cedae16ce2963319f64d87104a [2020-09-15T06:33:28.073Z] Checking out Revision 073cb9ec955bc2cedae16ce2963319f64d87104a (PR-586) [2020-09-15T06:33:27.552Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:33:27.561Z] > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # timeout=10 [2020-09-15T06:33:27.567Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:33:27.578Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:33:27.596Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:33:27.596Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:33:27.612Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:33:27.970Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:33:27.984Z] > git checkout -f 073cb9ec955bc2cedae16ce2963319f64d87104a # timeout=10 [2020-09-15T06:33:28.039Z] > git remote # timeout=10 [2020-09-15T06:33:28.047Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:33:28.054Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:33:28.059Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:33:28.068Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:33:28.078Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:33:28.082Z] > git checkout -f 073cb9ec955bc2cedae16ce2963319f64d87104a # timeout=10 [2020-09-15T06:33:31.710Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:33:32.614Z] ========================================================= [2020-09-15T06:33:32.615Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T06:33:32.615Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:33:33.202Z] + 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:33:33.784Z] Sending build context to Docker daemon 3.15MB [2020-09-15T06:33:33.784Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:33:33.784Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:33:33.784Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T06:33:33.784Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:33:33.784Z] ed8968b2872e: Pulling fs layer [2020-09-15T06:33:33.784Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T06:33:33.784Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T06:33:33.784Z] e73272ec9a57: Pulling fs layer [2020-09-15T06:33:33.784Z] 1e910a182e73: Pulling fs layer [2020-09-15T06:33:33.784Z] 4e634b169226: Pulling fs layer [2020-09-15T06:33:33.784Z] e871e8e8d7a9: Waiting [2020-09-15T06:33:33.784Z] e73272ec9a57: Waiting [2020-09-15T06:33:33.784Z] 1e910a182e73: Waiting [2020-09-15T06:33:33.784Z] a92cc7c5fd73: Download complete [2020-09-15T06:33:33.784Z] ed8968b2872e: Download complete [2020-09-15T06:33:33.784Z] e73272ec9a57: Verifying Checksum [2020-09-15T06:33:33.784Z] e73272ec9a57: Download complete [2020-09-15T06:33:34.045Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:33:34.045Z] df20fa9351a1: Download complete [2020-09-15T06:33:34.045Z] 1e910a182e73: Verifying Checksum [2020-09-15T06:33:34.045Z] 1e910a182e73: Download complete [2020-09-15T06:33:34.306Z] df20fa9351a1: Pull complete [2020-09-15T06:33:34.306Z] ed8968b2872e: Pull complete [2020-09-15T06:33:34.572Z] a92cc7c5fd73: Pull complete [2020-09-15T06:33:35.965Z] 4e634b169226: Verifying Checksum [2020-09-15T06:33:35.965Z] 4e634b169226: Download complete [2020-09-15T06:33:36.537Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T06:33:36.537Z] e871e8e8d7a9: Download complete [2020-09-15T06:33:41.851Z] e871e8e8d7a9: Pull complete [2020-09-15T06:33:41.851Z] e73272ec9a57: Pull complete [2020-09-15T06:33:41.851Z] 1e910a182e73: Pull complete [2020-09-15T06:33:46.079Z] 4e634b169226: Pull complete [2020-09-15T06:33:46.079Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T06:33:46.079Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T06:33:46.079Z] ---> f7629b54cfaa [2020-09-15T06:33:46.079Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:33:46.079Z] ---> Running in 753eb400ac14 [2020-09-15T06:33:46.079Z] Removing intermediate container 753eb400ac14 [2020-09-15T06:33:46.079Z] ---> 59680fb85cc8 [2020-09-15T06:33:46.079Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:33:46.079Z] ---> Running in 2766896d1778 [2020-09-15T06:33:48.006Z] Removing intermediate container 2766896d1778 [2020-09-15T06:33:48.006Z] ---> d93421cb2e03 [2020-09-15T06:33:48.006Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:33:48.006Z] ---> Running in 6e29ce8d31a1 [2020-09-15T06:33:48.269Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:33:49.216Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:33:49.793Z] OK: 166 MiB in 39 packages [2020-09-15T06:33:50.371Z] Removing intermediate container 6e29ce8d31a1 [2020-09-15T06:33:50.371Z] ---> da532aed0f6d [2020-09-15T06:33:50.371Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:33:50.371Z] ---> Running in cadd12c82e49 [2020-09-15T06:33:50.371Z] Removing intermediate container cadd12c82e49 [2020-09-15T06:33:50.371Z] ---> 41cc151d7d25 [2020-09-15T06:33:50.371Z] Step 7/8 : COPY . . [2020-09-15T06:33:51.766Z] ---> 9c5a954bbb48 [2020-09-15T06:33:51.766Z] Step 8/8 : RUN go mod download [2020-09-15T06:33:51.766Z] ---> Running in 0e01eb8dd7a0 [2020-09-15T06:33:59.784Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43253 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [Pipeline] { [Pipeline] ws [2020-09-15T06:33:59.841Z] Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout [2020-09-15T06:34:02.006Z] Removing intermediate container 0e01eb8dd7a0 [2020-09-15T06:34:02.007Z] ---> 21a508cc6a72 [2020-09-15T06:34:02.007Z] Successfully built 21a508cc6a72 [2020-09-15T06:34:02.275Z] 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:03.082Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T06:34:03.082Z] . [Pipeline] withDockerContainer [2020-09-15T06:34:03.206Z] prd-centos7-docker-4c-2g-43254 does not seem to be running inside a container [2020-09-15T06:34:03.270Z] $ 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:34:04.597Z] $ docker top 8b1b01400d8e9f379ebf4cd891823ccc4ec1ef690d4f033b61a24f55495c81f5 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:34:05.082Z] + go version [2020-09-15T06:34:05.082Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T06:34:05.209Z] using credential edgex-jenkins-ssh [2020-09-15T06:34:05.265Z] Cloning the remote Git repository [2020-09-15T06:34:05.265Z] Cloning with configured refspecs honoured and without tags [2020-09-15T06:34:05.396Z] + make test [2020-09-15T06:34:05.396Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:34:06.001Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:34:05.325Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:05.433Z] > git init /w/workspace/device-sdk-go/3 # timeout=10 [2020-09-15T06:34:05.493Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:05.493Z] > git --version # timeout=10 [2020-09-15T06:34:05.511Z] > git --version # 'git version 2.17.1' [2020-09-15T06:34:05.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:05.569Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:06.652Z] Fetching without tags [2020-09-15T06:34:07.140Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 073cb9ec955bc2cedae16ce2963319f64d87104a [2020-09-15T06:34:07.395Z] Merge succeeded, producing 073cb9ec955bc2cedae16ce2963319f64d87104a [2020-09-15T06:34:07.395Z] Checking out Revision 073cb9ec955bc2cedae16ce2963319f64d87104a (PR-586) [2020-09-15T06:34:06.565Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:34:06.582Z] > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # timeout=10 [2020-09-15T06:34:06.600Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:06.632Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T06:34:06.660Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T06:34:06.660Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:06.676Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/586/head:refs/remotes/origin/PR-586 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T06:34:07.161Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:34:07.177Z] > git checkout -f 073cb9ec955bc2cedae16ce2963319f64d87104a # timeout=10 [2020-09-15T06:34:07.280Z] > git remote # timeout=10 [2020-09-15T06:34:07.296Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T06:34:07.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T06:34:07.323Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T06:34:07.343Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T06:34:07.399Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T06:34:07.427Z] > git checkout -f 073cb9ec955bc2cedae16ce2963319f64d87104a # timeout=10 [2020-09-15T06:34:11.768Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-registry" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T06:34:13.150Z] ========================================================= [2020-09-15T06:34:13.150Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T06:34:13.150Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:34:14.501Z] + 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:34:15.491Z] Sending build context to Docker daemon 3.148MB [2020-09-15T06:34:15.491Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T06:34:15.491Z] Step 2/8 : FROM ${BASE} [2020-09-15T06:34:15.779Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T06:34:15.779Z] b538f80385f9: Pulling fs layer [2020-09-15T06:34:15.779Z] 74f711af9a0d: Pulling fs layer [2020-09-15T06:34:15.779Z] 99f96fe45779: Pulling fs layer [2020-09-15T06:34:15.779Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T06:34:15.779Z] 45590311c82a: Pulling fs layer [2020-09-15T06:34:15.779Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T06:34:15.779Z] 209524e5b208: Pulling fs layer [2020-09-15T06:34:15.779Z] 45590311c82a: Waiting [2020-09-15T06:34:15.779Z] 69ca0ff8b7b3: Waiting [2020-09-15T06:34:15.779Z] 8529a6b9a6be: Waiting [2020-09-15T06:34:15.779Z] 209524e5b208: Waiting [2020-09-15T06:34:15.779Z] 99f96fe45779: Download complete [2020-09-15T06:34:15.779Z] 74f711af9a0d: Verifying Checksum [2020-09-15T06:34:15.779Z] 74f711af9a0d: Download complete [2020-09-15T06:34:16.052Z] 45590311c82a: Verifying Checksum [2020-09-15T06:34:16.052Z] 45590311c82a: Download complete [2020-09-15T06:34:16.146Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:34:16.146Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:34:16.146Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:34:16.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.010s coverage: 21.0% of statements [2020-09-15T06:34:16.146Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.074s coverage: 95.7% of statements [2020-09-15T06:34:16.326Z] 69ca0ff8b7b3: Download complete [2020-09-15T06:34:16.600Z] b538f80385f9: Verifying Checksum [2020-09-15T06:34:16.600Z] b538f80385f9: Download complete [2020-09-15T06:34:17.204Z] b538f80385f9: Pull complete [2020-09-15T06:34:17.798Z] 74f711af9a0d: Pull complete [2020-09-15T06:34:18.073Z] 99f96fe45779: Pull complete [2020-09-15T06:34:19.520Z] 209524e5b208: Verifying Checksum [2020-09-15T06:34:19.520Z] 209524e5b208: Download complete [2020-09-15T06:34:20.514Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T06:34:20.514Z] 8529a6b9a6be: Download complete [2020-09-15T06:34:30.704Z] 8529a6b9a6be: Pull complete [2020-09-15T06:34:30.981Z] 45590311c82a: Pull complete [2020-09-15T06:34:31.254Z] 69ca0ff8b7b3: Pull complete [2020-09-15T06:34:35.557Z] 209524e5b208: Pull complete [2020-09-15T06:34:35.557Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T06:34:35.557Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T06:34:35.557Z] ---> 5bddaf1c2fca [2020-09-15T06:34:35.557Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:34:38.192Z] ---> Running in bb3f47dfe708 [2020-09-15T06:34:38.192Z] Removing intermediate container bb3f47dfe708 [2020-09-15T06:34:38.192Z] ---> 63393c438bb7 [2020-09-15T06:34:38.192Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:34:38.467Z] ---> Running in f30fc238916f [2020-09-15T06:34:41.100Z] Removing intermediate container f30fc238916f [2020-09-15T06:34:41.100Z] ---> 3a350e635523 [2020-09-15T06:34:41.100Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T06:34:41.100Z] ---> Running in 34f3ba7434ad [2020-09-15T06:34:42.553Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:34:43.992Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:34:45.014Z] OK: 142 MiB in 39 packages [2020-09-15T06:34:46.466Z] Removing intermediate container 34f3ba7434ad [2020-09-15T06:34:46.466Z] ---> 355c97277066 [2020-09-15T06:34:46.466Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T06:34:46.466Z] ---> Running in 6476ef4d0c45 [2020-09-15T06:34:47.063Z] Removing intermediate container 6476ef4d0c45 [2020-09-15T06:34:47.063Z] ---> cb9fe76a2fd2 [2020-09-15T06:34:47.063Z] Step 7/8 : COPY . . [2020-09-15T06:34:48.315Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.007s coverage: 8.6% of statements [2020-09-15T06:34:48.315Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.017s coverage: 21.7% of statements [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:34:48.315Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.019s coverage: 37.0% of statements [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:34:48.315Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.026s coverage: 65.4% of statements [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:34:48.315Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.024s coverage: 52.6% of statements [2020-09-15T06:34:48.315Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.080s coverage: 68.9% of statements [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:34:48.315Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:34:48.315Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:34:48.315Z] gofmt -l . [2020-09-15T06:34:48.315Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:34:48.315Z] ./bin/test-attribution-txt.sh [2020-09-15T06:34:48.315Z] ./bin/test-go-mod-tidy.sh [2020-09-15T06:34:48.503Z] ---> 4d91d751d136 [2020-09-15T06:34:48.503Z] Step 8/8 : RUN go mod download [2020-09-15T06:34:48.503Z] ---> Running in 19e4641f0486 [Pipeline] stash [2020-09-15T06:34:48.899Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:34:48.907Z] $ docker stop --time=1 8b1b01400d8e9f379ebf4cd891823ccc4ec1ef690d4f033b61a24f55495c81f5 [2020-09-15T06:34:50.431Z] $ docker rm -f 8b1b01400d8e9f379ebf4cd891823ccc4ec1ef690d4f033b61a24f55495c81f5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:34:51.953Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:34:52.255Z] + ls -al . [2020-09-15T06:34:52.255Z] total 188 [2020-09-15T06:34:52.255Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 06:34 . [2020-09-15T06:34:52.255Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 06:33 .. [2020-09-15T06:34:52.255Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 06:33 bin [2020-09-15T06:34:52.255Z] -rw-r--r--. 1 jenkins jenkins 111650 Sep 15 06:34 coverage.out [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 06:33 Dockerfile.build [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 06:33 .dockerignore [2020-09-15T06:34:52.255Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 06:33 example [2020-09-15T06:34:52.255Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 06:33 .git [2020-09-15T06:34:52.255Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 06:33 .github [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 06:33 .gitignore [2020-09-15T06:34:52.255Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 06:34 go.mod [2020-09-15T06:34:52.255Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 15 06:34 go.sum [2020-09-15T06:34:52.255Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 06:33 internal [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 06:33 Jenkinsfile [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 06:33 LICENSE [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 15 06:33 Makefile [2020-09-15T06:34:52.255Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 06:33 openapi [2020-09-15T06:34:52.255Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 06:33 pkg [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 06:33 README.md [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 06:33 RELEASE-NOTES.txt [2020-09-15T06:34:52.255Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 06:33 .semver [2020-09-15T06:34:52.255Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 06:33 snap [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 06:31 VERSION [2020-09-15T06:34:52.255Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 06:33 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:34:52.581Z] + 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=073cb9ec955bc2cedae16ce2963319f64d87104a --label arch=amd64 --label version=0.0.0 . [2020-09-15T06:34:52.848Z] Sending build context to Docker daemon 3.263MB [2020-09-15T06:34:52.848Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:34:52.848Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:34:52.848Z] ---> 21a508cc6a72 [2020-09-15T06:34:52.848Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:34:53.111Z] ---> Running in f7ce8f8f4ef4 [2020-09-15T06:34:53.375Z] Removing intermediate container f7ce8f8f4ef4 [2020-09-15T06:34:53.375Z] ---> 04c268cb5e80 [2020-09-15T06:34:53.375Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:34:53.375Z] ---> Running in f601cba9608d [2020-09-15T06:34:53.375Z] Removing intermediate container f601cba9608d [2020-09-15T06:34:53.375Z] ---> a7f906dba10a [2020-09-15T06:34:53.375Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:34:53.637Z] ---> Running in 009f04a202b9 [2020-09-15T06:34:53.637Z] Removing intermediate container 009f04a202b9 [2020-09-15T06:34:53.637Z] ---> 895791f3baa8 [2020-09-15T06:34:53.637Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:34:53.901Z] ---> Running in 9863ed239793 [2020-09-15T06:34:54.853Z] Removing intermediate container 9863ed239793 [2020-09-15T06:34:54.854Z] ---> a2f7564a3686 [2020-09-15T06:34:54.854Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:34:54.854Z] ---> Running in d1ae94e4cb88 [2020-09-15T06:34:55.120Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T06:34:56.066Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T06:34:57.467Z] OK: 166 MiB in 39 packages [2020-09-15T06:34:58.046Z] Removing intermediate container d1ae94e4cb88 [2020-09-15T06:34:58.046Z] ---> 56a15c5b5a72 [2020-09-15T06:34:58.046Z] Step 8/24 : COPY . . [2020-09-15T06:34:58.997Z] ---> 81247a642c79 [2020-09-15T06:34:58.997Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:34:58.997Z] ---> Running in 2930fc4bd32f [2020-09-15T06:34:59.594Z] 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:35:03.593Z] Removing intermediate container 19e4641f0486 [2020-09-15T06:35:03.593Z] ---> fbcc6b8394ec [2020-09-15T06:35:03.593Z] Successfully built fbcc6b8394ec [2020-09-15T06:35:03.593Z] 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:35:04.480Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T06:35:04.480Z] . [Pipeline] withDockerContainer [2020-09-15T06:35:04.716Z] prd-ubuntu18.04-docker-arm64-4c-16g-43253 does not seem to be running inside a container [2020-09-15T06:35:04.809Z] $ 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:35:06.669Z] $ docker top c7843332ead68806cdcfa9b0a91ec44c266ac706c1fb633a9ea3954496f54b63 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:35:07.909Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:35:08.050Z] + go version [2020-09-15T06:35:08.050Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T06:35:09.111Z] + make test [2020-09-15T06:35:09.111Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T06:35:09.832Z] Removing intermediate container 2930fc4bd32f [2020-09-15T06:35:09.832Z] ---> 05c853c5f11c [2020-09-15T06:35:09.832Z] Step 10/24 : FROM scratch [2020-09-15T06:35:09.832Z] ---> [2020-09-15T06:35:09.832Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:35:09.832Z] ---> Running in babff8b0221a [2020-09-15T06:35:09.832Z] Removing intermediate container babff8b0221a [2020-09-15T06:35:09.832Z] ---> 74e6e8e0d12a [2020-09-15T06:35:09.832Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:35:09.832Z] ---> Running in ba7147827df9 [2020-09-15T06:35:09.832Z] Removing intermediate container ba7147827df9 [2020-09-15T06:35:09.832Z] ---> 0d4ea7f9902e [2020-09-15T06:35:09.832Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:35:09.832Z] ---> Running in c343fe4e9344 [2020-09-15T06:35:10.088Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T06:35:10.096Z] Removing intermediate container c343fe4e9344 [2020-09-15T06:35:10.096Z] ---> 265df700746a [2020-09-15T06:35:10.096Z] Step 14/24 : WORKDIR / [2020-09-15T06:35:10.096Z] ---> Running in c09cc772c9d4 [2020-09-15T06:35:10.367Z] Removing intermediate container c09cc772c9d4 [2020-09-15T06:35:10.367Z] ---> c1256db52204 [2020-09-15T06:35:10.367Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:35:10.641Z] ---> 9298a291f234 [2020-09-15T06:35:10.641Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:35:10.909Z] ---> 59e842d13376 [2020-09-15T06:35:10.909Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T06:35:11.172Z] ---> 8609a5f4bbbb [2020-09-15T06:35:11.172Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:35:11.433Z] ---> 9ddf63739f57 [2020-09-15T06:35:11.433Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:35:11.696Z] ---> e666ab0d9580 [2020-09-15T06:35:11.696Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:35:11.696Z] ---> Running in c13d192cd9af [2020-09-15T06:35:11.957Z] Removing intermediate container c13d192cd9af [2020-09-15T06:35:11.957Z] ---> 005481aa6fa6 [2020-09-15T06:35:11.957Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:35:11.957Z] ---> Running in 70588a86e2dd [2020-09-15T06:35:11.957Z] Removing intermediate container 70588a86e2dd [2020-09-15T06:35:11.957Z] ---> 4ae67e872c6f [2020-09-15T06:35:11.957Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T06:35:12.221Z] ---> Running in aa7ed5ad8f32 [2020-09-15T06:35:12.221Z] Removing intermediate container aa7ed5ad8f32 [2020-09-15T06:35:12.221Z] ---> 02563ec8765f [2020-09-15T06:35:12.221Z] Step 23/24 : LABEL git_sha=073cb9ec955bc2cedae16ce2963319f64d87104a [2020-09-15T06:35:12.485Z] ---> Running in 8d2953cc5a2e [2020-09-15T06:35:13.061Z] Removing intermediate container 8d2953cc5a2e [2020-09-15T06:35:13.061Z] ---> 15e4544f3124 [2020-09-15T06:35:13.061Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:35:13.061Z] ---> Running in f0a50111b92f [2020-09-15T06:35:13.061Z] Removing intermediate container f0a50111b92f [2020-09-15T06:35:13.061Z] ---> f1bb391283c0 [2020-09-15T06:35:13.061Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:35:13.061Z] Successfully built f1bb391283c0 [2020-09-15T06:35:13.061Z] 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:35:42.482Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T06:35:42.482Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T06:35:42.482Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T06:35:42.483Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.070s coverage: 21.0% of statements [2020-09-15T06:35:42.483Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.150s coverage: 95.7% of statements [2020-09-15T06:36:14.825Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.018s coverage: 8.6% of statements [2020-09-15T06:36:14.825Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.011s coverage: 21.7% of statements [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T06:36:14.825Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.089s coverage: 37.0% of statements [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T06:36:14.825Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.114s coverage: 65.4% of statements [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T06:36:14.825Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.044s coverage: 52.6% of statements [2020-09-15T06:36:14.825Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.257s coverage: 68.9% of statements [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T06:36:14.825Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T06:36:14.825Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T06:36:20.263Z] gofmt -l . [2020-09-15T06:36:20.263Z] [ "`gofmt -l .`" = "" ] [2020-09-15T06:36:20.263Z] ./bin/test-attribution-txt.sh [2020-09-15T06:36:20.886Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T06:36:21.512Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T06:36:22.414Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T06:36:22.436Z] $ docker stop --time=1 c7843332ead68806cdcfa9b0a91ec44c266ac706c1fb633a9ea3954496f54b63 [2020-09-15T06:36:24.618Z] $ docker rm -f c7843332ead68806cdcfa9b0a91ec44c266ac706c1fb633a9ea3954496f54b63 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T06:36:25.915Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T06:36:26.344Z] + ls -al . [2020-09-15T06:36:26.344Z] total 228 [2020-09-15T06:36:26.344Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 06:36 . [2020-09-15T06:36:26.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:34 .. [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 06:34 .dockerignore [2020-09-15T06:36:26.344Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 06:34 .git [2020-09-15T06:36:26.344Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:34 .github [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 06:34 .gitignore [2020-09-15T06:36:26.344Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 06:34 .semver [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 06:34 Dockerfile.build [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 06:34 Jenkinsfile [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 06:34 LICENSE [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 15 06:34 Makefile [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 06:34 README.md [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 06:34 RELEASE-NOTES.txt [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 06:31 VERSION [2020-09-15T06:36:26.344Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 06:34 bin [2020-09-15T06:36:26.344Z] -rw-r--r-- 1 jenkins jenkins 111650 Sep 15 06:36 coverage.out [2020-09-15T06:36:26.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:34 example [2020-09-15T06:36:26.344Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 06:36 go.mod [2020-09-15T06:36:26.344Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 15 06:36 go.sum [2020-09-15T06:36:26.344Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 06:34 internal [2020-09-15T06:36:26.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:34 openapi [2020-09-15T06:36:26.344Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 06:34 pkg [2020-09-15T06:36:26.344Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 06:34 snap [2020-09-15T06:36:26.344Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 06:34 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:36:26.717Z] + 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=073cb9ec955bc2cedae16ce2963319f64d87104a --label arch=arm64 --label version=0.0.0 . [2020-09-15T06:36:27.323Z] Sending build context to Docker daemon 3.262MB [2020-09-15T06:36:27.324Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T06:36:27.324Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T06:36:27.324Z] ---> fbcc6b8394ec [2020-09-15T06:36:27.324Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T06:36:27.601Z] ---> Running in 7bcef7ce9fd4 [2020-09-15T06:36:27.895Z] Removing intermediate container 7bcef7ce9fd4 [2020-09-15T06:36:27.895Z] ---> 97184866d3a9 [2020-09-15T06:36:27.895Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T06:36:28.165Z] ---> Running in 793258e6d03b [2020-09-15T06:36:28.442Z] Removing intermediate container 793258e6d03b [2020-09-15T06:36:28.442Z] ---> 7492bbc4fa5d [2020-09-15T06:36:28.442Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:36:28.724Z] ---> Running in b4f7a8dc8b7d [2020-09-15T06:36:29.013Z] Removing intermediate container b4f7a8dc8b7d [2020-09-15T06:36:29.013Z] ---> de9216d0ee48 [2020-09-15T06:36:29.013Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T06:36:29.286Z] ---> Running in aa86809ad93a [2020-09-15T06:36:31.910Z] Removing intermediate container aa86809ad93a [2020-09-15T06:36:31.910Z] ---> d0b57e851430 [2020-09-15T06:36:31.910Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T06:36:31.910Z] ---> Running in b5e4f51859c9 [2020-09-15T06:36:33.347Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T06:36:34.783Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T06:36:38.167Z] OK: 142 MiB in 39 packages [2020-09-15T06:36:39.150Z] Removing intermediate container b5e4f51859c9 [2020-09-15T06:36:39.150Z] ---> 6ff0e852f7d5 [2020-09-15T06:36:39.150Z] Step 8/24 : COPY . . [2020-09-15T06:36:40.585Z] ---> 66699eac32a1 [2020-09-15T06:36:40.585Z] Step 9/24 : RUN ${MAKE} [2020-09-15T06:36:40.585Z] ---> Running in 09ca801a52d6 [2020-09-15T06:36:42.044Z] 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:08.900Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T06:37:08.900Z] Removing intermediate container 09ca801a52d6 [2020-09-15T06:37:08.900Z] ---> 7b692b004696 [2020-09-15T06:37:08.900Z] Step 10/24 : FROM scratch [2020-09-15T06:37:08.901Z] ---> [2020-09-15T06:37:08.901Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T06:37:08.901Z] ---> Running in 468d472da404 [2020-09-15T06:37:09.183Z] Removing intermediate container 468d472da404 [2020-09-15T06:37:09.183Z] ---> eef3f911d334 [2020-09-15T06:37:09.183Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T06:37:09.456Z] ---> Running in a374b4a633de [2020-09-15T06:37:09.734Z] Removing intermediate container a374b4a633de [2020-09-15T06:37:09.734Z] ---> 1ce686d07539 [2020-09-15T06:37:09.734Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T06:37:10.009Z] ---> Running in 5d0a9c4fea1b [2020-09-15T06:37:10.285Z] Removing intermediate container 5d0a9c4fea1b [2020-09-15T06:37:10.285Z] ---> d43c7e1a77c3 [2020-09-15T06:37:10.285Z] Step 14/24 : WORKDIR / [2020-09-15T06:37:10.285Z] ---> Running in ea01b97f5601 [2020-09-15T06:37:10.879Z] Removing intermediate container ea01b97f5601 [2020-09-15T06:37:10.879Z] ---> 6c588af1d7c5 [2020-09-15T06:37:10.879Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T06:37:12.309Z] ---> d614bc73618d [2020-09-15T06:37:12.309Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T06:37:12.910Z] ---> 77352e47a138 [2020-09-15T06:37:12.910Z] 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:13.506Z] ---> 2e0eee156f2d [2020-09-15T06:37:13.506Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T06:37:14.491Z] ---> 68f587b94410 [2020-09-15T06:37:14.491Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T06:37:15.089Z] ---> 80a0f9fc17c7 [2020-09-15T06:37:15.089Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T06:37:15.362Z] ---> Running in cf0138bafe3a [2020-09-15T06:37:15.634Z] Removing intermediate container cf0138bafe3a [2020-09-15T06:37:15.634Z] ---> 074f39999568 [2020-09-15T06:37:15.634Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T06:37:15.909Z] ---> Running in 901e4c102df2 [2020-09-15T06:37:16.183Z] Removing intermediate container 901e4c102df2 [2020-09-15T06:37:16.183Z] ---> 4d8debb35a8b [2020-09-15T06:37:16.183Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T06:37:16.459Z] ---> Running in ab6a4ab786b8 [2020-09-15T06:37:17.062Z] Removing intermediate container ab6a4ab786b8 [2020-09-15T06:37:17.062Z] ---> ff0044cd8f7c [2020-09-15T06:37:17.062Z] Step 23/24 : LABEL git_sha=073cb9ec955bc2cedae16ce2963319f64d87104a [2020-09-15T06:37:17.062Z] ---> Running in 5a465e9dedd8 [2020-09-15T06:37:17.674Z] Removing intermediate container 5a465e9dedd8 [2020-09-15T06:37:17.674Z] ---> 75dff5c31794 [2020-09-15T06:37:17.674Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T06:37:17.674Z] ---> Running in cd226f9ffc5e [2020-09-15T06:37:18.278Z] Removing intermediate container cd226f9ffc5e [2020-09-15T06:37:18.278Z] ---> 7433dc091a7f [2020-09-15T06:37:18.278Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T06:37:18.278Z] Successfully built 7433dc091a7f [2020-09-15T06:37:18.278Z] 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:37:20.409Z] provisioning config files... [2020-09-15T06:37:20.425Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config1106972570495755467tmp [Pipeline] { [Pipeline] sh [2020-09-15T06:37:20.859Z] + curl -s https://codecov.io/bash [2020-09-15T06:37:20.859Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config1106972570495755467tmp [Pipeline] } [2020-09-15T06:37:21.144Z] 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:37:23.732Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:37:24.554Z] ---> package-listing.sh [2020-09-15T06:37:24.554Z] ++ facter osfamily [2020-09-15T06:37:24.554Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T06:37:24.826Z] + OS_FAMILY=redhat [2020-09-15T06:37:24.826Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-586 [2020-09-15T06:37:24.826Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T06:37:24.826Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T06:37:24.826Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T06:37:24.826Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T06:37:24.826Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-586 ']' [2020-09-15T06:37:24.826Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T06:37:24.826Z] + case "${OS_FAMILY}" in [2020-09-15T06:37:24.826Z] + rpm -qa [2020-09-15T06:37:24.826Z] + sort [2020-09-15T06:37:29.186Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T06:37:29.186Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T06:37:29.186Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T06:37:29.186Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-586 ']' [2020-09-15T06:37:29.186Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-586/archives/ [2020-09-15T06:37:29.186Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-586/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:37:30.610Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:37:30.881Z] [2020-09-15T06:37:30.881Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T06:37:31.308Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:37:31.308Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T06:37:31.308Z] df20fa9351a1: Pulling fs layer [2020-09-15T06:37:31.308Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T06:37:31.308Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T06:37:31.308Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T06:37:31.308Z] 0dadc02b9964: Pulling fs layer [2020-09-15T06:37:31.308Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T06:37:31.308Z] 7a184a31f384: Pulling fs layer [2020-09-15T06:37:31.308Z] 0879bd2ef858: Pulling fs layer [2020-09-15T06:37:31.308Z] 46f8f816bc3b: Waiting [2020-09-15T06:37:31.308Z] 0dadc02b9964: Waiting [2020-09-15T06:37:31.308Z] 7a184a31f384: Waiting [2020-09-15T06:37:31.308Z] 0879bd2ef858: Waiting [2020-09-15T06:37:31.308Z] ce6a7cf60c04: Waiting [2020-09-15T06:37:31.308Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T06:37:31.308Z] 36b3adc4ff6f: Download complete [2020-09-15T06:37:31.591Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T06:37:31.591Z] 46f8f816bc3b: Download complete [2020-09-15T06:37:31.591Z] df20fa9351a1: Verifying Checksum [2020-09-15T06:37:31.591Z] df20fa9351a1: Download complete [2020-09-15T06:37:31.591Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T06:37:31.591Z] ce6a7cf60c04: Download complete [2020-09-15T06:37:31.591Z] 7a184a31f384: Verifying Checksum [2020-09-15T06:37:31.591Z] 7a184a31f384: Download complete [2020-09-15T06:37:31.865Z] 0dadc02b9964: Verifying Checksum [2020-09-15T06:37:31.865Z] 0dadc02b9964: Download complete [2020-09-15T06:37:32.145Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T06:37:32.145Z] 8ad3a11d3b57: Download complete [2020-09-15T06:37:32.429Z] df20fa9351a1: Pull complete [2020-09-15T06:37:32.741Z] 36b3adc4ff6f: Pull complete [2020-09-15T06:37:33.340Z] 0879bd2ef858: Verifying Checksum [2020-09-15T06:37:33.340Z] 0879bd2ef858: Download complete [2020-09-15T06:37:34.354Z] 8ad3a11d3b57: Pull complete [2020-09-15T06:37:34.354Z] 46f8f816bc3b: Pull complete [2020-09-15T06:37:34.623Z] 0dadc02b9964: Pull complete [2020-09-15T06:37:34.892Z] ce6a7cf60c04: Pull complete [2020-09-15T06:37:34.892Z] 7a184a31f384: Pull complete [2020-09-15T06:37:39.308Z] 0879bd2ef858: Pull complete [2020-09-15T06:37:39.308Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T06:37:39.308Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T06:37:39.308Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T06:37:39.505Z] prd-centos7-docker-4c-2g-43248 does not seem to be running inside a container [2020-09-15T06:37:39.578Z] $ 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-586 -v /w/workspace/dgexfoundry_device-sdk-go_PR-586:/w/workspace/dgexfoundry_device-sdk-go_PR-586:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-586@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:37:42.882Z] $ docker top cd7f17d46557599f5446a8af828cf883f1d37b042cf7f7f41188a7d78161f3ac -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T06:37:43.419Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T06:37:43.771Z] + ls /var/log/sa-host [2020-09-15T06:37:43.771Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T06:37:43.771Z] file_magic: OK [2020-09-15T06:37:43.771Z] HZ: Using current value: 100 [2020-09-15T06:37:43.771Z] file_header: OK [2020-09-15T06:37:43.771Z] 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:37:43.771Z] Statistics: [2020-09-15T06:37:43.771Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:37:43.771Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T06:37:43.771Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T06:37:43.771Z] file_magic: OK [2020-09-15T06:37:43.771Z] HZ: Using current value: 100 [2020-09-15T06:37:43.771Z] file_header: OK [2020-09-15T06:37:43.771Z] 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:37:43.771Z] Statistics: [2020-09-15T06:37:43.771Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T06:37:43.771Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T06:37:43.836Z] provisioning config files... [2020-09-15T06:37:43.856Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config3570445963783236644tmp [Pipeline] { [Pipeline] echo [2020-09-15T06:37:43.931Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:37:44.248Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T06:37:44.261Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T06:37:44.603Z] ---> logs-deploy.sh [2020-09-15T06:37:44.604Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-586/3 [2020-09-15T06:37:44.604Z] INFO: archiving workspace using pattern(s): [2020-09-15T06:37:46.627Z] Archives upload complete. [2020-09-15T06:37:46.627Z] INFO: archiving logs to Nexus