Pull request #591 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 44723ec98315d466e92c2d735e52b8bc3e222db6+acdd4826cae80a3b8a1f7d698808ff3080e1060b (bdae5747289190f05a16f023aa981f48c3590d9e) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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-591/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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-43565 in /w/workspace/dgexfoundry_device-sdk-go_PR-591 [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-591 # 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/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 44723ec98315d466e92c2d735e52b8bc3e222db6 Merge succeeded, producing 44723ec98315d466e92c2d735e52b8bc3e222db6 Checking out Revision 44723ec98315d466e92c2d735e52b8bc3e222db6 (PR-591) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/591/head:refs/remotes/origin/PR-591 # 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/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.16.5' fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-09-16T09:01:55.939Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-16T09:01:56.297Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-16T09:01:56.490Z] ========================================================= [2020-09-16T09:01:56.490Z] EdgeX Global Pipelines Version Info [2020-09-16T09:01:56.490Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:01:58.019Z] ------------------- [2020-09-16T09:01:58.020Z] stable info: [2020-09-16T09:01:58.020Z] ------------------- [2020-09-16T09:01:58.020Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-16T09:01:58.020Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T09:01:58.020Z] Message: update stable to v1.0.122 [2020-09-16T09:01:58.967Z] ------------------- [2020-09-16T09:01:58.967Z] experimental info: [2020-09-16T09:01:58.967Z] ------------------- [2020-09-16T09:01:58.967Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-16T09:01:58.967Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-16T09:01:58.967Z] Message: update experimental to v1.0.122 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-16T09:01:59.469Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-16T09:01:59.606Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-16T09:01:59.733Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-16T09:01:59.869Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-16T09:01:59.995Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-16T09:02:00.224Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-16T09:02:00.371Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-16T09:02:00.525Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-16T09:02:00.681Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-16T09:02:00.830Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-16T09:02:00.960Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-16T09:02:01.094Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-16T09:02:01.227Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-16T09:02:01.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-16T09:02:01.503Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-16T09:02:01.634Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T09:02:01.803Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T09:02:01.941Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-16T09:02:02.064Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-16T09:02:02.197Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-16T09:02:02.321Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-16T09:02:02.442Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-16T09:02:02.566Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-591 [Pipeline] echo [2020-09-16T09:02:02.698Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-591 [Pipeline] echo [2020-09-16T09:02:02.823Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-591 [Pipeline] echo [2020-09-16T09:02:02.954Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 44723ec98315d466e92c2d735e52b8bc3e222db6 [Pipeline] echo [2020-09-16T09:02:03.086Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 44723ec [Pipeline] echo [2020-09-16T09:02:03.211Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-16T09:02:03.955Z] + git log --format=format:%s -1 44723ec98315d466e92c2d735e52b8bc3e222db6 [Pipeline] echo [2020-09-16T09:02:04.036Z] GIT_COMMIT: 44723ec98315d466e92c2d735e52b8bc3e222db6, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts [Pipeline] echo [2020-09-16T09:02:04.113Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:02:04.707Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:02:04.970Z] [2020-09-16T09:02:04.970Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:02:05.398Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:02:05.398Z] latest: Pulling from edgex-devops/git-semver [2020-09-16T09:02:05.398Z] 31603596830f: Pulling fs layer [2020-09-16T09:02:05.398Z] 2a8b12db71e7: Pulling fs layer [2020-09-16T09:02:05.398Z] 6ca5941a6612: Pulling fs layer [2020-09-16T09:02:05.398Z] ecc8261a40a4: Pulling fs layer [2020-09-16T09:02:05.398Z] ecc8261a40a4: Waiting [2020-09-16T09:02:05.398Z] 2a8b12db71e7: Verifying Checksum [2020-09-16T09:02:05.398Z] 2a8b12db71e7: Download complete [2020-09-16T09:02:05.667Z] 31603596830f: Verifying Checksum [2020-09-16T09:02:05.667Z] 31603596830f: Download complete [2020-09-16T09:02:05.667Z] ecc8261a40a4: Verifying Checksum [2020-09-16T09:02:05.667Z] ecc8261a40a4: Download complete [2020-09-16T09:02:05.667Z] 6ca5941a6612: Verifying Checksum [2020-09-16T09:02:05.667Z] 6ca5941a6612: Download complete [2020-09-16T09:02:05.931Z] 31603596830f: Pull complete [2020-09-16T09:02:06.196Z] 2a8b12db71e7: Pull complete [2020-09-16T09:02:07.146Z] 6ca5941a6612: Pull complete [2020-09-16T09:02:07.146Z] ecc8261a40a4: Pull complete [2020-09-16T09:02:07.146Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-16T09:02:07.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-16T09:02:07.146Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-16T09:02:07.273Z] prd-centos7-docker-4c-2g-43565 does not seem to be running inside a container [2020-09-16T09:02:07.321Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-591 -v /w/workspace/dgexfoundry_device-sdk-go_PR-591:/w/workspace/dgexfoundry_device-sdk-go_PR-591:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-591@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-09-16T09:02:09.620Z] $ docker top d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-16T09:02:10.072Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:02:10.072Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:02:10.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:02:10.354Z] $ docker exec d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 ssh-agent [2020-09-16T09:02:10.530Z] SSH_AUTH_SOCK=/tmp/ssh-CXEtZnRH4ZLG/agent.13 [2020-09-16T09:02:10.530Z] SSH_AGENT_PID=18 [2020-09-16T09:02:10.541Z] Running ssh-add (command line suppressed) [2020-09-16T09:02:10.683Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_3161179452421131749.key (/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_3161179452421131749.key) [2020-09-16T09:02:10.733Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:02:11.156Z] + git describe --exact-match --tags HEAD [2020-09-16T09:02:11.156Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-16T09:02:11.201Z] $ docker exec --env ******** --env ******** d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 ssh-agent -k [2020-09-16T09:02:11.321Z] unset SSH_AUTH_SOCK; [2020-09-16T09:02:11.321Z] unset SSH_AGENT_PID; [2020-09-16T09:02:11.321Z] echo Agent pid 18 killed; [2020-09-16T09:02:11.381Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-16T09:02:11.558Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-16T09:02:11.559Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-16T09:02:11.713Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-16T09:02:11.713Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-16T09:02:11.904Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-16T09:02:11.909Z] $ docker exec d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 ssh-agent [2020-09-16T09:02:12.096Z] SSH_AUTH_SOCK=/tmp/ssh-ENUfoEhODjH9/agent.47 [2020-09-16T09:02:12.096Z] SSH_AGENT_PID=52 [2020-09-16T09:02:12.103Z] Running ssh-add (command line suppressed) [2020-09-16T09:02:12.230Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_6822182177915398033.key (/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/private_key_6822182177915398033.key) [2020-09-16T09:02:12.282Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-16T09:02:12.661Z] + git semver init [2020-09-16T09:02:12.661Z] # -> Open(): unable to determine branch for HEAD [2020-09-16T09:02:12.661Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-591/.git [2020-09-16T09:02:12.661Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-591 [2020-09-16T09:02:12.661Z] # $SEMVER_REMOTE_NAME = origin [2020-09-16T09:02:12.661Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-16T09:02:12.661Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-16T09:02:12.661Z] # $SEMVER_BRANCH = PR-591 [2020-09-16T09:02:12.661Z] # $SEMVER_TEMP = /tmp/semver-172102982 [2020-09-16T09:02:12.661Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-16T09:02:13.236Z] # '/tmp/semver-172102982' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-591/.semver' [2020-09-16T09:02:13.236Z] # -> Force: false [2020-09-16T09:02:13.236Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-591/.semver [Pipeline] } [2020-09-16T09:02:13.259Z] $ docker exec --env ******** --env ******** d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 ssh-agent -k [2020-09-16T09:02:13.375Z] unset SSH_AUTH_SOCK; [2020-09-16T09:02:13.375Z] unset SSH_AGENT_PID; [2020-09-16T09:02:13.375Z] echo Agent pid 52 killed; [2020-09-16T09:02:13.422Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-16T09:02:13.981Z] + git semver [Pipeline] } [2020-09-16T09:02:14.015Z] $ docker stop --time=1 d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 [2020-09-16T09:02:15.414Z] $ docker rm -f d5160f1f8589b88da54cbc541415c3d5c30c029f481b64d74c193245cba36d28 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-16T09:02:16.384Z] Stashed 36 file(s) [Pipeline] echo [2020-09-16T09:02:16.412Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-16T09:02:16.545Z] 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-16T09:02:32.291Z] Still waiting to schedule task [2020-09-16T09:02:32.291Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-09-16T09:02:32.321Z] Still waiting to schedule task [2020-09-16T09:02:32.321Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-43555’ is offline [2020-09-16T09:04:05.276Z] Running on prd-centos7-docker-4c-2g-43569 in /w/workspace/dgexfoundry_device-sdk-go_PR-591 [Pipeline] { [Pipeline] ws [2020-09-16T09:04:05.365Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-16T09:04:07.795Z] using credential edgex-jenkins-ssh [2020-09-16T09:04:07.846Z] Cloning the remote Git repository [2020-09-16T09:04:07.846Z] Cloning with configured refspecs honoured and without tags [2020-09-16T09:04:07.874Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-16T09:04:07.950Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-16T09:04:08.740Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-16T09:04:08.743Z] > git --version # timeout=10 [2020-09-16T09:04:08.757Z] > git --version # 'git version 2.16.5' [2020-09-16T09:04:08.758Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:04:08.797Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:04:09.507Z] Fetching without tags [2020-09-16T09:04:09.929Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 44723ec98315d466e92c2d735e52b8bc3e222db6 [2020-09-16T09:04:10.031Z] Merge succeeded, producing 44723ec98315d466e92c2d735e52b8bc3e222db6 [2020-09-16T09:04:10.031Z] Checking out Revision 44723ec98315d466e92c2d735e52b8bc3e222db6 (PR-591) [2020-09-16T09:04:09.472Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-16T09:04:09.480Z] > git config --add remote.origin.fetch +refs/pull/591/head:refs/remotes/origin/PR-591 # timeout=10 [2020-09-16T09:04:09.488Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:04:09.499Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-16T09:04:09.513Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-16T09:04:09.513Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:04:09.518Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:04:09.939Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T09:04:09.947Z] > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 [2020-09-16T09:04:10.000Z] > git remote # timeout=10 [2020-09-16T09:04:10.008Z] > git config --get remote.origin.url # timeout=10 [2020-09-16T09:04:10.014Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:04:10.018Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-16T09:04:10.026Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-16T09:04:10.035Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T09:04:10.040Z] > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 [2020-09-16T09:04:13.720Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" [2020-09-16T09:04:13.751Z] > git --version # timeout=10 [2020-09-16T09:04:13.759Z] > git --version # 'git version 2.16.5' [2020-09-16T09:04:13.766Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T09:04:14.979Z] ========================================================= [2020-09-16T09:04:14.979Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-16T09:04:14.979Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:04:15.642Z] + 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-16T09:04:15.916Z] Sending build context to Docker daemon 3.163MB [2020-09-16T09:04:15.917Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T09:04:15.917Z] Step 2/8 : FROM ${BASE} [2020-09-16T09:04:16.189Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-16T09:04:16.189Z] df20fa9351a1: Pulling fs layer [2020-09-16T09:04:16.189Z] ed8968b2872e: Pulling fs layer [2020-09-16T09:04:16.189Z] a92cc7c5fd73: Pulling fs layer [2020-09-16T09:04:16.189Z] e871e8e8d7a9: Pulling fs layer [2020-09-16T09:04:16.189Z] e73272ec9a57: Pulling fs layer [2020-09-16T09:04:16.189Z] 1e910a182e73: Pulling fs layer [2020-09-16T09:04:16.189Z] 4e634b169226: Pulling fs layer [2020-09-16T09:04:16.189Z] e73272ec9a57: Waiting [2020-09-16T09:04:16.189Z] 1e910a182e73: Waiting [2020-09-16T09:04:16.189Z] e871e8e8d7a9: Waiting [2020-09-16T09:04:16.189Z] 4e634b169226: Waiting [2020-09-16T09:04:16.189Z] a92cc7c5fd73: Verifying Checksum [2020-09-16T09:04:16.189Z] a92cc7c5fd73: Download complete [2020-09-16T09:04:16.189Z] ed8968b2872e: Verifying Checksum [2020-09-16T09:04:16.189Z] ed8968b2872e: Download complete [2020-09-16T09:04:16.189Z] e73272ec9a57: Download complete [2020-09-16T09:04:16.189Z] 1e910a182e73: Verifying Checksum [2020-09-16T09:04:16.189Z] 1e910a182e73: Download complete [2020-09-16T09:04:16.189Z] df20fa9351a1: Download complete [2020-09-16T09:04:16.462Z] df20fa9351a1: Pull complete [2020-09-16T09:04:16.731Z] ed8968b2872e: Pull complete [2020-09-16T09:04:16.998Z] a92cc7c5fd73: Pull complete [2020-09-16T09:04:17.949Z] 4e634b169226: Verifying Checksum [2020-09-16T09:04:17.949Z] 4e634b169226: Download complete [2020-09-16T09:04:18.904Z] e871e8e8d7a9: Verifying Checksum [2020-09-16T09:04:18.904Z] e871e8e8d7a9: Download complete [2020-09-16T09:04:24.236Z] e871e8e8d7a9: Pull complete [2020-09-16T09:04:24.236Z] e73272ec9a57: Pull complete [2020-09-16T09:04:24.236Z] 1e910a182e73: Pull complete [2020-09-16T09:04:32.424Z] 4e634b169226: Pull complete [2020-09-16T09:04:32.424Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-16T09:04:32.424Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-16T09:04:32.424Z] ---> f7629b54cfaa [2020-09-16T09:04:32.424Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-16T09:04:32.424Z] ---> Running in e1ee98118a84 [2020-09-16T09:04:32.424Z] Removing intermediate container e1ee98118a84 [2020-09-16T09:04:32.424Z] ---> d2bf744f2ef2 [2020-09-16T09:04:32.424Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:04:32.424Z] ---> Running in 8a1c3ef15929 [2020-09-16T09:04:33.836Z] Removing intermediate container 8a1c3ef15929 [2020-09-16T09:04:33.836Z] ---> 9a96c3b3597c [2020-09-16T09:04:33.836Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-16T09:04:33.836Z] ---> Running in 0645f885acd4 [2020-09-16T09:04:34.416Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:36.340Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-16T09:04:37.732Z] OK: 166 MiB in 39 packages [2020-09-16T09:04:37.996Z] Removing intermediate container 0645f885acd4 [2020-09-16T09:04:37.996Z] ---> 6a0c621dc839 [2020-09-16T09:04:37.996Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-16T09:04:38.259Z] ---> Running in 35174caf2090 [2020-09-16T09:04:38.259Z] Removing intermediate container 35174caf2090 [2020-09-16T09:04:38.259Z] ---> 40cc2fed538a [2020-09-16T09:04:38.259Z] Step 7/8 : COPY . . [2020-09-16T09:04:39.657Z] ---> 29ffefe63a7a [2020-09-16T09:04:39.657Z] Step 8/8 : RUN go mod download [2020-09-16T09:04:39.657Z] ---> Running in 123a846aa7cb [2020-09-16T09:04:57.888Z] Removing intermediate container 123a846aa7cb [2020-09-16T09:04:57.888Z] ---> 6c1489f24524 [2020-09-16T09:04:57.888Z] Successfully built 6c1489f24524 [2020-09-16T09:04:57.888Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:04:58.273Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T09:04:58.273Z] . [Pipeline] withDockerContainer [2020-09-16T09:04:58.439Z] prd-centos7-docker-4c-2g-43569 does not seem to be running inside a container [2020-09-16T09:04:58.490Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-16T09:04:59.356Z] $ docker top e571296fccf1dfdaafdd5eb2e8edcf5f994dafc756ce4d8f8ad8d45342ff717e -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:04:59.942Z] + go version [2020-09-16T09:04:59.942Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-16T09:04:59.971Z] $ docker stop --time=1 e571296fccf1dfdaafdd5eb2e8edcf5f994dafc756ce4d8f8ad8d45342ff717e [2020-09-16T09:05:01.335Z] $ docker rm -f e571296fccf1dfdaafdd5eb2e8edcf5f994dafc756ce4d8f8ad8d45342ff717e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:05:02.669Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-16T09:05:02.669Z] . [Pipeline] withDockerContainer [2020-09-16T09:05:02.787Z] prd-centos7-docker-4c-2g-43569 does not seem to be running inside a container [2020-09-16T09:05:02.834Z] $ 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 ******** ci-base-image-x86_64 cat [2020-09-16T09:05:03.429Z] $ docker top 2e16c886b69ca98e2bacfcdc1ed4896e4e3ec6b86c1eb0244f9bc0412459e8b3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:05:03.962Z] + make test [2020-09-16T09:05:03.962Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-16T09:05:12.166Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-16T09:05:15.620Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-43571 in /w/workspace/dgexfoundry_device-sdk-go_PR-591 [Pipeline] { [Pipeline] ws [2020-09-16T09:05:15.711Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-16T09:05:21.464Z] using credential edgex-jenkins-ssh [2020-09-16T09:05:21.534Z] Cloning the remote Git repository [2020-09-16T09:05:21.534Z] Cloning with configured refspecs honoured and without tags [2020-09-16T09:05:21.613Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-16T09:05:21.750Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-16T09:05:21.836Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-16T09:05:21.839Z] > git --version # timeout=10 [2020-09-16T09:05:21.862Z] > git --version # 'git version 2.17.1' [2020-09-16T09:05:21.864Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:05:21.952Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:05:22.274Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [2020-09-16T09:05:22.274Z] internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-16T09:05:23.028Z] Fetching without tags [2020-09-16T09:05:23.245Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] [2020-09-16T09:05:22.929Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-16T09:05:22.950Z] > git config --add remote.origin.fetch +refs/pull/591/head:refs/remotes/origin/PR-591 # timeout=10 [2020-09-16T09:05:22.968Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:05:23.000Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-16T09:05:23.043Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-16T09:05:23.044Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:05:23.057Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/591/head:refs/remotes/origin/PR-591 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-16T09:05:23.518Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] [2020-09-16T09:05:23.518Z] internal/transformer/transformresult.go:604: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-16T09:05:23.629Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 44723ec98315d466e92c2d735e52b8bc3e222db6 [2020-09-16T09:05:23.796Z] # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] [2020-09-16T09:05:23.797Z] internal/cache/devices_test.go:25:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-16T09:05:23.797Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-16T09:05:23.797Z] have UpdateAdminState(context.Context, string, string) error [2020-09-16T09:05:23.797Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-16T09:05:23.797Z] internal/cache/init_test.go:23:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-16T09:05:23.797Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-16T09:05:23.797Z] have UpdateAdminState(context.Context, string, string) error [2020-09-16T09:05:23.797Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-16T09:05:23.797Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] [2020-09-16T09:05:23.963Z] Merge succeeded, producing 44723ec98315d466e92c2d735e52b8bc3e222db6 [2020-09-16T09:05:23.964Z] Checking out Revision 44723ec98315d466e92c2d735e52b8bc3e222db6 (PR-591) [2020-09-16T09:05:23.662Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T09:05:23.690Z] > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 [2020-09-16T09:05:23.833Z] > git remote # timeout=10 [2020-09-16T09:05:23.880Z] > git config --get remote.origin.url # timeout=10 [2020-09-16T09:05:23.904Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-16T09:05:23.917Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-16T09:05:23.945Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-16T09:05:23.973Z] > git config core.sparsecheckout # timeout=10 [2020-09-16T09:05:23.996Z] > git checkout -f 44723ec98315d466e92c2d735e52b8bc3e222db6 # timeout=10 [2020-09-16T09:05:28.524Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts" [2020-09-16T09:05:28.592Z] > git --version # timeout=10 [2020-09-16T09:05:28.611Z] > git --version # 'git version 2.17.1' [2020-09-16T09:05:28.626Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-16T09:05:30.584Z] ========================================================= [2020-09-16T09:05:30.585Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-16T09:05:30.585Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:05:32.111Z] + 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-16T09:05:33.108Z] Sending build context to Docker daemon 3.161MB [2020-09-16T09:05:33.108Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-16T09:05:33.108Z] Step 2/8 : FROM ${BASE} [2020-09-16T09:05:33.715Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-16T09:05:33.716Z] b538f80385f9: Pulling fs layer [2020-09-16T09:05:33.716Z] 74f711af9a0d: Pulling fs layer [2020-09-16T09:05:33.716Z] 99f96fe45779: Pulling fs layer [2020-09-16T09:05:33.716Z] 8529a6b9a6be: Pulling fs layer [2020-09-16T09:05:33.716Z] 45590311c82a: Pulling fs layer [2020-09-16T09:05:33.716Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-16T09:05:33.716Z] 209524e5b208: Pulling fs layer [2020-09-16T09:05:33.716Z] 45590311c82a: Waiting [2020-09-16T09:05:33.716Z] 69ca0ff8b7b3: Waiting [2020-09-16T09:05:33.716Z] 209524e5b208: Waiting [2020-09-16T09:05:33.716Z] 8529a6b9a6be: Waiting [2020-09-16T09:05:33.716Z] 99f96fe45779: Verifying Checksum [2020-09-16T09:05:33.716Z] 99f96fe45779: Download complete [2020-09-16T09:05:33.716Z] 74f711af9a0d: Verifying Checksum [2020-09-16T09:05:33.716Z] 74f711af9a0d: Download complete [2020-09-16T09:05:33.716Z] 45590311c82a: Verifying Checksum [2020-09-16T09:05:33.716Z] 45590311c82a: Download complete [2020-09-16T09:05:33.991Z] 69ca0ff8b7b3: Verifying Checksum [2020-09-16T09:05:33.991Z] 69ca0ff8b7b3: Download complete [2020-09-16T09:05:33.991Z] b538f80385f9: Verifying Checksum [2020-09-16T09:05:33.991Z] b538f80385f9: Download complete [2020-09-16T09:05:34.595Z] b538f80385f9: Pull complete [2020-09-16T09:05:35.201Z] 74f711af9a0d: Pull complete [2020-09-16T09:05:35.815Z] 99f96fe45779: Pull complete [2020-09-16T09:05:36.813Z] 209524e5b208: Verifying Checksum [2020-09-16T09:05:36.813Z] 209524e5b208: Download complete [2020-09-16T09:05:38.258Z] 8529a6b9a6be: Verifying Checksum [2020-09-16T09:05:38.258Z] 8529a6b9a6be: Download complete [2020-09-16T09:05:48.445Z] 8529a6b9a6be: Pull complete [2020-09-16T09:05:48.725Z] 45590311c82a: Pull complete [2020-09-16T09:05:49.000Z] 69ca0ff8b7b3: Pull complete [2020-09-16T09:05:52.392Z] 209524e5b208: Pull complete [2020-09-16T09:05:52.392Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-16T09:05:52.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-16T09:05:52.392Z] ---> 5bddaf1c2fca [2020-09-16T09:05:52.392Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-16T09:05:55.014Z] ---> Running in 5024cb74960d [2020-09-16T09:05:55.615Z] Removing intermediate container 5024cb74960d [2020-09-16T09:05:55.615Z] ---> c219d9021c69 [2020-09-16T09:05:55.615Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-16T09:05:55.615Z] ---> Running in 50fd68ade5b2 [2020-09-16T09:05:55.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.038s coverage: 8.6% of statements [2020-09-16T09:05:55.944Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.035s coverage: 21.7% of statements [2020-09-16T09:05:55.944Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] [2020-09-16T09:05:55.944Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] [2020-09-16T09:05:55.944Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] [2020-09-16T09:05:55.944Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.478s coverage: 68.9% of statements [2020-09-16T09:05:55.944Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2020-09-16T09:05:55.992Z] $ docker stop --time=1 2e16c886b69ca98e2bacfcdc1ed4896e4e3ec6b86c1eb0244f9bc0412459e8b3 [2020-09-16T09:05:57.533Z] $ docker rm -f 2e16c886b69ca98e2bacfcdc1ed4896e4e3ec6b86c1eb0244f9bc0412459e8b3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2020-09-16T09:05:58.234Z] Removing intermediate container 50fd68ade5b2 [2020-09-16T09:05:58.234Z] ---> 8763bde7ff83 [2020-09-16T09:05:58.234Z] Step 5/8 : RUN apk add --no-cache make git [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [2020-09-16T09:05:58.507Z] ---> Running in 36d03345f3c8 [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] } [2020-09-16T09:05:59.945Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [Pipeline] // stage [Pipeline] } [2020-09-16T09:06:00.129Z] Failed in branch amd64 [2020-09-16T09:06:00.927Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-16T09:06:01.903Z] OK: 142 MiB in 39 packages [2020-09-16T09:06:03.344Z] Removing intermediate container 36d03345f3c8 [2020-09-16T09:06:03.344Z] ---> d3b8444ff7c7 [2020-09-16T09:06:03.344Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-16T09:06:03.344Z] ---> Running in 700918a85a0b [2020-09-16T09:06:03.942Z] Removing intermediate container 700918a85a0b [2020-09-16T09:06:03.943Z] ---> cf58756481a8 [2020-09-16T09:06:03.943Z] Step 7/8 : COPY . . [2020-09-16T09:06:05.387Z] ---> 471157b60ca2 [2020-09-16T09:06:05.387Z] Step 8/8 : RUN go mod download [2020-09-16T09:06:05.387Z] ---> Running in 7bf8e4adcd32 [2020-09-16T09:06:27.601Z] Removing intermediate container 7bf8e4adcd32 [2020-09-16T09:06:27.601Z] ---> a7501e45531b [2020-09-16T09:06:27.601Z] Successfully built a7501e45531b [2020-09-16T09:06:27.879Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:06:28.356Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T09:06:28.356Z] . [Pipeline] withDockerContainer [2020-09-16T09:06:28.667Z] prd-ubuntu18.04-docker-arm64-4c-16g-43571 does not seem to be running inside a container [2020-09-16T09:06:28.765Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-16T09:06:30.634Z] $ docker top e3df1d01f7c331a0d13480f5008036089edb7f1f21238887c15a681a04212cd0 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:06:32.118Z] + go version [2020-09-16T09:06:32.118Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-16T09:06:32.160Z] $ docker stop --time=1 e3df1d01f7c331a0d13480f5008036089edb7f1f21238887c15a681a04212cd0 [2020-09-16T09:06:34.177Z] $ docker rm -f e3df1d01f7c331a0d13480f5008036089edb7f1f21238887c15a681a04212cd0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:06:35.562Z] + docker inspect -f . ci-base-image-arm64 [2020-09-16T09:06:35.562Z] . [Pipeline] withDockerContainer [2020-09-16T09:06:35.882Z] prd-ubuntu18.04-docker-arm64-4c-16g-43571 does not seem to be running inside a container [2020-09-16T09:06:35.990Z] $ 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 ******** ci-base-image-arm64 cat [2020-09-16T09:06:38.018Z] $ docker top c98e37085f7775493cd7f9e302da53ab7eb298da44bccf09e31b8c87bb53fde3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:06:39.631Z] + make test [2020-09-16T09:06:39.631Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-16T09:07:01.836Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-16T09:07:40.900Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [2020-09-16T09:07:40.900Z] internal/transformer/transformresult.go:604:57: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-16T09:07:40.900Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/autoevent [build failed] [2020-09-16T09:07:40.900Z] # github.com/edgexfoundry/device-sdk-go/internal/cache [github.com/edgexfoundry/device-sdk-go/internal/cache.test] [2020-09-16T09:07:40.900Z] internal/cache/devices_test.go:25:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-16T09:07:40.900Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-16T09:07:40.900Z] have UpdateAdminState(context.Context, string, string) error [2020-09-16T09:07:40.900Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-16T09:07:40.900Z] internal/cache/init_test.go:23:22: cannot use &mock.DeviceClientMock literal (type *mock.DeviceClientMock) as type metadata.DeviceClient in assignment: [2020-09-16T09:07:40.900Z] *mock.DeviceClientMock does not implement metadata.DeviceClient (wrong type for UpdateAdminState method) [2020-09-16T09:07:40.900Z] have UpdateAdminState(context.Context, string, string) error [2020-09-16T09:07:40.900Z] want UpdateAdminState(context.Context, string, admin.UpdateRequest) error [2020-09-16T09:07:40.900Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/cache [build failed] [2020-09-16T09:07:41.508Z] # github.com/edgexfoundry/device-sdk-go/internal/transformer [github.com/edgexfoundry/device-sdk-go/internal/transformer.test] [2020-09-16T09:07:41.508Z] internal/transformer/transformresult.go:604: cannot use "github.com/edgexfoundry/go-mod-core-contracts/models".Disabled (type string) as type operating.UpdateRequest in argument to common.DeviceClient.UpdateOpStateByName [2020-09-16T09:08:13.900Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.056s coverage: 8.6% of statements [2020-09-16T09:08:13.900Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.062s coverage: 21.7% of statements [2020-09-16T09:08:13.900Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/controller [build failed] [2020-09-16T09:08:13.900Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/handler [build failed] [2020-09-16T09:08:13.900Z] FAIL github.com/edgexfoundry/device-sdk-go/internal/transformer [build failed] [2020-09-16T09:08:13.900Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 6.136s coverage: 68.9% of statements [2020-09-16T09:08:13.900Z] make: *** [Makefile:32: test] Error 2 [Pipeline] } [2020-09-16T09:08:13.959Z] $ docker stop --time=1 c98e37085f7775493cd7f9e302da53ab7eb298da44bccf09e31b8c87bb53fde3 [2020-09-16T09:08:15.959Z] $ docker rm -f c98e37085f7775493cd7f9e302da53ab7eb298da44bccf09e31b8c87bb53fde3 [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] } [2020-09-16T09:08:18.957Z] 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 [2020-09-16T09:08:23.042Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:08:23.675Z] ---> package-listing.sh [2020-09-16T09:08:23.675Z] ++ facter osfamily [2020-09-16T09:08:23.675Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-16T09:08:23.675Z] + OS_FAMILY=redhat [2020-09-16T09:08:23.675Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-591 [2020-09-16T09:08:23.675Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-16T09:08:23.675Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-16T09:08:23.675Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-16T09:08:23.675Z] + PACKAGES=/tmp/packages_start.txt [2020-09-16T09:08:23.675Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-591 ']' [2020-09-16T09:08:23.675Z] + PACKAGES=/tmp/packages_end.txt [2020-09-16T09:08:23.675Z] + case "${OS_FAMILY}" in [2020-09-16T09:08:23.675Z] + rpm -qa [2020-09-16T09:08:23.675Z] + sort [2020-09-16T09:08:27.936Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-16T09:08:27.936Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-16T09:08:27.936Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-16T09:08:27.936Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-591 ']' [2020-09-16T09:08:27.936Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-591/archives/ [2020-09-16T09:08:27.937Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-591/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:28.498Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T09:08:28.498Z] [2020-09-16T09:08:28.498Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-16T09:08:28.908Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T09:08:28.908Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-16T09:08:28.908Z] df20fa9351a1: Pulling fs layer [2020-09-16T09:08:28.908Z] 36b3adc4ff6f: Pulling fs layer [2020-09-16T09:08:28.908Z] 8ad3a11d3b57: Pulling fs layer [2020-09-16T09:08:28.908Z] 46f8f816bc3b: Pulling fs layer [2020-09-16T09:08:28.908Z] 0dadc02b9964: Pulling fs layer [2020-09-16T09:08:28.908Z] ce6a7cf60c04: Pulling fs layer [2020-09-16T09:08:28.908Z] 7a184a31f384: Pulling fs layer [2020-09-16T09:08:28.908Z] 0879bd2ef858: Pulling fs layer [2020-09-16T09:08:28.908Z] 0dadc02b9964: Waiting [2020-09-16T09:08:28.908Z] ce6a7cf60c04: Waiting [2020-09-16T09:08:28.908Z] 7a184a31f384: Waiting [2020-09-16T09:08:28.908Z] 0879bd2ef858: Waiting [2020-09-16T09:08:28.908Z] 46f8f816bc3b: Waiting [2020-09-16T09:08:28.908Z] 36b3adc4ff6f: Download complete [2020-09-16T09:08:28.908Z] 46f8f816bc3b: Verifying Checksum [2020-09-16T09:08:28.908Z] 46f8f816bc3b: Download complete [2020-09-16T09:08:29.171Z] df20fa9351a1: Verifying Checksum [2020-09-16T09:08:29.171Z] df20fa9351a1: Download complete [2020-09-16T09:08:29.171Z] ce6a7cf60c04: Verifying Checksum [2020-09-16T09:08:29.171Z] ce6a7cf60c04: Download complete [2020-09-16T09:08:29.171Z] 7a184a31f384: Verifying Checksum [2020-09-16T09:08:29.171Z] 7a184a31f384: Download complete [2020-09-16T09:08:29.171Z] 0dadc02b9964: Verifying Checksum [2020-09-16T09:08:29.171Z] 0dadc02b9964: Download complete [2020-09-16T09:08:29.171Z] 8ad3a11d3b57: Verifying Checksum [2020-09-16T09:08:29.171Z] 8ad3a11d3b57: Download complete [2020-09-16T09:08:29.436Z] df20fa9351a1: Pull complete [2020-09-16T09:08:29.706Z] 36b3adc4ff6f: Pull complete [2020-09-16T09:08:29.706Z] 0879bd2ef858: Verifying Checksum [2020-09-16T09:08:29.706Z] 0879bd2ef858: Download complete [2020-09-16T09:08:30.293Z] 8ad3a11d3b57: Pull complete [2020-09-16T09:08:30.293Z] 46f8f816bc3b: Pull complete [2020-09-16T09:08:30.557Z] 0dadc02b9964: Pull complete [2020-09-16T09:08:30.822Z] ce6a7cf60c04: Pull complete [2020-09-16T09:08:30.822Z] 7a184a31f384: Pull complete [2020-09-16T09:08:33.417Z] 0879bd2ef858: Pull complete [2020-09-16T09:08:33.417Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-16T09:08:33.417Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-16T09:08:33.417Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-16T09:08:33.588Z] prd-centos7-docker-4c-2g-43565 does not seem to be running inside a container [2020-09-16T09:08:33.637Z] $ 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-591 -v /w/workspace/dgexfoundry_device-sdk-go_PR-591:/w/workspace/dgexfoundry_device-sdk-go_PR-591:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-591@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:10003/edgex-lftools-log-publisher:alpine cat [2020-09-16T09:08:36.683Z] $ docker top d6abbe33b11dd2b80a55ca6759c277df56c5683e24692fbc2803d920f5861488 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-16T09:08:37.283Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-16T09:08:37.613Z] + ls /var/log/sa-host [2020-09-16T09:08:37.613Z] + sadf -c /var/log/sa-host/sa05 [2020-09-16T09:08:37.613Z] file_magic: OK [2020-09-16T09:08:37.613Z] HZ: Using current value: 100 [2020-09-16T09:08:37.613Z] file_header: OK [2020-09-16T09:08:37.613Z] 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-16T09:08:37.613Z] Statistics: [2020-09-16T09:08:37.613Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T09:08:37.613Z] File successfully converted to sysstat format version 12.2.1 [2020-09-16T09:08:37.613Z] + sadf -c /var/log/sa-host/sa16 [2020-09-16T09:08:37.613Z] file_magic: OK [2020-09-16T09:08:37.613Z] HZ: Using current value: 100 [2020-09-16T09:08:37.613Z] file_header: OK [2020-09-16T09:08:37.613Z] 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-16T09:08:37.613Z] Statistics: [2020-09-16T09:08:37.613Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-16T09:08:37.613Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-16T09:08:37.742Z] provisioning config files... [2020-09-16T09:08:37.764Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-591@tmp/config4161381147436330733tmp [Pipeline] { [Pipeline] echo [2020-09-16T09:08:37.869Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:08:38.199Z] ---> create-netrc.sh [Pipeline] echo [2020-09-16T09:08:38.229Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-16T09:08:38.557Z] ---> logs-deploy.sh [2020-09-16T09:08:38.557Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-591/1 [2020-09-16T09:08:38.557Z] INFO: archiving workspace using pattern(s): [2020-09-16T09:08:39.946Z] Archives upload complete. [2020-09-16T09:08:39.946Z] INFO: archiving logs to Nexus