Branch indexing 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 wlgardner for edgexfoundry/device-modbus-go Loading trusted files from base branch master at 645745cc2ab9199d577c2f6eedd0068fe13701dd rather than 205d20470621f6877b30549a0d87a32e67fc54e2 Obtained Jenkinsfile from 645745cc2ab9199d577c2f6eedd0068fe13701dd Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision f3f382fce060f16c10d6f597981912fab355381a 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 f3f382fce060f16c10d6f597981912fab355381a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision f3f382fce060f16c10d6f597981912fab355381a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f f3f382fce060f16c10d6f597981912fab355381a # timeout=10 Commit message: "Merge pull request #282 from ernestojeda/catch-log-publishing-errors" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master 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 -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b86a95d4aff1c43a521ca3be618780efd0ee2800 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-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 --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-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-modbus-go, buildSnap:true] ========================================================= [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-modbus-go-settings PROJECT: device-modbus-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: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true [Pipeline] node Running on prd-centos7-docker-4c-2g-9612 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-171 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-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 --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 645745cc2ab9199d577c2f6eedd0068fe13701dd into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 Merge succeeded, producing 74a5d08c6892181a452d79a3ab0b11b18104ed47 Checking out Revision 74a5d08c6892181a452d79a3ab0b11b18104ed47 (PR-171) > git config core.sparsecheckout # timeout=10 > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # 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 645745cc2ab9199d577c2f6eedd0068fe13701dd # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 74a5d08c6892181a452d79a3ab0b11b18104ed47 # timeout=10 Commit message: "Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-10-29T00:51:26.709Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk 9507faab20eb4164d353d9b0deafefd8823c2b15 # timeout=10 [2020-10-29T00:51:27.009Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-10-29T00:51:27.116Z] ========================================================= [2020-10-29T00:51:27.116Z] EdgeX Global Pipelines Version Info [2020-10-29T00:51:27.116Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:51:28.660Z] ------------------- [2020-10-29T00:51:28.660Z] stable info: [2020-10-29T00:51:28.660Z] ------------------- [2020-10-29T00:51:28.660Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-10-29T00:51:28.660Z] Commit SHA: f3f382fce060f16c10d6f597981912fab355381a [2020-10-29T00:51:28.660Z] Message: update stable to v1.0.148 [2020-10-29T00:51:29.607Z] ------------------- [2020-10-29T00:51:29.607Z] experimental info: [2020-10-29T00:51:29.607Z] ------------------- [2020-10-29T00:51:29.607Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-10-29T00:51:29.607Z] Commit SHA: 14412ea6c559e203c60c6aec71a1cbd01eb2e17f [2020-10-29T00:51:29.607Z] Message: update experimental to v1.0.152 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo [2020-10-29T00:51:29.977Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo [2020-10-29T00:51:30.090Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo [2020-10-29T00:51:30.343Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2020-10-29T00:51:30.463Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2020-10-29T00:51:30.571Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2020-10-29T00:51:30.661Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2020-10-29T00:51:30.770Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2020-10-29T00:51:30.875Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2020-10-29T00:51:30.968Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2020-10-29T00:51:31.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2020-10-29T00:51:31.156Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2020-10-29T00:51:31.257Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo [2020-10-29T00:51:31.345Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2020-10-29T00:51:31.435Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2020-10-29T00:51:31.537Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2020-10-29T00:51:31.649Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2020-10-29T00:51:31.738Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T00:51:31.830Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2020-10-29T00:51:31.933Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2020-10-29T00:51:32.030Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2020-10-29T00:51:32.127Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2020-10-29T00:51:32.228Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2020-10-29T00:51:32.313Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2020-10-29T00:51:32.397Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2020-10-29T00:51:32.495Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2020-10-29T00:51:32.618Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-171 [Pipeline] echo [2020-10-29T00:51:32.738Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-171 [Pipeline] echo [2020-10-29T00:51:32.863Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-171 [Pipeline] echo [2020-10-29T00:51:32.999Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 74a5d08c6892181a452d79a3ab0b11b18104ed47 [Pipeline] echo [2020-10-29T00:51:33.113Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 74a5d08 [Pipeline] echo [2020-10-29T00:51:33.243Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-10-29T00:51:34.072Z] + git log --format=format:%s -1 74a5d08c6892181a452d79a3ab0b11b18104ed47 [Pipeline] echo [2020-10-29T00:51:34.142Z] GIT_COMMIT: 74a5d08c6892181a452d79a3ab0b11b18104ed47, Commit Message: Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD [Pipeline] echo [2020-10-29T00:51:34.191Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:51:35.194Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T00:51:35.460Z] [2020-10-29T00:51:35.460Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:51:35.830Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T00:51:36.094Z] latest: Pulling from edgex-devops/git-semver [2020-10-29T00:51:36.095Z] 31603596830f: Pulling fs layer [2020-10-29T00:51:36.095Z] 2a8b12db71e7: Pulling fs layer [2020-10-29T00:51:36.095Z] 6ca5941a6612: Pulling fs layer [2020-10-29T00:51:36.095Z] ecc8261a40a4: Pulling fs layer [2020-10-29T00:51:36.095Z] ecc8261a40a4: Waiting [2020-10-29T00:51:36.095Z] 2a8b12db71e7: Verifying Checksum [2020-10-29T00:51:36.095Z] 2a8b12db71e7: Download complete [2020-10-29T00:51:36.095Z] 31603596830f: Download complete [2020-10-29T00:51:36.377Z] ecc8261a40a4: Verifying Checksum [2020-10-29T00:51:36.377Z] ecc8261a40a4: Download complete [2020-10-29T00:51:36.377Z] 6ca5941a6612: Verifying Checksum [2020-10-29T00:51:36.377Z] 6ca5941a6612: Download complete [2020-10-29T00:51:36.643Z] 31603596830f: Pull complete [2020-10-29T00:51:36.643Z] 2a8b12db71e7: Pull complete [2020-10-29T00:51:37.598Z] 6ca5941a6612: Pull complete [2020-10-29T00:51:37.862Z] ecc8261a40a4: Pull complete [2020-10-29T00:51:37.862Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-10-29T00:51:37.862Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-10-29T00:51:37.862Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-10-29T00:51:37.976Z] prd-centos7-docker-4c-2g-9612 does not seem to be running inside a container [2020-10-29T00:51:38.032Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-10-29T00:51:40.098Z] $ docker top de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-10-29T00:51:40.527Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-29T00:51:40.527Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-29T00:51:40.757Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-29T00:51:40.762Z] $ docker exec de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent [2020-10-29T00:51:40.932Z] SSH_AUTH_SOCK=/tmp/ssh-v9xdEIoZCaNA/agent.13 [2020-10-29T00:51:40.933Z] SSH_AGENT_PID=18 [2020-10-29T00:51:40.946Z] Running ssh-add (command line suppressed) [2020-10-29T00:51:41.077Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3976125297240341337.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_3976125297240341337.key) [2020-10-29T00:51:41.132Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-29T00:51:41.479Z] + git tag --points-at HEAD [Pipeline] } [2020-10-29T00:51:41.503Z] $ docker exec --env ******** --env ******** de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent -k [2020-10-29T00:51:41.626Z] unset SSH_AUTH_SOCK; [2020-10-29T00:51:41.626Z] unset SSH_AGENT_PID; [2020-10-29T00:51:41.627Z] echo Agent pid 18 killed; [2020-10-29T00:51:41.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2020-10-29T00:51:41.847Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-10-29T00:51:41.847Z] [ssh-agent] Looking for ssh-agent implementation... [2020-10-29T00:51:42.062Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-10-29T00:51:42.068Z] $ docker exec de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent [2020-10-29T00:51:42.237Z] SSH_AUTH_SOCK=/tmp/ssh-PwVYUka0IQZD/agent.49 [2020-10-29T00:51:42.237Z] SSH_AGENT_PID=54 [2020-10-29T00:51:42.245Z] Running ssh-add (command line suppressed) [2020-10-29T00:51:42.371Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_5391974794776908979.key (/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/private_key_5391974794776908979.key) [2020-10-29T00:51:42.428Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-10-29T00:51:42.779Z] + git semver init [2020-10-29T00:51:42.779Z] # -> Open(): unable to determine branch for HEAD [2020-10-29T00:51:42.779Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.git [2020-10-29T00:51:42.779Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-171 [2020-10-29T00:51:42.779Z] # $SEMVER_REMOTE_NAME = origin [2020-10-29T00:51:42.779Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-10-29T00:51:42.779Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-10-29T00:51:42.779Z] # $SEMVER_BRANCH = PR-171 [2020-10-29T00:51:42.779Z] # $SEMVER_TEMP = /tmp/semver-201115429 [2020-10-29T00:51:42.779Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-10-29T00:51:43.081Z] # '/tmp/semver-201115429' -> '/w/workspace/xfoundry_device-modbus-go_PR-171/.semver' [2020-10-29T00:51:43.081Z] # -> Force: false [2020-10-29T00:51:43.081Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-171/.semver [Pipeline] } [2020-10-29T00:51:43.358Z] $ docker exec --env ******** --env ******** de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 ssh-agent -k [2020-10-29T00:51:43.474Z] unset SSH_AUTH_SOCK; [2020-10-29T00:51:43.475Z] unset SSH_AGENT_PID; [2020-10-29T00:51:43.475Z] echo Agent pid 54 killed; [2020-10-29T00:51:43.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-10-29T00:51:44.042Z] + git semver [Pipeline] } [2020-10-29T00:51:44.063Z] $ docker stop --time=1 de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 [2020-10-29T00:51:45.497Z] $ docker rm -f de9d848d09e4026551d510ad73044ed27314361e0bac9fa556eaed1a39effb02 [Pipeline] // withDockerContainer [Pipeline] sh [2020-10-29T00:51:46.074Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2020-10-29T00:51:46.625Z] Stashed 1 file(s) [Pipeline] echo [2020-10-29T00:51:46.628Z] [edgeXSemver]: initialized semver on 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-10-29T00:52:02.257Z] Still waiting to schedule task [2020-10-29T00:52:02.257Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-10-29T00:52:02.259Z] Still waiting to schedule task [2020-10-29T00:52:02.259Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-10-29T00:55:41.002Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-9618 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws [2020-10-29T00:55:41.083Z] Running in /w/workspace/device-modbus-go/8 [Pipeline] { [Pipeline] checkout [2020-10-29T00:55:46.343Z] using credential edgex-jenkins-ssh [2020-10-29T00:55:46.406Z] Cloning the remote Git repository [2020-10-29T00:55:46.467Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-10-29T00:55:46.582Z] > git init /w/workspace/device-modbus-go/8 # timeout=10 [2020-10-29T00:55:46.670Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-10-29T00:55:46.671Z] > git --version # timeout=10 [2020-10-29T00:55:46.690Z] > git --version # 'git version 2.17.1' [2020-10-29T00:55:46.692Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T00:55:46.752Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T00:55:47.595Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-10-29T00:55:48.283Z] Merging remotes/origin/master commit 645745cc2ab9199d577c2f6eedd0068fe13701dd into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 [2020-10-29T00:55:48.524Z] Merge succeeded, producing f9d2bccd9d860a8897da0fd73abfe6a98926f341 [2020-10-29T00:55:48.525Z] Checking out Revision f9d2bccd9d860a8897da0fd73abfe6a98926f341 (PR-171) [2020-10-29T00:55:47.622Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T00:55:47.657Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-10-29T00:55:47.706Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-10-29T00:55:47.707Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T00:55:47.731Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-29T00:55:48.308Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T00:55:48.322Z] > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 [2020-10-29T00:55:48.408Z] > git remote # timeout=10 [2020-10-29T00:55:48.431Z] > git config --get remote.origin.url # timeout=10 [2020-10-29T00:55:48.444Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T00:55:48.453Z] > git merge 645745cc2ab9199d577c2f6eedd0068fe13701dd # timeout=10 [2020-10-29T00:55:48.506Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-29T00:55:48.536Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T00:55:48.547Z] > git checkout -f f9d2bccd9d860a8897da0fd73abfe6a98926f341 # timeout=10 [2020-10-29T00:55:52.933Z] Commit message: "Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD" [2020-10-29T00:55:52.953Z] First time build. Skipping changelog. [2020-10-29T00:55:52.943Z] > git rev-list --no-walk 9507faab20eb4164d353d9b0deafefd8823c2b15 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-29T00:55:53.959Z] ========================================================= [2020-10-29T00:55:53.959Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2020-10-29T00:55:53.959Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:55:55.006Z] + 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-10-29T00:55:55.606Z] Sending build context to Docker daemon 578.6kB [2020-10-29T00:55:55.879Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-29T00:55:55.879Z] Step 2/8 : FROM ${BASE} [2020-10-29T00:55:56.160Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-10-29T00:55:56.160Z] b538f80385f9: Pulling fs layer [2020-10-29T00:55:56.160Z] 74f711af9a0d: Pulling fs layer [2020-10-29T00:55:56.160Z] 99f96fe45779: Pulling fs layer [2020-10-29T00:55:56.160Z] 8529a6b9a6be: Pulling fs layer [2020-10-29T00:55:56.160Z] 45590311c82a: Pulling fs layer [2020-10-29T00:55:56.160Z] 69ca0ff8b7b3: Pulling fs layer [2020-10-29T00:55:56.160Z] 209524e5b208: Pulling fs layer [2020-10-29T00:55:56.160Z] 8529a6b9a6be: Waiting [2020-10-29T00:55:56.160Z] 209524e5b208: Waiting [2020-10-29T00:55:56.160Z] 69ca0ff8b7b3: Waiting [2020-10-29T00:55:56.160Z] 45590311c82a: Waiting [2020-10-29T00:55:56.160Z] 99f96fe45779: Verifying Checksum [2020-10-29T00:55:56.160Z] 99f96fe45779: Download complete [2020-10-29T00:55:56.160Z] 74f711af9a0d: Verifying Checksum [2020-10-29T00:55:56.160Z] 74f711af9a0d: Download complete [2020-10-29T00:55:56.160Z] 45590311c82a: Verifying Checksum [2020-10-29T00:55:56.160Z] 45590311c82a: Download complete [2020-10-29T00:55:56.160Z] 69ca0ff8b7b3: Verifying Checksum [2020-10-29T00:55:56.160Z] 69ca0ff8b7b3: Download complete [2020-10-29T00:55:57.145Z] b538f80385f9: Verifying Checksum [2020-10-29T00:55:57.145Z] b538f80385f9: Download complete [2020-10-29T00:55:57.749Z] b538f80385f9: Pull complete [2020-10-29T00:55:58.364Z] 74f711af9a0d: Pull complete [2020-10-29T00:55:58.637Z] 99f96fe45779: Pull complete [2020-10-29T00:55:59.632Z] 209524e5b208: Verifying Checksum [2020-10-29T00:55:59.632Z] 209524e5b208: Download complete [2020-10-29T00:56:00.609Z] 8529a6b9a6be: Verifying Checksum [2020-10-29T00:56:00.609Z] 8529a6b9a6be: Download complete [2020-10-29T00:56:10.789Z] 8529a6b9a6be: Pull complete [2020-10-29T00:56:11.070Z] 45590311c82a: Pull complete [2020-10-29T00:56:11.674Z] 69ca0ff8b7b3: Pull complete [2020-10-29T00:56:14.796Z] Running on prd-centos7-docker-4c-2g-9619 in /w/workspace/xfoundry_device-modbus-go_PR-171 [Pipeline] { [Pipeline] ws [2020-10-29T00:56:14.862Z] Running in /w/workspace/device-modbus-go/8 [Pipeline] { [Pipeline] checkout [2020-10-29T00:56:15.078Z] 209524e5b208: Pull complete [2020-10-29T00:56:15.078Z] Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 [2020-10-29T00:56:15.078Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2020-10-29T00:56:15.078Z] ---> 5bddaf1c2fca [2020-10-29T00:56:15.078Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-29T00:56:17.649Z] using credential edgex-jenkins-ssh [2020-10-29T00:56:17.712Z] Cloning the remote Git repository [2020-10-29T00:56:17.784Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-10-29T00:56:17.874Z] > git init /w/workspace/device-modbus-go/8 # timeout=10 [2020-10-29T00:56:18.047Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-10-29T00:56:18.047Z] > git --version # timeout=10 [2020-10-29T00:56:18.059Z] > git --version # 'git version 2.16.5' [2020-10-29T00:56:18.059Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T00:56:18.103Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T00:56:18.505Z] ---> Running in e5f689f85c26 [2020-10-29T00:56:18.505Z] Removing intermediate container e5f689f85c26 [2020-10-29T00:56:18.505Z] ---> e2dc73b3a045 [2020-10-29T00:56:18.505Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-29T00:56:18.505Z] ---> Running in 0d74162cedd4 [2020-10-29T00:56:19.145Z] Merging remotes/origin/master commit 645745cc2ab9199d577c2f6eedd0068fe13701dd into PR head commit 205d20470621f6877b30549a0d87a32e67fc54e2 [2020-10-29T00:56:19.243Z] Merge succeeded, producing 8283199f90aec63d22fe8261ae8586476b92eb09 [2020-10-29T00:56:19.243Z] Checking out Revision 8283199f90aec63d22fe8261ae8586476b92eb09 (PR-171) [2020-10-29T00:56:18.627Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-10-29T00:56:18.633Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2020-10-29T00:56:18.647Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-10-29T00:56:18.661Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-10-29T00:56:18.661Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T00:56:18.666Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/171/head:refs/remotes/origin/PR-171 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-10-29T00:56:19.156Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T00:56:19.161Z] > git checkout -f 205d20470621f6877b30549a0d87a32e67fc54e2 # timeout=10 [2020-10-29T00:56:19.195Z] > git remote # timeout=10 [2020-10-29T00:56:19.205Z] > git config --get remote.origin.url # timeout=10 [2020-10-29T00:56:19.211Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-10-29T00:56:19.215Z] > git merge 645745cc2ab9199d577c2f6eedd0068fe13701dd # timeout=10 [2020-10-29T00:56:19.237Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-10-29T00:56:19.247Z] > git config core.sparsecheckout # timeout=10 [2020-10-29T00:56:19.255Z] > git checkout -f 8283199f90aec63d22fe8261ae8586476b92eb09 # timeout=10 [2020-10-29T00:56:21.142Z] Removing intermediate container 0d74162cedd4 [2020-10-29T00:56:21.142Z] ---> 4fb63607316e [2020-10-29T00:56:21.142Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-29T00:56:21.142Z] ---> Running in 5def277468c2 [2020-10-29T00:56:22.581Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-10-29T00:56:22.939Z] Commit message: "Merge commit '645745cc2ab9199d577c2f6eedd0068fe13701dd' into HEAD" [2020-10-29T00:56:22.952Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2020-10-29T00:56:22.945Z] > git rev-list --no-walk 9507faab20eb4164d353d9b0deafefd8823c2b15 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [2020-10-29T00:56:23.560Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-10-29T00:56:23.770Z] ========================================================= [2020-10-29T00:56:23.770Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2020-10-29T00:56:23.770Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:56:24.159Z] (1/14) Installing libmagic (5.38-r0) [2020-10-29T00:56:24.437Z] (2/14) Installing file (5.38-r0) [2020-10-29T00:56:24.437Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-29T00:56:24.437Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-29T00:56:24.452Z] + 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-10-29T00:56:25.042Z] Sending build context to Docker daemon 578kB [2020-10-29T00:56:25.042Z] Step 1/8 : ARG BASE=golang:1.15-alpine [2020-10-29T00:56:25.042Z] Step 2/8 : FROM ${BASE} [2020-10-29T00:56:25.042Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2020-10-29T00:56:25.042Z] df20fa9351a1: Pulling fs layer [2020-10-29T00:56:25.042Z] ed8968b2872e: Pulling fs layer [2020-10-29T00:56:25.042Z] a92cc7c5fd73: Pulling fs layer [2020-10-29T00:56:25.042Z] e871e8e8d7a9: Pulling fs layer [2020-10-29T00:56:25.042Z] e73272ec9a57: Pulling fs layer [2020-10-29T00:56:25.042Z] 1e910a182e73: Pulling fs layer [2020-10-29T00:56:25.042Z] 4e634b169226: Pulling fs layer [2020-10-29T00:56:25.042Z] e871e8e8d7a9: Waiting [2020-10-29T00:56:25.042Z] 4e634b169226: Waiting [2020-10-29T00:56:25.042Z] e73272ec9a57: Waiting [2020-10-29T00:56:25.042Z] 1e910a182e73: Waiting [2020-10-29T00:56:25.042Z] a92cc7c5fd73: Verifying Checksum [2020-10-29T00:56:25.042Z] a92cc7c5fd73: Download complete [2020-10-29T00:56:25.042Z] ed8968b2872e: Download complete [2020-10-29T00:56:25.042Z] e73272ec9a57: Verifying Checksum [2020-10-29T00:56:25.042Z] e73272ec9a57: Download complete [2020-10-29T00:56:25.042Z] 1e910a182e73: Verifying Checksum [2020-10-29T00:56:25.042Z] 1e910a182e73: Download complete [2020-10-29T00:56:25.042Z] df20fa9351a1: Verifying Checksum [2020-10-29T00:56:25.042Z] df20fa9351a1: Download complete [2020-10-29T00:56:25.622Z] df20fa9351a1: Pull complete [2020-10-29T00:56:25.623Z] ed8968b2872e: Pull complete [2020-10-29T00:56:25.885Z] a92cc7c5fd73: Pull complete [2020-10-29T00:56:27.284Z] 4e634b169226: Verifying Checksum [2020-10-29T00:56:27.284Z] 4e634b169226: Download complete [2020-10-29T00:56:27.858Z] e871e8e8d7a9: Verifying Checksum [2020-10-29T00:56:27.858Z] e871e8e8d7a9: Download complete [2020-10-29T00:56:33.193Z] e871e8e8d7a9: Pull complete [2020-10-29T00:56:33.193Z] e73272ec9a57: Pull complete [2020-10-29T00:56:33.193Z] 1e910a182e73: Pull complete [2020-10-29T00:56:38.514Z] 4e634b169226: Pull complete [2020-10-29T00:56:38.514Z] Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 [2020-10-29T00:56:38.514Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2020-10-29T00:56:38.514Z] ---> f7629b54cfaa [2020-10-29T00:56:38.514Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-10-29T00:56:38.514Z] ---> Running in 5dbca586b493 [2020-10-29T00:56:38.779Z] Removing intermediate container 5dbca586b493 [2020-10-29T00:56:38.779Z] ---> 357e9eae197f [2020-10-29T00:56:38.779Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-10-29T00:56:38.779Z] ---> Running in 5ccfeb6e95d6 [2020-10-29T00:56:39.523Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-29T00:56:39.524Z] (6/14) Installing patch (2.7.6-r6) [2020-10-29T00:56:39.524Z] (7/14) Installing build-base (0.5-r2) [2020-10-29T00:56:39.524Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-29T00:56:39.524Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-29T00:56:39.524Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-29T00:56:39.796Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-29T00:56:40.072Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-29T00:56:40.072Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-29T00:56:40.341Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-29T00:56:40.618Z] Executing busybox-1.31.1-r16.trigger [2020-10-29T00:56:40.618Z] OK: 221 MiB in 53 packages [2020-10-29T00:56:40.714Z] Removing intermediate container 5ccfeb6e95d6 [2020-10-29T00:56:40.715Z] ---> 219082ba43ea [2020-10-29T00:56:40.715Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-10-29T00:56:40.715Z] ---> Running in 67eb7dcec0b1 [2020-10-29T00:56:40.978Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-10-29T00:56:41.928Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-10-29T00:56:42.875Z] (1/14) Installing libmagic (5.38-r0) [2020-10-29T00:56:43.137Z] (2/14) Installing file (5.38-r0) [2020-10-29T00:56:43.137Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-10-29T00:56:43.137Z] (4/14) Installing g++ (9.3.0-r2) [2020-10-29T00:56:44.947Z] Removing intermediate container 5def277468c2 [2020-10-29T00:56:44.947Z] ---> b05e80188320 [2020-10-29T00:56:44.947Z] Step 6/8 : WORKDIR /device-modbus-go [2020-10-29T00:56:44.947Z] ---> Running in 5051d8d5d9c0 [2020-10-29T00:56:45.220Z] Removing intermediate container 5051d8d5d9c0 [2020-10-29T00:56:45.220Z] ---> e1764a4f9068 [2020-10-29T00:56:45.220Z] Step 7/8 : COPY . . [2020-10-29T00:56:46.201Z] ---> 067d432880e1 [2020-10-29T00:56:46.201Z] Step 8/8 : RUN go mod download [2020-10-29T00:56:46.481Z] ---> Running in 1e794e934027 [2020-10-29T00:56:48.444Z] (5/14) Installing fortify-headers (1.1-r0) [2020-10-29T00:56:48.444Z] (6/14) Installing patch (2.7.6-r6) [2020-10-29T00:56:48.444Z] (7/14) Installing build-base (0.5-r2) [2020-10-29T00:56:48.444Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-10-29T00:56:48.444Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-10-29T00:56:48.444Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-10-29T00:56:48.444Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-10-29T00:56:48.444Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-10-29T00:56:48.444Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-10-29T00:56:48.705Z] (14/14) Installing openssh (8.3_p1-r0) [2020-10-29T00:56:48.705Z] Executing busybox-1.31.1-r16.trigger [2020-10-29T00:56:48.705Z] OK: 237 MiB in 53 packages [2020-10-29T00:56:52.023Z] Removing intermediate container 67eb7dcec0b1 [2020-10-29T00:56:52.023Z] ---> c01eae964b94 [2020-10-29T00:56:52.023Z] Step 6/8 : WORKDIR /device-modbus-go [2020-10-29T00:56:52.023Z] ---> Running in 146fff4862a4 [2020-10-29T00:56:52.023Z] Removing intermediate container 146fff4862a4 [2020-10-29T00:56:52.023Z] ---> f171c497c15d [2020-10-29T00:56:52.023Z] Step 7/8 : COPY . . [2020-10-29T00:56:52.972Z] ---> c01acf86d0bf [2020-10-29T00:56:52.972Z] Step 8/8 : RUN go mod download [2020-10-29T00:56:52.972Z] ---> Running in d365a6e9ad5a [2020-10-29T00:57:08.639Z] Removing intermediate container 1e794e934027 [2020-10-29T00:57:08.639Z] ---> 69f6951a3736 [2020-10-29T00:57:08.639Z] Successfully built 69f6951a3736 [2020-10-29T00:57:08.639Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:57:09.312Z] + docker inspect -f . ci-base-image-arm64 [2020-10-29T00:57:09.312Z] . [Pipeline] withDockerContainer [2020-10-29T00:57:09.589Z] prd-ubuntu18.04-docker-arm64-4c-16g-9618 does not seem to be running inside a container [2020-10-29T00:57:09.681Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-29T00:57:11.526Z] $ docker top c456923f2e838d5620c282221b3883f54a8dc02e5806c831b12d8b3a6cf99150 -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T00:57:12.965Z] + go version [2020-10-29T00:57:12.965Z] go version go1.15.2 linux/arm64 [Pipeline] } [2020-10-29T00:57:12.991Z] $ docker stop --time=1 c456923f2e838d5620c282221b3883f54a8dc02e5806c831b12d8b3a6cf99150 [2020-10-29T00:57:14.861Z] $ docker rm -f c456923f2e838d5620c282221b3883f54a8dc02e5806c831b12d8b3a6cf99150 [2020-10-29T00:57:15.048Z] Removing intermediate container d365a6e9ad5a [2020-10-29T00:57:15.048Z] ---> f36c2e0676d0 [2020-10-29T00:57:15.048Z] Successfully built f36c2e0676d0 [2020-10-29T00:57:15.048Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:57:15.700Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-29T00:57:15.701Z] . [Pipeline] withDockerContainer [2020-10-29T00:57:15.912Z] + docker inspect -f . ci-base-image-arm64 [2020-10-29T00:57:15.912Z] . [2020-10-29T00:57:16.003Z] prd-centos7-docker-4c-2g-9619 does not seem to be running inside a container [2020-10-29T00:57:16.090Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-29T00:57:16.925Z] $ docker top 5264bf74dcbb4e2f4bbd04b6e2dc2c7820e7420a7eb106c6120335375bf081df -eo pid,comm [Pipeline] { [Pipeline] withDockerContainer [2020-10-29T00:57:17.425Z] prd-ubuntu18.04-docker-arm64-4c-16g-9618 does not seem to be running inside a container [2020-10-29T00:57:17.510Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-10-29T00:57:19.297Z] $ docker top 19fe80cd379f3a2b86df42be8c5f353a79b660f9d2e45310a0f1ee0a14fca7c5 -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2020-10-29T00:57:19.996Z] + go version [2020-10-29T00:57:19.996Z] go version go1.15.2 linux/amd64 [Pipeline] } [2020-10-29T00:57:20.012Z] $ docker stop --time=1 5264bf74dcbb4e2f4bbd04b6e2dc2c7820e7420a7eb106c6120335375bf081df [2020-10-29T00:57:20.765Z] + make test [2020-10-29T00:57:20.765Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-29T00:57:21.355Z] $ docker rm -f 5264bf74dcbb4e2f4bbd04b6e2dc2c7820e7420a7eb106c6120335375bf081df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2020-10-29T00:57:21.752Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:57:22.287Z] + docker inspect -f . ci-base-image-x86_64 [2020-10-29T00:57:22.287Z] . [Pipeline] withDockerContainer [2020-10-29T00:57:22.426Z] prd-centos7-docker-4c-2g-9619 does not seem to be running inside a container [2020-10-29T00:57:22.475Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/8 -v /w/workspace/device-modbus-go/8:/w/workspace/device-modbus-go/8:rw,z -v /w/workspace/device-modbus-go/8@tmp:/w/workspace/device-modbus-go/8@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-10-29T00:57:23.150Z] $ docker top d450c566904626336ab4a33188d63e8dac7c493da53324d627fe7b64f21973eb -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T00:57:23.705Z] + make test [2020-10-29T00:57:23.706Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-10-29T00:57:24.669Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-10-29T00:57:37.087Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-10-29T00:57:37.087Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.221s coverage: 50.2% of statements [2020-10-29T00:57:37.087Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-29T00:57:38.040Z] gofmt -l . [2020-10-29T00:57:38.040Z] internal/driver/config.go [2020-10-29T00:57:38.040Z] internal/driver/config_test.go [2020-10-29T00:57:38.040Z] internal/driver/protocolpropertykey.go [2020-10-29T00:57:38.040Z] [ "`gofmt -l .`" = "" ] [2020-10-29T00:57:38.040Z] make: *** [Makefile:27: test] Error 1 [Pipeline] } [2020-10-29T00:57:38.062Z] $ docker stop --time=1 d450c566904626336ab4a33188d63e8dac7c493da53324d627fe7b64f21973eb [2020-10-29T00:57:40.455Z] $ docker rm -f d450c566904626336ab4a33188d63e8dac7c493da53324d627fe7b64f21973eb [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-10-29T00:57:42.450Z] Failed in branch amd64 [2020-10-29T00:57:54.170Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-10-29T00:57:54.440Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.368s coverage: 50.2% of statements [2020-10-29T00:57:54.713Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-10-29T00:58:01.441Z] gofmt -l . [2020-10-29T00:58:01.441Z] internal/driver/config.go [2020-10-29T00:58:01.441Z] internal/driver/config_test.go [2020-10-29T00:58:01.441Z] internal/driver/protocolpropertykey.go [2020-10-29T00:58:01.441Z] [ "`gofmt -l .`" = "" ] [2020-10-29T00:58:01.441Z] make: *** [Makefile:27: test] Error 1 [Pipeline] } [2020-10-29T00:58:01.473Z] $ docker stop --time=1 19fe80cd379f3a2b86df42be8c5f353a79b660f9d2e45310a0f1ee0a14fca7c5 [2020-10-29T00:58:03.732Z] $ docker rm -f 19fe80cd379f3a2b86df42be8c5f353a79b660f9d2e45310a0f1ee0a14fca7c5 [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-10-29T00:58:05.873Z] 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] { (Archive Prep) Stage "Archive Prep" 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-10-29T00:58:08.960Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:58:09.535Z] ---> package-listing.sh [2020-10-29T00:58:09.535Z] ++ facter osfamily [2020-10-29T00:58:09.535Z] ++ tr '[:upper:]' '[:lower:]' [2020-10-29T00:58:09.535Z] + OS_FAMILY=redhat [2020-10-29T00:58:09.535Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-171 [2020-10-29T00:58:09.535Z] + START_PACKAGES=/tmp/packages_start.txt [2020-10-29T00:58:09.535Z] + END_PACKAGES=/tmp/packages_end.txt [2020-10-29T00:58:09.535Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-10-29T00:58:09.535Z] + PACKAGES=/tmp/packages_start.txt [2020-10-29T00:58:09.535Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' [2020-10-29T00:58:09.535Z] + PACKAGES=/tmp/packages_end.txt [2020-10-29T00:58:09.535Z] + case "${OS_FAMILY}" in [2020-10-29T00:58:09.535Z] + rpm -qa [2020-10-29T00:58:09.535Z] + sort [2020-10-29T00:58:13.778Z] + '[' -f /tmp/packages_start.txt ']' [2020-10-29T00:58:13.778Z] + '[' -f /tmp/packages_end.txt ']' [2020-10-29T00:58:13.778Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-10-29T00:58:13.778Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-171 ']' [2020-10-29T00:58:13.778Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ [2020-10-29T00:58:13.778Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-171/archives/ [Pipeline] echo [2020-10-29T00:58:13.792Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-171/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2020-10-29T00:58:14.091Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:58:14.402Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T00:58:14.402Z] [2020-10-29T00:58:14.403Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-10-29T00:58:14.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T00:58:14.756Z] alpine: Pulling from edgex-lftools-log-publisher [2020-10-29T00:58:14.756Z] df20fa9351a1: Pulling fs layer [2020-10-29T00:58:14.756Z] 36b3adc4ff6f: Pulling fs layer [2020-10-29T00:58:14.756Z] 8ad3a11d3b57: Pulling fs layer [2020-10-29T00:58:14.756Z] 46f8f816bc3b: Pulling fs layer [2020-10-29T00:58:14.756Z] 93b61091891f: Pulling fs layer [2020-10-29T00:58:14.756Z] 93b9cdb0e59b: Pulling fs layer [2020-10-29T00:58:14.756Z] 5e14af77c1be: Pulling fs layer [2020-10-29T00:58:14.756Z] 01666e4c0597: Pulling fs layer [2020-10-29T00:58:14.756Z] aa168da1d23b: Pulling fs layer [2020-10-29T00:58:14.756Z] 93b61091891f: Waiting [2020-10-29T00:58:14.756Z] 93b9cdb0e59b: Waiting [2020-10-29T00:58:14.756Z] 5e14af77c1be: Waiting [2020-10-29T00:58:14.756Z] 01666e4c0597: Waiting [2020-10-29T00:58:14.756Z] aa168da1d23b: Waiting [2020-10-29T00:58:14.756Z] 46f8f816bc3b: Waiting [2020-10-29T00:58:14.756Z] 36b3adc4ff6f: Verifying Checksum [2020-10-29T00:58:14.756Z] 46f8f816bc3b: Verifying Checksum [2020-10-29T00:58:14.756Z] 46f8f816bc3b: Download complete [2020-10-29T00:58:15.020Z] df20fa9351a1: Verifying Checksum [2020-10-29T00:58:15.020Z] df20fa9351a1: Download complete [2020-10-29T00:58:15.020Z] 93b9cdb0e59b: Verifying Checksum [2020-10-29T00:58:15.020Z] 93b9cdb0e59b: Download complete [2020-10-29T00:58:15.020Z] 5e14af77c1be: Verifying Checksum [2020-10-29T00:58:15.020Z] 5e14af77c1be: Download complete [2020-10-29T00:58:15.020Z] 01666e4c0597: Verifying Checksum [2020-10-29T00:58:15.020Z] 01666e4c0597: Download complete [2020-10-29T00:58:15.020Z] 93b61091891f: Download complete [2020-10-29T00:58:15.286Z] df20fa9351a1: Pull complete [2020-10-29T00:58:15.552Z] 36b3adc4ff6f: Pull complete [2020-10-29T00:58:15.821Z] 8ad3a11d3b57: Verifying Checksum [2020-10-29T00:58:15.821Z] 8ad3a11d3b57: Download complete [2020-10-29T00:58:16.793Z] 8ad3a11d3b57: Pull complete [2020-10-29T00:58:16.793Z] 46f8f816bc3b: Pull complete [2020-10-29T00:58:17.374Z] 93b61091891f: Pull complete [2020-10-29T00:58:17.374Z] 93b9cdb0e59b: Pull complete [2020-10-29T00:58:17.637Z] 5e14af77c1be: Pull complete [2020-10-29T00:58:17.637Z] aa168da1d23b: Verifying Checksum [2020-10-29T00:58:17.637Z] aa168da1d23b: Download complete [2020-10-29T00:58:17.637Z] 01666e4c0597: Pull complete [2020-10-29T00:58:24.280Z] aa168da1d23b: Pull complete [2020-10-29T00:58:24.280Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2020-10-29T00:58:24.280Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-10-29T00:58:24.280Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-10-29T00:58:24.533Z] prd-centos7-docker-4c-2g-9612 does not seem to be running inside a container [2020-10-29T00:58:24.588Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-171/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-171 -v /w/workspace/xfoundry_device-modbus-go_PR-171:/w/workspace/xfoundry_device-modbus-go_PR-171:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-171@tmp:/w/workspace/xfoundry_device-modbus-go_PR-171@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-10-29T00:58:32.285Z] $ docker top ebe77cadf78e8407023e637ea1608a6113ce281a0ab0a8a48f7ba9a7a172aedd -eo pid,comm [Pipeline] { [Pipeline] sh [2020-10-29T00:58:32.923Z] + touch /tmp/pre-build-complete [Pipeline] sh [2020-10-29T00:58:33.230Z] + mkdir -p /var/log/sa [Pipeline] sh [2020-10-29T00:58:33.533Z] + ls /var/log/sa-host [2020-10-29T00:58:33.533Z] + sadf -c /var/log/sa-host/sa05 [2020-10-29T00:58:33.533Z] file_magic: OK [2020-10-29T00:58:33.533Z] HZ: Using current value: 100 [2020-10-29T00:58:33.533Z] file_header: OK [2020-10-29T00:58:33.533Z] 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-10-29T00:58:33.533Z] Statistics: [2020-10-29T00:58:33.533Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-29T00:58:33.533Z] File successfully converted to sysstat format version 12.2.1 [2020-10-29T00:58:33.533Z] + sadf -c /var/log/sa-host/sa29 [2020-10-29T00:58:33.533Z] file_magic: OK [2020-10-29T00:58:33.533Z] HZ: Using current value: 100 [2020-10-29T00:58:33.533Z] file_header: OK [2020-10-29T00:58:33.533Z] 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-10-29T00:58:33.533Z] Statistics: [2020-10-29T00:58:33.533Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2020-10-29T00:58:33.533Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-10-29T00:58:33.778Z] provisioning config files... [2020-10-29T00:58:33.805Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-171@tmp/config3365061602936453212tmp [Pipeline] { [Pipeline] echo [2020-10-29T00:58:33.896Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:58:34.198Z] ---> create-netrc.sh [Pipeline] } [2020-10-29T00:58:34.208Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2020-10-29T00:58:34.304Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:58:34.603Z] ---> python-tools-install.sh [Pipeline] echo [2020-10-29T00:58:34.615Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:58:34.932Z] ---> sudo-logs.sh [2020-10-29T00:58:34.932Z] Archiving 'sudo' log.. [Pipeline] echo [2020-10-29T00:58:34.945Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:58:35.253Z] ---> job-cost.sh [2020-10-29T00:58:35.253Z] lf-activate-venv: SKIPPING [2020-10-29T00:58:35.253Z] INFO: No Stack... [2020-10-29T00:58:37.177Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2020-10-29T00:58:37.440Z] INFO: Archiving Costs [Pipeline] echo [2020-10-29T00:58:37.455Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-10-29T00:58:37.759Z] ---> logs-deploy.sh [2020-10-29T00:58:37.759Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-171/8 [2020-10-29T00:58:37.759Z] INFO: archiving workspace using pattern(s): [2020-10-29T00:58:39.686Z] Archives upload complete. [2020-10-29T00:58:39.686Z] INFO: archiving logs to Nexus