Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 (cfe480a440e6a696f083d83655fba5e6af3babe4) 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-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: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-31477 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [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-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-725 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 Checking out Revision 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 (PR-725) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 # timeout=10 Commit message: "Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage > git rev-list --no-walk 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:43 ========================================================= 02:41:43 EdgeX Global Pipelines Version Info 02:41:43 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:45 ------------------- 02:41:45 stable info: 02:41:45 ------------------- 02:41:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:45 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:45 Message: update stable to v1.0.186 02:41:46 ------------------- 02:41:46 experimental info: 02:41:46 ------------------- 02:41:46 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:46 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 02:41:46 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:46 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:47 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:48 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 1368a84 [Pipeline] echo 02:41:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:50 provisioning config files... 02:41:50 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config2065646773027519935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:50 ---> docker-login.sh 02:41:50 nexus3.edgexfoundry.org:10001 02:41:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:51 Configure a credential helper to remove this warning. See 02:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:51 02:41:51 Login Succeeded 02:41:51 nexus3.edgexfoundry.org:10002 02:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:51 Configure a credential helper to remove this warning. See 02:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:51 02:41:51 Login Succeeded 02:41:51 nexus3.edgexfoundry.org:10003 02:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:51 Configure a credential helper to remove this warning. See 02:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:51 02:41:51 Login Succeeded 02:41:51 nexus3.edgexfoundry.org:10004 02:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:51 Configure a credential helper to remove this warning. See 02:41:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:51 02:41:51 Login Succeeded 02:41:51 docker.io 02:41:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:52 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:52 Configure a credential helper to remove this warning. See 02:41:52 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:52 02:41:52 Login Succeeded 02:41:52 ---> docker-login.sh ends [Pipeline] } 02:41:52 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 02:41:53 + git log --format=format:%s -1 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [Pipeline] echo 02:41:53 GIT_COMMIT: 1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0, Commit Message: Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD [Pipeline] echo 02:41:53 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:54 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:54 02:41:54 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:54 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:54 latest: Pulling from edgex-devops/git-semver 02:41:54 31603596830f: Pulling fs layer 02:41:54 2a8b12db71e7: Pulling fs layer 02:41:54 6ca5941a6612: Pulling fs layer 02:41:54 ecc8261a40a4: Pulling fs layer 02:41:54 ecc8261a40a4: Waiting 02:41:54 2a8b12db71e7: Verifying Checksum 02:41:54 2a8b12db71e7: Download complete 02:41:54 31603596830f: Verifying Checksum 02:41:54 31603596830f: Download complete 02:41:54 6ca5941a6612: Verifying Checksum 02:41:54 6ca5941a6612: Download complete 02:41:54 ecc8261a40a4: Download complete 02:41:55 31603596830f: Pull complete 02:41:55 2a8b12db71e7: Pull complete 02:41:56 6ca5941a6612: Pull complete 02:41:56 ecc8261a40a4: Pull complete 02:41:56 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:56 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:56 prd-centos7-docker-4c-2g-31477 does not seem to be running inside a container 02:41:56 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:58 $ docker top cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:59 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:59 [ssh-agent] Looking for ssh-agent implementation... 02:41:59 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:59 $ docker exec cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent 02:41:59 SSH_AUTH_SOCK=/tmp/ssh-t5NuHtllML43/agent.12 02:41:59 SSH_AGENT_PID=18 02:41:59 Running ssh-add (command line suppressed) 02:41:59 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3452345425216102904.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_3452345425216102904.key) 02:41:59 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:00 + git tag --points-at HEAD [Pipeline] } 02:42:00 $ docker exec --env ******** --env ******** cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent -k 02:42:00 unset SSH_AUTH_SOCK; 02:42:00 unset SSH_AGENT_PID; 02:42:00 echo Agent pid 18 killed; 02:42:00 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:00 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:00 [ssh-agent] Looking for ssh-agent implementation... 02:42:00 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:00 $ docker exec cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent 02:42:01 SSH_AUTH_SOCK=/tmp/ssh-arumFzMBnPCn/agent.46 02:42:01 SSH_AGENT_PID=51 02:42:01 Running ssh-add (command line suppressed) 02:42:01 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5549752344962346085.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5549752344962346085.key) 02:42:01 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:01 + git semver init 02:42:01 # -> Open(): unable to determine branch for HEAD 02:42:01 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:42:01 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:42:01 # $SEMVER_REMOTE_NAME = origin 02:42:01 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:01 # $SEMVER_USER_NAME = edgex-jenkins 02:42:01 # $SEMVER_BRANCH = PR-725 02:42:01 # $SEMVER_TEMP = /tmp/semver-493171779 02:42:01 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:02 # '/tmp/semver-493171779' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:42:02 # -> Force: false 02:42:02 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:42:02 $ docker exec --env ******** --env ******** cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 ssh-agent -k 02:42:03 unset SSH_AUTH_SOCK; 02:42:03 unset SSH_AGENT_PID; 02:42:03 echo Agent pid 51 killed; 02:42:03 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:03 + git semver [Pipeline] } 02:42:03 $ docker stop --time=1 cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 02:42:05 $ docker rm -f cd3688df4edac1f8a131cf35f5216cbca7fb091ce8b750dac17f5465b2029dc1 [Pipeline] // withDockerContainer [Pipeline] sh 02:42:05 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:06 Stashed 1 file(s) [Pipeline] echo 02:42:06 [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 02:42:21 Still waiting to schedule task 02:42:21 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-31477’ 02:42:21 Still waiting to schedule task 02:42:21 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:01 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31478 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:01 Running in /w/workspace/device-sdk-go/25 [Pipeline] { [Pipeline] checkout 02:44:06 using credential edgex-jenkins-ssh 02:44:06 Cloning the remote Git repository 02:44:06 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:06 > git init /w/workspace/device-sdk-go/25 # timeout=10 02:44:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:06 > git --version # timeout=10 02:44:06 > git --version # 'git version 2.17.1' 02:44:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:08 Merging remotes/origin/master commit b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:08 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:08 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:08 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:08 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:08 > git config core.sparsecheckout # timeout=10 02:44:08 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:08 > git remote # timeout=10 02:44:09 Merge succeeded, producing 7c0f991eb039ecbab9576431852f71f4bf6eb295 02:44:09 Checking out Revision 7c0f991eb039ecbab9576431852f71f4bf6eb295 (PR-725) 02:44:08 > git config --get remote.origin.url # timeout=10 02:44:08 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:08 > git merge b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 02:44:09 > git rev-parse HEAD^{commit} # timeout=10 02:44:09 > git config core.sparsecheckout # timeout=10 02:44:09 > git checkout -f 7c0f991eb039ecbab9576431852f71f4bf6eb295 # timeout=10 02:44:13 Commit message: "Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD" 02:44:13 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:13 > git rev-list --no-walk 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 02:44:15 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:15 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:15 + + sudo service dockertrue restart 02:44:15 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:18 provisioning config files... 02:44:18 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/25@tmp/config6274439918720784494tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:19 ---> docker-login.sh 02:44:19 nexus3.edgexfoundry.org:10001 02:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:20 Configure a credential helper to remove this warning. See 02:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:20 02:44:20 Login Succeeded 02:44:20 nexus3.edgexfoundry.org:10002 02:44:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:21 Configure a credential helper to remove this warning. See 02:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:21 02:44:21 Login Succeeded 02:44:21 nexus3.edgexfoundry.org:10003 02:44:21 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:21 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:21 Configure a credential helper to remove this warning. See 02:44:21 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:21 02:44:21 Login Succeeded 02:44:21 nexus3.edgexfoundry.org:10004 02:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:22 Configure a credential helper to remove this warning. See 02:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:22 02:44:22 Login Succeeded 02:44:22 docker.io 02:44:22 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:22 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:22 Configure a credential helper to remove this warning. See 02:44:22 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:22 02:44:22 Login Succeeded 02:44:22 ---> docker-login.sh ends [Pipeline] } 02:44:22 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:23 ========================================================= 02:44:23 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:23 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:23 + 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 . 02:44:24 Sending build context to Docker daemon 2.308MB 02:44:24 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:24 Step 2/8 : FROM ${BASE} 02:44:24 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:24 5f621e34cdf4: Pulling fs layer 02:44:24 a4357932f1b6: Pulling fs layer 02:44:24 18c013af1878: Pulling fs layer 02:44:24 00ac8860ef70: Pulling fs layer 02:44:24 63d7cb157983: Pulling fs layer 02:44:24 b116817d02f9: Pulling fs layer 02:44:24 745a02a5169b: Pulling fs layer 02:44:24 63d7cb157983: Waiting 02:44:24 b116817d02f9: Waiting 02:44:24 745a02a5169b: Waiting 02:44:24 00ac8860ef70: Waiting 02:44:24 18c013af1878: Verifying Checksum 02:44:24 18c013af1878: Download complete 02:44:24 a4357932f1b6: Verifying Checksum 02:44:24 a4357932f1b6: Download complete 02:44:24 63d7cb157983: Verifying Checksum 02:44:24 63d7cb157983: Download complete 02:44:24 b116817d02f9: Verifying Checksum 02:44:24 b116817d02f9: Download complete 02:44:24 5f621e34cdf4: Verifying Checksum 02:44:24 5f621e34cdf4: Download complete 02:44:25 5f621e34cdf4: Pull complete 02:44:25 a4357932f1b6: Pull complete 02:44:26 18c013af1878: Pull complete 02:44:26 745a02a5169b: Verifying Checksum 02:44:26 745a02a5169b: Download complete 02:44:28 00ac8860ef70: Download complete 02:44:38 00ac8860ef70: Pull complete 02:44:38 63d7cb157983: Pull complete 02:44:39 b116817d02f9: Pull complete 02:44:43 745a02a5169b: Pull complete 02:44:43 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:44:43 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:44:43 ---> b7e6874047d6 02:44:43 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:45 ---> Running in b2c00c271f4c 02:44:46 Removing intermediate container b2c00c271f4c 02:44:46 ---> e50f52e76a0d 02:44:46 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:46 ---> Running in 737d1358b6ad 02:44:48 Removing intermediate container 737d1358b6ad 02:44:48 ---> cdba0c172d46 02:44:48 Step 5/8 : RUN apk add --update --no-cache make git 02:44:48 ---> Running in 969a218a3506 02:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:44:51 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:44:52 OK: 142 MiB in 39 packages 02:44:53 Removing intermediate container 969a218a3506 02:44:53 ---> 53545fa7503b 02:44:53 Step 6/8 : WORKDIR /device-sdk-go 02:44:53 ---> Running in 26e821c0fb7d 02:44:54 Removing intermediate container 26e821c0fb7d 02:44:54 ---> c5cf2e7e75f1 02:44:54 Step 7/8 : COPY . . 02:44:54 Running on prd-centos7-docker-4c-2g-31479 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:54 Running in /w/workspace/device-sdk-go/25 [Pipeline] { [Pipeline] checkout 02:44:55 ---> 194215d382e2 02:44:55 Step 8/8 : RUN go mod download 02:44:55 ---> Running in e2dfc7c1952f 02:44:57 using credential edgex-jenkins-ssh 02:44:57 Cloning the remote Git repository 02:44:57 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:57 > git init /w/workspace/device-sdk-go/25 # timeout=10 02:44:57 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:57 > git --version # timeout=10 02:44:57 > git --version # 'git version 2.24.3' 02:44:57 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:57 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:58 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:58 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:58 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:58 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:58 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:59 Merging remotes/origin/master commit b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:59 Merge succeeded, producing b19c2b58bc19e7a68fe12aa23249b7a3dc787f4d 02:44:59 Checking out Revision b19c2b58bc19e7a68fe12aa23249b7a3dc787f4d (PR-725) 02:44:59 > git config core.sparsecheckout # timeout=10 02:44:59 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:59 > git remote # timeout=10 02:44:59 > git config --get remote.origin.url # timeout=10 02:44:59 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:59 > git merge b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79 # timeout=10 02:44:59 > git rev-parse HEAD^{commit} # timeout=10 02:44:59 > git config core.sparsecheckout # timeout=10 02:44:59 > git checkout -f b19c2b58bc19e7a68fe12aa23249b7a3dc787f4d # timeout=10 02:45:02 Commit message: "Merge commit 'b0d30380dd6a4cdd6de0b127c09cc9d17a1afa79' into HEAD" 02:45:02 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:45:02 > git rev-list --no-walk 91c60f0d0e442914b6ae29da8716d8aab36f98ce # timeout=10 02:45:04 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:04 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:04 + sudo service docker restart 02:45:04 + true 02:45:04 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:05 provisioning config files... 02:45:05 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/25@tmp/config3245029879320271592tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:06 ---> docker-login.sh 02:45:06 nexus3.edgexfoundry.org:10001 02:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:06 Configure a credential helper to remove this warning. See 02:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:06 02:45:06 Login Succeeded 02:45:06 nexus3.edgexfoundry.org:10002 02:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:06 Configure a credential helper to remove this warning. See 02:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:06 02:45:06 Login Succeeded 02:45:06 nexus3.edgexfoundry.org:10003 02:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:06 Configure a credential helper to remove this warning. See 02:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:06 02:45:06 Login Succeeded 02:45:06 nexus3.edgexfoundry.org:10004 02:45:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:06 Configure a credential helper to remove this warning. See 02:45:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:06 02:45:06 Login Succeeded 02:45:06 docker.io 02:45:07 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:07 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:07 Configure a credential helper to remove this warning. See 02:45:07 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:07 02:45:07 Login Succeeded 02:45:07 ---> docker-login.sh ends [Pipeline] } 02:45:07 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:07 ========================================================= 02:45:07 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:07 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:08 + 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 . 02:45:08 Sending build context to Docker daemon 2.309MB 02:45:08 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:08 Step 2/8 : FROM ${BASE} 02:45:08 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:08 188c0c94c7c5: Pulling fs layer 02:45:08 0ef7d3d256c8: Pulling fs layer 02:45:08 de9db76c5a1d: Pulling fs layer 02:45:08 bca2f99d35d6: Pulling fs layer 02:45:08 93359f2a8cfa: Pulling fs layer 02:45:08 7c6f9722023f: Pulling fs layer 02:45:08 a35cf1a2eb13: Pulling fs layer 02:45:08 93359f2a8cfa: Waiting 02:45:08 7c6f9722023f: Waiting 02:45:08 bca2f99d35d6: Waiting 02:45:08 a35cf1a2eb13: Waiting 02:45:08 de9db76c5a1d: Download complete 02:45:08 0ef7d3d256c8: Download complete 02:45:08 93359f2a8cfa: Verifying Checksum 02:45:08 93359f2a8cfa: Download complete 02:45:08 188c0c94c7c5: Verifying Checksum 02:45:08 188c0c94c7c5: Download complete 02:45:08 7c6f9722023f: Verifying Checksum 02:45:08 7c6f9722023f: Download complete 02:45:08 188c0c94c7c5: Pull complete 02:45:08 0ef7d3d256c8: Pull complete 02:45:08 de9db76c5a1d: Pull complete 02:45:10 a35cf1a2eb13: Verifying Checksum 02:45:10 a35cf1a2eb13: Download complete 02:45:10 bca2f99d35d6: Verifying Checksum 02:45:10 bca2f99d35d6: Download complete 02:45:15 bca2f99d35d6: Pull complete 02:45:15 93359f2a8cfa: Pull complete 02:45:15 7c6f9722023f: Pull complete 02:45:21 Removing intermediate container e2dfc7c1952f 02:45:21 ---> 7b23d4b22ea2 02:45:21 Successfully built 7b23d4b22ea2 02:45:21 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:22 + docker inspect -f . ci-base-image-arm64 02:45:22 . [Pipeline] withDockerContainer 02:45:22 prd-ubuntu18.04-docker-arm64-4c-16g-31478 does not seem to be running inside a container 02:45:22 a35cf1a2eb13: Pull complete 02:45:22 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:22 ---> a62c8e92a672 02:45:22 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:22 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:22 ---> Running in 001fe65482bc 02:45:23 Removing intermediate container 001fe65482bc 02:45:23 ---> bef6829fb7e7 02:45:23 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:23 ---> Running in 320a5ff16139 02:45:23 Removing intermediate container 320a5ff16139 02:45:23 ---> a7180392fdf7 02:45:23 Step 5/8 : RUN apk add --update --no-cache make git 02:45:24 $ docker top 9362d9fa3a576bce1e1c69867541a2b055c32be034248758b91da27f25410e1e -eo pid,comm 02:45:24 ---> Running in e5ccb002aa0b [Pipeline] { [Pipeline] sh 02:45:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:25 + go version 02:45:25 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:25 $ docker stop --time=1 9362d9fa3a576bce1e1c69867541a2b055c32be034248758b91da27f25410e1e 02:45:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:26 OK: 166 MiB in 39 packages 02:45:27 $ docker rm -f 9362d9fa3a576bce1e1c69867541a2b055c32be034248758b91da27f25410e1e 02:45:27 Removing intermediate container e5ccb002aa0b 02:45:27 ---> b3e1e2338b53 02:45:27 Step 6/8 : WORKDIR /device-sdk-go 02:45:27 ---> Running in 757cffa9c700 02:45:27 Removing intermediate container 757cffa9c700 02:45:27 ---> de435cbc382f 02:45:27 Step 7/8 : COPY . . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:28 + docker inspect -f . ci-base-image-arm64 02:45:28 . [Pipeline] withDockerContainer 02:45:28 prd-ubuntu18.04-docker-arm64-4c-16g-31478 does not seem to be running inside a container 02:45:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:28 ---> 8b35eea1cad5 02:45:28 Step 8/8 : RUN go mod download 02:45:28 ---> Running in a104df4e98d8 02:45:29 $ docker top c02a71b93f5024c46770084e1c996ee380678d4cdc1ba85ad9555f89824c9c18 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:31 + make test 02:45:31 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:46 Removing intermediate container a104df4e98d8 02:45:46 ---> 6cb60b7e2daa 02:45:46 Successfully built 6cb60b7e2daa 02:45:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:45:47 + docker inspect -f . ci-base-image-x86_64 02:45:47 . [Pipeline] withDockerContainer 02:45:47 prd-centos7-docker-4c-2g-31479 does not seem to be running inside a container 02:45:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:48 $ docker top 1916ea3f81d3dd2ba9de11567a3eef9b6e54c8f7b7bf75db95f1f178d07dd899 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:48 + go version 02:45:48 go version go1.15.5 linux/amd64 [Pipeline] } 02:45:48 $ docker stop --time=1 1916ea3f81d3dd2ba9de11567a3eef9b6e54c8f7b7bf75db95f1f178d07dd899 02:45:50 $ docker rm -f 1916ea3f81d3dd2ba9de11567a3eef9b6e54c8f7b7bf75db95f1f178d07dd899 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:51 + docker inspect -f . ci-base-image-x86_64 02:45:51 . [Pipeline] withDockerContainer 02:45:51 prd-centos7-docker-4c-2g-31479 does not seem to be running inside a container 02:45:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/25 -v /w/workspace/device-sdk-go/25:/w/workspace/device-sdk-go/25:rw,z -v /w/workspace/device-sdk-go/25@tmp:/w/workspace/device-sdk-go/25@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:45:52 $ docker top 465766ffdb4f36c280632724a74c99ea48fb36496f17e64873fef12982b69abc -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:52 + make test 02:45:52 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:53 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:45:59 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:14 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 27.0% of statements 02:46:17 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.076s coverage: 81.2% of statements 02:46:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 02:46:32 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.118s coverage: 27.0% of statements 02:46:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.165s coverage: 81.2% of statements 02:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.055s coverage: 10.5% of statements 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.078s coverage: 32.5% of statements 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.090s coverage: 57.3% of statements 02:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.162s coverage: 6.6% of statements 02:46:50 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.0% of statements 02:46:50 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:46:50 GO111MODULE=on go vet ./... 02:46:56 gofmt -l . 02:46:56 [ "`gofmt -l .`" = "" ] 02:46:56 ./bin/test-attribution-txt.sh 02:46:57 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:46:57 $ docker stop --time=1 465766ffdb4f36c280632724a74c99ea48fb36496f17e64873fef12982b69abc 02:46:59 $ docker rm -f 465766ffdb4f36c280632724a74c99ea48fb36496f17e64873fef12982b69abc [Pipeline] // withDockerContainer [Pipeline] sh 02:47:00 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:00 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:03 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:04 + ls -al . 02:47:04 total 184 02:47:04 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 26 02:46 . 02:47:04 drwxrwxr-x. 4 jenkins jenkins 30 Mar 26 02:44 .. 02:47:04 drwxrwxr-x. 2 jenkins jenkins 64 Mar 26 02:44 bin 02:47:04 -rw-r--r--. 1 jenkins jenkins 100081 Mar 26 02:46 coverage.out 02:47:04 -rw-rw-r--. 1 jenkins jenkins 949 Mar 26 02:44 Dockerfile.build 02:47:04 -rw-rw-r--. 1 jenkins jenkins 140 Mar 26 02:44 .dockerignore 02:47:04 drwxrwxr-x. 5 jenkins jenkins 62 Mar 26 02:44 example 02:47:04 drwxrwxr-x. 8 jenkins jenkins 179 Mar 26 02:45 .git 02:47:04 drwxrwxr-x. 2 jenkins jenkins 103 Mar 26 02:44 .github 02:47:04 -rw-rw-r--. 1 jenkins jenkins 138 Mar 26 02:44 .gitignore 02:47:04 -rw-r--r--. 1 jenkins jenkins 479 Mar 26 02:46 go.mod 02:47:04 -rw-r--r--. 1 jenkins jenkins 17372 Mar 26 02:46 go.sum 02:47:04 drwxrwxr-x. 13 jenkins jenkins 193 Mar 26 02:44 internal 02:47:04 -rw-rw-r--. 1 jenkins jenkins 894 Mar 26 02:44 Jenkinsfile 02:47:04 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 26 02:44 LICENSE 02:47:04 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 26 02:44 Makefile 02:47:04 drwxrwxr-x. 4 jenkins jenkins 26 Mar 26 02:44 openapi 02:47:04 drwxrwxr-x. 5 jenkins jenkins 50 Mar 26 02:44 pkg 02:47:04 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 26 02:44 README.md 02:47:04 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 26 02:44 RELEASE-NOTES.txt 02:47:04 drwxrwxr-x. 4 jenkins jenkins 54 Mar 26 02:44 snap 02:47:04 -rw-rw-r--. 1 jenkins jenkins 5 Mar 26 02:42 VERSION 02:47:04 -rw-rw-r--. 1 jenkins jenkins 222 Mar 26 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:47:04 + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 --label arch=amd64 --label version=0.0.0 . 02:47:04 Sending build context to Docker daemon 2.41MB 02:47:04 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:04 Step 2/24 : FROM ${BASE} AS builder 02:47:04 ---> 6cb60b7e2daa 02:47:04 Step 3/24 : ARG MAKE='make build' 02:47:05 ---> Running in d68b7043617a 02:47:05 Removing intermediate container d68b7043617a 02:47:05 ---> 30c0fa81ff8a 02:47:05 Step 4/24 : WORKDIR /device-sdk-go 02:47:05 ---> Running in dfd08d9b2938 02:47:05 Removing intermediate container dfd08d9b2938 02:47:05 ---> 28bdff9f1d9e 02:47:05 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:05 ---> Running in 20330851acee 02:47:05 Removing intermediate container 20330851acee 02:47:05 ---> 5d61501206e4 02:47:05 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:05 ---> Running in 321650088d94 02:47:06 Removing intermediate container 321650088d94 02:47:06 ---> 89f3dc9e35d0 02:47:06 Step 7/24 : RUN apk add --update --no-cache make git 02:47:06 ---> Running in 3c867b1aefba 02:47:07 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:08 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:08 OK: 166 MiB in 39 packages 02:47:09 Removing intermediate container 3c867b1aefba 02:47:09 ---> 65b21fa5bb49 02:47:09 Step 8/24 : COPY . . 02:47:10 ---> b25acf852fa7 02:47:10 Step 9/24 : RUN ${MAKE} 02:47:10 ---> Running in f8b157b32fde 02:47:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.146s coverage: 10.5% of statements 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.190s coverage: 32.5% of statements 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.236s coverage: 57.3% of statements 02:47:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.918s coverage: 6.6% of statements 02:47:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.174s coverage: 5.0% of statements 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:10 GO111MODULE=on go vet ./... 02:47:10 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:19 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:21 Removing intermediate container f8b157b32fde 02:47:21 ---> 579eee8535db 02:47:21 Step 10/24 : FROM scratch 02:47:21 ---> 02:47:21 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:21 ---> Running in 85df63f381d9 02:47:21 Removing intermediate container 85df63f381d9 02:47:21 ---> e264e3e302b6 02:47:21 Step 12/24 : ENV APP_PORT=49990 02:47:21 ---> Running in 92a8cc9140a7 02:47:21 Removing intermediate container 92a8cc9140a7 02:47:21 ---> af7f11e4e246 02:47:21 Step 13/24 : EXPOSE $APP_PORT 02:47:21 ---> Running in 96e7184d788d 02:47:22 Removing intermediate container 96e7184d788d 02:47:22 ---> 9621aed8be30 02:47:22 Step 14/24 : WORKDIR / 02:47:22 ---> Running in 52f1d6b3032a 02:47:22 Removing intermediate container 52f1d6b3032a 02:47:22 ---> f64dae83f534 02:47:22 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:23 ---> ada5131356c5 02:47:23 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:23 ---> c2aecbcff6e5 02:47:23 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:24 ---> 279147ccb1b6 02:47:24 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:24 ---> 69a3c815d87a 02:47:24 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:24 ---> 22457a2599b3 02:47:24 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:24 ---> Running in 0a077786f350 02:47:24 Removing intermediate container 0a077786f350 02:47:24 ---> b59cf57ccc7f 02:47:24 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:24 ---> Running in fba068461395 02:47:24 Removing intermediate container fba068461395 02:47:24 ---> ecba48bcc5c9 02:47:24 Step 22/24 : LABEL arch=amd64 02:47:24 ---> Running in b1ff298c72f0 02:47:25 Removing intermediate container b1ff298c72f0 02:47:25 ---> b129a1c78f34 02:47:25 Step 23/24 : LABEL git_sha=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 02:47:25 ---> Running in a104548e3eeb 02:47:25 Removing intermediate container a104548e3eeb 02:47:25 ---> 0f420d6ab2a4 02:47:25 Step 24/24 : LABEL version=0.0.0 02:47:25 ---> Running in a3f133f97e90 02:47:25 Removing intermediate container a3f133f97e90 02:47:25 ---> 6c92c634ee4e 02:47:25 [Warning] One or more build-args [ARCH] were not consumed 02:47:25 Successfully built 6c92c634ee4e 02:47:25 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:47:26 ---> job-cost.sh 02:47:26 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1geg 02:47:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:47:42 gofmt -l . 02:47:42 [ "`gofmt -l .`" = "" ] 02:47:42 ./bin/test-attribution-txt.sh 02:47:42 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:42 $ docker stop --time=1 c02a71b93f5024c46770084e1c996ee380678d4cdc1ba85ad9555f89824c9c18 02:47:45 $ docker rm -f c02a71b93f5024c46770084e1c996ee380678d4cdc1ba85ad9555f89824c9c18 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:46 Warning: overwriting stash ‘coverage-report’ 02:47:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:47 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:48 + ls -al . 02:47:48 total 220 02:47:48 drwxrwxr-x 10 jenkins jenkins 4096 Mar 26 02:47 . 02:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 02:44 .. 02:47:48 -rw-rw-r-- 1 jenkins jenkins 140 Mar 26 02:44 .dockerignore 02:47:48 drwxrwxr-x 8 jenkins jenkins 4096 Mar 26 02:44 .git 02:47:48 drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 02:44 .github 02:47:48 -rw-rw-r-- 1 jenkins jenkins 138 Mar 26 02:44 .gitignore 02:47:48 -rw-rw-r-- 1 jenkins jenkins 949 Mar 26 02:44 Dockerfile.build 02:47:48 -rw-rw-r-- 1 jenkins jenkins 894 Mar 26 02:44 Jenkinsfile 02:47:48 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 26 02:44 LICENSE 02:47:48 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 26 02:44 Makefile 02:47:48 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 26 02:44 README.md 02:47:48 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 26 02:44 RELEASE-NOTES.txt 02:47:48 -rw-rw-r-- 1 jenkins jenkins 5 Mar 26 02:42 VERSION 02:47:48 drwxrwxr-x 2 jenkins jenkins 4096 Mar 26 02:44 bin 02:47:48 -rw-r--r-- 1 jenkins jenkins 100081 Mar 26 02:47 coverage.out 02:47:48 drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 02:44 example 02:47:48 -rw-r--r-- 1 jenkins jenkins 479 Mar 26 02:47 go.mod 02:47:48 -rw-r--r-- 1 jenkins jenkins 17372 Mar 26 02:47 go.sum 02:47:48 drwxrwxr-x 13 jenkins jenkins 4096 Mar 26 02:44 internal 02:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 02:44 openapi 02:47:48 drwxrwxr-x 5 jenkins jenkins 4096 Mar 26 02:44 pkg 02:47:48 drwxrwxr-x 4 jenkins jenkins 4096 Mar 26 02:44 snap 02:47:48 -rw-rw-r-- 1 jenkins jenkins 222 Mar 26 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:47:48 + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 --label arch=arm64 --label version=0.0.0 . 02:47:48 Sending build context to Docker daemon 2.409MB 02:47:48 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:48 Step 2/24 : FROM ${BASE} AS builder 02:47:48 ---> 7b23d4b22ea2 02:47:48 Step 3/24 : ARG MAKE='make build' 02:47:49 ---> Running in e1cc916fe4a7 02:47:49 Removing intermediate container e1cc916fe4a7 02:47:49 ---> cc2cab83d778 02:47:49 Step 4/24 : WORKDIR /device-sdk-go 02:47:49 ---> Running in 407b6309264b 02:47:50 Removing intermediate container 407b6309264b 02:47:50 ---> b67d9ae8fb2d 02:47:50 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:50 ---> Running in 6259371eb233 02:47:50 Removing intermediate container 6259371eb233 02:47:50 ---> 3599d4cd2a16 02:47:50 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:50 ---> Running in 1c29599735b6 02:47:53 Removing intermediate container 1c29599735b6 02:47:53 ---> ff0b20e1c32b 02:47:53 Step 7/24 : RUN apk add --update --no-cache make git 02:47:53 ---> Running in 5209aa26a5a4 02:47:53 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:56 OK: 142 MiB in 39 packages 02:47:57 Removing intermediate container 5209aa26a5a4 02:47:57 ---> f7bdf08bfd6e 02:47:57 Step 8/24 : COPY . . 02:47:58 ---> 8e2a9201c5d4 02:47:58 Step 9/24 : RUN ${MAKE} 02:47:59 ---> Running in 225095b21aa0 02:48:00 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:08 lf-activate-venv(): INFO: Adding /tmp/venv-1geg/bin to PATH 02:48:08 INFO: No Stack... 02:48:08 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:08 INFO: Archiving Costs [Pipeline] sh 02:48:09 + cut -d, -f6 02:48:09 + cat /w/workspace/device-sdk-go/25/archives/cost.csv [Pipeline] lock 02:48:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] 02:48:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] did not exist. Created. 02:48:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:09 + echo total: 0.029999999329447746 [Pipeline] stash 02:48:09 Stashed 1 file(s) [Pipeline] } 02:48:09 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:26 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:48:27 Removing intermediate container 225095b21aa0 02:48:27 ---> 5c1e3e44c4ee 02:48:27 Step 10/24 : FROM scratch 02:48:27 ---> 02:48:27 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:27 ---> Running in 2380953512ec 02:48:28 Removing intermediate container 2380953512ec 02:48:28 ---> 55e7dd5034c9 02:48:28 Step 12/24 : ENV APP_PORT=49990 02:48:28 ---> Running in f24657114a23 02:48:28 Removing intermediate container f24657114a23 02:48:28 ---> a74732628e50 02:48:28 Step 13/24 : EXPOSE $APP_PORT 02:48:28 ---> Running in bcbf2c0f4714 02:48:29 Removing intermediate container bcbf2c0f4714 02:48:29 ---> baa7f08526a6 02:48:29 Step 14/24 : WORKDIR / 02:48:29 ---> Running in 7cf571d80ff0 02:48:30 Removing intermediate container 7cf571d80ff0 02:48:30 ---> ad707a25a209 02:48:30 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:48:31 ---> 4ec6a497a6dd 02:48:31 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:48:31 ---> 3e7fb373a34b 02:48:31 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:48:32 ---> 1d1e77d3e702 02:48:32 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:48:32 ---> e577b920a259 02:48:32 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:33 ---> 1f1b08a85dbf 02:48:33 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:33 ---> Running in b7e8e64c3599 02:48:34 Removing intermediate container b7e8e64c3599 02:48:34 ---> e24399f736af 02:48:34 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:34 ---> Running in 0bbbaea04df5 02:48:34 Removing intermediate container 0bbbaea04df5 02:48:34 ---> 86149c7f4d72 02:48:34 Step 22/24 : LABEL arch=arm64 02:48:34 ---> Running in 118d68f5e06d 02:48:35 Removing intermediate container 118d68f5e06d 02:48:35 ---> cd87d221c0ff 02:48:35 Step 23/24 : LABEL git_sha=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 02:48:35 ---> Running in f581e4097dc5 02:48:36 Removing intermediate container f581e4097dc5 02:48:36 ---> e60c2732706f 02:48:36 Step 24/24 : LABEL version=0.0.0 02:48:36 ---> Running in acc84bb07fc5 02:48:36 Removing intermediate container acc84bb07fc5 02:48:36 ---> d2f60a9a6727 02:48:36 [Warning] One or more build-args [ARCH] were not consumed 02:48:36 Successfully built d2f60a9a6727 02:48:36 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:48:37 ---> job-cost.sh 02:48:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-C4G1 02:49:16 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:50:38 lf-activate-venv(): INFO: Adding /tmp/venv-C4G1/bin to PATH 02:50:38 INFO: No Stack... 02:50:38 INFO: Retrieving Pricing Info for: lf-standard-4 02:50:38 INFO: Archiving Costs [Pipeline] sh 02:50:38 + + cut -d,cat -f6 /w/workspace/device-sdk-go/25/archives/cost.csv 02:50:38 [Pipeline] lock 02:50:38 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] 02:50:38 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] did not exist. Created. 02:50:38 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:50:39 /w/workspace/device-sdk-go/25@tmp/durable-4b03575f/script.sh: 1: /w/workspace/device-sdk-go/25@tmp/durable-4b03575f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:50:39 + echo total: 0.20999999344348907 [Pipeline] stash 02:50:39 Warning: overwriting stash ‘stack-cost’ 02:50:39 Stashed 1 file(s) [Pipeline] } 02:50:39 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-25-stack-cost] [Pipeline] // lock [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 02:50:41 provisioning config files... 02:50:41 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6727065805074530430tmp [Pipeline] { [Pipeline] sh 02:50:41 + set +x 02:50:41 + curl -s https://codecov.io/bash 02:50:41 + bash -s -- 02:50:42 02:50:42 _____ _ 02:50:42 / ____| | | 02:50:42 | | ___ __| | ___ ___ _____ __ 02:50:42 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:42 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:42 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:42 Bash-20210309-2b87ace 02:50:42 02:50:42 02:50:42 ==> git version 2.24.3 found 02:50:42 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:50:42 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:50:42 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:50:42 ==> Jenkins CI detected. 02:50:42 project root: . 02:50:42 --> token set from env 02:50:42 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:42 ==> Running gcov in . (disable via -X gcov) 02:50:42 ==> Python coveragepy not found 02:50:42 ==> Searching for coverage reports in: 02:50:42 + . 02:50:42 -> Found 1 reports 02:50:42 ==> Detecting git/mercurial file structure 02:50:42 ==> Reading reports 02:50:42 + ./coverage.out bytes=100081 02:50:42 ==> Appending adjustments 02:50:42 https://docs.codecov.io/docs/fixing-reports 02:50:42 + Found adjustments 02:50:42 ==> Gzipping contents 02:50:42 16K /tmp/codecov.dYQsnp.gz 02:50:42 ==> Uploading reports 02:50:42 url: https://codecov.io 02:50:42 query: branch=PR-725&commit=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:50:42 -> Pinging Codecov 02:50:42 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0&build=25&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F25%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:50:42 -> Uploading to 02:50:42 https://storage.googleapis.com/codecov/v4/raw/2021-03-26/7E55EF52A471D76F132DFD9A03CDDE97/1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0/61bd7232-0e52-4d15-aa75-6048a72340e4.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210326%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210326T025042Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b291e0392e83732355d742b14283d12a00cfac02752fe2dd2f4ff1ce1584438 02:50:42 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:42 Dload Upload Total Spent Left Speed 02:50:43 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13551 0 0 100 13551 0 34414 --:--:-- --:--:-- --:--:-- 34480 02:50:43 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/1368a843308a3b8aa3bf9cbcbcc3f5b47e4a93d0 [Pipeline] } 02:50:43 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" 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 02:50:46 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:46 ---> package-listing.sh 02:50:46 ++ facter osfamily 02:50:46 ++ tr '[:upper:]' '[:lower:]' 02:50:46 + OS_FAMILY=redhat 02:50:46 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:50:46 + START_PACKAGES=/tmp/packages_start.txt 02:50:46 + END_PACKAGES=/tmp/packages_end.txt 02:50:46 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:46 + PACKAGES=/tmp/packages_start.txt 02:50:46 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:50:46 + PACKAGES=/tmp/packages_end.txt 02:50:46 + case "${OS_FAMILY}" in 02:50:46 + rpm -qa 02:50:46 + sort 02:50:51 + '[' -f /tmp/packages_start.txt ']' 02:50:51 + '[' -f /tmp/packages_end.txt ']' 02:50:51 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:50:51 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:50:51 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:50:51 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:50:51 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/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:50:52 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:50:52 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:52 02:50:52 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:50:52 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:50:52 alpine: Pulling from edgex-lftools-log-publisher 02:50:52 df20fa9351a1: Pulling fs layer 02:50:52 36b3adc4ff6f: Pulling fs layer 02:50:52 8ad3a11d3b57: Pulling fs layer 02:50:52 46f8f816bc3b: Pulling fs layer 02:50:52 93b61091891f: Pulling fs layer 02:50:52 93b9cdb0e59b: Pulling fs layer 02:50:52 5e14af77c1be: Pulling fs layer 02:50:52 01666e4c0597: Pulling fs layer 02:50:52 aa168da1d23b: Pulling fs layer 02:50:52 93b9cdb0e59b: Waiting 02:50:52 5e14af77c1be: Waiting 02:50:52 01666e4c0597: Waiting 02:50:52 aa168da1d23b: Waiting 02:50:52 93b61091891f: Waiting 02:50:52 46f8f816bc3b: Waiting 02:50:52 36b3adc4ff6f: Download complete 02:50:53 46f8f816bc3b: Verifying Checksum 02:50:53 46f8f816bc3b: Download complete 02:50:53 df20fa9351a1: Verifying Checksum 02:50:53 df20fa9351a1: Download complete 02:50:53 93b9cdb0e59b: Verifying Checksum 02:50:53 93b9cdb0e59b: Download complete 02:50:53 5e14af77c1be: Verifying Checksum 02:50:53 5e14af77c1be: Download complete 02:50:53 01666e4c0597: Verifying Checksum 02:50:53 01666e4c0597: Download complete 02:50:53 df20fa9351a1: Pull complete 02:50:53 36b3adc4ff6f: Pull complete 02:50:53 8ad3a11d3b57: Verifying Checksum 02:50:53 8ad3a11d3b57: Download complete 02:50:53 93b61091891f: Verifying Checksum 02:50:53 93b61091891f: Download complete 02:50:54 8ad3a11d3b57: Pull complete 02:50:54 46f8f816bc3b: Pull complete 02:50:55 93b61091891f: Pull complete 02:50:55 aa168da1d23b: Verifying Checksum 02:50:55 aa168da1d23b: Download complete 02:50:56 93b9cdb0e59b: Pull complete 02:50:56 5e14af77c1be: Pull complete 02:50:56 01666e4c0597: Pull complete 02:51:03 aa168da1d23b: Pull complete 02:51:03 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:03 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:03 prd-centos7-docker-4c-2g-31477 does not seem to be running inside a container 02:51:03 $ 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/dgexfoundry_device-sdk-go_PR-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:08 $ docker top d65dbf775ae0f47b360bd1ce1cf5822e47498fc54b907d32f6502b6e8f95a63d -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:09 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:09 + mkdir -p /var/log/sa [Pipeline] sh 02:51:09 + ls /var/log/sa-host 02:51:09 + sadf -c /var/log/sa-host/sa23 02:51:09 file_magic: OK 02:51:09 HZ: Using current value: 100 02:51:09 file_header: OK 02:51:09 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 02:51:09 Statistics: 02:51:09 Hnuu...uuuununununu... 02:51:09 File successfully converted to sysstat format version 12.2.1 02:51:09 + sadf -c /var/log/sa-host/sa26 02:51:09 file_magic: OK 02:51:09 HZ: Using current value: 100 02:51:09 file_header: OK 02:51:09 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 02:51:09 Statistics: 02:51:09 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:09 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:10 provisioning config files... 02:51:10 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config6551114675429029659tmp [Pipeline] { [Pipeline] echo 02:51:10 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:10 ---> create-netrc.sh [Pipeline] } 02:51:10 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:10 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:11 ---> python-tools-install.sh [Pipeline] echo 02:51:11 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:11 ---> sudo-logs.sh 02:51:11 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:11 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:11 ---> job-cost.sh 02:51:11 lf-activate-venv: SKIPPING 02:51:11 DEBUG: total: 0.20999999344348907 02:51:11 INFO: Retrieving Stack Cost... 02:51:12 INFO: Retrieving Pricing Info for: v1-standard-2 02:51:13 INFO: Archiving Costs [Pipeline] echo 02:51:13 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:14 ---> logs-deploy.sh 02:51:14 lf-activate-venv: SKIPPING 02:51:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/25 02:51:14 INFO: archiving workspace using pattern(s): 02:51:15 Archives upload complete. 02:51:15 INFO: archiving logs to Nexus 02:51:16 ---> uname -a: 02:51:16 Linux prd-centos7-docker-4c-2g-31477.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:51:16 02:51:16 02:51:16 ---> lscpu: 02:51:16 Architecture: x86_64 02:51:16 CPU op-mode(s): 32-bit, 64-bit 02:51:16 Byte Order: Little Endian 02:51:16 Address sizes: 40 bits physical, 48 bits virtual 02:51:16 CPU(s): 4 02:51:16 On-line CPU(s) list: 0-3 02:51:16 Thread(s) per core: 1 02:51:16 Core(s) per socket: 1 02:51:16 Socket(s): 4 02:51:16 NUMA node(s): 1 02:51:16 Vendor ID: GenuineIntel 02:51:16 CPU family: 6 02:51:16 Model: 44 02:51:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:51:16 Stepping: 1 02:51:16 CPU MHz: 2933.442 02:51:16 BogoMIPS: 5866.88 02:51:16 Virtualization: VT-x 02:51:16 Hypervisor vendor: KVM 02:51:16 Virtualization type: full 02:51:16 L1d cache: 128 KiB 02:51:16 L1i cache: 128 KiB 02:51:16 L2 cache: 16 MiB 02:51:16 L3 cache: 64 MiB 02:51:16 NUMA node0 CPU(s): 0-3 02:51:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:51:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:51:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:51:16 Vulnerability Meltdown: Mitigation; PTI 02:51:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:16 Vulnerability Srbds: Not affected 02:51:16 Vulnerability Tsx async abort: Not affected 02:51:16 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 02:51:16 02:51:16 02:51:16 ---> nproc: 02:51:16 4 02:51:16 02:51:16 02:51:16 ---> df -h: 02:51:16 Filesystem Size Used Available Use% Mounted on 02:51:16 overlay 50.0G 7.3G 42.7G 15% / 02:51:16 tmpfs 64.0M 0 64.0M 0% /dev 02:51:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:51:16 shm 64.0M 0 64.0M 0% /dev/shm 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:16 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:51:16 02:51:16 02:51:16 ---> free -m: 02:51:16 total used free shared buff/cache available 02:51:16 Mem: 1837 731 102 0 1002 1000 02:51:16 Swap: 1023 1 1022 02:51:16 02:51:16 02:51:16 ---> ip addr: 02:51:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:51:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:51:16 inet 127.0.0.1/8 scope host lo 02:51:16 valid_lft forever preferred_lft forever 02:51:16 inet6 ::1/128 scope host 02:51:16 valid_lft forever preferred_lft forever 02:51:16 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:51:16 link/ether fa:16:3e:1f:b9:98 brd ff:ff:ff:ff:ff:ff 02:51:16 inet 10.30.123.71/23 brd 10.30.123.255 scope global dynamic eth0 02:51:16 valid_lft 85794sec preferred_lft 85794sec 02:51:16 inet6 fe80::f816:3eff:fe1f:b998/64 scope link 02:51:16 valid_lft forever preferred_lft forever 02:51:16 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:51:16 link/ether 02:42:a8:bc:32:e5 brd ff:ff:ff:ff:ff:ff 02:51:16 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:51:16 valid_lft forever preferred_lft forever 02:51:16 inet6 fe80::42:a8ff:febc:32e5/64 scope link 02:51:16 valid_lft forever preferred_lft forever 02:51:16 02:51:16 02:51:16 ---> sar -b -r -n DEV: 02:51:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) 02:51:16 02:51:16 02:41:00 LINUX RESTART (4 CPU) 02:51:16 02:51:16 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:51:16 02:43:01 13.80 2.11 11.69 0.00 171.03 261.07 0.00 02:51:16 02:44:01 0.35 0.00 0.35 0.00 0.00 5.55 0.00 02:51:16 02:45:01 0.18 0.00 0.18 0.00 0.00 2.30 0.00 02:51:16 02:46:01 0.32 0.00 0.32 0.00 0.00 3.46 0.00 02:51:16 02:47:01 0.32 0.00 0.32 0.00 0.00 4.40 0.00 02:51:16 02:48:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 02:51:16 02:49:01 0.25 0.00 0.25 0.00 0.00 2.56 0.00 02:51:16 02:50:02 0.15 0.00 0.15 0.00 0.00 1.75 0.00 02:51:16 02:51:01 87.63 56.57 31.06 0.00 4490.61 13282.63 0.00 02:51:16 Average: 11.34 6.43 4.91 0.00 511.07 1487.05 0.00 02:51:16 02:51:16 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:51:16 02:43:01 143788 0 626328 33.29 2620 1108808 1094112 37.34 412608 1126060 20 02:51:16 02:44:01 145248 0 624860 33.21 2620 1108816 1087684 37.12 413608 1124068 12 02:51:16 02:45:01 143192 0 626912 33.32 2620 1108820 1087844 37.13 423044 1117164 12 02:51:16 02:46:01 144392 0 625708 33.26 2620 1108824 1067892 36.45 428400 1110620 16 02:51:16 02:47:01 141228 0 628868 33.42 2620 1108828 1068048 36.45 431584 1110872 8 02:51:16 02:48:01 141968 0 628120 33.38 2620 1108836 1067892 36.45 443088 1098588 8 02:51:16 02:49:01 141868 0 628220 33.39 2620 1108836 1067892 36.45 442988 1098660 8 02:51:16 02:50:02 141908 0 628176 33.39 2620 1108840 1067892 36.45 443016 1098660 8 02:51:16 02:51:01 68936 0 735812 39.11 2620 1074176 1495656 51.04 608000 973640 63800 02:51:16 Average: 134725 0 639223 33.97 2620 1104976 1122768 38.32 449593 1095370 7099 02:51:16 02:51:16 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:51:16 02:43:01 eth0 107.69 76.29 113.14 61.95 0.00 0.00 0.00 0.00 02:51:16 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:43:01 docker0 16.72 12.14 1.99 24.41 0.00 0.00 0.00 0.00 02:51:16 02:44:01 eth0 3.31 2.90 1.12 6.69 0.00 0.00 0.00 0.00 02:51:16 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:45:01 eth0 8.04 7.20 1.01 14.02 0.00 0.00 0.00 0.00 02:51:16 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:46:01 eth0 0.12 0.10 0.01 0.03 0.00 0.00 0.00 0.00 02:51:16 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:47:01 eth0 6.91 7.06 0.57 13.69 0.00 0.00 0.00 0.00 02:51:16 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:48:01 eth0 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:49:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:16 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:50:02 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:51:16 02:50:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:50:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:51:01 eth0 212.33 178.23 2206.79 46.60 0.00 0.00 0.00 0.00 02:51:16 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 Average: eth0 37.32 29.96 254.69 15.84 0.00 0.00 0.00 0.00 02:51:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:16 Average: docker0 1.86 1.35 0.22 2.72 0.00 0.00 0.00 0.00 02:51:16 02:51:16 02:51:16 ---> sar -P ALL: 02:51:16 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/26/21 _x86_64_ (4 CPU) 02:51:16 02:51:16 02:41:00 LINUX RESTART (4 CPU) 02:51:16 02:51:16 02:42:01 CPU %user %nice %system %iowait %steal %idle 02:51:16 02:43:01 all 2.06 0.00 0.70 0.08 0.01 97.15 02:51:16 02:43:01 0 2.18 0.00 0.70 0.08 0.00 97.03 02:51:16 02:43:01 1 2.10 0.00 0.63 0.08 0.02 97.16 02:51:16 02:43:01 2 1.66 0.00 0.75 0.07 0.02 97.51 02:51:16 02:43:01 3 2.29 0.00 0.72 0.10 0.00 96.89 02:51:16 02:44:01 all 0.12 0.00 0.05 0.00 0.00 99.82 02:51:16 02:44:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:51:16 02:44:01 1 0.18 0.00 0.07 0.00 0.00 99.75 02:51:16 02:44:01 2 0.07 0.00 0.08 0.00 0.00 99.85 02:51:16 02:44:01 3 0.17 0.00 0.03 0.00 0.02 99.78 02:51:16 02:45:01 all 0.09 0.00 0.08 0.00 0.01 99.82 02:51:16 02:45:01 0 0.05 0.00 0.03 0.00 0.00 99.92 02:51:16 02:45:01 1 0.07 0.00 0.03 0.00 0.03 99.87 02:51:16 02:45:01 2 0.12 0.00 0.15 0.00 0.00 99.73 02:51:16 02:45:01 3 0.13 0.00 0.10 0.00 0.00 99.77 02:51:16 02:46:01 all 0.03 0.00 0.04 0.00 0.00 99.92 02:51:16 02:46:01 0 0.03 0.00 0.03 0.00 0.02 99.92 02:51:16 02:46:01 1 0.05 0.00 0.05 0.00 0.00 99.90 02:51:16 02:46:01 2 0.02 0.00 0.07 0.00 0.00 99.92 02:51:16 02:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:51:16 02:47:01 all 0.10 0.00 0.13 0.00 0.01 99.76 02:51:16 02:47:01 0 0.12 0.00 0.13 0.00 0.00 99.75 02:51:16 02:47:01 1 0.08 0.00 0.12 0.00 0.00 99.80 02:51:16 02:47:01 2 0.07 0.00 0.12 0.00 0.03 99.78 02:51:16 02:47:01 3 0.15 0.00 0.15 0.00 0.00 99.70 02:51:16 02:48:01 all 0.03 0.00 0.04 0.00 0.00 99.92 02:51:16 02:48:01 0 0.03 0.00 0.05 0.00 0.00 99.92 02:51:16 02:48:01 1 0.05 0.00 0.03 0.00 0.00 99.92 02:51:16 02:48:01 2 0.03 0.00 0.07 0.00 0.00 99.90 02:51:16 02:48:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:51:16 02:49:01 all 0.04 0.00 0.03 0.00 0.00 99.94 02:51:16 02:49:01 0 0.05 0.00 0.05 0.00 0.00 99.90 02:51:16 02:49:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:51:16 02:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:51:16 02:49:01 3 0.05 0.00 0.02 0.00 0.00 99.93 02:51:16 02:50:02 all 0.02 0.00 0.03 0.00 0.00 99.95 02:51:16 02:50:02 0 0.02 0.00 0.03 0.00 0.00 99.95 02:51:16 02:50:02 1 0.02 0.00 0.03 0.00 0.02 99.93 02:51:16 02:50:02 2 0.02 0.00 0.03 0.00 0.00 99.95 02:51:16 02:50:02 3 0.02 0.00 0.02 0.00 0.00 99.97 02:51:16 02:51:01 all 4.83 0.00 3.33 1.49 0.04 90.32 02:51:16 02:51:01 0 4.76 0.00 3.29 1.45 0.05 90.45 02:51:16 02:51:01 1 4.42 0.00 3.00 0.98 0.03 91.57 02:51:16 02:51:01 2 4.45 0.00 2.97 0.46 0.03 92.08 02:51:16 02:51:01 3 5.69 0.00 4.05 3.07 0.03 87.15 02:51:16 Average: all 0.80 0.00 0.48 0.17 0.01 98.54 02:51:16 Average: 0 0.80 0.00 0.48 0.17 0.01 98.55 02:51:16 Average: 1 0.77 0.00 0.44 0.12 0.01 98.67 02:51:16 Average: 2 0.70 0.00 0.47 0.06 0.01 98.76 02:51:16 Average: 3 0.93 0.00 0.56 0.34 0.01 98.16 02:51:16 02:51:16 02:51:16