Pull request #224 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492+81056913ade62285a0719976c4ebc3b61d7097b7 (0d2ad2e53061a9accb47c107662fbad0b1579397) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-modbus-go, buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-modbus-go-settings PROJECT: device-modbus-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-modbus-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: true PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-772 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-modbus-go.git > git init /w/workspace/xfoundry_device-modbus-go_PR-224 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 81056913ade62285a0719976c4ebc3b61d7097b7 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 Merge succeeded, producing 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 Checking out Revision 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 (PR-224) > git config core.sparsecheckout # timeout=10 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # 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 81056913ade62285a0719976c4ebc3b61d7097b7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:54:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:54:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:54:09 ========================================================= 09:54:09 EdgeX Global Pipelines Version Info 09:54:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 45fed09d970e59a00ad08871c495676406948a39 # timeout=10 09:54:12 ------------------- 09:54:12 stable info: 09:54:12 ------------------- 09:54:12 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:54:12 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 09:54:12 Message: update stable to v1.0.186 09:54:13 ------------------- 09:54:13 experimental info: 09:54:13 ------------------- 09:54:13 Commited By: **** collab-it+edgex@linuxfoundation.org 09:54:13 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 09:54:13 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-modbus-go-settings [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar PROJECT = device-modbus-go [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-modbus-go [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:54:13 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-224 [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-224 [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-224 [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 658f49e [Pipeline] echo 09:54:14 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:54:14 provisioning config files... 09:54:14 copy managed file [device-modbus-go-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config749864125264231446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:14 ---> docker-login.sh 09:54:14 nexus3.edgexfoundry.org:10001 09:54:15 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:15 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:15 Configure a credential helper to remove this warning. See 09:54:15 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:15 09:54:15 Login Succeeded 09:54:15 nexus3.edgexfoundry.org:10002 09:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:16 Configure a credential helper to remove this warning. See 09:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:16 09:54:16 Login Succeeded 09:54:16 nexus3.edgexfoundry.org:10003 09:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:16 Configure a credential helper to remove this warning. See 09:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:16 09:54:16 Login Succeeded 09:54:16 nexus3.edgexfoundry.org:10004 09:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:16 Configure a credential helper to remove this warning. See 09:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:16 09:54:16 Login Succeeded 09:54:16 docker.io 09:54:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:16 Configure a credential helper to remove this warning. See 09:54:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:16 09:54:16 Login Succeeded 09:54:16 ---> docker-login.sh ends [Pipeline] } 09:54:16 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:54:17 + git log --format=format:%s -1 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 [Pipeline] echo 09:54:17 GIT_COMMIT: 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492, Commit Message: build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 09:54:17 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:54:18 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:18 09:54:18 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:54:19 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:19 latest: Pulling from edgex-devops/git-semver 09:54:19 31603596830f: Pulling fs layer 09:54:19 2a8b12db71e7: Pulling fs layer 09:54:19 6ca5941a6612: Pulling fs layer 09:54:19 ecc8261a40a4: Pulling fs layer 09:54:19 ecc8261a40a4: Waiting 09:54:19 2a8b12db71e7: Download complete 09:54:19 31603596830f: Verifying Checksum 09:54:19 31603596830f: Download complete 09:54:19 ecc8261a40a4: Verifying Checksum 09:54:19 ecc8261a40a4: Download complete 09:54:19 6ca5941a6612: Verifying Checksum 09:54:19 6ca5941a6612: Download complete 09:54:20 31603596830f: Pull complete 09:54:20 2a8b12db71e7: Pull complete 09:54:21 6ca5941a6612: Pull complete 09:54:22 ecc8261a40a4: Pull complete 09:54:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:54:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:54:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:54:22 prd-centos7-docker-4c-2g-772 does not seem to be running inside a container 09:54:23 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/xfoundry_device-modbus-go_PR-224 -v /w/workspace/xfoundry_device-modbus-go_PR-224:/w/workspace/xfoundry_device-modbus-go_PR-224:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-224@tmp:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:54:25 $ docker top cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:54:25 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:25 [ssh-agent] Looking for ssh-agent implementation... 09:54:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:26 $ docker exec cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent 09:54:26 SSH_AUTH_SOCK=/tmp/ssh-gMQcG1qD8Alp/agent.12 09:54:26 SSH_AGENT_PID=18 09:54:26 Running ssh-add (command line suppressed) 09:54:26 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_7361385341907877212.key (/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_7361385341907877212.key) 09:54:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:27 + git tag --points-at HEAD [Pipeline] } 09:54:27 $ docker exec --env ******** --env ******** cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent -k 09:54:27 unset SSH_AUTH_SOCK; 09:54:27 unset SSH_AGENT_PID; 09:54:27 echo Agent pid 18 killed; 09:54:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:54:27 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:54:27 [ssh-agent] Looking for ssh-agent implementation... 09:54:27 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:54:27 $ docker exec cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent 09:54:27 SSH_AUTH_SOCK=/tmp/ssh-ePKQXbHCbyVI/agent.47 09:54:27 SSH_AGENT_PID=53 09:54:28 Running ssh-add (command line suppressed) 09:54:28 Identity added: /w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_5826081311560877911.key (/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/private_key_5826081311560877911.key) 09:54:28 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:54:29 + git semver init 09:54:29 # -> Open(): unable to determine branch for HEAD 09:54:29 # $GIT_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.git 09:54:29 # $GIT_WORK_TREE = /w/workspace/xfoundry_device-modbus-go_PR-224 09:54:29 # $SEMVER_REMOTE_NAME = origin 09:54:29 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:54:29 # $SEMVER_USER_NAME = edgex-jenkins 09:54:29 # $SEMVER_BRANCH = PR-224 09:54:29 # $SEMVER_TEMP = /tmp/semver-222232494 09:54:29 # git clone --branch semver git@github.com:edgexfoundry/device-modbus-go.git $SEMVER_TEMP 09:54:29 # '/tmp/semver-222232494' -> '/w/workspace/xfoundry_device-modbus-go_PR-224/.semver' 09:54:29 # -> Force: false 09:54:29 # $SEMVER_DIR = /w/workspace/xfoundry_device-modbus-go_PR-224/.semver [Pipeline] } 09:54:29 $ docker exec --env ******** --env ******** cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c ssh-agent -k 09:54:30 unset SSH_AUTH_SOCK; 09:54:30 unset SSH_AGENT_PID; 09:54:30 echo Agent pid 53 killed; 09:54:30 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:54:30 + git semver [Pipeline] } 09:54:30 $ docker stop --time=1 cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c 09:54:32 $ docker rm -f cc383daf423a31a1faf4bd2254f866a9819d1ba0241d249609ca21c18e25790c [Pipeline] // withDockerContainer [Pipeline] sh 09:54:32 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:54:33 Stashed 1 file(s) [Pipeline] echo 09:54:33 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:54:48 Still waiting to schedule task 09:54:48 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:54:48 Still waiting to schedule task 09:54:48 Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ 09:59:15 Running on prd-centos7-docker-4c-2g-777 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws 09:59:15 Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout 09:59:16 Running on prd-ubuntu18.04-docker-arm64-4c-16g-778 in /w/workspace/xfoundry_device-modbus-go_PR-224 [Pipeline] { [Pipeline] ws 09:59:16 Running in /w/workspace/device-modbus-go/2 [Pipeline] { [Pipeline] checkout 09:59:22 using credential edgex-jenkins-ssh 09:59:22 Cloning the remote Git repository 09:59:22 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 09:59:22 > git init /w/workspace/device-modbus-go/2 # timeout=10 09:59:22 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 09:59:22 > git --version # timeout=10 09:59:22 > git --version # 'git version 2.17.1' 09:59:22 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:22 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:24 Merging remotes/origin/master commit 81056913ade62285a0719976c4ebc3b61d7097b7 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 09:59:23 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 09:59:23 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:23 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 09:59:23 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 09:59:23 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:23 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:59:24 > git config core.sparsecheckout # timeout=10 09:59:24 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 09:59:24 Merge succeeded, producing 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 09:59:24 Checking out Revision 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 (PR-224) 09:59:24 > git remote # timeout=10 09:59:24 > git config --get remote.origin.url # timeout=10 09:59:24 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:24 > git merge 81056913ade62285a0719976c4ebc3b61d7097b7 # timeout=10 09:59:24 > git rev-parse HEAD^{commit} # timeout=10 09:59:24 > git config core.sparsecheckout # timeout=10 09:59:24 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 09:59:26 using credential edgex-jenkins-ssh 09:59:26 Cloning the remote Git repository 09:59:26 Cloning repository git@github.com:edgexfoundry/device-modbus-go.git 09:59:26 > git init /w/workspace/device-modbus-go/2 # timeout=10 09:59:27 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 09:59:27 > git --version # timeout=10 09:59:27 > git --version # 'git version 2.24.3' 09:59:27 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:28 Merging remotes/origin/master commit 81056913ade62285a0719976c4ebc3b61d7097b7 into PR head commit 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 09:59:28 Merge succeeded, producing 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 09:59:28 Checking out Revision 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 (PR-224) 09:59:27 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 09:59:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:59:27 > git config remote.origin.url git@github.com:edgexfoundry/device-modbus-go.git # timeout=10 09:59:27 Fetching upstream changes from git@github.com:edgexfoundry/device-modbus-go.git 09:59:27 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:27 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-modbus-go.git +refs/pull/224/head:refs/remotes/origin/PR-224 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:59:28 > git config core.sparsecheckout # timeout=10 09:59:28 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 09:59:28 > git remote # timeout=10 09:59:28 > git config --get remote.origin.url # timeout=10 09:59:28 using GIT_SSH to set credentials SSH Credentials for GitHub 09:59:28 > git merge 81056913ade62285a0719976c4ebc3b61d7097b7 # timeout=10 09:59:28 > git rev-parse HEAD^{commit} # timeout=10 09:59:28 > git config core.sparsecheckout # timeout=10 09:59:28 > git checkout -f 658f49ecaff7bbf0389cca8bdda86b5b0b4c1492 # timeout=10 09:59:28 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:59:30 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:59:30 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:59:30 + + sudo servicetrue 09:59:30 docker restart 09:59:32 Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:59:33 provisioning config files... 09:59:33 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/2@tmp/config1262320132703264945tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:34 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:59:34 ---> docker-login.sh 09:59:34 nexus3.edgexfoundry.org:10001 09:59:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:59:34 + true 09:59:34 + sudo service docker restart 09:59:34 Redirecting to /bin/systemctl restart docker.service 09:59:34 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:35 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:35 Configure a credential helper to remove this warning. See 09:59:35 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:35 09:59:35 Login Succeeded 09:59:35 nexus3.edgexfoundry.org:10002 09:59:35 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:36 Configure a credential helper to remove this warning. See 09:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:36 09:59:36 Login Succeeded 09:59:36 nexus3.edgexfoundry.org:10003 09:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:36 Configure a credential helper to remove this warning. See 09:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:36 09:59:36 Login Succeeded 09:59:36 nexus3.edgexfoundry.org:10004 09:59:36 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:36 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:36 Configure a credential helper to remove this warning. See 09:59:36 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:36 09:59:36 Login Succeeded 09:59:36 docker.io [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:59:37 provisioning config files... 09:59:37 copy managed file [device-modbus-go-settings] to file:/w/workspace/device-modbus-go/2@tmp/config446508901355529030tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:59:37 ---> docker-login.sh 09:59:37 nexus3.edgexfoundry.org:10001 09:59:37 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:37 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:37 Configure a credential helper to remove this warning. See 09:59:37 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:37 09:59:37 Login Succeeded 09:59:37 ---> docker-login.sh ends [Pipeline] } 09:59:37 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:59:38 ========================================================= 09:59:38 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:59:38 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:59:38 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:38 Configure a credential helper to remove this warning. See 09:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:38 09:59:38 Login Succeeded 09:59:38 nexus3.edgexfoundry.org:10002 09:59:38 Sending build context to Docker daemon 586.2kB 09:59:38 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:59:38 Step 2/8 : FROM ${BASE} 09:59:38 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:59:38 5f621e34cdf4: Pulling fs layer 09:59:38 a4357932f1b6: Pulling fs layer 09:59:38 18c013af1878: Pulling fs layer 09:59:38 00ac8860ef70: Pulling fs layer 09:59:38 63d7cb157983: Pulling fs layer 09:59:38 b116817d02f9: Pulling fs layer 09:59:38 745a02a5169b: Pulling fs layer 09:59:38 63d7cb157983: Waiting 09:59:38 00ac8860ef70: Waiting 09:59:38 b116817d02f9: Waiting 09:59:38 745a02a5169b: Waiting 09:59:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:38 Configure a credential helper to remove this warning. See 09:59:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:38 09:59:38 Login Succeeded 09:59:38 nexus3.edgexfoundry.org:10003 09:59:39 18c013af1878: Verifying Checksum 09:59:39 18c013af1878: Download complete 09:59:39 a4357932f1b6: Verifying Checksum 09:59:39 a4357932f1b6: Download complete 09:59:39 63d7cb157983: Verifying Checksum 09:59:39 63d7cb157983: Download complete 09:59:39 b116817d02f9: Verifying Checksum 09:59:39 b116817d02f9: Download complete 09:59:39 5f621e34cdf4: Download complete 09:59:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:39 5f621e34cdf4: Pull complete 09:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:40 Configure a credential helper to remove this warning. See 09:59:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:40 09:59:40 Login Succeeded 09:59:40 nexus3.edgexfoundry.org:10004 09:59:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:40 a4357932f1b6: Pull complete 09:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:40 Configure a credential helper to remove this warning. See 09:59:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:40 09:59:40 Login Succeeded 09:59:40 docker.io 09:59:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:59:40 18c013af1878: Pull complete 09:59:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:59:40 Configure a credential helper to remove this warning. See 09:59:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:59:40 09:59:40 Login Succeeded 09:59:40 ---> docker-login.sh ends [Pipeline] } 09:59:40 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:59:40 ========================================================= 09:59:40 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:59:40 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:59:41 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:59:41 Sending build context to Docker daemon 587.3kB 09:59:41 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:59:41 Step 2/8 : FROM ${BASE} 09:59:41 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:59:41 188c0c94c7c5: Pulling fs layer 09:59:41 0ef7d3d256c8: Pulling fs layer 09:59:41 de9db76c5a1d: Pulling fs layer 09:59:41 bca2f99d35d6: Pulling fs layer 09:59:41 93359f2a8cfa: Pulling fs layer 09:59:41 7c6f9722023f: Pulling fs layer 09:59:41 a35cf1a2eb13: Pulling fs layer 09:59:41 bca2f99d35d6: Waiting 09:59:41 93359f2a8cfa: Waiting 09:59:41 7c6f9722023f: Waiting 09:59:41 a35cf1a2eb13: Waiting 09:59:41 de9db76c5a1d: Download complete 09:59:41 0ef7d3d256c8: Verifying Checksum 09:59:41 0ef7d3d256c8: Download complete 09:59:41 93359f2a8cfa: Verifying Checksum 09:59:41 93359f2a8cfa: Download complete 09:59:41 7c6f9722023f: Verifying Checksum 09:59:41 7c6f9722023f: Download complete 09:59:41 745a02a5169b: Download complete 09:59:42 188c0c94c7c5: Verifying Checksum 09:59:42 188c0c94c7c5: Download complete 09:59:43 188c0c94c7c5: Pull complete 09:59:43 00ac8860ef70: Verifying Checksum 09:59:43 00ac8860ef70: Download complete 09:59:43 0ef7d3d256c8: Pull complete 09:59:43 de9db76c5a1d: Pull complete 09:59:45 a35cf1a2eb13: Verifying Checksum 09:59:45 a35cf1a2eb13: Download complete 09:59:46 bca2f99d35d6: Verifying Checksum 09:59:46 bca2f99d35d6: Download complete 09:59:53 00ac8860ef70: Pull complete 09:59:53 63d7cb157983: Pull complete 09:59:53 b116817d02f9: Pull complete 09:59:57 745a02a5169b: Pull complete 09:59:57 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:59:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:59:57 ---> b7e6874047d6 09:59:57 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 09:59:59 ---> Running in bef10255518b 10:00:00 Removing intermediate container bef10255518b 10:00:00 ---> a0c511f49e10 10:00:00 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:00:00 ---> Running in 1db9a29b5c40 10:00:01 bca2f99d35d6: Pull complete 10:00:01 Removing intermediate container 1db9a29b5c40 10:00:01 ---> 6317272d83e9 10:00:01 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:00:02 93359f2a8cfa: Pull complete 10:00:02 ---> Running in 1c3085793f9d 10:00:02 7c6f9722023f: Pull complete 10:00:03 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 10:00:04 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 10:00:05 (1/13) Installing libc-dev (0.7.2-r3) 10:00:05 (2/13) Installing libsodium (1.0.18-r0) 10:00:05 (3/13) Installing pkgconf (1.7.2-r0) 10:00:05 (4/13) Installing libsodium-dev (1.0.18-r0) 10:00:05 (5/13) Installing openssh-keygen (8.3_p1-r2) 10:00:05 (6/13) Installing libedit (20191231.3.1-r0) 10:00:06 (7/13) Installing openssh-client (8.3_p1-r2) 10:00:07 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 10:00:07 (9/13) Installing openssh-server-common (8.3_p1-r2) 10:00:07 (10/13) Installing openssh-server (8.3_p1-r2) 10:00:07 (11/13) Installing openssh (8.3_p1-r2) 10:00:07 (12/13) Installing libzmq (4.3.3-r0) 10:00:07 (13/13) Installing zeromq-dev (4.3.3-r0) 10:00:07 Executing busybox-1.31.1-r19.trigger 10:00:07 OK: 149 MiB in 52 packages 10:00:09 Removing intermediate container 1c3085793f9d 10:00:09 ---> c679c85664f9 10:00:09 Step 6/8 : WORKDIR /device-modbus-go 10:00:09 ---> Running in 1fb428fa68d6 10:00:10 Removing intermediate container 1fb428fa68d6 10:00:10 ---> 30f8f17195f0 10:00:10 Step 7/8 : COPY . . 10:00:11 ---> 0f1defd4bd82 10:00:11 Step 8/8 : RUN go mod download 10:00:11 ---> Running in 55381927f9a7 10:00:11 a35cf1a2eb13: Pull complete 10:00:11 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 10:00:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 10:00:11 ---> a62c8e92a672 10:00:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 10:00:11 ---> Running in de6ca7066fd4 10:00:12 Removing intermediate container de6ca7066fd4 10:00:12 ---> 0dae0927a81c 10:00:12 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 10:00:12 ---> Running in db04305e9b4a 10:00:15 Removing intermediate container db04305e9b4a 10:00:15 ---> 474b1b779fdd 10:00:15 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev zeromq-dev libsodium-dev 10:00:15 ---> Running in ef3ac4106e1b 10:00:16 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 10:00:17 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 10:00:18 (1/13) Installing libc-dev (0.7.2-r3) 10:00:18 (2/13) Installing libsodium (1.0.18-r0) 10:00:18 (3/13) Installing pkgconf (1.7.2-r0) 10:00:18 (4/13) Installing libsodium-dev (1.0.18-r0) 10:00:18 (5/13) Installing openssh-keygen (8.3_p1-r2) 10:00:19 (6/13) Installing libedit (20191231.3.1-r0) 10:00:19 (7/13) Installing openssh-client (8.3_p1-r2) 10:00:20 (8/13) Installing openssh-sftp-server (8.3_p1-r2) 10:00:20 (9/13) Installing openssh-server-common (8.3_p1-r2) 10:00:20 (10/13) Installing openssh-server (8.3_p1-r2) 10:00:20 (11/13) Installing openssh (8.3_p1-r2) 10:00:20 (12/13) Installing libzmq (4.3.3-r0) 10:00:21 (13/13) Installing zeromq-dev (4.3.3-r0) 10:00:21 Executing busybox-1.31.1-r19.trigger 10:00:21 OK: 173 MiB in 52 packages 10:00:22 Removing intermediate container ef3ac4106e1b 10:00:22 ---> a6d8ddba7cc9 10:00:22 Step 6/8 : WORKDIR /device-modbus-go 10:00:22 ---> Running in c5207a6db310 10:00:22 Removing intermediate container c5207a6db310 10:00:22 ---> 56eb518b91aa 10:00:22 Step 7/8 : COPY . . 10:00:24 ---> f34bbcf51ea8 10:00:24 Step 8/8 : RUN go mod download 10:00:24 ---> Running in b1b21f6851d2 10:00:38 Removing intermediate container 55381927f9a7 10:00:38 ---> fa8256a58ae1 10:00:38 Successfully built fa8256a58ae1 10:00:38 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 10:00:38 + docker inspect -f . ci-base-image-arm64 10:00:38 . [Pipeline] withDockerContainer 10:00:38 prd-ubuntu18.04-docker-arm64-4c-16g-778 does not seem to be running inside a container 10:00:38 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:00:40 $ docker top ea0390869603f3c5d0191d6dd07e01c7430a71b7c07450c4fc01b84ecd678999 -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:41 + go version 10:00:41 go version go1.15.5 linux/arm64 [Pipeline] } 10:00:41 $ docker stop --time=1 ea0390869603f3c5d0191d6dd07e01c7430a71b7c07450c4fc01b84ecd678999 10:00:43 $ docker rm -f ea0390869603f3c5d0191d6dd07e01c7430a71b7c07450c4fc01b84ecd678999 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:00:43 + docker inspect -f . ci-base-image-arm64 10:00:43 . [Pipeline] withDockerContainer 10:00:44 prd-ubuntu18.04-docker-arm64-4c-16g-778 does not seem to be running inside a container 10:00:44 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 10:00:45 $ docker top 966989fcfc90d39b2769015aaf72490649168e846a4f0b4f2e95e502438a7775 -eo pid,comm [Pipeline] { [Pipeline] sh 10:00:46 + make test 10:00:46 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:00:48 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:01:03 Removing intermediate container b1b21f6851d2 10:01:03 ---> e2e6fa33772b 10:01:03 Successfully built e2e6fa33772b 10:01:03 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 10:01:04 + docker inspect -f . ci-base-image-x86_64 10:01:04 . [Pipeline] withDockerContainer 10:01:04 prd-centos7-docker-4c-2g-777 does not seem to be running inside a container 10:01:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:01:06 $ docker top 8f4fe408d862f44e08ff3e031c90adcd8f0a1801924c8e91b60d39ea21a2aff1 -eo pid,comm [Pipeline] { [Pipeline] sh 10:01:07 + go version 10:01:07 go version go1.15.5 linux/amd64 [Pipeline] } 10:01:08 $ docker stop --time=1 8f4fe408d862f44e08ff3e031c90adcd8f0a1801924c8e91b60d39ea21a2aff1 10:01:09 $ docker rm -f 8f4fe408d862f44e08ff3e031c90adcd8f0a1801924c8e91b60d39ea21a2aff1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 10:01:10 + docker inspect -f . ci-base-image-x86_64 10:01:10 . [Pipeline] withDockerContainer 10:01:10 prd-centos7-docker-4c-2g-777 does not seem to be running inside a container 10:01:11 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-modbus-go/2 -v /w/workspace/device-modbus-go/2:/w/workspace/device-modbus-go/2:rw,z -v /w/workspace/device-modbus-go/2@tmp:/w/workspace/device-modbus-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 10:01:12 $ docker top 67e37b7ddfab01709730e0f100fb6b3a842edec5ac1a86e90e19997488895130 -eo pid,comm [Pipeline] { [Pipeline] sh 10:01:13 + make test 10:01:13 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 10:01:17 ? github.com/edgexfoundry/device-modbus-go [no test files] 10:01:27 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:01:27 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.035s coverage: 50.1% of statements 10:01:27 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:01:37 gofmt -l . 10:01:37 [ "`gofmt -l .`" = "" ] 10:01:37 ./bin/test-attribution-txt.sh 10:01:38 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 10:01:38 make: *** [Makefile:29: test] Error 1 [Pipeline] } 10:01:38 $ docker stop --time=1 966989fcfc90d39b2769015aaf72490649168e846a4f0b4f2e95e502438a7775 10:01:40 $ docker rm -f 966989fcfc90d39b2769015aaf72490649168e846a4f0b4f2e95e502438a7775 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:01:41 ---> job-cost.sh 10:01:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DZ2c 10:01:57 ? github.com/edgexfoundry/device-modbus-go/cmd [no test files] 10:01:57 ok github.com/edgexfoundry/device-modbus-go/internal/driver 0.064s coverage: 50.1% of statements 10:01:57 CGO_ENABLED=1 GO111MODULE=on go vet ./... 10:02:06 gofmt -l . 10:02:06 [ "`gofmt -l .`" = "" ] 10:02:06 ./bin/test-attribution-txt.sh 10:02:07 An attribution for golang.org/x/text is missing from in Attribution.txt, please add 10:02:08 make: *** [Makefile:29: test] Error 1 [Pipeline] } 10:02:08 $ docker stop --time=1 67e37b7ddfab01709730e0f100fb6b3a842edec5ac1a86e90e19997488895130 10:02:10 $ docker rm -f 67e37b7ddfab01709730e0f100fb6b3a842edec5ac1a86e90e19997488895130 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 10:02:11 ---> job-cost.sh 10:02:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-FJY0 10:02:20 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:02:44 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:03:31 lf-activate-venv(): INFO: Adding /tmp/venv-FJY0/bin to PATH 10:03:31 INFO: No Stack... 10:03:31 INFO: Retrieving Pricing Info for: v1-standard-2 10:03:31 INFO: Archiving Costs [Pipeline] sh 10:03:33 + cat /w/workspace/device-modbus-go/2/archives/cost.csv 10:03:33 + cut -d, -f6 [Pipeline] lock 10:03:34 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] 10:03:34 Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] did not exist. Created. 10:03:34 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:03:35 + echo total: 0.029999999329447746 [Pipeline] stash 10:03:36 Stashed 1 file(s) [Pipeline] } 10:03:36 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:03:37 Failed in branch amd64 10:03:42 lf-activate-venv(): INFO: Adding /tmp/venv-DZ2c/bin to PATH 10:03:42 INFO: No Stack... 10:03:43 INFO: Retrieving Pricing Info for: lf-standard-4 10:03:43 INFO: Archiving Costs [Pipeline] sh 10:03:43 + cut -d, -f6 10:03:43 + cat /w/workspace/device-modbus-go/2/archives/cost.csv [Pipeline] lock 10:03:44 Trying to acquire lock on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] 10:03:44 Resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] did not exist. Created. 10:03:44 Lock acquired on [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:03:44 /w/workspace/device-modbus-go/2@tmp/durable-6ce6a520/script.sh: 1: /w/workspace/device-modbus-go/2@tmp/durable-6ce6a520/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:03:45 + echo total: 0.20999999344348907 [Pipeline] stash 10:03:45 Warning: overwriting stash ‘stack-cost’ 10:03:45 Stashed 1 file(s) [Pipeline] } 10:03:45 Lock released on resource [jenkins-edgexfoundry-device-modbus-go-PR-224-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:03:45 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 10:03:47 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:03:47 ---> package-listing.sh 10:03:47 ++ facter osfamily 10:03:47 ++ tr '[:upper:]' '[:lower:]' 10:03:47 + OS_FAMILY=redhat 10:03:47 + workspace=/w/workspace/xfoundry_device-modbus-go_PR-224 10:03:47 + START_PACKAGES=/tmp/packages_start.txt 10:03:47 + END_PACKAGES=/tmp/packages_end.txt 10:03:47 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:03:47 + PACKAGES=/tmp/packages_start.txt 10:03:47 + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' 10:03:47 + PACKAGES=/tmp/packages_end.txt 10:03:47 + case "${OS_FAMILY}" in 10:03:47 + rpm -qa 10:03:47 + sort 10:03:58 + '[' -f /tmp/packages_start.txt ']' 10:03:58 + '[' -f /tmp/packages_end.txt ']' 10:03:58 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:03:58 + '[' /w/workspace/xfoundry_device-modbus-go_PR-224 ']' 10:03:58 + mkdir -p /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ 10:03:58 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/xfoundry_device-modbus-go_PR-224/archives/ [Pipeline] echo 10:03:58 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:03:58 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:03:59 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:03:59 10:03:59 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:03:59 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:03:59 alpine: Pulling from edgex-lftools-log-publisher 10:03:59 df20fa9351a1: Pulling fs layer 10:03:59 36b3adc4ff6f: Pulling fs layer 10:03:59 8ad3a11d3b57: Pulling fs layer 10:03:59 46f8f816bc3b: Pulling fs layer 10:03:59 93b61091891f: Pulling fs layer 10:03:59 93b9cdb0e59b: Pulling fs layer 10:03:59 5e14af77c1be: Pulling fs layer 10:03:59 01666e4c0597: Pulling fs layer 10:03:59 aa168da1d23b: Pulling fs layer 10:03:59 46f8f816bc3b: Waiting 10:03:59 93b61091891f: Waiting 10:03:59 93b9cdb0e59b: Waiting 10:03:59 5e14af77c1be: Waiting 10:03:59 01666e4c0597: Waiting 10:03:59 aa168da1d23b: Waiting 10:04:00 36b3adc4ff6f: Verifying Checksum 10:04:00 36b3adc4ff6f: Download complete 10:04:00 46f8f816bc3b: Verifying Checksum 10:04:00 46f8f816bc3b: Download complete 10:04:00 df20fa9351a1: Verifying Checksum 10:04:00 93b9cdb0e59b: Download complete 10:04:00 5e14af77c1be: Verifying Checksum 10:04:00 5e14af77c1be: Download complete 10:04:00 01666e4c0597: Verifying Checksum 10:04:00 01666e4c0597: Download complete 10:04:00 93b61091891f: Verifying Checksum 10:04:00 93b61091891f: Download complete 10:04:01 8ad3a11d3b57: Verifying Checksum 10:04:01 8ad3a11d3b57: Download complete 10:04:01 df20fa9351a1: Pull complete 10:04:01 36b3adc4ff6f: Pull complete 10:04:04 8ad3a11d3b57: Pull complete 10:04:05 46f8f816bc3b: Pull complete 10:04:07 93b61091891f: Pull complete 10:04:08 93b9cdb0e59b: Pull complete 10:04:08 5e14af77c1be: Pull complete 10:04:08 aa168da1d23b: Verifying Checksum 10:04:08 aa168da1d23b: Download complete 10:04:08 01666e4c0597: Pull complete 10:04:24 aa168da1d23b: Pull complete 10:04:24 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:04:24 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:04:24 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:04:25 prd-centos7-docker-4c-2g-772 does not seem to be running inside a container 10:04:25 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/xfoundry_device-modbus-go_PR-224/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/xfoundry_device-modbus-go_PR-224 -v /w/workspace/xfoundry_device-modbus-go_PR-224:/w/workspace/xfoundry_device-modbus-go_PR-224:rw,z -v /w/workspace/xfoundry_device-modbus-go_PR-224@tmp:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:04:27 $ docker top f2e3034db1c13ac32ac83b27a2e9135b4c3d436dd8b45dbbdc7292983146176a -eo pid,comm [Pipeline] { [Pipeline] sh 10:04:28 + touch /tmp/pre-build-complete [Pipeline] sh 10:04:29 + mkdir -p /var/log/sa [Pipeline] sh 10:04:30 + ls /var/log/sa-host 10:04:30 + sadf -c /var/log/sa-host/sa19 10:04:30 file_magic: OK 10:04:30 HZ: Using current value: 100 10:04:30 file_header: OK 10:04:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:04:30 Statistics: 10:04:30 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:04:30 File successfully converted to sysstat format version 12.2.1 10:04:30 + sadf -c /var/log/sa-host/sa23 10:04:30 file_magic: OK 10:04:30 HZ: Using current value: 100 10:04:30 file_header: OK 10:04:30 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:04:30 Statistics: 10:04:30 Hnuu...uuuununununu... 10:04:30 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:04:30 provisioning config files... 10:04:30 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/xfoundry_device-modbus-go_PR-224@tmp/config8263156679120874193tmp [Pipeline] { [Pipeline] echo 10:04:30 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:04:31 ---> create-netrc.sh [Pipeline] } 10:04:31 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:04:31 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:04:32 ---> python-tools-install.sh [Pipeline] echo 10:04:32 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:04:32 ---> sudo-logs.sh 10:04:32 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:04:33 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:04:33 ---> job-cost.sh 10:04:33 lf-activate-venv: SKIPPING 10:04:33 DEBUG: total: 0.20999999344348907 10:04:33 INFO: Retrieving Stack Cost... 10:04:34 INFO: Retrieving Pricing Info for: v1-standard-2 10:04:35 INFO: Archiving Costs [Pipeline] echo 10:04:35 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:04:36 ---> logs-deploy.sh 10:04:36 lf-activate-venv: SKIPPING 10:04:36 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-modbus-go/PR-224/2 10:04:36 INFO: archiving workspace using pattern(s): 10:04:39 Archives upload complete. 10:04:39 INFO: archiving logs to Nexus 10:04:43 ---> uname -a: 10:04:43 Linux prd-centos7-docker-4c-2g-772.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:04:43 10:04:43 10:04:43 ---> lscpu: 10:04:43 Architecture: x86_64 10:04:43 CPU op-mode(s): 32-bit, 64-bit 10:04:43 Byte Order: Little Endian 10:04:43 Address sizes: 40 bits physical, 48 bits virtual 10:04:43 CPU(s): 4 10:04:43 On-line CPU(s) list: 0-3 10:04:43 Thread(s) per core: 1 10:04:43 Core(s) per socket: 1 10:04:43 Socket(s): 4 10:04:43 NUMA node(s): 1 10:04:43 Vendor ID: GenuineIntel 10:04:43 CPU family: 6 10:04:43 Model: 44 10:04:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:04:43 Stepping: 1 10:04:43 CPU MHz: 2933.438 10:04:43 BogoMIPS: 5866.87 10:04:43 Virtualization: VT-x 10:04:43 Hypervisor vendor: KVM 10:04:43 Virtualization type: full 10:04:43 L1d cache: 128 KiB 10:04:43 L1i cache: 128 KiB 10:04:43 L2 cache: 16 MiB 10:04:43 L3 cache: 64 MiB 10:04:43 NUMA node0 CPU(s): 0-3 10:04:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:04:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:04:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:04:43 Vulnerability Meltdown: Mitigation; PTI 10:04:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:04:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:04:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:04:43 Vulnerability Srbds: Not affected 10:04:43 Vulnerability Tsx async abort: Not affected 10:04:43 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 10:04:43 10:04:43 10:04:43 ---> nproc: 10:04:43 4 10:04:43 10:04:43 10:04:43 ---> df -h: 10:04:43 Filesystem Size Used Available Use% Mounted on 10:04:43 overlay 50.0G 7.3G 42.7G 15% / 10:04:43 tmpfs 64.0M 0 64.0M 0% /dev 10:04:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:04:43 shm 64.0M 0 64.0M 0% /dev/shm 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_PR-224 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/xfoundry_device-modbus-go_PR-224@tmp 10:04:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:04:43 10:04:43 10:04:43 ---> free -m: 10:04:43 total used free shared buff/cache available 10:04:43 Mem: 1837 730 114 0 992 1001 10:04:43 Swap: 1023 1 1022 10:04:43 10:04:43 10:04:43 ---> ip addr: 10:04:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:04:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:04:43 inet 127.0.0.1/8 scope host lo 10:04:43 valid_lft forever preferred_lft forever 10:04:43 inet6 ::1/128 scope host 10:04:43 valid_lft forever preferred_lft forever 10:04:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:04:43 link/ether fa:16:3e:bc:67:c7 brd ff:ff:ff:ff:ff:ff 10:04:43 inet 10.30.122.246/23 brd 10.30.123.255 scope global dynamic eth0 10:04:43 valid_lft 85698sec preferred_lft 85698sec 10:04:43 inet6 fe80::f816:3eff:febc:67c7/64 scope link 10:04:43 valid_lft forever preferred_lft forever 10:04:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:04:43 link/ether 02:42:95:f8:7e:a6 brd ff:ff:ff:ff:ff:ff 10:04:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:04:43 valid_lft forever preferred_lft forever 10:04:43 inet6 fe80::42:95ff:fef8:7ea6/64 scope link 10:04:43 valid_lft forever preferred_lft forever 10:04:43 10:04:43 10:04:43 ---> sar -b -r -n DEV: 10:04:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 10:04:43 10:04:43 09:52:44 LINUX RESTART (4 CPU) 10:04:43 10:04:43 09:54:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:04:43 09:55:02 45.30 12.25 33.05 0.00 4538.68 2823.16 0.00 10:04:43 09:56:01 1.93 0.02 1.91 0.00 0.54 37.54 0.00 10:04:43 09:57:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 10:04:43 09:58:01 0.28 0.00 0.28 0.00 0.00 2.91 0.00 10:04:43 09:59:01 0.22 0.00 0.22 0.00 0.00 3.13 0.00 10:04:43 10:00:01 0.28 0.00 0.28 0.00 0.00 4.04 0.00 10:04:43 10:01:01 0.28 0.02 0.27 0.00 0.13 3.25 0.00 10:04:43 10:02:01 0.38 0.08 0.30 0.00 1.60 4.87 0.00 10:04:43 10:03:01 0.28 0.00 0.28 0.00 0.00 3.08 0.00 10:04:43 10:04:01 49.05 47.96 1.09 0.00 4011.14 26.04 0.00 10:04:43 Average: 9.87 6.06 3.81 0.00 859.35 292.48 0.00 10:04:43 10:04:43 09:54:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:04:43 09:55:02 147032 0 615140 32.69 2620 1116752 1131736 38.62 444248 1091056 136 10:04:43 09:56:01 153084 0 609080 32.37 2620 1116760 1103572 37.66 449192 1081120 12 10:04:43 09:57:01 155268 0 606892 32.25 2620 1116764 1073760 36.65 442544 1086600 8 10:04:43 09:58:01 154492 0 607664 32.30 2620 1116768 1073904 36.65 445960 1084048 16 10:04:43 09:59:01 154548 0 607604 32.29 2620 1116772 1073820 36.65 445500 1084048 12 10:04:43 10:00:01 153532 0 608608 32.35 2620 1116784 1074000 36.65 446844 1084052 16 10:04:43 10:01:01 153244 0 608896 32.36 2620 1116784 1076100 36.73 446400 1084048 8 10:04:43 10:02:01 154520 0 607492 32.29 2620 1116912 1074268 36.66 445780 1084116 8 10:04:43 10:03:01 154628 0 607380 32.28 2620 1116916 1074268 36.66 445964 1084116 16 10:04:43 10:04:01 79520 0 696980 37.04 2620 1102424 1522880 51.97 518928 1082672 38088 10:04:43 Average: 145987 0 617574 32.82 2620 1115364 1127831 38.49 453136 1084588 3832 10:04:43 10:04:43 09:54:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:04:43 09:55:02 eth0 101.29 73.80 473.75 27.71 0.00 0.00 0.00 0.00 10:04:43 09:55:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:55:02 docker0 2.16 1.66 0.43 4.83 0.00 0.00 0.00 0.00 10:04:43 09:56:01 eth0 0.59 0.42 0.28 0.24 0.00 0.00 0.00 0.00 10:04:43 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:57:01 eth0 0.42 0.08 0.04 0.01 0.00 0.00 0.00 0.00 10:04:43 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:58:01 eth0 1.15 0.40 0.31 0.21 0.00 0.00 0.00 0.00 10:04:43 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:59:01 eth0 1.50 0.18 0.25 0.07 0.00 0.00 0.00 0.00 10:04:43 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:00:01 eth0 0.60 0.38 0.28 0.21 0.00 0.00 0.00 0.00 10:04:43 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:01:01 eth0 0.15 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:04:43 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:02:01 eth0 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 10:04:43 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:03:01 eth0 0.07 0.02 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:03:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:04:01 eth0 72.82 52.94 590.14 39.40 0.00 0.00 0.00 0.00 10:04:43 10:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 10:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 Average: eth0 17.95 12.90 107.02 6.82 0.00 0.00 0.00 0.00 10:04:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:04:43 Average: docker0 0.22 0.17 0.04 0.49 0.00 0.00 0.00 0.00 10:04:43 10:04:43 10:04:43 ---> sar -P ALL: 10:04:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/19/21 _x86_64_ (4 CPU) 10:04:43 10:04:43 09:52:44 LINUX RESTART (4 CPU) 10:04:43 10:04:43 09:54:01 CPU %user %nice %system %iowait %steal %idle 10:04:43 09:55:02 all 3.36 0.00 2.74 1.04 8.56 84.29 10:04:43 09:55:02 0 3.98 0.00 2.89 2.27 9.10 81.78 10:04:43 09:55:02 1 3.67 0.00 2.71 1.06 8.73 83.82 10:04:43 09:55:02 2 3.52 0.00 3.29 0.47 8.40 84.31 10:04:43 09:55:02 3 2.29 0.00 2.10 0.35 8.02 87.24 10:04:43 09:56:01 all 0.11 0.00 0.05 0.00 0.44 99.40 10:04:43 09:56:01 0 0.32 0.00 0.03 0.00 0.39 99.26 10:04:43 09:56:01 1 0.03 0.00 0.02 0.00 0.22 99.73 10:04:43 09:56:01 2 0.05 0.00 0.07 0.00 0.51 99.37 10:04:43 09:56:01 3 0.05 0.00 0.07 0.00 0.66 99.22 10:04:43 09:57:01 all 0.13 0.00 0.18 0.00 1.27 98.42 10:04:43 09:57:01 0 0.38 0.00 0.05 0.00 1.16 98.41 10:04:43 09:57:01 1 0.05 0.00 0.23 0.00 0.76 98.95 10:04:43 09:57:01 2 0.07 0.00 0.25 0.00 1.61 98.07 10:04:43 09:57:01 3 0.03 0.00 0.20 0.00 1.53 98.24 10:04:43 09:58:01 all 0.12 0.00 0.04 0.00 0.09 99.76 10:04:43 09:58:01 0 0.38 0.00 0.02 0.00 0.10 99.50 10:04:43 09:58:01 1 0.02 0.00 0.03 0.00 0.05 99.90 10:04:43 09:58:01 2 0.05 0.00 0.07 0.00 0.13 99.75 10:04:43 09:58:01 3 0.02 0.00 0.03 0.00 0.07 99.88 10:04:43 09:59:01 all 0.09 0.00 0.05 0.00 0.27 99.60 10:04:43 09:59:01 0 0.25 0.00 0.08 0.00 0.50 99.17 10:04:43 09:59:01 1 0.03 0.00 0.03 0.00 0.18 99.75 10:04:43 09:59:01 2 0.03 0.00 0.03 0.00 0.15 99.78 10:04:43 09:59:01 3 0.03 0.00 0.05 0.00 0.23 99.68 10:04:43 10:00:01 all 0.08 0.00 0.02 0.00 0.41 99.49 10:04:43 10:00:01 0 0.25 0.00 0.05 0.00 0.45 99.25 10:04:43 10:00:01 1 0.00 0.00 0.00 0.00 0.12 99.88 10:04:43 10:00:01 2 0.03 0.00 0.03 0.00 0.58 99.35 10:04:43 10:00:01 3 0.03 0.00 0.02 0.00 0.48 99.47 10:04:43 10:01:01 all 0.07 0.00 0.04 0.00 0.92 98.97 10:04:43 10:01:01 0 0.18 0.00 0.05 0.00 0.91 98.86 10:04:43 10:01:01 1 0.05 0.00 0.05 0.00 1.37 98.53 10:04:43 10:01:01 2 0.02 0.00 0.03 0.00 0.96 98.99 10:04:43 10:01:01 3 0.05 0.00 0.03 0.00 0.43 99.49 10:04:43 10:02:01 all 0.07 0.00 0.04 0.00 0.87 99.02 10:04:43 10:02:01 0 0.02 0.00 0.02 0.02 0.17 99.78 10:04:43 10:02:01 1 0.20 0.00 0.03 0.00 1.03 98.74 10:04:43 10:02:01 2 0.03 0.00 0.05 0.00 1.32 98.60 10:04:43 10:02:01 3 0.03 0.00 0.07 0.00 0.96 98.94 10:04:43 10:03:01 all 0.10 0.00 0.04 0.00 0.27 99.59 10:04:43 10:03:01 0 0.00 0.00 0.02 0.00 0.05 99.93 10:04:43 10:03:01 1 0.32 0.00 0.03 0.00 0.18 99.47 10:04:43 10:03:01 2 0.02 0.00 0.05 0.00 0.33 99.60 10:04:43 10:03:01 3 0.05 0.00 0.05 0.00 0.53 99.37 10:04:43 10:04:01 all 1.60 0.00 0.71 2.68 3.87 91.15 10:04:43 10:04:01 0 1.15 0.00 0.84 3.05 4.07 90.88 10:04:43 10:04:01 1 1.74 0.00 0.66 0.69 3.55 93.35 10:04:43 10:04:01 2 2.18 0.00 0.90 4.47 3.77 88.68 10:04:43 10:04:01 3 1.32 0.00 0.43 2.52 4.08 91.66 10:04:43 Average: all 0.58 0.00 0.40 0.38 1.72 96.93 10:04:43 Average: 0 0.70 0.00 0.41 0.54 1.71 96.64 10:04:43 Average: 1 0.62 0.00 0.39 0.18 1.65 97.16 10:04:43 Average: 2 0.61 0.00 0.48 0.49 1.79 96.62 10:04:43 Average: 3 0.40 0.00 0.31 0.29 1.72 97.28 10:04:43 10:04:43 10:04:43