Pull request #137 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 0f55954cd1db4e9f5dc250a63f863780bd8d98a7+251ac84f7228ae0fb6e27216846c283c9f5cee26 (ec8653fe2bec13bc2623fc849750c1eb863115db) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Examining edgexfoundry/edgex-global-pipelines Attempting to resolve stable as a branch Attempting to resolve stable as a tag Resolved stable as tag stable at revision c26106ffa7303c9cfaed1787c18b3b6a39928acb using credential edgex-jenkins-access-pat > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url https://github.com/edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from https://github.com/edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_ASKPASS to set credentials edgex-jenkins github PAT for ssh > git fetch --tags --progress -- https://github.com/edgexfoundry/edgex-global-pipelines.git +refs/tags/stable:refs/tags/stable # timeout=10 Checking out Revision c26106ffa7303c9cfaed1787c18b3b6a39928acb (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c26106ffa7303c9cfaed1787c18b3b6a39928acb # timeout=10 Commit message: "Merge pull request #139 from ernestojeda/use-cache-image" > 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 [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildDocker] RAW Config: [project:edgex-modbus-simulator, mavenSettings:edgex-modbus-simulator-settings, dockerImageName:edgex-modbus-simulator, dockerNamespace:edgex-devops, dockerNexusRepo:snapshots, dockerTags:[0.0.1], releaseBranchOverride:edgex-modbus-simulator] ========================================================= [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 ========================================================= [edgeXBuildDocker] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-modbus-simulator-settings PROJECT: edgex-modbus-simulator USE_SEMVER: false DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: edgex-modbus-simulator DOCKER_REGISTRY_NAMESPACE: edgex-devops DOCKER_NEXUS_REPO: snapshots PUSH_DOCKER_IMAGE: true ARCHIVE_IMAGE: false ARCHIVE_NAME: edgex-modbus-simulator-archive.tar.gz SEMVER_BUMP_LEVEL: pre RELEASE_BRANCH_OVERRIDE: edgex-modbus-simulator DOCKER_CUSTOM_TAGS: 0.0.1 [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-4038 in /w/workspace/xfoundry_device-modbus-go_PR-137 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Fetching without tags Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-137 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 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/137/head:refs/remotes/origin/PR-137 +refs/heads/edgex-modbus-simulator:refs/remotes/origin/edgex-modbus-simulator # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/137/head:refs/remotes/origin/PR-137 # timeout=10 > git config --add remote.origin.fetch +refs/heads/edgex-modbus-simulator:refs/remotes/origin/edgex-modbus-simulator # 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/137/head:refs/remotes/origin/PR-137 +refs/heads/edgex-modbus-simulator:refs/remotes/origin/edgex-modbus-simulator # timeout=10 Merging remotes/origin/edgex-modbus-simulator commit 251ac84f7228ae0fb6e27216846c283c9f5cee26 into PR head commit 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 Merge succeeded, producing 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 Checking out Revision 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 (PR-137) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 # 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 251ac84f7228ae0fb6e27216846c283c9f5cee26 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 # timeout=10 Commit message: "Add Jenkinsfile and Dockerfile to build the Modbus simulator" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-04-15T12:27:40.725Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 011d86c4eeebadc1dfe59a4975a29441f105db7a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) Stage "Semver Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Docker Image) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-15T12:27:43.394Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-15T12:27:43.705Z] + ls -al . [2020-04-15T12:27:43.705Z] total 12 [2020-04-15T12:27:43.705Z] drwxrwxr-x. 3 jenkins jenkins 72 Apr 15 12:27 . [2020-04-15T12:27:43.705Z] drwxrwxr-x. 4 jenkins jenkins 112 Apr 15 12:27 .. [2020-04-15T12:27:43.705Z] -rw-rw-r--. 1 jenkins jenkins 1256 Apr 15 12:27 Dockerfile [2020-04-15T12:27:43.705Z] drwxrwxr-x. 8 jenkins jenkins 179 Apr 15 12:27 .git [2020-04-15T12:27:43.705Z] -rw-rw-r--. 1 jenkins jenkins 918 Apr 15 12:27 Jenkinsfile [2020-04-15T12:27:43.705Z] -rw-rw-r--. 1 jenkins jenkins 125 Apr 15 12:27 README.md [Pipeline] isUnix [Pipeline] sh [2020-04-15T12:27:44.310Z] + docker build -t edgex-devops/edgex-modbus-simulator -f Dockerfile --build-arg ARCH=amd64 --label git_sha=0f55954cd1db4e9f5dc250a63f863780bd8d98a7 --label arch=amd64 . [2020-04-15T12:27:44.879Z] Sending build context to Docker daemon 217.1kB [2020-04-15T12:27:44.879Z] Step 1/15 : FROM golang:1.13-alpine AS builder [2020-04-15T12:27:45.137Z] 1.13-alpine: Pulling from library/golang [2020-04-15T12:27:45.398Z] aad63a933944: Pulling fs layer [2020-04-15T12:27:45.398Z] c732a2540651: Pulling fs layer [2020-04-15T12:27:45.398Z] 7b2225181d6b: Pulling fs layer [2020-04-15T12:27:45.398Z] c7df7edfcd79: Pulling fs layer [2020-04-15T12:27:45.398Z] 5871566633bc: Pulling fs layer [2020-04-15T12:27:45.398Z] c7df7edfcd79: Waiting [2020-04-15T12:27:45.398Z] 5871566633bc: Waiting [2020-04-15T12:27:45.398Z] 7b2225181d6b: Verifying Checksum [2020-04-15T12:27:45.398Z] 7b2225181d6b: Download complete [2020-04-15T12:27:45.398Z] c732a2540651: Verifying Checksum [2020-04-15T12:27:45.398Z] c732a2540651: Download complete [2020-04-15T12:27:45.398Z] aad63a933944: Verifying Checksum [2020-04-15T12:27:45.398Z] aad63a933944: Download complete [2020-04-15T12:27:45.658Z] 5871566633bc: Verifying Checksum [2020-04-15T12:27:45.658Z] 5871566633bc: Download complete [2020-04-15T12:27:45.658Z] aad63a933944: Pull complete [2020-04-15T12:27:45.918Z] c732a2540651: Pull complete [2020-04-15T12:27:46.178Z] 7b2225181d6b: Pull complete [2020-04-15T12:27:47.115Z] c7df7edfcd79: Verifying Checksum [2020-04-15T12:27:47.115Z] c7df7edfcd79: Download complete [2020-04-15T12:27:52.392Z] c7df7edfcd79: Pull complete [2020-04-15T12:27:52.392Z] 5871566633bc: Pull complete [2020-04-15T12:27:52.392Z] Digest: sha256:84a409b4c174965a51e393064e46f6eb32adb80daa6097851268458136fd68b6 [2020-04-15T12:27:52.392Z] Status: Downloaded newer image for golang:1.13-alpine [2020-04-15T12:27:52.392Z] ---> 3369136a43d1 [2020-04-15T12:27:52.392Z] Step 2/15 : WORKDIR /go/src/github.com/edgexfoundry/device-modbus-go/simulator [2020-04-15T12:27:52.392Z] ---> Running in 2a98f5eef6d4 [2020-04-15T12:27:52.650Z] Removing intermediate container 2a98f5eef6d4 [2020-04-15T12:27:52.650Z] ---> 063fbbe3f8f2 [2020-04-15T12:27:52.650Z] Step 3/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-15T12:27:52.650Z] ---> Running in ab5c39d669fd [2020-04-15T12:27:53.586Z] Removing intermediate container ab5c39d669fd [2020-04-15T12:27:53.586Z] ---> 3706ebeb24d1 [2020-04-15T12:27:53.586Z] Step 4/15 : RUN apk update && apk add libsodium-dev pkgconfig build-base git [2020-04-15T12:27:53.586Z] ---> Running in 32988b07c4dd [2020-04-15T12:27:53.844Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/x86_64/APKINDEX.tar.gz [2020-04-15T12:27:54.782Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/x86_64/APKINDEX.tar.gz [2020-04-15T12:27:55.042Z] v3.11.5-53-ga12cc12667 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-04-15T12:27:55.042Z] v3.11.5-52-g704ace2837 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-04-15T12:27:55.042Z] OK: 11271 distinct packages available [2020-04-15T12:27:55.313Z] (1/26) Installing libgcc (9.2.0-r4) [2020-04-15T12:27:55.572Z] (2/26) Installing libstdc++ (9.2.0-r4) [2020-04-15T12:27:56.144Z] (3/26) Installing binutils (2.33.1-r0) [2020-04-15T12:27:56.829Z] Still waiting to schedule task [2020-04-15T12:27:56.829Z] ‘prd-ubuntu18.04-docker-arm64-4c-16g-2736’ is offline [2020-04-15T12:27:57.082Z] (4/26) Installing libmagic (5.37-r1) [2020-04-15T12:27:57.082Z] (5/26) Installing file (5.37-r1) [2020-04-15T12:27:57.341Z] (6/26) Installing gmp (6.1.2-r1) [2020-04-15T12:27:57.341Z] (7/26) Installing isl (0.18-r0) [2020-04-15T12:27:57.600Z] (8/26) Installing libgomp (9.2.0-r4) [2020-04-15T12:27:57.600Z] (9/26) Installing libatomic (9.2.0-r4) [2020-04-15T12:27:57.858Z] (10/26) Installing mpfr4 (4.0.2-r1) [2020-04-15T12:27:57.858Z] (11/26) Installing mpc1 (1.1.0-r1) [2020-04-15T12:27:57.858Z] (12/26) Installing gcc (9.2.0-r4) [2020-04-15T12:28:03.138Z] (13/26) Installing musl-dev (1.1.24-r2) [2020-04-15T12:28:03.138Z] (14/26) Installing libc-dev (0.7.2-r0) [2020-04-15T12:28:03.138Z] (15/26) Installing g++ (9.2.0-r4) [2020-04-15T12:28:05.672Z] (16/26) Installing make (4.2.1-r2) [2020-04-15T12:28:05.672Z] (17/26) Installing fortify-headers (1.1-r0) [2020-04-15T12:28:05.672Z] (18/26) Installing build-base (0.5-r1) [2020-04-15T12:28:05.930Z] (19/26) Installing nghttp2-libs (1.40.0-r0) [2020-04-15T12:28:05.930Z] (20/26) Installing libcurl (7.67.0-r0) [2020-04-15T12:28:05.930Z] (21/26) Installing expat (2.2.9-r1) [2020-04-15T12:28:06.189Z] (22/26) Installing pcre2 (10.34-r1) [2020-04-15T12:28:06.189Z] (23/26) Installing git (2.24.2-r0) [2020-04-15T12:28:07.182Z] (24/26) Installing libsodium (1.0.18-r0) [2020-04-15T12:28:07.182Z] (25/26) Installing pkgconf (1.6.3-r0) [2020-04-15T12:28:07.182Z] (26/26) Installing libsodium-dev (1.0.18-r0) [2020-04-15T12:28:07.182Z] Executing busybox-1.31.1-r9.trigger [2020-04-15T12:28:07.182Z] OK: 194 MiB in 41 packages [2020-04-15T12:28:11.385Z] Removing intermediate container 32988b07c4dd [2020-04-15T12:28:11.385Z] ---> aef1d5d00c63 [2020-04-15T12:28:11.385Z] Step 5/15 : RUN git clone https://github.com/edgexfoundry/device-modbus-go.git [2020-04-15T12:28:11.385Z] ---> Running in e0f50841b43c [2020-04-15T12:28:11.385Z] Cloning into 'device-modbus-go'... [2020-04-15T12:28:11.953Z] Removing intermediate container e0f50841b43c [2020-04-15T12:28:11.953Z] ---> 6a0089182e77 [2020-04-15T12:28:11.953Z] Step 6/15 : RUN mv ./device-modbus-go/simulator/* . [2020-04-15T12:28:11.953Z] ---> Running in 05ee44f5b934 [2020-04-15T12:28:12.521Z] Removing intermediate container 05ee44f5b934 [2020-04-15T12:28:12.521Z] ---> d96a3e2af96d [2020-04-15T12:28:12.521Z] Step 7/15 : RUN CGO_ENABLED=0 GO111MODULE=on go build [2020-04-15T12:28:12.781Z] ---> Running in 08336bda5d75 [2020-04-15T12:28:14.161Z] go: downloading github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-15T12:28:14.161Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-04-15T12:28:14.161Z] go: extracting github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-15T12:28:14.421Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-04-15T12:28:14.421Z] go: finding github.com/goburrow/serial v0.1.0 [2020-04-15T12:28:14.421Z] go: finding github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-15T12:28:16.337Z] Removing intermediate container 08336bda5d75 [2020-04-15T12:28:16.337Z] ---> f2cdf77ed1f6 [2020-04-15T12:28:16.337Z] Step 8/15 : FROM scratch [2020-04-15T12:28:16.337Z] ---> [2020-04-15T12:28:16.337Z] Step 9/15 : ENV APP_PORT=1502 [2020-04-15T12:28:16.597Z] ---> Running in a3567bd867b0 [2020-04-15T12:28:16.597Z] Removing intermediate container a3567bd867b0 [2020-04-15T12:28:16.597Z] ---> 041b38558092 [2020-04-15T12:28:16.597Z] Step 10/15 : EXPOSE $APP_PORT [2020-04-15T12:28:16.597Z] ---> Running in 8f4f68e681fb [2020-04-15T12:28:16.858Z] Removing intermediate container 8f4f68e681fb [2020-04-15T12:28:16.858Z] ---> cf848a76a0fd [2020-04-15T12:28:16.858Z] Step 11/15 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/simulator / [2020-04-15T12:28:17.118Z] ---> 7dbd496ef527 [2020-04-15T12:28:17.118Z] Step 12/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-04-15T12:28:17.118Z] ---> Running in 1867ec996f01 [2020-04-15T12:28:17.118Z] Removing intermediate container 1867ec996f01 [2020-04-15T12:28:17.118Z] ---> 99a690a64a32 [2020-04-15T12:28:17.118Z] Step 13/15 : ENTRYPOINT ["/simulator"] [2020-04-15T12:28:17.377Z] ---> Running in 3a78f0b0f939 [2020-04-15T12:28:17.377Z] Removing intermediate container 3a78f0b0f939 [2020-04-15T12:28:17.377Z] ---> ae40770fc084 [2020-04-15T12:28:17.377Z] Step 14/15 : LABEL arch=amd64 [2020-04-15T12:28:17.377Z] ---> Running in 6e59dc45b8ba [2020-04-15T12:28:17.636Z] Removing intermediate container 6e59dc45b8ba [2020-04-15T12:28:17.636Z] ---> 7b94aeb60b12 [2020-04-15T12:28:17.636Z] Step 15/15 : LABEL git_sha=0f55954cd1db4e9f5dc250a63f863780bd8d98a7 [2020-04-15T12:28:17.636Z] ---> Running in d8a262532329 [2020-04-15T12:28:17.636Z] Removing intermediate container d8a262532329 [2020-04-15T12:28:17.636Z] ---> 615d4fe7f1ec [2020-04-15T12:28:17.636Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-15T12:28:17.636Z] Successfully built 615d4fe7f1ec [2020-04-15T12:28:17.894Z] Successfully tagged edgex-devops/edgex-modbus-simulator:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-04-15T12:29:47.728Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-4039 in /w/workspace/xfoundry_device-modbus-go_PR-137 [Pipeline] { [Pipeline] checkout [2020-04-15T12:29:54.359Z] using credential edgex-jenkins-ssh [2020-04-15T12:29:54.404Z] Cloning the remote Git repository [2020-04-15T12:29:54.404Z] Cloning with configured refspecs honoured and without tags [2020-04-15T12:29:54.472Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-04-15T12:29:54.558Z] > git init /w/workspace/xfoundry_device-modbus-go_PR-137 # timeout=10 [2020-04-15T12:29:54.661Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-15T12:29:54.663Z] > git --version # timeout=10 [2020-04-15T12:29:54.695Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T12:29:54.782Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/137/head:refs/remotes/origin/PR-137 +refs/heads/edgex-modbus-simulator:refs/remotes/origin/edgex-modbus-simulator # timeout=10 [2020-04-15T12:29:55.464Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-15T12:29:55.492Z] > git config --add remote.origin.fetch +refs/pull/137/head:refs/remotes/origin/PR-137 # timeout=10 [2020-04-15T12:29:55.516Z] > git config --add remote.origin.fetch +refs/heads/edgex-modbus-simulator:refs/remotes/origin/edgex-modbus-simulator # timeout=10 [2020-04-15T12:29:55.554Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-04-15T12:29:55.581Z] Fetching without tags [2020-04-15T12:29:56.084Z] Merging remotes/origin/edgex-modbus-simulator commit 251ac84f7228ae0fb6e27216846c283c9f5cee26 into PR head commit 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 [2020-04-15T12:29:56.440Z] Merge succeeded, producing 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 [2020-04-15T12:29:56.441Z] Checking out Revision 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 (PR-137) [2020-04-15T12:29:55.603Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-04-15T12:29:55.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T12:29:55.618Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/137/head:refs/remotes/origin/PR-137 +refs/heads/edgex-modbus-simulator:refs/remotes/origin/edgex-modbus-simulator # timeout=10 [2020-04-15T12:29:56.115Z] > git config core.sparsecheckout # timeout=10 [2020-04-15T12:29:56.172Z] > git checkout -f 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 # timeout=10 [2020-04-15T12:29:56.280Z] > git remote # timeout=10 [2020-04-15T12:29:56.326Z] > git config --get remote.origin.url # timeout=10 [2020-04-15T12:29:56.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-04-15T12:29:56.373Z] > git merge 251ac84f7228ae0fb6e27216846c283c9f5cee26 # timeout=10 [2020-04-15T12:29:56.406Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-04-15T12:29:56.451Z] > git config core.sparsecheckout # timeout=10 [2020-04-15T12:29:56.471Z] > git checkout -f 0f55954cd1db4e9f5dc250a63f863780bd8d98a7 # timeout=10 [2020-04-15T12:30:01.283Z] Commit message: "Add Jenkinsfile and Dockerfile to build the Modbus simulator" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-04-15T12:30:03.137Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-04-15T12:30:03.602Z] + ls -al . [2020-04-15T12:30:03.602Z] total 24 [2020-04-15T12:30:03.602Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 15 12:29 . [2020-04-15T12:30:03.602Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 15 12:29 .. [2020-04-15T12:30:03.602Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 15 12:30 .git [2020-04-15T12:30:03.602Z] -rw-rw-r-- 1 jenkins jenkins 1256 Apr 15 12:29 Dockerfile [2020-04-15T12:30:03.602Z] -rw-rw-r-- 1 jenkins jenkins 918 Apr 15 12:29 Jenkinsfile [2020-04-15T12:30:03.602Z] -rw-rw-r-- 1 jenkins jenkins 125 Apr 15 12:29 README.md [Pipeline] isUnix [Pipeline] sh [2020-04-15T12:30:03.980Z] + docker build -t edgex-devops/edgex-modbus-simulator-arm64 -f Dockerfile --build-arg ARCH=arm64 --label git_sha=0f55954cd1db4e9f5dc250a63f863780bd8d98a7 --label arch=arm64 . [2020-04-15T12:30:04.568Z] Sending build context to Docker daemon 217.1kB [2020-04-15T12:30:04.836Z] Step 1/15 : FROM golang:1.13-alpine AS builder [2020-04-15T12:30:05.430Z] 1.13-alpine: Pulling from library/golang [2020-04-15T12:30:05.430Z] 8a0637ca1ac9: Pulling fs layer [2020-04-15T12:30:05.430Z] e42d4106c439: Pulling fs layer [2020-04-15T12:30:05.430Z] c9f0a4e33d45: Pulling fs layer [2020-04-15T12:30:05.430Z] 7aa87fa8eef9: Pulling fs layer [2020-04-15T12:30:05.430Z] 82fc38e3111d: Pulling fs layer [2020-04-15T12:30:05.430Z] 82fc38e3111d: Waiting [2020-04-15T12:30:05.430Z] 7aa87fa8eef9: Waiting [2020-04-15T12:30:05.699Z] c9f0a4e33d45: Verifying Checksum [2020-04-15T12:30:05.699Z] c9f0a4e33d45: Download complete [2020-04-15T12:30:05.699Z] e42d4106c439: Verifying Checksum [2020-04-15T12:30:05.699Z] e42d4106c439: Download complete [2020-04-15T12:30:05.699Z] 82fc38e3111d: Verifying Checksum [2020-04-15T12:30:05.699Z] 82fc38e3111d: Download complete [2020-04-15T12:30:05.971Z] 8a0637ca1ac9: Verifying Checksum [2020-04-15T12:30:06.559Z] 8a0637ca1ac9: Pull complete [2020-04-15T12:30:07.154Z] e42d4106c439: Pull complete [2020-04-15T12:30:07.154Z] c9f0a4e33d45: Pull complete [2020-04-15T12:30:17.239Z] 7aa87fa8eef9: Verifying Checksum [2020-04-15T12:30:17.239Z] 7aa87fa8eef9: Download complete [2020-04-15T12:30:29.594Z] 7aa87fa8eef9: Pull complete [2020-04-15T12:30:29.594Z] 82fc38e3111d: Pull complete [2020-04-15T12:30:29.594Z] Digest: sha256:84a409b4c174965a51e393064e46f6eb32adb80daa6097851268458136fd68b6 [2020-04-15T12:30:29.594Z] Status: Downloaded newer image for golang:1.13-alpine [2020-04-15T12:30:29.594Z] ---> 48f4f582ba7c [2020-04-15T12:30:29.594Z] Step 2/15 : WORKDIR /go/src/github.com/edgexfoundry/device-modbus-go/simulator [2020-04-15T12:30:31.015Z] ---> Running in 96843235a6a0 [2020-04-15T12:30:31.303Z] Removing intermediate container 96843235a6a0 [2020-04-15T12:30:31.303Z] ---> 357659f4fce8 [2020-04-15T12:30:31.303Z] Step 3/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-04-15T12:30:31.303Z] ---> Running in dd1a9016f512 [2020-04-15T12:30:34.654Z] Removing intermediate container dd1a9016f512 [2020-04-15T12:30:34.654Z] ---> 3595b956aa56 [2020-04-15T12:30:34.654Z] Step 4/15 : RUN apk update && apk add libsodium-dev pkgconfig build-base git [2020-04-15T12:30:34.654Z] ---> Running in 8c17f3ed329f [2020-04-15T12:30:34.924Z] fetch http://nl.alpinelinux.org/alpine/v3.11/main/aarch64/APKINDEX.tar.gz [2020-04-15T12:30:35.888Z] fetch http://nl.alpinelinux.org/alpine/v3.11/community/aarch64/APKINDEX.tar.gz [2020-04-15T12:30:36.473Z] v3.11.5-53-ga12cc12667 [http://nl.alpinelinux.org/alpine/v3.11/main] [2020-04-15T12:30:36.473Z] v3.11.5-52-g704ace2837 [http://nl.alpinelinux.org/alpine/v3.11/community] [2020-04-15T12:30:36.473Z] OK: 11160 distinct packages available [2020-04-15T12:30:37.057Z] (1/26) Installing libgcc (9.2.0-r4) [2020-04-15T12:30:37.326Z] (2/26) Installing libstdc++ (9.2.0-r4) [2020-04-15T12:30:37.595Z] (3/26) Installing binutils (2.33.1-r0) [2020-04-15T12:30:38.182Z] (4/26) Installing libmagic (5.37-r1) [2020-04-15T12:30:38.449Z] (5/26) Installing file (5.37-r1) [2020-04-15T12:30:38.449Z] (6/26) Installing gmp (6.1.2-r1) [2020-04-15T12:30:38.449Z] (7/26) Installing isl (0.18-r0) [2020-04-15T12:30:38.715Z] (8/26) Installing libgomp (9.2.0-r4) [2020-04-15T12:30:38.715Z] (9/26) Installing libatomic (9.2.0-r4) [2020-04-15T12:30:38.715Z] (10/26) Installing mpfr4 (4.0.2-r1) [2020-04-15T12:30:38.981Z] (11/26) Installing mpc1 (1.1.0-r1) [2020-04-15T12:30:38.981Z] (12/26) Installing gcc (9.2.0-r4) [2020-04-15T12:30:41.578Z] (13/26) Installing musl-dev (1.1.24-r2) [2020-04-15T12:30:41.844Z] (14/26) Installing libc-dev (0.7.2-r0) [2020-04-15T12:30:41.844Z] (15/26) Installing g++ (9.2.0-r4) [2020-04-15T12:30:44.431Z] (16/26) Installing make (4.2.1-r2) [2020-04-15T12:30:44.431Z] (17/26) Installing fortify-headers (1.1-r0) [2020-04-15T12:30:44.431Z] (18/26) Installing build-base (0.5-r1) [2020-04-15T12:30:44.431Z] (19/26) Installing nghttp2-libs (1.40.0-r0) [2020-04-15T12:30:44.698Z] (20/26) Installing libcurl (7.67.0-r0) [2020-04-15T12:30:44.698Z] (21/26) Installing expat (2.2.9-r1) [2020-04-15T12:30:44.698Z] (22/26) Installing pcre2 (10.34-r1) [2020-04-15T12:30:44.966Z] (23/26) Installing git (2.24.2-r0) [2020-04-15T12:30:45.930Z] (24/26) Installing libsodium (1.0.18-r0) [2020-04-15T12:30:45.930Z] (25/26) Installing pkgconf (1.6.3-r0) [2020-04-15T12:30:45.930Z] (26/26) Installing libsodium-dev (1.0.18-r0) [2020-04-15T12:30:46.197Z] Executing busybox-1.31.1-r9.trigger [2020-04-15T12:30:46.197Z] OK: 184 MiB in 41 packages [2020-04-15T12:30:54.443Z] Removing intermediate container 8c17f3ed329f [2020-04-15T12:30:54.443Z] ---> 96d20f696f42 [2020-04-15T12:30:54.443Z] Step 5/15 : RUN git clone https://github.com/edgexfoundry/device-modbus-go.git [2020-04-15T12:30:54.711Z] ---> Running in 18de54b6c264 [2020-04-15T12:30:55.304Z] Cloning into 'device-modbus-go'... [2020-04-15T12:30:57.264Z] Removing intermediate container 18de54b6c264 [2020-04-15T12:30:57.264Z] ---> c50ac2b38adb [2020-04-15T12:30:57.264Z] Step 6/15 : RUN mv ./device-modbus-go/simulator/* . [2020-04-15T12:30:57.534Z] ---> Running in 3c0e6c8cacaa [2020-04-15T12:31:00.134Z] Removing intermediate container 3c0e6c8cacaa [2020-04-15T12:31:00.134Z] ---> a424c91003f2 [2020-04-15T12:31:00.134Z] Step 7/15 : RUN CGO_ENABLED=0 GO111MODULE=on go build [2020-04-15T12:31:00.134Z] ---> Running in a33142d41e9b [2020-04-15T12:31:01.556Z] go: downloading github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-15T12:31:01.556Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-04-15T12:31:01.556Z] go: extracting github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-15T12:31:01.824Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-04-15T12:31:01.824Z] go: finding github.com/goburrow/serial v0.1.0 [2020-04-15T12:31:01.824Z] go: finding github.com/tbrandon/mbserver v0.0.0-20170611213546-993e1772cc62 [2020-04-15T12:31:08.486Z] Removing intermediate container a33142d41e9b [2020-04-15T12:31:08.486Z] ---> 04b84fcc65b1 [2020-04-15T12:31:08.486Z] Step 8/15 : FROM scratch [2020-04-15T12:31:08.486Z] ---> [2020-04-15T12:31:08.486Z] Step 9/15 : ENV APP_PORT=1502 [2020-04-15T12:31:08.486Z] ---> Running in 67b5540fc8ec [2020-04-15T12:31:08.486Z] Removing intermediate container 67b5540fc8ec [2020-04-15T12:31:08.486Z] ---> c4aeea901e62 [2020-04-15T12:31:08.486Z] Step 10/15 : EXPOSE $APP_PORT [2020-04-15T12:31:08.486Z] ---> Running in 144240a475f1 [2020-04-15T12:31:08.486Z] Removing intermediate container 144240a475f1 [2020-04-15T12:31:08.486Z] ---> da07963c46b3 [2020-04-15T12:31:08.486Z] Step 11/15 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/simulator / [2020-04-15T12:31:09.451Z] ---> 5a23dd76d0db [2020-04-15T12:31:09.451Z] Step 12/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IoTech Ltd' [2020-04-15T12:31:09.451Z] ---> Running in 038eda3bb73b [2020-04-15T12:31:10.038Z] Removing intermediate container 038eda3bb73b [2020-04-15T12:31:10.038Z] ---> 10c3c2eb447e [2020-04-15T12:31:10.038Z] Step 13/15 : ENTRYPOINT ["/simulator"] [2020-04-15T12:31:10.038Z] ---> Running in c45c4a5db2c2 [2020-04-15T12:31:10.305Z] Removing intermediate container c45c4a5db2c2 [2020-04-15T12:31:10.305Z] ---> 085bf2c2fbb0 [2020-04-15T12:31:10.305Z] Step 14/15 : LABEL arch=arm64 [2020-04-15T12:31:10.572Z] ---> Running in d1010dd28d81 [2020-04-15T12:31:10.842Z] Removing intermediate container d1010dd28d81 [2020-04-15T12:31:10.842Z] ---> 49b020e70a69 [2020-04-15T12:31:10.842Z] Step 15/15 : LABEL git_sha=0f55954cd1db4e9f5dc250a63f863780bd8d98a7 [2020-04-15T12:31:11.110Z] ---> Running in 0431ebad7a64 [2020-04-15T12:31:11.378Z] Removing intermediate container 0431ebad7a64 [2020-04-15T12:31:11.378Z] ---> 4812fe441f5a [2020-04-15T12:31:11.378Z] [Warning] One or more build-args [ARCH] were not consumed [2020-04-15T12:31:11.378Z] Successfully built 4812fe441f5a [2020-04-15T12:31:11.378Z] Successfully tagged edgex-devops/edgex-modbus-simulator-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Image) Stage "Archive Image" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2020-04-15T12:31:13.124Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-15T12:31:13.423Z] ---> package-listing.sh [2020-04-15T12:31:13.423Z] ++ facter osfamily [2020-04-15T12:31:13.423Z] ++ tr '[:upper:]' '[:lower:]' [2020-04-15T12:31:13.423Z] + OS_FAMILY=redhat [2020-04-15T12:31:13.423Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-137 [2020-04-15T12:31:13.423Z] + START_PACKAGES=/tmp/packages_start.txt [2020-04-15T12:31:13.423Z] + END_PACKAGES=/tmp/packages_end.txt [2020-04-15T12:31:13.423Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-04-15T12:31:13.423Z] + PACKAGES=/tmp/packages_start.txt [2020-04-15T12:31:13.423Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-137 ']' [2020-04-15T12:31:13.423Z] + PACKAGES=/tmp/packages_end.txt [2020-04-15T12:31:13.423Z] + case "${OS_FAMILY}" in [2020-04-15T12:31:13.423Z] + rpm -qa [2020-04-15T12:31:13.423Z] + sort [2020-04-15T12:31:17.613Z] + '[' -f /tmp/packages_start.txt ']' [2020-04-15T12:31:17.613Z] + '[' -f /tmp/packages_end.txt ']' [2020-04-15T12:31:17.613Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-04-15T12:31:17.613Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-137 ']' [2020-04-15T12:31:17.613Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-137/archives/ [2020-04-15T12:31:17.613Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-137/archives/ [Pipeline] isUnix [Pipeline] sh [2020-04-15T12:31:18.136Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-15T12:31:18.136Z] [2020-04-15T12:31:18.136Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-04-15T12:31:18.475Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-04-15T12:31:18.475Z] alpine: Pulling from edgex-lftools-log-publisher [2020-04-15T12:31:18.475Z] c9b1b535fdd9: Pulling fs layer [2020-04-15T12:31:18.475Z] 2cc5ad85d9ab: Pulling fs layer [2020-04-15T12:31:18.475Z] 756a868c4378: Pulling fs layer [2020-04-15T12:31:18.475Z] 444b2fc9a129: Pulling fs layer [2020-04-15T12:31:18.475Z] ea15f1150254: Pulling fs layer [2020-04-15T12:31:18.475Z] 41b27a9f41bf: Pulling fs layer [2020-04-15T12:31:18.475Z] 28c525ee5125: Pulling fs layer [2020-04-15T12:31:18.475Z] 094b1ea09ed8: Pulling fs layer [2020-04-15T12:31:18.475Z] 138eaada9080: Pulling fs layer [2020-04-15T12:31:18.475Z] 0622d0fa9048: Pulling fs layer [2020-04-15T12:31:18.475Z] 28c525ee5125: Waiting [2020-04-15T12:31:18.475Z] 444b2fc9a129: Waiting [2020-04-15T12:31:18.475Z] ea15f1150254: Waiting [2020-04-15T12:31:18.475Z] 41b27a9f41bf: Waiting [2020-04-15T12:31:18.475Z] 094b1ea09ed8: Waiting [2020-04-15T12:31:18.475Z] 0622d0fa9048: Waiting [2020-04-15T12:31:18.475Z] 138eaada9080: Waiting [2020-04-15T12:31:18.475Z] 2cc5ad85d9ab: Verifying Checksum [2020-04-15T12:31:18.475Z] 2cc5ad85d9ab: Download complete [2020-04-15T12:31:18.475Z] 444b2fc9a129: Download complete [2020-04-15T12:31:18.475Z] c9b1b535fdd9: Verifying Checksum [2020-04-15T12:31:18.475Z] c9b1b535fdd9: Download complete [2020-04-15T12:31:18.475Z] ea15f1150254: Verifying Checksum [2020-04-15T12:31:18.475Z] ea15f1150254: Download complete [2020-04-15T12:31:18.740Z] 28c525ee5125: Verifying Checksum [2020-04-15T12:31:18.740Z] 28c525ee5125: Download complete [2020-04-15T12:31:18.740Z] c9b1b535fdd9: Pull complete [2020-04-15T12:31:19.011Z] 756a868c4378: Verifying Checksum [2020-04-15T12:31:19.011Z] 756a868c4378: Download complete [2020-04-15T12:31:19.011Z] 138eaada9080: Verifying Checksum [2020-04-15T12:31:19.011Z] 138eaada9080: Download complete [2020-04-15T12:31:19.011Z] 2cc5ad85d9ab: Pull complete [2020-04-15T12:31:19.011Z] 0622d0fa9048: Verifying Checksum [2020-04-15T12:31:19.011Z] 0622d0fa9048: Download complete [2020-04-15T12:31:19.273Z] 094b1ea09ed8: Verifying Checksum [2020-04-15T12:31:19.273Z] 094b1ea09ed8: Download complete [2020-04-15T12:31:19.538Z] 41b27a9f41bf: Verifying Checksum [2020-04-15T12:31:19.538Z] 41b27a9f41bf: Download complete [2020-04-15T12:31:20.922Z] 756a868c4378: Pull complete [2020-04-15T12:31:20.922Z] 444b2fc9a129: Pull complete [2020-04-15T12:31:21.184Z] ea15f1150254: Pull complete [2020-04-15T12:31:25.382Z] 41b27a9f41bf: Pull complete [2020-04-15T12:31:25.382Z] 28c525ee5125: Pull complete [2020-04-15T12:31:27.921Z] 094b1ea09ed8: Pull complete [2020-04-15T12:31:27.921Z] 138eaada9080: Pull complete [2020-04-15T12:31:27.921Z] 0622d0fa9048: Pull complete [2020-04-15T12:31:27.921Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-04-15T12:31:27.921Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-04-15T12:31:28.081Z] prd-centos7-docker-4c-2g-4038 does not seem to be running inside a container [2020-04-15T12:31:28.143Z] $ 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-137 -v /w/workspace/xfoundry_device-modbus-go_PR-137:/w/workspace/xfoundry_device-modbus-go_PR-137:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-137@tmp:/w/workspace/xfoundry_device-modbus-go_PR-137@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2020-04-15T12:31:28.790Z] $ docker top 624ffdf8cfc98bc42204ea846170b1e13f26804a53a2f0e8a2dfa883e38c7de3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-04-15T12:31:29.134Z] provisioning config files... [2020-04-15T12:31:29.150Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-137@tmp/config8555736904946209003tmp [Pipeline] { [Pipeline] echo [2020-04-15T12:31:29.218Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-15T12:31:29.552Z] ---> create-netrc.sh [Pipeline] echo [2020-04-15T12:31:29.558Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-04-15T12:31:29.844Z] ---> logs-deploy.sh [2020-04-15T12:31:29.844Z] + ARCHIVE_ARTIFACTS= [2020-04-15T12:31:29.844Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-04-15T12:31:29.844Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-04-15T12:31:29.844Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-04-15T12:31:29.844Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-137/2 [2020-04-15T12:31:29.844Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-137/2/ [2020-04-15T12:31:29.844Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-137/2 /w/workspace/xfoundry_device-modbus-go_PR-137 [2020-04-15T12:31:30.786Z] Archives upload complete. [2020-04-15T12:31:31.044Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-137/2 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-137/2/