Pull request #160 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-modbus-go Obtained Jenkinsfile from 173900479015fcb6694a09757887e4ada5530256+ede61610538096fa337aace8f825662d73a1e29e (6710b01d76f6074d377eaf1eebb06a0635ac6d5b) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 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 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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-modbus-go/branches/PR-160/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 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 > git --version # 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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-2021 in /w/workspace/xfoundry_device-modbus-go_PR-160 [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-160 # 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/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # 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/160/head:refs/remotes/origin/PR-160 # 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/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit ede61610538096fa337aace8f825662d73a1e29e into PR head commit 173900479015fcb6694a09757887e4ada5530256 Merge succeeded, producing 173900479015fcb6694a09757887e4ada5530256 Checking out Revision 173900479015fcb6694a09757887e4ada5530256 (PR-160) > git config core.sparsecheckout # timeout=10 > git checkout -f 173900479015fcb6694a09757887e4ada5530256 # 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 ede61610538096fa337aace8f825662d73a1e29e # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 173900479015fcb6694a09757887e4ada5530256 # timeout=10 Commit message: "fix: Fix swap operation for float32 dataType" First time build. Skipping changelog. > git --version # timeout=10 fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2020-08-04T04:34:28.532Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2020-08-04T04:34:28.882Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2020-08-04T04:34:29.099Z] ========================================================= [2020-08-04T04:34:29.099Z] EdgeX Global Pipelines Version Info [2020-08-04T04:34:29.099Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:34:31.013Z] ------------------- [2020-08-04T04:34:31.013Z] stable info: [2020-08-04T04:34:31.013Z] ------------------- [2020-08-04T04:34:31.013Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2020-08-04T04:34:31.013Z] Commit SHA: aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T04:34:31.013Z] Message: update stable to v1.0.106 [2020-08-04T04:34:31.958Z] ------------------- [2020-08-04T04:34:31.958Z] experimental info: [2020-08-04T04:34:31.958Z] ------------------- [2020-08-04T04:34:31.958Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2020-08-04T04:34:31.958Z] Commit SHA: 69b11ffe9275ab8e68c4cba724b6d595bdc2db9b [2020-08-04T04:34:31.958Z] 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-04T04:34:34.859Z] + git log --format=format:%s -1 173900479015fcb6694a09757887e4ada5530256 [Pipeline] echo [2020-08-04T04:34:34.942Z] GIT_COMMIT: 173900479015fcb6694a09757887e4ada5530256, Commit Message: fix: Fix swap operation for float32 dataType [Pipeline] echo [2020-08-04T04:34:35.005Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:34:35.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T04:34:35.522Z] [2020-08-04T04:34:35.522Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:34:35.901Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T04:34:35.901Z] latest: Pulling from edgex-devops/git-semver [2020-08-04T04:34:35.901Z] 31603596830f: Pulling fs layer [2020-08-04T04:34:35.901Z] 2a8b12db71e7: Pulling fs layer [2020-08-04T04:34:35.901Z] 6ca5941a6612: Pulling fs layer [2020-08-04T04:34:35.901Z] ecc8261a40a4: Pulling fs layer [2020-08-04T04:34:35.901Z] ecc8261a40a4: Waiting [2020-08-04T04:34:35.901Z] 2a8b12db71e7: Verifying Checksum [2020-08-04T04:34:35.901Z] 2a8b12db71e7: Download complete [2020-08-04T04:34:35.901Z] 31603596830f: Verifying Checksum [2020-08-04T04:34:35.901Z] 31603596830f: Download complete [2020-08-04T04:34:36.165Z] ecc8261a40a4: Verifying Checksum [2020-08-04T04:34:36.165Z] ecc8261a40a4: Download complete [2020-08-04T04:34:36.165Z] 6ca5941a6612: Verifying Checksum [2020-08-04T04:34:36.165Z] 6ca5941a6612: Download complete [2020-08-04T04:34:36.165Z] 31603596830f: Pull complete [2020-08-04T04:34:36.427Z] 2a8b12db71e7: Pull complete [2020-08-04T04:34:37.372Z] 6ca5941a6612: Pull complete [2020-08-04T04:34:37.372Z] ecc8261a40a4: Pull complete [2020-08-04T04:34:37.372Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2020-08-04T04:34:37.372Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2020-08-04T04:34:37.372Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2020-08-04T04:34:37.509Z] prd-centos7-docker-4c-2g-2021 does not seem to be running inside a container [2020-08-04T04:34:37.571Z] $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-160 -v /w/workspace/xfoundry_device-modbus-go_PR-160:/w/workspace/xfoundry_device-modbus-go_PR-160:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-160@tmp:/w/workspace/xfoundry_device-modbus-go_PR-160@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2020-08-04T04:34:39.729Z] $ docker top 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2020-08-04T04:34:40.144Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T04:34:40.144Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T04:34:40.349Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T04:34:40.409Z] $ docker exec 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d ssh-agent [2020-08-04T04:34:40.570Z] SSH_AUTH_SOCK=/tmp/ssh-9SRycz0qtPO8/agent.12 [2020-08-04T04:34:40.570Z] SSH_AGENT_PID=17 [2020-08-04T04:34:40.580Z] Running ssh-add (command line suppressed) [2020-08-04T04:34:40.694Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-160@tmp/private_key_4004097028221116180.key (/w/workspace/xfoundry_device-modbus-go_PR-160@tmp/private_key_4004097028221116180.key) [2020-08-04T04:34:40.748Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T04:34:41.122Z] + git describe --exact-match --tags HEAD [2020-08-04T04:34:41.123Z] fatal: No names found, cannot describe anything. [Pipeline] } [2020-08-04T04:34:41.158Z] $ docker exec --env ******** --env ******** 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d ssh-agent -k [2020-08-04T04:34:41.262Z] unset SSH_AUTH_SOCK; [2020-08-04T04:34:41.263Z] unset SSH_AGENT_PID; [2020-08-04T04:34:41.263Z] echo Agent pid 17 killed; [2020-08-04T04:34:41.309Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo [2020-08-04T04:34:41.467Z] [WARNING]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 [2020-08-04T04:34:41.467Z] This usually means this commit has not been tagged. [Pipeline] sshagent [2020-08-04T04:34:41.571Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2020-08-04T04:34:41.571Z] [ssh-agent] Looking for ssh-agent implementation... [2020-08-04T04:34:41.735Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2020-08-04T04:34:41.734Z] $ docker exec 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d ssh-agent [2020-08-04T04:34:41.899Z] SSH_AUTH_SOCK=/tmp/ssh-ywOhwDqZ6h3e/agent.45 [2020-08-04T04:34:41.899Z] SSH_AGENT_PID=50 [2020-08-04T04:34:41.904Z] Running ssh-add (command line suppressed) [2020-08-04T04:34:42.013Z] Identity added: /w/workspace/xfoundry_device-modbus-go_PR-160@tmp/private_key_3949225318177312182.key (/w/workspace/xfoundry_device-modbus-go_PR-160@tmp/private_key_3949225318177312182.key) [2020-08-04T04:34:42.065Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2020-08-04T04:34:42.445Z] + git semver init [2020-08-04T04:34:42.445Z] # -> Open(): unable to determine branch for HEAD [2020-08-04T04:34:42.445Z] # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-160/.git [2020-08-04T04:34:42.445Z] # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-160 [2020-08-04T04:34:42.445Z] # $SEMVER_REMOTE_NAME = origin [2020-08-04T04:34:42.445Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2020-08-04T04:34:42.445Z] # $SEMVER_USER_NAME = edgex-jenkins [2020-08-04T04:34:42.445Z] # $SEMVER_BRANCH = PR-160 [2020-08-04T04:34:42.445Z] # $SEMVER_TEMP = /tmp/semver-336903805 [2020-08-04T04:34:42.445Z] # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP [2020-08-04T04:34:42.705Z] # '/tmp/semver-336903805' -> '/w/workspace/xfoundry_device-modbus-go_PR-160/.semver' [2020-08-04T04:34:42.705Z] # -> Force: false [2020-08-04T04:34:42.705Z] # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-160/.semver [Pipeline] } [2020-08-04T04:34:42.722Z] $ docker exec --env ******** --env ******** 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d ssh-agent -k [2020-08-04T04:34:42.846Z] unset SSH_AUTH_SOCK; [2020-08-04T04:34:42.846Z] unset SSH_AGENT_PID; [2020-08-04T04:34:42.846Z] echo Agent pid 50 killed; [2020-08-04T04:34:42.897Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2020-08-04T04:34:43.480Z] + git semver [Pipeline] } [2020-08-04T04:34:43.504Z] $ docker stop --time=1 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d [2020-08-04T04:34:45.017Z] $ docker rm -f 6a5663a1b2c7c7824568170870bfdc04d3987797026d41e8e03845d9a1d3c00d [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash [2020-08-04T04:34:45.826Z] Stashed 22 file(s) [Pipeline] echo [2020-08-04T04:34:45.846Z] [edgeXSemver] initialized semver on version 0.0.0 [Pipeline] echo [2020-08-04T04:34:45.979Z] 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-04T04:35:01.664Z] Still waiting to schedule task [2020-08-04T04:35:01.664Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2020-08-04T04:35:01.687Z] Still waiting to schedule task [2020-08-04T04:35:01.687Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2020-08-04T04:37:53.573Z] Running on prd-centos7-docker-4c-2g-2022 in /w/workspace/xfoundry_device-modbus-go_PR-160 [Pipeline] { [Pipeline] ws [2020-08-04T04:37:53.720Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-08-04T04:37:56.943Z] using credential edgex-jenkins-ssh [2020-08-04T04:37:57.001Z] Cloning the remote Git repository [2020-08-04T04:37:57.001Z] Cloning with configured refspecs honoured and without tags [2020-08-04T04:37:57.030Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-04T04:37:57.192Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-08-04T04:37:57.488Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-04T04:37:57.488Z] > git --version # timeout=10 [2020-08-04T04:37:57.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:37:58.425Z] Fetching without tags [2020-08-04T04:37:57.529Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:37:58.358Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-04T04:37:58.373Z] > git config --add remote.origin.fetch +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10 [2020-08-04T04:37:58.387Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:37:58.414Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-04T04:37:58.429Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-04T04:37:58.430Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:37:58.438Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:37:58.826Z] Merging remotes/origin/master commit ede61610538096fa337aace8f825662d73a1e29e into PR head commit 173900479015fcb6694a09757887e4ada5530256 [2020-08-04T04:37:58.939Z] Merge succeeded, producing 173900479015fcb6694a09757887e4ada5530256 [2020-08-04T04:37:58.939Z] Checking out Revision 173900479015fcb6694a09757887e4ada5530256 (PR-160) [2020-08-04T04:37:58.836Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T04:37:58.846Z] > git checkout -f 173900479015fcb6694a09757887e4ada5530256 # timeout=10 [2020-08-04T04:37:58.885Z] > git remote # timeout=10 [2020-08-04T04:37:58.900Z] > git config --get remote.origin.url # timeout=10 [2020-08-04T04:37:58.909Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:37:58.913Z] > git merge ede61610538096fa337aace8f825662d73a1e29e # timeout=10 [2020-08-04T04:37:58.928Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-04T04:37:58.940Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T04:37:58.945Z] > git checkout -f 173900479015fcb6694a09757887e4ada5530256 # timeout=10 [2020-08-04T04:38:02.643Z] Commit message: "fix: Fix swap operation for float32 dataType" [2020-08-04T04:38:02.669Z] > git --version # timeout=10 [2020-08-04T04:38:02.680Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-04T04:38:03.793Z] ========================================================= [2020-08-04T04:38:03.793Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine] [2020-08-04T04:38:03.793Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:38:04.526Z] + 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-04T04:38:05.104Z] Sending build context to Docker daemon 627.7kB [2020-08-04T04:38:05.104Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-04T04:38:05.104Z] Step 2/8 : FROM ${BASE} [2020-08-04T04:38:05.104Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base [2020-08-04T04:38:05.104Z] df20fa9351a1: Pulling fs layer [2020-08-04T04:38:05.104Z] ed8968b2872e: Pulling fs layer [2020-08-04T04:38:05.104Z] a92cc7c5fd73: Pulling fs layer [2020-08-04T04:38:05.104Z] 2dd03ba5bac4: Pulling fs layer [2020-08-04T04:38:05.104Z] 1e091d79d1de: Pulling fs layer [2020-08-04T04:38:05.104Z] 481702a1767f: Pulling fs layer [2020-08-04T04:38:05.104Z] f64a6f60c768: Pulling fs layer [2020-08-04T04:38:05.104Z] e78d2573fc39: Pulling fs layer [2020-08-04T04:38:05.104Z] e876d2f968b6: Pulling fs layer [2020-08-04T04:38:05.104Z] ce8a83651883: Pulling fs layer [2020-08-04T04:38:05.104Z] 07967f4d0e4b: Pulling fs layer [2020-08-04T04:38:05.104Z] f64a6f60c768: Waiting [2020-08-04T04:38:05.104Z] e78d2573fc39: Waiting [2020-08-04T04:38:05.104Z] e876d2f968b6: Waiting [2020-08-04T04:38:05.104Z] ce8a83651883: Waiting [2020-08-04T04:38:05.104Z] 07967f4d0e4b: Waiting [2020-08-04T04:38:05.104Z] 1e091d79d1de: Waiting [2020-08-04T04:38:05.104Z] 481702a1767f: Waiting [2020-08-04T04:38:05.104Z] a92cc7c5fd73: Verifying Checksum [2020-08-04T04:38:05.104Z] a92cc7c5fd73: Download complete [2020-08-04T04:38:05.104Z] ed8968b2872e: Verifying Checksum [2020-08-04T04:38:05.104Z] ed8968b2872e: Download complete [2020-08-04T04:38:05.104Z] 1e091d79d1de: Verifying Checksum [2020-08-04T04:38:05.104Z] 1e091d79d1de: Download complete [2020-08-04T04:38:05.104Z] 481702a1767f: Verifying Checksum [2020-08-04T04:38:05.104Z] 481702a1767f: Download complete [2020-08-04T04:38:05.104Z] df20fa9351a1: Verifying Checksum [2020-08-04T04:38:05.104Z] df20fa9351a1: Download complete [2020-08-04T04:38:05.699Z] df20fa9351a1: Pull complete [2020-08-04T04:38:06.299Z] f64a6f60c768: Verifying Checksum [2020-08-04T04:38:06.299Z] f64a6f60c768: Download complete [2020-08-04T04:38:06.576Z] e876d2f968b6: Verifying Checksum [2020-08-04T04:38:06.576Z] e876d2f968b6: Download complete [2020-08-04T04:38:06.862Z] 2dd03ba5bac4: Verifying Checksum [2020-08-04T04:38:06.862Z] 2dd03ba5bac4: Download complete [2020-08-04T04:38:06.862Z] e78d2573fc39: Verifying Checksum [2020-08-04T04:38:06.862Z] e78d2573fc39: Download complete [2020-08-04T04:38:07.124Z] 07967f4d0e4b: Verifying Checksum [2020-08-04T04:38:07.124Z] 07967f4d0e4b: Download complete [2020-08-04T04:38:07.124Z] ce8a83651883: Verifying Checksum [2020-08-04T04:38:07.124Z] ce8a83651883: Download complete [2020-08-04T04:38:07.697Z] ed8968b2872e: Pull complete [2020-08-04T04:38:07.965Z] a92cc7c5fd73: Pull complete [2020-08-04T04:38:16.262Z] 2dd03ba5bac4: Pull complete [2020-08-04T04:38:16.262Z] 1e091d79d1de: Pull complete [2020-08-04T04:38:16.262Z] 481702a1767f: Pull complete [2020-08-04T04:38:19.577Z] f64a6f60c768: Pull complete [2020-08-04T04:38:22.934Z] e78d2573fc39: Pull complete [2020-08-04T04:38:22.934Z] e876d2f968b6: Pull complete [2020-08-04T04:38:24.876Z] ce8a83651883: Pull complete [2020-08-04T04:38:24.876Z] 07967f4d0e4b: Pull complete [2020-08-04T04:38:24.876Z] Digest: sha256:323246222269c44bbdf124594b811e87e5df8ffc2c0adf7c0e497dcaec6e6afe [2020-08-04T04:38:24.876Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.13-alpine [2020-08-04T04:38:24.876Z] ---> 5d7c900382c6 [2020-08-04T04:38:24.876Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-04T04:38:25.448Z] ---> Running in 9358bab9e43e [2020-08-04T04:38:25.708Z] Removing intermediate container 9358bab9e43e [2020-08-04T04:38:25.708Z] ---> 28a6190378b2 [2020-08-04T04:38:25.708Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:38:25.708Z] ---> Running in 7fd367369d89 [2020-08-04T04:38:27.645Z] Removing intermediate container 7fd367369d89 [2020-08-04T04:38:27.645Z] ---> 8e5e30165661 [2020-08-04T04:38:27.645Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-04T04:38:27.645Z] ---> Running in c2a2765ab520 [2020-08-04T04:38:28.218Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:38:28.793Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:38:29.368Z] (1/14) Installing libmagic (5.38-r0) [2020-08-04T04:38:29.630Z] (2/14) Installing file (5.38-r0) [2020-08-04T04:38:29.630Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-04T04:38:29.892Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-04T04:38:33.195Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-04T04:38:33.195Z] (6/14) Installing patch (2.7.6-r6) [2020-08-04T04:38:33.195Z] (7/14) Installing build-base (0.5-r2) [2020-08-04T04:38:33.195Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-04T04:38:33.456Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-04T04:38:33.456Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-04T04:38:33.717Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-04T04:38:33.717Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-04T04:38:33.978Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-04T04:38:33.978Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-04T04:38:33.978Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:38:33.978Z] OK: 237 MiB in 53 packages [2020-08-04T04:38:37.286Z] Removing intermediate container c2a2765ab520 [2020-08-04T04:38:37.286Z] ---> d8f5dc910ee6 [2020-08-04T04:38:37.286Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-04T04:38:37.286Z] ---> Running in 2ce094b5abd4 [2020-08-04T04:38:37.286Z] Removing intermediate container 2ce094b5abd4 [2020-08-04T04:38:37.286Z] ---> b350dc96e78b [2020-08-04T04:38:37.286Z] Step 7/8 : COPY . . [2020-08-04T04:38:38.234Z] ---> 06f926c5d6c3 [2020-08-04T04:38:38.234Z] Step 8/8 : RUN go mod download [2020-08-04T04:38:38.234Z] ---> Running in c07a91215673 [2020-08-04T04:38:40.150Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:38:40.151Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:38:40.151Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T04:38:40.151Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:38:40.151Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T04:38:40.151Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T04:38:40.151Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:38:40.151Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T04:38:40.151Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:38:40.151Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:38:40.414Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:38:40.414Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:38:40.414Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:38:40.414Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:38:40.414Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T04:38:40.414Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:38:40.414Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T04:38:40.414Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:38:40.414Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T04:38:40.676Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-04T04:38:40.676Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-04T04:38:40.676Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T04:38:40.676Z] go: finding github.com/google/uuid v1.1.1 [2020-08-04T04:38:40.676Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T04:38:40.676Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T04:38:40.941Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T04:38:40.941Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T04:38:40.941Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T04:38:41.202Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T04:38:41.202Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T04:38:41.202Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:38:41.464Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:38:41.464Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T04:38:41.464Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:38:41.464Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T04:38:41.464Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T04:38:41.464Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T04:38:41.464Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-04T04:38:41.464Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T04:38:41.464Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T04:38:41.464Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T04:38:41.464Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T04:38:41.464Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T04:38:41.726Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-04T04:38:41.727Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-04T04:38:41.727Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T04:38:41.727Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-04T04:38:41.727Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-04T04:38:41.727Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:38:51.755Z] Removing intermediate container c07a91215673 [2020-08-04T04:38:51.755Z] ---> bb6f3165261b [2020-08-04T04:38:51.755Z] Successfully built bb6f3165261b [2020-08-04T04:38:51.755Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:38:52.833Z] + docker inspect -f . ci-base-image-x86_64 [2020-08-04T04:38:52.833Z] . [Pipeline] withDockerContainer [2020-08-04T04:38:52.954Z] prd-centos7-docker-4c-2g-2022 does not seem to be running inside a container [2020-08-04T04:38:52.998Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2020-08-04T04:38:54.127Z] $ docker top ae1c51cd1306ac4502b25492712f77423d3fd3ef778329c91a95c554a4a008ed -eo pid,comm [Pipeline] { [Pipeline] sh [2020-08-04T04:38:54.666Z] + go version [2020-08-04T04:38:54.666Z] go version go1.13.13 linux/amd64 [Pipeline] sh [2020-08-04T04:38:54.989Z] + make test [2020-08-04T04:38:54.990Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-04T04:38:56.391Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-08-04T04:39:06.539Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-08-04T04:39:06.539Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.247s coverage: 50.9% of statements [2020-08-04T04:39:06.539Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-04T04:39:07.939Z] gofmt -l . [2020-08-04T04:39:07.939Z] [ "`gofmt -l .`" = "" ] [2020-08-04T04:39:07.939Z] ./bin/test-attribution-txt.sh [2020-08-04T04:39:08.201Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-04T04:39:08.767Z] Stashed 1 file(s) [Pipeline] } [2020-08-04T04:39:08.784Z] $ docker stop --time=1 ae1c51cd1306ac4502b25492712f77423d3fd3ef778329c91a95c554a4a008ed [2020-08-04T04:39:11.017Z] $ docker rm -f ae1c51cd1306ac4502b25492712f77423d3fd3ef778329c91a95c554a4a008ed [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-04T04:39:12.504Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-04T04:39:12.824Z] + ls -al . [2020-08-04T04:39:12.824Z] total 104 [2020-08-04T04:39:12.824Z] drwxrwxr-x. 10 jenkins jenkins 4096 Aug 4 04:39 . [2020-08-04T04:39:12.824Z] drwxrwxr-x. 4 jenkins jenkins 28 Aug 4 04:37 .. [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 5049 Aug 4 04:37 Attribution.txt [2020-08-04T04:39:12.824Z] drwxrwxr-x. 2 jenkins jenkins 87 Aug 4 04:37 bin [2020-08-04T04:39:12.824Z] drwxrwxr-x. 3 jenkins jenkins 32 Aug 4 04:37 cmd [2020-08-04T04:39:12.824Z] -rw-r--r--. 1 jenkins jenkins 22032 Aug 4 04:39 coverage.out [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 1422 Aug 4 04:37 Dockerfile [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 954 Aug 4 04:37 Dockerfile.build [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 140 Aug 4 04:37 .dockerignore [2020-08-04T04:39:12.824Z] drwxrwxr-x. 8 jenkins jenkins 179 Aug 4 04:38 .git [2020-08-04T04:39:12.824Z] drwxrwxr-x. 2 jenkins jenkins 38 Aug 4 04:37 .github [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 330 Aug 4 04:37 .gitignore [2020-08-04T04:39:12.824Z] -rw-r--r--. 1 jenkins jenkins 559 Aug 4 04:39 go.mod [2020-08-04T04:39:12.824Z] -rw-r--r--. 1 jenkins jenkins 13471 Aug 4 04:39 go.sum [2020-08-04T04:39:12.824Z] drwxrwxr-x. 3 jenkins jenkins 20 Aug 4 04:37 internal [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 702 Aug 4 04:37 Jenkinsfile [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 11340 Aug 4 04:37 LICENSE [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 880 Aug 4 04:37 Makefile [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 591 Aug 4 04:37 README.md [2020-08-04T04:39:12.824Z] drwxrwxr-x. 3 jenkins jenkins 58 Aug 4 04:38 .semver [2020-08-04T04:39:12.824Z] drwxrwxr-x. 2 jenkins jenkins 35 Aug 4 04:37 simulator [2020-08-04T04:39:12.824Z] drwxrwxr-x. 4 jenkins jenkins 54 Aug 4 04:37 snap [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 5 Aug 4 04:34 VERSION [2020-08-04T04:39:12.824Z] -rw-rw-r--. 1 jenkins jenkins 229 Aug 4 04:37 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:39:13.166Z] + docker build -t docker-device-modbus-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=173900479015fcb6694a09757887e4ada5530256 --label arch=amd64 --label version=0.0.0 . [2020-08-04T04:39:13.166Z] Sending build context to Docker daemon 658.9kB [2020-08-04T04:39:13.166Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-04T04:39:13.166Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-04T04:39:13.166Z] ---> bb6f3165261b [2020-08-04T04:39:13.166Z] Step 3/19 : ARG MAKE='make build' [2020-08-04T04:39:13.428Z] ---> Running in 5a5669896614 [2020-08-04T04:39:13.689Z] Removing intermediate container 5a5669896614 [2020-08-04T04:39:13.689Z] ---> f227c0bc2144 [2020-08-04T04:39:13.689Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:39:13.689Z] ---> Running in 879a6b9e97e5 [2020-08-04T04:39:14.634Z] Removing intermediate container 879a6b9e97e5 [2020-08-04T04:39:14.634Z] ---> bdab5c1e58b4 [2020-08-04T04:39:14.634Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-04T04:39:14.634Z] ---> Running in 04dab7350820 [2020-08-04T04:39:15.213Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2020-08-04T04:39:15.784Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2020-08-04T04:39:16.732Z] OK: 237 MiB in 53 packages [2020-08-04T04:39:16.992Z] Removing intermediate container 04dab7350820 [2020-08-04T04:39:16.992Z] ---> 7beb4b070010 [2020-08-04T04:39:16.992Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-04T04:39:16.992Z] ---> Running in 06512550ee93 [2020-08-04T04:39:17.253Z] Removing intermediate container 06512550ee93 [2020-08-04T04:39:17.253Z] ---> ed9164ed7efd [2020-08-04T04:39:17.253Z] Step 7/19 : COPY . . [2020-08-04T04:39:17.824Z] ---> ff5ca0a7dcb7 [2020-08-04T04:39:17.824Z] Step 8/19 : RUN ${MAKE} [2020-08-04T04:39:18.088Z] ---> Running in 955e604a97a8 [2020-08-04T04:39:18.663Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-08-04T04:39:26.911Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-04T04:39:28.926Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-2023 in /w/workspace/xfoundry_device-modbus-go_PR-160 [Pipeline] { [Pipeline] ws [2020-08-04T04:39:29.011Z] Running in /w/workspace/device-modbus-go/1 [Pipeline] { [Pipeline] checkout [2020-08-04T04:39:30.225Z] Removing intermediate container 955e604a97a8 [2020-08-04T04:39:30.225Z] ---> 816ba66c315c [2020-08-04T04:39:30.225Z] Step 9/19 : FROM scratch [2020-08-04T04:39:30.225Z] ---> [2020-08-04T04:39:30.225Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-04T04:39:30.225Z] ---> Running in bc437f4478fe [2020-08-04T04:39:30.225Z] Removing intermediate container bc437f4478fe [2020-08-04T04:39:30.225Z] ---> daa3bc6c5427 [2020-08-04T04:39:30.225Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-04T04:39:30.225Z] ---> Running in 75922edf841c [2020-08-04T04:39:30.486Z] Removing intermediate container 75922edf841c [2020-08-04T04:39:30.486Z] ---> 14b2aecaae80 [2020-08-04T04:39:30.486Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-04T04:39:31.060Z] ---> 9974c7f53738 [2020-08-04T04:39:31.060Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-04T04:39:31.060Z] ---> 91e784aa60a7 [2020-08-04T04:39:31.060Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-04T04:39:31.323Z] ---> 9033b1bacd8b [2020-08-04T04:39:31.323Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-04T04:39:31.323Z] ---> Running in 00fc3a067569 [2020-08-04T04:39:31.584Z] Removing intermediate container 00fc3a067569 [2020-08-04T04:39:31.584Z] ---> b0a88afe0b45 [2020-08-04T04:39:31.584Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:39:31.584Z] ---> Running in 272f10052862 [2020-08-04T04:39:31.846Z] Removing intermediate container 272f10052862 [2020-08-04T04:39:31.846Z] ---> 06a4ed87425d [2020-08-04T04:39:31.846Z] Step 17/19 : LABEL arch=amd64 [2020-08-04T04:39:31.846Z] ---> Running in 0505ac1b2041 [2020-08-04T04:39:32.113Z] Removing intermediate container 0505ac1b2041 [2020-08-04T04:39:32.113Z] ---> e61a078b06aa [2020-08-04T04:39:32.113Z] Step 18/19 : LABEL git_sha=173900479015fcb6694a09757887e4ada5530256 [2020-08-04T04:39:32.113Z] ---> Running in 96a82f685a59 [2020-08-04T04:39:32.376Z] Removing intermediate container 96a82f685a59 [2020-08-04T04:39:32.376Z] ---> 6f1b2a6f03e2 [2020-08-04T04:39:32.376Z] Step 19/19 : LABEL version=0.0.0 [2020-08-04T04:39:32.376Z] ---> Running in fc47a04df945 [2020-08-04T04:39:32.376Z] Removing intermediate container fc47a04df945 [2020-08-04T04:39:32.376Z] ---> 0df62c0a2bae [2020-08-04T04:39:32.376Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-04T04:39:32.376Z] Successfully built 0df62c0a2bae [2020-08-04T04:39:32.637Z] Successfully tagged docker-device-modbus-go: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] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-04T04:39:34.323Z] ++ find /w/workspace/device-modbus-go/1 [2020-08-04T04:39:34.323Z] ++ grep snapcraft.yaml [2020-08-04T04:39:34.323Z] + grep -Po '^name: \K(.*)' /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [2020-08-04T04:39:34.369Z] using credential edgex-jenkins-ssh [2020-08-04T04:39:34.422Z] Cloning the remote Git repository [2020-08-04T04:39:34.423Z] Cloning with configured refspecs honoured and without tags [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T04:39:34.536Z] provisioning config files... [2020-08-04T04:39:34.548Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config5987770696107934785tmp [Pipeline] { [Pipeline] sh [2020-08-04T04:39:34.954Z] + cp /w/workspace/device-modbus-go/1@tmp/config5987770696107934785tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh [2020-08-04T04:39:34.486Z] Cloning repository git@github.com:edgexfoundry/device-modbus-go.git [2020-08-04T04:39:34.600Z] > git init /w/workspace/device-modbus-go/1 # timeout=10 [2020-08-04T04:39:34.665Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-04T04:39:34.666Z] > git --version # timeout=10 [2020-08-04T04:39:34.687Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:39:34.765Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:39:35.278Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-04T04:39:35.278Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest' locally [2020-08-04T04:39:35.278Z] latest: Pulling from edgex-devops/edgex-snap-builder [2020-08-04T04:39:35.278Z] 7595c8c21622: Pulling fs layer [2020-08-04T04:39:35.278Z] d13af8ca898f: Pulling fs layer [2020-08-04T04:39:35.278Z] 70799171ddba: Pulling fs layer [2020-08-04T04:39:35.278Z] b6c12202c5ef: Pulling fs layer [2020-08-04T04:39:35.278Z] 9125ad81aa5e: Pulling fs layer [2020-08-04T04:39:35.278Z] 54ef48a70361: Pulling fs layer [2020-08-04T04:39:35.278Z] 85b8c04ed4b0: Pulling fs layer [2020-08-04T04:39:35.278Z] bf31c5eb3fd8: Pulling fs layer [2020-08-04T04:39:35.278Z] d71bf2a54a9d: Pulling fs layer [2020-08-04T04:39:35.278Z] 54ef48a70361: Waiting [2020-08-04T04:39:35.278Z] 85b8c04ed4b0: Waiting [2020-08-04T04:39:35.278Z] bf31c5eb3fd8: Waiting [2020-08-04T04:39:35.278Z] d71bf2a54a9d: Waiting [2020-08-04T04:39:35.278Z] b6c12202c5ef: Waiting [2020-08-04T04:39:35.278Z] 9125ad81aa5e: Waiting [2020-08-04T04:39:35.278Z] 70799171ddba: Verifying Checksum [2020-08-04T04:39:35.278Z] 70799171ddba: Download complete [2020-08-04T04:39:35.278Z] d13af8ca898f: Download complete [2020-08-04T04:39:35.278Z] b6c12202c5ef: Download complete [2020-08-04T04:39:35.278Z] 54ef48a70361: Download complete [2020-08-04T04:39:35.278Z] 85b8c04ed4b0: Verifying Checksum [2020-08-04T04:39:35.278Z] 85b8c04ed4b0: Download complete [2020-08-04T04:39:35.524Z] Fetching without tags [2020-08-04T04:39:35.548Z] bf31c5eb3fd8: Download complete [2020-08-04T04:39:35.548Z] d71bf2a54a9d: Verifying Checksum [2020-08-04T04:39:35.548Z] d71bf2a54a9d: Download complete [2020-08-04T04:39:35.812Z] 7595c8c21622: Verifying Checksum [2020-08-04T04:39:35.812Z] 7595c8c21622: Download complete [2020-08-04T04:39:36.017Z] Merging remotes/origin/master commit ede61610538096fa337aace8f825662d73a1e29e into PR head commit 173900479015fcb6694a09757887e4ada5530256 [2020-08-04T04:39:36.358Z] Merge succeeded, producing 173900479015fcb6694a09757887e4ada5530256 [2020-08-04T04:39:36.358Z] Checking out Revision 173900479015fcb6694a09757887e4ada5530256 (PR-160) [2020-08-04T04:39:35.422Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-04T04:39:35.441Z] > git config --add remote.origin.fetch +refs/pull/160/head:refs/remotes/origin/PR-160 # timeout=10 [2020-08-04T04:39:35.460Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:39:35.493Z] > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 [2020-08-04T04:39:35.536Z] Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git [2020-08-04T04:39:35.537Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:39:35.549Z] > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/160/head:refs/remotes/origin/PR-160 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2020-08-04T04:39:36.040Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T04:39:36.065Z] > git checkout -f 173900479015fcb6694a09757887e4ada5530256 # timeout=10 [2020-08-04T04:39:36.153Z] > git remote # timeout=10 [2020-08-04T04:39:36.175Z] > git config --get remote.origin.url # timeout=10 [2020-08-04T04:39:36.230Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2020-08-04T04:39:36.241Z] > git merge ede61610538096fa337aace8f825662d73a1e29e # timeout=10 [2020-08-04T04:39:36.284Z] > git rev-parse HEAD^{commit} # timeout=10 [2020-08-04T04:39:36.367Z] > git config core.sparsecheckout # timeout=10 [2020-08-04T04:39:36.407Z] > git checkout -f 173900479015fcb6694a09757887e4ada5530256 # timeout=10 [2020-08-04T04:39:40.680Z] Commit message: "fix: Fix swap operation for float32 dataType" [2020-08-04T04:39:40.741Z] > git --version # timeout=10 [2020-08-04T04:39:40.766Z] fatal: bad object aa5d44ad3d4a1bf625281d2406f01aa1bbe14146 [2020-08-04T04:39:41.158Z] 9125ad81aa5e: Verifying Checksum [2020-08-04T04:39:41.158Z] 9125ad81aa5e: Download complete [2020-08-04T04:39:41.158Z] 7595c8c21622: Pull complete [2020-08-04T04:39:41.158Z] d13af8ca898f: Pull complete [2020-08-04T04:39:41.158Z] 70799171ddba: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2020-08-04T04:39:41.418Z] b6c12202c5ef: Pull complete [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo [2020-08-04T04:39:42.061Z] ========================================================= [2020-08-04T04:39:42.061Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine] [2020-08-04T04:39:42.061Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:39:43.247Z] + 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-04T04:39:44.237Z] Sending build context to Docker daemon 627.7kB [2020-08-04T04:39:44.237Z] Step 1/8 : ARG BASE=golang:1.13-alpine [2020-08-04T04:39:44.237Z] Step 2/8 : FROM ${BASE} [2020-08-04T04:39:44.237Z] 1.13-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2020-08-04T04:39:44.237Z] b538f80385f9: Pulling fs layer [2020-08-04T04:39:44.237Z] 74f711af9a0d: Pulling fs layer [2020-08-04T04:39:44.238Z] 99f96fe45779: Pulling fs layer [2020-08-04T04:39:44.238Z] fd7a069fd194: Pulling fs layer [2020-08-04T04:39:44.238Z] 66aa3694b03b: Pulling fs layer [2020-08-04T04:39:44.238Z] 170f70906a0f: Pulling fs layer [2020-08-04T04:39:44.238Z] ad7c5574e4b9: Pulling fs layer [2020-08-04T04:39:44.238Z] e772456be8f7: Pulling fs layer [2020-08-04T04:39:44.238Z] c890913d741a: Pulling fs layer [2020-08-04T04:39:44.238Z] 2480fcc9aa5a: Pulling fs layer [2020-08-04T04:39:44.238Z] 09adf4765672: Pulling fs layer [2020-08-04T04:39:44.238Z] 66aa3694b03b: Waiting [2020-08-04T04:39:44.238Z] 170f70906a0f: Waiting [2020-08-04T04:39:44.238Z] ad7c5574e4b9: Waiting [2020-08-04T04:39:44.238Z] e772456be8f7: Waiting [2020-08-04T04:39:44.238Z] c890913d741a: Waiting [2020-08-04T04:39:44.238Z] 2480fcc9aa5a: Waiting [2020-08-04T04:39:44.238Z] 09adf4765672: Waiting [2020-08-04T04:39:44.238Z] fd7a069fd194: Waiting [2020-08-04T04:39:44.516Z] 99f96fe45779: Verifying Checksum [2020-08-04T04:39:44.516Z] 99f96fe45779: Download complete [2020-08-04T04:39:44.516Z] 74f711af9a0d: Verifying Checksum [2020-08-04T04:39:44.516Z] 74f711af9a0d: Download complete [2020-08-04T04:39:44.516Z] 66aa3694b03b: Verifying Checksum [2020-08-04T04:39:44.516Z] 66aa3694b03b: Download complete [2020-08-04T04:39:44.516Z] 170f70906a0f: Verifying Checksum [2020-08-04T04:39:44.516Z] 170f70906a0f: Download complete [2020-08-04T04:39:44.516Z] b538f80385f9: Verifying Checksum [2020-08-04T04:39:44.516Z] b538f80385f9: Download complete [2020-08-04T04:39:45.503Z] b538f80385f9: Pull complete [2020-08-04T04:39:45.783Z] 74f711af9a0d: Pull complete [2020-08-04T04:39:46.384Z] 99f96fe45779: Pull complete [2020-08-04T04:39:47.366Z] ad7c5574e4b9: Verifying Checksum [2020-08-04T04:39:47.366Z] ad7c5574e4b9: Download complete [2020-08-04T04:39:47.366Z] c890913d741a: Verifying Checksum [2020-08-04T04:39:47.366Z] c890913d741a: Download complete [2020-08-04T04:39:49.369Z] 2480fcc9aa5a: Verifying Checksum [2020-08-04T04:39:49.369Z] 2480fcc9aa5a: Download complete [2020-08-04T04:39:49.369Z] 09adf4765672: Verifying Checksum [2020-08-04T04:39:49.369Z] 09adf4765672: Download complete [2020-08-04T04:39:50.344Z] e772456be8f7: Verifying Checksum [2020-08-04T04:39:50.344Z] e772456be8f7: Download complete [2020-08-04T04:39:50.344Z] fd7a069fd194: Verifying Checksum [2020-08-04T04:39:50.344Z] fd7a069fd194: Download complete [2020-08-04T04:40:02.758Z] fd7a069fd194: Pull complete [2020-08-04T04:40:02.758Z] 66aa3694b03b: Pull complete [2020-08-04T04:40:02.758Z] 170f70906a0f: Pull complete [2020-08-04T04:40:06.155Z] ad7c5574e4b9: Pull complete [2020-08-04T04:40:08.060Z] 9125ad81aa5e: Pull complete [2020-08-04T04:40:08.060Z] 54ef48a70361: Pull complete [2020-08-04T04:40:08.060Z] 85b8c04ed4b0: Pull complete [2020-08-04T04:40:08.060Z] bf31c5eb3fd8: Pull complete [2020-08-04T04:40:08.060Z] d71bf2a54a9d: Pull complete [2020-08-04T04:40:08.060Z] Digest: sha256:26668cfeeeed474010a94de3c3f31ddcac1c19c376eb311c2eae00188517195e [2020-08-04T04:40:08.060Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder:latest [2020-08-04T04:40:08.323Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2020-08-04T04:40:08.584Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-04T04:40:08.584Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2020-08-04T04:40:08.584Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [9555 B] [2020-08-04T04:40:08.847Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [880 kB] [2020-08-04T04:40:08.847Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1033 kB] [2020-08-04T04:40:08.847Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [100 kB] [2020-08-04T04:40:08.847Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [74.6 kB] [2020-08-04T04:40:09.108Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [116 kB] [2020-08-04T04:40:09.108Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1334 kB] [2020-08-04T04:40:09.369Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [27.1 kB] [2020-08-04T04:40:09.369Z] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1413 kB] [2020-08-04T04:40:09.633Z] Fetched 5165 kB in 1s (3535 kB/s) [2020-08-04T04:40:10.471Z] e772456be8f7: Pull complete [2020-08-04T04:40:10.750Z] c890913d741a: Pull complete [2020-08-04T04:40:11.550Z] Reading package lists... [2020-08-04T04:40:13.394Z] 2480fcc9aa5a: Pull complete [2020-08-04T04:40:13.394Z] 09adf4765672: Pull complete [2020-08-04T04:40:13.394Z] Digest: sha256:77242015624dc62c2655c7b963a03ae32e90cc8c4d034de6c6efb010c7806a28 [2020-08-04T04:40:13.667Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.13-alpine [2020-08-04T04:40:13.667Z] ---> 2248a725d1cf [2020-08-04T04:40:13.667Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: IOTech' [2020-08-04T04:40:15.789Z] 0% [Working] Hit:1 http://archive.ubuntu.com/ubuntu bionic InRelease [2020-08-04T04:40:15.789Z] Hit:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [2020-08-04T04:40:15.789Z] 0% [Waiting for headers] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2020-08-04T04:40:15.789Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] 0% [Waiting for headers] 0% [2 InRelease gpgv 88.7 kB] [Waiting for headers] Hit:4 http://archive.ubuntu.com/ubuntu bionic-backports InRelease [2020-08-04T04:40:17.671Z] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 88.7 kB] 0% [Working] 0% [4 InRelease gpgv 74.6 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 50% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-04T04:40:19.059Z] ---> Running in 1644c7ebcd86 [2020-08-04T04:40:19.059Z] Removing intermediate container 1644c7ebcd86 [2020-08-04T04:40:19.059Z] ---> 7e063823519c [2020-08-04T04:40:19.059Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:40:19.059Z] ---> Running in 985236e1e773 [2020-08-04T04:40:19.584Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-04T04:40:21.051Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 53% Reading package lists... 65% Reading package lists... 65% Reading package lists... 66% Reading package lists... 66% Reading package lists... 75% Reading package lists... 75% Reading package lists... 76% Reading package lists... 76% Reading package lists... 85% Reading package lists... 85% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 86% Reading package lists... 92% Reading package lists... 92% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-04T04:40:21.311Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 81% Building dependency tree [2020-08-04T04:40:21.311Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-04T04:40:21.572Z] The following packages were automatically installed and are no longer required: [2020-08-04T04:40:21.572Z] libjq1 libonig4 [2020-08-04T04:40:21.572Z] Use 'sudo apt autoremove' to remove them. [2020-08-04T04:40:21.572Z] Suggested packages: [2020-08-04T04:40:21.572Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-04T04:40:21.572Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-04T04:40:21.572Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-04T04:40:21.572Z] | libterm-readline-perl-perl [2020-08-04T04:40:21.675Z] Removing intermediate container 985236e1e773 [2020-08-04T04:40:21.675Z] ---> b2676e7f7b3b [2020-08-04T04:40:21.675Z] Step 5/8 : RUN apk add --update --no-cache make git openssh build-base [2020-08-04T04:40:21.675Z] ---> Running in 333614eeae40 [2020-08-04T04:40:21.834Z] The following NEW packages will be installed: [2020-08-04T04:40:21.835Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-04T04:40:21.835Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-04T04:40:21.835Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-04T04:40:21.835Z] Need to get 12.0 MB of archives. [2020-08-04T04:40:21.835Z] After this operation, 77.5 MB of additional disk space will be used. [2020-08-04T04:40:21.835Z] 0% [Working] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-08-04T04:40:22.935Z] 0% [1 perl-modules-5.26 12.6 kB/2763 kB 0%] 4% [1 perl-modules-5.26 668 kB/2763 kB 24%] 20% [Working] Get:2 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm5 amd64 1.14.1-6 [26.0 kB] [2020-08-04T04:40:22.935Z] 20% [2 libgdbm5 26.0 kB/26.0 kB 100%] 21% [Waiting for headers] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgdbm-compat4 amd64 1.14.1-6 [6084 B] [2020-08-04T04:40:22.935Z] 21% [3 libgdbm-compat4 6084 B/6084 B 100%] 23% [Waiting for headers] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.3 [3527 kB] [2020-08-04T04:40:22.935Z] 23% [4 libperl5.26 22.2 kB/3527 kB 1%] 48% [Waiting for headers] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 perl amd64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-04T04:40:22.935Z] 48% [5 perl 15.4 kB/201 kB 8%] Get:6 http://archive.ubuntu.com/ubuntu bionic/main amd64 less amd64 487-0.1 [112 kB] [2020-08-04T04:40:22.935Z] 51% [6 less 45.5 kB/112 kB 41%] 53% [Waiting for headers] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 netbase all 5.4 [12.7 kB] [2020-08-04T04:40:22.935Z] 53% [7 netbase 12.7 kB/12.7 kB 100%] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 curl amd64 7.58.0-2ubuntu3.9 [159 kB] [2020-08-04T04:40:22.935Z] 55% [8 curl 100 kB/159 kB 63%] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.9 [212 kB] [2020-08-04T04:40:22.935Z] 57% [9 libcurl3-gnutls 20.6 kB/212 kB 10%] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-04T04:40:22.935Z] 60% [10 liberror-perl 1083 B/22.8 kB 5%] 61% [Waiting for headers] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-04T04:40:22.935Z] 61% [11 git-man 10.2 kB/804 kB 1%] Get:12 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2020-08-04T04:40:23.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:40:23.195Z] 69% [12 git 194 kB/3915 kB 5%] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 make amd64 4.1-9.1ubuntu1 [154 kB] [2020-08-04T04:40:23.195Z] 96% [13 make 56.8 kB/154 kB 37%] 98% [Waiting for headers] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2020-08-04T04:40:23.195Z] 98% [14 patch 1333 B/102 kB 1%] 100% [Working] Fetched 12.0 MB in 1s (8510 kB/s) [2020-08-04T04:40:23.455Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-04T04:40:23.718Z] Selecting previously unselected package perl-modules-5.26. [2020-08-04T04:40:23.718Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9889 files and directories currently installed.) [2020-08-04T04:40:23.718Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-04T04:40:23.718Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:40:24.097Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:40:25.072Z] (1/14) Installing libmagic (5.38-r0) [2020-08-04T04:40:25.666Z] (2/14) Installing file (5.38-r0) [2020-08-04T04:40:25.666Z] (3/14) Installing libc-dev (0.7.2-r3) [2020-08-04T04:40:25.666Z] (4/14) Installing g++ (9.3.0-r2) [2020-08-04T04:40:27.024Z] Selecting previously unselected package libgdbm5:amd64. [2020-08-04T04:40:27.024Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_amd64.deb ... [2020-08-04T04:40:27.024Z] Unpacking libgdbm5:amd64 (1.14.1-6) ... [2020-08-04T04:40:27.024Z] Selecting previously unselected package libgdbm-compat4:amd64. [2020-08-04T04:40:27.024Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_amd64.deb ... [2020-08-04T04:40:27.024Z] Unpacking libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-04T04:40:27.024Z] Selecting previously unselected package libperl5.26:amd64. [2020-08-04T04:40:27.024Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-04T04:40:27.024Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:40:28.415Z] Selecting previously unselected package perl. [2020-08-04T04:40:28.415Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_amd64.deb ... [2020-08-04T04:40:28.415Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-04T04:40:28.415Z] Selecting previously unselected package less. [2020-08-04T04:40:28.415Z] Preparing to unpack .../05-less_487-0.1_amd64.deb ... [2020-08-04T04:40:28.415Z] Unpacking less (487-0.1) ... [2020-08-04T04:40:28.415Z] Selecting previously unselected package netbase. [2020-08-04T04:40:28.415Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-04T04:40:28.415Z] Unpacking netbase (5.4) ... [2020-08-04T04:40:28.415Z] Selecting previously unselected package curl. [2020-08-04T04:40:28.415Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_amd64.deb ... [2020-08-04T04:40:28.415Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-08-04T04:40:28.675Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2020-08-04T04:40:28.675Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_amd64.deb ... [2020-08-04T04:40:28.675Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-08-04T04:40:28.675Z] Selecting previously unselected package liberror-perl. [2020-08-04T04:40:28.675Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-04T04:40:28.675Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-04T04:40:28.675Z] Selecting previously unselected package git-man. [2020-08-04T04:40:28.675Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-04T04:40:28.675Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:40:28.941Z] Selecting previously unselected package git. [2020-08-04T04:40:28.941Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2020-08-04T04:40:28.941Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:40:29.514Z] Selecting previously unselected package make. [2020-08-04T04:40:29.514Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_amd64.deb ... [2020-08-04T04:40:29.514Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-04T04:40:29.776Z] Selecting previously unselected package patch. [2020-08-04T04:40:29.776Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2020-08-04T04:40:29.776Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-04T04:40:29.776Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:40:29.776Z] Setting up less (487-0.1) ... [2020-08-04T04:40:30.037Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-04T04:40:30.037Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-08-04T04:40:30.037Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.9) ... [2020-08-04T04:40:30.037Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:40:30.037Z] Setting up libgdbm5:amd64 (1.14.1-6) ... [2020-08-04T04:40:30.037Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-04T04:40:30.299Z] Setting up libgdbm-compat4:amd64 (1.14.1-6) ... [2020-08-04T04:40:30.299Z] Setting up netbase (5.4) ... [2020-08-04T04:40:30.299Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:40:30.299Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-04T04:40:30.299Z] Setting up liberror-perl (0.17025-1) ... [2020-08-04T04:40:30.299Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:40:30.560Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-04T04:40:30.822Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-04T04:40:32.733Z] curl set to automatically installed. [2020-08-04T04:40:32.733Z] git set to automatically installed. [2020-08-04T04:40:32.733Z] git-man set to automatically installed. [2020-08-04T04:40:32.733Z] less set to automatically installed. [2020-08-04T04:40:32.733Z] libcurl3-gnutls set to automatically installed. [2020-08-04T04:40:32.733Z] liberror-perl set to automatically installed. [2020-08-04T04:40:32.733Z] libgdbm-compat4 set to automatically installed. [2020-08-04T04:40:32.733Z] libgdbm5 set to automatically installed. [2020-08-04T04:40:32.733Z] libperl5.26 set to automatically installed. [2020-08-04T04:40:32.733Z] make set to automatically installed. [2020-08-04T04:40:32.733Z] netbase set to automatically installed. [2020-08-04T04:40:32.733Z] patch set to automatically installed. [2020-08-04T04:40:32.733Z] perl set to automatically installed. [2020-08-04T04:40:32.733Z] perl-modules-5.26 set to automatically installed. [2020-08-04T04:40:32.733Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-04T04:40:32.733Z] Please ensure the environment is properly setup before continuing. [2020-08-04T04:40:32.733Z] Ignore this message if the appropriate measures have already been taken [2020-08-04T04:40:33.305Z] Pulling go  [2020-08-04T04:40:34.252Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-04T04:40:34.252Z] Skipping pull go (already ran) [2020-08-04T04:40:34.252Z] Building go  [2020-08-04T04:40:34.252Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-04T04:40:34.252Z] Dload Upload Total Spent Left Speed [2020-08-04T04:40:36.340Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 16 114M 16 18.8M 0 0 40.5M 0 0:00:02 --:--:-- 0:00:02 40.4M 72 114M 72 83.2M 0 0 56.3M 0 0:00:02 0:00:01 0:00:01 56.3M 100 114M 100 114M 0 0 55.9M 0 0:00:02 0:00:02 --:--:-- 55.9M [2020-08-04T04:40:37.287Z] go1.13.5.linux-amd64.tar.gz: OK [2020-08-04T04:40:43.889Z] Staging go  [2020-08-04T04:40:43.918Z] (5/14) Installing fortify-headers (1.1-r0) [2020-08-04T04:40:43.918Z] (6/14) Installing patch (2.7.6-r6) [2020-08-04T04:40:43.918Z] (7/14) Installing build-base (0.5-r2) [2020-08-04T04:40:43.918Z] (8/14) Installing openssh-keygen (8.3_p1-r0) [2020-08-04T04:40:43.918Z] (9/14) Installing libedit (20191231.3.1-r0) [2020-08-04T04:40:43.918Z] (10/14) Installing openssh-client (8.3_p1-r0) [2020-08-04T04:40:45.283Z] Pulling device-modbus  [2020-08-04T04:40:45.336Z] (11/14) Installing openssh-sftp-server (8.3_p1-r0) [2020-08-04T04:40:45.606Z] (12/14) Installing openssh-server-common (8.3_p1-r0) [2020-08-04T04:40:45.606Z] (13/14) Installing openssh-server (8.3_p1-r0) [2020-08-04T04:40:46.200Z] (14/14) Installing openssh (8.3_p1-r0) [2020-08-04T04:40:46.235Z] Skipping build go (already ran) [2020-08-04T04:40:46.235Z] Building device-modbus  [2020-08-04T04:40:46.472Z] Executing busybox-1.31.1-r16.trigger [2020-08-04T04:40:46.472Z] OK: 221 MiB in 53 packages [2020-08-04T04:40:46.501Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-08-04T04:40:47.446Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:40:47.446Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:40:47.446Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-04T04:40:47.446Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-04T04:40:47.446Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-04T04:40:47.446Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:40:47.446Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:40:47.446Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-04T04:40:47.446Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:40:47.446Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-04T04:40:47.446Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:40:47.446Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-04T04:40:47.446Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:40:47.446Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:40:47.707Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-04T04:40:47.707Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:40:47.707Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-04T04:40:47.707Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:40:47.707Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:40:47.707Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:40:47.707Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:40:47.707Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:40:47.707Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:40:47.707Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:40:47.707Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-04T04:40:47.707Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:40:47.707Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:40:47.707Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:40:47.707Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:40:47.707Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:40:47.707Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:40:47.707Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:40:47.707Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-04T04:40:47.707Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-04T04:40:47.707Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:40:47.707Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:40:47.707Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:40:47.707Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:40:47.707Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-04T04:40:47.707Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:40:47.707Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:40:47.707Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-04T04:40:47.707Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:40:47.707Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:40:47.707Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:40:47.707Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:40:47.707Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:40:47.707Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-04T04:40:47.968Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:40:47.968Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:40:47.968Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:40:47.968Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:40:47.968Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:40:47.968Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:40:47.968Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:40:47.968Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:40:47.968Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-04T04:40:47.968Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T04:40:47.968Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:40:47.968Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T04:40:47.968Z] go: finding github.com/google/uuid v1.1.1 [2020-08-04T04:40:47.968Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:40:47.968Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:40:47.968Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-04T04:40:47.968Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T04:40:47.968Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:40:47.968Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:40:47.968Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:40:47.968Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:40:48.229Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:40:48.229Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T04:40:48.229Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:40:48.229Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:40:48.229Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:40:48.229Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:40:48.229Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:40:48.229Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:40:48.229Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:40:48.229Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:40:48.229Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:40:48.229Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:40:48.229Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T04:40:48.229Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:40:48.229Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:40:48.229Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:40:50.780Z] Removing intermediate container 333614eeae40 [2020-08-04T04:40:50.780Z] ---> 3262f95f67ce [2020-08-04T04:40:50.780Z] Step 6/8 : WORKDIR /device-modbus-go [2020-08-04T04:40:51.054Z] ---> Running in da4aa3adde2f [2020-08-04T04:40:51.328Z] Removing intermediate container da4aa3adde2f [2020-08-04T04:40:51.328Z] ---> 84c1173e0891 [2020-08-04T04:40:51.328Z] Step 7/8 : COPY . . [2020-08-04T04:40:52.319Z] ---> 0cd75b02b8d1 [2020-08-04T04:40:52.319Z] Step 8/8 : RUN go mod download [2020-08-04T04:40:52.319Z] ---> Running in a6d67ed4aa46 [2020-08-04T04:40:55.729Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:40:55.729Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:40:55.729Z] go: finding github.com/armon/circbuf v0.0.0-20150827004946-bbbad097214e [2020-08-04T04:40:55.729Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:40:55.729Z] go: finding github.com/armon/go-radix v0.0.0-20180808171621-7fddfc383310 [2020-08-04T04:40:55.729Z] go: finding github.com/bgentry/speakeasy v0.1.0 [2020-08-04T04:40:55.729Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:40:55.729Z] go: finding github.com/davecgh/go-spew v1.1.1 [2020-08-04T04:40:55.729Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:40:55.729Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:40:55.729Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:40:55.729Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:40:55.729Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:40:55.729Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:40:55.729Z] go: finding github.com/fatih/color v1.7.0 [2020-08-04T04:40:55.729Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:40:55.729Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T04:40:55.729Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:40:55.729Z] go: finding github.com/go-stack/stack v1.8.0 [2020-08-04T04:40:55.729Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-04T04:40:55.729Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-04T04:40:55.729Z] go: finding github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2020-08-04T04:40:55.729Z] go: finding github.com/google/uuid v1.1.1 [2020-08-04T04:40:55.729Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/consul/sdk v0.1.1 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/errwrap v1.0.0 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/go-msgpack v0.5.3 [2020-08-04T04:40:55.729Z] go: finding github.com/hashicorp/go-multierror v1.0.0 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/go-sockaddr v1.0.1 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/go-syslog v1.0.0 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/go-uuid v1.0.1 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/go.net v0.0.1 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/logutils v1.0.0 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/mdns v1.0.0 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/memberlist v0.1.3 [2020-08-04T04:40:56.000Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T04:40:56.000Z] go: finding github.com/kr/logfmt v0.0.0-20140226030751-b84e30acd515 [2020-08-04T04:40:56.271Z] go: finding github.com/mattn/go-colorable v0.0.9 [2020-08-04T04:40:56.271Z] go: finding github.com/mattn/go-isatty v0.0.3 [2020-08-04T04:40:56.271Z] go: finding github.com/miekg/dns v1.1.4 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/cli v1.0.0 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/go-homedir v1.1.0 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/go-testing-interface v1.0.0 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/go-wordwrap v1.0.0 [2020-08-04T04:40:56.271Z] go: finding github.com/mitchellh/gox v0.4.0 [2020-08-04T04:40:56.542Z] go: finding github.com/mitchellh/iochan v1.0.0 [2020-08-04T04:40:56.542Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:40:56.542Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:40:56.542Z] go: finding github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2020-08-04T04:40:56.542Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:40:56.542Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T04:40:56.542Z] go: finding github.com/pmezard/go-difflib v1.0.0 [2020-08-04T04:40:56.542Z] go: finding github.com/posener/complete v1.1.1 [2020-08-04T04:40:56.542Z] go: finding github.com/ryanuber/columnize v2.1.0+incompatible [2020-08-04T04:40:56.542Z] go: finding github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2020-08-04T04:40:56.542Z] go: finding github.com/stretchr/objx v0.1.0 [2020-08-04T04:40:56.818Z] go: finding github.com/stretchr/testify v1.5.1 [2020-08-04T04:40:56.818Z] go: finding github.com/ugorji/go v1.1.4 [2020-08-04T04:40:56.818Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T04:40:56.818Z] go: finding golang.org/x/crypto v0.0.0-20181029021203-45a5f77698d3 [2020-08-04T04:40:56.818Z] go: finding golang.org/x/net v0.0.0-20190228165749-92fc7df08ae7 [2020-08-04T04:40:56.818Z] go: finding golang.org/x/sync v0.0.0-20181221193216-37e7f081c4d4 [2020-08-04T04:40:56.818Z] go: finding golang.org/x/sys v0.0.0-20181026203630-95b1ffbd15a5 [2020-08-04T04:40:56.818Z] go: finding gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405 [2020-08-04T04:40:56.818Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:40:58.616Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-04T04:41:02.823Z] Skipping stage go (already ran) [2020-08-04T04:41:02.823Z] Staging device-modbus  [2020-08-04T04:41:03.083Z] Priming go  [2020-08-04T04:41:04.028Z] Priming device-modbus  [2020-08-04T04:41:04.971Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-04T04:41:04.971Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-04T04:41:04.971Z] Determining the version from the project repo (version-script). [2020-08-04T04:41:04.971Z] The version has been set to '0.0.0-20200804+1739004' [2020-08-04T04:41:06.366Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping | [2020-08-04T04:41:06.366Z] Snapped edgex-device-modbus_0.0.0-20200804+1739004_amd64.snap [2020-08-04T04:41:06.960Z] Removing intermediate container a6d67ed4aa46 [2020-08-04T04:41:06.960Z] ---> aca8e2cb342a [2020-08-04T04:41:06.960Z] Successfully built aca8e2cb342a [2020-08-04T04:41:06.960Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] } [2020-08-04T04:41:07.791Z] Deleting 1 temporary files [2020-08-04T04:41:07.878Z] + docker inspect -f . ci-base-image-arm64 [2020-08-04T04:41:07.878Z] . [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] withDockerContainer [2020-08-04T04:41:08.361Z] prd-ubuntu18.04-docker-arm64-4c-16g-2023 does not seem to be running inside a container [2020-08-04T04:41:08.444Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/1 -v /w/workspace/device-modbus-go/1:/w/workspace/device-modbus-go/1:rw,z -v /w/workspace/device-modbus-go/1@tmp:/w/workspace/device-modbus-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2020-08-04T04:41:10.385Z] $ docker top f54a2e610d14af167e6b763b55998e9a054a26758169f6cdd99b6e2019ceadaf -eo pid,comm [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2020-08-04T04:41:11.920Z] + go version [2020-08-04T04:41:11.920Z] go version go1.13.13 linux/arm64 [Pipeline] sh [2020-08-04T04:41:12.977Z] + make test [2020-08-04T04:41:12.977Z] CGO_ENABLED=0 GO111MODULE=on go test ./... -coverprofile=coverage.out [2020-08-04T04:41:13.962Z] ? github.com/edgexfoundry/device-modbus-go [no test files] [2020-08-04T04:41:40.837Z] ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] [2020-08-04T04:41:42.265Z] ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.412s coverage: 50.9% of statements [2020-08-04T04:41:42.540Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2020-08-04T04:41:47.963Z] gofmt -l . [2020-08-04T04:41:47.963Z] [ "`gofmt -l .`" = "" ] [2020-08-04T04:41:48.237Z] ./bin/test-attribution-txt.sh [2020-08-04T04:41:48.837Z] ./bin/test-go-mod-tidy.sh [Pipeline] stash [2020-08-04T04:41:49.470Z] Warning: overwriting stash ‘coverage-report’ [2020-08-04T04:41:50.212Z] Stashed 1 file(s) [Pipeline] } [2020-08-04T04:41:50.231Z] $ docker stop --time=1 f54a2e610d14af167e6b763b55998e9a054a26758169f6cdd99b6e2019ceadaf [2020-08-04T04:41:52.517Z] $ docker rm -f f54a2e610d14af167e6b763b55998e9a054a26758169f6cdd99b6e2019ceadaf [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-04T04:41:54.026Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2020-08-04T04:41:54.443Z] + ls -al . [2020-08-04T04:41:54.443Z] total 140 [2020-08-04T04:41:54.443Z] drwxrwxr-x 10 jenkins jenkins 4096 Aug 4 04:41 . [2020-08-04T04:41:54.443Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 04:39 .. [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 140 Aug 4 04:39 .dockerignore [2020-08-04T04:41:54.443Z] drwxrwxr-x 8 jenkins jenkins 4096 Aug 4 04:39 .git [2020-08-04T04:41:54.443Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 04:39 .github [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 330 Aug 4 04:39 .gitignore [2020-08-04T04:41:54.443Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 04:39 .semver [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 5049 Aug 4 04:39 Attribution.txt [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 1422 Aug 4 04:39 Dockerfile [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 954 Aug 4 04:39 Dockerfile.build [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 702 Aug 4 04:39 Jenkinsfile [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 11340 Aug 4 04:39 LICENSE [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 880 Aug 4 04:39 Makefile [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 591 Aug 4 04:39 README.md [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 5 Aug 4 04:34 VERSION [2020-08-04T04:41:54.443Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 04:39 bin [2020-08-04T04:41:54.443Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 04:39 cmd [2020-08-04T04:41:54.443Z] -rw-r--r-- 1 jenkins jenkins 22032 Aug 4 04:41 coverage.out [2020-08-04T04:41:54.443Z] -rw-r--r-- 1 jenkins jenkins 559 Aug 4 04:41 go.mod [2020-08-04T04:41:54.443Z] -rw-r--r-- 1 jenkins jenkins 13471 Aug 4 04:41 go.sum [2020-08-04T04:41:54.443Z] drwxrwxr-x 3 jenkins jenkins 4096 Aug 4 04:39 internal [2020-08-04T04:41:54.443Z] drwxrwxr-x 2 jenkins jenkins 4096 Aug 4 04:39 simulator [2020-08-04T04:41:54.443Z] drwxrwxr-x 4 jenkins jenkins 4096 Aug 4 04:39 snap [2020-08-04T04:41:54.443Z] -rw-rw-r-- 1 jenkins jenkins 229 Aug 4 04:39 version.go [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:41:54.831Z] + docker build -t docker-device-modbus-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=173900479015fcb6694a09757887e4ada5530256 --label arch=arm64 --label version=0.0.0 . [2020-08-04T04:41:55.111Z] Sending build context to Docker daemon 658.9kB [2020-08-04T04:41:55.384Z] Step 1/19 : ARG BASE=golang:1.13-alpine [2020-08-04T04:41:55.384Z] Step 2/19 : FROM ${BASE} AS builder [2020-08-04T04:41:55.384Z] ---> aca8e2cb342a [2020-08-04T04:41:55.384Z] Step 3/19 : ARG MAKE='make build' [2020-08-04T04:41:55.672Z] ---> Running in 5ceff5050cfa [2020-08-04T04:41:55.943Z] Removing intermediate container 5ceff5050cfa [2020-08-04T04:41:55.943Z] ---> ab147c0059c2 [2020-08-04T04:41:55.943Z] Step 4/19 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2020-08-04T04:41:56.216Z] ---> Running in 9b1265b2ccc7 [2020-08-04T04:41:58.828Z] Removing intermediate container 9b1265b2ccc7 [2020-08-04T04:41:58.828Z] ---> 74527b22c931 [2020-08-04T04:41:58.828Z] Step 5/19 : RUN apk add --update --no-cache make git openssh build-base [2020-08-04T04:41:58.828Z] ---> Running in e4599ec55d48 [2020-08-04T04:42:00.265Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:01.235Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2020-08-04T04:42:02.662Z] OK: 221 MiB in 53 packages [2020-08-04T04:42:04.093Z] Removing intermediate container e4599ec55d48 [2020-08-04T04:42:04.093Z] ---> f9ef3db3911c [2020-08-04T04:42:04.093Z] Step 6/19 : WORKDIR $GOPATH/src/github.com/edgexfoundry/device-modbus-go [2020-08-04T04:42:04.093Z] ---> Running in 5f035cb65f4a [2020-08-04T04:42:04.686Z] Removing intermediate container 5f035cb65f4a [2020-08-04T04:42:04.686Z] ---> a966c58ba07f [2020-08-04T04:42:04.686Z] Step 7/19 : COPY . . [2020-08-04T04:42:05.661Z] ---> 2587f45166ac [2020-08-04T04:42:05.661Z] Step 8/19 : RUN ${MAKE} [2020-08-04T04:42:05.661Z] ---> Running in 2962d5684fd8 [2020-08-04T04:42:07.092Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-08-04T04:42:33.909Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-04T04:42:38.203Z] Removing intermediate container 2962d5684fd8 [2020-08-04T04:42:38.203Z] ---> a23d87d33df4 [2020-08-04T04:42:38.203Z] Step 9/19 : FROM scratch [2020-08-04T04:42:38.203Z] ---> [2020-08-04T04:42:38.203Z] Step 10/19 : ENV APP_PORT=49991 [2020-08-04T04:42:38.203Z] ---> Running in b6c7928a5e65 [2020-08-04T04:42:38.203Z] Removing intermediate container b6c7928a5e65 [2020-08-04T04:42:38.203Z] ---> 814c8e6caf2d [2020-08-04T04:42:38.203Z] Step 11/19 : EXPOSE $APP_PORT [2020-08-04T04:42:38.203Z] ---> Running in bbf68ee32d67 [2020-08-04T04:42:38.475Z] Removing intermediate container bbf68ee32d67 [2020-08-04T04:42:38.475Z] ---> 04e84fd45533 [2020-08-04T04:42:38.475Z] Step 12/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/cmd / [2020-08-04T04:42:39.906Z] ---> de3d6d48f5b3 [2020-08-04T04:42:39.906Z] Step 13/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/LICENSE / [2020-08-04T04:42:40.503Z] ---> fc7ff3d40f44 [2020-08-04T04:42:40.503Z] Step 14/19 : COPY --from=builder /go/src/github.com/edgexfoundry/device-modbus-go/Attribution.txt / [2020-08-04T04:42:41.097Z] ---> 2a050857761d [2020-08-04T04:42:41.097Z] Step 15/19 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2020: IoTech Ltd' [2020-08-04T04:42:41.390Z] ---> Running in d4e6a39ec418 [2020-08-04T04:42:41.666Z] Removing intermediate container d4e6a39ec418 [2020-08-04T04:42:41.666Z] ---> 171b0e024db1 [2020-08-04T04:42:41.666Z] Step 16/19 : ENTRYPOINT ["/device-modbus","--cp=consul://edgex-core-consul:8500","--registry","--confdir=/res"] [2020-08-04T04:42:41.940Z] ---> Running in 41d97e252538 [2020-08-04T04:42:42.542Z] Removing intermediate container 41d97e252538 [2020-08-04T04:42:42.542Z] ---> 0d2d0085d5d6 [2020-08-04T04:42:42.542Z] Step 17/19 : LABEL arch=arm64 [2020-08-04T04:42:42.542Z] ---> Running in 03f77ffda14e [2020-08-04T04:42:43.136Z] Removing intermediate container 03f77ffda14e [2020-08-04T04:42:43.136Z] ---> 0764e4989011 [2020-08-04T04:42:43.136Z] Step 18/19 : LABEL git_sha=173900479015fcb6694a09757887e4ada5530256 [2020-08-04T04:42:43.136Z] ---> Running in 762517ece6da [2020-08-04T04:42:43.730Z] Removing intermediate container 762517ece6da [2020-08-04T04:42:43.730Z] ---> 80a0a66e7a1d [2020-08-04T04:42:43.730Z] Step 19/19 : LABEL version=0.0.0 [2020-08-04T04:42:43.730Z] ---> Running in 437512d0980e [2020-08-04T04:42:44.323Z] Removing intermediate container 437512d0980e [2020-08-04T04:42:44.323Z] ---> 4870de9fb7fc [2020-08-04T04:42:44.323Z] [Warning] One or more build-args [ARCH] were not consumed [2020-08-04T04:42:44.323Z] Successfully built 4870de9fb7fc [2020-08-04T04:42:44.323Z] Successfully tagged docker-device-modbus-go-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] { (Snap) [Pipeline] findFiles [Pipeline] script [Pipeline] { [Pipeline] sh [2020-08-04T04:42:45.468Z] + find /w/workspace/device-modbus-go/1 [2020-08-04T04:42:45.468Z] + grep snapcraft.yaml [2020-08-04T04:42:45.468Z] + grep -Po ^name: \K(.*) /w/workspace/device-modbus-go/1/snap/snapcraft.yaml [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T04:42:45.692Z] provisioning config files... [2020-08-04T04:42:45.715Z] copy managed file [EdgeX] to file:/w/workspace/device-modbus-go/1@tmp/config3280309519187632536tmp [Pipeline] { [Pipeline] sh [2020-08-04T04:42:46.141Z] + cp /w/workspace/device-modbus-go/1@tmp/config3280309519187632536tmp /w/workspace/device-modbus-go/1/edgex-snap-store-login [Pipeline] sh [2020-08-04T04:42:46.497Z] + docker run --rm -u 0:0 --privileged -v /w/workspace/device-modbus-go/1:/build -w /build -e JOB_TYPE -e SNAP_REVISION -e SNAP_CHANNEL -e SNAP_NAME nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-04T04:42:46.497Z] Unable to find image 'nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest' locally [2020-08-04T04:42:46.769Z] latest: Pulling from edgex-devops/edgex-snap-builder-arm64 [2020-08-04T04:42:46.769Z] a114936b4807: Pulling fs layer [2020-08-04T04:42:46.769Z] a27ecf0d2a86: Pulling fs layer [2020-08-04T04:42:46.769Z] f4eb48eb870f: Pulling fs layer [2020-08-04T04:42:46.769Z] 0f912b9bb20d: Pulling fs layer [2020-08-04T04:42:46.769Z] 8b06ebbc7875: Pulling fs layer [2020-08-04T04:42:46.769Z] 4033e62aac47: Pulling fs layer [2020-08-04T04:42:46.769Z] b318b59e0bd2: Pulling fs layer [2020-08-04T04:42:46.769Z] de740d257bf9: Pulling fs layer [2020-08-04T04:42:46.769Z] fbe057b04f20: Pulling fs layer [2020-08-04T04:42:46.769Z] 0f912b9bb20d: Waiting [2020-08-04T04:42:46.769Z] 8b06ebbc7875: Waiting [2020-08-04T04:42:46.769Z] 4033e62aac47: Waiting [2020-08-04T04:42:46.769Z] b318b59e0bd2: Waiting [2020-08-04T04:42:46.769Z] de740d257bf9: Waiting [2020-08-04T04:42:46.769Z] fbe057b04f20: Waiting [2020-08-04T04:42:46.769Z] f4eb48eb870f: Verifying Checksum [2020-08-04T04:42:46.769Z] f4eb48eb870f: Download complete [2020-08-04T04:42:46.769Z] a27ecf0d2a86: Verifying Checksum [2020-08-04T04:42:46.769Z] a27ecf0d2a86: Download complete [2020-08-04T04:42:46.769Z] 0f912b9bb20d: Verifying Checksum [2020-08-04T04:42:46.769Z] 0f912b9bb20d: Download complete [2020-08-04T04:42:46.769Z] 4033e62aac47: Verifying Checksum [2020-08-04T04:42:46.769Z] 4033e62aac47: Download complete [2020-08-04T04:42:46.769Z] b318b59e0bd2: Download complete [2020-08-04T04:42:46.769Z] de740d257bf9: Verifying Checksum [2020-08-04T04:42:46.769Z] de740d257bf9: Download complete [2020-08-04T04:42:46.769Z] fbe057b04f20: Verifying Checksum [2020-08-04T04:42:46.769Z] fbe057b04f20: Download complete [2020-08-04T04:42:47.366Z] a114936b4807: Download complete [2020-08-04T04:42:50.747Z] a114936b4807: Pull complete [2020-08-04T04:42:50.747Z] a27ecf0d2a86: Pull complete [2020-08-04T04:42:51.019Z] f4eb48eb870f: Pull complete [2020-08-04T04:42:51.295Z] 0f912b9bb20d: Pull complete [2020-08-04T04:42:56.677Z] 8b06ebbc7875: Verifying Checksum [2020-08-04T04:42:56.677Z] 8b06ebbc7875: Download complete [2020-08-04T04:43:35.654Z] 8b06ebbc7875: Pull complete [2020-08-04T04:43:35.654Z] 4033e62aac47: Pull complete [2020-08-04T04:43:35.654Z] b318b59e0bd2: Pull complete [2020-08-04T04:43:35.654Z] de740d257bf9: Pull complete [2020-08-04T04:43:35.927Z] fbe057b04f20: Pull complete [2020-08-04T04:43:35.927Z] Digest: sha256:1a35c8ab446a15c440fb5b9a752e66311a84caa578a4d11e99874f17b5a11d6f [2020-08-04T04:43:35.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snap-builder-arm64:latest [2020-08-04T04:43:42.617Z] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-04T04:43:42.617Z] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB] [2020-08-04T04:43:42.617Z] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [74.6 kB] [2020-08-04T04:43:42.617Z] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB] [2020-08-04T04:43:43.212Z] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/restricted arm64 Packages [1316 B] [2020-08-04T04:43:43.212Z] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-updates/multiverse arm64 Packages [3894 B] [2020-08-04T04:43:43.212Z] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/universe arm64 Packages [1252 kB] [2020-08-04T04:43:43.488Z] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [919 kB] [2020-08-04T04:43:43.761Z] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-security/universe arm64 Packages [772 kB] [2020-08-04T04:43:43.761Z] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [644 kB] [2020-08-04T04:43:44.351Z] Fetched 3843 kB in 2s (1626 kB/s) [2020-08-04T04:43:49.727Z] Reading package lists... [2020-08-04T04:44:02.081Z] 0% [Working] Hit:1 http://ports.ubuntu.com/ubuntu-ports bionic InRelease [2020-08-04T04:44:02.081Z] 0% [Working] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [2020-08-04T04:44:02.081Z] 0% [1 InRelease gpgv 242 kB] Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [2020-08-04T04:44:02.081Z] 0% [1 InRelease gpgv 242 kB] [Waiting for headers] Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [2020-08-04T04:44:07.584Z] 0% [1 InRelease gpgv 242 kB] 0% [Working] 0% [2 InRelease gpgv 88.7 kB] 0% [Working] 0% [3 InRelease gpgv 74.6 kB] 0% [Working] 0% [4 InRelease gpgv 88.7 kB] 20% [Working] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 29% Reading package lists... 49% Reading package lists... 68% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 86% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-04T04:44:14.268Z] Installing build dependencies: curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-04T04:44:18.325Z] Reading package lists... 0% Reading package lists... 0% Reading package lists... 0% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 7% Reading package lists... 9% Reading package lists... 30% Reading package lists... 51% Reading package lists... 71% Reading package lists... 72% Reading package lists... 72% Reading package lists... 73% Reading package lists... 73% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 79% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 89% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 93% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... 99% Reading package lists... Done [2020-08-04T04:44:19.191Z] Building dependency tree... 0% Building dependency tree... 0% Building dependency tree... 50% Building dependency tree... 50% Building dependency tree... 59% Building dependency tree [2020-08-04T04:44:19.191Z] Reading state information... 0% Reading state information... 0% Reading state information... Done [2020-08-04T04:44:20.163Z] The following packages were automatically installed and are no longer required: [2020-08-04T04:44:20.163Z] libjq1 libonig4 [2020-08-04T04:44:20.163Z] Use 'sudo apt autoremove' to remove them. [2020-08-04T04:44:20.163Z] Suggested packages: [2020-08-04T04:44:20.163Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2020-08-04T04:44:20.163Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn gdbm-l10n make-doc ed [2020-08-04T04:44:20.163Z] diffutils-doc perl-doc libterm-readline-gnu-perl [2020-08-04T04:44:20.163Z] | libterm-readline-perl-perl [2020-08-04T04:44:20.434Z] The following NEW packages will be installed: [2020-08-04T04:44:20.434Z] curl git git-man less libcurl3-gnutls liberror-perl libgdbm-compat4 libgdbm5 [2020-08-04T04:44:20.434Z] libperl5.26 make netbase patch perl perl-modules-5.26 [2020-08-04T04:44:20.434Z] 0 upgraded, 14 newly installed, 0 to remove and 0 not upgraded. [2020-08-04T04:44:20.434Z] Need to get 10.8 MB of archives. [2020-08-04T04:44:20.434Z] After this operation, 73.6 MB of additional disk space will be used. [2020-08-04T04:44:20.705Z] 0% [Working] Get:1 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl-modules-5.26 all 5.26.1-6ubuntu0.3 [2763 kB] [2020-08-04T04:44:21.573Z] 0% [1 perl-modules-5.26 13.8 kB/2763 kB 0%] 6% [1 perl-modules-5.26 744 kB/2763 kB 27%] 22% [Working] Get:2 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm5 arm64 1.14.1-6 [23.1 kB] [2020-08-04T04:44:21.573Z] 22% [2 libgdbm5 0 B/23.1 kB 0%] 24% [Working] Get:3 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 libgdbm-compat4 arm64 1.14.1-6 [5536 B] [2020-08-04T04:44:21.573Z] 24% [3 libgdbm-compat4 5536 B/5536 B 100%] 25% [Working] Get:4 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libperl5.26 arm64 5.26.1-6ubuntu0.3 [3326 kB] [2020-08-04T04:44:21.573Z] 25% [4 libperl5.26 24.6 kB/3326 kB 1%] 51% [Waiting for headers] Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 perl arm64 5.26.1-6ubuntu0.3 [201 kB] [2020-08-04T04:44:21.573Z] 51% [5 perl 42.3 kB/201 kB 21%] 54% [Waiting for headers] Get:6 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 less arm64 487-0.1 [99.7 kB] [2020-08-04T04:44:21.573Z] 54% [6 less 37.3 kB/99.7 kB 37%] 56% [Waiting for headers] Get:7 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 netbase all 5.4 [12.7 kB] [2020-08-04T04:44:21.573Z] 56% [7 netbase 12.7 kB/12.7 kB 100%] Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 curl arm64 7.58.0-2ubuntu3.9 [152 kB] [2020-08-04T04:44:21.573Z] 58% [8 curl 55.4 kB/152 kB 36%] 60% [Waiting for headers] Get:9 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 libcurl3-gnutls arm64 7.58.0-2ubuntu3.9 [179 kB] [2020-08-04T04:44:21.573Z] 61% [9 libcurl3-gnutls 65.5 kB/179 kB 37%] 63% [Waiting for headers] Get:10 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 liberror-perl all 0.17025-1 [22.8 kB] [2020-08-04T04:44:21.573Z] 63% [10 liberror-perl 22.8 kB/22.8 kB 100%] 65% [Waiting for headers] Get:11 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2020-08-04T04:44:21.849Z] 65% [11 git-man 28.4 kB/804 kB 4%] 72% [Working] Get:12 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 git arm64 1:2.17.1-1ubuntu0.7 [2952 kB] [2020-08-04T04:44:21.849Z] 72% [12 git 0 B/2952 kB 0%] 95% [Working] Get:13 http://ports.ubuntu.com/ubuntu-ports bionic/main arm64 make arm64 4.1-9.1ubuntu1 [139 kB] [2020-08-04T04:44:21.849Z] 95% [13 make 8365 B/139 kB 6%] 98% [Working] Get:14 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 patch arm64 2.7.6-2ubuntu1.1 [91.8 kB] [2020-08-04T04:44:21.849Z] 98% [14 patch 45.1 kB/91.8 kB 49%] 100% [Working] Fetched 10.8 MB in 1s (7906 kB/s) [2020-08-04T04:44:22.441Z] debconf: delaying package configuration, since apt-utils is not installed [2020-08-04T04:44:22.716Z] Selecting previously unselected package perl-modules-5.26. [2020-08-04T04:44:22.716Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 9882 files and directories currently installed.) [2020-08-04T04:44:22.716Z] Preparing to unpack .../00-perl-modules-5.26_5.26.1-6ubuntu0.3_all.deb ... [2020-08-04T04:44:22.716Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:44:24.152Z] Selecting previously unselected package libgdbm5:arm64. [2020-08-04T04:44:24.152Z] Preparing to unpack .../01-libgdbm5_1.14.1-6_arm64.deb ... [2020-08-04T04:44:24.152Z] Unpacking libgdbm5:arm64 (1.14.1-6) ... [2020-08-04T04:44:24.425Z] Selecting previously unselected package libgdbm-compat4:arm64. [2020-08-04T04:44:24.425Z] Preparing to unpack .../02-libgdbm-compat4_1.14.1-6_arm64.deb ... [2020-08-04T04:44:24.425Z] Unpacking libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-04T04:44:24.425Z] Selecting previously unselected package libperl5.26:arm64. [2020-08-04T04:44:24.425Z] Preparing to unpack .../03-libperl5.26_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-04T04:44:24.425Z] Unpacking libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:44:25.853Z] Selecting previously unselected package perl. [2020-08-04T04:44:25.853Z] Preparing to unpack .../04-perl_5.26.1-6ubuntu0.3_arm64.deb ... [2020-08-04T04:44:25.853Z] Unpacking perl (5.26.1-6ubuntu0.3) ... [2020-08-04T04:44:26.125Z] Selecting previously unselected package less. [2020-08-04T04:44:26.125Z] Preparing to unpack .../05-less_487-0.1_arm64.deb ... [2020-08-04T04:44:26.125Z] Unpacking less (487-0.1) ... [2020-08-04T04:44:26.396Z] Selecting previously unselected package netbase. [2020-08-04T04:44:26.396Z] Preparing to unpack .../06-netbase_5.4_all.deb ... [2020-08-04T04:44:26.396Z] Unpacking netbase (5.4) ... [2020-08-04T04:44:26.396Z] Selecting previously unselected package curl. [2020-08-04T04:44:26.396Z] Preparing to unpack .../07-curl_7.58.0-2ubuntu3.9_arm64.deb ... [2020-08-04T04:44:26.396Z] Unpacking curl (7.58.0-2ubuntu3.9) ... [2020-08-04T04:44:26.673Z] Selecting previously unselected package libcurl3-gnutls:arm64. [2020-08-04T04:44:26.673Z] Preparing to unpack .../08-libcurl3-gnutls_7.58.0-2ubuntu3.9_arm64.deb ... [2020-08-04T04:44:26.673Z] Unpacking libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-08-04T04:44:26.673Z] Selecting previously unselected package liberror-perl. [2020-08-04T04:44:26.946Z] Preparing to unpack .../09-liberror-perl_0.17025-1_all.deb ... [2020-08-04T04:44:26.946Z] Unpacking liberror-perl (0.17025-1) ... [2020-08-04T04:44:26.946Z] Selecting previously unselected package git-man. [2020-08-04T04:44:26.946Z] Preparing to unpack .../10-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2020-08-04T04:44:26.946Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:44:27.221Z] Selecting previously unselected package git. [2020-08-04T04:44:27.221Z] Preparing to unpack .../11-git_1%3a2.17.1-1ubuntu0.7_arm64.deb ... [2020-08-04T04:44:27.221Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:44:28.654Z] Selecting previously unselected package make. [2020-08-04T04:44:28.654Z] Preparing to unpack .../12-make_4.1-9.1ubuntu1_arm64.deb ... [2020-08-04T04:44:28.654Z] Unpacking make (4.1-9.1ubuntu1) ... [2020-08-04T04:44:28.924Z] Selecting previously unselected package patch. [2020-08-04T04:44:28.924Z] Preparing to unpack .../13-patch_2.7.6-2ubuntu1.1_arm64.deb ... [2020-08-04T04:44:28.924Z] Unpacking patch (2.7.6-2ubuntu1.1) ... [2020-08-04T04:44:28.924Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:44:29.195Z] Setting up less (487-0.1) ... [2020-08-04T04:44:29.467Z] Setting up make (4.1-9.1ubuntu1) ... [2020-08-04T04:44:29.467Z] Setting up curl (7.58.0-2ubuntu3.9) ... [2020-08-04T04:44:29.467Z] Setting up libcurl3-gnutls:arm64 (7.58.0-2ubuntu3.9) ... [2020-08-04T04:44:29.738Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:44:29.738Z] Setting up libgdbm5:arm64 (1.14.1-6) ... [2020-08-04T04:44:29.738Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2020-08-04T04:44:29.738Z] Setting up libgdbm-compat4:arm64 (1.14.1-6) ... [2020-08-04T04:44:29.738Z] Setting up netbase (5.4) ... [2020-08-04T04:44:30.012Z] Setting up libperl5.26:arm64 (5.26.1-6ubuntu0.3) ... [2020-08-04T04:44:30.012Z] Setting up perl (5.26.1-6ubuntu0.3) ... [2020-08-04T04:44:30.012Z] Setting up liberror-perl (0.17025-1) ... [2020-08-04T04:44:30.012Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2020-08-04T04:44:30.283Z] Processing triggers for libc-bin (2.27-3ubuntu1.2) ... [2020-08-04T04:44:30.283Z] Processing triggers for mime-support (3.60ubuntu1) ... [2020-08-04T04:44:35.659Z] curl set to automatically installed. [2020-08-04T04:44:35.659Z] git set to automatically installed. [2020-08-04T04:44:35.659Z] git-man set to automatically installed. [2020-08-04T04:44:35.659Z] less set to automatically installed. [2020-08-04T04:44:35.659Z] libcurl3-gnutls set to automatically installed. [2020-08-04T04:44:35.659Z] liberror-perl set to automatically installed. [2020-08-04T04:44:35.659Z] libgdbm-compat4 set to automatically installed. [2020-08-04T04:44:35.659Z] libgdbm5 set to automatically installed. [2020-08-04T04:44:35.659Z] libperl5.26 set to automatically installed. [2020-08-04T04:44:35.659Z] make set to automatically installed. [2020-08-04T04:44:35.659Z] netbase set to automatically installed. [2020-08-04T04:44:35.659Z] patch set to automatically installed. [2020-08-04T04:44:35.659Z] perl set to automatically installed. [2020-08-04T04:44:35.659Z] perl-modules-5.26 set to automatically installed. [2020-08-04T04:44:35.659Z] The following snaps are required but not installed as snapcraft is running inside docker or podman container: core18. [2020-08-04T04:44:35.659Z] Please ensure the environment is properly setup before continuing. [2020-08-04T04:44:35.659Z] Ignore this message if the appropriate measures have already been taken [2020-08-04T04:44:36.629Z] Pulling go  [2020-08-04T04:44:40.008Z] 'device-modbus' has dependencies that need to be staged: go [2020-08-04T04:44:40.008Z] Skipping pull go (already ran) [2020-08-04T04:44:40.008Z] Building go  [2020-08-04T04:44:40.008Z] % Total % Received % Xferd Average Speed Time Time Time Current [2020-08-04T04:44:40.008Z] Dload Upload Total Spent Left Speed [2020-08-04T04:44:43.209Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 12 93.0M 12 11.6M 0 0 20.2M 0 0:00:04 --:--:-- 0:00:04 20.2M 45 93.0M 45 42.0M 0 0 26.9M 0 0:00:03 0:00:01 0:00:02 26.8M 75 93.0M 75 70.1M 0 0 27.3M 0 0:00:03 0:00:02 0:00:01 27.3M 100 93.0M 100 93.0M 0 0 28.6M 0 0:00:03 0:00:03 --:--:-- 28.6M [2020-08-04T04:44:44.643Z] go1.13.5.linux-arm64.tar.gz: OK [2020-08-04T04:45:02.923Z] Staging go  [2020-08-04T04:45:05.540Z] Pulling device-modbus  [2020-08-04T04:45:08.153Z] Skipping build go (already ran) [2020-08-04T04:45:08.153Z] Building device-modbus  [2020-08-04T04:45:08.429Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-modbus-go.Version=0.0.0" -o cmd/device-modbus ./cmd [2020-08-04T04:45:11.056Z] go: downloading github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:45:11.056Z] go: downloading github.com/goburrow/modbus v0.1.0 [2020-08-04T04:45:11.056Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:45:11.056Z] go: extracting github.com/goburrow/modbus v0.1.0 [2020-08-04T04:45:11.056Z] go: downloading github.com/goburrow/serial v0.1.0 [2020-08-04T04:45:11.056Z] go: extracting github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:45:11.056Z] go: extracting github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:45:11.056Z] go: extracting github.com/goburrow/serial v0.1.0 [2020-08-04T04:45:11.056Z] go: downloading github.com/gorilla/mux v1.7.1 [2020-08-04T04:45:11.056Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:45:11.056Z] go: downloading github.com/google/uuid v1.1.1 [2020-08-04T04:45:11.056Z] go: extracting github.com/gorilla/mux v1.7.1 [2020-08-04T04:45:11.056Z] go: extracting github.com/google/uuid v1.1.1 [2020-08-04T04:45:11.334Z] go: extracting github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:45:11.334Z] go: downloading gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:45:11.334Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:45:11.334Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:45:11.334Z] go: downloading github.com/go-kit/kit v0.8.0 [2020-08-04T04:45:11.334Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:45:11.334Z] go: downloading github.com/pkg/errors v0.8.1 [2020-08-04T04:45:11.334Z] go: downloading github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:45:11.334Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:45:11.334Z] go: extracting gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:45:11.334Z] go: extracting github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:45:11.334Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:45:11.334Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:45:11.334Z] go: extracting github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:45:11.334Z] go: extracting github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:45:11.334Z] go: extracting github.com/pkg/errors v0.8.1 [2020-08-04T04:45:11.334Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:45:11.334Z] go: extracting github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:45:11.334Z] go: extracting github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:45:11.334Z] go: extracting github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:45:11.334Z] go: extracting github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:45:11.334Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:45:11.334Z] go: downloading github.com/x448/float16 v0.8.4 [2020-08-04T04:45:11.334Z] go: extracting github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:45:11.612Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:45:11.612Z] go: extracting github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:45:11.612Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:45:11.612Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:45:11.612Z] go: extracting github.com/go-kit/kit v0.8.0 [2020-08-04T04:45:11.612Z] go: extracting github.com/x448/float16 v0.8.4 [2020-08-04T04:45:11.612Z] go: extracting github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:45:11.612Z] go: extracting github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:45:11.612Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:45:11.612Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:45:11.612Z] go: downloading github.com/hashicorp/serf v0.8.2 [2020-08-04T04:45:11.612Z] go: extracting github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:45:11.612Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:45:11.612Z] go: extracting github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:45:11.612Z] go: extracting github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:45:11.612Z] go: extracting github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:45:11.612Z] go: extracting github.com/hashicorp/serf v0.8.2 [2020-08-04T04:45:11.612Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:45:11.886Z] go: extracting github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:45:11.886Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:45:11.886Z] go: extracting github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:45:11.886Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:45:11.886Z] go: extracting github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:45:11.886Z] go: downloading github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:45:11.886Z] go: extracting github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:45:12.165Z] go: finding github.com/edgexfoundry/device-sdk-go v1.2.3 [2020-08-04T04:45:12.165Z] go: finding github.com/edgexfoundry/go-mod-core-contracts v0.1.58 [2020-08-04T04:45:12.165Z] go: finding github.com/goburrow/modbus v0.1.0 [2020-08-04T04:45:12.165Z] go: finding github.com/gorilla/mux v1.7.1 [2020-08-04T04:45:12.165Z] go: finding github.com/fxamacker/cbor/v2 v2.2.0 [2020-08-04T04:45:12.165Z] go: finding github.com/go-kit/kit v0.8.0 [2020-08-04T04:45:12.165Z] go: finding github.com/goburrow/serial v0.1.0 [2020-08-04T04:45:12.165Z] go: finding github.com/OneOfOne/xxhash v1.2.6 [2020-08-04T04:45:12.165Z] go: finding github.com/google/uuid v1.1.1 [2020-08-04T04:45:12.165Z] go: finding github.com/edgexfoundry/go-mod-bootstrap v0.0.36 [2020-08-04T04:45:12.165Z] go: finding github.com/x448/float16 v0.8.4 [2020-08-04T04:45:12.165Z] go: finding github.com/go-logfmt/logfmt v0.4.0 [2020-08-04T04:45:12.165Z] go: finding github.com/edgexfoundry/go-mod-secrets v0.0.17 [2020-08-04T04:45:12.165Z] go: finding github.com/edgexfoundry/go-mod-registry v0.1.20 [2020-08-04T04:45:12.165Z] go: finding gopkg.in/yaml.v2 v2.2.8 [2020-08-04T04:45:12.165Z] go: finding github.com/BurntSushi/toml v0.3.1 [2020-08-04T04:45:12.165Z] go: finding github.com/pkg/errors v0.8.1 [2020-08-04T04:45:12.439Z] go: finding github.com/edgexfoundry/go-mod-configuration v0.0.3 [2020-08-04T04:45:12.439Z] go: finding github.com/hashicorp/consul/api v1.1.0 [2020-08-04T04:45:12.439Z] go: finding github.com/pelletier/go-toml v1.2.0 [2020-08-04T04:45:12.439Z] go: finding github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2020-08-04T04:45:12.439Z] go: finding github.com/hashicorp/go-cleanhttp v0.5.1 [2020-08-04T04:45:12.439Z] go: finding github.com/hashicorp/go-rootcerts v1.0.0 [2020-08-04T04:45:12.439Z] go: finding github.com/hashicorp/serf v0.8.2 [2020-08-04T04:45:12.439Z] go: finding github.com/mitchellh/mapstructure v1.1.2 [2020-08-04T04:45:12.439Z] go: finding github.com/cenkalti/backoff v2.2.1+incompatible [2020-08-04T04:45:12.439Z] go: finding github.com/mitchellh/copystructure v1.0.0 [2020-08-04T04:45:12.439Z] go: finding github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2020-08-04T04:45:12.439Z] go: finding github.com/mitchellh/reflectwalk v1.0.0 [2020-08-04T04:45:12.439Z] go: finding github.com/hashicorp/go-immutable-radix v1.0.0 [2020-08-04T04:45:12.439Z] go: finding github.com/hashicorp/golang-lru v0.5.1 [2020-08-04T04:45:34.610Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2020-08-04T04:45:52.888Z] Skipping stage go (already ran) [2020-08-04T04:45:52.888Z] Staging device-modbus  [2020-08-04T04:45:53.865Z] Priming go  [2020-08-04T04:45:57.252Z] Priming device-modbus  [2020-08-04T04:46:00.622Z] DEPRECATED: The 'version-script' keyword has been deprecated in favour of the 'snapcraftctl set-version' part scriptlet. [2020-08-04T04:46:00.622Z] See http://snapcraft.io/docs/deprecation-notices/dn10 for more information. [2020-08-04T04:46:00.622Z] Determining the version from the project repo (version-script). [2020-08-04T04:46:00.622Z] The version has been set to '0.0.0-20200804+1739004' [2020-08-04T04:46:03.093Z] Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping - Snapping \ Snapping | Snapping / Snapping | [2020-08-04T04:46:03.093Z] Snapped edgex-device-modbus_0.0.0-20200804+1739004_arm64.snap [Pipeline] } [2020-08-04T04:46:05.103Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2020-08-04T04:46:07.093Z] provisioning config files... [2020-08-04T04:46:07.107Z] copy managed file [device-modbus-go-codecov-token] to file:/w/workspace/xfoundry_device-modbus-go_PR-160@tmp/config2560498079700563493tmp [Pipeline] { [Pipeline] sh [2020-08-04T04:46:07.526Z] + curl -s https://codecov.io/bash [2020-08-04T04:46:07.526Z] + bash -s - -t @/w/workspace/xfoundry_device-modbus-go_PR-160@tmp/config2560498079700563493tmp [Pipeline] } [2020-08-04T04:46:07.810Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" 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] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) 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-08-04T04:46:10.603Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:46:11.194Z] ---> package-listing.sh [2020-08-04T04:46:11.194Z] ++ facter osfamily [2020-08-04T04:46:11.194Z] ++ tr '[:upper:]' '[:lower:]' [2020-08-04T04:46:11.194Z] + OS_FAMILY=redhat [2020-08-04T04:46:11.194Z] + workspace=/w/workspace/xfoundry_device-modbus-go_PR-160 [2020-08-04T04:46:11.194Z] + START_PACKAGES=/tmp/packages_start.txt [2020-08-04T04:46:11.194Z] + END_PACKAGES=/tmp/packages_end.txt [2020-08-04T04:46:11.194Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2020-08-04T04:46:11.194Z] + PACKAGES=/tmp/packages_start.txt [2020-08-04T04:46:11.194Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-160 ']' [2020-08-04T04:46:11.194Z] + PACKAGES=/tmp/packages_end.txt [2020-08-04T04:46:11.194Z] + case "${OS_FAMILY}" in [2020-08-04T04:46:11.194Z] + rpm -qa [2020-08-04T04:46:11.194Z] + sort [2020-08-04T04:46:15.405Z] + '[' -f /tmp/packages_start.txt ']' [2020-08-04T04:46:15.405Z] + '[' -f /tmp/packages_end.txt ']' [2020-08-04T04:46:15.405Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2020-08-04T04:46:15.405Z] + '[' /w/workspace/xfoundry_device-modbus-go_PR-160 ']' [2020-08-04T04:46:15.405Z] + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-160/archives/ [2020-08-04T04:46:15.405Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-160/archives/ [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:46:16.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T04:46:16.147Z] [2020-08-04T04:46:16.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2020-08-04T04:46:16.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T04:46:16.547Z] alpine: Pulling from edgex-lftools-log-publisher [2020-08-04T04:46:16.547Z] c9b1b535fdd9: Pulling fs layer [2020-08-04T04:46:16.547Z] 2cc5ad85d9ab: Pulling fs layer [2020-08-04T04:46:16.547Z] 756a868c4378: Pulling fs layer [2020-08-04T04:46:16.547Z] 444b2fc9a129: Pulling fs layer [2020-08-04T04:46:16.547Z] ea15f1150254: Pulling fs layer [2020-08-04T04:46:16.547Z] 41b27a9f41bf: Pulling fs layer [2020-08-04T04:46:16.547Z] 28c525ee5125: Pulling fs layer [2020-08-04T04:46:16.547Z] 094b1ea09ed8: Pulling fs layer [2020-08-04T04:46:16.547Z] 138eaada9080: Pulling fs layer [2020-08-04T04:46:16.547Z] 0622d0fa9048: Pulling fs layer [2020-08-04T04:46:16.547Z] ea15f1150254: Waiting [2020-08-04T04:46:16.547Z] 41b27a9f41bf: Waiting [2020-08-04T04:46:16.547Z] 28c525ee5125: Waiting [2020-08-04T04:46:16.547Z] 094b1ea09ed8: Waiting [2020-08-04T04:46:16.547Z] 138eaada9080: Waiting [2020-08-04T04:46:16.547Z] 0622d0fa9048: Waiting [2020-08-04T04:46:16.547Z] 444b2fc9a129: Waiting [2020-08-04T04:46:16.547Z] 2cc5ad85d9ab: Download complete [2020-08-04T04:46:16.547Z] 444b2fc9a129: Verifying Checksum [2020-08-04T04:46:16.547Z] 444b2fc9a129: Download complete [2020-08-04T04:46:16.547Z] c9b1b535fdd9: Verifying Checksum [2020-08-04T04:46:16.547Z] ea15f1150254: Verifying Checksum [2020-08-04T04:46:16.547Z] ea15f1150254: Download complete [2020-08-04T04:46:16.547Z] 28c525ee5125: Verifying Checksum [2020-08-04T04:46:16.547Z] 28c525ee5125: Download complete [2020-08-04T04:46:16.812Z] 756a868c4378: Verifying Checksum [2020-08-04T04:46:16.812Z] 756a868c4378: Download complete [2020-08-04T04:46:17.080Z] c9b1b535fdd9: Pull complete [2020-08-04T04:46:17.080Z] 138eaada9080: Verifying Checksum [2020-08-04T04:46:17.080Z] 138eaada9080: Download complete [2020-08-04T04:46:17.080Z] 0622d0fa9048: Verifying Checksum [2020-08-04T04:46:17.080Z] 0622d0fa9048: Download complete [2020-08-04T04:46:17.080Z] 094b1ea09ed8: Verifying Checksum [2020-08-04T04:46:17.080Z] 094b1ea09ed8: Download complete [2020-08-04T04:46:17.342Z] 2cc5ad85d9ab: Pull complete [2020-08-04T04:46:17.609Z] 41b27a9f41bf: Verifying Checksum [2020-08-04T04:46:17.609Z] 41b27a9f41bf: Download complete [2020-08-04T04:46:18.994Z] 756a868c4378: Pull complete [2020-08-04T04:46:18.994Z] 444b2fc9a129: Pull complete [2020-08-04T04:46:18.994Z] ea15f1150254: Pull complete [2020-08-04T04:46:23.201Z] 41b27a9f41bf: Pull complete [2020-08-04T04:46:23.201Z] 28c525ee5125: Pull complete [2020-08-04T04:46:26.509Z] 094b1ea09ed8: Pull complete [2020-08-04T04:46:26.509Z] 138eaada9080: Pull complete [2020-08-04T04:46:26.509Z] 0622d0fa9048: Pull complete [2020-08-04T04:46:26.509Z] Digest: sha256:54a23bc06fc820608cb72d4fa7cadb8dbe2280fb013cbe6a9fa5bc42756446e1 [2020-08-04T04:46:26.509Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2020-08-04T04:46:26.509Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2020-08-04T04:46:26.667Z] prd-centos7-docker-4c-2g-2021 does not seem to be running inside a container [2020-08-04T04:46:26.705Z] $ 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-160 -v /w/workspace/xfoundry_device-modbus-go_PR-160:/w/workspace/xfoundry_device-modbus-go_PR-160:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-160@tmp:/w/workspace/xfoundry_device-modbus-go_PR-160@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:10003/edgex-lftools-log-publisher:alpine cat [2020-08-04T04:46:30.202Z] $ docker top bae0b4cd8f5e0c6e650285a484bef8bd7d0f1bbf9367c05d139febf058cf36fe -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2020-08-04T04:46:30.539Z] provisioning config files... [2020-08-04T04:46:30.553Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-160@tmp/config8740504634537439742tmp [Pipeline] { [Pipeline] echo [2020-08-04T04:46:30.691Z] Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:46:31.026Z] ---> create-netrc.sh [Pipeline] echo [2020-08-04T04:46:31.056Z] Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2020-08-04T04:46:31.380Z] ---> logs-deploy.sh [2020-08-04T04:46:31.380Z] + ARCHIVE_ARTIFACTS= [2020-08-04T04:46:31.380Z] + LOGS_SERVER=https://logs.edgexfoundry.org [2020-08-04T04:46:31.380Z] + '[' https://logs.edgexfoundry.org == None ']' [2020-08-04T04:46:31.380Z] + NEXUS_URL=https://nexus.edgexfoundry.org [2020-08-04T04:46:31.380Z] + NEXUS_PATH=production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-160/1 [2020-08-04T04:46:31.380Z] + BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-160/1/ [2020-08-04T04:46:31.380Z] + lftools deploy archives -p '' https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-160/1 /w/workspace/xfoundry_device-modbus-go_PR-160 [2020-08-04T04:46:32.764Z] Archives upload complete. [2020-08-04T04:46:32.764Z] + lftools deploy logs https://nexus.edgexfoundry.org production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-160/1 https://jenkins.edgexfoundry.org/job/edgexfoundry/job/device-modbus-go/job/PR-160/1/ [2020-08-04T04:46:33.336Z] ---> uname -a: [2020-08-04T04:46:33.336Z] Linux bae0b4cd8f5e 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] ---> lscpu: [2020-08-04T04:46:33.336Z] Architecture: x86_64 [2020-08-04T04:46:33.336Z] CPU op-mode(s): 32-bit, 64-bit [2020-08-04T04:46:33.336Z] Byte Order: Little Endian [2020-08-04T04:46:33.336Z] Address sizes: 40 bits physical, 48 bits virtual [2020-08-04T04:46:33.336Z] CPU(s): 4 [2020-08-04T04:46:33.336Z] On-line CPU(s) list: 0-3 [2020-08-04T04:46:33.336Z] Thread(s) per core: 1 [2020-08-04T04:46:33.336Z] Core(s) per socket: 1 [2020-08-04T04:46:33.336Z] Socket(s): 4 [2020-08-04T04:46:33.336Z] NUMA node(s): 1 [2020-08-04T04:46:33.336Z] Vendor ID: GenuineIntel [2020-08-04T04:46:33.336Z] CPU family: 6 [2020-08-04T04:46:33.336Z] Model: 44 [2020-08-04T04:46:33.336Z] Model name: Westmere E56xx/L56xx/X56xx (IBRS update) [2020-08-04T04:46:33.336Z] Stepping: 1 [2020-08-04T04:46:33.336Z] CPU MHz: 2933.438 [2020-08-04T04:46:33.336Z] BogoMIPS: 5866.87 [2020-08-04T04:46:33.336Z] Virtualization: VT-x [2020-08-04T04:46:33.336Z] Hypervisor vendor: KVM [2020-08-04T04:46:33.336Z] Virtualization type: full [2020-08-04T04:46:33.336Z] L1d cache: 128 KiB [2020-08-04T04:46:33.336Z] L1i cache: 128 KiB [2020-08-04T04:46:33.336Z] L2 cache: 16 MiB [2020-08-04T04:46:33.336Z] L3 cache: 64 MiB [2020-08-04T04:46:33.336Z] NUMA node0 CPU(s): 0-3 [2020-08-04T04:46:33.336Z] Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages [2020-08-04T04:46:33.336Z] Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled [2020-08-04T04:46:33.336Z] Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown [2020-08-04T04:46:33.336Z] Vulnerability Meltdown: Mitigation; PTI [2020-08-04T04:46:33.336Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2020-08-04T04:46:33.336Z] Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization [2020-08-04T04:46:33.336Z] Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB [2020-08-04T04:46:33.336Z] Vulnerability Tsx async abort: Not affected [2020-08-04T04:46:33.336Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] ---> nproc: [2020-08-04T04:46:33.336Z] 4 [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] ---> df -h: [2020-08-04T04:46:33.336Z] Filesystem Size Used Available Use% Mounted on [2020-08-04T04:46:33.336Z] overlay 50.0G 7.2G 42.8G 14% / [2020-08-04T04:46:33.336Z] tmpfs 64.0M 0 64.0M 0% /dev [2020-08-04T04:46:33.336Z] tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup [2020-08-04T04:46:33.336Z] shm 64.0M 0 64.0M 0% /dev/shm [2020-08-04T04:46:33.336Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/resolv.conf [2020-08-04T04:46:33.336Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hostname [2020-08-04T04:46:33.336Z] /dev/vda1 50.0G 7.2G 42.8G 14% /etc/hosts [2020-08-04T04:46:33.336Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-160@tmp [2020-08-04T04:46:33.336Z] /dev/vda1 50.0G 7.2G 42.8G 14% /var/log/sa [2020-08-04T04:46:33.336Z] /dev/vda1 50.0G 7.2G 42.8G 14% /w/workspace/xfoundry_device-modbus-go_PR-160 [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] ---> free -m: [2020-08-04T04:46:33.336Z] total used free shared buff/cache available [2020-08-04T04:46:33.336Z] Mem: 1837 642 117 0 1077 1089 [2020-08-04T04:46:33.336Z] Swap: 1023 1 1022 [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] ---> ip addr: [2020-08-04T04:46:33.336Z] 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 [2020-08-04T04:46:33.336Z] link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 [2020-08-04T04:46:33.336Z] inet 127.0.0.1/8 scope host lo [2020-08-04T04:46:33.336Z] valid_lft forever preferred_lft forever [2020-08-04T04:46:33.336Z] 6: eth0@if7: mtu 1458 qdisc noqueue state UP [2020-08-04T04:46:33.336Z] link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff [2020-08-04T04:46:33.336Z] inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 [2020-08-04T04:46:33.336Z] valid_lft forever preferred_lft forever [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] ---> sar -b -r -n DEV: [2020-08-04T04:46:33.336Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/04/20 _x86_64_ (4 CPU) [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] 04:33:44 LINUX RESTART [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] 04:34:01 tps rtps wtps bread/s bwrtn/s [2020-08-04T04:46:33.336Z] 04:35:01 186.80 100.12 86.68 11733.54 40196.55 [2020-08-04T04:46:33.336Z] 04:36:01 2.36 0.00 2.36 0.00 49.39 [2020-08-04T04:46:33.336Z] 04:37:01 0.15 0.00 0.15 0.00 1.90 [2020-08-04T04:46:33.336Z] 04:38:01 0.35 0.00 0.35 0.00 3.43 [2020-08-04T04:46:33.336Z] 04:39:01 0.20 0.00 0.20 0.00 2.56 [2020-08-04T04:46:33.336Z] 04:40:01 0.33 0.00 0.33 0.00 5.33 [2020-08-04T04:46:33.336Z] 04:41:01 0.30 0.02 0.28 0.13 3.03 [2020-08-04T04:46:33.336Z] 04:42:01 0.70 0.00 0.70 0.00 7.26 [2020-08-04T04:46:33.336Z] 04:43:02 0.70 0.00 0.70 0.00 8.49 [2020-08-04T04:46:33.336Z] 04:44:01 0.41 0.00 0.41 0.00 5.42 [2020-08-04T04:46:33.336Z] 04:45:01 0.28 0.00 0.28 0.00 3.10 [2020-08-04T04:46:33.336Z] 04:46:01 0.20 0.00 0.20 0.00 2.56 [2020-08-04T04:46:33.336Z] Average: 16.09 8.36 7.73 979.60 3363.57 [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] 04:34:01 kbmemfree kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2020-08-04T04:46:33.336Z] 04:35:01 181828 1699728 90.34 2620 1140912 1125272 38.40 416852 1122808 116 [2020-08-04T04:46:33.336Z] 04:36:01 189204 1692352 89.94 2620 1141008 1068364 36.46 414380 1119096 20 [2020-08-04T04:46:33.336Z] 04:37:01 189272 1692284 89.94 2620 1141016 1068364 36.46 415960 1117560 8 [2020-08-04T04:46:33.336Z] 04:38:01 188280 1693276 89.99 2620 1141016 1068568 36.47 417296 1117560 16 [2020-08-04T04:46:33.336Z] 04:39:01 187608 1693948 90.03 2620 1141020 1068432 36.46 427248 1108364 16 [2020-08-04T04:46:33.336Z] 04:40:01 186224 1695332 90.10 2620 1141028 1068612 36.47 428524 1108356 8 [2020-08-04T04:46:33.336Z] 04:41:01 187064 1694492 90.06 2620 1141036 1068432 36.46 438468 1097428 8 [2020-08-04T04:46:33.336Z] 04:42:01 187492 1694064 90.04 2620 1141044 1068432 36.46 433628 1102400 8 [2020-08-04T04:46:33.336Z] 04:43:02 187128 1694428 90.05 2620 1141048 1068432 36.46 433636 1102400 8 [2020-08-04T04:46:33.336Z] 04:44:01 187136 1694420 90.05 2620 1141056 1068432 36.46 431468 1104452 8 [2020-08-04T04:46:33.336Z] 04:45:01 186744 1694812 90.08 2620 1141056 1068504 36.47 427244 1109192 16 [2020-08-04T04:46:33.336Z] 04:46:01 187344 1694212 90.04 2620 1141060 1068432 36.46 426740 1109192 16 [2020-08-04T04:46:33.336Z] Average: 187110 1694446 90.06 2620 1141025 1073190 36.63 425954 1109901 21 [2020-08-04T04:46:33.336Z] [2020-08-04T04:46:33.336Z] 04:34:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s [2020-08-04T04:46:33.336Z] 04:35:01 eth0 410.47 246.73 1045.59 88.06 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:35:01 docker0 1.50 1.30 0.29 3.30 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:36:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:37:01 eth0 0.15 0.08 0.02 0.01 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:38:01 eth0 0.92 0.52 0.34 0.18 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:39:01 eth0 0.78 0.10 0.07 0.04 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:40:01 eth0 0.73 0.58 0.42 0.28 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:41:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:43:02 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:43:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:43:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:44:01 eth0 0.02 0.02 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.336Z] 04:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] 04:45:01 eth0 0.77 0.28 0.19 0.08 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] 04:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] 04:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] 04:46:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] 04:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] 04:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] Average: eth0 34.60 20.77 87.38 7.41 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] Average: docker0 0.13 0.11 0.02 0.28 0.00 0.00 0.00 [2020-08-04T04:46:33.337Z] [2020-08-04T04:46:33.337Z] [2020-08-04T04:46:33.337Z] ---> sar -P ALL: [2020-08-04T04:46:33.337Z] Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 08/04/20 _x86_64_ (4 CPU) [2020-08-04T04:46:33.337Z] [2020-08-04T04:46:33.337Z] 04:33:44 LINUX RESTART [2020-08-04T04:46:33.337Z] [2020-08-04T04:46:33.337Z] 04:34:01 CPU %user %nice %system %iowait %steal %idle [2020-08-04T04:46:33.337Z] 04:35:01 all 16.81 0.00 7.70 8.03 0.16 67.31 [2020-08-04T04:46:33.337Z] 04:35:01 0 19.26 0.00 7.70 7.80 0.15 65.09 [2020-08-04T04:46:33.337Z] 04:35:01 1 18.21 0.00 7.29 7.36 0.13 67.00 [2020-08-04T04:46:33.337Z] 04:35:01 2 14.57 0.00 7.61 6.73 0.19 70.90 [2020-08-04T04:46:33.337Z] 04:35:01 3 15.17 0.00 8.19 10.21 0.19 66.24 [2020-08-04T04:46:33.337Z] 04:36:01 all 0.17 0.00 0.05 0.00 0.00 99.78 [2020-08-04T04:46:33.337Z] 04:36:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-08-04T04:46:33.337Z] 04:36:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2020-08-04T04:46:33.337Z] 04:36:01 2 0.08 0.00 0.07 0.00 0.00 99.85 [2020-08-04T04:46:33.337Z] 04:36:01 3 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:37:01 all 0.13 0.00 0.03 0.00 0.00 99.84 [2020-08-04T04:46:33.337Z] 04:37:01 0 0.38 0.00 0.02 0.00 0.00 99.60 [2020-08-04T04:46:33.337Z] 04:37:01 1 0.05 0.00 0.05 0.00 0.00 99.90 [2020-08-04T04:46:33.337Z] 04:37:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:37:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:38:01 all 0.16 0.00 0.02 0.00 0.00 99.81 [2020-08-04T04:46:33.337Z] 04:38:01 0 0.50 0.00 0.02 0.00 0.02 99.47 [2020-08-04T04:46:33.337Z] 04:38:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:38:01 2 0.03 0.00 0.05 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:38:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2020-08-04T04:46:33.337Z] 04:39:01 all 0.05 0.00 0.04 0.00 0.00 99.91 [2020-08-04T04:46:33.337Z] 04:39:01 0 0.07 0.00 0.07 0.00 0.00 99.87 [2020-08-04T04:46:33.337Z] 04:39:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2020-08-04T04:46:33.337Z] 04:39:01 2 0.07 0.00 0.03 0.00 0.02 99.88 [2020-08-04T04:46:33.337Z] 04:39:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2020-08-04T04:46:33.337Z] 04:40:01 all 0.06 0.00 0.04 0.00 0.00 99.90 [2020-08-04T04:46:33.337Z] 04:40:01 0 0.10 0.00 0.03 0.00 0.00 99.87 [2020-08-04T04:46:33.337Z] 04:40:01 1 0.03 0.00 0.07 0.00 0.00 99.90 [2020-08-04T04:46:33.337Z] 04:40:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-04T04:46:33.337Z] 04:40:01 3 0.08 0.00 0.02 0.00 0.00 99.90 [2020-08-04T04:46:33.337Z] 04:41:01 all 0.13 0.00 0.04 0.00 0.00 99.83 [2020-08-04T04:46:33.337Z] 04:41:01 0 0.45 0.00 0.05 0.00 0.00 99.50 [2020-08-04T04:46:33.337Z] 04:41:01 1 0.02 0.00 0.07 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:41:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-04T04:46:33.337Z] 04:41:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-08-04T04:46:33.337Z] 04:42:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-08-04T04:46:33.337Z] 04:42:01 0 0.53 0.00 0.03 0.00 0.00 99.43 [2020-08-04T04:46:33.337Z] 04:42:01 1 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:42:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:42:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2020-08-04T04:46:33.337Z] 04:43:02 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-08-04T04:46:33.337Z] 04:43:02 0 0.52 0.00 0.02 0.00 0.00 99.47 [2020-08-04T04:46:33.337Z] 04:43:02 1 0.02 0.00 0.03 0.00 0.00 99.95 [2020-08-04T04:46:33.337Z] 04:43:02 2 0.03 0.00 0.02 0.00 0.00 99.95 [2020-08-04T04:46:33.337Z] 04:43:02 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:44:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-08-04T04:46:33.337Z] 04:44:01 0 0.51 0.00 0.00 0.00 0.00 99.49 [2020-08-04T04:46:33.337Z] 04:44:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:44:01 2 0.07 0.00 0.05 0.00 0.00 99.88 [2020-08-04T04:46:33.337Z] 04:44:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:45:01 all 0.15 0.00 0.02 0.00 0.00 99.82 [2020-08-04T04:46:33.337Z] 04:45:01 0 0.53 0.00 0.05 0.00 0.00 99.42 [2020-08-04T04:46:33.337Z] 04:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2020-08-04T04:46:33.337Z] 04:45:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2020-08-04T04:46:33.337Z] 04:46:01 all 0.15 0.00 0.02 0.00 0.00 99.83 [2020-08-04T04:46:33.337Z] 04:46:01 0 0.52 0.00 0.02 0.00 0.02 99.45 [2020-08-04T04:46:33.337Z] 04:46:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] 04:46:01 2 0.05 0.00 0.03 0.00 0.00 99.92 [2020-08-04T04:46:33.337Z] 04:46:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2020-08-04T04:46:33.337Z] Average: all 1.51 0.00 0.66 0.66 0.01 97.15 [2020-08-04T04:46:33.337Z] Average: 0 1.97 0.00 0.66 0.64 0.02 96.71 [2020-08-04T04:46:33.337Z] Average: 1 1.53 0.00 0.64 0.61 0.01 97.21 [2020-08-04T04:46:33.337Z] Average: 2 1.24 0.00 0.66 0.56 0.02 97.52 [2020-08-04T04:46:33.337Z] Average: 3 1.27 0.00 0.69 0.84 0.02 97.18 [2020-08-04T04:46:33.337Z] [2020-08-04T04:46:33.337Z] [2020-08-04T04:46:33.337Z]