Pull request #798 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-sdk-go Obtained Jenkinsfile from fd6d2d484dc046ea424b5eae25500a881197733d+859d05bb29d195830a2bef80ceacb337f49ed4c7 (8e9096deb5067409591d092c32a095bcec0d7ca6) 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 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 5a4b2863d981ac6c14e44fa4f963a690d64f08cf (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 5a4b2863d981ac6c14e44fa4f963a690d64f08cf # timeout=10 Commit message: "Merge pull request #318 from MightyNerdEric/parallelCostCapture" > 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:docker-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: docker-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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-27631 in /w/workspace/dgexfoundry_device-sdk-go_PR-798 [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-798 # 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 > 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/798/head:refs/remotes/origin/PR-798 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit fd6d2d484dc046ea424b5eae25500a881197733d Merge succeeded, producing fd6d2d484dc046ea424b5eae25500a881197733d Checking out Revision fd6d2d484dc046ea424b5eae25500a881197733d (PR-798) > git config core.sparsecheckout # timeout=10 > git checkout -f fd6d2d484dc046ea424b5eae25500a881197733d # 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 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fd6d2d484dc046ea424b5eae25500a881197733d # timeout=10 Commit message: "feat: handle no readings generated gracefully" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 09:52:04 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 09:52:04 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 09:52:04 ========================================================= 09:52:04 EdgeX Global Pipelines Version Info 09:52:04 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 113a0336d074b60289f69560fe6bc6059f58e425 # timeout=10 09:52:06 ------------------- 09:52:06 stable info: 09:52:06 ------------------- 09:52:06 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 09:52:06 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 09:52:06 Message: update stable to v1.0.181 09:52:07 ------------------- 09:52:07 experimental info: 09:52:07 ------------------- 09:52:07 Commited By: **** collab-it+edgex@linuxfoundation.org 09:52:07 Commit SHA: 5a4b2863d981ac6c14e44fa4f963a690d64f08cf 09:52:07 Message: update experimental to v1.0.181 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 09:52:07 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 09:52:08 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-798 [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-798 [Pipeline] echo 09:52:09 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-798 [Pipeline] echo 09:52:10 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fd6d2d484dc046ea424b5eae25500a881197733d [Pipeline] echo 09:52:10 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fd6d2d4 [Pipeline] echo 09:52:10 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:52:10 provisioning config files... 09:52:10 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/config4939737283537448436tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:52:10 ---> docker-login.sh 09:52:10 nexus3.edgexfoundry.org:10001 09:52:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:11 Configure a credential helper to remove this warning. See 09:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:11 09:52:11 Login Succeeded 09:52:11 nexus3.edgexfoundry.org:10002 09:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:11 Configure a credential helper to remove this warning. See 09:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:11 09:52:11 Login Succeeded 09:52:11 nexus3.edgexfoundry.org:10003 09:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:11 Configure a credential helper to remove this warning. See 09:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:11 09:52:11 Login Succeeded 09:52:11 nexus3.edgexfoundry.org:10004 09:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:11 Configure a credential helper to remove this warning. See 09:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:11 09:52:11 Login Succeeded 09:52:11 docker.io 09:52:11 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:52:11 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:52:11 Configure a credential helper to remove this warning. See 09:52:11 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:52:11 09:52:11 Login Succeeded 09:52:11 ---> docker-login.sh ends [Pipeline] } 09:52:11 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:52:12 + git log --format=format:%s -1 fd6d2d484dc046ea424b5eae25500a881197733d [Pipeline] echo 09:52:12 GIT_COMMIT: fd6d2d484dc046ea424b5eae25500a881197733d, Commit Message: feat: handle no readings generated gracefully [Pipeline] echo 09:52:12 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 09:52:13 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:52:13 09:52:13 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 09:52:14 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:52:14 latest: Pulling from edgex-devops/git-semver 09:52:14 31603596830f: Pulling fs layer 09:52:14 2a8b12db71e7: Pulling fs layer 09:52:14 6ca5941a6612: Pulling fs layer 09:52:14 ecc8261a40a4: Pulling fs layer 09:52:14 2a8b12db71e7: Verifying Checksum 09:52:14 2a8b12db71e7: Download complete 09:52:14 31603596830f: Verifying Checksum 09:52:14 31603596830f: Download complete 09:52:14 ecc8261a40a4: Verifying Checksum 09:52:14 6ca5941a6612: Verifying Checksum 09:52:14 6ca5941a6612: Download complete 09:52:14 31603596830f: Pull complete 09:52:14 2a8b12db71e7: Pull complete 09:52:15 6ca5941a6612: Pull complete 09:52:15 ecc8261a40a4: Pull complete 09:52:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 09:52:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 09:52:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 09:52:16 prd-centos7-docker-4c-2g-27631 does not seem to be running inside a container 09:52:16 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-798 -v /w/workspace/dgexfoundry_device-sdk-go_PR-798:/w/workspace/dgexfoundry_device-sdk-go_PR-798:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-798@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 09:52:18 $ docker top afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 09:52:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:18 [ssh-agent] Looking for ssh-agent implementation... 09:52:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:18 $ docker exec afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 ssh-agent 09:52:18 SSH_AUTH_SOCK=/tmp/ssh-Zks8yivJnn8f/agent.12 09:52:18 SSH_AGENT_PID=17 09:52:18 Running ssh-add (command line suppressed) 09:52:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/private_key_8695962822364101748.key (/w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/private_key_8695962822364101748.key) 09:52:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:19 + git tag --points-at HEAD [Pipeline] } 09:52:19 $ docker exec --env ******** --env ******** afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 ssh-agent -k 09:52:19 unset SSH_AUTH_SOCK; 09:52:19 unset SSH_AGENT_PID; 09:52:19 echo Agent pid 17 killed; 09:52:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 09:52:19 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 09:52:19 [ssh-agent] Looking for ssh-agent implementation... 09:52:19 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 09:52:19 $ docker exec afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 ssh-agent 09:52:19 SSH_AUTH_SOCK=/tmp/ssh-wtnaHod6Q6QR/agent.47 09:52:19 SSH_AGENT_PID=52 09:52:19 Running ssh-add (command line suppressed) 09:52:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/private_key_6188660269601528792.key (/w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/private_key_6188660269601528792.key) 09:52:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 09:52:20 + git semver init 09:52:20 # -> Open(): unable to determine branch for HEAD 09:52:20 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-798/.git 09:52:20 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-798 09:52:20 # $SEMVER_REMOTE_NAME = origin 09:52:20 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 09:52:20 # $SEMVER_USER_NAME = edgex-jenkins 09:52:20 # $SEMVER_BRANCH = PR-798 09:52:20 # $SEMVER_TEMP = /tmp/semver-394840649 09:52:20 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 09:52:20 # '/tmp/semver-394840649' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-798/.semver' 09:52:20 # -> Force: false 09:52:20 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-798/.semver [Pipeline] } 09:52:20 $ docker exec --env ******** --env ******** afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 ssh-agent -k 09:52:21 unset SSH_AUTH_SOCK; 09:52:21 unset SSH_AGENT_PID; 09:52:21 echo Agent pid 52 killed; 09:52:21 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 09:52:21 + git semver [Pipeline] } 09:52:21 $ docker stop --time=1 afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 09:52:22 $ docker rm -f afae599986fc7c8e27b5261bc81cea289e705756ce4d9bb5671185efe2080461 [Pipeline] // withDockerContainer [Pipeline] sh 09:52:23 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 09:52:23 Stashed 1 file(s) [Pipeline] echo 09:52:23 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 09:52:39 Still waiting to schedule task 09:52:39 Waiting for next available executor on ‘centos7-docker-4c-2g’ 09:52:39 Still waiting to schedule task 09:52:39 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 09:53:45 Running on prd-centos7-docker-4c-2g-27632 in /w/workspace/dgexfoundry_device-sdk-go_PR-798 [Pipeline] { [Pipeline] ws 09:53:45 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 09:54:03 using credential edgex-jenkins-ssh 09:54:04 Cloning the remote Git repository 09:54:04 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:54:04 > git init /w/workspace/device-sdk-go/2 # timeout=10 09:54:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:54:04 > git --version # timeout=10 09:54:05 > git --version # 'git version 2.24.3' 09:54:05 using GIT_SSH to set credentials SSH Credentials for GitHub 09:54:05 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:54:07 Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit fd6d2d484dc046ea424b5eae25500a881197733d 09:54:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:54:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:54:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:54:07 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:54:07 using GIT_SSH to set credentials SSH Credentials for GitHub 09:54:07 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/798/head:refs/remotes/origin/PR-798 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:54:07 > git config core.sparsecheckout # timeout=10 09:54:07 > git checkout -f fd6d2d484dc046ea424b5eae25500a881197733d # timeout=10 09:54:08 Merge succeeded, producing fd6d2d484dc046ea424b5eae25500a881197733d 09:54:08 Checking out Revision fd6d2d484dc046ea424b5eae25500a881197733d (PR-798) 09:54:08 > git remote # timeout=10 09:54:08 > git config --get remote.origin.url # timeout=10 09:54:08 using GIT_SSH to set credentials SSH Credentials for GitHub 09:54:08 > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 09:54:08 > git rev-parse HEAD^{commit} # timeout=10 09:54:08 > git config core.sparsecheckout # timeout=10 09:54:08 > git checkout -f fd6d2d484dc046ea424b5eae25500a881197733d # timeout=10 09:54:15 Commit message: "feat: handle no readings generated gracefully" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:54:18 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 09:54:19 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:54:19 + true 09:54:19 + sudo service docker restart 09:54:19 Redirecting to /bin/systemctl restart docker.service 09:54:21 Running on prd-ubuntu18.04-docker-arm64-4c-16g-27633 in /w/workspace/dgexfoundry_device-sdk-go_PR-798 [Pipeline] { [Pipeline] ws 09:54:21 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:54:22 provisioning config files... 09:54:22 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config2027643533926529566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:24 ---> docker-login.sh 09:54:24 nexus3.edgexfoundry.org:10001 09:54:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:25 using credential edgex-jenkins-ssh 09:54:26 Cloning the remote Git repository 09:54:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:26 Configure a credential helper to remove this warning. See 09:54:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:26 09:54:26 Login Succeeded 09:54:26 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 09:54:26 > git init /w/workspace/device-sdk-go/2 # timeout=10 09:54:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:54:26 > git --version # timeout=10 09:54:26 > git --version # 'git version 2.17.1' 09:54:26 using GIT_SSH to set credentials SSH Credentials for GitHub 09:54:26 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 09:54:26 nexus3.edgexfoundry.org:10002 09:54:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:54:27 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 09:54:27 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 09:54:27 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 09:54:27 using GIT_SSH to set credentials SSH Credentials for GitHub 09:54:27 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/798/head:refs/remotes/origin/PR-798 +refs/heads/master:refs/remotes/origin/master # timeout=10 09:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:28 Merging remotes/origin/master commit 859d05bb29d195830a2bef80ceacb337f49ed4c7 into PR head commit fd6d2d484dc046ea424b5eae25500a881197733d 09:54:28 Merge succeeded, producing fd6d2d484dc046ea424b5eae25500a881197733d 09:54:28 Checking out Revision fd6d2d484dc046ea424b5eae25500a881197733d (PR-798) 09:54:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:28 Configure a credential helper to remove this warning. See 09:54:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:28 09:54:28 Login Succeeded 09:54:28 nexus3.edgexfoundry.org:10003 09:54:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:28 > git config core.sparsecheckout # timeout=10 09:54:28 > git checkout -f fd6d2d484dc046ea424b5eae25500a881197733d # timeout=10 09:54:28 > git remote # timeout=10 09:54:28 > git config --get remote.origin.url # timeout=10 09:54:28 using GIT_SSH to set credentials SSH Credentials for GitHub 09:54:28 > git merge 859d05bb29d195830a2bef80ceacb337f49ed4c7 # timeout=10 09:54:28 > git rev-parse HEAD^{commit} # timeout=10 09:54:28 > git config core.sparsecheckout # timeout=10 09:54:28 > git checkout -f fd6d2d484dc046ea424b5eae25500a881197733d # timeout=10 09:54:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:29 Configure a credential helper to remove this warning. See 09:54:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:29 09:54:29 Login Succeeded 09:54:29 nexus3.edgexfoundry.org:10004 09:54:29 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:29 Configure a credential helper to remove this warning. See 09:54:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:29 09:54:29 Login Succeeded 09:54:29 docker.io 09:54:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:31 Configure a credential helper to remove this warning. See 09:54:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:31 09:54:31 Login Succeeded 09:54:31 ---> docker-login.sh ends [Pipeline] } 09:54:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:54:31 ========================================================= 09:54:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 09:54:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:54:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 09:54:32 Commit message: "feat: handle no readings generated gracefully" 09:54:33 Sending build context to Docker daemon 2.435MB 09:54:33 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:54:33 Step 2/8 : FROM ${BASE} [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 09:54:33 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 09:54:33 188c0c94c7c5: Pulling fs layer 09:54:33 0ef7d3d256c8: Pulling fs layer 09:54:33 de9db76c5a1d: Pulling fs layer 09:54:33 bca2f99d35d6: Pulling fs layer 09:54:33 93359f2a8cfa: Pulling fs layer 09:54:33 7c6f9722023f: Pulling fs layer 09:54:33 a35cf1a2eb13: Pulling fs layer 09:54:33 bca2f99d35d6: Waiting 09:54:33 93359f2a8cfa: Waiting 09:54:33 7c6f9722023f: Waiting 09:54:33 a35cf1a2eb13: Waiting 09:54:33 de9db76c5a1d: Verifying Checksum 09:54:33 de9db76c5a1d: Download complete 09:54:33 0ef7d3d256c8: Verifying Checksum 09:54:33 0ef7d3d256c8: Download complete 09:54:33 93359f2a8cfa: Verifying Checksum 09:54:33 93359f2a8cfa: Download complete 09:54:34 7c6f9722023f: Verifying Checksum 09:54:34 7c6f9722023f: Download complete 09:54:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 09:54:34 188c0c94c7c5: Verifying Checksum 09:54:34 188c0c94c7c5: Download complete 09:54:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 09:54:35 + sudo service docker restart 09:54:35 + true 09:54:35 188c0c94c7c5: Pull complete 09:54:35 0ef7d3d256c8: Pull complete 09:54:36 de9db76c5a1d: Pull complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 09:54:37 provisioning config files... 09:54:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config7354430525334835478tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 09:54:37 ---> docker-login.sh 09:54:37 nexus3.edgexfoundry.org:10001 09:54:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:38 Configure a credential helper to remove this warning. See 09:54:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:38 09:54:38 Login Succeeded 09:54:38 nexus3.edgexfoundry.org:10002 09:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:39 Configure a credential helper to remove this warning. See 09:54:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:39 09:54:39 Login Succeeded 09:54:39 nexus3.edgexfoundry.org:10003 09:54:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:40 Configure a credential helper to remove this warning. See 09:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:40 09:54:40 Login Succeeded 09:54:40 nexus3.edgexfoundry.org:10004 09:54:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:40 Configure a credential helper to remove this warning. See 09:54:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:40 09:54:40 Login Succeeded 09:54:40 docker.io 09:54:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 09:54:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 09:54:41 Configure a credential helper to remove this warning. See 09:54:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 09:54:41 09:54:41 Login Succeeded 09:54:41 ---> docker-login.sh ends [Pipeline] } 09:54:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 09:54:42 ========================================================= 09:54:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 09:54:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 09:54:42 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 09:54:42 Sending build context to Docker daemon 2.434MB 09:54:43 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 09:54:43 Step 2/8 : FROM ${BASE} 09:54:43 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 09:54:43 5f621e34cdf4: Pulling fs layer 09:54:43 a4357932f1b6: Pulling fs layer 09:54:43 18c013af1878: Pulling fs layer 09:54:43 00ac8860ef70: Pulling fs layer 09:54:43 63d7cb157983: Pulling fs layer 09:54:43 b116817d02f9: Pulling fs layer 09:54:43 745a02a5169b: Pulling fs layer 09:54:43 63d7cb157983: Waiting 09:54:43 b116817d02f9: Waiting 09:54:43 745a02a5169b: Waiting 09:54:43 00ac8860ef70: Waiting 09:54:43 a4357932f1b6: Verifying Checksum 09:54:43 a4357932f1b6: Download complete 09:54:43 18c013af1878: Verifying Checksum 09:54:43 18c013af1878: Download complete 09:54:43 63d7cb157983: Verifying Checksum 09:54:43 63d7cb157983: Download complete 09:54:43 b116817d02f9: Verifying Checksum 09:54:43 b116817d02f9: Download complete 09:54:43 5f621e34cdf4: Verifying Checksum 09:54:43 5f621e34cdf4: Download complete 09:54:43 a35cf1a2eb13: Verifying Checksum 09:54:43 a35cf1a2eb13: Download complete 09:54:44 bca2f99d35d6: Verifying Checksum 09:54:44 bca2f99d35d6: Download complete 09:54:44 5f621e34cdf4: Pull complete 09:54:44 a4357932f1b6: Pull complete 09:54:45 18c013af1878: Pull complete 09:54:45 745a02a5169b: Verifying Checksum 09:54:45 745a02a5169b: Download complete 09:54:47 00ac8860ef70: Verifying Checksum 09:54:47 00ac8860ef70: Download complete 09:54:57 00ac8860ef70: Pull complete 09:54:57 63d7cb157983: Pull complete 09:54:57 b116817d02f9: Pull complete 09:55:01 745a02a5169b: Pull complete 09:55:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 09:55:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 09:55:01 ---> b7e6874047d6 09:55:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:55:03 bca2f99d35d6: Pull complete 09:55:03 93359f2a8cfa: Pull complete 09:55:03 7c6f9722023f: Pull complete 09:55:04 ---> Running in 03f80c49888f 09:55:04 Removing intermediate container 03f80c49888f 09:55:04 ---> 2bf89a47264e 09:55:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:55:05 ---> Running in 0d9a463cb08d 09:55:07 Removing intermediate container 0d9a463cb08d 09:55:07 ---> d7a5aea46bfe 09:55:07 Step 5/8 : RUN apk add --update --no-cache make git 09:55:07 ---> Running in cd114ae3e8ff 09:55:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:55:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:55:09 OK: 142 MiB in 39 packages 09:55:11 Removing intermediate container cd114ae3e8ff 09:55:11 ---> 56a9036c563c 09:55:11 Step 6/8 : WORKDIR /device-sdk-go 09:55:11 ---> Running in 40ba70631981 09:55:11 Removing intermediate container 40ba70631981 09:55:11 ---> 6bf3e751a608 09:55:11 Step 7/8 : COPY . . 09:55:13 ---> 4efaf7757fa8 09:55:13 Step 8/8 : RUN go mod download 09:55:13 ---> Running in 9457842e876e 09:55:14 a35cf1a2eb13: Pull complete 09:55:14 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 09:55:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 09:55:14 ---> a62c8e92a672 09:55:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:55:14 ---> Running in 7b6e6b344e33 09:55:14 Removing intermediate container 7b6e6b344e33 09:55:14 ---> 197b41e5d931 09:55:14 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:55:14 ---> Running in 83d4cb62c9eb 09:55:17 Removing intermediate container 83d4cb62c9eb 09:55:17 ---> 6a6acec85c67 09:55:17 Step 5/8 : RUN apk add --update --no-cache make git 09:55:17 ---> Running in 1ee6af0bc707 09:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:55:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:55:20 OK: 166 MiB in 39 packages 09:55:21 Removing intermediate container 1ee6af0bc707 09:55:21 ---> 5f9e29f101e9 09:55:21 Step 6/8 : WORKDIR /device-sdk-go 09:55:21 ---> Running in 3bf185de8e12 09:55:21 Removing intermediate container 3bf185de8e12 09:55:21 ---> 50065e54b729 09:55:21 Step 7/8 : COPY . . 09:55:25 ---> e94c4f624f9b 09:55:25 Step 8/8 : RUN go mod download 09:55:25 ---> Running in e584afdfb9ff 09:55:40 Removing intermediate container 9457842e876e 09:55:40 ---> be4b001e4719 09:55:40 Successfully built be4b001e4719 09:55:40 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 09:55:40 + docker inspect -f . ci-base-image-arm64 09:55:40 . [Pipeline] withDockerContainer 09:55:40 prd-ubuntu18.04-docker-arm64-4c-16g-27633 does not seem to be running inside a container 09:55:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:55:42 $ docker top 6d6ddd312065549f853764f05329481633e60fb3914b10d00541ef4b1891fc12 -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:43 + go version 09:55:43 go version go1.15.5 linux/arm64 [Pipeline] } 09:55:43 $ docker stop --time=1 6d6ddd312065549f853764f05329481633e60fb3914b10d00541ef4b1891fc12 09:55:45 $ docker rm -f 6d6ddd312065549f853764f05329481633e60fb3914b10d00541ef4b1891fc12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:55:46 + docker inspect -f . ci-base-image-arm64 09:55:46 . [Pipeline] withDockerContainer 09:55:46 prd-ubuntu18.04-docker-arm64-4c-16g-27633 does not seem to be running inside a container 09:55:47 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 09:55:48 $ docker top d9219cefe5fc82cce35fdf3cb65762a8fd6c0e1973ac9a972fad91b4075b0d56 -eo pid,comm [Pipeline] { [Pipeline] sh 09:55:49 + make test 09:55:49 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:56:06 Removing intermediate container e584afdfb9ff 09:56:06 ---> ceff52a65428 09:56:06 Successfully built ceff52a65428 09:56:06 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 09:56:06 + docker inspect -f . ci-base-image-x86_64 09:56:07 . [Pipeline] withDockerContainer 09:56:07 prd-centos7-docker-4c-2g-27632 does not seem to be running inside a container 09:56:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:56:10 $ docker top 38894d48c68601144af515dcdd6e95ac68b3c7485fb83e78ffd2494459c50ee5 -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:11 + go version 09:56:11 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:56:11 go version go1.15.5 linux/amd64 [Pipeline] } 09:56:12 $ docker stop --time=1 38894d48c68601144af515dcdd6e95ac68b3c7485fb83e78ffd2494459c50ee5 09:56:13 $ docker rm -f 38894d48c68601144af515dcdd6e95ac68b3c7485fb83e78ffd2494459c50ee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 09:56:14 + docker inspect -f . ci-base-image-x86_64 09:56:14 . [Pipeline] withDockerContainer 09:56:15 prd-centos7-docker-4c-2g-27632 does not seem to be running inside a container 09:56:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 09:56:17 $ docker top cd72241538e41d0fe06ca26b9a232d526dcd1e850ada12eda1052195272f0af2 -eo pid,comm [Pipeline] { [Pipeline] sh 09:56:18 + make test 09:56:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 09:56:31 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 09:56:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:56:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:56:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:56:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 09:56:59 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 09:56:59 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 09:56:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.132s coverage: 25.5% of statements 09:56:59 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.065s coverage: 25.5% of statements 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.116s coverage: 10.1% of statements 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.114s coverage: 12.5% of statements 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.164s coverage: 84.8% of statements 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.192s coverage: 48.7% of statements 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.153s coverage: 81.3% of statements 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.172s coverage: 24.8% of statements 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 6.168s coverage: 83.5% of statements 09:57:21 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.142s coverage: 5.3% of statements 09:57:21 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:57:21 GO111MODULE=on go vet ./... 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.077s coverage: 10.1% of statements 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.104s coverage: 12.5% of statements 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.171s coverage: 84.8% of statements 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.161s coverage: 48.7% of statements 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.107s coverage: 81.3% of statements 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.130s coverage: 24.8% of statements 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.820s coverage: 83.5% of statements 09:57:32 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.069s coverage: 5.3% of statements 09:57:32 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 09:57:32 GO111MODULE=on go vet ./... 09:58:00 gofmt -l . 09:58:00 [ "`gofmt -l .`" = "" ] 09:58:00 ./bin/test-attribution-txt.sh 09:58:00 ./bin/test-go-mod-tidy.sh [Pipeline] } 09:58:00 $ docker stop --time=1 d9219cefe5fc82cce35fdf3cb65762a8fd6c0e1973ac9a972fad91b4075b0d56 09:58:01 gofmt -l . 09:58:01 [ "`gofmt -l .`" = "" ] 09:58:01 ./bin/test-attribution-txt.sh 09:58:01 ./bin/test-go-mod-tidy.sh 09:58:03 $ docker rm -f d9219cefe5fc82cce35fdf3cb65762a8fd6c0e1973ac9a972fad91b4075b0d56 [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] } 09:58:04 $ docker stop --time=1 cd72241538e41d0fe06ca26b9a232d526dcd1e850ada12eda1052195272f0af2 09:58:04 + sudo chown -R jenkins:jenkins . 09:58:07 $ docker rm -f cd72241538e41d0fe06ca26b9a232d526dcd1e850ada12eda1052195272f0af2 [Pipeline] // withDockerContainer [Pipeline] stash [Pipeline] sh 09:58:09 + sudo chown -R jenkins:jenkins . [Pipeline] stash 09:58:09 Warning: overwriting stash ‘coverage-report’ 09:58:09 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { 09:58:12 Stashed 1 file(s) [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 09:58:12 + sudo chown -R jenkins:jenkins . [Pipeline] sh [Pipeline] sh 09:58:12 + ls -al . 09:58:12 total 220 09:58:12 drwxrwxr-x 10 jenkins jenkins 4096 Feb 25 09:57 . 09:58:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 09:54 .. 09:58:12 -rw-rw-r-- 1 jenkins jenkins 140 Feb 25 09:54 .dockerignore 09:58:12 drwxrwxr-x 8 jenkins jenkins 4096 Feb 25 09:54 .git 09:58:12 drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 09:54 .github 09:58:12 -rw-rw-r-- 1 jenkins jenkins 138 Feb 25 09:54 .gitignore 09:58:12 -rw-rw-r-- 1 jenkins jenkins 949 Feb 25 09:54 Dockerfile.build 09:58:12 -rw-rw-r-- 1 jenkins jenkins 901 Feb 25 09:54 Jenkinsfile 09:58:12 -rw-rw-r-- 1 jenkins jenkins 11341 Feb 25 09:54 LICENSE 09:58:12 -rw-rw-r-- 1 jenkins jenkins 1016 Feb 25 09:54 Makefile 09:58:12 -rw-rw-r-- 1 jenkins jenkins 5897 Feb 25 09:54 README.md 09:58:12 -rw-rw-r-- 1 jenkins jenkins 6616 Feb 25 09:54 RELEASE-NOTES.txt 09:58:12 -rw-rw-r-- 1 jenkins jenkins 5 Feb 25 09:52 VERSION 09:58:12 drwxrwxr-x 2 jenkins jenkins 4096 Feb 25 09:54 bin 09:58:12 -rw-r--r-- 1 jenkins jenkins 102310 Feb 25 09:57 coverage.out 09:58:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 09:54 example 09:58:12 -rw-r--r-- 1 jenkins jenkins 516 Feb 25 09:57 go.mod 09:58:12 -rw-r--r-- 1 jenkins jenkins 17254 Feb 25 09:57 go.sum 09:58:12 drwxrwxr-x 13 jenkins jenkins 4096 Feb 25 09:54 internal 09:58:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 09:54 openapi 09:58:12 drwxrwxr-x 5 jenkins jenkins 4096 Feb 25 09:54 pkg 09:58:12 drwxrwxr-x 4 jenkins jenkins 4096 Feb 25 09:54 snap 09:58:12 -rw-rw-r-- 1 jenkins jenkins 222 Feb 25 09:54 version.go [Pipeline] isUnix [Pipeline] sh 09:58:13 + sudo chown -R jenkins:jenkins . [Pipeline] sh 09:58:13 + docker build -t docker-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=fd6d2d484dc046ea424b5eae25500a881197733d --label arch=arm64 --label version=0.0.0 . 09:58:13 + ls -al . 09:58:13 total 184 09:58:13 drwxrwxr-x. 10 jenkins jenkins 4096 Feb 25 09:58 . 09:58:13 drwxrwxr-x. 4 jenkins jenkins 28 Feb 25 09:54 .. 09:58:13 drwxrwxr-x. 2 jenkins jenkins 64 Feb 25 09:54 bin 09:58:13 -rw-r--r--. 1 jenkins jenkins 102310 Feb 25 09:57 coverage.out 09:58:13 -rw-rw-r--. 1 jenkins jenkins 949 Feb 25 09:54 Dockerfile.build 09:58:13 -rw-rw-r--. 1 jenkins jenkins 140 Feb 25 09:54 .dockerignore 09:58:13 drwxrwxr-x. 4 jenkins jenkins 48 Feb 25 09:54 example 09:58:13 drwxrwxr-x. 8 jenkins jenkins 179 Feb 25 09:54 .git 09:58:13 drwxrwxr-x. 2 jenkins jenkins 103 Feb 25 09:54 .github 09:58:13 -rw-rw-r--. 1 jenkins jenkins 138 Feb 25 09:54 .gitignore 09:58:13 -rw-r--r--. 1 jenkins jenkins 516 Feb 25 09:58 go.mod 09:58:13 -rw-r--r--. 1 jenkins jenkins 17254 Feb 25 09:58 go.sum 09:58:13 drwxrwxr-x. 13 jenkins jenkins 183 Feb 25 09:54 internal 09:58:13 -rw-rw-r--. 1 jenkins jenkins 901 Feb 25 09:54 Jenkinsfile 09:58:13 -rw-rw-r--. 1 jenkins jenkins 11341 Feb 25 09:54 LICENSE 09:58:13 -rw-rw-r--. 1 jenkins jenkins 1016 Feb 25 09:54 Makefile 09:58:13 drwxrwxr-x. 4 jenkins jenkins 26 Feb 25 09:54 openapi 09:58:13 drwxrwxr-x. 5 jenkins jenkins 50 Feb 25 09:54 pkg 09:58:13 -rw-rw-r--. 1 jenkins jenkins 5897 Feb 25 09:54 README.md 09:58:13 -rw-rw-r--. 1 jenkins jenkins 6616 Feb 25 09:54 RELEASE-NOTES.txt 09:58:13 drwxrwxr-x. 4 jenkins jenkins 54 Feb 25 09:54 snap 09:58:13 -rw-rw-r--. 1 jenkins jenkins 5 Feb 25 09:52 VERSION 09:58:13 -rw-rw-r--. 1 jenkins jenkins 222 Feb 25 09:54 version.go [Pipeline] isUnix [Pipeline] sh 09:58:14 Sending build context to Docker daemon 2.536MB 09:58:14 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:58:14 Step 2/24 : FROM ${BASE} AS builder 09:58:14 ---> be4b001e4719 09:58:14 Step 3/24 : ARG MAKE='make build' 09:58:14 ---> Running in 1c135fe9362b 09:58:14 + docker build -t docker-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=fd6d2d484dc046ea424b5eae25500a881197733d --label arch=amd64 --label version=0.0.0 . 09:58:14 Removing intermediate container 1c135fe9362b 09:58:14 ---> 75a515daf29b 09:58:14 Step 4/24 : WORKDIR /device-sdk-go 09:58:14 ---> Running in 073632890eb5 09:58:15 Removing intermediate container 073632890eb5 09:58:15 ---> 470677df61f0 09:58:15 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:58:15 ---> Running in 144338cf4448 09:58:15 Sending build context to Docker daemon 2.537MB 09:58:15 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 09:58:15 Step 2/24 : FROM ${BASE} AS builder 09:58:15 ---> ceff52a65428 09:58:15 Step 3/24 : ARG MAKE='make build' 09:58:16 Removing intermediate container 144338cf4448 09:58:16 ---> 357b95b9eee5 09:58:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:16 ---> Running in 2514538ffec7 09:58:16 ---> Running in 5094f5a98685 09:58:16 Removing intermediate container 5094f5a98685 09:58:16 ---> 74aa7642909d 09:58:16 Step 4/24 : WORKDIR /device-sdk-go 09:58:16 ---> Running in ed608b93245b 09:58:17 Removing intermediate container ed608b93245b 09:58:17 ---> fd2b6406270b 09:58:17 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:58:17 ---> Running in 9480e56a2c76 09:58:17 Removing intermediate container 9480e56a2c76 09:58:17 ---> 5ed76d450fff 09:58:17 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 09:58:18 Removing intermediate container 2514538ffec7 09:58:18 ---> 9f25a781e838 09:58:18 Step 7/24 : RUN apk add --update --no-cache make git 09:58:18 ---> Running in 0c54461661d7 09:58:18 ---> Running in 49f082baad2f 09:58:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 09:58:19 Removing intermediate container 0c54461661d7 09:58:19 ---> 4fa2f4de666f 09:58:19 Step 7/24 : RUN apk add --update --no-cache make git 09:58:20 ---> Running in c5e0521738b5 09:58:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 09:58:20 OK: 142 MiB in 39 packages 09:58:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 09:58:21 Removing intermediate container 49f082baad2f 09:58:21 ---> 4177453e7243 09:58:21 Step 8/24 : COPY . . 09:58:22 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 09:58:22 ---> d0b52dd0b554 09:58:22 Step 9/24 : RUN ${MAKE} 09:58:23 ---> Running in 64101226b2db 09:58:23 OK: 166 MiB in 39 packages 09:58:24 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 09:58:24 Removing intermediate container c5e0521738b5 09:58:24 ---> 2f17c0a306f2 09:58:24 Step 8/24 : COPY . . 09:58:26 ---> 7bd0ea33f833 09:58:26 Step 9/24 : RUN ${MAKE} 09:58:26 ---> Running in 3472756321d6 09:58:28 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 09:58:50 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:58:52 Removing intermediate container 64101226b2db 09:58:52 ---> ec166dfd0786 09:58:52 Step 10/24 : FROM scratch 09:58:52 ---> 09:58:52 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:58:52 ---> Running in 09b86b4e39d2 09:58:52 Removing intermediate container 09b86b4e39d2 09:58:52 ---> bf1fb6f01261 09:58:52 Step 12/24 : ENV APP_PORT=49990 09:58:52 ---> Running in c38c0d3309e8 09:58:53 Removing intermediate container c38c0d3309e8 09:58:53 ---> c1053e848f80 09:58:53 Step 13/24 : EXPOSE $APP_PORT 09:58:53 ---> Running in 7267341615ca 09:58:53 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 09:58:53 Removing intermediate container 7267341615ca 09:58:53 ---> 44902316ba05 09:58:53 Step 14/24 : WORKDIR / 09:58:53 ---> Running in a96998f38d2d 09:58:54 Removing intermediate container a96998f38d2d 09:58:54 ---> 74c2eff72a7c 09:58:54 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 09:58:55 ---> dc17831abe06 09:58:55 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:58:55 ---> 4fadd09cccea 09:58:55 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:58:56 ---> a5039f072633 09:58:56 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:58:57 ---> 662bd8456860 09:58:57 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:58:58 ---> c93abd8a3d4a 09:58:58 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:58:58 ---> Running in 5ce22d2a12e1 09:58:58 Removing intermediate container 3472756321d6 09:58:58 ---> b2719b66925b 09:58:58 Step 10/24 : FROM scratch 09:58:58 ---> 09:58:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 09:58:58 ---> Running in 72acd4b1acad 09:58:58 Removing intermediate container 5ce22d2a12e1 09:58:58 ---> 36b8726e46a9 09:58:58 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:58:58 ---> Running in 3cca83d9d014 09:58:59 Removing intermediate container 72acd4b1acad 09:58:59 ---> 146bf3dcdf22 09:58:59 Step 12/24 : ENV APP_PORT=49990 09:58:59 Removing intermediate container 3cca83d9d014 09:58:59 ---> 3224fda3c408 09:58:59 Step 22/24 : LABEL arch=arm64 09:58:59 ---> Running in e41aaf2233f7 09:58:59 ---> Running in 0248fbc8533f 09:58:59 Removing intermediate container e41aaf2233f7 09:58:59 ---> 219f19ef4c77 09:58:59 Step 23/24 : LABEL git_sha=fd6d2d484dc046ea424b5eae25500a881197733d 09:58:59 ---> Running in 45295172a96d 09:59:00 Removing intermediate container 0248fbc8533f 09:59:00 ---> 90a464f9706c 09:59:00 Step 13/24 : EXPOSE $APP_PORT 09:59:00 Removing intermediate container 45295172a96d 09:59:00 ---> 714bb1a51941 09:59:00 Step 24/24 : LABEL version=0.0.0 09:59:00 ---> Running in f907397fb227 09:59:00 ---> Running in 6b70b8e876bc 09:59:01 Removing intermediate container f907397fb227 09:59:01 ---> a4bac69e325d 09:59:01 [Warning] One or more build-args [ARCH] were not consumed 09:59:01 Successfully built a4bac69e325d 09:59:01 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script 09:59:01 Removing intermediate container 6b70b8e876bc 09:59:01 ---> e465cacade7b 09:59:01 Step 14/24 : WORKDIR / 09:59:01 ---> Running in 5315f17c1fbf [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } 09:59:01 Removing intermediate container 5315f17c1fbf 09:59:01 ---> 43cba836a956 09:59:01 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 09:59:02 ---> 851c91272d5d 09:59:02 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 09:59:02 ---> job-cost.sh 09:59:02 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-dUBQ 09:59:03 ---> 2093378d7d15 09:59:03 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 09:59:05 ---> f2428688e8a2 09:59:05 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 09:59:07 ---> 18636dfb6503 09:59:07 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 09:59:08 ---> 4e2863f94473 09:59:08 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 09:59:08 ---> Running in 04a2a09b7745 09:59:08 Removing intermediate container 04a2a09b7745 09:59:08 ---> cfb947325409 09:59:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 09:59:09 ---> Running in 61a531fdc788 09:59:10 Removing intermediate container 61a531fdc788 09:59:10 ---> d3279146e6da 09:59:10 Step 22/24 : LABEL arch=amd64 09:59:10 ---> Running in 2aaee5175e6b 09:59:10 Removing intermediate container 2aaee5175e6b 09:59:10 ---> 8f3c0b6c3583 09:59:10 Step 23/24 : LABEL git_sha=fd6d2d484dc046ea424b5eae25500a881197733d 09:59:10 ---> Running in 69984d4d07a9 09:59:10 Removing intermediate container 69984d4d07a9 09:59:10 ---> dccfc8bf50cd 09:59:10 Step 24/24 : LABEL version=0.0.0 09:59:10 ---> Running in 96d8b15dcfc7 09:59:10 Removing intermediate container 96d8b15dcfc7 09:59:10 ---> 41339dd07019 09:59:10 [Warning] One or more build-args [ARCH] were not consumed 09:59:10 Successfully built 41339dd07019 09:59:10 Successfully tagged docker-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 09:59:12 ---> job-cost.sh 09:59:12 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-TTW9 09:59:41 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 09:59:45 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 10:00:42 lf-activate-venv(): INFO: Adding /tmp/venv-TTW9/bin to PATH 10:00:42 INFO: No Stack... 10:00:42 INFO: Retrieving Pricing Info for: v1-standard-2 10:00:42 INFO: Archiving Costs [Pipeline] sh 10:00:44 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 10:00:44 + cut -d, -f6 [Pipeline] lock 10:00:45 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] 10:00:45 Resource [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] did not exist. Created. 10:00:45 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:00:46 + echo total: 0.029999999329447746 [Pipeline] stash 10:00:46 Stashed 1 file(s) [Pipeline] } 10:00:46 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 10:01:47 lf-activate-venv(): INFO: Adding /tmp/venv-dUBQ/bin to PATH 10:01:47 INFO: No Stack... 10:01:47 INFO: Retrieving Pricing Info for: lf-standard-4 10:01:47 INFO: Archiving Costs [Pipeline] sh 10:01:48 + + catcut /w/workspace/device-sdk-go/2/archives/cost.csv -d, 10:01:48 -f6 [Pipeline] lock 10:01:48 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] 10:01:48 Resource [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] did not exist. Created. 10:01:48 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-798-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 10:01:48 /w/workspace/device-sdk-go/2@tmp/durable-c47529aa/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-c47529aa/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 10:01:49 + echo total: 0.20999999344348907 [Pipeline] stash 10:01:49 Warning: overwriting stash ‘stack-cost’ 10:01:49 Stashed 1 file(s) [Pipeline] } 10:01:49 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-798-2-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 10:01:50 provisioning config files... 10:01:51 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/config8773696037552670952tmp [Pipeline] { [Pipeline] sh 10:01:51 + set +x 10:01:51 + curl -s https://codecov.io/bash 10:01:51 + bash -s -- 10:01:51 10:01:51 _____ _ 10:01:51 / ____| | | 10:01:51 | | ___ __| | ___ ___ _____ __ 10:01:51 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 10:01:51 | |___| (_) | (_| | __/ (_| (_) \ V / 10:01:51 \_____\___/ \__,_|\___|\___\___/ \_/ 10:01:51 Bash-20210129-7c25fce 10:01:51 10:01:51 10:01:51 ==> git version 2.24.3 found 10:01:51 ==> 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 10:01:51 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 10:01:51 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 10:01:51 ==> Jenkins CI detected. 10:01:51 project root: . 10:01:51 --> token set from env 10:01:51 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 10:01:51 ==> Running gcov in . (disable via -X gcov) 10:01:51 ==> Python coveragepy not found 10:01:51 ==> Searching for coverage reports in: 10:01:51 + . 10:01:51 -> Found 1 reports 10:01:51 ==> Detecting git/mercurial file structure 10:01:51 ==> Reading reports 10:01:51 + ./coverage.out bytes=102310 10:01:51 ==> Appending adjustments 10:01:51 https://docs.codecov.io/docs/fixing-reports 10:01:51 + Found adjustments 10:01:51 ==> Gzipping contents 10:01:52 20K /tmp/codecov.Atjm1w.gz 10:01:52 ==> Uploading reports 10:01:52 url: https://codecov.io 10:01:52 query: branch=PR-798&commit=fd6d2d484dc046ea424b5eae25500a881197733d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-798%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=798&job=&cmd_args= 10:01:52 -> Pinging Codecov 10:01:52 https://codecov.io/upload/v4?package=bash-20210129-7c25fce&token=secret&branch=PR-798&commit=fd6d2d484dc046ea424b5eae25500a881197733d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-798%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=798&job=&cmd_args= 10:01:52 -> Uploading to 10:01:52 https://storage.googleapis.com/codecov/v4/raw/2021-02-25/7E55EF52A471D76F132DFD9A03CDDE97/fd6d2d484dc046ea424b5eae25500a881197733d/964ed045-ff89-4a8d-baee-a5b404013d1a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210225%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210225T100152Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5fe09aee43b373794ad4b8aba48a44bb2878c58394926c1db28ea2bf67b37fdd 10:01:52 % Total % Received % Xferd Average Speed Time Time Time Current 10:01:52 Dload Upload Total Spent Left Speed 10:01:53 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 16525 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16525 0 0 100 16525 0 35082 --:--:-- --:--:-- --:--:-- 35084 10:01:53 -> View reports at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/fd6d2d484dc046ea424b5eae25500a881197733d [Pipeline] } 10:01:53 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 10:01:55 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 10:01:56 ---> package-listing.sh 10:01:56 ++ facter osfamily 10:01:56 ++ tr '[:upper:]' '[:lower:]' 10:01:56 + OS_FAMILY=redhat 10:01:56 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-798 10:01:56 + START_PACKAGES=/tmp/packages_start.txt 10:01:56 + END_PACKAGES=/tmp/packages_end.txt 10:01:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 10:01:56 + PACKAGES=/tmp/packages_start.txt 10:01:56 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-798 ']' 10:01:56 + PACKAGES=/tmp/packages_end.txt 10:01:56 + case "${OS_FAMILY}" in 10:01:56 + rpm -qa 10:01:56 + sort 10:02:01 + '[' -f /tmp/packages_start.txt ']' 10:02:01 + '[' -f /tmp/packages_end.txt ']' 10:02:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 10:02:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-798 ']' 10:02:01 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-798/archives/ 10:02:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-798/archives/ [Pipeline] echo 10:02:01 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-798/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 10:02:01 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 10:02:02 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:02 10:02:02 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 10:02:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:02 alpine: Pulling from edgex-lftools-log-publisher 10:02:02 df20fa9351a1: Pulling fs layer 10:02:02 36b3adc4ff6f: Pulling fs layer 10:02:02 8ad3a11d3b57: Pulling fs layer 10:02:02 46f8f816bc3b: Pulling fs layer 10:02:02 93b61091891f: Pulling fs layer 10:02:02 93b9cdb0e59b: Pulling fs layer 10:02:02 5e14af77c1be: Pulling fs layer 10:02:02 01666e4c0597: Pulling fs layer 10:02:02 aa168da1d23b: Pulling fs layer 10:02:02 93b9cdb0e59b: Waiting 10:02:02 5e14af77c1be: Waiting 10:02:02 01666e4c0597: Waiting 10:02:02 93b61091891f: Waiting 10:02:02 aa168da1d23b: Waiting 10:02:02 46f8f816bc3b: Waiting 10:02:02 36b3adc4ff6f: Verifying Checksum 10:02:02 36b3adc4ff6f: Download complete 10:02:02 46f8f816bc3b: Verifying Checksum 10:02:02 46f8f816bc3b: Download complete 10:02:02 df20fa9351a1: Verifying Checksum 10:02:02 df20fa9351a1: Download complete 10:02:02 93b9cdb0e59b: Verifying Checksum 10:02:02 93b9cdb0e59b: Download complete 10:02:02 93b61091891f: Verifying Checksum 10:02:02 93b61091891f: Download complete 10:02:02 01666e4c0597: Verifying Checksum 10:02:02 01666e4c0597: Download complete 10:02:02 8ad3a11d3b57: Verifying Checksum 10:02:02 8ad3a11d3b57: Download complete 10:02:02 df20fa9351a1: Pull complete 10:02:03 36b3adc4ff6f: Pull complete 10:02:03 8ad3a11d3b57: Pull complete 10:02:03 5e14af77c1be: Verifying Checksum 10:02:03 5e14af77c1be: Download complete 10:02:03 46f8f816bc3b: Pull complete 10:02:04 93b61091891f: Pull complete 10:02:04 93b9cdb0e59b: Pull complete 10:02:04 5e14af77c1be: Pull complete 10:02:04 01666e4c0597: Pull complete 10:02:05 aa168da1d23b: Verifying Checksum 10:02:05 aa168da1d23b: Download complete 10:02:11 aa168da1d23b: Pull complete 10:02:11 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 10:02:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 10:02:11 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 10:02:11 prd-centos7-docker-4c-2g-27631 does not seem to be running inside a container 10:02:11 $ 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-798/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-798 -v /w/workspace/dgexfoundry_device-sdk-go_PR-798:/w/workspace/dgexfoundry_device-sdk-go_PR-798:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-798@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 10:02:15 $ docker top 71c0e21cb295b790ec8351c17932340a36b3a9f89bf4d8ee11ae24d94c225999 -eo pid,comm [Pipeline] { [Pipeline] sh 10:02:15 + touch /tmp/pre-build-complete [Pipeline] sh 10:02:16 + mkdir -p /var/log/sa [Pipeline] sh 10:02:16 + ls /var/log/sa-host 10:02:16 + sadf -c /var/log/sa-host/sa23 10:02:16 file_magic: OK 10:02:16 HZ: Using current value: 100 10:02:16 file_header: OK 10:02:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:02:16 Statistics: 10:02:16 Hnuu...uuuununununu... 10:02:16 File successfully converted to sysstat format version 12.2.1 10:02:16 + sadf -c /var/log/sa-host/sa25 10:02:16 file_magic: OK 10:02:16 HZ: Using current value: 100 10:02:16 file_header: OK 10:02:16 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 10:02:16 Statistics: 10:02:16 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 10:02:16 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 10:02:18 provisioning config files... 10:02:18 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp/config2655408858696199149tmp [Pipeline] { [Pipeline] echo 10:02:18 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 10:02:18 ---> create-netrc.sh [Pipeline] } 10:02:18 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 10:02:18 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 10:02:19 ---> python-tools-install.sh [Pipeline] echo 10:02:19 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 10:02:19 ---> sudo-logs.sh 10:02:19 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 10:02:19 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 10:02:19 ---> job-cost.sh 10:02:19 lf-activate-venv: SKIPPING 10:02:19 DEBUG: total: 0.20999999344348907 10:02:19 INFO: Retrieving Stack Cost... 10:02:20 INFO: Retrieving Pricing Info for: v1-standard-2 10:02:21 INFO: Archiving Costs [Pipeline] echo 10:02:21 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 10:02:21 ---> logs-deploy.sh 10:02:21 lf-activate-venv: SKIPPING 10:02:21 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-798/2 10:02:21 INFO: archiving workspace using pattern(s): 10:02:23 Archives upload complete. 10:02:23 INFO: archiving logs to Nexus 10:02:24 ---> uname -a: 10:02:24 Linux prd-centos7-docker-4c-2g-27631.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 10:02:24 10:02:24 10:02:24 ---> lscpu: 10:02:24 Architecture: x86_64 10:02:24 CPU op-mode(s): 32-bit, 64-bit 10:02:24 Byte Order: Little Endian 10:02:24 Address sizes: 40 bits physical, 48 bits virtual 10:02:24 CPU(s): 4 10:02:24 On-line CPU(s) list: 0-3 10:02:24 Thread(s) per core: 1 10:02:24 Core(s) per socket: 1 10:02:24 Socket(s): 4 10:02:24 NUMA node(s): 1 10:02:24 Vendor ID: GenuineIntel 10:02:24 CPU family: 6 10:02:24 Model: 44 10:02:24 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 10:02:24 Stepping: 1 10:02:24 CPU MHz: 2933.436 10:02:24 BogoMIPS: 5866.87 10:02:24 Virtualization: VT-x 10:02:24 Hypervisor vendor: KVM 10:02:24 Virtualization type: full 10:02:24 L1d cache: 128 KiB 10:02:24 L1i cache: 128 KiB 10:02:24 L2 cache: 16 MiB 10:02:24 L3 cache: 64 MiB 10:02:24 NUMA node0 CPU(s): 0-3 10:02:24 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 10:02:24 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 10:02:24 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 10:02:24 Vulnerability Meltdown: Mitigation; PTI 10:02:24 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 10:02:24 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 10:02:24 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 10:02:24 Vulnerability Srbds: Not affected 10:02:24 Vulnerability Tsx async abort: Not affected 10:02:24 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 10:02:24 10:02:24 10:02:24 ---> nproc: 10:02:24 4 10:02:24 10:02:24 10:02:24 ---> df -h: 10:02:24 Filesystem Size Used Available Use% Mounted on 10:02:24 overlay 50.0G 7.3G 42.7G 15% / 10:02:24 tmpfs 64.0M 0 64.0M 0% /dev 10:02:24 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 10:02:24 shm 64.0M 0 64.0M 0% /dev/shm 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-798@tmp 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 10:02:24 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-798 10:02:24 10:02:24 10:02:24 ---> free -m: 10:02:24 total used free shared buff/cache available 10:02:24 Mem: 1837 687 100 0 1050 1045 10:02:24 Swap: 1023 0 1023 10:02:24 10:02:24 10:02:24 ---> ip addr: 10:02:24 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 10:02:24 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 10:02:24 inet 127.0.0.1/8 scope host lo 10:02:24 valid_lft forever preferred_lft forever 10:02:24 inet6 ::1/128 scope host 10:02:24 valid_lft forever preferred_lft forever 10:02:24 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 10:02:24 link/ether fa:16:3e:f9:c1:75 brd ff:ff:ff:ff:ff:ff 10:02:24 inet 10.30.123.29/23 brd 10.30.123.255 scope global dynamic eth0 10:02:24 valid_lft 85748sec preferred_lft 85748sec 10:02:24 inet6 fe80::f816:3eff:fef9:c175/64 scope link 10:02:24 valid_lft forever preferred_lft forever 10:02:24 3: docker0: mtu 1500 qdisc noqueue state DOWN 10:02:24 link/ether 02:42:d3:7a:c1:a5 brd ff:ff:ff:ff:ff:ff 10:02:24 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 10:02:24 valid_lft forever preferred_lft forever 10:02:24 inet6 fe80::42:d3ff:fe7a:c1a5/64 scope link 10:02:24 valid_lft forever preferred_lft forever 10:02:24 10:02:24 10:02:24 ---> sar -b -r -n DEV: 10:02:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 10:02:24 10:02:24 09:51:21 LINUX RESTART (4 CPU) 10:02:24 10:02:24 09:52:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 10:02:24 09:53:01 40.21 12.09 28.12 0.00 4462.17 3221.83 0.00 10:02:24 09:54:01 1.73 0.00 1.73 0.00 0.00 32.63 0.00 10:02:24 09:55:01 0.25 0.00 0.25 0.00 0.00 2.60 0.00 10:02:24 09:56:01 0.18 0.00 0.18 0.00 0.00 1.88 0.00 10:02:24 09:57:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 10:02:24 09:58:01 0.35 0.00 0.35 0.00 0.00 4.48 0.00 10:02:24 09:59:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 10:02:24 10:00:01 0.22 0.00 0.22 0.00 0.00 2.72 0.00 10:02:24 10:01:01 0.20 0.02 0.18 0.00 0.13 2.05 0.00 10:02:24 10:02:01 51.13 49.68 1.45 0.00 3907.56 45.44 0.00 10:02:24 Average: 9.44 6.17 3.26 0.00 831.18 327.31 0.00 10:02:24 10:02:24 09:52:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 10:02:24 09:53:01 157908 0 578408 30.74 2620 1142608 1103652 37.67 391244 1132264 20 10:02:24 09:54:01 164496 0 571812 30.39 2620 1142616 1060772 36.20 389272 1128368 8 10:02:24 09:55:01 163152 0 573152 30.46 2620 1142620 1060772 36.20 387612 1131788 8 10:02:24 09:56:01 164012 0 572292 30.42 2620 1142620 1060604 36.20 402212 1116316 8 10:02:24 09:57:01 159416 0 576880 30.66 2620 1142628 1060688 36.20 401888 1121852 8 10:02:24 09:58:01 159260 0 577032 30.67 2620 1142632 1060664 36.20 405996 1117644 8 10:02:24 09:59:01 159076 0 577212 30.68 2620 1142636 1060736 36.20 406196 1117720 8 10:02:24 10:00:01 159872 0 576412 30.64 2620 1142640 1060604 36.20 405484 1117720 8 10:02:24 10:01:01 158412 0 577776 30.71 2620 1142736 1063376 36.29 406344 1117744 24 10:02:24 10:02:01 96684 0 580048 30.83 2620 1202192 1062988 36.28 403140 1183164 108 10:02:24 Average: 154229 0 576102 30.62 2620 1148593 1065486 36.36 399939 1128458 21 10:02:24 10:02:24 09:52:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 10:02:24 09:53:01 eth0 192.72 144.72 486.22 51.63 0.00 0.00 0.00 0.00 10:02:24 09:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:53:01 docker0 8.97 7.31 1.36 23.26 0.00 0.00 0.00 0.00 10:02:24 09:54:01 eth0 1.22 0.38 0.33 0.17 0.00 0.00 0.00 0.00 10:02:24 09:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:55:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 10:02:24 09:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:56:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 10:02:24 09:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:57:01 eth0 0.30 0.18 0.09 0.07 0.00 0.00 0.00 0.00 10:02:24 09:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:58:01 eth0 0.78 0.12 0.12 0.01 0.00 0.00 0.00 0.00 10:02:24 09:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:59:01 eth0 0.52 0.35 0.27 0.20 0.00 0.00 0.00 0.00 10:02:24 09:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 09:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 10:00:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:24 10:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 10:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 10:01:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 10:02:24 10:01:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 10:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 10:02:01 eth0 10.81 6.54 10.03 3.95 0.00 0.00 0.00 0.00 10:02:24 10:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 10:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 Average: eth0 20.43 15.08 49.02 5.55 0.00 0.00 0.00 0.00 10:02:24 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 10:02:24 Average: docker0 0.88 0.72 0.13 2.29 0.00 0.00 0.00 0.00 10:02:24 10:02:24 10:02:24 ---> sar -P ALL: 10:02:24 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 02/25/21 _x86_64_ (4 CPU) 10:02:24 10:02:24 09:51:21 LINUX RESTART (4 CPU) 10:02:24 10:02:24 09:52:02 CPU %user %nice %system %iowait %steal %idle 10:02:24 09:53:01 all 3.46 0.00 1.79 0.86 0.06 93.83 10:02:24 09:53:01 0 3.44 0.00 1.98 0.12 0.07 94.39 10:02:24 09:53:01 1 3.58 0.00 1.53 1.77 0.05 93.07 10:02:24 09:53:01 2 3.61 0.00 1.69 0.10 0.03 94.57 10:02:24 09:53:01 3 3.23 0.00 1.95 1.45 0.07 93.31 10:02:24 09:54:01 all 0.16 0.00 0.04 0.00 0.00 99.80 10:02:24 09:54:01 0 0.07 0.00 0.05 0.00 0.00 99.88 10:02:24 09:54:01 1 0.47 0.00 0.03 0.00 0.00 99.50 10:02:24 09:54:01 2 0.07 0.00 0.03 0.00 0.00 99.90 10:02:24 09:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:02:24 09:55:01 all 0.16 0.00 0.03 0.00 0.00 99.80 10:02:24 09:55:01 0 0.05 0.00 0.05 0.00 0.00 99.90 10:02:24 09:55:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:02:24 09:55:01 2 0.05 0.00 0.03 0.00 0.00 99.92 10:02:24 09:55:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:02:24 09:56:01 all 0.16 0.00 0.03 0.00 0.00 99.80 10:02:24 09:56:01 0 0.03 0.00 0.03 0.00 0.00 99.93 10:02:24 09:56:01 1 0.52 0.00 0.02 0.00 0.00 99.47 10:02:24 09:56:01 2 0.08 0.00 0.08 0.00 0.00 99.83 10:02:24 09:56:01 3 0.02 0.00 0.00 0.00 0.00 99.98 10:02:24 09:57:01 all 0.16 0.00 0.03 0.00 0.01 99.80 10:02:24 09:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:02:24 09:57:01 1 0.52 0.00 0.03 0.00 0.02 99.43 10:02:24 09:57:01 2 0.07 0.00 0.03 0.00 0.02 99.88 10:02:24 09:57:01 3 0.03 0.00 0.03 0.00 0.00 99.93 10:02:24 09:58:01 all 0.14 0.00 0.03 0.00 0.01 99.82 10:02:24 09:58:01 0 0.02 0.00 0.02 0.00 0.02 99.95 10:02:24 09:58:01 1 0.50 0.00 0.03 0.00 0.00 99.47 10:02:24 09:58:01 2 0.03 0.00 0.05 0.00 0.00 99.92 10:02:24 09:58:01 3 0.02 0.00 0.03 0.00 0.02 99.93 10:02:24 09:59:01 all 0.08 0.00 0.03 0.00 0.00 99.89 10:02:24 09:59:01 0 0.02 0.00 0.00 0.00 0.00 99.98 10:02:24 09:59:01 1 0.18 0.00 0.03 0.00 0.02 99.77 10:02:24 09:59:01 2 0.05 0.00 0.05 0.00 0.00 99.90 10:02:24 09:59:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:02:24 10:00:01 all 0.12 0.00 0.02 0.00 0.00 99.86 10:02:24 10:00:01 0 0.00 0.00 0.02 0.00 0.00 99.98 10:02:24 10:00:01 1 0.37 0.00 0.02 0.00 0.00 99.62 10:02:24 10:00:01 2 0.05 0.00 0.02 0.00 0.00 99.93 10:02:24 10:00:01 3 0.05 0.00 0.03 0.00 0.00 99.92 10:02:24 10:01:01 all 0.16 0.00 0.03 0.00 0.00 99.80 10:02:24 10:01:01 0 0.02 0.00 0.02 0.00 0.00 99.97 10:02:24 10:01:01 1 0.52 0.00 0.03 0.00 0.00 99.45 10:02:24 10:01:01 2 0.03 0.00 0.03 0.00 0.00 99.93 10:02:24 10:01:01 3 0.07 0.00 0.05 0.00 0.02 99.87 10:02:24 10:02:01 all 1.20 0.00 0.40 1.25 0.00 97.14 10:02:24 10:02:01 0 0.97 0.00 0.40 0.17 0.00 98.47 10:02:24 10:02:01 1 1.47 0.00 0.30 1.02 0.00 97.22 10:02:24 10:02:01 2 1.15 0.00 0.58 2.64 0.00 95.63 10:02:24 10:02:01 3 1.22 0.00 0.33 1.20 0.02 97.23 10:02:24 Average: all 0.57 0.00 0.24 0.21 0.01 98.97 10:02:24 Average: 0 0.46 0.00 0.25 0.03 0.01 99.25 10:02:24 Average: 1 0.86 0.00 0.20 0.28 0.01 98.66 10:02:24 Average: 2 0.51 0.00 0.26 0.27 0.01 98.95 10:02:24 Average: 3 0.47 0.00 0.25 0.26 0.01 99.01 10:02:24 10:02:24 10:02:24