Pull request #162 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from af1ed75db15f4f7f561b0306b8bfd8d5137b3c01+3d6b06ce9c8aabcbe3b96acc6656864e00d04358 (da2eba2ebe0ba377b966070126aaad697a002387) 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 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 aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 # timeout=10 Commit message: "Merge pull request #220 from ernestojeda/fix-arm64-semver" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, goVersion:1.13, 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.13 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-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 SNAP_CHANNEL: latest/edge BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: api/openapi/v1 [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-213’ is offline Running on prd-centos7-docker-4c-2g-133 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-162 # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # 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-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 --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 Merge succeeded, producing af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 Checking out Revision af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 (PR-162) > git config core.sparsecheckout # timeout=10 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # 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 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 Commit message: "feat: Modify Modbus simulator to support device scaling" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-24T02:58:36.957Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-24T02:58:37.388Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-24T02:58:37.472Z] ========================================================= [2020-08-24T02:58:37.472Z] EdgeX Global Pipelines Version Info [2020-08-24T02:58:37.472Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 6937054a9f53d0f326f0c0156aeef009133f8f46 # timeout=10 [2020-08-24T02:58:40.663Z] ------------------- [2020-08-24T02:58:40.663Z] stable info: [2020-08-24T02:58:40.663Z] ------------------- [2020-08-24T02:58:40.663Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-24T02:58:40.663Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-24T02:58:40.663Z] Message: update stable to v1.0.106 [2020-08-24T02:58:41.267Z] ------------------- [2020-08-24T02:58:41.267Z] experimental info: [2020-08-24T02:58:41.267Z] ------------------- [2020-08-24T02:58:41.267Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-24T02:58:41.267Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-24T02:58:41.267Z] Message: update experimental to v1.0.111 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-24T02:58:43.541Z] + git log --format=format:%s -1 af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 [Pipeline] echo [2020-08-24T02:58:43.664Z] GIT_COMMIT: af1ed75db15f4f7f561b0306b8bfd8d5137b3c01, Commit Message: feat: Modify Modbus simulator to support device scaling [Pipeline] echo [2020-08-24T02:58:43.706Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-24T02:58:44.576Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T02:58:44.846Z] [2020-08-24T02:58:44.846Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-24T02:58:45.377Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T02:58:45.696Z] latest: Pulling from edgex-devops/git-semver [2020-08-24T02:58:45.696Z] 31603596830f: Pulling fs layer [2020-08-24T02:58:45.696Z] 2a8b12db71e7: Pulling fs layer [2020-08-24T02:58:45.696Z] 6ca5941a6612: Pulling fs layer [2020-08-24T02:58:45.696Z] ecc8261a40a4: Pulling fs layer [2020-08-24T02:58:45.696Z] ecc8261a40a4: Waiting [2020-08-24T02:58:45.696Z] 2a8b12db71e7: Download complete [2020-08-24T02:58:46.036Z] 31603596830f: Download complete [2020-08-24T02:58:46.347Z] ecc8261a40a4: Verifying Checksum [2020-08-24T02:58:46.347Z] ecc8261a40a4: Download complete [2020-08-24T02:58:46.636Z] 6ca5941a6612: Verifying Checksum [2020-08-24T02:58:46.636Z] 6ca5941a6612: Download complete [2020-08-24T02:58:46.636Z] 31603596830f: Pull complete [2020-08-24T02:58:46.920Z] 2a8b12db71e7: Pull complete [2020-08-24T02:58:47.912Z] 6ca5941a6612: Pull complete [2020-08-24T02:58:48.639Z] ecc8261a40a4: Pull complete [2020-08-24T02:58:48.639Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-24T02:58:48.639Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-24T02:58:48.639Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-24T02:58:48.927Z] prd-centos7-docker-4c-2g-133 does not seem to be running inside a container [2020-08-24T02:58:49.034Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-162 -v /w/workspace/xfoundry_device-modbus-go_PR-162:/w/workspace/xfoundry_device-modbus-go_PR-162:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-162@tmp:/w/workspace/xfoundry_device-modbus-go_PR-162@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-24T02:58:51.318Z] $ docker top 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-24T02:58:51.731Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T02:58:51.731Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T02:58:52.204Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T02:58:52.230Z] $ docker exec 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent [2020-08-24T02:58:52.837Z] SSH_AUTH_SOCK=/tmp/ssh-iOzd7FXqr6or/agent.13 [2020-08-24T02:58:52.837Z] SSH_AGENT_PID=18 [2020-08-24T02:58:52.853Z] Running ssh-add (command line suppressed) [2020-08-24T02:58:53.189Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_1186790035945972260.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_1186790035945972260.key) [2020-08-24T02:58:53.327Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T02:58:53.945Z] + git describe --exact-match --tags HEAD [2020-08-24T02:58:53.945Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-24T02:58:54.016Z] $ docker exec --env ******** --env ******** 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent -k [2020-08-24T02:58:54.387Z] unset SSH_AUTH_SOCK; [2020-08-24T02:58:54.388Z] unset SSH_AGENT_PID; [2020-08-24T02:58:54.388Z] echo Agent pid 18 killed; [2020-08-24T02:58:54.535Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-24T02:58:54.628Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-24T02:58:54.628Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-24T02:58:54.734Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-24T02:58:54.735Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-24T02:58:55.096Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-24T02:58:55.111Z] $ docker exec 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent [2020-08-24T02:58:55.471Z] SSH_AUTH_SOCK=/tmp/ssh-Ed34BJfvYtsQ/agent.46 [2020-08-24T02:58:55.471Z] SSH_AGENT_PID=51 [2020-08-24T02:58:55.513Z] Running ssh-add (command line suppressed) [2020-08-24T02:58:55.771Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_2638832072004618042.key (/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/private_key_2638832072004618042.key) [2020-08-24T02:58:55.870Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-24T02:58:56.250Z] + git semver init [2020-08-24T02:58:56.250Z] # -> Open(): unable to determine branch for HEAD [2020-08-24T02:58:56.250Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.git [2020-08-24T02:58:56.250Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-08-24T02:58:56.250Z] # $SEMVER_REMOTE_NAME = origin [2020-08-24T02:58:56.250Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-24T02:58:56.250Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-24T02:58:56.250Z] # $SEMVER_BRANCH = PR-162 [2020-08-24T02:58:56.250Z] # $SEMVER_TEMP = /tmp/semver-145872225 [2020-08-24T02:58:56.250Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-24T02:58:56.833Z] # '/tmp/semver-145872225' -> '/w/workspace/xfoundry_device-modbus-go_PR-162/.semver' [2020-08-24T02:58:56.833Z] # -> Force: false [2020-08-24T02:58:56.833Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-162/.semver [Pipeline] } [2020-08-24T02:58:56.852Z] $ docker exec --env ******** --env ******** 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 ssh-agent -k [2020-08-24T02:58:57.006Z] unset SSH_AUTH_SOCK; [2020-08-24T02:58:57.006Z] unset SSH_AGENT_PID; [2020-08-24T02:58:57.006Z] echo Agent pid 51 killed; [2020-08-24T02:58:57.063Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-24T02:58:57.499Z] + git semver [Pipeline] } [2020-08-24T02:58:57.516Z] $ docker stop --time=1 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 [2020-08-24T02:58:59.006Z] $ docker rm -f 374c3d8ae5cf288559c9eaa48a4d57957705d2896fe87a2294f09bbdb6b90e80 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-24T02:59:00.171Z] Stashed 24 file(s) [Pipeline] echo [2020-08-24T02:59:00.175Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-24T02:59:00.284Z] 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-08-24T02:59:15.756Z] Still waiting to schedule task [2020-08-24T02:59:15.756Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-24T02:59:15.758Z] Still waiting to schedule task [2020-08-24T02:59:15.758Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2020-08-24T03:01:08.702Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-134 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-08-24T03:01:08.750Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-08-24T03:01:13.636Z] using credential edgex-jenkins-ssh [2020-08-24T03:01:13.760Z] Cloning the remote Git repository [2020-08-24T03:01:13.760Z] Cloning with configured refspecs honoured and without tags [2020-08-24T03:01:14.970Z] Fetching without tags [2020-08-24T03:01:13.884Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:01:14.010Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-08-24T03:01:14.082Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:01:14.083Z] > git --version # timeout=10 [2020-08-24T03:01:14.108Z] > git --version # 'git version 2.17.1' [2020-08-24T03:01:14.109Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:01:14.172Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:01:14.862Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:01:14.891Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-08-24T03:01:14.910Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:01:14.945Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:01:14.991Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:01:14.991Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:01:15.001Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:01:15.464Z] Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 [2020-08-24T03:01:15.646Z] Merge succeeded, producing af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 [2020-08-24T03:01:15.646Z] Checking out Revision af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 (PR-162) [2020-08-24T03:01:15.488Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:01:15.507Z] > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 [2020-08-24T03:01:15.578Z] > git remote # timeout=10 [2020-08-24T03:01:15.598Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T03:01:15.607Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:01:15.617Z] > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-24T03:01:15.638Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T03:01:15.656Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:01:15.672Z] > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 [2020-08-24T03:01:20.062Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T03:01:21.194Z] ========================================================= [2020-08-24T03:01:21.194Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-24T03:01:21.194Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:01:22.135Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine . [2020-08-24T03:01:22.751Z] Sending build context to Docker daemon 649.2kB [2020-08-24T03:01:22.751Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T03:01:22.751Z] Step 2/8 : FROM ${BASE} [2020-08-24T03:01:23.352Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-24T03:01:23.352Z] b538f80385f9: Pulling fs layer [2020-08-24T03:01:23.352Z] 74f711af9a0d: Pulling fs layer [2020-08-24T03:01:23.352Z] 99f96fe45779: Pulling fs layer [2020-08-24T03:01:23.352Z] fd7a069fd194: Pulling fs layer [2020-08-24T03:01:23.352Z] 66aa3694b03b: Pulling fs layer [2020-08-24T03:01:23.352Z] 170f70906a0f: Pulling fs layer [2020-08-24T03:01:23.352Z] ad7c5574e4b9: Pulling fs layer [2020-08-24T03:01:23.352Z] e772456be8f7: Pulling fs layer [2020-08-24T03:01:23.352Z] c890913d741a: Pulling fs layer [2020-08-24T03:01:23.352Z] 2480fcc9aa5a: Pulling fs layer [2020-08-24T03:01:23.352Z] 09adf4765672: Pulling fs layer [2020-08-24T03:01:23.352Z] fd7a069fd194: Waiting [2020-08-24T03:01:23.352Z] 66aa3694b03b: Waiting [2020-08-24T03:01:23.352Z] 170f70906a0f: Waiting [2020-08-24T03:01:23.352Z] ad7c5574e4b9: Waiting [2020-08-24T03:01:23.352Z] e772456be8f7: Waiting [2020-08-24T03:01:23.352Z] c890913d741a: Waiting [2020-08-24T03:01:23.352Z] 2480fcc9aa5a: Waiting [2020-08-24T03:01:23.352Z] 09adf4765672: Waiting [2020-08-24T03:01:23.352Z] 99f96fe45779: Verifying Checksum [2020-08-24T03:01:23.352Z] 99f96fe45779: Download complete [2020-08-24T03:01:23.352Z] 74f711af9a0d: Verifying Checksum [2020-08-24T03:01:23.352Z] 74f711af9a0d: Download complete [2020-08-24T03:01:23.352Z] 66aa3694b03b: Verifying Checksum [2020-08-24T03:01:23.352Z] 66aa3694b03b: Download complete [2020-08-24T03:01:23.352Z] 170f70906a0f: Verifying Checksum [2020-08-24T03:01:23.352Z] 170f70906a0f: Download complete [2020-08-24T03:01:23.352Z] b538f80385f9: Verifying Checksum [2020-08-24T03:01:23.352Z] b538f80385f9: Download complete [2020-08-24T03:01:24.335Z] b538f80385f9: Pull complete [2020-08-24T03:01:24.614Z] 74f711af9a0d: Pull complete [2020-08-24T03:01:25.216Z] 99f96fe45779: Pull complete [2020-08-24T03:01:26.663Z] ad7c5574e4b9: Verifying Checksum [2020-08-24T03:01:26.663Z] ad7c5574e4b9: Download complete [2020-08-24T03:01:26.663Z] c890913d741a: Verifying Checksum [2020-08-24T03:01:26.663Z] c890913d741a: Download complete [2020-08-24T03:01:28.655Z] e772456be8f7: Verifying Checksum [2020-08-24T03:01:28.655Z] e772456be8f7: Download complete [2020-08-24T03:01:28.655Z] 09adf4765672: Verifying Checksum [2020-08-24T03:01:28.655Z] 09adf4765672: Download complete [2020-08-24T03:01:28.655Z] 2480fcc9aa5a: Download complete [2020-08-24T03:01:28.926Z] fd7a069fd194: Verifying Checksum [2020-08-24T03:01:28.926Z] fd7a069fd194: Download complete [2020-08-24T03:01:38.566Z] Running on prd-centos7-docker-4c-2g-135 in /w/workspace/xfoundry_device-modbus-go_PR-162 [Pipeline] { [Pipeline] ws [2020-08-24T03:01:38.622Z] Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout [2020-08-24T03:01:41.139Z] using credential edgex-jenkins-ssh [2020-08-24T03:01:41.188Z] Cloning the remote Git repository [2020-08-24T03:01:41.188Z] Cloning with configured refspecs honoured and without tags [2020-08-24T03:01:41.447Z] fd7a069fd194: Pull complete [2020-08-24T03:01:41.447Z] 66aa3694b03b: Pull complete [2020-08-24T03:01:41.447Z] 170f70906a0f: Pull complete [2020-08-24T03:01:41.224Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:01:41.290Z] > git init /w/workspace/device-modbus-go/2 # timeout=10 [2020-08-24T03:01:41.336Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:01:41.336Z] > git --version # timeout=10 [2020-08-24T03:01:41.344Z] > git --version # 'git version 2.16.5' [2020-08-24T03:01:41.345Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:01:41.373Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:01:42.289Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:01:42.305Z] > git config --add remote.origin.fetch +refs/pull/162/head:refs/remotes/origin/PR-162 # timeout=10 [2020-08-24T03:01:42.328Z] Fetching without tags [2020-08-24T03:01:42.726Z] Merging remotes/origin/master commit 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 into PR head commit af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 [2020-08-24T03:01:42.836Z] Merge succeeded, producing af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 [2020-08-24T03:01:42.837Z] Checking out Revision af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 (PR-162) [2020-08-24T03:01:42.314Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:01:42.325Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-24T03:01:42.339Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-24T03:01:42.340Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:01:42.344Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/162/head:refs/remotes/origin/PR-162 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-24T03:01:42.741Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:01:42.747Z] > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 [2020-08-24T03:01:42.779Z] > git remote # timeout=10 [2020-08-24T03:01:42.805Z] > git config --get remote.origin.url # timeout=10 [2020-08-24T03:01:42.819Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-24T03:01:42.823Z] > git merge 3d6b06ce9c8aabcbe3b96acc6656864e00d04358 # timeout=10 [2020-08-24T03:01:42.833Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-24T03:01:42.846Z] > git config core.sparsecheckout # timeout=10 [2020-08-24T03:01:42.852Z] > git checkout -f af1ed75db15f4f7f561b0306b8bfd8d5137b3c01 # timeout=10 [2020-08-24T03:01:44.895Z] ad7c5574e4b9: Pull complete [2020-08-24T03:01:46.415Z] Commit message: "feat: Modify Modbus simulator to support device scaling" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-24T03:01:47.175Z] ========================================================= [2020-08-24T03:01:47.175Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-24T03:01:47.175Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:01:47.865Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine . [2020-08-24T03:01:48.134Z] Sending build context to Docker daemon 649.2kB [2020-08-24T03:01:48.134Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-24T03:01:48.134Z] Step 2/8 : FROM ${BASE} [2020-08-24T03:01:48.401Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-24T03:01:48.401Z] df20fa9351a1: Pulling fs layer [2020-08-24T03:01:48.401Z] ed8968b2872e: Pulling fs layer [2020-08-24T03:01:48.401Z] a92cc7c5fd73: Pulling fs layer [2020-08-24T03:01:48.401Z] 2dd03ba5bac4: Pulling fs layer [2020-08-24T03:01:48.401Z] 1e091d79d1de: Pulling fs layer [2020-08-24T03:01:48.401Z] 481702a1767f: Pulling fs layer [2020-08-24T03:01:48.401Z] f64a6f60c768: Pulling fs layer [2020-08-24T03:01:48.401Z] e78d2573fc39: Pulling fs layer [2020-08-24T03:01:48.401Z] e876d2f968b6: Pulling fs layer [2020-08-24T03:01:48.401Z] ce8a83651883: Pulling fs layer [2020-08-24T03:01:48.401Z] 07967f4d0e4b: Pulling fs layer [2020-08-24T03:01:48.401Z] 1e091d79d1de: Waiting [2020-08-24T03:01:48.401Z] 481702a1767f: Waiting [2020-08-24T03:01:48.401Z] f64a6f60c768: Waiting [2020-08-24T03:01:48.401Z] e78d2573fc39: Waiting [2020-08-24T03:01:48.401Z] e876d2f968b6: Waiting [2020-08-24T03:01:48.401Z] ce8a83651883: Waiting [2020-08-24T03:01:48.401Z] 07967f4d0e4b: Waiting [2020-08-24T03:01:48.401Z] 2dd03ba5bac4: Waiting [2020-08-24T03:01:48.401Z] a92cc7c5fd73: Download complete [2020-08-24T03:01:48.401Z] ed8968b2872e: Download complete [2020-08-24T03:01:48.401Z] 1e091d79d1de: Verifying Checksum [2020-08-24T03:01:48.401Z] 1e091d79d1de: Download complete [2020-08-24T03:01:48.401Z] 481702a1767f: Verifying Checksum [2020-08-24T03:01:48.401Z] 481702a1767f: Download complete [2020-08-24T03:01:48.401Z] df20fa9351a1: Verifying Checksum [2020-08-24T03:01:48.401Z] df20fa9351a1: Download complete [2020-08-24T03:01:48.678Z] df20fa9351a1: Pull complete [2020-08-24T03:01:49.240Z] e772456be8f7: Pull complete [2020-08-24T03:01:49.240Z] c890913d741a: Pull complete [2020-08-24T03:01:49.309Z] f64a6f60c768: Verifying Checksum [2020-08-24T03:01:49.309Z] f64a6f60c768: Download complete [2020-08-24T03:01:49.309Z] e876d2f968b6: Verifying Checksum [2020-08-24T03:01:49.309Z] e876d2f968b6: Download complete [2020-08-24T03:01:49.903Z] 2dd03ba5bac4: Verifying Checksum [2020-08-24T03:01:49.903Z] 2dd03ba5bac4: Download complete [2020-08-24T03:01:50.168Z] e78d2573fc39: Verifying Checksum [2020-08-24T03:01:50.168Z] e78d2573fc39: Download complete [2020-08-24T03:01:50.168Z] 07967f4d0e4b: Verifying Checksum [2020-08-24T03:01:50.168Z] 07967f4d0e4b: Download complete [2020-08-24T03:01:50.168Z] ce8a83651883: Verifying Checksum [2020-08-24T03:01:50.168Z] ce8a83651883: Download complete [2020-08-24T03:01:51.117Z] ed8968b2872e: Pull complete [2020-08-24T03:01:51.233Z] 2480fcc9aa5a: Pull complete [2020-08-24T03:01:51.380Z] a92cc7c5fd73: Pull complete [2020-08-24T03:01:51.832Z] 09adf4765672: Pull complete [2020-08-24T03:01:51.832Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-24T03:01:51.832Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-24T03:01:51.832Z] ---> 2248a725d1cf [2020-08-24T03:01:51.832Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T03:01:57.254Z] ---> Running in 2de02d58e610 [2020-08-24T03:01:57.254Z] Removing intermediate container 2de02d58e610 [2020-08-24T03:01:57.254Z] ---> 12b7ac31fd67 [2020-08-24T03:01:57.254Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T03:01:57.254Z] ---> Running in 4d09513a8bea [2020-08-24T03:01:58.005Z] 2dd03ba5bac4: Pull complete [2020-08-24T03:01:58.005Z] 1e091d79d1de: Pull complete [2020-08-24T03:01:58.005Z] 481702a1767f: Pull complete [2020-08-24T03:01:59.875Z] Removing intermediate container 4d09513a8bea [2020-08-24T03:01:59.875Z] ---> a01f7ce418ca [2020-08-24T03:01:59.875Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T03:01:59.875Z] ---> Running in 348e7f1779c6 [2020-08-24T03:02:01.317Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-24T03:02:04.670Z] f64a6f60c768: Pull complete [2020-08-24T03:02:07.998Z] e78d2573fc39: Pull complete [2020-08-24T03:02:07.998Z] e876d2f968b6: Pull complete [2020-08-24T03:02:09.403Z] ce8a83651883: Pull complete [2020-08-24T03:02:09.403Z] 07967f4d0e4b: Pull complete [2020-08-24T03:02:09.665Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-24T03:02:09.665Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-24T03:02:09.665Z] ---> 5d7c900382c6 [2020-08-24T03:02:09.665Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-24T03:02:10.611Z] ---> Running in 62baa454355f [2020-08-24T03:02:10.875Z] Removing intermediate container 62baa454355f [2020-08-24T03:02:10.875Z] ---> 4bc39d073802 [2020-08-24T03:02:10.875Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-24T03:02:10.875Z] ---> Running in c7565ae1ea22 [2020-08-24T03:02:12.273Z] Removing intermediate container c7565ae1ea22 [2020-08-24T03:02:12.273Z] ---> 520a0b78c085 [2020-08-24T03:02:12.273Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-24T03:02:12.273Z] ---> Running in b1680045a899 [2020-08-24T03:02:12.849Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-24T03:04:23.112Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz: operation timed out [2020-08-24T03:04:23.112Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-24T03:04:34.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-24T03:04:34.414Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz: operation timed out [2020-08-24T03:06:29.901Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz: operation timed out [2020-08-24T03:06:29.901Z] ERROR: unsatisfiable constraints: [2020-08-24T03:06:29.901Z]  build-base (missing): [2020-08-24T03:06:29.901Z] required by: world[build-base] [2020-08-24T03:06:29.901Z] openssh (missing): [2020-08-24T03:06:29.901Z] required by: world[openssh] [2020-08-24T03:06:29.901Z] The command '/bin/sh -c apk add --update --no-cache make git openssh build-base' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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-08-24T03:06:31.903Z] Failed in branch arm64 [2020-08-24T03:06:40.975Z] WARNING: Ignoring http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz: operation timed out [2020-08-24T03:06:40.975Z] ERROR: unsatisfiable constraints: [2020-08-24T03:06:40.976Z]  build-base (missing): [2020-08-24T03:06:40.976Z] required by: world[build-base] [2020-08-24T03:06:40.976Z] openssh (missing): [2020-08-24T03:06:40.976Z] required by: world[openssh] [2020-08-24T03:06:40.976Z] The command '/bin/sh -c apk add --update --no-cache make git openssh build-base' returned a non-zero code: 2 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to earlier failure(s) [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-08-24T03:06:42.333Z] Failed in branch amd64 [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-08-24T03:06:44.688Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:06:45.479Z] ---> package-listing.sh [2020-08-24T03:06:45.479Z] ++ facter osfamily [2020-08-24T03:06:45.479Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-24T03:06:45.807Z] + OS_FAMILY=redhat [2020-08-24T03:06:45.807Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-162 [2020-08-24T03:06:45.807Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-24T03:06:45.807Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-24T03:06:45.807Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-24T03:06:45.807Z] + PACKAGES=/tmp/packages_start.txt [2020-08-24T03:06:45.807Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-08-24T03:06:45.807Z] + PACKAGES=/tmp/packages_end.txt [2020-08-24T03:06:45.807Z] + case "${OS_FAMILY}" in [2020-08-24T03:06:45.807Z] + rpm -qa [2020-08-24T03:06:45.807Z] + sort [2020-08-24T03:06:50.197Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-24T03:06:50.198Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-24T03:06:50.198Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-24T03:06:50.198Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-162 ']' [2020-08-24T03:06:50.198Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [2020-08-24T03:06:50.198Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-162/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:06:51.222Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T03:06:51.222Z] [2020-08-24T03:06:51.222Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-24T03:06:51.857Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T03:06:52.314Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-24T03:06:52.314Z] c9b1b535fdd9: Pulling fs layer [2020-08-24T03:06:52.314Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-24T03:06:52.314Z] 756a868c4378: Pulling fs layer [2020-08-24T03:06:52.314Z] 444b2fc9a129: Pulling fs layer [2020-08-24T03:06:52.314Z] ea15f1150254: Pulling fs layer [2020-08-24T03:06:52.314Z] 41b27a9f41bf: Pulling fs layer [2020-08-24T03:06:52.314Z] 28c525ee5125: Pulling fs layer [2020-08-24T03:06:52.314Z] 094b1ea09ed8: Pulling fs layer [2020-08-24T03:06:52.314Z] 138eaada9080: Pulling fs layer [2020-08-24T03:06:52.314Z] 0622d0fa9048: Pulling fs layer [2020-08-24T03:06:52.314Z] 41b27a9f41bf: Waiting [2020-08-24T03:06:52.314Z] 28c525ee5125: Waiting [2020-08-24T03:06:52.314Z] 094b1ea09ed8: Waiting [2020-08-24T03:06:52.314Z] 138eaada9080: Waiting [2020-08-24T03:06:52.314Z] 444b2fc9a129: Waiting [2020-08-24T03:06:52.314Z] ea15f1150254: Waiting [2020-08-24T03:06:52.314Z] 0622d0fa9048: Waiting [2020-08-24T03:06:52.314Z] 2cc5ad85d9ab: Download complete [2020-08-24T03:06:52.314Z] 444b2fc9a129: Verifying Checksum [2020-08-24T03:06:52.314Z] 444b2fc9a129: Download complete [2020-08-24T03:06:52.314Z] c9b1b535fdd9: Verifying Checksum [2020-08-24T03:06:52.314Z] c9b1b535fdd9: Download complete [2020-08-24T03:06:52.314Z] ea15f1150254: Verifying Checksum [2020-08-24T03:06:52.314Z] ea15f1150254: Download complete [2020-08-24T03:06:52.649Z] 28c525ee5125: Verifying Checksum [2020-08-24T03:06:52.649Z] 28c525ee5125: Download complete [2020-08-24T03:06:53.108Z] c9b1b535fdd9: Pull complete [2020-08-24T03:06:53.601Z] 2cc5ad85d9ab: Pull complete [2020-08-24T03:06:53.601Z] 756a868c4378: Verifying Checksum [2020-08-24T03:06:53.601Z] 756a868c4378: Download complete [2020-08-24T03:06:54.067Z] 138eaada9080: Verifying Checksum [2020-08-24T03:06:54.067Z] 138eaada9080: Download complete [2020-08-24T03:06:54.067Z] 0622d0fa9048: Verifying Checksum [2020-08-24T03:06:54.067Z] 0622d0fa9048: Download complete [2020-08-24T03:06:54.776Z] 094b1ea09ed8: Verifying Checksum [2020-08-24T03:06:54.776Z] 094b1ea09ed8: Download complete [2020-08-24T03:06:55.092Z] 41b27a9f41bf: Verifying Checksum [2020-08-24T03:06:55.092Z] 41b27a9f41bf: Download complete [2020-08-24T03:06:56.523Z] 756a868c4378: Pull complete [2020-08-24T03:06:56.523Z] 444b2fc9a129: Pull complete [2020-08-24T03:06:56.792Z] ea15f1150254: Pull complete [2020-08-24T03:07:03.528Z] 41b27a9f41bf: Pull complete [2020-08-24T03:07:03.528Z] 28c525ee5125: Pull complete [2020-08-24T03:07:07.042Z] 094b1ea09ed8: Pull complete [2020-08-24T03:07:07.042Z] 138eaada9080: Pull complete [2020-08-24T03:07:07.314Z] 0622d0fa9048: Pull complete [2020-08-24T03:07:07.315Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-24T03:07:07.315Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-24T03:07:07.315Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-24T03:07:07.802Z] prd-centos7-docker-4c-2g-133 does not seem to be running inside a container [2020-08-24T03:07:07.919Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa -w /w/workspace/xfoundry_device-modbus-go_PR-162 -v /w/workspace/xfoundry_device-modbus-go_PR-162:/w/workspace/xfoundry_device-modbus-go_PR-162:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-162@tmp:/w/workspace/xfoundry_device-modbus-go_PR-162@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-08-24T03:07:10.531Z] $ docker top 20e0e192d054f38c65c59462d1165661b7cbe0eb3746e690d071c57177929389 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-24T03:07:10.951Z] provisioning config files... [2020-08-24T03:07:10.969Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-162@tmp/config2669761122799457763tmp [Pipeline] { [Pipeline] echo [2020-08-24T03:07:11.035Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:07:11.393Z] ---> create-netrc.sh [Pipeline] echo [2020-08-24T03:07:11.403Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-24T03:07:11.762Z] ---> logs-deploy.sh [2020-08-24T03:07:11.762Z] + ARCHIVE_ARTIFACTS= [2020-08-24T03:07:11.762Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-24T03:07:11.762Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-24T03:07:11.762Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-24T03:07:11.762Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/2 [2020-08-24T03:07:11.762Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-162/2/ [2020-08-24T03:07:11.762Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/2 /w/workspace/xfoundry_device-modbus-go_PR-162 [2020-08-24T03:07:13.748Z] Archives upload complete. [2020-08-24T03:07:13.748Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-162/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-162/2/