Pull request #586 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (3f1ca3d6b9a2b73b9716143639cee0e1244f29ff) 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-43224 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 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe Merge succeeded, producing 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c Checking out Revision 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c (PR-586) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe # 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 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c # timeout=10 Commit message: "Merge commit '3453c8bcbae7db027b2f999f18fb2d5ddccd55eb' into HEAD" > git rev-list --no-walk 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T05:46:48.480Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T05:46:48.780Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T05:46:48.880Z] ========================================================= [2020-09-15T05:46:48.880Z] EdgeX Global Pipelines Version Info [2020-09-15T05:46:48.880Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T05:46:50.782Z] ------------------- [2020-09-15T05:46:50.783Z] stable info: [2020-09-15T05:46:50.783Z] ------------------- [2020-09-15T05:46:50.783Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T05:46:50.783Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T05:46:50.783Z] Message: update stable to v1.0.119 [2020-09-15T05:46:51.357Z] ------------------- [2020-09-15T05:46:51.357Z] experimental info: [2020-09-15T05:46:51.357Z] ------------------- [2020-09-15T05:46:51.357Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T05:46:51.357Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T05:46:51.357Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T05:46:51.722Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T05:46:51.850Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T05:46:51.943Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T05:46:52.048Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T05:46:52.151Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T05:46:52.254Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T05:46:52.347Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T05:46:52.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T05:46:52.581Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T05:46:52.671Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T05:46:52.764Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T05:46:52.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T05:46:52.947Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T05:46:53.039Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T05:46:53.154Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T05:46:53.247Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T05:46:53.341Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T05:46:53.430Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T05:46:53.519Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T05:46:53.618Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T05:46:53.737Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T05:46:53.861Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T05:46:53.967Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-586 [Pipeline] echo [2020-09-15T05:46:54.097Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-586 [Pipeline] echo [2020-09-15T05:46:54.213Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-586 [Pipeline] echo [2020-09-15T05:46:54.350Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c [Pipeline] echo [2020-09-15T05:46:54.439Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6f94a38 [Pipeline] echo [2020-09-15T05:46:54.529Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T05:46:55.159Z] + git log --format=format:%s -1 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c [Pipeline] echo [2020-09-15T05:46:55.222Z] GIT_COMMIT: 6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c, Commit Message: Merge commit '3453c8bcbae7db027b2f999f18fb2d5ddccd55eb' into HEAD [Pipeline] echo [2020-09-15T05:46:55.266Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:46:55.811Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T05:46:56.075Z] [2020-09-15T05:46:56.075Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:46:56.422Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T05:46:56.422Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T05:46:56.422Z] 31603596830f: Pulling fs layer [2020-09-15T05:46:56.422Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T05:46:56.422Z] 6ca5941a6612: Pulling fs layer [2020-09-15T05:46:56.422Z] ecc8261a40a4: Pulling fs layer [2020-09-15T05:46:56.422Z] ecc8261a40a4: Waiting [2020-09-15T05:46:56.422Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T05:46:56.422Z] 2a8b12db71e7: Download complete [2020-09-15T05:46:56.685Z] 31603596830f: Download complete [2020-09-15T05:46:56.685Z] ecc8261a40a4: Verifying Checksum [2020-09-15T05:46:56.685Z] ecc8261a40a4: Download complete [2020-09-15T05:46:56.685Z] 6ca5941a6612: Verifying Checksum [2020-09-15T05:46:56.685Z] 6ca5941a6612: Download complete [2020-09-15T05:46:56.948Z] 31603596830f: Pull complete [2020-09-15T05:46:57.211Z] 2a8b12db71e7: Pull complete [2020-09-15T05:46:57.790Z] 6ca5941a6612: Pull complete [2020-09-15T05:46:58.054Z] ecc8261a40a4: Pull complete [2020-09-15T05:46:58.054Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T05:46:58.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T05:46:58.316Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T05:46:58.427Z] prd-centos7-docker-4c-2g-43224 does not seem to be running inside a container [2020-09-15T05:46:58.481Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-15T05:47:00.420Z] $ docker top f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T05:47:00.752Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T05:47:00.752Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T05:47:00.992Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T05:47:00.997Z] $ docker exec f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 ssh-agent [2020-09-15T05:47:01.190Z] SSH_AUTH_SOCK=/tmp/ssh-lMnzRc7sQfBw/agent.11 [2020-09-15T05:47:01.190Z] SSH_AGENT_PID=16 [2020-09-15T05:47:01.200Z] Running ssh-add (command line suppressed) [2020-09-15T05:47:01.317Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_6519685053276299989.key (/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_6519685053276299989.key) [2020-09-15T05:47:01.364Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T05:47:01.699Z] + git describe --exact-match --tags HEAD [2020-09-15T05:47:01.699Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T05:47:01.724Z] $ docker exec --env ******** --env ******** f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 ssh-agent -k [2020-09-15T05:47:01.853Z] unset SSH_AUTH_SOCK; [2020-09-15T05:47:01.854Z] unset SSH_AGENT_PID; [2020-09-15T05:47:01.854Z] echo Agent pid 16 killed; [2020-09-15T05:47:01.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T05:47:02.011Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T05:47:02.011Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T05:47:02.128Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T05:47:02.128Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T05:47:02.291Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T05:47:02.297Z] $ docker exec f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 ssh-agent [2020-09-15T05:47:02.449Z] SSH_AUTH_SOCK=/tmp/ssh-1rHbcUDBpMWo/agent.44 [2020-09-15T05:47:02.449Z] SSH_AGENT_PID=49 [2020-09-15T05:47:02.456Z] Running ssh-add (command line suppressed) [2020-09-15T05:47:02.574Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_1307372248480626725.key (/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/private_key_1307372248480626725.key) [2020-09-15T05:47:02.623Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T05:47:02.967Z] + git semver init [2020-09-15T05:47:02.967Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T05:47:02.967Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-586/.git [2020-09-15T05:47:02.967Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-586 [2020-09-15T05:47:02.967Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T05:47:02.967Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T05:47:02.967Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T05:47:02.967Z] # $SEMVER_BRANCH = PR-586 [2020-09-15T05:47:02.967Z] # $SEMVER_TEMP = /tmp/semver-286483359 [2020-09-15T05:47:02.967Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T05:47:03.539Z] # '/tmp/semver-286483359' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-586/.semver' [2020-09-15T05:47:03.539Z] # -> Force: false [2020-09-15T05:47:03.539Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-586/.semver [Pipeline] } [2020-09-15T05:47:03.553Z] $ docker exec --env ******** --env ******** f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 ssh-agent -k [2020-09-15T05:47:03.664Z] unset SSH_AUTH_SOCK; [2020-09-15T05:47:03.664Z] unset SSH_AGENT_PID; [2020-09-15T05:47:03.664Z] echo Agent pid 49 killed; [2020-09-15T05:47:03.707Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T05:47:04.197Z] + git semver [Pipeline] } [2020-09-15T05:47:04.219Z] $ docker stop --time=1 f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 [2020-09-15T05:47:05.583Z] $ docker rm -f f54e617089cfd7d585095d196e2dfa0f13e2669193aed5b51f43e8a24ece4e38 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T05:47:06.371Z] Stashed 33 file(s) [Pipeline] echo [2020-09-15T05:47:06.375Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T05:47:06.495Z] 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-15T05:47:22.025Z] Still waiting to schedule task [2020-09-15T05:47:22.025Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T05:47:22.028Z] Still waiting to schedule task [2020-09-15T05:47:22.028Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-43221’ [2020-09-15T05:49:06.779Z] Running on prd-centos7-docker-4c-2g-43228 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [Pipeline] { [Pipeline] ws [2020-09-15T05:49:06.830Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-15T05:49:17.926Z] using credential edgex-jenkins-ssh [2020-09-15T05:49:17.996Z] Cloning the remote Git repository [2020-09-15T05:49:17.996Z] Cloning with configured refspecs honoured and without tags [2020-09-15T05:49:18.124Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T05:49:18.292Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-09-15T05:49:18.637Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T05:49:18.638Z] > git --version # timeout=10 [2020-09-15T05:49:18.660Z] > git --version # 'git version 2.16.5' [2020-09-15T05:49:18.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T05:49:18.735Z] > 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-15T05:49:19.569Z] Fetching without tags [2020-09-15T05:49:20.006Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe [2020-09-15T05:49:20.421Z] Merge succeeded, producing 8aa7990306b9becb06641c436f848e174144e8dd [2020-09-15T05:49:20.421Z] Checking out Revision 8aa7990306b9becb06641c436f848e174144e8dd (PR-586) [2020-09-15T05:49:19.494Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T05:49:19.512Z] > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # timeout=10 [2020-09-15T05:49:19.526Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T05:49:19.552Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T05:49:19.577Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T05:49:19.577Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T05:49:19.584Z] > 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-15T05:49:20.029Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T05:49:20.088Z] > git checkout -f 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe # timeout=10 [2020-09-15T05:49:20.259Z] > git remote # timeout=10 [2020-09-15T05:49:20.276Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T05:49:20.291Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T05:49:20.299Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T05:49:20.390Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T05:49:20.429Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T05:49:20.487Z] > git checkout -f 8aa7990306b9becb06641c436f848e174144e8dd # timeout=10 [2020-09-15T05:49:25.802Z] Commit message: "Merge commit '3453c8bcbae7db027b2f999f18fb2d5ddccd55eb' into HEAD" [2020-09-15T05:49:25.814Z] > git rev-list --no-walk 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T05:49:27.769Z] ========================================================= [2020-09-15T05:49:27.769Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T05:49:27.769Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:49:28.887Z] + 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-15T05:49:30.661Z] Sending build context to Docker daemon 3.146MB [2020-09-15T05:49:30.661Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T05:49:30.661Z] Step 2/8 : FROM ${BASE} [2020-09-15T05:49:30.661Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T05:49:30.661Z] df20fa9351a1: Pulling fs layer [2020-09-15T05:49:30.661Z] ed8968b2872e: Pulling fs layer [2020-09-15T05:49:30.661Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T05:49:30.661Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T05:49:30.661Z] e73272ec9a57: Pulling fs layer [2020-09-15T05:49:30.661Z] 1e910a182e73: Pulling fs layer [2020-09-15T05:49:30.661Z] 4e634b169226: Pulling fs layer [2020-09-15T05:49:30.661Z] e871e8e8d7a9: Waiting [2020-09-15T05:49:30.661Z] e73272ec9a57: Waiting [2020-09-15T05:49:30.661Z] 1e910a182e73: Waiting [2020-09-15T05:49:30.661Z] 4e634b169226: Waiting [2020-09-15T05:49:30.661Z] ed8968b2872e: Verifying Checksum [2020-09-15T05:49:30.661Z] ed8968b2872e: Download complete [2020-09-15T05:49:30.661Z] a92cc7c5fd73: Download complete [2020-09-15T05:49:30.937Z] e73272ec9a57: Verifying Checksum [2020-09-15T05:49:30.937Z] e73272ec9a57: Download complete [2020-09-15T05:49:31.281Z] df20fa9351a1: Verifying Checksum [2020-09-15T05:49:31.281Z] df20fa9351a1: Download complete [2020-09-15T05:49:31.954Z] 1e910a182e73: Verifying Checksum [2020-09-15T05:49:31.955Z] 1e910a182e73: Download complete [2020-09-15T05:49:32.250Z] df20fa9351a1: Pull complete [2020-09-15T05:49:32.534Z] ed8968b2872e: Pull complete [2020-09-15T05:49:32.850Z] a92cc7c5fd73: Pull complete [2020-09-15T05:49:37.248Z] 4e634b169226: Verifying Checksum [2020-09-15T05:49:37.248Z] 4e634b169226: Download complete [2020-09-15T05:49:39.885Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T05:49:39.885Z] e871e8e8d7a9: Download complete [2020-09-15T05:49:50.318Z] e871e8e8d7a9: Pull complete [2020-09-15T05:49:50.318Z] e73272ec9a57: Pull complete [2020-09-15T05:49:50.318Z] 1e910a182e73: Pull complete [2020-09-15T05:49:55.865Z] 4e634b169226: Pull complete [2020-09-15T05:49:55.865Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T05:49:55.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T05:49:55.865Z] ---> f7629b54cfaa [2020-09-15T05:49:55.865Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T05:49:55.865Z] ---> Running in 45e6aee51c5b [2020-09-15T05:49:56.477Z] Removing intermediate container 45e6aee51c5b [2020-09-15T05:49:56.477Z] ---> f0f332582fc4 [2020-09-15T05:49:56.477Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T05:49:56.477Z] ---> Running in 199df7750237 [2020-09-15T05:49:58.671Z] Removing intermediate container 199df7750237 [2020-09-15T05:49:58.671Z] ---> 5ef13dd3f5a5 [2020-09-15T05:49:58.671Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T05:49:58.671Z] ---> Running in 48189fc9617a [2020-09-15T05:50:00.200Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T05:50:00.955Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T05:50:01.592Z] OK: 166 MiB in 39 packages [2020-09-15T05:50:02.371Z] Removing intermediate container 48189fc9617a [2020-09-15T05:50:02.371Z] ---> 13bb09cffa7c [2020-09-15T05:50:02.371Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T05:50:02.682Z] ---> Running in e00ba5d07bba [2020-09-15T05:50:02.682Z] Removing intermediate container e00ba5d07bba [2020-09-15T05:50:02.682Z] ---> edd918984761 [2020-09-15T05:50:02.682Z] Step 7/8 : COPY . . [2020-09-15T05:50:04.210Z] ---> 9c34e0a42286 [2020-09-15T05:50:04.210Z] Step 8/8 : RUN go mod download [2020-09-15T05:50:04.210Z] ---> Running in dfbc0640dd5e [2020-09-15T05:50:05.039Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43234 in /w/workspace/dgexfoundry_device-sdk-go_PR-586 [Pipeline] { [Pipeline] ws [2020-09-15T05:50:05.094Z] Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [2020-09-15T05:50:09.846Z] using credential edgex-jenkins-ssh [2020-09-15T05:50:09.908Z] Cloning the remote Git repository [2020-09-15T05:50:09.908Z] Cloning with configured refspecs honoured and without tags [2020-09-15T05:50:09.969Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T05:50:10.094Z] > git init /w/workspace/device-sdk-go/2 # timeout=10 [2020-09-15T05:50:11.260Z] Fetching without tags [2020-09-15T05:50:10.178Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T05:50:10.179Z] > git --version # timeout=10 [2020-09-15T05:50:10.198Z] > git --version # 'git version 2.17.1' [2020-09-15T05:50:10.200Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T05:50:10.266Z] > 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-15T05:50:11.161Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T05:50:11.190Z] > git config --add remote.origin.fetch +refs/pull/586/head:refs/remotes/origin/PR-586 # timeout=10 [2020-09-15T05:50:11.211Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T05:50:11.237Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T05:50:11.276Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T05:50:11.277Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T05:50:11.290Z] > 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-15T05:50:11.752Z] Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe [2020-09-15T05:50:12.061Z] Merge succeeded, producing 6b5742869be7a7ed31a0e36a701f8ffdce416d2a [2020-09-15T05:50:12.062Z] Checking out Revision 6b5742869be7a7ed31a0e36a701f8ffdce416d2a (PR-586) [2020-09-15T05:50:11.780Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T05:50:11.804Z] > git checkout -f 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe # timeout=10 [2020-09-15T05:50:11.914Z] > git remote # timeout=10 [2020-09-15T05:50:11.932Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T05:50:11.949Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T05:50:11.959Z] > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 [2020-09-15T05:50:12.044Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T05:50:12.071Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T05:50:12.098Z] > git checkout -f 6b5742869be7a7ed31a0e36a701f8ffdce416d2a # timeout=10 [2020-09-15T05:50:16.282Z] Commit message: "Merge commit '3453c8bcbae7db027b2f999f18fb2d5ddccd55eb' into HEAD" [2020-09-15T05:50:16.293Z] > git rev-list --no-walk 3af3cd50a19a463fd2f5abd5257d2f2a4f8037fe # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T05:50:17.515Z] ========================================================= [2020-09-15T05:50:17.515Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T05:50:17.515Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:50:18.758Z] + 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-15T05:50:19.359Z] Sending build context to Docker daemon 3.148MB [2020-09-15T05:50:19.635Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T05:50:19.635Z] Step 2/8 : FROM ${BASE} [2020-09-15T05:50:19.910Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T05:50:19.910Z] b538f80385f9: Pulling fs layer [2020-09-15T05:50:19.910Z] 74f711af9a0d: Pulling fs layer [2020-09-15T05:50:19.910Z] 99f96fe45779: Pulling fs layer [2020-09-15T05:50:19.910Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T05:50:19.910Z] 45590311c82a: Pulling fs layer [2020-09-15T05:50:19.910Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T05:50:19.910Z] 209524e5b208: Pulling fs layer [2020-09-15T05:50:19.910Z] 8529a6b9a6be: Waiting [2020-09-15T05:50:19.910Z] 45590311c82a: Waiting [2020-09-15T05:50:19.910Z] 69ca0ff8b7b3: Waiting [2020-09-15T05:50:19.910Z] 209524e5b208: Waiting [2020-09-15T05:50:19.910Z] 99f96fe45779: Download complete [2020-09-15T05:50:19.910Z] 74f711af9a0d: Download complete [2020-09-15T05:50:20.182Z] 45590311c82a: Verifying Checksum [2020-09-15T05:50:20.182Z] 45590311c82a: Download complete [2020-09-15T05:50:20.182Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T05:50:20.412Z] Removing intermediate container dfbc0640dd5e [2020-09-15T05:50:20.412Z] ---> f1421e4199f3 [2020-09-15T05:50:20.412Z] Successfully built f1421e4199f3 [2020-09-15T05:50:20.412Z] Successfully tagged ci-base-image-x86_64:latest [2020-09-15T05:50:20.473Z] b538f80385f9: Download complete [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:50:21.075Z] b538f80385f9: Pull complete [2020-09-15T05:50:21.293Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T05:50:21.293Z] . [Pipeline] withDockerContainer [2020-09-15T05:50:21.678Z] 74f711af9a0d: Pull complete [2020-09-15T05:50:21.823Z] prd-centos7-docker-4c-2g-43228 does not seem to be running inside a container [2020-09-15T05:50:21.963Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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-15T05:50:21.971Z] 99f96fe45779: Pull complete [2020-09-15T05:50:23.400Z] 209524e5b208: Verifying Checksum [2020-09-15T05:50:23.400Z] 209524e5b208: Download complete [2020-09-15T05:50:23.585Z] $ docker top 50aa8ff070f53ad159896df6a550fb5c6400e05a9c2407210a3cd577338b1b36 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T05:50:24.000Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T05:50:24.000Z] 8529a6b9a6be: Download complete [2020-09-15T05:50:24.587Z] + go version [2020-09-15T05:50:24.587Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T05:50:25.006Z] + make test [2020-09-15T05:50:25.006Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T05:50:26.562Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T05:50:34.171Z] 8529a6b9a6be: Pull complete [2020-09-15T05:50:34.446Z] 45590311c82a: Pull complete [2020-09-15T05:50:34.718Z] 69ca0ff8b7b3: Pull complete [2020-09-15T05:50:39.038Z] 209524e5b208: Pull complete [2020-09-15T05:50:39.038Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T05:50:39.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T05:50:39.038Z] ---> 5bddaf1c2fca [2020-09-15T05:50:39.038Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T05:50:41.016Z] ---> Running in 62fd52127ba0 [2020-09-15T05:50:41.627Z] Removing intermediate container 62fd52127ba0 [2020-09-15T05:50:41.627Z] ---> 4b4b7420b9b0 [2020-09-15T05:50:41.627Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T05:50:41.627Z] ---> Running in ca4313e04a0b [2020-09-15T05:50:45.041Z] Removing intermediate container ca4313e04a0b [2020-09-15T05:50:45.041Z] ---> 431914cbdf32 [2020-09-15T05:50:45.041Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T05:50:45.041Z] ---> Running in 915bac7b9dfa [2020-09-15T05:50:46.018Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T05:50:46.995Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T05:50:47.589Z] OK: 142 MiB in 39 packages [2020-09-15T05:50:49.042Z] Removing intermediate container 915bac7b9dfa [2020-09-15T05:50:49.042Z] ---> 7cc571e020c9 [2020-09-15T05:50:49.042Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T05:50:49.042Z] ---> Running in cc0adde10171 [2020-09-15T05:50:49.317Z] Removing intermediate container cc0adde10171 [2020-09-15T05:50:49.317Z] ---> 8bfa89bc38ad [2020-09-15T05:50:49.317Z] Step 7/8 : COPY . . [2020-09-15T05:50:49.598Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T05:50:49.598Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T05:50:49.598Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T05:50:49.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.076s coverage: 21.0% of statements [2020-09-15T05:50:49.598Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.091s coverage: 95.7% of statements [2020-09-15T05:50:50.756Z] ---> 114641e49b62 [2020-09-15T05:50:50.756Z] Step 8/8 : RUN go mod download [2020-09-15T05:50:50.756Z] ---> Running in da558ff8148b [2020-09-15T05:51:05.848Z] Removing intermediate container da558ff8148b [2020-09-15T05:51:05.848Z] ---> ee6adb022932 [2020-09-15T05:51:05.848Z] Successfully built ee6adb022932 [2020-09-15T05:51:05.848Z] 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-15T05:51:06.789Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T05:51:06.789Z] . [Pipeline] withDockerContainer [2020-09-15T05:51:07.079Z] prd-ubuntu18.04-docker-arm64-4c-16g-43234 does not seem to be running inside a container [2020-09-15T05:51:07.171Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@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 ******** ci-base-image-arm64 cat [2020-09-15T05:51:09.086Z] $ docker top bdfd9bbf86b7ff73d368cf4a269510272d5b7cb2b92275189513749da39db74c -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T05:51:10.533Z] + go version [2020-09-15T05:51:10.533Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T05:51:11.583Z] + make test [2020-09-15T05:51:11.583Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T05:51:12.568Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T05:51:22.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.023s coverage: 8.6% of statements [2020-09-15T05:51:22.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.016s coverage: 21.7% of statements [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T05:51:22.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.062s coverage: 37.0% of statements [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T05:51:22.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.048s coverage: 65.4% of statements [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T05:51:22.455Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.068s coverage: 52.6% of statements [2020-09-15T05:51:22.455Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.075s coverage: 68.9% of statements [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T05:51:22.455Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T05:51:22.455Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T05:51:24.637Z] gofmt -l . [2020-09-15T05:51:24.637Z] [ "`gofmt -l .`" = "" ] [2020-09-15T05:51:24.945Z] ./bin/test-attribution-txt.sh [2020-09-15T05:51:25.963Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T05:51:26.771Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T05:51:26.784Z] $ docker stop --time=1 50aa8ff070f53ad159896df6a550fb5c6400e05a9c2407210a3cd577338b1b36 [2020-09-15T05:51:28.568Z] $ docker rm -f 50aa8ff070f53ad159896df6a550fb5c6400e05a9c2407210a3cd577338b1b36 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T05:51:30.163Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T05:51:30.612Z] + ls -al . [2020-09-15T05:51:30.612Z] total 188 [2020-09-15T05:51:30.612Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 05:51 . [2020-09-15T05:51:30.612Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 05:49 .. [2020-09-15T05:51:30.612Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 05:49 bin [2020-09-15T05:51:30.612Z] -rw-r--r--. 1 jenkins jenkins 111650 Sep 15 05:51 coverage.out [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 05:49 Dockerfile.build [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 05:49 .dockerignore [2020-09-15T05:51:30.612Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 05:49 example [2020-09-15T05:51:30.612Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 05:49 .git [2020-09-15T05:51:30.612Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 05:49 .github [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 05:49 .gitignore [2020-09-15T05:51:30.612Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 05:51 go.mod [2020-09-15T05:51:30.612Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 15 05:51 go.sum [2020-09-15T05:51:30.612Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 05:49 internal [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 05:49 Jenkinsfile [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 05:49 LICENSE [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 15 05:49 Makefile [2020-09-15T05:51:30.612Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 05:49 openapi [2020-09-15T05:51:30.612Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 05:49 pkg [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 05:49 README.md [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 05:49 RELEASE-NOTES.txt [2020-09-15T05:51:30.612Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 05:49 .semver [2020-09-15T05:51:30.612Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 05:49 snap [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 05:47 VERSION [2020-09-15T05:51:30.612Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 05:49 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:51:31.034Z] + 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=6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c --label arch=amd64 --label version=0.0.0 . [2020-09-15T05:51:31.331Z] Sending build context to Docker daemon 3.26MB [2020-09-15T05:51:31.331Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T05:51:31.331Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T05:51:31.331Z] ---> f1421e4199f3 [2020-09-15T05:51:31.331Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T05:51:31.627Z] ---> Running in 4342702edd6f [2020-09-15T05:51:31.904Z] Removing intermediate container 4342702edd6f [2020-09-15T05:51:31.904Z] ---> 1048963cfe9b [2020-09-15T05:51:31.904Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T05:51:32.205Z] ---> Running in 63dfee99dce1 [2020-09-15T05:51:32.490Z] Removing intermediate container 63dfee99dce1 [2020-09-15T05:51:32.490Z] ---> 9a8ee5afcccc [2020-09-15T05:51:32.490Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T05:51:32.490Z] ---> Running in 26595a91590b [2020-09-15T05:51:32.758Z] Removing intermediate container 26595a91590b [2020-09-15T05:51:32.758Z] ---> 1ee481b68d69 [2020-09-15T05:51:32.758Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T05:51:32.758Z] ---> Running in 6603a376c07b [2020-09-15T05:51:34.187Z] Removing intermediate container 6603a376c07b [2020-09-15T05:51:34.187Z] ---> c2083b23b105 [2020-09-15T05:51:34.187Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T05:51:34.187Z] ---> Running in 538d0da75bda [2020-09-15T05:51:34.456Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T05:51:35.453Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T05:51:35.719Z] OK: 166 MiB in 39 packages [2020-09-15T05:51:36.303Z] Removing intermediate container 538d0da75bda [2020-09-15T05:51:36.303Z] ---> ab46bd31762e [2020-09-15T05:51:36.303Z] Step 8/24 : COPY . . [2020-09-15T05:51:37.299Z] ---> 759b68eafd6b [2020-09-15T05:51:37.299Z] Step 9/24 : RUN ${MAKE} [2020-09-15T05:51:37.299Z] ---> Running in bfe59a6f0bcb [2020-09-15T05:51:38.422Z] 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-15T05:51:45.002Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T05:51:45.002Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T05:51:45.002Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T05:51:45.002Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.055s coverage: 21.0% of statements [2020-09-15T05:51:45.617Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.203s coverage: 95.7% of statements [2020-09-15T05:51:54.049Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T05:51:55.513Z] Removing intermediate container bfe59a6f0bcb [2020-09-15T05:51:55.513Z] ---> 8330d112763f [2020-09-15T05:51:55.513Z] Step 10/24 : FROM scratch [2020-09-15T05:51:55.513Z] ---> [2020-09-15T05:51:55.513Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T05:51:55.513Z] ---> Running in 878783cfa780 [2020-09-15T05:51:55.798Z] Removing intermediate container 878783cfa780 [2020-09-15T05:51:55.798Z] ---> 4aeb5374063e [2020-09-15T05:51:55.798Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T05:51:55.798Z] ---> Running in 6d11a267314d [2020-09-15T05:51:56.068Z] Removing intermediate container 6d11a267314d [2020-09-15T05:51:56.068Z] ---> bbff149490bf [2020-09-15T05:51:56.068Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T05:51:56.068Z] ---> Running in 91dfee6b6664 [2020-09-15T05:51:56.335Z] Removing intermediate container 91dfee6b6664 [2020-09-15T05:51:56.335Z] ---> 0f71e6d28855 [2020-09-15T05:51:56.335Z] Step 14/24 : WORKDIR / [2020-09-15T05:51:56.335Z] ---> Running in 208d7c507e4a [2020-09-15T05:51:56.607Z] Removing intermediate container 208d7c507e4a [2020-09-15T05:51:56.607Z] ---> 4dccd177a990 [2020-09-15T05:51:56.607Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T05:51:57.248Z] ---> 58bf82f6286f [2020-09-15T05:51:57.248Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T05:51:57.534Z] ---> a9180899dde6 [2020-09-15T05:51:57.534Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T05:51:58.164Z] ---> cba891967b0e [2020-09-15T05:51:58.164Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T05:51:58.437Z] ---> 43532b0f05db [2020-09-15T05:51:58.437Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T05:51:59.072Z] ---> e15a2225f77a [2020-09-15T05:51:59.072Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T05:51:59.072Z] ---> Running in 2f015c868e60 [2020-09-15T05:51:59.384Z] Removing intermediate container 2f015c868e60 [2020-09-15T05:51:59.384Z] ---> 4d96062e09f3 [2020-09-15T05:51:59.384Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T05:51:59.384Z] ---> Running in a4fc5ce93057 [2020-09-15T05:51:59.703Z] Removing intermediate container a4fc5ce93057 [2020-09-15T05:51:59.703Z] ---> cf0a83041a2a [2020-09-15T05:51:59.703Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T05:51:59.703Z] ---> Running in 4112ed89d7e5 [2020-09-15T05:52:00.040Z] Removing intermediate container 4112ed89d7e5 [2020-09-15T05:52:00.040Z] ---> f674267d4dde [2020-09-15T05:52:00.040Z] Step 23/24 : LABEL git_sha=6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c [2020-09-15T05:52:00.040Z] ---> Running in a13a50fa3fae [2020-09-15T05:52:00.452Z] Removing intermediate container a13a50fa3fae [2020-09-15T05:52:00.452Z] ---> 8e40952920b7 [2020-09-15T05:52:00.452Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T05:52:00.724Z] ---> Running in d4632e7025b2 [2020-09-15T05:52:01.012Z] Removing intermediate container d4632e7025b2 [2020-09-15T05:52:01.012Z] ---> ee9ed7a1f3fb [2020-09-15T05:52:01.012Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T05:52:01.012Z] Successfully built ee9ed7a1f3fb [2020-09-15T05:52:01.012Z] 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-15T05:52:17.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements [2020-09-15T05:52:17.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.023s coverage: 21.7% of statements [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T05:52:17.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.089s coverage: 37.0% of statements [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T05:52:17.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.114s coverage: 65.4% of statements [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T05:52:17.980Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.165s coverage: 52.6% of statements [2020-09-15T05:52:17.980Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.284s coverage: 68.9% of statements [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T05:52:17.980Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T05:52:17.980Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T05:52:21.389Z] gofmt -l . [2020-09-15T05:52:21.389Z] [ "`gofmt -l .`" = "" ] [2020-09-15T05:52:21.983Z] ./bin/test-attribution-txt.sh [2020-09-15T05:52:22.581Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T05:52:23.251Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T05:52:24.157Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T05:52:24.172Z] $ docker stop --time=1 bdfd9bbf86b7ff73d368cf4a269510272d5b7cb2b92275189513749da39db74c [2020-09-15T05:52:26.409Z] $ docker rm -f bdfd9bbf86b7ff73d368cf4a269510272d5b7cb2b92275189513749da39db74c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T05:52:27.793Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T05:52:28.175Z] + ls -al . [2020-09-15T05:52:28.175Z] total 228 [2020-09-15T05:52:28.175Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 05:52 . [2020-09-15T05:52:28.175Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 05:50 .. [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 05:50 .dockerignore [2020-09-15T05:52:28.175Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 05:50 .git [2020-09-15T05:52:28.175Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 05:50 .github [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 05:50 .gitignore [2020-09-15T05:52:28.175Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 05:50 .semver [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 05:50 Dockerfile.build [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 05:50 Jenkinsfile [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 05:50 LICENSE [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 15 05:50 Makefile [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 05:50 README.md [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 05:50 RELEASE-NOTES.txt [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 05:47 VERSION [2020-09-15T05:52:28.175Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 05:50 bin [2020-09-15T05:52:28.175Z] -rw-r--r-- 1 jenkins jenkins 111650 Sep 15 05:52 coverage.out [2020-09-15T05:52:28.175Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 05:50 example [2020-09-15T05:52:28.175Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 05:52 go.mod [2020-09-15T05:52:28.175Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 15 05:52 go.sum [2020-09-15T05:52:28.175Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 05:50 internal [2020-09-15T05:52:28.175Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 05:50 openapi [2020-09-15T05:52:28.175Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 05:50 pkg [2020-09-15T05:52:28.175Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 05:50 snap [2020-09-15T05:52:28.175Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 05:50 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:52:28.580Z] + 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=6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c --label arch=arm64 --label version=0.0.0 . [2020-09-15T05:52:29.173Z] Sending build context to Docker daemon 3.262MB [2020-09-15T05:52:29.173Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T05:52:29.173Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T05:52:29.174Z] ---> ee6adb022932 [2020-09-15T05:52:29.174Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T05:52:29.446Z] ---> Running in 67e1cdfa89f2 [2020-09-15T05:52:30.048Z] Removing intermediate container 67e1cdfa89f2 [2020-09-15T05:52:30.048Z] ---> 97da0ed1e315 [2020-09-15T05:52:30.048Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T05:52:30.048Z] ---> Running in d3cf8a46f33e [2020-09-15T05:52:30.656Z] Removing intermediate container d3cf8a46f33e [2020-09-15T05:52:30.656Z] ---> 90d6f51f9304 [2020-09-15T05:52:30.656Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T05:52:30.656Z] ---> Running in 409f47174054 [2020-09-15T05:52:31.252Z] Removing intermediate container 409f47174054 [2020-09-15T05:52:31.252Z] ---> c5a04f0aff5f [2020-09-15T05:52:31.252Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T05:52:31.252Z] ---> Running in 6169925805ac [2020-09-15T05:52:33.878Z] Removing intermediate container 6169925805ac [2020-09-15T05:52:33.878Z] ---> 82452613c466 [2020-09-15T05:52:33.878Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T05:52:34.152Z] ---> Running in fe41254c09f5 [2020-09-15T05:52:35.590Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T05:52:36.566Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T05:52:37.174Z] OK: 142 MiB in 39 packages [2020-09-15T05:52:38.154Z] Removing intermediate container fe41254c09f5 [2020-09-15T05:52:38.154Z] ---> 8a5fc2bbfbff [2020-09-15T05:52:38.154Z] Step 8/24 : COPY . . [2020-09-15T05:52:40.373Z] ---> c38af23798df [2020-09-15T05:52:40.373Z] Step 9/24 : RUN ${MAKE} [2020-09-15T05:52:40.373Z] ---> Running in 994f73281ff7 [2020-09-15T05:52:41.359Z] 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-15T05:53:08.169Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T05:53:08.169Z] Removing intermediate container 994f73281ff7 [2020-09-15T05:53:08.169Z] ---> 5b6c3d26faf9 [2020-09-15T05:53:08.169Z] Step 10/24 : FROM scratch [2020-09-15T05:53:08.169Z] ---> [2020-09-15T05:53:08.169Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T05:53:08.169Z] ---> Running in 306b4b570d50 [2020-09-15T05:53:08.169Z] Removing intermediate container 306b4b570d50 [2020-09-15T05:53:08.169Z] ---> 25a46153e987 [2020-09-15T05:53:08.169Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T05:53:08.169Z] ---> Running in 48e7c8736e09 [2020-09-15T05:53:08.169Z] Removing intermediate container 48e7c8736e09 [2020-09-15T05:53:08.169Z] ---> 5cbd8b7fdb8d [2020-09-15T05:53:08.169Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T05:53:08.169Z] ---> Running in c86df055fbaf [2020-09-15T05:53:08.169Z] Removing intermediate container c86df055fbaf [2020-09-15T05:53:08.169Z] ---> 2eef1b278bbf [2020-09-15T05:53:08.169Z] Step 14/24 : WORKDIR / [2020-09-15T05:53:08.169Z] ---> Running in 2b0cbd879b9d [2020-09-15T05:53:08.763Z] Removing intermediate container 2b0cbd879b9d [2020-09-15T05:53:08.763Z] ---> 22ada48160b0 [2020-09-15T05:53:08.763Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T05:53:09.747Z] ---> 63a82ba72c42 [2020-09-15T05:53:09.747Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T05:53:10.342Z] ---> 65aae0d19ea9 [2020-09-15T05:53:10.342Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T05:53:10.945Z] ---> 581fd03131f9 [2020-09-15T05:53:10.945Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T05:53:11.930Z] ---> 8dd4f3fdcfe3 [2020-09-15T05:53:11.930Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T05:53:12.533Z] ---> bfd639460f0f [2020-09-15T05:53:12.533Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T05:53:12.533Z] ---> Running in 4ac30022e52f [2020-09-15T05:53:13.155Z] Removing intermediate container 4ac30022e52f [2020-09-15T05:53:13.155Z] ---> cc15d70ba86e [2020-09-15T05:53:13.155Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T05:53:13.155Z] ---> Running in 77c1517f7c42 [2020-09-15T05:53:13.764Z] Removing intermediate container 77c1517f7c42 [2020-09-15T05:53:13.764Z] ---> 18e0d27e1691 [2020-09-15T05:53:13.764Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T05:53:13.764Z] ---> Running in 8fe0491c7152 [2020-09-15T05:53:14.375Z] Removing intermediate container 8fe0491c7152 [2020-09-15T05:53:14.375Z] ---> 07e8c8773ecd [2020-09-15T05:53:14.375Z] Step 23/24 : LABEL git_sha=6f94a38b507b7fb64c9641ae4d7e7e7fe88a852c [2020-09-15T05:53:14.375Z] ---> Running in 6f2edd265d7d [2020-09-15T05:53:14.974Z] Removing intermediate container 6f2edd265d7d [2020-09-15T05:53:14.974Z] ---> 117081337207 [2020-09-15T05:53:14.974Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T05:53:14.974Z] ---> Running in 678e9ffd7b70 [2020-09-15T05:53:15.565Z] Removing intermediate container 678e9ffd7b70 [2020-09-15T05:53:15.565Z] ---> ae5d45eea6a3 [2020-09-15T05:53:15.565Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T05:53:15.565Z] Successfully built ae5d45eea6a3 [2020-09-15T05:53:15.565Z] 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-15T05:53:17.958Z] provisioning config files... [2020-09-15T05:53:17.978Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config7266795818792174779tmp [Pipeline] { [Pipeline] sh [2020-09-15T05:53:18.365Z] + curl -s https://codecov.io/bash [2020-09-15T05:53:18.365Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config7266795818792174779tmp [Pipeline] } [2020-09-15T05:53:18.637Z] 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-15T05:53:21.107Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T05:53:21.688Z] ---> package-listing.sh [2020-09-15T05:53:21.688Z] ++ facter osfamily [2020-09-15T05:53:21.688Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T05:53:21.688Z] + OS_FAMILY=redhat [2020-09-15T05:53:21.688Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-586 [2020-09-15T05:53:21.688Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T05:53:21.688Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T05:53:21.688Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T05:53:21.688Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T05:53:21.688Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-586 ']' [2020-09-15T05:53:21.688Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T05:53:21.688Z] + case "${OS_FAMILY}" in [2020-09-15T05:53:21.688Z] + rpm -qa [2020-09-15T05:53:21.688Z] + sort [2020-09-15T05:53:25.922Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T05:53:25.922Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T05:53:25.922Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T05:53:25.922Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-586 ']' [2020-09-15T05:53:25.922Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-586/archives/ [2020-09-15T05:53:25.922Z] + 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-15T05:53:26.399Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T05:53:26.399Z] [2020-09-15T05:53:26.399Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T05:53:26.751Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T05:53:26.751Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T05:53:26.751Z] df20fa9351a1: Pulling fs layer [2020-09-15T05:53:26.751Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T05:53:26.751Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T05:53:26.751Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T05:53:26.751Z] 0dadc02b9964: Pulling fs layer [2020-09-15T05:53:26.751Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T05:53:26.751Z] 7a184a31f384: Pulling fs layer [2020-09-15T05:53:26.751Z] 0879bd2ef858: Pulling fs layer [2020-09-15T05:53:26.751Z] 0dadc02b9964: Waiting [2020-09-15T05:53:26.751Z] ce6a7cf60c04: Waiting [2020-09-15T05:53:26.751Z] 7a184a31f384: Waiting [2020-09-15T05:53:26.751Z] 0879bd2ef858: Waiting [2020-09-15T05:53:26.751Z] 46f8f816bc3b: Waiting [2020-09-15T05:53:26.751Z] 36b3adc4ff6f: Verifying Checksum [2020-09-15T05:53:26.751Z] 36b3adc4ff6f: Download complete [2020-09-15T05:53:26.751Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T05:53:26.751Z] 46f8f816bc3b: Download complete [2020-09-15T05:53:27.014Z] df20fa9351a1: Download complete [2020-09-15T05:53:27.014Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T05:53:27.014Z] ce6a7cf60c04: Download complete [2020-09-15T05:53:27.014Z] 7a184a31f384: Verifying Checksum [2020-09-15T05:53:27.014Z] 7a184a31f384: Download complete [2020-09-15T05:53:27.014Z] 0dadc02b9964: Verifying Checksum [2020-09-15T05:53:27.014Z] 0dadc02b9964: Download complete [2020-09-15T05:53:27.014Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T05:53:27.014Z] 8ad3a11d3b57: Download complete [2020-09-15T05:53:27.287Z] df20fa9351a1: Pull complete [2020-09-15T05:53:27.558Z] 36b3adc4ff6f: Pull complete [2020-09-15T05:53:27.558Z] 0879bd2ef858: Verifying Checksum [2020-09-15T05:53:27.558Z] 0879bd2ef858: Download complete [2020-09-15T05:53:28.152Z] 8ad3a11d3b57: Pull complete [2020-09-15T05:53:28.152Z] 46f8f816bc3b: Pull complete [2020-09-15T05:53:28.413Z] 0dadc02b9964: Pull complete [2020-09-15T05:53:28.690Z] ce6a7cf60c04: Pull complete [2020-09-15T05:53:28.690Z] 7a184a31f384: Pull complete [2020-09-15T05:53:31.284Z] 0879bd2ef858: Pull complete [2020-09-15T05:53:31.284Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T05:53:31.284Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T05:53:31.284Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T05:53:31.413Z] prd-centos7-docker-4c-2g-43224 does not seem to be running inside a container [2020-09-15T05:53:31.457Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-15T05:53:37.189Z] $ docker top 0922c0d48fd5c6e841ddffc7ba8d38afe48d180c81b1f7b38440beb24e1836e2 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T05:53:37.727Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T05:53:38.024Z] + ls /var/log/sa-host [2020-09-15T05:53:38.024Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T05:53:38.024Z] file_magic: OK [2020-09-15T05:53:38.024Z] HZ: Using current value: 100 [2020-09-15T05:53:38.024Z] file_header: OK [2020-09-15T05:53:38.024Z] 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-15T05:53:38.024Z] Statistics: [2020-09-15T05:53:38.024Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T05:53:38.024Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T05:53:38.024Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T05:53:38.024Z] file_magic: OK [2020-09-15T05:53:38.024Z] HZ: Using current value: 100 [2020-09-15T05:53:38.024Z] file_header: OK [2020-09-15T05:53:38.024Z] 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-15T05:53:38.024Z] Statistics: [2020-09-15T05:53:38.024Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T05:53:38.024Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T05:53:38.096Z] provisioning config files... [2020-09-15T05:53:38.115Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-586@tmp/config2156725652369207567tmp [Pipeline] { [Pipeline] echo [2020-09-15T05:53:38.189Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T05:53:38.488Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T05:53:38.498Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T05:53:38.794Z] ---> logs-deploy.sh [2020-09-15T05:53:38.794Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-586/2 [2020-09-15T05:53:38.794Z] INFO: archiving workspace using pattern(s): [2020-09-15T05:53:40.180Z] Archives upload complete. [2020-09-15T05:53:40.180Z] INFO: archiving logs to Nexus