Pull request #588 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 9448c71d6b1cc28db2ca483ba4cc03739b377aa2+4000e27a9f725d20d01bd2b86b2182ef891199d8 (8b44b4e15c23adc194432d54949eb1ed11ab9663) Running in Durability level: MAX_SURVIVABILITY 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-588/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-43216 in /w/workspace/dgexfoundry_device-sdk-go_PR-588 [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-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/588/head:refs/remotes/origin/PR-588 # 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/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 # timeout=10 Merge succeeded, producing 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 Checking out Revision 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 (PR-588) > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 # timeout=10 Commit message: "build: upgrade to use Go 1.15" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-15T04:36:36.200Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-15T04:36:36.632Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-15T04:36:36.848Z] ========================================================= [2020-09-15T04:36:36.849Z] EdgeX Global Pipelines Version Info [2020-09-15T04:36:36.849Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-15T04:36:38.378Z] ------------------- [2020-09-15T04:36:38.378Z] stable info: [2020-09-15T04:36:38.378Z] ------------------- [2020-09-15T04:36:38.378Z] Commited By: Emilio Reyes emilio.reyes@intel.com [2020-09-15T04:36:38.378Z] Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [2020-09-15T04:36:38.378Z] Message: update stable to v1.0.119 [2020-09-15T04:36:39.324Z] ------------------- [2020-09-15T04:36:39.324Z] experimental info: [2020-09-15T04:36:39.324Z] ------------------- [2020-09-15T04:36:39.324Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-15T04:36:39.325Z] Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 [2020-09-15T04:36:39.325Z] Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-15T04:36:39.883Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-15T04:36:40.042Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-15T04:36:40.234Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-15T04:36:40.486Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-15T04:36:40.651Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-15T04:36:40.793Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-15T04:36:40.930Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-15T04:36:41.091Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-15T04:36:41.234Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-15T04:36:41.385Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-15T04:36:41.538Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-15T04:36:41.675Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-15T04:36:41.828Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-15T04:36:41.989Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-15T04:36:42.130Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-15T04:36:42.270Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T04:36:42.410Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T04:36:42.548Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-15T04:36:42.686Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-15T04:36:42.828Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-15T04:36:42.985Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-15T04:36:43.134Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-15T04:36:43.286Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-588 [Pipeline] echo [2020-09-15T04:36:43.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-588 [Pipeline] echo [2020-09-15T04:36:43.561Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-588 [Pipeline] echo [2020-09-15T04:36:43.735Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [Pipeline] echo [2020-09-15T04:36:43.879Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9448c71 [Pipeline] echo [2020-09-15T04:36:44.026Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T04:36:44.846Z] + git log --format=format:%s -1 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [Pipeline] echo [2020-09-15T04:36:44.933Z] GIT_COMMIT: 9448c71d6b1cc28db2ca483ba4cc03739b377aa2, Commit Message: build: upgrade to use Go 1.15 [Pipeline] echo [2020-09-15T04:36:45.020Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:36:46.106Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T04:36:46.370Z] [2020-09-15T04:36:46.370Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:36:46.779Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T04:36:46.779Z] latest: Pulling from edgex-devops/git-semver [2020-09-15T04:36:46.779Z] 31603596830f: Pulling fs layer [2020-09-15T04:36:46.779Z] 2a8b12db71e7: Pulling fs layer [2020-09-15T04:36:46.779Z] 6ca5941a6612: Pulling fs layer [2020-09-15T04:36:46.779Z] ecc8261a40a4: Pulling fs layer [2020-09-15T04:36:46.779Z] ecc8261a40a4: Waiting [2020-09-15T04:36:46.779Z] 2a8b12db71e7: Verifying Checksum [2020-09-15T04:36:46.779Z] 2a8b12db71e7: Download complete [2020-09-15T04:36:47.043Z] 31603596830f: Verifying Checksum [2020-09-15T04:36:47.043Z] 31603596830f: Download complete [2020-09-15T04:36:47.043Z] ecc8261a40a4: Verifying Checksum [2020-09-15T04:36:47.043Z] ecc8261a40a4: Download complete [2020-09-15T04:36:47.043Z] 6ca5941a6612: Verifying Checksum [2020-09-15T04:36:47.043Z] 6ca5941a6612: Download complete [2020-09-15T04:36:47.306Z] 31603596830f: Pull complete [2020-09-15T04:36:47.306Z] 2a8b12db71e7: Pull complete [2020-09-15T04:36:48.260Z] 6ca5941a6612: Pull complete [2020-09-15T04:36:48.521Z] ecc8261a40a4: Pull complete [2020-09-15T04:36:48.521Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-15T04:36:48.521Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-15T04:36:48.521Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-15T04:36:48.648Z] prd-centos7-docker-4c-2g-43216 does not seem to be running inside a container [2020-09-15T04:36:48.698Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-588 -v /w/workspace/dgexfoundry_device-sdk-go_PR-588:/w/workspace/dgexfoundry_device-sdk-go_PR-588:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-588@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-15T04:36:50.587Z] $ docker top 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-15T04:36:51.049Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T04:36:51.049Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T04:36:51.262Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T04:36:51.267Z] $ docker exec 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 ssh-agent [2020-09-15T04:36:51.425Z] SSH_AUTH_SOCK=/tmp/ssh-pDqrMqESxe0G/agent.13 [2020-09-15T04:36:51.425Z] SSH_AGENT_PID=18 [2020-09-15T04:36:51.437Z] Running ssh-add (command line suppressed) [2020-09-15T04:36:51.559Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/private_key_2809483894544887543.key (/w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/private_key_2809483894544887543.key) [2020-09-15T04:36:51.604Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T04:36:51.986Z] + git describe --exact-match --tags HEAD [2020-09-15T04:36:51.986Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-15T04:36:52.076Z] $ docker exec --env ******** --env ******** 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 ssh-agent -k [2020-09-15T04:36:52.240Z] unset SSH_AUTH_SOCK; [2020-09-15T04:36:52.241Z] unset SSH_AGENT_PID; [2020-09-15T04:36:52.241Z] echo Agent pid 18 killed; [2020-09-15T04:36:52.291Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-15T04:36:52.459Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-15T04:36:52.459Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-15T04:36:52.595Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-15T04:36:52.595Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-15T04:36:52.767Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-15T04:36:52.772Z] $ docker exec 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 ssh-agent [2020-09-15T04:36:52.968Z] SSH_AUTH_SOCK=/tmp/ssh-CA79PtxR2CMD/agent.47 [2020-09-15T04:36:52.968Z] SSH_AGENT_PID=52 [2020-09-15T04:36:52.974Z] Running ssh-add (command line suppressed) [2020-09-15T04:36:53.092Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/private_key_8337235786252345528.key (/w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/private_key_8337235786252345528.key) [2020-09-15T04:36:53.136Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-15T04:36:53.518Z] + git semver init [2020-09-15T04:36:53.518Z] # -> Open(): unable to determine branch for HEAD [2020-09-15T04:36:53.518Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-588/.git [2020-09-15T04:36:53.518Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-588 [2020-09-15T04:36:53.518Z] # $SEMVER_REMOTE_NAME = origin [2020-09-15T04:36:53.518Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-15T04:36:53.518Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-15T04:36:53.518Z] # $SEMVER_BRANCH = PR-588 [2020-09-15T04:36:53.518Z] # $SEMVER_TEMP = /tmp/semver-844397295 [2020-09-15T04:36:53.518Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-15T04:36:54.092Z] # '/tmp/semver-844397295' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-588/.semver' [2020-09-15T04:36:54.092Z] # -> Force: false [2020-09-15T04:36:54.092Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-588/.semver [Pipeline] } [2020-09-15T04:36:54.113Z] $ docker exec --env ******** --env ******** 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 ssh-agent -k [2020-09-15T04:36:54.284Z] unset SSH_AUTH_SOCK; [2020-09-15T04:36:54.285Z] unset SSH_AGENT_PID; [2020-09-15T04:36:54.285Z] echo Agent pid 52 killed; [2020-09-15T04:36:54.337Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-15T04:36:54.934Z] + git semver [Pipeline] } [2020-09-15T04:36:54.969Z] $ docker stop --time=1 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 [2020-09-15T04:36:56.323Z] $ docker rm -f 3d84229f0a1e3c9d2c93fa9eaa3c74e6389569af0493c4aa23381dd7244862a1 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-15T04:36:57.253Z] Stashed 33 file(s) [Pipeline] echo [2020-09-15T04:36:57.277Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-15T04:36:57.416Z] 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-15T04:37:13.225Z] Still waiting to schedule task [2020-09-15T04:37:13.225Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-15T04:37:13.254Z] Still waiting to schedule task [2020-09-15T04:37:13.254Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-15T04:39:11.869Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43217 in /w/workspace/dgexfoundry_device-sdk-go_PR-588 [Pipeline] { [Pipeline] ws [2020-09-15T04:39:12.035Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-15T04:39:17.905Z] using credential edgex-jenkins-ssh [2020-09-15T04:39:17.989Z] Cloning the remote Git repository [2020-09-15T04:39:17.989Z] Cloning with configured refspecs honoured and without tags [2020-09-15T04:39:18.046Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T04:39:18.165Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-15T04:39:18.235Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T04:39:18.236Z] > git --version # timeout=10 [2020-09-15T04:39:18.252Z] > git --version # 'git version 2.17.1' [2020-09-15T04:39:18.254Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T04:39:18.318Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T04:39:19.293Z] Fetching without tags [2020-09-15T04:39:19.753Z] Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [2020-09-15T04:39:19.977Z] Merge succeeded, producing 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [2020-09-15T04:39:19.978Z] Checking out Revision 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 (PR-588) [2020-09-15T04:39:19.212Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T04:39:19.236Z] > git config --add remote.origin.fetch +refs/pull/588/head:refs/remotes/origin/PR-588 # timeout=10 [2020-09-15T04:39:19.253Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T04:39:19.275Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T04:39:19.312Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T04:39:19.313Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T04:39:19.325Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T04:39:19.776Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T04:39:19.791Z] > git checkout -f 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 # timeout=10 [2020-09-15T04:39:19.910Z] > git remote # timeout=10 [2020-09-15T04:39:19.925Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T04:39:19.935Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T04:39:19.945Z] > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 [2020-09-15T04:39:19.967Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T04:39:19.992Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T04:39:20.012Z] > git checkout -f 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 # timeout=10 [2020-09-15T04:39:24.453Z] Commit message: "build: upgrade to use Go 1.15" [2020-09-15T04:39:24.522Z] > git --version # timeout=10 [2020-09-15T04:39:24.533Z] > git --version # 'git version 2.17.1' [2020-09-15T04:39:24.543Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T04:39:26.084Z] ========================================================= [2020-09-15T04:39:26.084Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-15T04:39:26.084Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:39:27.113Z] + 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-15T04:39:28.112Z] Sending build context to Docker daemon 3.139MB [2020-09-15T04:39:28.112Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T04:39:28.112Z] Step 2/8 : FROM ${BASE} [2020-09-15T04:39:28.391Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-15T04:39:28.391Z] b538f80385f9: Pulling fs layer [2020-09-15T04:39:28.391Z] 74f711af9a0d: Pulling fs layer [2020-09-15T04:39:28.391Z] 99f96fe45779: Pulling fs layer [2020-09-15T04:39:28.391Z] 8529a6b9a6be: Pulling fs layer [2020-09-15T04:39:28.391Z] 45590311c82a: Pulling fs layer [2020-09-15T04:39:28.391Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-15T04:39:28.391Z] 209524e5b208: Pulling fs layer [2020-09-15T04:39:28.391Z] 8529a6b9a6be: Waiting [2020-09-15T04:39:28.391Z] 45590311c82a: Waiting [2020-09-15T04:39:28.391Z] 69ca0ff8b7b3: Waiting [2020-09-15T04:39:28.391Z] 209524e5b208: Waiting [2020-09-15T04:39:28.670Z] 99f96fe45779: Verifying Checksum [2020-09-15T04:39:28.670Z] 99f96fe45779: Download complete [2020-09-15T04:39:28.670Z] 74f711af9a0d: Verifying Checksum [2020-09-15T04:39:28.670Z] 74f711af9a0d: Download complete [2020-09-15T04:39:28.670Z] 45590311c82a: Verifying Checksum [2020-09-15T04:39:28.670Z] 45590311c82a: Download complete [2020-09-15T04:39:28.670Z] b538f80385f9: Verifying Checksum [2020-09-15T04:39:28.670Z] b538f80385f9: Download complete [2020-09-15T04:39:28.670Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-15T04:39:28.670Z] 69ca0ff8b7b3: Download complete [2020-09-15T04:39:29.673Z] b538f80385f9: Pull complete [2020-09-15T04:39:30.287Z] 74f711af9a0d: Pull complete [2020-09-15T04:39:30.569Z] 99f96fe45779: Pull complete [2020-09-15T04:39:30.850Z] 209524e5b208: Download complete [2020-09-15T04:39:32.297Z] 8529a6b9a6be: Verifying Checksum [2020-09-15T04:39:32.297Z] 8529a6b9a6be: Download complete [2020-09-15T04:39:42.515Z] 8529a6b9a6be: Pull complete [2020-09-15T04:39:42.790Z] 45590311c82a: Pull complete [2020-09-15T04:39:43.404Z] 69ca0ff8b7b3: Pull complete [2020-09-15T04:39:47.788Z] 209524e5b208: Pull complete [2020-09-15T04:39:47.788Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-15T04:39:47.788Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-15T04:39:47.788Z] ---> 5bddaf1c2fca [2020-09-15T04:39:47.788Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T04:39:49.816Z] ---> Running in 232ddcaee30d [2020-09-15T04:39:50.425Z] Removing intermediate container 232ddcaee30d [2020-09-15T04:39:50.425Z] ---> 702fd2c4bbe8 [2020-09-15T04:39:50.425Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T04:39:50.425Z] ---> Running in 0dadd582e1a7 [2020-09-15T04:39:53.104Z] Removing intermediate container 0dadd582e1a7 [2020-09-15T04:39:53.104Z] ---> 237a8c3cae33 [2020-09-15T04:39:53.104Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T04:39:53.104Z] ---> Running in 95aa3a4f0521 [2020-09-15T04:39:54.572Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T04:39:55.556Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T04:39:56.162Z] OK: 142 MiB in 39 packages [2020-09-15T04:39:57.628Z] Removing intermediate container 95aa3a4f0521 [2020-09-15T04:39:57.628Z] ---> 72399ef022f6 [2020-09-15T04:39:57.628Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T04:39:57.628Z] ---> Running in dd64bf1465e4 [2020-09-15T04:39:57.905Z] Removing intermediate container dd64bf1465e4 [2020-09-15T04:39:57.905Z] ---> ad07dcf0505a [2020-09-15T04:39:57.905Z] Step 7/8 : COPY . . [2020-09-15T04:39:59.357Z] ---> ec6cd68e9ad7 [2020-09-15T04:39:59.357Z] Step 8/8 : RUN go mod download [2020-09-15T04:39:59.357Z] ---> Running in 97c711786725 [2020-09-15T04:40:14.495Z] Removing intermediate container 97c711786725 [2020-09-15T04:40:14.495Z] ---> 937bd59ed12b [2020-09-15T04:40:14.495Z] Successfully built 937bd59ed12b [2020-09-15T04:40:14.495Z] 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-15T04:40:15.522Z] + docker inspect -f . ci-base-image-arm64 [2020-09-15T04:40:15.522Z] . [Pipeline] withDockerContainer [2020-09-15T04:40:15.578Z] Running on prd-centos7-docker-4c-2g-43218 in /w/workspace/dgexfoundry_device-sdk-go_PR-588 [2020-09-15T04:40:15.811Z] prd-ubuntu18.04-docker-arm64-4c-16g-43217 does not seem to be running inside a container [2020-09-15T04:40:15.896Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@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 ******** -e ******** ci-base-image-arm64 cat [2020-09-15T04:40:17.753Z] $ docker top aa49f89a2244ea7f64b035ce4b9030f974bbbf82ab3df4b0c07e58dc3a614b90 -eo pid,comm [Pipeline] { [Pipeline] { [Pipeline] sh [Pipeline] ws [2020-09-15T04:40:18.485Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-15T04:40:19.426Z] + go version [2020-09-15T04:40:19.426Z] go version go1.15.2 linux/arm64 [Pipeline] sh [2020-09-15T04:40:20.491Z] + make test [2020-09-15T04:40:20.491Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T04:40:21.482Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T04:40:24.173Z] using credential edgex-jenkins-ssh [2020-09-15T04:40:24.225Z] Cloning the remote Git repository [2020-09-15T04:40:24.225Z] Cloning with configured refspecs honoured and without tags [2020-09-15T04:40:25.133Z] Fetching without tags [2020-09-15T04:40:24.255Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T04:40:24.337Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-15T04:40:24.390Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T04:40:24.390Z] > git --version # timeout=10 [2020-09-15T04:40:24.407Z] > git --version # 'git version 2.16.5' [2020-09-15T04:40:24.408Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T04:40:24.439Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T04:40:25.068Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T04:40:25.076Z] > git config --add remote.origin.fetch +refs/pull/588/head:refs/remotes/origin/PR-588 # timeout=10 [2020-09-15T04:40:25.101Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T04:40:25.123Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-15T04:40:25.138Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-15T04:40:25.139Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T04:40:25.143Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/588/head:refs/remotes/origin/PR-588 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-15T04:40:25.554Z] Merging remotes/origin/master commit 4000e27a9f725d20d01bd2b86b2182ef891199d8 into PR head commit 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [2020-09-15T04:40:25.714Z] Merge succeeded, producing 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [2020-09-15T04:40:25.714Z] Checking out Revision 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 (PR-588) [2020-09-15T04:40:25.564Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T04:40:25.584Z] > git checkout -f 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 # timeout=10 [2020-09-15T04:40:25.642Z] > git remote # timeout=10 [2020-09-15T04:40:25.657Z] > git config --get remote.origin.url # timeout=10 [2020-09-15T04:40:25.662Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-15T04:40:25.666Z] > git merge 4000e27a9f725d20d01bd2b86b2182ef891199d8 # timeout=10 [2020-09-15T04:40:25.684Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-15T04:40:25.718Z] > git config core.sparsecheckout # timeout=10 [2020-09-15T04:40:25.740Z] > git checkout -f 9448c71d6b1cc28db2ca483ba4cc03739b377aa2 # timeout=10 [2020-09-15T04:40:29.765Z] Commit message: "build: upgrade to use Go 1.15" [2020-09-15T04:40:29.806Z] > git --version # timeout=10 [2020-09-15T04:40:29.897Z] > git --version # 'git version 2.16.5' [2020-09-15T04:40:29.922Z] fatal: bad object 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-15T04:40:31.378Z] ========================================================= [2020-09-15T04:40:31.378Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-15T04:40:31.378Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:40:32.677Z] + 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-15T04:40:33.275Z] Sending build context to Docker daemon 3.139MB [2020-09-15T04:40:33.275Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-15T04:40:33.275Z] Step 2/8 : FROM ${BASE} [2020-09-15T04:40:33.275Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-15T04:40:33.275Z] df20fa9351a1: Pulling fs layer [2020-09-15T04:40:33.275Z] ed8968b2872e: Pulling fs layer [2020-09-15T04:40:33.275Z] a92cc7c5fd73: Pulling fs layer [2020-09-15T04:40:33.275Z] e871e8e8d7a9: Pulling fs layer [2020-09-15T04:40:33.275Z] e73272ec9a57: Pulling fs layer [2020-09-15T04:40:33.275Z] 1e910a182e73: Pulling fs layer [2020-09-15T04:40:33.275Z] 4e634b169226: Pulling fs layer [2020-09-15T04:40:33.275Z] e73272ec9a57: Waiting [2020-09-15T04:40:33.275Z] e871e8e8d7a9: Waiting [2020-09-15T04:40:33.275Z] 1e910a182e73: Waiting [2020-09-15T04:40:33.275Z] 4e634b169226: Waiting [2020-09-15T04:40:33.275Z] a92cc7c5fd73: Download complete [2020-09-15T04:40:33.275Z] ed8968b2872e: Verifying Checksum [2020-09-15T04:40:33.275Z] ed8968b2872e: Download complete [2020-09-15T04:40:33.564Z] e73272ec9a57: Verifying Checksum [2020-09-15T04:40:33.565Z] e73272ec9a57: Download complete [2020-09-15T04:40:33.565Z] 1e910a182e73: Verifying Checksum [2020-09-15T04:40:33.565Z] 1e910a182e73: Download complete [2020-09-15T04:40:33.565Z] df20fa9351a1: Verifying Checksum [2020-09-15T04:40:33.565Z] df20fa9351a1: Download complete [2020-09-15T04:40:33.905Z] df20fa9351a1: Pull complete [2020-09-15T04:40:34.210Z] ed8968b2872e: Pull complete [2020-09-15T04:40:34.519Z] a92cc7c5fd73: Pull complete [2020-09-15T04:40:38.990Z] 4e634b169226: Verifying Checksum [2020-09-15T04:40:38.990Z] 4e634b169226: Download complete [2020-09-15T04:40:39.303Z] e871e8e8d7a9: Verifying Checksum [2020-09-15T04:40:39.303Z] e871e8e8d7a9: Download complete [2020-09-15T04:40:47.599Z] e871e8e8d7a9: Pull complete [2020-09-15T04:40:47.599Z] e73272ec9a57: Pull complete [2020-09-15T04:40:47.879Z] 1e910a182e73: Pull complete [2020-09-15T04:40:53.352Z] 4e634b169226: Pull complete [2020-09-15T04:40:53.352Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-15T04:40:53.352Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-15T04:40:53.352Z] ---> f7629b54cfaa [2020-09-15T04:40:53.352Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T04:40:53.352Z] ---> Running in 994bbd043d1f [2020-09-15T04:40:53.352Z] Removing intermediate container 994bbd043d1f [2020-09-15T04:40:53.352Z] ---> ebf8c953db7e [2020-09-15T04:40:53.352Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T04:40:53.352Z] ---> Running in 93994fed12d6 [2020-09-15T04:40:53.884Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T04:40:53.884Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T04:40:53.884Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T04:40:53.884Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.018s coverage: 21.0% of statements [2020-09-15T04:40:53.884Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.162s coverage: 95.7% of statements [2020-09-15T04:40:54.795Z] Removing intermediate container 93994fed12d6 [2020-09-15T04:40:54.795Z] ---> ba0b07e98ace [2020-09-15T04:40:54.795Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-15T04:40:54.795Z] ---> Running in 6223f45cda49 [2020-09-15T04:40:55.415Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T04:40:56.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T04:40:56.649Z] OK: 166 MiB in 39 packages [2020-09-15T04:40:57.246Z] Removing intermediate container 6223f45cda49 [2020-09-15T04:40:57.246Z] ---> 048cddf051e8 [2020-09-15T04:40:57.246Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-15T04:40:57.246Z] ---> Running in 17e6b279de6c [2020-09-15T04:40:57.512Z] Removing intermediate container 17e6b279de6c [2020-09-15T04:40:57.512Z] ---> 298987d98556 [2020-09-15T04:40:57.512Z] Step 7/8 : COPY . . [2020-09-15T04:40:58.504Z] ---> 0a430e805677 [2020-09-15T04:40:58.504Z] Step 8/8 : RUN go mod download [2020-09-15T04:40:58.504Z] ---> Running in 884c896fc435 [2020-09-15T04:41:10.958Z] Removing intermediate container 884c896fc435 [2020-09-15T04:41:10.958Z] ---> b814ca3d0375 [2020-09-15T04:41:10.958Z] Successfully built b814ca3d0375 [2020-09-15T04:41:10.958Z] 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-15T04:41:11.995Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-15T04:41:11.995Z] . [Pipeline] withDockerContainer [2020-09-15T04:41:12.159Z] prd-centos7-docker-4c-2g-43218 does not seem to be running inside a container [2020-09-15T04:41:12.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-15T04:41:13.207Z] $ docker top e3745c7b40f5971eff269f4c5e15f77dfc9ceadf4cba985c878e51b7457556c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T04:41:13.979Z] + go version [2020-09-15T04:41:13.979Z] go version go1.15.2 linux/amd64 [Pipeline] sh [2020-09-15T04:41:14.422Z] + make test [2020-09-15T04:41:14.422Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2020-09-15T04:41:15.491Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-15T04:41:26.250Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.030s coverage: 8.6% of statements [2020-09-15T04:41:26.251Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.021s coverage: 21.7% of statements [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T04:41:26.251Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.071s coverage: 37.0% of statements [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T04:41:26.251Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.139s coverage: 65.4% of statements [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T04:41:26.251Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.063s coverage: 52.6% of statements [2020-09-15T04:41:26.251Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.273s coverage: 68.9% of statements [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T04:41:26.251Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T04:41:26.251Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T04:41:30.584Z] gofmt -l . [2020-09-15T04:41:30.584Z] [ "`gofmt -l .`" = "" ] [2020-09-15T04:41:30.584Z] ./bin/test-attribution-txt.sh [2020-09-15T04:41:31.261Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-15T04:41:31.261Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-15T04:41:31.261Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-15T04:41:31.261Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.021s coverage: 21.0% of statements [2020-09-15T04:41:31.261Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.116s coverage: 95.7% of statements [2020-09-15T04:41:31.563Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T04:41:32.571Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T04:41:32.597Z] $ docker stop --time=1 aa49f89a2244ea7f64b035ce4b9030f974bbbf82ab3df4b0c07e58dc3a614b90 [2020-09-15T04:41:34.607Z] $ docker rm -f aa49f89a2244ea7f64b035ce4b9030f974bbbf82ab3df4b0c07e58dc3a614b90 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T04:41:38.393Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T04:41:38.740Z] + ls -al . [2020-09-15T04:41:38.740Z] total 228 [2020-09-15T04:41:38.740Z] drwxrwxr-x 11 jenkins jenkins 4096 Sep 15 04:41 . [2020-09-15T04:41:38.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 04:39 .. [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 140 Sep 15 04:39 .dockerignore [2020-09-15T04:41:38.740Z] drwxrwxr-x 8 jenkins jenkins 4096 Sep 15 04:39 .git [2020-09-15T04:41:38.740Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 04:39 .github [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 138 Sep 15 04:39 .gitignore [2020-09-15T04:41:38.740Z] drwxrwxr-x 3 jenkins jenkins 4096 Sep 15 04:39 .semver [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 936 Sep 15 04:39 Dockerfile.build [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 785 Sep 15 04:39 Jenkinsfile [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 11341 Sep 15 04:39 LICENSE [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 892 Sep 15 04:39 Makefile [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 5897 Sep 15 04:39 README.md [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 4291 Sep 15 04:39 RELEASE-NOTES.txt [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 5 Sep 15 04:36 VERSION [2020-09-15T04:41:38.740Z] drwxrwxr-x 2 jenkins jenkins 4096 Sep 15 04:39 bin [2020-09-15T04:41:38.740Z] -rw-r--r-- 1 jenkins jenkins 111650 Sep 15 04:41 coverage.out [2020-09-15T04:41:38.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 04:39 example [2020-09-15T04:41:38.740Z] -rw-r--r-- 1 jenkins jenkins 446 Sep 15 04:41 go.mod [2020-09-15T04:41:38.740Z] -rw-r--r-- 1 jenkins jenkins 12179 Sep 15 04:41 go.sum [2020-09-15T04:41:38.740Z] drwxrwxr-x 13 jenkins jenkins 4096 Sep 15 04:39 internal [2020-09-15T04:41:38.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 04:39 openapi [2020-09-15T04:41:38.740Z] drwxrwxr-x 5 jenkins jenkins 4096 Sep 15 04:39 pkg [2020-09-15T04:41:38.740Z] drwxrwxr-x 4 jenkins jenkins 4096 Sep 15 04:39 snap [2020-09-15T04:41:38.740Z] -rw-rw-r-- 1 jenkins jenkins 222 Sep 15 04:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:41:39.114Z] + 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=9448c71d6b1cc28db2ca483ba4cc03739b377aa2 --label arch=arm64 --label version=0.0.0 . [2020-09-15T04:41:39.715Z] Sending build context to Docker daemon 3.253MB [2020-09-15T04:41:39.715Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T04:41:39.715Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T04:41:39.715Z] ---> 937bd59ed12b [2020-09-15T04:41:39.715Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T04:41:39.990Z] ---> Running in 623b21330489 [2020-09-15T04:41:40.266Z] Removing intermediate container 623b21330489 [2020-09-15T04:41:40.266Z] ---> 3f98b461ab7c [2020-09-15T04:41:40.266Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T04:41:40.266Z] ---> Running in ff78d5c17096 [2020-09-15T04:41:40.872Z] Removing intermediate container ff78d5c17096 [2020-09-15T04:41:40.872Z] ---> 0255825d4d2f [2020-09-15T04:41:40.872Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T04:41:40.872Z] ---> Running in 808f51f831cb [2020-09-15T04:41:41.469Z] Removing intermediate container 808f51f831cb [2020-09-15T04:41:41.469Z] ---> d29bfde52e99 [2020-09-15T04:41:41.469Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T04:41:41.469Z] ---> Running in ae1d8d712b68 [2020-09-15T04:41:44.100Z] Removing intermediate container ae1d8d712b68 [2020-09-15T04:41:44.100Z] ---> c6220abd5cc4 [2020-09-15T04:41:44.100Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T04:41:44.100Z] ---> Running in e3c0f8cd3830 [2020-09-15T04:41:45.540Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-15T04:41:46.131Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-15T04:41:47.104Z] OK: 142 MiB in 39 packages [2020-09-15T04:41:48.080Z] Removing intermediate container e3c0f8cd3830 [2020-09-15T04:41:48.080Z] ---> be82f926e10a [2020-09-15T04:41:48.080Z] Step 8/24 : COPY . . [2020-09-15T04:41:49.060Z] ---> 7c69b3db39ac [2020-09-15T04:41:49.060Z] Step 9/24 : RUN ${MAKE} [2020-09-15T04:41:49.332Z] ---> Running in d0cf4d5a0853 [2020-09-15T04:41:50.763Z] 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-15T04:42:03.583Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.016s coverage: 8.6% of statements [2020-09-15T04:42:03.583Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.012s coverage: 21.7% of statements [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-15T04:42:03.583Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.045s coverage: 37.0% of statements [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-15T04:42:03.583Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.056s coverage: 65.4% of statements [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-15T04:42:03.583Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.119s coverage: 52.6% of statements [2020-09-15T04:42:03.583Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.080s coverage: 68.9% of statements [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-15T04:42:03.583Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-15T04:42:03.583Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-09-15T04:42:04.873Z] gofmt -l . [2020-09-15T04:42:05.155Z] [ "`gofmt -l .`" = "" ] [2020-09-15T04:42:05.155Z] ./bin/test-attribution-txt.sh [2020-09-15T04:42:05.782Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-09-15T04:42:06.463Z] Warning: overwriting stash ‘coverage-report’ [2020-09-15T04:42:07.061Z] Stashed 1 file(s) [Pipeline] } [2020-09-15T04:42:07.086Z] $ docker stop --time=1 e3745c7b40f5971eff269f4c5e15f77dfc9ceadf4cba985c878e51b7457556c9 [2020-09-15T04:42:08.759Z] $ docker rm -f e3745c7b40f5971eff269f4c5e15f77dfc9ceadf4cba985c878e51b7457556c9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-15T04:42:10.144Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-09-15T04:42:10.629Z] + ls -al . [2020-09-15T04:42:10.629Z] total 188 [2020-09-15T04:42:10.629Z] drwxrwxr-x. 11 jenkins jenkins 4096 Sep 15 04:42 . [2020-09-15T04:42:10.629Z] drwxrwxr-x. 4 jenkins jenkins 28 Sep 15 04:40 .. [2020-09-15T04:42:10.629Z] drwxrwxr-x. 2 jenkins jenkins 64 Sep 15 04:40 bin [2020-09-15T04:42:10.629Z] -rw-r--r--. 1 jenkins jenkins 111650 Sep 15 04:42 coverage.out [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 936 Sep 15 04:40 Dockerfile.build [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 140 Sep 15 04:40 .dockerignore [2020-09-15T04:42:10.629Z] drwxrwxr-x. 4 jenkins jenkins 48 Sep 15 04:40 example [2020-09-15T04:42:10.629Z] drwxrwxr-x. 8 jenkins jenkins 179 Sep 15 04:40 .git [2020-09-15T04:42:10.629Z] drwxrwxr-x. 2 jenkins jenkins 60 Sep 15 04:40 .github [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 138 Sep 15 04:40 .gitignore [2020-09-15T04:42:10.629Z] -rw-r--r--. 1 jenkins jenkins 446 Sep 15 04:42 go.mod [2020-09-15T04:42:10.629Z] -rw-r--r--. 1 jenkins jenkins 12179 Sep 15 04:42 go.sum [2020-09-15T04:42:10.629Z] drwxrwxr-x. 13 jenkins jenkins 184 Sep 15 04:40 internal [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 785 Sep 15 04:40 Jenkinsfile [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 11341 Sep 15 04:40 LICENSE [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 892 Sep 15 04:40 Makefile [2020-09-15T04:42:10.629Z] drwxrwxr-x. 4 jenkins jenkins 26 Sep 15 04:40 openapi [2020-09-15T04:42:10.629Z] drwxrwxr-x. 5 jenkins jenkins 50 Sep 15 04:40 pkg [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 5897 Sep 15 04:40 README.md [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 4291 Sep 15 04:40 RELEASE-NOTES.txt [2020-09-15T04:42:10.629Z] drwxrwxr-x. 3 jenkins jenkins 58 Sep 15 04:40 .semver [2020-09-15T04:42:10.629Z] drwxrwxr-x. 4 jenkins jenkins 54 Sep 15 04:40 snap [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 5 Sep 15 04:36 VERSION [2020-09-15T04:42:10.629Z] -rw-rw-r--. 1 jenkins jenkins 222 Sep 15 04:40 version.go [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:42:11.085Z] + 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=9448c71d6b1cc28db2ca483ba4cc03739b377aa2 --label arch=amd64 --label version=0.0.0 . [2020-09-15T04:42:11.367Z] Sending build context to Docker daemon 3.253MB [2020-09-15T04:42:11.367Z] Step 1/24 : ARG BASE=golang:1.15-alpine [2020-09-15T04:42:11.367Z] Step 2/24 : FROM ${BASE} AS builder [2020-09-15T04:42:11.367Z] ---> b814ca3d0375 [2020-09-15T04:42:11.367Z] Step 3/24 : ARG MAKE='make build' [2020-09-15T04:42:11.636Z] ---> Running in 0adc60e16b22 [2020-09-15T04:42:11.904Z] Removing intermediate container 0adc60e16b22 [2020-09-15T04:42:11.904Z] ---> c2d92e6cbd6c [2020-09-15T04:42:11.904Z] Step 4/24 : WORKDIR /device-sdk-go [2020-09-15T04:42:11.904Z] ---> Running in 2d99b3f686c0 [2020-09-15T04:42:12.197Z] Removing intermediate container 2d99b3f686c0 [2020-09-15T04:42:12.197Z] ---> ee7ac3e24829 [2020-09-15T04:42:12.197Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T04:42:12.197Z] ---> Running in d6b21736ac5c [2020-09-15T04:42:12.467Z] Removing intermediate container d6b21736ac5c [2020-09-15T04:42:12.467Z] ---> 87dd0d3bf729 [2020-09-15T04:42:12.467Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-15T04:42:12.467Z] ---> Running in 56c613a30a24 [2020-09-15T04:42:12.964Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T04:42:13.923Z] Removing intermediate container 56c613a30a24 [2020-09-15T04:42:13.923Z] ---> 8aed68a97fa1 [2020-09-15T04:42:13.923Z] Step 7/24 : RUN apk add --update --no-cache make git [2020-09-15T04:42:13.923Z] ---> Running in 3da3df41d59a [2020-09-15T04:42:14.521Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-15T04:42:15.155Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-15T04:42:15.440Z] OK: 166 MiB in 39 packages [2020-09-15T04:42:15.580Z] Removing intermediate container d0cf4d5a0853 [2020-09-15T04:42:15.580Z] ---> f7dc47dd975c [2020-09-15T04:42:15.580Z] Step 10/24 : FROM scratch [2020-09-15T04:42:15.580Z] ---> [2020-09-15T04:42:15.580Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T04:42:15.580Z] ---> Running in a47b8942670b [2020-09-15T04:42:15.580Z] Removing intermediate container a47b8942670b [2020-09-15T04:42:15.580Z] ---> 495790e6b1c2 [2020-09-15T04:42:15.580Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T04:42:15.853Z] ---> Running in 6f30ba1d67ef [2020-09-15T04:42:16.044Z] Removing intermediate container 3da3df41d59a [2020-09-15T04:42:16.045Z] ---> 8b621b93a771 [2020-09-15T04:42:16.045Z] Step 8/24 : COPY . . [2020-09-15T04:42:16.125Z] Removing intermediate container 6f30ba1d67ef [2020-09-15T04:42:16.125Z] ---> c7e5be42cd06 [2020-09-15T04:42:16.125Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T04:42:16.397Z] ---> Running in c9e040bd7ab9 [2020-09-15T04:42:16.667Z] Removing intermediate container c9e040bd7ab9 [2020-09-15T04:42:16.667Z] ---> 20ffd06b030a [2020-09-15T04:42:16.667Z] Step 14/24 : WORKDIR / [2020-09-15T04:42:16.940Z] ---> Running in 6a42daf2d11b [2020-09-15T04:42:17.012Z] ---> 55a6983fcc3f [2020-09-15T04:42:17.012Z] Step 9/24 : RUN ${MAKE} [2020-09-15T04:42:17.012Z] ---> Running in 33b3f1203904 [2020-09-15T04:42:17.214Z] Removing intermediate container 6a42daf2d11b [2020-09-15T04:42:17.214Z] ---> 5b29ec7e713c [2020-09-15T04:42:17.214Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T04:42:18.016Z] 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-15T04:42:18.646Z] ---> 1b106c6fc0cc [2020-09-15T04:42:18.646Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T04:42:19.242Z] ---> 8c8a16878b1b [2020-09-15T04:42:19.242Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T04:42:19.836Z] ---> b55fe9937cf0 [2020-09-15T04:42:19.836Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T04:42:20.437Z] ---> 47f378c60884 [2020-09-15T04:42:20.437Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T04:42:21.418Z] ---> fae5e414ae24 [2020-09-15T04:42:21.418Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T04:42:21.418Z] ---> Running in 33a9a95893d0 [2020-09-15T04:42:22.014Z] Removing intermediate container 33a9a95893d0 [2020-09-15T04:42:22.014Z] ---> 85896627029a [2020-09-15T04:42:22.014Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T04:42:22.014Z] ---> Running in 5fa4a512c20f [2020-09-15T04:42:22.288Z] Removing intermediate container 5fa4a512c20f [2020-09-15T04:42:22.288Z] ---> d7e335f978f1 [2020-09-15T04:42:22.288Z] Step 22/24 : LABEL arch=arm64 [2020-09-15T04:42:22.565Z] ---> Running in 23e5118096e2 [2020-09-15T04:42:23.158Z] Removing intermediate container 23e5118096e2 [2020-09-15T04:42:23.158Z] ---> 9fb5c9f180db [2020-09-15T04:42:23.158Z] Step 23/24 : LABEL git_sha=9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [2020-09-15T04:42:23.158Z] ---> Running in e51a98c3fa87 [2020-09-15T04:42:23.431Z] Removing intermediate container e51a98c3fa87 [2020-09-15T04:42:23.431Z] ---> c47201e89e28 [2020-09-15T04:42:23.431Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T04:42:23.703Z] ---> Running in aa2ef4743c24 [2020-09-15T04:42:24.297Z] Removing intermediate container aa2ef4743c24 [2020-09-15T04:42:24.297Z] ---> 466503177ba2 [2020-09-15T04:42:24.297Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T04:42:24.297Z] Successfully built 466503177ba2 [2020-09-15T04:42:24.297Z] 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] } [2020-09-15T04:42:30.626Z] CGO_ENABLED=0 GO111MODULE=on go install -tags=safe [2020-09-15T04:42:33.320Z] Removing intermediate container 33b3f1203904 [2020-09-15T04:42:33.320Z] ---> 2c1e4221a4c9 [2020-09-15T04:42:33.320Z] Step 10/24 : FROM scratch [2020-09-15T04:42:33.320Z] ---> [2020-09-15T04:42:33.320Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-15T04:42:33.320Z] ---> Running in 385bc026ae8b [2020-09-15T04:42:33.320Z] Removing intermediate container 385bc026ae8b [2020-09-15T04:42:33.320Z] ---> 0ae562302838 [2020-09-15T04:42:33.320Z] Step 12/24 : ENV APP_PORT=49990 [2020-09-15T04:42:33.596Z] ---> Running in 0a59116eb269 [2020-09-15T04:42:33.865Z] Removing intermediate container 0a59116eb269 [2020-09-15T04:42:33.865Z] ---> a63a6b7e3738 [2020-09-15T04:42:33.865Z] Step 13/24 : EXPOSE $APP_PORT [2020-09-15T04:42:33.865Z] ---> Running in 234e8c9c9926 [2020-09-15T04:42:34.179Z] Removing intermediate container 234e8c9c9926 [2020-09-15T04:42:34.179Z] ---> 1506a302b539 [2020-09-15T04:42:34.179Z] Step 14/24 : WORKDIR / [2020-09-15T04:42:34.179Z] ---> Running in 17816cbfa36e [2020-09-15T04:42:34.464Z] Removing intermediate container 17816cbfa36e [2020-09-15T04:42:34.464Z] ---> 8c14fb8773fc [2020-09-15T04:42:34.464Z] Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [2020-09-15T04:42:35.086Z] ---> c6aac2e8d068 [2020-09-15T04:42:35.086Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml [2020-09-15T04:42:35.355Z] ---> e4990525bfd4 [2020-09-15T04:42:35.355Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml [2020-09-15T04:42:35.619Z] ---> b45b4566b702 [2020-09-15T04:42:35.619Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png [2020-09-15T04:42:35.893Z] ---> 8ff47aa50c14 [2020-09-15T04:42:35.893Z] Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg [2020-09-15T04:42:36.501Z] ---> a485ded3e1a3 [2020-09-15T04:42:36.501Z] Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] [2020-09-15T04:42:36.501Z] ---> Running in 37ba77dec3dc [2020-09-15T04:42:36.786Z] Removing intermediate container 37ba77dec3dc [2020-09-15T04:42:36.786Z] ---> 991760a42752 [2020-09-15T04:42:36.786Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2020-09-15T04:42:36.786Z] ---> Running in 69dde04d620d [2020-09-15T04:42:37.053Z] Removing intermediate container 69dde04d620d [2020-09-15T04:42:37.053Z] ---> 75c23e234c52 [2020-09-15T04:42:37.053Z] Step 22/24 : LABEL arch=amd64 [2020-09-15T04:42:37.053Z] ---> Running in 775f44964688 [2020-09-15T04:42:37.336Z] Removing intermediate container 775f44964688 [2020-09-15T04:42:37.336Z] ---> 52d1ff750924 [2020-09-15T04:42:37.336Z] Step 23/24 : LABEL git_sha=9448c71d6b1cc28db2ca483ba4cc03739b377aa2 [2020-09-15T04:42:37.336Z] ---> Running in c1b5d658bdd4 [2020-09-15T04:42:37.605Z] Removing intermediate container c1b5d658bdd4 [2020-09-15T04:42:37.605Z] ---> 8f24d133959e [2020-09-15T04:42:37.605Z] Step 24/24 : LABEL version=0.0.0 [2020-09-15T04:42:37.605Z] ---> Running in ef81a9d40562 [2020-09-15T04:42:37.886Z] Removing intermediate container ef81a9d40562 [2020-09-15T04:42:37.886Z] ---> ec275d33b1b5 [2020-09-15T04:42:37.887Z] [Warning] One or more build-args [ARCH] were not consumed [2020-09-15T04:42:37.887Z] Successfully built ec275d33b1b5 [2020-09-15T04:42:37.887Z] 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] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-09-15T04:42:41.125Z] provisioning config files... [2020-09-15T04:42:41.137Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/config4972434040770934382tmp [Pipeline] { [Pipeline] sh [2020-09-15T04:42:41.574Z] + curl -s https://codecov.io/bash [2020-09-15T04:42:41.574Z] + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/config4972434040770934382tmp [Pipeline] } [2020-09-15T04:42:41.862Z] 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-15T04:42:45.368Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T04:42:45.983Z] ---> package-listing.sh [2020-09-15T04:42:45.983Z] ++ facter osfamily [2020-09-15T04:42:45.983Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-15T04:42:45.983Z] + OS_FAMILY=redhat [2020-09-15T04:42:45.983Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-588 [2020-09-15T04:42:45.983Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-15T04:42:45.983Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-15T04:42:45.983Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-15T04:42:45.983Z] + PACKAGES=/tmp/packages_start.txt [2020-09-15T04:42:45.983Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-588 ']' [2020-09-15T04:42:45.983Z] + PACKAGES=/tmp/packages_end.txt [2020-09-15T04:42:45.983Z] + case "${OS_FAMILY}" in [2020-09-15T04:42:45.983Z] + rpm -qa [2020-09-15T04:42:45.983Z] + sort [2020-09-15T04:42:50.212Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-15T04:42:50.212Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-15T04:42:50.212Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-15T04:42:50.212Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-588 ']' [2020-09-15T04:42:50.212Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-588/archives/ [2020-09-15T04:42:50.212Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-588/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:42:51.308Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T04:42:51.308Z] [2020-09-15T04:42:51.308Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-15T04:42:51.706Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T04:42:51.706Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-15T04:42:51.706Z] df20fa9351a1: Pulling fs layer [2020-09-15T04:42:51.706Z] 36b3adc4ff6f: Pulling fs layer [2020-09-15T04:42:51.706Z] 8ad3a11d3b57: Pulling fs layer [2020-09-15T04:42:51.706Z] 46f8f816bc3b: Pulling fs layer [2020-09-15T04:42:51.706Z] 0dadc02b9964: Pulling fs layer [2020-09-15T04:42:51.706Z] ce6a7cf60c04: Pulling fs layer [2020-09-15T04:42:51.706Z] 7a184a31f384: Pulling fs layer [2020-09-15T04:42:51.706Z] 0879bd2ef858: Pulling fs layer [2020-09-15T04:42:51.706Z] 0dadc02b9964: Waiting [2020-09-15T04:42:51.706Z] ce6a7cf60c04: Waiting [2020-09-15T04:42:51.706Z] 7a184a31f384: Waiting [2020-09-15T04:42:51.706Z] 0879bd2ef858: Waiting [2020-09-15T04:42:51.706Z] 46f8f816bc3b: Waiting [2020-09-15T04:42:51.706Z] 36b3adc4ff6f: Download complete [2020-09-15T04:42:51.706Z] 46f8f816bc3b: Verifying Checksum [2020-09-15T04:42:51.706Z] 46f8f816bc3b: Download complete [2020-09-15T04:42:51.970Z] df20fa9351a1: Verifying Checksum [2020-09-15T04:42:51.971Z] df20fa9351a1: Download complete [2020-09-15T04:42:51.971Z] 0dadc02b9964: Verifying Checksum [2020-09-15T04:42:51.971Z] 0dadc02b9964: Download complete [2020-09-15T04:42:51.971Z] ce6a7cf60c04: Verifying Checksum [2020-09-15T04:42:51.971Z] ce6a7cf60c04: Download complete [2020-09-15T04:42:51.971Z] 7a184a31f384: Download complete [2020-09-15T04:42:52.241Z] 8ad3a11d3b57: Verifying Checksum [2020-09-15T04:42:52.241Z] 8ad3a11d3b57: Download complete [2020-09-15T04:42:52.241Z] df20fa9351a1: Pull complete [2020-09-15T04:42:52.509Z] 36b3adc4ff6f: Pull complete [2020-09-15T04:42:52.509Z] 0879bd2ef858: Verifying Checksum [2020-09-15T04:42:52.509Z] 0879bd2ef858: Download complete [2020-09-15T04:42:53.092Z] 8ad3a11d3b57: Pull complete [2020-09-15T04:42:53.092Z] 46f8f816bc3b: Pull complete [2020-09-15T04:42:53.356Z] 0dadc02b9964: Pull complete [2020-09-15T04:42:53.619Z] ce6a7cf60c04: Pull complete [2020-09-15T04:42:53.619Z] 7a184a31f384: Pull complete [2020-09-15T04:42:56.195Z] 0879bd2ef858: Pull complete [2020-09-15T04:42:56.195Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-15T04:42:56.195Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-15T04:42:56.195Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-15T04:42:56.385Z] prd-centos7-docker-4c-2g-43216 does not seem to be running inside a container [2020-09-15T04:42:56.451Z] $ 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-588 -v /w/workspace/dgexfoundry_device-sdk-go_PR-588:/w/workspace/dgexfoundry_device-sdk-go_PR-588:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-588@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-15T04:43:02.213Z] $ docker top 95cc417a7521c548f6d58bfada9db966abf7ed237d38ea81c4c861f12da1763a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-15T04:43:02.840Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-15T04:43:03.158Z] + ls /var/log/sa-host [2020-09-15T04:43:03.158Z] + sadf -c /var/log/sa-host/sa05 [2020-09-15T04:43:03.158Z] file_magic: OK [2020-09-15T04:43:03.159Z] HZ: Using current value: 100 [2020-09-15T04:43:03.159Z] file_header: OK [2020-09-15T04:43:03.159Z] 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-15T04:43:03.159Z] Statistics: [2020-09-15T04:43:03.159Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T04:43:03.159Z] File successfully converted to sysstat format version 12.2.1 [2020-09-15T04:43:03.159Z] + sadf -c /var/log/sa-host/sa15 [2020-09-15T04:43:03.159Z] file_magic: OK [2020-09-15T04:43:03.159Z] HZ: Using current value: 100 [2020-09-15T04:43:03.159Z] file_header: OK [2020-09-15T04:43:03.159Z] 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-15T04:43:03.159Z] Statistics: [2020-09-15T04:43:03.159Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-15T04:43:03.159Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-15T04:43:03.285Z] provisioning config files... [2020-09-15T04:43:03.301Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-588@tmp/config7161832446183362190tmp [Pipeline] { [Pipeline] echo [2020-09-15T04:43:03.432Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T04:43:03.768Z] ---> create-netrc.sh [Pipeline] echo [2020-09-15T04:43:03.797Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-15T04:43:04.134Z] ---> logs-deploy.sh [2020-09-15T04:43:04.134Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-588/1 [2020-09-15T04:43:04.134Z] INFO: archiving workspace using pattern(s): [2020-09-15T04:43:05.522Z] Archives upload complete. [2020-09-15T04:43:05.522Z] INFO: archiving logs to Nexus