Pull request #583 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from c767718392cf598b685a7281337ab5ae371ef7cc+3453c8bcbae7db027b2f999f18fb2d5ddccd55eb (22cbd4f429aaaa2e63f713d52ffaff30f43eaa5a) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 # timeout=10 Commit message: "Merge pull request #239 from ernestojeda/update-default-go-version" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-43249 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [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-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # 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/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c767718392cf598b685a7281337ab5ae371ef7cc Merge succeeded, producing c767718392cf598b685a7281337ab5ae371ef7cc Checking out Revision c767718392cf598b685a7281337ab5ae371ef7cc (PR-583) > git config core.sparsecheckout # timeout=10 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" First time build. Skipping changelog. > git rev-list --no-walk 22c8ecfa7178417d4e421b520ed78197bf21b887 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:32:07 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:32:07 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:32:07 ========================================================= 06:32:07 EdgeX Global Pipelines Version Info 06:32:07 ========================================================= [Pipeline] libraryResource [Pipeline] sh 06:32:08 ------------------- 06:32:08 stable info: 06:32:08 ------------------- 06:32:08 Commited By: Emilio Reyes emilio.reyes@intel.com 06:32:08 Commit SHA: 4bf0f353ab0057b6d66f3aea763faef2da6a0c79 06:32:08 Message: update stable to v1.0.119 06:32:09 ------------------- 06:32:09 experimental info: 06:32:09 ------------------- 06:32:09 Commited By: **** collab-it+edgex@linuxfoundation.org 06:32:09 Commit SHA: 26a2d0761a2efda4215483e42b68dbac15e3db92 06:32:09 Message: update experimental to v1.0.121 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 06:32:10 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:32:10 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:32:10 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:32:10 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:32:10 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:32:11 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-583 [Pipeline] echo 06:32:12 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-583 [Pipeline] echo 06:32:13 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-583 [Pipeline] echo 06:32:13 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c767718392cf598b685a7281337ab5ae371ef7cc [Pipeline] echo 06:32:13 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c767718 [Pipeline] echo 06:32:13 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:32:14 + git log --format=format:%s -1 c767718392cf598b685a7281337ab5ae371ef7cc [Pipeline] echo 06:32:14 GIT_COMMIT: c767718392cf598b685a7281337ab5ae371ef7cc, Commit Message: build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1 [Pipeline] echo 06:32:14 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:32:15 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:32:15 06:32:15 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:32:15 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:32:15 latest: Pulling from edgex-devops/git-semver 06:32:15 31603596830f: Pulling fs layer 06:32:15 2a8b12db71e7: Pulling fs layer 06:32:15 6ca5941a6612: Pulling fs layer 06:32:15 ecc8261a40a4: Pulling fs layer 06:32:15 ecc8261a40a4: Waiting 06:32:15 2a8b12db71e7: Verifying Checksum 06:32:15 2a8b12db71e7: Download complete 06:32:16 31603596830f: Verifying Checksum 06:32:16 31603596830f: Download complete 06:32:16 6ca5941a6612: Verifying Checksum 06:32:16 6ca5941a6612: Download complete 06:32:16 ecc8261a40a4: Verifying Checksum 06:32:16 ecc8261a40a4: Download complete 06:32:16 31603596830f: Pull complete 06:32:16 2a8b12db71e7: Pull complete 06:32:17 6ca5941a6612: Pull complete 06:32:17 ecc8261a40a4: Pull complete 06:32:17 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:32:17 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:32:17 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:32:17 prd-centos7-docker-4c-2g-43249 does not seem to be running inside a container 06:32:17 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:32:19 $ docker top 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:32:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:32:20 [ssh-agent] Looking for ssh-agent implementation... 06:32:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:32:20 $ docker exec 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent 06:32:20 SSH_AUTH_SOCK=/tmp/ssh-OY4mBhYDCdJk/agent.11 06:32:20 SSH_AGENT_PID=16 06:32:20 Running ssh-add (command line suppressed) 06:32:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_2487017851102407967.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_2487017851102407967.key) 06:32:20 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:32:20 + git describe --exact-match --tags HEAD 06:32:20 fatal: No names found, cannot describe anything. [Pipeline] } 06:32:20 $ docker exec --env ******** --env ******** 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent -k 06:32:21 unset SSH_AUTH_SOCK; 06:32:21 unset SSH_AGENT_PID; 06:32:21 echo Agent pid 16 killed; 06:32:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 06:32:21 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 06:32:21 This usually means this commit has not been tagged. [Pipeline] sshagent 06:32:21 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:32:21 [ssh-agent] Looking for ssh-agent implementation... 06:32:21 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:32:21 $ docker exec 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent 06:32:21 SSH_AUTH_SOCK=/tmp/ssh-CraqPGTvg7xp/agent.44 06:32:21 SSH_AGENT_PID=49 06:32:21 Running ssh-add (command line suppressed) 06:32:21 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_273225952191244356.key (/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/private_key_273225952191244356.key) 06:32:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:32:22 + git semver init 06:32:22 # -> Open(): unable to determine branch for HEAD 06:32:22 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.git 06:32:22 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-583 06:32:22 # $SEMVER_REMOTE_NAME = origin 06:32:22 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:32:22 # $SEMVER_USER_NAME = edgex-jenkins 06:32:22 # $SEMVER_BRANCH = PR-583 06:32:22 # $SEMVER_TEMP = /tmp/semver-423127560 06:32:22 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:32:22 # '/tmp/semver-423127560' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver' 06:32:22 # -> Force: false 06:32:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-583/.semver [Pipeline] } 06:32:22 $ docker exec --env ******** --env ******** 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c ssh-agent -k 06:32:22 unset SSH_AUTH_SOCK; 06:32:22 unset SSH_AGENT_PID; 06:32:22 echo Agent pid 49 killed; 06:32:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:32:23 + git semver [Pipeline] } 06:32:23 $ docker stop --time=1 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c 06:32:24 $ docker rm -f 2d50f74413639872739ab125573d0e378209434dbaf7f635448fd858485bf46c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 06:32:25 Stashed 34 file(s) [Pipeline] echo 06:32:25 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 06:32:25 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 06:32:41 Still waiting to schedule task 06:32:41 ‘prd-centos7-builder-2c-1g-1807’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-213’ is offline; ‘prd-centos7-docker-4c-2g-43251’ is offline 06:32:41 Still waiting to schedule task 06:32:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 06:34:03 Running on prd-centos7-docker-4c-2g-43255 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 06:34:03 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 06:34:06 using credential edgex-jenkins-ssh 06:34:06 Cloning the remote Git repository 06:34:06 Cloning with configured refspecs honoured and without tags 06:34:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:34:06 > git init /w/workspace/device-sdk-go/3 # timeout=10 06:34:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:34:06 > git --version # timeout=10 06:34:06 > git --version # 'git version 2.16.5' 06:34:06 using GIT_SSH to set credentials SSH Credentials for GitHub 06:34:06 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:34:07 Fetching without tags 06:34:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:34:07 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 06:34:07 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:34:07 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:34:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:34:07 using GIT_SSH to set credentials SSH Credentials for GitHub 06:34:07 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:34:08 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c767718392cf598b685a7281337ab5ae371ef7cc 06:34:08 Merge succeeded, producing c767718392cf598b685a7281337ab5ae371ef7cc 06:34:08 Checking out Revision c767718392cf598b685a7281337ab5ae371ef7cc (PR-583) 06:34:08 > git config core.sparsecheckout # timeout=10 06:34:08 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 06:34:08 > git remote # timeout=10 06:34:08 > git config --get remote.origin.url # timeout=10 06:34:08 using GIT_SSH to set credentials SSH Credentials for GitHub 06:34:08 > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 06:34:08 > git rev-parse HEAD^{commit} # timeout=10 06:34:08 > git config core.sparsecheckout # timeout=10 06:34:08 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 06:34:12 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:34:13 ========================================================= 06:34:13 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:34:13 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:34:14 + 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 . 06:34:14 Sending build context to Docker daemon 3.148MB 06:34:14 Step 1/8 : ARG BASE=golang:1.15-alpine 06:34:14 Step 2/8 : FROM ${BASE} 06:34:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:34:14 df20fa9351a1: Pulling fs layer 06:34:14 ed8968b2872e: Pulling fs layer 06:34:14 a92cc7c5fd73: Pulling fs layer 06:34:14 e871e8e8d7a9: Pulling fs layer 06:34:14 e73272ec9a57: Pulling fs layer 06:34:14 1e910a182e73: Pulling fs layer 06:34:14 4e634b169226: Pulling fs layer 06:34:14 e73272ec9a57: Waiting 06:34:14 1e910a182e73: Waiting 06:34:14 4e634b169226: Waiting 06:34:14 e871e8e8d7a9: Waiting 06:34:14 a92cc7c5fd73: Verifying Checksum 06:34:14 a92cc7c5fd73: Download complete 06:34:14 ed8968b2872e: Verifying Checksum 06:34:14 ed8968b2872e: Download complete 06:34:14 e73272ec9a57: Verifying Checksum 06:34:14 e73272ec9a57: Download complete 06:34:14 1e910a182e73: Verifying Checksum 06:34:14 1e910a182e73: Download complete 06:34:14 df20fa9351a1: Verifying Checksum 06:34:14 df20fa9351a1: Download complete 06:34:15 df20fa9351a1: Pull complete 06:34:15 ed8968b2872e: Pull complete 06:34:15 a92cc7c5fd73: Pull complete 06:34:17 4e634b169226: Verifying Checksum 06:34:17 4e634b169226: Download complete 06:34:18 e871e8e8d7a9: Verifying Checksum 06:34:18 e871e8e8d7a9: Download complete 06:34:23 e871e8e8d7a9: Pull complete 06:34:23 e73272ec9a57: Pull complete 06:34:23 1e910a182e73: Pull complete 06:34:33 4e634b169226: Pull complete 06:34:33 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 06:34:33 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:34:33 ---> f7629b54cfaa 06:34:33 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:34:33 ---> Running in 610924caa30c 06:34:34 Removing intermediate container 610924caa30c 06:34:34 ---> e6eab3bb83ae 06:34:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:34:34 ---> Running in 50270bf19c77 06:34:35 Removing intermediate container 50270bf19c77 06:34:35 ---> 5dc48cc99fa9 06:34:35 Step 5/8 : RUN apk add --no-cache make git 06:34:35 ---> Running in 63a40d5202a1 06:34:36 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:34:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:34:38 OK: 166 MiB in 39 packages 06:34:38 Removing intermediate container 63a40d5202a1 06:34:38 ---> 6e7d5475bcf4 06:34:38 Step 6/8 : WORKDIR /device-sdk-go 06:34:38 ---> Running in 60d44a69f5cf 06:34:38 Removing intermediate container 60d44a69f5cf 06:34:38 ---> 08b9f6f9a74f 06:34:38 Step 7/8 : COPY . . 06:34:40 ---> cb4712fde21a 06:34:40 Step 8/8 : RUN go mod download 06:34:40 ---> Running in 51022fe0c57d 06:34:52 Removing intermediate container 51022fe0c57d 06:34:52 ---> cf6f9321cb2d 06:34:52 Successfully built cf6f9321cb2d 06:34:52 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 06:34:53 + docker inspect -f . ci-base-image-x86_64 06:34:53 . [Pipeline] withDockerContainer 06:34:53 prd-centos7-docker-4c-2g-43255 does not seem to be running inside a container 06:34:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 06:34:54 $ docker top 55c79a6c0b26b7e0a74494ee9f114624d4ddeca8d173b8748c786e48db288e84 -eo pid,comm [Pipeline] { [Pipeline] sh 06:34:55 + go version 06:34:55 go version go1.15.2 linux/amd64 [Pipeline] sh 06:34:55 + make test 06:34:55 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:34:56 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:35:06 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:35:06 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:35:06 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:35:06 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.010s coverage: 21.0% of statements 06:35:06 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.040s coverage: 95.7% of statements 06:35:39 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements 06:35:39 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.005s coverage: 21.7% of statements 06:35:39 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:35:39 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.024s coverage: 37.0% of statements 06:35:39 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:35:39 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.052s coverage: 65.4% of statements 06:35:39 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:35:39 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:35:39 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:35:39 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.061s coverage: 52.6% of statements 06:35:39 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.071s coverage: 68.9% of statements 06:35:39 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:35:39 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:35:39 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:35:39 gofmt -l . 06:35:39 [ "`gofmt -l .`" = "" ] 06:35:39 ./bin/test-attribution-txt.sh 06:35:39 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 06:35:39 make: *** [Makefile:33: test] Error 1 [Pipeline] } 06:35:39 $ docker stop --time=1 55c79a6c0b26b7e0a74494ee9f114624d4ddeca8d173b8748c786e48db288e84 06:35:40 $ docker rm -f 55c79a6c0b26b7e0a74494ee9f114624d4ddeca8d173b8748c786e48db288e84 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:35:42 Failed in branch amd64 06:35:57 Running on prd-ubuntu18.04-docker-arm64-4c-16g-43258 in /w/workspace/dgexfoundry_device-sdk-go_PR-583 [Pipeline] { [Pipeline] ws 06:35:57 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 06:36:02 using credential edgex-jenkins-ssh 06:36:03 Cloning the remote Git repository 06:36:03 Cloning with configured refspecs honoured and without tags 06:36:03 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:36:03 > git init /w/workspace/device-sdk-go/3 # timeout=10 06:36:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:36:03 > git --version # timeout=10 06:36:03 > git --version # 'git version 2.17.1' 06:36:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:03 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:36:04 Fetching without tags 06:36:05 Merging remotes/origin/master commit 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb into PR head commit c767718392cf598b685a7281337ab5ae371ef7cc 06:36:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:36:04 > git config --add remote.origin.fetch +refs/pull/583/head:refs/remotes/origin/PR-583 # timeout=10 06:36:04 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 06:36:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:36:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:36:04 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:04 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/583/head:refs/remotes/origin/PR-583 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:36:05 > git config core.sparsecheckout # timeout=10 06:36:05 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 06:36:05 > git remote # timeout=10 06:36:05 > git config --get remote.origin.url # timeout=10 06:36:05 Merge succeeded, producing c767718392cf598b685a7281337ab5ae371ef7cc 06:36:05 Checking out Revision c767718392cf598b685a7281337ab5ae371ef7cc (PR-583) 06:36:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:36:05 > git merge 3453c8bcbae7db027b2f999f18fb2d5ddccd55eb # timeout=10 06:36:05 > git rev-parse HEAD^{commit} # timeout=10 06:36:05 > git config core.sparsecheckout # timeout=10 06:36:05 > git checkout -f c767718392cf598b685a7281337ab5ae371ef7cc # timeout=10 06:36:09 Commit message: "build(deps): bump github.com/stretchr/testify from 1.5.1 to 1.6.1" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 06:36:11 ========================================================= 06:36:11 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:36:11 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:36:12 + 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 . 06:36:13 Sending build context to Docker daemon 3.15MB 06:36:13 Step 1/8 : ARG BASE=golang:1.15-alpine 06:36:13 Step 2/8 : FROM ${BASE} 06:36:13 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:36:13 b538f80385f9: Pulling fs layer 06:36:13 74f711af9a0d: Pulling fs layer 06:36:13 99f96fe45779: Pulling fs layer 06:36:13 8529a6b9a6be: Pulling fs layer 06:36:13 45590311c82a: Pulling fs layer 06:36:13 69ca0ff8b7b3: Pulling fs layer 06:36:13 209524e5b208: Pulling fs layer 06:36:13 8529a6b9a6be: Waiting 06:36:13 45590311c82a: Waiting 06:36:13 69ca0ff8b7b3: Waiting 06:36:13 209524e5b208: Waiting 06:36:13 99f96fe45779: Verifying Checksum 06:36:13 99f96fe45779: Download complete 06:36:14 74f711af9a0d: Verifying Checksum 06:36:14 74f711af9a0d: Download complete 06:36:14 45590311c82a: Download complete 06:36:14 69ca0ff8b7b3: Verifying Checksum 06:36:14 69ca0ff8b7b3: Download complete 06:36:14 b538f80385f9: Verifying Checksum 06:36:14 b538f80385f9: Download complete 06:36:15 b538f80385f9: Pull complete 06:36:15 74f711af9a0d: Pull complete 06:36:16 99f96fe45779: Pull complete 06:36:17 209524e5b208: Verifying Checksum 06:36:17 209524e5b208: Download complete 06:36:18 8529a6b9a6be: Verifying Checksum 06:36:18 8529a6b9a6be: Download complete 06:36:29 8529a6b9a6be: Pull complete 06:36:29 45590311c82a: Pull complete 06:36:29 69ca0ff8b7b3: Pull complete 06:36:34 209524e5b208: Pull complete 06:36:34 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 06:36:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:36:34 ---> 5bddaf1c2fca 06:36:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:36:37 ---> Running in e7237bc6ff81 06:36:37 Removing intermediate container e7237bc6ff81 06:36:37 ---> f6536948c266 06:36:37 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:36:37 ---> Running in 474339319a4d 06:36:40 Removing intermediate container 474339319a4d 06:36:40 ---> f0bf09574942 06:36:40 Step 5/8 : RUN apk add --no-cache make git 06:36:40 ---> Running in 06dae7206a08 06:36:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:36:43 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:36:46 OK: 142 MiB in 39 packages 06:36:47 Removing intermediate container 06dae7206a08 06:36:47 ---> 279516ccccf2 06:36:47 Step 6/8 : WORKDIR /device-sdk-go 06:36:47 ---> Running in ac5c7e51863a 06:36:48 Removing intermediate container ac5c7e51863a 06:36:48 ---> ce5933afaa06 06:36:48 Step 7/8 : COPY . . 06:36:49 ---> 1ef9babab15d 06:36:49 Step 8/8 : RUN go mod download 06:36:49 ---> Running in a661ebdec8fa 06:37:04 Removing intermediate container a661ebdec8fa 06:37:04 ---> b45a250f02de 06:37:04 Successfully built b45a250f02de 06:37:04 Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:37:05 + docker inspect -f . ci-base-image-arm64 06:37:05 . [Pipeline] withDockerContainer 06:37:05 prd-ubuntu18.04-docker-arm64-4c-16g-43258 does not seem to be running inside a container 06:37:05 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:37:08 $ docker top c48d34ed222715904dfce931251bf6a99cb65724f1ea01e64e4ec8e9adfb01ab -eo pid,comm [Pipeline] { [Pipeline] sh 06:37:09 + go version 06:37:09 go version go1.15.2 linux/arm64 [Pipeline] sh 06:37:10 + make test 06:37:10 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 06:37:12 ? github.com/edgexfoundry/device-sdk-go [no test files] 06:37:51 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 06:37:51 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 06:37:51 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 06:37:51 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.039s coverage: 21.0% of statements 06:37:51 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.195s coverage: 95.7% of statements 06:38:23 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.045s coverage: 8.6% of statements 06:38:23 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.014s coverage: 21.7% of statements 06:38:23 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 06:38:23 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.081s coverage: 37.0% of statements 06:38:23 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 06:38:23 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.185s coverage: 65.4% of statements 06:38:23 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 06:38:23 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 06:38:23 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 06:38:23 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.045s coverage: 52.6% of statements 06:38:23 ok github.com/edgexfoundry/device-sdk-go/pkg/models 0.283s coverage: 68.9% of statements 06:38:23 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 06:38:23 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 06:38:23 CGO_ENABLED=0 GO111MODULE=on go vet ./... 06:38:28 gofmt -l . 06:38:28 [ "`gofmt -l .`" = "" ] 06:38:28 ./bin/test-attribution-txt.sh 06:38:29 An attribution for gopkg.in/yaml.v3 is missing from in Attribution.txt, please add 06:38:29 make: *** [Makefile:33: test] Error 1 [Pipeline] } 06:38:29 $ docker stop --time=1 c48d34ed222715904dfce931251bf6a99cb65724f1ea01e64e4ec8e9adfb01ab 06:38:31 $ docker rm -f c48d34ed222715904dfce931251bf6a99cb65724f1ea01e64e4ec8e9adfb01ab [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:38:34 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 [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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 06:38:36 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:38:37 ---> package-listing.sh 06:38:37 ++ facter osfamily 06:38:37 ++ tr '[:upper:]' '[:lower:]' 06:38:37 + OS_FAMILY=redhat 06:38:37 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-583 06:38:37 + START_PACKAGES=/tmp/packages_start.txt 06:38:37 + END_PACKAGES=/tmp/packages_end.txt 06:38:37 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:38:37 + PACKAGES=/tmp/packages_start.txt 06:38:37 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' 06:38:37 + PACKAGES=/tmp/packages_end.txt 06:38:37 + case "${OS_FAMILY}" in 06:38:37 + rpm -qa 06:38:37 + sort 06:38:41 + '[' -f /tmp/packages_start.txt ']' 06:38:41 + '[' -f /tmp/packages_end.txt ']' 06:38:41 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:38:41 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-583 ']' 06:38:41 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ 06:38:41 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-583/archives/ [Pipeline] isUnix [Pipeline] sh 06:38:42 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:38:42 06:38:42 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:38:42 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:38:42 alpine: Pulling from edgex-lftools-log-publisher 06:38:42 df20fa9351a1: Pulling fs layer 06:38:42 36b3adc4ff6f: Pulling fs layer 06:38:42 8ad3a11d3b57: Pulling fs layer 06:38:42 46f8f816bc3b: Pulling fs layer 06:38:42 0dadc02b9964: Pulling fs layer 06:38:42 ce6a7cf60c04: Pulling fs layer 06:38:42 7a184a31f384: Pulling fs layer 06:38:42 0879bd2ef858: Pulling fs layer 06:38:42 46f8f816bc3b: Waiting 06:38:42 0dadc02b9964: Waiting 06:38:42 ce6a7cf60c04: Waiting 06:38:42 7a184a31f384: Waiting 06:38:42 0879bd2ef858: Waiting 06:38:42 36b3adc4ff6f: Download complete 06:38:42 46f8f816bc3b: Verifying Checksum 06:38:42 46f8f816bc3b: Download complete 06:38:42 df20fa9351a1: Download complete 06:38:42 ce6a7cf60c04: Verifying Checksum 06:38:42 ce6a7cf60c04: Download complete 06:38:42 7a184a31f384: Verifying Checksum 06:38:42 7a184a31f384: Download complete 06:38:42 0dadc02b9964: Verifying Checksum 06:38:42 0dadc02b9964: Download complete 06:38:43 8ad3a11d3b57: Verifying Checksum 06:38:43 8ad3a11d3b57: Download complete 06:38:43 df20fa9351a1: Pull complete 06:38:43 36b3adc4ff6f: Pull complete 06:38:43 0879bd2ef858: Verifying Checksum 06:38:43 0879bd2ef858: Download complete 06:38:43 8ad3a11d3b57: Pull complete 06:38:44 46f8f816bc3b: Pull complete 06:38:44 0dadc02b9964: Pull complete 06:38:44 ce6a7cf60c04: Pull complete 06:38:44 7a184a31f384: Pull complete 06:38:47 0879bd2ef858: Pull complete 06:38:47 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 06:38:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:38:47 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:38:47 prd-centos7-docker-4c-2g-43249 does not seem to be running inside a container 06:38:47 $ 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-583 -v /w/workspace/dgexfoundry_device-sdk-go_PR-583:/w/workspace/dgexfoundry_device-sdk-go_PR-583:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:38:52 $ docker top e9578d3c6d73e87e4c28fdf40ba47263f782f379ad6e4426ca83471d1680e016 -eo pid,comm [Pipeline] { [Pipeline] sh 06:38:52 + mkdir -p /var/log/sa [Pipeline] sh 06:38:53 + ls /var/log/sa-host 06:38:53 + sadf -c /var/log/sa-host/sa05 06:38:53 file_magic: OK 06:38:53 HZ: Using current value: 100 06:38:53 file_header: OK 06:38:53 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 06:38:53 Statistics: 06:38:53 Hnuu...uuuununununu...Hnuu...uuuununununu... 06:38:53 File successfully converted to sysstat format version 12.2.1 06:38:53 + sadf -c /var/log/sa-host/sa15 06:38:53 file_magic: OK 06:38:53 HZ: Using current value: 100 06:38:53 file_header: OK 06:38:53 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 06:38:53 Statistics: 06:38:53 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:38:53 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:38:53 provisioning config files... 06:38:53 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-583@tmp/config7253828378367693378tmp [Pipeline] { [Pipeline] echo 06:38:53 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:38:53 ---> create-netrc.sh [Pipeline] echo 06:38:53 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:38:53 ---> logs-deploy.sh 06:38:53 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-583/3 06:38:53 INFO: archiving workspace using pattern(s): 06:38:55 Archives upload complete. 06:38:55 INFO: archiving logs to Nexus