Pull request #592 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 34da9db53597e071a02a31c99e0e617c4ac468f0+acdd4826cae80a3b8a1f7d698808ff3080e1060b (36ecdf98b7a809227beb9496222b1f30f599c0a4) 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-592/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 Running on prd-centos7-docker-4c-2g-362 in /w/workspace/dgexfoundry_device-sdk-go_PR-592 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-592 # 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/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/592/head:refs/remotes/origin/PR-592 # 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 Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 34da9db53597e071a02a31c99e0e617c4ac468f0 Merge succeeded, producing 34da9db53597e071a02a31c99e0e617c4ac468f0 Checking out Revision 34da9db53597e071a02a31c99e0e617c4ac468f0 (PR-592) > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # 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 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 Commit message: "fix: fix device autodiscovery behavior" 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-18T08:21:26.272Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-09-18T08:21:26.777Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-09-18T08:21:26.987Z] ========================================================= [2020-09-18T08:21:26.987Z] EdgeX Global Pipelines Version Info [2020-09-18T08:21:26.987Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-09-18T08:21:28.525Z] ------------------- [2020-09-18T08:21:28.525Z] stable info: [2020-09-18T08:21:28.525Z] ------------------- [2020-09-18T08:21:28.525Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-09-18T08:21:28.526Z] Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T08:21:28.526Z] Message: update stable to v1.0.122 [2020-09-18T08:21:29.476Z] ------------------- [2020-09-18T08:21:29.476Z] experimental info: [2020-09-18T08:21:29.476Z] ------------------- [2020-09-18T08:21:29.477Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-09-18T08:21:29.477Z] Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 [2020-09-18T08:21:29.477Z] Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-09-18T08:21:30.075Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2020-09-18T08:21:30.252Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2020-09-18T08:21:30.421Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-09-18T08:21:30.567Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-09-18T08:21:30.737Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-09-18T08:21:30.887Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-09-18T08:21:31.039Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-09-18T08:21:31.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-09-18T08:21:31.387Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2020-09-18T08:21:31.529Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-09-18T08:21:31.707Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-09-18T08:21:31.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo [2020-09-18T08:21:32.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-09-18T08:21:32.160Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-09-18T08:21:32.310Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-09-18T08:21:32.445Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T08:21:32.609Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T08:21:32.745Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-09-18T08:21:32.893Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-09-18T08:21:33.039Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2020-09-18T08:21:33.178Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-09-18T08:21:33.311Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-09-18T08:21:33.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-592 [Pipeline] echo [2020-09-18T08:21:33.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-592 [Pipeline] echo [2020-09-18T08:21:33.731Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-592 [Pipeline] echo [2020-09-18T08:21:33.867Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 34da9db53597e071a02a31c99e0e617c4ac468f0 [Pipeline] echo [2020-09-18T08:21:34.041Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 34da9db [Pipeline] echo [2020-09-18T08:21:34.191Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-09-18T08:21:35.083Z] + git log --format=format:%s -1 34da9db53597e071a02a31c99e0e617c4ac468f0 [Pipeline] echo [2020-09-18T08:21:35.166Z] GIT_COMMIT: 34da9db53597e071a02a31c99e0e617c4ac468f0, Commit Message: fix: fix device autodiscovery behavior [Pipeline] echo [2020-09-18T08:21:35.254Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:21:36.277Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T08:21:36.544Z] [2020-09-18T08:21:36.544Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:21:36.958Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T08:21:36.958Z] latest: Pulling from edgex-devops/git-semver [2020-09-18T08:21:36.958Z] 31603596830f: Pulling fs layer [2020-09-18T08:21:36.958Z] 2a8b12db71e7: Pulling fs layer [2020-09-18T08:21:36.958Z] 6ca5941a6612: Pulling fs layer [2020-09-18T08:21:36.958Z] ecc8261a40a4: Pulling fs layer [2020-09-18T08:21:36.958Z] ecc8261a40a4: Waiting [2020-09-18T08:21:36.958Z] 2a8b12db71e7: Verifying Checksum [2020-09-18T08:21:36.958Z] 2a8b12db71e7: Download complete [2020-09-18T08:21:37.231Z] 31603596830f: Verifying Checksum [2020-09-18T08:21:37.231Z] 31603596830f: Download complete [2020-09-18T08:21:37.231Z] ecc8261a40a4: Verifying Checksum [2020-09-18T08:21:37.231Z] ecc8261a40a4: Download complete [2020-09-18T08:21:37.231Z] 6ca5941a6612: Verifying Checksum [2020-09-18T08:21:37.231Z] 6ca5941a6612: Download complete [2020-09-18T08:21:37.498Z] 31603596830f: Pull complete [2020-09-18T08:21:37.763Z] 2a8b12db71e7: Pull complete [2020-09-18T08:21:38.342Z] 6ca5941a6612: Pull complete [2020-09-18T08:21:38.611Z] ecc8261a40a4: Pull complete [2020-09-18T08:21:38.611Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-09-18T08:21:38.611Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-09-18T08:21:38.611Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-09-18T08:21:38.751Z] prd-centos7-docker-4c-2g-362 does not seem to be running inside a container [2020-09-18T08:21:38.805Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-592 -v /w/workspace/dgexfoundry_device-sdk-go_PR-592:/w/workspace/dgexfoundry_device-sdk-go_PR-592:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-592@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:10004/edgex-devops/git-semver:latest cat [2020-09-18T08:21:41.038Z] $ docker top b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-09-18T08:21:41.433Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T08:21:41.433Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T08:21:41.637Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T08:21:41.643Z] $ docker exec b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent [2020-09-18T08:21:41.804Z] SSH_AUTH_SOCK=/tmp/ssh-U85nQUD4mpJy/agent.12 [2020-09-18T08:21:41.804Z] SSH_AGENT_PID=17 [2020-09-18T08:21:41.815Z] Running ssh-add (command line suppressed) [2020-09-18T08:21:41.938Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2429636843121483436.key (/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2429636843121483436.key) [2020-09-18T08:21:41.983Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T08:21:42.362Z] + git describe --exact-match --tags HEAD [2020-09-18T08:21:42.362Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-09-18T08:21:42.444Z] $ docker exec --env ******** --env ******** b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent -k [2020-09-18T08:21:42.573Z] unset SSH_AUTH_SOCK; [2020-09-18T08:21:42.574Z] unset SSH_AGENT_PID; [2020-09-18T08:21:42.574Z] echo Agent pid 17 killed; [2020-09-18T08:21:42.615Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-09-18T08:21:42.802Z] [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-09-18T08:21:42.802Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-09-18T08:21:42.973Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-09-18T08:21:42.973Z] [ssh-agent] Looking for ssh-agent implementation... [2020-09-18T08:21:43.139Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-09-18T08:21:43.145Z] $ docker exec b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent [2020-09-18T08:21:43.312Z] SSH_AUTH_SOCK=/tmp/ssh-ubO7sNubmq2B/agent.46 [2020-09-18T08:21:43.312Z] SSH_AGENT_PID=51 [2020-09-18T08:21:43.319Z] Running ssh-add (command line suppressed) [2020-09-18T08:21:43.431Z] Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2484077081538157069.key (/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/private_key_2484077081538157069.key) [2020-09-18T08:21:43.478Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-09-18T08:21:43.862Z] + git semver init [2020-09-18T08:21:43.862Z] # -> Open(): unable to determine branch for HEAD [2020-09-18T08:21:43.863Z] # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-592/.git [2020-09-18T08:21:43.863Z] # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-592 [2020-09-18T08:21:43.863Z] # $SEMVER_REMOTE_NAME = origin [2020-09-18T08:21:43.863Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-09-18T08:21:43.863Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-09-18T08:21:43.863Z] # $SEMVER_BRANCH = PR-592 [2020-09-18T08:21:43.863Z] # $SEMVER_TEMP = /tmp/semver-821525342 [2020-09-18T08:21:43.863Z] # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP [2020-09-18T08:21:44.437Z] # '/tmp/semver-821525342' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-592/.semver' [2020-09-18T08:21:44.437Z] # -> Force: false [2020-09-18T08:21:44.437Z] # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-592/.semver [Pipeline] } [2020-09-18T08:21:44.459Z] $ docker exec --env ******** --env ******** b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 ssh-agent -k [2020-09-18T08:21:44.567Z] unset SSH_AUTH_SOCK; [2020-09-18T08:21:44.568Z] unset SSH_AGENT_PID; [2020-09-18T08:21:44.568Z] echo Agent pid 51 killed; [2020-09-18T08:21:44.614Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-09-18T08:21:45.240Z] + git semver [Pipeline] } [2020-09-18T08:21:45.274Z] $ docker stop --time=1 b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 [2020-09-18T08:21:46.622Z] $ docker rm -f b650daab02a0f6c6289c19c0860fb3223f30de5c6f5b68872b510e1f9a593ad4 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-09-18T08:21:47.613Z] Stashed 36 file(s) [Pipeline] echo [2020-09-18T08:21:47.647Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo [2020-09-18T08:21:47.834Z] 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-18T08:22:03.949Z] Still waiting to schedule task [2020-09-18T08:22:03.949Z] Waiting for next available executor on ‘prd-centos7-docker-4c-2g-362’ [2020-09-18T08:22:03.980Z] Still waiting to schedule task [2020-09-18T08:22:03.980Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-09-18T08:23:52.828Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-363 in /w/workspace/dgexfoundry_device-sdk-go_PR-592 [Pipeline] { [Pipeline] ws [2020-09-18T08:23:52.981Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-18T08:23:58.615Z] using credential edgex-jenkins-ssh [2020-09-18T08:23:58.684Z] Cloning the remote Git repository [2020-09-18T08:23:58.685Z] Cloning with configured refspecs honoured and without tags [2020-09-18T08:23:58.753Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T08:23:58.925Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-18T08:23:58.989Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T08:23:58.990Z] > git --version # timeout=10 [2020-09-18T08:23:59.010Z] > git --version # 'git version 2.17.1' [2020-09-18T08:23:59.012Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T08:23:59.111Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T08:24:00.047Z] Fetching without tags [2020-09-18T08:24:00.610Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 34da9db53597e071a02a31c99e0e617c4ac468f0 [2020-09-18T08:23:59.979Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T08:23:59.997Z] > git config --add remote.origin.fetch +refs/pull/592/head:refs/remotes/origin/PR-592 # timeout=10 [2020-09-18T08:24:00.009Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T08:24:00.035Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T08:24:00.066Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T08:24:00.066Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T08:24:00.079Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T08:24:00.644Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T08:24:00.658Z] > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 [2020-09-18T08:24:00.916Z] Merge succeeded, producing 34da9db53597e071a02a31c99e0e617c4ac468f0 [2020-09-18T08:24:00.917Z] Checking out Revision 34da9db53597e071a02a31c99e0e617c4ac468f0 (PR-592) [2020-09-18T08:24:00.767Z] > git remote # timeout=10 [2020-09-18T08:24:00.784Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T08:24:00.835Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T08:24:00.849Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-18T08:24:00.879Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T08:24:00.935Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T08:24:00.973Z] > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 [2020-09-18T08:24:05.393Z] Commit message: "fix: fix device autodiscovery behavior" [2020-09-18T08:24:05.460Z] > git --version # timeout=10 [2020-09-18T08:24:05.474Z] > git --version # 'git version 2.17.1' [2020-09-18T08:24:05.491Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-09-18T08:24:07.360Z] ========================================================= [2020-09-18T08:24:07.360Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-09-18T08:24:07.360Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:24:08.476Z] + 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-18T08:24:09.468Z] Sending build context to Docker daemon 3.166MB [2020-09-18T08:24:09.468Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T08:24:09.468Z] Step 2/8 : FROM ${BASE} [2020-09-18T08:24:09.748Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-09-18T08:24:09.748Z] b538f80385f9: Pulling fs layer [2020-09-18T08:24:09.748Z] 74f711af9a0d: Pulling fs layer [2020-09-18T08:24:09.748Z] 99f96fe45779: Pulling fs layer [2020-09-18T08:24:09.748Z] 8529a6b9a6be: Pulling fs layer [2020-09-18T08:24:09.748Z] 45590311c82a: Pulling fs layer [2020-09-18T08:24:09.748Z] 69ca0ff8b7b3: Pulling fs layer [2020-09-18T08:24:09.748Z] 209524e5b208: Pulling fs layer [2020-09-18T08:24:09.748Z] 45590311c82a: Waiting [2020-09-18T08:24:09.748Z] 69ca0ff8b7b3: Waiting [2020-09-18T08:24:09.748Z] 209524e5b208: Waiting [2020-09-18T08:24:09.748Z] 8529a6b9a6be: Waiting [2020-09-18T08:24:09.748Z] 99f96fe45779: Verifying Checksum [2020-09-18T08:24:09.748Z] 99f96fe45779: Download complete [2020-09-18T08:24:10.022Z] 74f711af9a0d: Verifying Checksum [2020-09-18T08:24:10.022Z] 74f711af9a0d: Download complete [2020-09-18T08:24:10.022Z] 45590311c82a: Verifying Checksum [2020-09-18T08:24:10.022Z] 45590311c82a: Download complete [2020-09-18T08:24:10.622Z] 69ca0ff8b7b3: Download complete [2020-09-18T08:24:11.224Z] b538f80385f9: Verifying Checksum [2020-09-18T08:24:11.224Z] b538f80385f9: Download complete [2020-09-18T08:24:11.826Z] b538f80385f9: Pull complete [2020-09-18T08:24:12.433Z] 74f711af9a0d: Pull complete [2020-09-18T08:24:12.707Z] 99f96fe45779: Pull complete [2020-09-18T08:24:13.302Z] 209524e5b208: Download complete [2020-09-18T08:24:14.732Z] 8529a6b9a6be: Verifying Checksum [2020-09-18T08:24:14.732Z] 8529a6b9a6be: Download complete [2020-09-18T08:24:24.902Z] 8529a6b9a6be: Pull complete [2020-09-18T08:24:24.902Z] 45590311c82a: Pull complete [2020-09-18T08:24:25.178Z] 69ca0ff8b7b3: Pull complete [2020-09-18T08:24:28.587Z] 209524e5b208: Pull complete [2020-09-18T08:24:28.587Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-09-18T08:24:28.867Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-09-18T08:24:28.867Z] ---> 5bddaf1c2fca [2020-09-18T08:24:28.867Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T08:24:31.512Z] ---> Running in 2d3987bb8174 [2020-09-18T08:24:32.118Z] Removing intermediate container 2d3987bb8174 [2020-09-18T08:24:32.118Z] ---> 778afc8b1155 [2020-09-18T08:24:32.118Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T08:24:32.118Z] ---> Running in daf1b65637ca [2020-09-18T08:24:34.751Z] Removing intermediate container daf1b65637ca [2020-09-18T08:24:34.751Z] ---> f4040edbba62 [2020-09-18T08:24:34.751Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T08:24:35.031Z] ---> Running in b606dd0249d7 [2020-09-18T08:24:36.465Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-09-18T08:24:37.439Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-09-18T08:24:38.047Z] OK: 142 MiB in 39 packages [2020-09-18T08:24:39.026Z] Removing intermediate container b606dd0249d7 [2020-09-18T08:24:39.026Z] ---> ec923b3c2c65 [2020-09-18T08:24:39.026Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T08:24:39.303Z] ---> Running in a88954a817b8 [2020-09-18T08:24:39.901Z] Removing intermediate container a88954a817b8 [2020-09-18T08:24:39.901Z] ---> e599f109eb88 [2020-09-18T08:24:39.901Z] Step 7/8 : COPY . . [2020-09-18T08:24:40.886Z] ---> 5d8120f44752 [2020-09-18T08:24:40.886Z] Step 8/8 : RUN go mod download [2020-09-18T08:24:41.161Z] ---> Running in 7b69dc8aca74 [2020-09-18T08:24:52.424Z] Running on prd-centos7-docker-4c-2g-364 in /w/workspace/dgexfoundry_device-sdk-go_PR-592 [Pipeline] { [Pipeline] ws [2020-09-18T08:24:52.518Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2020-09-18T08:24:55.093Z] using credential edgex-jenkins-ssh [2020-09-18T08:24:55.144Z] Cloning the remote Git repository [2020-09-18T08:24:55.144Z] Cloning with configured refspecs honoured and without tags [2020-09-18T08:24:55.173Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T08:24:55.232Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2020-09-18T08:24:55.279Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T08:24:55.279Z] > git --version # timeout=10 [2020-09-18T08:24:55.287Z] > git --version # 'git version 2.16.5' [2020-09-18T08:24:55.287Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T08:24:55.315Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T08:24:56.251Z] Removing intermediate container 7b69dc8aca74 [2020-09-18T08:24:56.251Z] ---> 3922978740a9 [2020-09-18T08:24:56.251Z] Successfully built 3922978740a9 [2020-09-18T08:24:56.251Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:24:56.608Z] Fetching without tags [2020-09-18T08:24:56.682Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T08:24:56.682Z] . [Pipeline] withDockerContainer [2020-09-18T08:24:56.973Z] prd-ubuntu18.04-docker-arm64-4c-16g-363 does not seem to be running inside a container [2020-09-18T08:24:57.015Z] Merging remotes/origin/master commit acdd4826cae80a3b8a1f7d698808ff3080e1060b into PR head commit 34da9db53597e071a02a31c99e0e617c4ac468f0 [2020-09-18T08:24:57.054Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T08:24:57.115Z] Merge succeeded, producing 34da9db53597e071a02a31c99e0e617c4ac468f0 [2020-09-18T08:24:57.116Z] Checking out Revision 34da9db53597e071a02a31c99e0e617c4ac468f0 (PR-592) [2020-09-18T08:24:56.577Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T08:24:56.586Z] > git config --add remote.origin.fetch +refs/pull/592/head:refs/remotes/origin/PR-592 # timeout=10 [2020-09-18T08:24:56.591Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T08:24:56.602Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2020-09-18T08:24:56.618Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2020-09-18T08:24:56.618Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T08:24:56.624Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/592/head:refs/remotes/origin/PR-592 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-09-18T08:24:57.026Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T08:24:57.032Z] > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 [2020-09-18T08:24:57.077Z] > git remote # timeout=10 [2020-09-18T08:24:57.085Z] > git config --get remote.origin.url # timeout=10 [2020-09-18T08:24:57.092Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-09-18T08:24:57.095Z] > git merge acdd4826cae80a3b8a1f7d698808ff3080e1060b # timeout=10 [2020-09-18T08:24:57.106Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-09-18T08:24:57.121Z] > git config core.sparsecheckout # timeout=10 [2020-09-18T08:24:57.129Z] > git checkout -f 34da9db53597e071a02a31c99e0e617c4ac468f0 # timeout=10 [2020-09-18T08:24:58.904Z] $ docker top 1efa9b77c35561ccfa18451bb26f9825cd7719fce1fd322a5aa44e69f21a1bdd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T08:25:00.382Z] + go version [2020-09-18T08:25:00.382Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-09-18T08:25:00.426Z] $ docker stop --time=1 1efa9b77c35561ccfa18451bb26f9825cd7719fce1fd322a5aa44e69f21a1bdd [2020-09-18T08:25:00.768Z] Commit message: "fix: fix device autodiscovery behavior" [2020-09-18T08:25:00.798Z] > git --version # timeout=10 [2020-09-18T08:25:00.804Z] > git --version # 'git version 2.16.5' [2020-09-18T08:25:00.809Z] fatal: bad object 7909e789ffc0fecf34d47f501ec8db0a80105338 [2020-09-18T08:25:02.323Z] $ docker rm -f 1efa9b77c35561ccfa18451bb26f9825cd7719fce1fd322a5aa44e69f21a1bdd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] unstash [2020-09-18T08:25:03.741Z] + docker inspect -f . ci-base-image-arm64 [2020-09-18T08:25:03.741Z] . [Pipeline] withDockerContainer [2020-09-18T08:25:03.994Z] prd-ubuntu18.04-docker-arm64-4c-16g-363 does not seem to be running inside a container [2020-09-18T08:25:04.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-09-18T08:25:05.819Z] $ docker top cede41035fb0fe71be189d80011e39915dc6633c1715dfb2a9d50e0603d57741 -eo pid,comm [Pipeline] { [Pipeline] echo [2020-09-18T08:25:06.221Z] ========================================================= [2020-09-18T08:25:06.221Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-09-18T08:25:06.221Z] ========================================================= [Pipeline] sh [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:25:07.066Z] + 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-18T08:25:07.318Z] + make test [2020-09-18T08:25:07.318Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T08:25:07.336Z] Sending build context to Docker daemon 3.166MB [2020-09-18T08:25:07.336Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-09-18T08:25:07.336Z] Step 2/8 : FROM ${BASE} [2020-09-18T08:25:07.336Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-09-18T08:25:07.336Z] df20fa9351a1: Pulling fs layer [2020-09-18T08:25:07.336Z] ed8968b2872e: Pulling fs layer [2020-09-18T08:25:07.336Z] a92cc7c5fd73: Pulling fs layer [2020-09-18T08:25:07.336Z] e871e8e8d7a9: Pulling fs layer [2020-09-18T08:25:07.336Z] e73272ec9a57: Pulling fs layer [2020-09-18T08:25:07.336Z] 1e910a182e73: Pulling fs layer [2020-09-18T08:25:07.336Z] 4e634b169226: Pulling fs layer [2020-09-18T08:25:07.336Z] e73272ec9a57: Waiting [2020-09-18T08:25:07.336Z] 1e910a182e73: Waiting [2020-09-18T08:25:07.336Z] 4e634b169226: Waiting [2020-09-18T08:25:07.336Z] e871e8e8d7a9: Waiting [2020-09-18T08:25:07.604Z] a92cc7c5fd73: Verifying Checksum [2020-09-18T08:25:07.604Z] a92cc7c5fd73: Download complete [2020-09-18T08:25:07.604Z] ed8968b2872e: Download complete [2020-09-18T08:25:07.604Z] e73272ec9a57: Verifying Checksum [2020-09-18T08:25:07.604Z] e73272ec9a57: Download complete [2020-09-18T08:25:07.604Z] 1e910a182e73: Verifying Checksum [2020-09-18T08:25:07.604Z] 1e910a182e73: Download complete [2020-09-18T08:25:07.604Z] df20fa9351a1: Verifying Checksum [2020-09-18T08:25:07.604Z] df20fa9351a1: Download complete [2020-09-18T08:25:07.871Z] df20fa9351a1: Pull complete [2020-09-18T08:25:07.871Z] ed8968b2872e: Pull complete [2020-09-18T08:25:08.141Z] a92cc7c5fd73: Pull complete [2020-09-18T08:25:09.539Z] 4e634b169226: Verifying Checksum [2020-09-18T08:25:09.539Z] 4e634b169226: Download complete [2020-09-18T08:25:10.499Z] e871e8e8d7a9: Verifying Checksum [2020-09-18T08:25:10.499Z] e871e8e8d7a9: Download complete [2020-09-18T08:25:15.811Z] e871e8e8d7a9: Pull complete [2020-09-18T08:25:15.811Z] e73272ec9a57: Pull complete [2020-09-18T08:25:15.811Z] 1e910a182e73: Pull complete [2020-09-18T08:25:20.040Z] 4e634b169226: Pull complete [2020-09-18T08:25:20.040Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-09-18T08:25:20.040Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-09-18T08:25:20.040Z] ---> f7629b54cfaa [2020-09-18T08:25:20.040Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2020-09-18T08:25:20.040Z] ---> Running in 373b4dfc3a90 [2020-09-18T08:25:20.303Z] Removing intermediate container 373b4dfc3a90 [2020-09-18T08:25:20.303Z] ---> 0259a6dd08c8 [2020-09-18T08:25:20.303Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-09-18T08:25:20.578Z] ---> Running in eea71f14c61c [2020-09-18T08:25:21.532Z] Removing intermediate container eea71f14c61c [2020-09-18T08:25:21.532Z] ---> 860024ef0a45 [2020-09-18T08:25:21.532Z] Step 5/8 : RUN apk add --no-cache make git [2020-09-18T08:25:21.532Z] ---> Running in 7ae7cfefa49c [2020-09-18T08:25:22.483Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-09-18T08:25:23.058Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-09-18T08:25:23.634Z] OK: 166 MiB in 39 packages [2020-09-18T08:25:23.903Z] Removing intermediate container 7ae7cfefa49c [2020-09-18T08:25:23.903Z] ---> 8a3cde89030a [2020-09-18T08:25:23.903Z] Step 6/8 : WORKDIR /device-sdk-go [2020-09-18T08:25:23.903Z] ---> Running in f640c03371a5 [2020-09-18T08:25:24.167Z] Removing intermediate container f640c03371a5 [2020-09-18T08:25:24.167Z] ---> 8dea67164f2c [2020-09-18T08:25:24.167Z] Step 7/8 : COPY . . [2020-09-18T08:25:25.565Z] ---> 4f5378e003c1 [2020-09-18T08:25:25.565Z] Step 8/8 : RUN go mod download [2020-09-18T08:25:25.565Z] ---> Running in a256f4b9f2a1 [2020-09-18T08:25:29.519Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T08:25:37.831Z] Removing intermediate container a256f4b9f2a1 [2020-09-18T08:25:37.831Z] ---> bab3e85a66ad [2020-09-18T08:25:37.831Z] Successfully built bab3e85a66ad [2020-09-18T08:25:37.831Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:25:38.313Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T08:25:38.313Z] . [Pipeline] withDockerContainer [2020-09-18T08:25:38.432Z] prd-centos7-docker-4c-2g-364 does not seem to be running inside a container [2020-09-18T08:25:38.482Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T08:25:39.657Z] $ docker top f31d495b75bd562152658ea854c01c0d5d586148e46d2e14a6ab2ff91ab3850a -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T08:25:40.236Z] + go version [2020-09-18T08:25:40.236Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-09-18T08:25:40.268Z] $ docker stop --time=1 f31d495b75bd562152658ea854c01c0d5d586148e46d2e14a6ab2ff91ab3850a [2020-09-18T08:25:41.613Z] $ docker rm -f f31d495b75bd562152658ea854c01c0d5d586148e46d2e14a6ab2ff91ab3850a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:25:42.800Z] + docker inspect -f . ci-base-image-x86_64 [2020-09-18T08:25:42.800Z] . [Pipeline] withDockerContainer [2020-09-18T08:25:42.917Z] prd-centos7-docker-4c-2g-364 does not seem to be running inside a container [2020-09-18T08:25:42.967Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-09-18T08:25:43.551Z] $ docker top 353fb2d4cb93431f3906c1f420700f96c0f14b5b6bce4df04aa3ef4652e64947 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T08:25:44.090Z] + make test [2020-09-18T08:25:44.090Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2020-09-18T08:25:50.751Z] ? github.com/edgexfoundry/device-sdk-go [no test files] [2020-09-18T08:26:03.090Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T08:26:03.090Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T08:26:03.090Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T08:26:03.090Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.040s coverage: 21.0% of statements [2020-09-18T08:26:03.680Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.402s coverage: 95.7% of statements [2020-09-18T08:26:08.551Z] ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] [2020-09-18T08:26:08.551Z] ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] [2020-09-18T08:26:08.551Z] ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] [2020-09-18T08:26:08.551Z] ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.058s coverage: 21.0% of statements [2020-09-18T08:26:08.551Z] ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.237s coverage: 95.7% of statements [2020-09-18T08:26:35.822Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.032s coverage: 8.6% of statements [2020-09-18T08:26:35.823Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.036s coverage: 21.7% of statements [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T08:26:35.823Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.177s coverage: 37.0% of statements [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T08:26:35.823Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.243s coverage: 65.4% of statements [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T08:26:35.823Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.058s coverage: 52.6% of statements [2020-09-18T08:26:35.823Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.226s coverage: 68.9% of statements [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T08:26:35.823Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T08:26:35.823Z] GO111MODULE=on go vet ./... [2020-09-18T08:26:40.910Z] ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.066s coverage: 8.6% of statements [2020-09-18T08:26:40.910Z] ok github.com/edgexfoundry/device-sdk-go/internal/common 0.050s coverage: 21.7% of statements [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] [2020-09-18T08:26:40.910Z] ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.488s coverage: 37.0% of statements [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] [2020-09-18T08:26:40.910Z] ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.705s coverage: 65.4% of statements [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] [2020-09-18T08:26:40.910Z] ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.268s coverage: 52.6% of statements [2020-09-18T08:26:40.910Z] ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.638s coverage: 68.9% of statements [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] [2020-09-18T08:26:40.910Z] ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] [2020-09-18T08:26:40.910Z] GO111MODULE=on go vet ./... [2020-09-18T08:26:41.225Z] gofmt -l . [2020-09-18T08:26:41.225Z] internal/container/deviceservice.go [2020-09-18T08:26:41.225Z] [ "`gofmt -l .`" = "" ] [2020-09-18T08:26:41.225Z] make: *** [Makefile:35: test] Error 1 [Pipeline] } [2020-09-18T08:26:41.279Z] $ docker stop --time=1 353fb2d4cb93431f3906c1f420700f96c0f14b5b6bce4df04aa3ef4652e64947 [2020-09-18T08:26:43.033Z] $ docker rm -f 353fb2d4cb93431f3906c1f420700f96c0f14b5b6bce4df04aa3ef4652e64947 [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-18T08:26:45.995Z] Failed in branch amd64 [2020-09-18T08:27:07.903Z] gofmt -l . [2020-09-18T08:27:07.903Z] internal/container/deviceservice.go [2020-09-18T08:27:07.903Z] [ "`gofmt -l .`" = "" ] [2020-09-18T08:27:07.903Z] make: *** [Makefile:35: test] Error 1 [Pipeline] } [2020-09-18T08:27:07.950Z] $ docker stop --time=1 cede41035fb0fe71be189d80011e39915dc6633c1715dfb2a9d50e0603d57741 [2020-09-18T08:27:09.926Z] $ docker rm -f cede41035fb0fe71be189d80011e39915dc6633c1715dfb2a9d50e0603d57741 [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-18T08:27:13.951Z] 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-18T08:27:17.836Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T08:27:18.447Z] ---> package-listing.sh [2020-09-18T08:27:18.447Z] ++ facter osfamily [2020-09-18T08:27:18.447Z] ++ tr '[:upper:]' '[:lower:]' [2020-09-18T08:27:18.447Z] + OS_FAMILY=redhat [2020-09-18T08:27:18.447Z] + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-592 [2020-09-18T08:27:18.447Z] + START_PACKAGES=/tmp/packages_start.txt [2020-09-18T08:27:18.447Z] + END_PACKAGES=/tmp/packages_end.txt [2020-09-18T08:27:18.447Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-09-18T08:27:18.447Z] + PACKAGES=/tmp/packages_start.txt [2020-09-18T08:27:18.447Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-592 ']' [2020-09-18T08:27:18.447Z] + PACKAGES=/tmp/packages_end.txt [2020-09-18T08:27:18.447Z] + case "${OS_FAMILY}" in [2020-09-18T08:27:18.447Z] + rpm -qa [2020-09-18T08:27:18.447Z] + sort [2020-09-18T08:27:22.671Z] + '[' -f /tmp/packages_start.txt ']' [2020-09-18T08:27:22.671Z] + '[' -f /tmp/packages_end.txt ']' [2020-09-18T08:27:22.671Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-09-18T08:27:22.671Z] + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-592 ']' [2020-09-18T08:27:22.671Z] + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-592/archives/ [2020-09-18T08:27:22.671Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-592/archives/ [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:27:23.748Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T08:27:23.748Z] [2020-09-18T08:27:23.748Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-09-18T08:27:24.142Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T08:27:24.142Z] alpine: Pulling from edgex-lftools-log-publisher [2020-09-18T08:27:24.142Z] df20fa9351a1: Pulling fs layer [2020-09-18T08:27:24.142Z] 36b3adc4ff6f: Pulling fs layer [2020-09-18T08:27:24.142Z] 8ad3a11d3b57: Pulling fs layer [2020-09-18T08:27:24.142Z] 46f8f816bc3b: Pulling fs layer [2020-09-18T08:27:24.142Z] 0dadc02b9964: Pulling fs layer [2020-09-18T08:27:24.142Z] ce6a7cf60c04: Pulling fs layer [2020-09-18T08:27:24.142Z] 7a184a31f384: Pulling fs layer [2020-09-18T08:27:24.142Z] 0879bd2ef858: Pulling fs layer [2020-09-18T08:27:24.142Z] 0dadc02b9964: Waiting [2020-09-18T08:27:24.142Z] ce6a7cf60c04: Waiting [2020-09-18T08:27:24.142Z] 7a184a31f384: Waiting [2020-09-18T08:27:24.142Z] 0879bd2ef858: Waiting [2020-09-18T08:27:24.142Z] 46f8f816bc3b: Waiting [2020-09-18T08:27:24.142Z] 36b3adc4ff6f: Download complete [2020-09-18T08:27:24.142Z] 46f8f816bc3b: Verifying Checksum [2020-09-18T08:27:24.142Z] 46f8f816bc3b: Download complete [2020-09-18T08:27:24.414Z] df20fa9351a1: Verifying Checksum [2020-09-18T08:27:24.414Z] df20fa9351a1: Download complete [2020-09-18T08:27:24.414Z] ce6a7cf60c04: Verifying Checksum [2020-09-18T08:27:24.414Z] ce6a7cf60c04: Download complete [2020-09-18T08:27:24.414Z] 7a184a31f384: Download complete [2020-09-18T08:27:24.414Z] 0dadc02b9964: Verifying Checksum [2020-09-18T08:27:24.414Z] 0dadc02b9964: Download complete [2020-09-18T08:27:24.414Z] 8ad3a11d3b57: Verifying Checksum [2020-09-18T08:27:24.414Z] 8ad3a11d3b57: Download complete [2020-09-18T08:27:24.678Z] df20fa9351a1: Pull complete [2020-09-18T08:27:24.942Z] 36b3adc4ff6f: Pull complete [2020-09-18T08:27:24.942Z] 0879bd2ef858: Verifying Checksum [2020-09-18T08:27:24.942Z] 0879bd2ef858: Download complete [2020-09-18T08:27:25.526Z] 8ad3a11d3b57: Pull complete [2020-09-18T08:27:25.526Z] 46f8f816bc3b: Pull complete [2020-09-18T08:27:25.787Z] 0dadc02b9964: Pull complete [2020-09-18T08:27:25.787Z] ce6a7cf60c04: Pull complete [2020-09-18T08:27:26.054Z] 7a184a31f384: Pull complete [2020-09-18T08:27:28.615Z] 0879bd2ef858: Pull complete [2020-09-18T08:27:28.615Z] Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 [2020-09-18T08:27:28.615Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-09-18T08:27:28.615Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-09-18T08:27:28.785Z] prd-centos7-docker-4c-2g-362 does not seem to be running inside a container [2020-09-18T08:27:28.833Z] $ 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-592 -v /w/workspace/dgexfoundry_device-sdk-go_PR-592:/w/workspace/dgexfoundry_device-sdk-go_PR-592:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-09-18T08:27:33.501Z] $ docker top a9aab585281498fe76f6e2760f12a01560b6ec9bb7cef90d351eb412051fc0a3 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-09-18T08:27:34.072Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-09-18T08:27:34.392Z] + ls /var/log/sa-host [2020-09-18T08:27:34.392Z] + sadf -c /var/log/sa-host/sa05 [2020-09-18T08:27:34.392Z] file_magic: OK [2020-09-18T08:27:34.392Z] HZ: Using current value: 100 [2020-09-18T08:27:34.392Z] file_header: OK [2020-09-18T08:27:34.392Z] 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-18T08:27:34.392Z] Statistics: [2020-09-18T08:27:34.392Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T08:27:34.392Z] File successfully converted to sysstat format version 12.2.1 [2020-09-18T08:27:34.392Z] + sadf -c /var/log/sa-host/sa18 [2020-09-18T08:27:34.392Z] file_magic: OK [2020-09-18T08:27:34.392Z] HZ: Using current value: 100 [2020-09-18T08:27:34.392Z] file_header: OK [2020-09-18T08:27:34.392Z] 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-18T08:27:34.392Z] Statistics: [2020-09-18T08:27:34.392Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-09-18T08:27:34.392Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-09-18T08:27:34.513Z] provisioning config files... [2020-09-18T08:27:34.535Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-592@tmp/config2950389071578986234tmp [Pipeline] { [Pipeline] echo [2020-09-18T08:27:34.654Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T08:27:34.986Z] ---> create-netrc.sh [Pipeline] echo [2020-09-18T08:27:35.017Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-09-18T08:27:35.350Z] ---> logs-deploy.sh [2020-09-18T08:27:35.350Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-592/1 [2020-09-18T08:27:35.350Z] INFO: archiving workspace using pattern(s): [2020-09-18T08:27:36.744Z] Archives upload complete. [2020-09-18T08:27:36.744Z] INFO: archiving logs to Nexus