Pull request #448 updated 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 Loading trusted files from base branch master at 1a07617a55e4200b889676e00db141fb8b6dd4d0 rather than b20e85c8cc9130e698c5b40827f09662e00b7e37 Obtained Jenkinsfile from 1a07617a55e4200b889676e00db141fb8b6dd4d0 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision b810438aec07f555226556e3b59abf2bab733840 using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision b810438aec07f555226556e3b59abf2bab733840 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f b810438aec07f555226556e3b59abf2bab733840 # timeout=10 Commit message: "Merge pull request #114 from lranjbar/release-kraken" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, goVersion:1.13, 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.13 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-563’ is offline; ‘prd-centos7-docker-4c-2g-72’ is offline; ‘prd-centos7-docker-4c-2g-73’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10364’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2518’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5709’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-71’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-74 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [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 Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-448 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 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/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # 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/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit b20e85c8cc9130e698c5b40827f09662e00b7e37 Merge succeeded, producing e243a0be09b248537150e916e97b28b553ffc63a Checking out Revision e243a0be09b248537150e916e97b28b553ffc63a (PR-448) > git config core.sparsecheckout # timeout=10 > git checkout -f b20e85c8cc9130e698c5b40827f09662e00b7e37 # 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 1a07617a55e4200b889676e00db141fb8b6dd4d0 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e243a0be09b248537150e916e97b28b553ffc63a # timeout=10 Commit message: "Merge commit '1a07617a55e4200b889676e00db141fb8b6dd4d0' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-03-11T08:59:20.610Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 14acdf32d090c0ca1c768ce998e1fa42246a0791 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2020-03-11T08:59:22.500Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-11T08:59:22.500Z] [2020-03-11T08:59:22.500Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-03-11T08:59:22.853Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-03-11T08:59:22.853Z] latest: Pulling from edgex-devops/git-semver [2020-03-11T08:59:22.853Z] 9123ac7c32f7: Pulling fs layer [2020-03-11T08:59:22.853Z] b8cc5d1170e3: Pulling fs layer [2020-03-11T08:59:22.853Z] 2924cbbf6a41: Pulling fs layer [2020-03-11T08:59:22.853Z] 93b08a4f1073: Pulling fs layer [2020-03-11T08:59:22.853Z] 93b08a4f1073: Waiting [2020-03-11T08:59:22.853Z] b8cc5d1170e3: Verifying Checksum [2020-03-11T08:59:22.853Z] b8cc5d1170e3: Download complete [2020-03-11T08:59:23.113Z] 9123ac7c32f7: Verifying Checksum [2020-03-11T08:59:23.113Z] 9123ac7c32f7: Download complete [2020-03-11T08:59:23.113Z] 93b08a4f1073: Verifying Checksum [2020-03-11T08:59:23.113Z] 93b08a4f1073: Download complete [2020-03-11T08:59:23.113Z] 2924cbbf6a41: Verifying Checksum [2020-03-11T08:59:23.113Z] 2924cbbf6a41: Download complete [2020-03-11T08:59:23.371Z] 9123ac7c32f7: Pull complete [2020-03-11T08:59:23.371Z] b8cc5d1170e3: Pull complete [2020-03-11T08:59:24.307Z] 2924cbbf6a41: Pull complete [2020-03-11T08:59:24.307Z] 93b08a4f1073: Pull complete [2020-03-11T08:59:24.565Z] Digest: sha256:4625bffe18d7e57a26110a192204e9d2df26dcfa88161a59d694ed3c08739905 [2020-03-11T08:59:24.565Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-03-11T08:59:24.687Z] prd-centos7-docker-4c-2g-74 does not seem to be running inside a container [2020-03-11T08:59:24.724Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-448 -v /w/workspace/dgexfoundry_device-sdk-go_PR-448:/w/workspace/dgexfoundry_device-sdk-go_PR-448:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-448@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-03-11T08:59:25.352Z] $ docker top 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-03-11T08:59:25.657Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-11T08:59:25.657Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-11T08:59:25.898Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-11T08:59:25.896Z] $ docker exec 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 ssh-agent [2020-03-11T08:59:26.077Z] SSH_AUTH_SOCK=/tmp/ssh-10vv0x6mdNSN/agent.15 [2020-03-11T08:59:26.077Z] SSH_AGENT_PID=22 [2020-03-11T08:59:26.084Z] Running ssh-add (command line suppressed) [2020-03-11T08:59:26.213Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5098089375731634053.key (/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_5098089375731634053.key) [2020-03-11T08:59:26.266Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-11T08:59:26.584Z] + git describe --exact-match --tags HEAD [2020-03-11T08:59:26.584Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-03-11T08:59:26.630Z] $ docker exec --env ******** --env ******** 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 ssh-agent -k [2020-03-11T08:59:26.793Z] unset SSH_AUTH_SOCK; [2020-03-11T08:59:26.793Z] unset SSH_AGENT_PID; [2020-03-11T08:59:26.793Z] echo Agent pid 22 killed; [2020-03-11T08:59:26.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-03-11T08:59:26.920Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-03-11T08:59:26.920Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-03-11T08:59:27.000Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-03-11T08:59:27.000Z] [ssh-agent] Looking for ssh-agent implementation... [2020-03-11T08:59:27.190Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-03-11T08:59:27.191Z] $ docker exec 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 ssh-agent [2020-03-11T08:59:27.379Z] SSH_AUTH_SOCK=/tmp/ssh-wmQ6RwHn3uFn/agent.58 [2020-03-11T08:59:27.379Z] SSH_AGENT_PID=65 [2020-03-11T08:59:27.384Z] Running ssh-add (command line suppressed) [2020-03-11T08:59:27.524Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_8374472421712416088.key (/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/private_key_8374472421712416088.key) [2020-03-11T08:59:27.576Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-03-11T08:59:27.968Z] + git semver init [2020-03-11T08:59:27.968Z] # -> Open(): unable to determine branch for HEAD [2020-03-11T08:59:27.968Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-448/.git [2020-03-11T08:59:27.968Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-11T08:59:27.968Z] # $SEMVER_REMOTE_NAME = origin [2020-03-11T08:59:27.968Z] # $SEMVER_USER_EMAIL = jenkins@edgexfoundry.org [2020-03-11T08:59:27.968Z] # $SEMVER_USER_NAME = jenkins [2020-03-11T08:59:27.968Z] # $SEMVER_BRANCH = PR-448 [2020-03-11T08:59:27.968Z] # $SEMVER_TEMP = /tmp/semver-168123581 [2020-03-11T08:59:27.968Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-03-11T08:59:28.537Z] # '/tmp/semver-168123581' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-448/.semver' [2020-03-11T08:59:28.537Z] # -> Force: false [2020-03-11T08:59:28.537Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-448/.semver [Pipeline] } [2020-03-11T08:59:28.542Z] $ docker exec --env ******** --env ******** 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 ssh-agent -k [2020-03-11T08:59:28.699Z] unset SSH_AUTH_SOCK; [2020-03-11T08:59:28.699Z] unset SSH_AGENT_PID; [2020-03-11T08:59:28.699Z] echo Agent pid 65 killed; [2020-03-11T08:59:28.766Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-03-11T08:59:29.209Z] + git semver [Pipeline] } [2020-03-11T08:59:29.217Z] $ docker stop --time=1 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 [2020-03-11T08:59:30.567Z] $ docker rm -f 42072004eae80a2e019079788264d969f94ad05a497bf2c6330a4ba6e04fe615 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-03-11T08:59:31.445Z] Stashed 31 file(s) [Pipeline] echo [2020-03-11T08:59:31.447Z] [edgeXSemver] initialized semver on version 0.0.0 [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-03-11T08:59:46.710Z] Still waiting to schedule task [2020-03-11T08:59:46.710Z] ‘prd-centos7-docker-4c-2g-563’ is offline; ‘prd-centos7-docker-4c-2g-70’ is offline; ‘prd-centos7-docker-4c-2g-72’ is offline; ‘prd-centos7-docker-4c-2g-75’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-10364’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-2518’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-5709’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-71’ doesn’t have label ‘centos7-docker-4c-2g’ [2020-03-11T08:59:46.711Z] Still waiting to schedule task [2020-03-11T08:59:46.711Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-03-11T09:02:17.212Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-77 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] ws [2020-03-11T09:02:17.247Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-03-11T09:02:20.289Z] Running on prd-centos7-docker-4c-2g-78 in /w/workspace/dgexfoundry_device-sdk-go_PR-448 [Pipeline] { [Pipeline] ws [2020-03-11T09:02:20.339Z] Running in /w/workspace/device-sdk-go/10 [Pipeline] { [Pipeline] checkout [2020-03-11T09:02:23.742Z] using credential edgex-jenkins-ssh [2020-03-11T09:02:23.790Z] Cloning the remote Git repository [2020-03-11T09:02:23.791Z] Cloning with configured refspecs honoured and without tags [2020-03-11T09:02:23.659Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-11T09:02:23.706Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-03-11T09:02:24.270Z] using credential edgex-jenkins-ssh [2020-03-11T09:02:24.319Z] Cloning the remote Git repository [2020-03-11T09:02:24.319Z] Cloning with configured refspecs honoured and without tags [2020-03-11T09:02:24.602Z] Fetching without tags [2020-03-11T09:02:23.753Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-11T09:02:23.754Z] > git --version # timeout=10 [2020-03-11T09:02:23.760Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T09:02:23.794Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T09:02:24.475Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-11T09:02:24.482Z] > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 [2020-03-11T09:02:24.489Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T09:02:24.503Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-11T09:02:24.517Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-11T09:02:24.517Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T09:02:24.523Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T09:02:25.022Z] Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit b20e85c8cc9130e698c5b40827f09662e00b7e37 [Pipeline] } [2020-03-11T09:02:24.406Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-03-11T09:02:24.504Z] > git init /w/workspace/device-sdk-go/10 # timeout=10 [2020-03-11T09:02:24.622Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-11T09:02:24.625Z] > git --version # timeout=10 [2020-03-11T09:02:24.668Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T09:02:24.779Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-11T09:02:25.339Z] Failed in branch amd64 [2020-03-11T09:02:26.070Z] Fetching without tags [2020-03-11T09:02:24.974Z] > git config core.sparsecheckout # timeout=10 [2020-03-11T09:02:24.980Z] > git checkout -f b20e85c8cc9130e698c5b40827f09662e00b7e37 # timeout=10 [2020-03-11T09:02:25.913Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-11T09:02:25.947Z] > git config --add remote.origin.fetch +refs/pull/448/head:refs/remotes/origin/PR-448 # timeout=10 [2020-03-11T09:02:25.973Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T09:02:26.033Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-03-11T09:02:26.092Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-03-11T09:02:26.093Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-03-11T09:02:26.109Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-03-11T09:02:26.619Z] Merging remotes/origin/master commit 1a07617a55e4200b889676e00db141fb8b6dd4d0 into PR head commit b20e85c8cc9130e698c5b40827f09662e00b7e37 [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-03-11T09:02:27.123Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2020-03-11T09:02:26.703Z] > git config core.sparsecheckout # timeout=10 [2020-03-11T09:02:26.772Z] > git checkout -f b20e85c8cc9130e698c5b40827f09662e00b7e37 # timeout=10 [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-03-11T09:02:28.577Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-11T09:02:28.888Z] ---> package-listing.sh [2020-03-11T09:02:28.888Z] ++ facter osfamily [2020-03-11T09:02:28.888Z] ++ tr '[:upper:]' '[:lower:]' [2020-03-11T09:02:28.888Z] + OS_FAMILY=redhat [2020-03-11T09:02:28.888Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-11T09:02:28.888Z] + START_PACKAGES=/tmp/packages_start.txt [2020-03-11T09:02:28.888Z] + END_PACKAGES=/tmp/packages_end.txt [2020-03-11T09:02:28.888Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-03-11T09:02:28.888Z] + PACKAGES=/tmp/packages_start.txt [2020-03-11T09:02:28.888Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-448 ']' [2020-03-11T09:02:28.888Z] + PACKAGES=/tmp/packages_end.txt [2020-03-11T09:02:28.888Z] + case "${OS_FAMILY}" in [2020-03-11T09:02:28.888Z] + rpm -qa [2020-03-11T09:02:28.888Z] + sort [2020-03-11T09:02:33.101Z] + '[' -f /tmp/packages_start.txt ']' [2020-03-11T09:02:33.101Z] + '[' -f /tmp/packages_end.txt ']' [2020-03-11T09:02:33.101Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-03-11T09:02:33.101Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-448 ']' [2020-03-11T09:02:33.101Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-448/archives/ [2020-03-11T09:02:33.101Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-448/archives/ [Pipeline] isUnix [Pipeline] sh [2020-03-11T09:02:33.457Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-11T09:02:33.457Z] [2020-03-11T09:02:33.457Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-03-11T09:02:33.804Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-03-11T09:02:33.804Z] alpine: Pulling from edgex-lftools-log-publisher [2020-03-11T09:02:33.804Z] c9b1b535fdd9: Pulling fs layer [2020-03-11T09:02:33.804Z] 2cc5ad85d9ab: Pulling fs layer [2020-03-11T09:02:33.804Z] 756a868c4378: Pulling fs layer [2020-03-11T09:02:33.804Z] 444b2fc9a129: Pulling fs layer [2020-03-11T09:02:33.804Z] ea15f1150254: Pulling fs layer [2020-03-11T09:02:33.804Z] 41b27a9f41bf: Pulling fs layer [2020-03-11T09:02:33.804Z] 28c525ee5125: Pulling fs layer [2020-03-11T09:02:33.804Z] 094b1ea09ed8: Pulling fs layer [2020-03-11T09:02:33.804Z] 138eaada9080: Pulling fs layer [2020-03-11T09:02:33.804Z] 0622d0fa9048: Pulling fs layer [2020-03-11T09:02:33.804Z] 444b2fc9a129: Waiting [2020-03-11T09:02:33.804Z] ea15f1150254: Waiting [2020-03-11T09:02:33.804Z] 41b27a9f41bf: Waiting [2020-03-11T09:02:33.804Z] 28c525ee5125: Waiting [2020-03-11T09:02:33.804Z] 0622d0fa9048: Waiting [2020-03-11T09:02:33.804Z] 094b1ea09ed8: Waiting [2020-03-11T09:02:33.804Z] 138eaada9080: Waiting [2020-03-11T09:02:33.804Z] 2cc5ad85d9ab: Download complete [2020-03-11T09:02:33.804Z] 444b2fc9a129: Verifying Checksum [2020-03-11T09:02:33.804Z] 444b2fc9a129: Download complete [2020-03-11T09:02:33.804Z] c9b1b535fdd9: Verifying Checksum [2020-03-11T09:02:33.804Z] c9b1b535fdd9: Download complete [2020-03-11T09:02:33.804Z] ea15f1150254: Download complete [2020-03-11T09:02:34.098Z] 28c525ee5125: Verifying Checksum [2020-03-11T09:02:34.098Z] 28c525ee5125: Download complete [2020-03-11T09:02:34.359Z] 756a868c4378: Verifying Checksum [2020-03-11T09:02:34.359Z] 756a868c4378: Download complete [2020-03-11T09:02:34.359Z] c9b1b535fdd9: Pull complete [2020-03-11T09:02:34.359Z] 094b1ea09ed8: Verifying Checksum [2020-03-11T09:02:34.359Z] 094b1ea09ed8: Download complete [2020-03-11T09:02:34.359Z] 138eaada9080: Verifying Checksum [2020-03-11T09:02:34.359Z] 138eaada9080: Download complete [2020-03-11T09:02:34.359Z] 0622d0fa9048: Verifying Checksum [2020-03-11T09:02:34.359Z] 0622d0fa9048: Download complete [2020-03-11T09:02:34.626Z] 2cc5ad85d9ab: Pull complete [2020-03-11T09:02:35.203Z] 41b27a9f41bf: Verifying Checksum [2020-03-11T09:02:35.203Z] 41b27a9f41bf: Download complete [2020-03-11T09:02:36.146Z] 756a868c4378: Pull complete [2020-03-11T09:02:36.146Z] 444b2fc9a129: Pull complete [2020-03-11T09:02:36.718Z] ea15f1150254: Pull complete [2020-03-11T09:02:40.008Z] 41b27a9f41bf: Pull complete [2020-03-11T09:02:40.266Z] 28c525ee5125: Pull complete [2020-03-11T09:02:42.167Z] 094b1ea09ed8: Pull complete [2020-03-11T09:02:42.168Z] 138eaada9080: Pull complete [2020-03-11T09:02:42.427Z] 0622d0fa9048: Pull complete [2020-03-11T09:02:42.427Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-03-11T09:02:42.427Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-03-11T09:02:42.572Z] prd-centos7-docker-4c-2g-74 does not seem to be running inside a container [2020-03-11T09:02:42.611Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/dgexfoundry_device-sdk-go_PR-448 -v /w/workspace/dgexfoundry_device-sdk-go_PR-448:/w/workspace/dgexfoundry_device-sdk-go_PR-448:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-448@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-03-11T09:02:43.641Z] $ docker top bd5055ef7956c25e70fa6cbab165ea72de67634bcb51d5ca92eea60afbe22279 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2020-03-11T09:02:43.887Z] provisioning config files... [2020-03-11T09:02:43.903Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-448@tmp/config1224839501879884251tmp [Pipeline] { [Pipeline] echo [2020-03-11T09:02:43.957Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-11T09:02:44.260Z] ---> create-netrc.sh [Pipeline] echo [2020-03-11T09:02:44.267Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-03-11T09:02:44.558Z] ---> logs-deploy.sh [2020-03-11T09:02:44.558Z] + ARCHIVE_ARTIFACTS= [2020-03-11T09:02:44.558Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-03-11T09:02:44.558Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-03-11T09:02:44.558Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-03-11T09:02:44.558Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/10 [2020-03-11T09:02:44.558Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-448/10/ [2020-03-11T09:02:44.558Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/10 /w/workspace/dgexfoundry_device-sdk-go_PR-448 [2020-03-11T09:02:45.937Z] Archives upload complete. [2020-03-11T09:02:45.937Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-448/10 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-sdk-go/job/PR-448/10/