Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 245068c04ff2830f60caa5933c53c336b25cd27b+acdd4826cae80a3b8a1f7d698808ff3080e1060b (d4be06a458b0ffaf341ed200f25dc9d88b503aaf) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-43363 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git Fetching without tags > git init /w/workspace/dgexfoundry_device-sdk-go_PR-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b Merge succeeded, producing adba7342fcd8fa32f28f5a6d726939578d7cb8b8 Checking out Revision adba7342fcd8fa32f28f5a6d726939578d7cb8b8 (PR-584) > git config core.sparsecheckout # timeout=10 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" > git rev-list --no-walk 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T18:42:56.875Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T18:42:57.113Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T18:42:57.241Z] ========================================================= [2020-09-15T18:42:57.241Z] EdgeX Global Pipelines Version Info [2020-09-15T18:42:57.241Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:42:59.103Z] ------------------- [2020-09-15T18:42:59.103Z] stable info: [2020-09-15T18:42:59.103Z] ------------------- [2020-09-15T18:42:59.103Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T18:42:59.103Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T18:42:59.103Z] Message: update stable to v1.0.119 [2020-09-15T18:43:00.049Z] ------------------- [2020-09-15T18:43:00.049Z] experimental info: [2020-09-15T18:43:00.049Z] ------------------- [2020-09-15T18:43:00.049Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T18:43:00.049Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-15T18:43:00.049Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T18:43:00.566Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T18:43:00.687Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T18:43:00.859Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T18:43:00.951Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T18:43:01.046Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T18:43:01.136Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T18:43:01.222Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T18:43:01.346Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T18:43:01.450Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T18:43:01.539Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T18:43:01.630Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T18:43:01.825Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T18:43:01.958Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T18:43:02.053Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T18:43:02.140Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T18:43:02.221Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:43:02.358Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:43:02.466Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T18:43:02.549Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T18:43:02.638Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T18:43:02.738Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T18:43:02.827Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T18:43:02.911Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo [2020-09-15T18:43:02.993Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo [2020-09-15T18:43:03.075Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo [2020-09-15T18:43:03.164Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = adba7342fcd8fa32f28f5a6d726939578d7cb8b8 [Pipeline] echo [2020-09-15T18:43:03.246Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = adba734 [Pipeline] echo [2020-09-15T18:43:03.330Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:43:04.348Z] + git log --format=format:%s -1 adba7342fcd8fa32f28f5a6d726939578d7cb8b8 [Pipeline] echo [2020-09-15T18:43:04.417Z] GIT_COMMIT: adba7342fcd8fa32f28f5a6d726939578d7cb8b8, Commit Message: Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD [Pipeline] echo [2020-09-15T18:43:04.461Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:43:04.996Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:43:05.259Z] [2020-09-15T18:43:05.259Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:43:05.609Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:43:05.609Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T18:43:05.609Z] 31603596830f: Pulling fs layer [2020-09-15T18:43:05.609Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T18:43:05.609Z] 6ca5941a6612: Pulling fs layer [2020-09-15T18:43:05.609Z] ecc8261a40a4: Pulling fs layer [2020-09-15T18:43:05.609Z] ecc8261a40a4: Waiting [2020-09-15T18:43:05.609Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T18:43:05.609Z] 2a8b12db71e7: Download complete [2020-09-15T18:43:05.873Z] 31603596830f: Download complete [2020-09-15T18:43:05.873Z] ecc8261a40a4: Verifying Checksum [2020-09-15T18:43:05.873Z] ecc8261a40a4: Download complete [2020-09-15T18:43:05.873Z] 6ca5941a6612: Verifying Checksum [2020-09-15T18:43:05.873Z] 6ca5941a6612: Download complete [2020-09-15T18:43:06.136Z] 31603596830f: Pull complete [2020-09-15T18:43:06.399Z] 2a8b12db71e7: Pull complete [2020-09-15T18:43:07.376Z] 6ca5941a6612: Pull complete [2020-09-15T18:43:07.950Z] ecc8261a40a4: Pull complete [2020-09-15T18:43:07.950Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T18:43:07.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T18:43:07.950Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T18:43:08.064Z] prd-centos7-docker-4c-2g-43363 does not seem to be running inside a container [2020-09-15T18:43:08.118Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T18:43:09.862Z] $ docker top de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T18:43:10.212Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T18:43:10.212Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T18:43:10.439Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T18:43:10.441Z] $ docker exec de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent [2020-09-15T18:43:10.612Z] SSH_AUTH_SOCK=/tmp/ssh-FhipYKnaUPKp/agent.12 [2020-09-15T18:43:10.612Z] SSH_AGENT_PID=17 [2020-09-15T18:43:10.624Z] Running ssh-add (command line suppressed) [2020-09-15T18:43:10.745Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_617988185377613981.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_617988185377613981.key) [2020-09-15T18:43:10.802Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T18:43:11.162Z] + git describe --exact-match --tags HEAD [2020-09-15T18:43:11.163Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T18:43:11.256Z] $ docker exec --env ******** --env ******** de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent -k [2020-09-15T18:43:11.387Z] unset SSH_AUTH_SOCK; [2020-09-15T18:43:11.387Z] unset SSH_AGENT_PID; [2020-09-15T18:43:11.387Z] echo Agent pid 17 killed; [2020-09-15T18:43:11.440Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T18:43:11.527Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T18:43:11.527Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T18:43:11.666Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T18:43:11.666Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T18:43:11.844Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T18:43:11.846Z] $ docker exec de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent [2020-09-15T18:43:12.011Z] SSH_AUTH_SOCK=/tmp/ssh-5301lpOqrQVX/agent.47 [2020-09-15T18:43:12.011Z] SSH_AGENT_PID=52 [2020-09-15T18:43:12.017Z] Running ssh-add (command line suppressed) [2020-09-15T18:43:12.147Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8686130133460025482.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_8686130133460025482.key) [2020-09-15T18:43:12.199Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T18:43:12.529Z] + git semver init [2020-09-15T18:43:12.529Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T18:43:12.529Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git [2020-09-15T18:43:12.529Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-15T18:43:12.529Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T18:43:12.529Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T18:43:12.529Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T18:43:12.529Z] # $SEMVER_BRANCH = PR-584 [2020-09-15T18:43:12.529Z] # $SEMVER_TEMP = /tmp/semver-778846977 [2020-09-15T18:43:12.529Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T18:43:13.101Z] # '/tmp/semver-778846977' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' [2020-09-15T18:43:13.101Z] # -> Force: false [2020-09-15T18:43:13.101Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } [2020-09-15T18:43:13.112Z] $ docker exec --env ******** --env ******** de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd ssh-agent -k [2020-09-15T18:43:13.237Z] unset SSH_AUTH_SOCK; [2020-09-15T18:43:13.238Z] unset SSH_AGENT_PID; [2020-09-15T18:43:13.238Z] echo Agent pid 52 killed; [2020-09-15T18:43:13.285Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T18:43:13.733Z] + git semver [Pipeline] } [2020-09-15T18:43:13.750Z] $ docker stop --time=1 de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd [2020-09-15T18:43:15.113Z] $ docker rm -f de41445d20806219e8b4c8e0c5d262d2c98119e11dc1df7bf3f6d8455929ebcd [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T18:43:15.949Z] Stashed 36 file(s) [Pipeline] echo [2020-09-15T18:43:15.953Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T18:43:16.039Z] Archived original version: [0.0.0] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2020-09-15T18:43:31.427Z] Still waiting to schedule task [2020-09-15T18:43:31.427Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T18:43:31.430Z] Still waiting to schedule task [2020-09-15T18:43:31.430Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T18:45:21.030Z] Running on prd-centos7-docker-4c-2g-43371 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-15T18:45:21.107Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-09-15T18:45:23.790Z] using credential edgex-jenkins-ssh [2020-09-15T18:45:23.841Z] Cloning the remote Git repository [2020-09-15T18:45:23.841Z] Cloning with configured refspecs honoured and without tags [2020-09-15T18:45:23.870Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:45:23.938Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-09-15T18:45:23.991Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:45:23.991Z] > git --version # timeout=10 [2020-09-15T18:45:24.005Z] > git --version # 'git version 2.16.5' [2020-09-15T18:45:24.006Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:45:25.838Z] Fetching without tags [2020-09-15T18:45:24.856Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:45:25.800Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:45:25.810Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-15T18:45:25.815Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:45:25.828Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:45:25.844Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:45:25.844Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:45:25.849Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:45:26.246Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T18:45:26.365Z] Merge succeeded, producing a8645a0135f538bcd0a3aa2c4837ca3517e163e9 [2020-09-15T18:45:26.366Z] Checking out Revision a8645a0135f538bcd0a3aa2c4837ca3517e163e9 (PR-584) [2020-09-15T18:45:26.256Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:45:26.263Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-15T18:45:26.316Z] > git remote # timeout=10 [2020-09-15T18:45:26.320Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T18:45:26.325Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:45:26.328Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-15T18:45:26.359Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T18:45:26.369Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:45:26.373Z] > git checkout -f a8645a0135f538bcd0a3aa2c4837ca3517e163e9 # timeout=10 [2020-09-15T18:45:30.041Z] Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" [2020-09-15T18:45:30.046Z] > git rev-list --no-walk 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T18:45:31.099Z] ========================================================= [2020-09-15T18:45:31.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T18:45:31.100Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:45:31.731Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2020-09-15T18:45:31.994Z] Sending build context to Docker daemon 3.167MB [2020-09-15T18:45:31.994Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T18:45:31.994Z] Step 2/8 : FROM ${BASE} [2020-09-15T18:45:32.260Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T18:45:32.260Z] df20fa9351a1: Pulling fs layer [2020-09-15T18:45:32.260Z] ed8968b2872e: Pulling fs layer [2020-09-15T18:45:32.260Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T18:45:32.260Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T18:45:32.260Z] e73272ec9a57: Pulling fs layer [2020-09-15T18:45:32.260Z] 1e910a182e73: Pulling fs layer [2020-09-15T18:45:32.260Z] 4e634b169226: Pulling fs layer [2020-09-15T18:45:32.260Z] e73272ec9a57: Waiting [2020-09-15T18:45:32.260Z] 1e910a182e73: Waiting [2020-09-15T18:45:32.260Z] 4e634b169226: Waiting [2020-09-15T18:45:32.260Z] e871e8e8d7a9: Waiting [2020-09-15T18:45:32.260Z] a92cc7c5fd73: Verifying Checksum [2020-09-15T18:45:32.260Z] a92cc7c5fd73: Download complete [2020-09-15T18:45:32.260Z] ed8968b2872e: Verifying Checksum [2020-09-15T18:45:32.260Z] ed8968b2872e: Download complete [2020-09-15T18:45:32.260Z] e73272ec9a57: Verifying Checksum [2020-09-15T18:45:32.260Z] e73272ec9a57: Download complete [2020-09-15T18:45:32.523Z] 1e910a182e73: Verifying Checksum [2020-09-15T18:45:32.523Z] 1e910a182e73: Download complete [2020-09-15T18:45:32.523Z] df20fa9351a1: Verifying Checksum [2020-09-15T18:45:32.523Z] df20fa9351a1: Download complete [2020-09-15T18:45:32.793Z] df20fa9351a1: Pull complete [2020-09-15T18:45:33.058Z] ed8968b2872e: Pull complete [2020-09-15T18:45:33.058Z] a92cc7c5fd73: Pull complete [2020-09-15T18:45:34.451Z] 4e634b169226: Verifying Checksum [2020-09-15T18:45:34.451Z] 4e634b169226: Download complete [2020-09-15T18:45:34.451Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T18:45:34.451Z] e871e8e8d7a9: Download complete [2020-09-15T18:45:39.788Z] e871e8e8d7a9: Pull complete [2020-09-15T18:45:40.057Z] e73272ec9a57: Pull complete [2020-09-15T18:45:40.057Z] 1e910a182e73: Pull complete [2020-09-15T18:45:45.400Z] 4e634b169226: Pull complete [2020-09-15T18:45:45.400Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T18:45:45.400Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T18:45:45.400Z] ---> f7629b54cfaa [2020-09-15T18:45:45.400Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:45:45.400Z] ---> Running in c397aed4e37b [2020-09-15T18:45:45.400Z] Removing intermediate container c397aed4e37b [2020-09-15T18:45:45.400Z] ---> d7b598cba3bc [2020-09-15T18:45:45.400Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:45:45.400Z] ---> Running in 08d07b9825be [2020-09-15T18:45:46.352Z] Removing intermediate container 08d07b9825be [2020-09-15T18:45:46.352Z] ---> 04dc8925c488 [2020-09-15T18:45:46.352Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T18:45:46.352Z] ---> Running in dfd2a3e527e3 [2020-09-15T18:45:47.308Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T18:45:47.882Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T18:45:48.461Z] OK: 166 MiB in 39 packages [2020-09-15T18:45:48.724Z] Removing intermediate container dfd2a3e527e3 [2020-09-15T18:45:48.725Z] ---> 12fd5f895ec6 [2020-09-15T18:45:48.725Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T18:45:48.990Z] ---> Running in 52204968ccad [2020-09-15T18:45:48.990Z] Removing intermediate container 52204968ccad [2020-09-15T18:45:48.990Z] ---> d2a0a07cebfa [2020-09-15T18:45:48.990Z] Step 7/8 : COPY . . [2020-09-15T18:45:50.389Z] ---> 371d8c8f9b37 [2020-09-15T18:45:50.389Z] Step 8/8 : RUN go mod download [2020-09-15T18:45:50.389Z] ---> Running in cf987c46820f [2020-09-15T18:46:02.686Z] Removing intermediate container cf987c46820f [2020-09-15T18:46:02.686Z] ---> 1e17c0cd6177 [2020-09-15T18:46:02.686Z] Successfully built 1e17c0cd6177 [2020-09-15T18:46:02.686Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:46:07.636Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T18:46:07.636Z] . [Pipeline] withDockerContainer [2020-09-15T18:46:07.914Z] prd-centos7-docker-4c-2g-43371 does not seem to be running inside a container [2020-09-15T18:46:07.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T18:46:09.237Z] $ docker top 46013652f000fecc671a3b220ed6cede28c6d17cbf9e8c931e6dfb03fbb38ad2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:46:09.752Z] + go version [2020-09-15T18:46:09.753Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T18:46:10.057Z] + make test [2020-09-15T18:46:10.057Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T18:46:16.696Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T18:46:31.707Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T18:46:31.707Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T18:46:31.707Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T18:46:31.707Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.031s coverage: 21.0% of statements [2020-09-15T18:46:31.707Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.401s coverage: 95.7% of statements [2020-09-15T18:46:39.188Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43373 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws [2020-09-15T18:46:39.239Z] Running in /w/workspace/device-sdk-go/6 [Pipeline] { [Pipeline] checkout [2020-09-15T18:46:44.534Z] using credential edgex-jenkins-ssh [2020-09-15T18:46:44.615Z] Cloning the remote Git repository [2020-09-15T18:46:44.615Z] Cloning with configured refspecs honoured and without tags [2020-09-15T18:46:44.697Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:46:44.816Z] > git init /w/workspace/device-sdk-go/6 # timeout=10 [2020-09-15T18:46:44.910Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:46:44.911Z] > git --version # timeout=10 [2020-09-15T18:46:44.938Z] > git --version # 'git version 2.17.1' [2020-09-15T18:46:44.940Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:46:45.024Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:46:46.096Z] Fetching without tags [2020-09-15T18:46:46.602Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b [2020-09-15T18:46:46.014Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:46:46.031Z] > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 [2020-09-15T18:46:46.053Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:46:46.077Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T18:46:46.112Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T18:46:46.113Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:46:46.124Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T18:46:46.631Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:46:46.651Z] > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [2020-09-15T18:46:46.822Z] > git remote # timeout=10 [2020-09-15T18:46:46.848Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T18:46:47.034Z] Merge succeeded, producing 11c350e95ce5a8dbf13eb8c4862456be9a99b883 [2020-09-15T18:46:47.034Z] Checking out Revision 11c350e95ce5a8dbf13eb8c4862456be9a99b883 (PR-584) [2020-09-15T18:46:46.886Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T18:46:46.897Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-15T18:46:46.997Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T18:46:47.046Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T18:46:47.092Z] > git checkout -f 11c350e95ce5a8dbf13eb8c4862456be9a99b883 # timeout=10 [2020-09-15T18:46:51.438Z] Commit message: "Merge commit 'acdd4826cae80a3b8a1f7d698808ff3080e1060b' into HEAD" [2020-09-15T18:46:51.450Z] > git rev-list --no-walk 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T18:46:52.683Z] ========================================================= [2020-09-15T18:46:52.684Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T18:46:52.684Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:46:53.997Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2020-09-15T18:46:54.997Z] Sending build context to Docker daemon 3.169MB [2020-09-15T18:46:54.997Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T18:46:54.997Z] Step 2/8 : FROM ${BASE} [2020-09-15T18:46:55.274Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T18:46:55.274Z] b538f80385f9: Pulling fs layer [2020-09-15T18:46:55.274Z] 74f711af9a0d: Pulling fs layer [2020-09-15T18:46:55.274Z] 99f96fe45779: Pulling fs layer [2020-09-15T18:46:55.274Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T18:46:55.274Z] 45590311c82a: Pulling fs layer [2020-09-15T18:46:55.274Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T18:46:55.274Z] 209524e5b208: Pulling fs layer [2020-09-15T18:46:55.274Z] 8529a6b9a6be: Waiting [2020-09-15T18:46:55.274Z] 45590311c82a: Waiting [2020-09-15T18:46:55.274Z] 69ca0ff8b7b3: Waiting [2020-09-15T18:46:55.274Z] 209524e5b208: Waiting [2020-09-15T18:46:55.274Z] 99f96fe45779: Verifying Checksum [2020-09-15T18:46:55.274Z] 99f96fe45779: Download complete [2020-09-15T18:46:55.274Z] 74f711af9a0d: Verifying Checksum [2020-09-15T18:46:55.274Z] 74f711af9a0d: Download complete [2020-09-15T18:46:55.550Z] 45590311c82a: Verifying Checksum [2020-09-15T18:46:55.550Z] 45590311c82a: Download complete [2020-09-15T18:46:55.550Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T18:46:55.550Z] 69ca0ff8b7b3: Download complete [2020-09-15T18:46:55.825Z] b538f80385f9: Verifying Checksum [2020-09-15T18:46:55.825Z] b538f80385f9: Download complete [2020-09-15T18:46:56.424Z] b538f80385f9: Pull complete [2020-09-15T18:46:57.034Z] 74f711af9a0d: Pull complete [2020-09-15T18:46:57.306Z] 99f96fe45779: Pull complete [2020-09-15T18:46:58.309Z] 209524e5b208: Verifying Checksum [2020-09-15T18:46:58.309Z] 209524e5b208: Download complete [2020-09-15T18:46:58.903Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T18:46:58.903Z] 8529a6b9a6be: Download complete [2020-09-15T18:47:03.902Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.033s coverage: 8.6% of statements [2020-09-15T18:47:03.902Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.036s coverage: 21.7% of statements [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T18:47:03.902Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.179s coverage: 37.0% of statements [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T18:47:03.902Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.257s coverage: 65.4% of statements [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T18:47:03.902Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.116s coverage: 52.6% of statements [2020-09-15T18:47:03.902Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.333s coverage: 68.9% of statements [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T18:47:03.902Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T18:47:03.902Z] GO111MODULE=on go vet ./... [2020-09-15T18:47:09.286Z] gofmt -l . [2020-09-15T18:47:09.286Z] [ "`gofmt -l .`" = "" ] [2020-09-15T18:47:09.286Z] ./bin/test-attribution-txt.sh [2020-09-15T18:47:09.728Z] 8529a6b9a6be: Pull complete [2020-09-15T18:47:09.728Z] 45590311c82a: Pull complete [2020-09-15T18:47:09.728Z] 69ca0ff8b7b3: Pull complete [2020-09-15T18:47:09.863Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T18:47:10.458Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T18:47:10.465Z] $ docker stop --time=1 46013652f000fecc671a3b220ed6cede28c6d17cbf9e8c931e6dfb03fbb38ad2 [2020-09-15T18:47:12.333Z] $ docker rm -f 46013652f000fecc671a3b220ed6cede28c6d17cbf9e8c931e6dfb03fbb38ad2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [2020-09-15T18:47:13.175Z] 209524e5b208: Pull complete [2020-09-15T18:47:13.175Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T18:47:13.175Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T18:47:13.175Z] ---> 5bddaf1c2fca [2020-09-15T18:47:13.175Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] sh [2020-09-15T18:47:13.933Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T18:47:14.236Z] + ls -al . [2020-09-15T18:47:14.237Z] total 188 [2020-09-15T18:47:14.237Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 18:47 . [2020-09-15T18:47:14.237Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 18:45 .. [2020-09-15T18:47:14.237Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 18:45 bin [2020-09-15T18:47:14.237Z] -rw-r--r--. 1 jenkins jenkins 111785 Sep 15 18:47 coverage.out [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 18:45 Dockerfile.build [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 18:45 .dockerignore [2020-09-15T18:47:14.237Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 18:45 example [2020-09-15T18:47:14.237Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 18:45 .git [2020-09-15T18:47:14.237Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 18:45 .github [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 18:45 .gitignore [2020-09-15T18:47:14.237Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 18:47 go.mod [2020-09-15T18:47:14.237Z] -rw-r--r--. 1 jenkins jenkins 12264 Sep 15 18:47 go.sum [2020-09-15T18:47:14.237Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 18:45 internal [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 18:45 Jenkinsfile [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 18:45 LICENSE [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 1013 Sep 15 18:45 Makefile [2020-09-15T18:47:14.237Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 18:45 openapi [2020-09-15T18:47:14.237Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 18:45 pkg [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 18:45 README.md [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 18:45 RELEASE-NOTES.txt [2020-09-15T18:47:14.237Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 18:45 .semver [2020-09-15T18:47:14.237Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 18:45 snap [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 18:43 VERSION [2020-09-15T18:47:14.237Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 18:45 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:47:14.553Z] + 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=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 --label arch=amd64 --label version=0.0.0 . [2020-09-15T18:47:14.815Z] Sending build context to Docker daemon 3.28MB [2020-09-15T18:47:14.815Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T18:47:14.815Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T18:47:14.815Z] ---> 1e17c0cd6177 [2020-09-15T18:47:14.815Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T18:47:15.392Z] ---> Running in 7d503ba4c1ab [2020-09-15T18:47:15.392Z] Removing intermediate container 7d503ba4c1ab [2020-09-15T18:47:15.392Z] ---> 5310876fd77a [2020-09-15T18:47:15.392Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T18:47:15.654Z] ---> Running in 13cdf208a523 [2020-09-15T18:47:15.654Z] Removing intermediate container 13cdf208a523 [2020-09-15T18:47:15.654Z] ---> 9ff29e9c54b9 [2020-09-15T18:47:15.654Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:47:15.916Z] ---> Running in d6d363e6fb9c [2020-09-15T18:47:15.916Z] Removing intermediate container d6d363e6fb9c [2020-09-15T18:47:15.916Z] ---> 3a8847b1875f [2020-09-15T18:47:15.916Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:47:16.179Z] ---> Running in 87b36a3e3248 [2020-09-15T18:47:16.592Z] ---> Running in 169c38586d7a [2020-09-15T18:47:16.592Z] Removing intermediate container 169c38586d7a [2020-09-15T18:47:16.592Z] ---> fbc3bb672d42 [2020-09-15T18:47:16.592Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:47:16.592Z] ---> Running in 5a75baf49a91 [2020-09-15T18:47:17.131Z] Removing intermediate container 87b36a3e3248 [2020-09-15T18:47:17.131Z] ---> ae1ec51dda15 [2020-09-15T18:47:17.131Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T18:47:17.131Z] ---> Running in 1feafc06f646 [2020-09-15T18:47:17.393Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T18:47:18.339Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T18:47:18.916Z] OK: 166 MiB in 39 packages [2020-09-15T18:47:19.179Z] Removing intermediate container 1feafc06f646 [2020-09-15T18:47:19.179Z] ---> e008a8c983f8 [2020-09-15T18:47:19.179Z] Step 8/24 : COPY . . [2020-09-15T18:47:19.999Z] Removing intermediate container 5a75baf49a91 [2020-09-15T18:47:19.999Z] ---> 091e881de0cf [2020-09-15T18:47:19.999Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T18:47:19.999Z] ---> Running in 94ee9a0782d1 [2020-09-15T18:47:20.585Z] ---> ed021282d049 [2020-09-15T18:47:20.586Z] Step 9/24 : RUN ${MAKE} [2020-09-15T18:47:20.586Z] ---> Running in 5bc038a57a20 [2020-09-15T18:47:20.851Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-09-15T18:47:21.006Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T18:47:21.996Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T18:47:22.977Z] OK: 142 MiB in 39 packages [2020-09-15T18:47:23.958Z] Removing intermediate container 94ee9a0782d1 [2020-09-15T18:47:23.958Z] ---> f66cd8981fcb [2020-09-15T18:47:23.958Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T18:47:23.958Z] ---> Running in 305fea877503 [2020-09-15T18:47:24.559Z] Removing intermediate container 305fea877503 [2020-09-15T18:47:24.559Z] ---> 03552239a814 [2020-09-15T18:47:24.559Z] Step 7/8 : COPY . . [2020-09-15T18:47:26.011Z] ---> 47a83743f971 [2020-09-15T18:47:26.011Z] Step 8/8 : RUN go mod download [2020-09-15T18:47:26.011Z] ---> Running in db1db818d2e5 [2020-09-15T18:47:29.075Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T18:47:30.022Z] Removing intermediate container 5bc038a57a20 [2020-09-15T18:47:30.022Z] ---> 62f4ef1b2057 [2020-09-15T18:47:30.022Z] Step 10/24 : FROM scratch [2020-09-15T18:47:30.022Z] ---> [2020-09-15T18:47:30.022Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:47:30.022Z] ---> Running in a49cc49f4a72 [2020-09-15T18:47:30.022Z] Removing intermediate container a49cc49f4a72 [2020-09-15T18:47:30.022Z] ---> 172799ece7a4 [2020-09-15T18:47:30.022Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T18:47:30.284Z] ---> Running in 023427c71ad3 [2020-09-15T18:47:30.284Z] Removing intermediate container 023427c71ad3 [2020-09-15T18:47:30.284Z] ---> ee9a83ae3165 [2020-09-15T18:47:30.284Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T18:47:30.284Z] ---> Running in da26482bf70b [2020-09-15T18:47:30.546Z] Removing intermediate container da26482bf70b [2020-09-15T18:47:30.546Z] ---> 51e873bfc39b [2020-09-15T18:47:30.546Z] Step 14/24 : WORKDIR / [2020-09-15T18:47:30.546Z] ---> Running in 5a4a2eb8c97e [2020-09-15T18:47:30.808Z] Removing intermediate container 5a4a2eb8c97e [2020-09-15T18:47:30.808Z] ---> 43094afe4a00 [2020-09-15T18:47:30.808Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T18:47:31.072Z] ---> d152883ab4a8 [2020-09-15T18:47:31.072Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T18:47:31.336Z] ---> 5bac7ccb0fe4 [2020-09-15T18:47:31.336Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T18:47:31.599Z] ---> 2285f556d920 [2020-09-15T18:47:31.599Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T18:47:31.860Z] ---> a7170d0d1428 [2020-09-15T18:47:31.861Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T18:47:32.123Z] ---> 57a90a8f9ea2 [2020-09-15T18:47:32.123Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T18:47:32.123Z] ---> Running in 545d901d7b16 [2020-09-15T18:47:32.389Z] Removing intermediate container 545d901d7b16 [2020-09-15T18:47:32.389Z] ---> 22f83aaa6ee3 [2020-09-15T18:47:32.389Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T18:47:32.389Z] ---> Running in 52d7528a6328 [2020-09-15T18:47:32.655Z] Removing intermediate container 52d7528a6328 [2020-09-15T18:47:32.655Z] ---> 464b72ed3384 [2020-09-15T18:47:32.655Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T18:47:32.655Z] ---> Running in 03ced115ff88 [2020-09-15T18:47:32.655Z] Removing intermediate container 03ced115ff88 [2020-09-15T18:47:32.655Z] ---> 17ed88ae45f0 [2020-09-15T18:47:32.656Z] Step 23/24 : LABEL git_sha=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 [2020-09-15T18:47:32.919Z] ---> Running in 01a87427c5a3 [2020-09-15T18:47:32.919Z] Removing intermediate container 01a87427c5a3 [2020-09-15T18:47:32.919Z] ---> 38b941aea692 [2020-09-15T18:47:32.919Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T18:47:32.919Z] ---> Running in 78e335364448 [2020-09-15T18:47:33.186Z] Removing intermediate container 78e335364448 [2020-09-15T18:47:33.186Z] ---> 11745ff0a34e [2020-09-15T18:47:33.186Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T18:47:33.186Z] Successfully built 11745ff0a34e [2020-09-15T18:47:33.186Z] 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-15T18:47:41.129Z] Removing intermediate container db1db818d2e5 [2020-09-15T18:47:41.129Z] ---> 6cb55d167d81 [2020-09-15T18:47:41.129Z] Successfully built 6cb55d167d81 [2020-09-15T18:47:41.129Z] 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-15T18:47:41.885Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T18:47:41.885Z] . [Pipeline] withDockerContainer [2020-09-15T18:47:42.176Z] prd-ubuntu18.04-docker-arm64-4c-16g-43373 does not seem to be running inside a container [2020-09-15T18:47:42.262Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/6 -v /w/workspace/device-sdk-go/6:/w/workspace/device-sdk-go/6:rw,z -v /w/workspace/device-sdk-go/6@tmp:/w/workspace/device-sdk-go/6@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-15T18:47:44.204Z] $ docker top 7992924b8841dd3b4bfdf1bcb2c3452b4839444f6360ae9bbf5333f78c9e9d18 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:47:45.675Z] + go version [2020-09-15T18:47:45.675Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T18:47:46.754Z] + make test [2020-09-15T18:47:46.754Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-15T18:48:08.962Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T18:48:48.042Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T18:48:48.042Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T18:48:48.042Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T18:48:48.649Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.110s coverage: 21.0% of statements [2020-09-15T18:48:50.645Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.262s coverage: 95.7% of statements [2020-09-15T18:49:23.025Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.058s coverage: 8.6% of statements [2020-09-15T18:49:23.025Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.059s coverage: 21.7% of statements [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T18:49:23.025Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.549s coverage: 37.0% of statements [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T18:49:23.025Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.720s coverage: 65.4% of statements [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T18:49:23.025Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.265s coverage: 52.6% of statements [2020-09-15T18:49:23.025Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.842s coverage: 68.9% of statements [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T18:49:23.025Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T18:49:23.025Z] GO111MODULE=on go vet ./... [2020-09-15T18:49:49.868Z] gofmt -l . [2020-09-15T18:49:49.868Z] [ "`gofmt -l .`" = "" ] [2020-09-15T18:49:49.868Z] ./bin/test-attribution-txt.sh [2020-09-15T18:49:50.147Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T18:49:50.810Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T18:49:51.701Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T18:49:51.707Z] $ docker stop --time=1 7992924b8841dd3b4bfdf1bcb2c3452b4839444f6360ae9bbf5333f78c9e9d18 [2020-09-15T18:49:54.028Z] $ docker rm -f 7992924b8841dd3b4bfdf1bcb2c3452b4839444f6360ae9bbf5333f78c9e9d18 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T18:49:55.514Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T18:49:55.867Z] + ls -al . [2020-09-15T18:49:55.867Z] total 228 [2020-09-15T18:49:55.867Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 18:49 . [2020-09-15T18:49:55.867Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 .. [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 18:46 .dockerignore [2020-09-15T18:49:55.867Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 18:46 .git [2020-09-15T18:49:55.867Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:46 .github [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 18:46 .gitignore [2020-09-15T18:49:55.867Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 18:46 .semver [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 18:46 Dockerfile.build [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 18:46 Jenkinsfile [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 18:46 LICENSE [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 1013 Sep 15 18:46 Makefile [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 18:46 README.md [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 18:46 RELEASE-NOTES.txt [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 18:43 VERSION [2020-09-15T18:49:55.867Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 18:46 bin [2020-09-15T18:49:55.867Z] -rw-r--r-- 1 jenkins jenkins 111785 Sep 15 18:49 coverage.out [2020-09-15T18:49:55.867Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 example [2020-09-15T18:49:55.867Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 18:49 go.mod [2020-09-15T18:49:55.867Z] -rw-r--r-- 1 jenkins jenkins 12264 Sep 15 18:49 go.sum [2020-09-15T18:49:55.867Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 18:46 internal [2020-09-15T18:49:55.867Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 openapi [2020-09-15T18:49:55.867Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 18:46 pkg [2020-09-15T18:49:55.867Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 18:46 snap [2020-09-15T18:49:55.867Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 18:46 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:49:56.225Z] + 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=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 --label arch=arm64 --label version=0.0.0 . [2020-09-15T18:49:56.821Z] Sending build context to Docker daemon 3.282MB [2020-09-15T18:49:56.821Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T18:49:56.821Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T18:49:56.821Z] ---> 6cb55d167d81 [2020-09-15T18:49:56.821Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T18:49:57.095Z] ---> Running in df85e97c1528 [2020-09-15T18:49:57.367Z] Removing intermediate container df85e97c1528 [2020-09-15T18:49:57.367Z] ---> 0410c66f0f20 [2020-09-15T18:49:57.367Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T18:49:57.640Z] ---> Running in 1aeb5d3120f9 [2020-09-15T18:49:57.912Z] Removing intermediate container 1aeb5d3120f9 [2020-09-15T18:49:57.912Z] ---> 118791dd18b0 [2020-09-15T18:49:57.912Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:49:58.192Z] ---> Running in d11418ff48f8 [2020-09-15T18:49:58.464Z] Removing intermediate container d11418ff48f8 [2020-09-15T18:49:58.464Z] ---> 3ad110ab048b [2020-09-15T18:49:58.464Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T18:49:58.740Z] ---> Running in 56a26c765f95 [2020-09-15T18:50:01.383Z] Removing intermediate container 56a26c765f95 [2020-09-15T18:50:01.383Z] ---> 58ef1fd7cfca [2020-09-15T18:50:01.383Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T18:50:01.383Z] ---> Running in 84aa2ade5d17 [2020-09-15T18:50:02.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T18:50:03.796Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T18:50:04.775Z] OK: 142 MiB in 39 packages [2020-09-15T18:50:05.759Z] Removing intermediate container 84aa2ade5d17 [2020-09-15T18:50:05.759Z] ---> 543a5d5801bd [2020-09-15T18:50:05.759Z] Step 8/24 : COPY . . [2020-09-15T18:50:07.198Z] ---> 46eeb700d2df [2020-09-15T18:50:07.198Z] Step 9/24 : RUN ${MAKE} [2020-09-15T18:50:07.198Z] ---> Running in ced33550ae11 [2020-09-15T18:50:08.634Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2020-09-15T18:50:30.832Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T18:50:32.814Z] Removing intermediate container ced33550ae11 [2020-09-15T18:50:32.814Z] ---> e421fdfe4473 [2020-09-15T18:50:32.814Z] Step 10/24 : FROM scratch [2020-09-15T18:50:32.814Z] ---> [2020-09-15T18:50:32.814Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T18:50:32.814Z] ---> Running in 21ab0a68c331 [2020-09-15T18:50:33.087Z] Removing intermediate container 21ab0a68c331 [2020-09-15T18:50:33.087Z] ---> 671d016f8468 [2020-09-15T18:50:33.087Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T18:50:33.087Z] ---> Running in 160d12f696cb [2020-09-15T18:50:33.682Z] Removing intermediate container 160d12f696cb [2020-09-15T18:50:33.682Z] ---> 48739729da65 [2020-09-15T18:50:33.682Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T18:50:33.682Z] ---> Running in f5c2b263918e [2020-09-15T18:50:34.278Z] Removing intermediate container f5c2b263918e [2020-09-15T18:50:34.278Z] ---> 6a2f509e1b5c [2020-09-15T18:50:34.278Z] Step 14/24 : WORKDIR / [2020-09-15T18:50:34.278Z] ---> Running in 57852ac2998b [2020-09-15T18:50:34.549Z] Removing intermediate container 57852ac2998b [2020-09-15T18:50:34.549Z] ---> 90e01224bc04 [2020-09-15T18:50:34.549Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T18:50:35.976Z] ---> abf44772ec22 [2020-09-15T18:50:35.976Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T18:50:36.570Z] ---> 54dd3f6b7b54 [2020-09-15T18:50:36.570Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T18:50:37.171Z] ---> 75ef3792fc52 [2020-09-15T18:50:37.171Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T18:50:37.766Z] ---> fbc0025b1e15 [2020-09-15T18:50:37.766Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T18:50:38.359Z] ---> ca1e7e4bb021 [2020-09-15T18:50:38.359Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T18:50:38.632Z] ---> Running in 340a8f2e7ea3 [2020-09-15T18:50:38.910Z] Removing intermediate container 340a8f2e7ea3 [2020-09-15T18:50:38.910Z] ---> 9d0ac1cb2d66 [2020-09-15T18:50:38.910Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T18:50:39.187Z] ---> Running in 77320d4f367c [2020-09-15T18:50:39.462Z] Removing intermediate container 77320d4f367c [2020-09-15T18:50:39.462Z] ---> 7b1937088fce [2020-09-15T18:50:39.463Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T18:50:39.736Z] ---> Running in 328753ac4852 [2020-09-15T18:50:40.015Z] Removing intermediate container 328753ac4852 [2020-09-15T18:50:40.015Z] ---> fdf334a16e97 [2020-09-15T18:50:40.015Z] Step 23/24 : LABEL git_sha=adba7342fcd8fa32f28f5a6d726939578d7cb8b8 [2020-09-15T18:50:40.289Z] ---> Running in 1a37e86b011f [2020-09-15T18:50:40.886Z] Removing intermediate container 1a37e86b011f [2020-09-15T18:50:40.886Z] ---> f2807976b285 [2020-09-15T18:50:40.886Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T18:50:40.886Z] ---> Running in fcdef36dad51 [2020-09-15T18:50:41.161Z] Removing intermediate container fcdef36dad51 [2020-09-15T18:50:41.162Z] ---> c939df72d167 [2020-09-15T18:50:41.162Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T18:50:41.162Z] Successfully built c939df72d167 [2020-09-15T18:50:41.437Z] Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-15T18:50:43.126Z] provisioning config files... [2020-09-15T18:50:43.138Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2913926071572657643tmp [Pipeline] { [Pipeline] sh [2020-09-15T18:50:43.548Z] + curl -s https://codecov.io/bash [2020-09-15T18:50:43.548Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config2913926071572657643tmp [Pipeline] } [2020-09-15T18:50:43.823Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:50:46.958Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:50:47.532Z] ---> package-listing.sh [2020-09-15T18:50:47.532Z] ++ facter osfamily [2020-09-15T18:50:47.532Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T18:50:47.532Z] + OS_FAMILY=redhat [2020-09-15T18:50:47.532Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 [2020-09-15T18:50:47.532Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T18:50:47.532Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T18:50:47.532Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T18:50:47.532Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T18:50:47.532Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-15T18:50:47.532Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T18:50:47.532Z] + case "${OS_FAMILY}" in [2020-09-15T18:50:47.532Z] + rpm -qa [2020-09-15T18:50:47.532Z] + sort [2020-09-15T18:50:51.757Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T18:50:51.757Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T18:50:51.757Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T18:50:51.757Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' [2020-09-15T18:50:51.757Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [2020-09-15T18:50:51.757Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:50:52.260Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:50:52.260Z] [2020-09-15T18:50:52.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T18:50:52.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:50:52.604Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T18:50:52.604Z] df20fa9351a1: Pulling fs layer [2020-09-15T18:50:52.604Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T18:50:52.604Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T18:50:52.604Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T18:50:52.604Z] 0dadc02b9964: Pulling fs layer [2020-09-15T18:50:52.604Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T18:50:52.604Z] 7a184a31f384: Pulling fs layer [2020-09-15T18:50:52.604Z] 0879bd2ef858: Pulling fs layer [2020-09-15T18:50:52.604Z] 46f8f816bc3b: Waiting [2020-09-15T18:50:52.604Z] 0dadc02b9964: Waiting [2020-09-15T18:50:52.604Z] ce6a7cf60c04: Waiting [2020-09-15T18:50:52.604Z] 0879bd2ef858: Waiting [2020-09-15T18:50:52.604Z] 7a184a31f384: Waiting [2020-09-15T18:50:52.604Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T18:50:52.604Z] 36b3adc4ff6f: Download complete [2020-09-15T18:50:52.604Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T18:50:52.604Z] 46f8f816bc3b: Download complete [2020-09-15T18:50:52.867Z] df20fa9351a1: Download complete [2020-09-15T18:50:52.867Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T18:50:52.867Z] ce6a7cf60c04: Download complete [2020-09-15T18:50:52.867Z] 7a184a31f384: Verifying Checksum [2020-09-15T18:50:52.867Z] 7a184a31f384: Download complete [2020-09-15T18:50:53.142Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T18:50:53.142Z] 8ad3a11d3b57: Download complete [2020-09-15T18:50:53.142Z] df20fa9351a1: Pull complete [2020-09-15T18:50:53.412Z] 36b3adc4ff6f: Pull complete [2020-09-15T18:50:53.682Z] 0dadc02b9964: Verifying Checksum [2020-09-15T18:50:53.682Z] 0dadc02b9964: Download complete [2020-09-15T18:50:53.949Z] 8ad3a11d3b57: Pull complete [2020-09-15T18:50:53.949Z] 0879bd2ef858: Verifying Checksum [2020-09-15T18:50:53.949Z] 0879bd2ef858: Download complete [2020-09-15T18:50:53.949Z] 46f8f816bc3b: Pull complete [2020-09-15T18:50:54.215Z] 0dadc02b9964: Pull complete [2020-09-15T18:50:54.476Z] ce6a7cf60c04: Pull complete [2020-09-15T18:50:54.476Z] 7a184a31f384: Pull complete [2020-09-15T18:50:57.043Z] 0879bd2ef858: Pull complete [2020-09-15T18:50:57.043Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T18:50:57.043Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T18:50:57.043Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T18:50:57.204Z] prd-centos7-docker-4c-2g-43363 does not seem to be running inside a container [2020-09-15T18:50:57.255Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T18:51:03.034Z] $ docker top 7b27aa823cae5101e595a402a280f8073ad68d97349942f44e4e54c667516235 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T18:51:03.564Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T18:51:03.862Z] + ls /var/log/sa-host [2020-09-15T18:51:03.863Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T18:51:03.863Z] file_magic: OK [2020-09-15T18:51:03.863Z] HZ: Using current value: 100 [2020-09-15T18:51:03.863Z] file_header: OK [2020-09-15T18:51:03.863Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T18:51:03.863Z] Statistics: [2020-09-15T18:51:03.863Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T18:51:03.863Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T18:51:03.863Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T18:51:03.863Z] file_magic: OK [2020-09-15T18:51:03.863Z] HZ: Using current value: 100 [2020-09-15T18:51:03.863Z] file_header: OK [2020-09-15T18:51:03.863Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2020-09-15T18:51:03.863Z] Statistics: [2020-09-15T18:51:03.863Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T18:51:03.863Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T18:51:03.932Z] provisioning config files... [2020-09-15T18:51:03.946Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1224021317183691894tmp [Pipeline] { [Pipeline] echo [2020-09-15T18:51:04.025Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:51:04.365Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T18:51:04.377Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T18:51:04.674Z] ---> logs-deploy.sh [2020-09-15T18:51:04.674Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/6 [2020-09-15T18:51:04.674Z] INFO: archiving workspace using pattern(s): [2020-09-15T18:51:06.062Z] Archives upload complete. [2020-09-15T18:51:06.062Z] INFO: archiving logs to Nexus